Skip to content

Commit

Permalink
updates sdk to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abmomen committed Jul 30, 2023
1 parent 4875d04 commit 03ec1a6
Show file tree
Hide file tree
Showing 17 changed files with 1,143 additions and 894 deletions.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1492,9 +1492,6 @@ public class UseCouponViewModel {
public var appliedCoupon: Swift.String {
get
}
public var defaultCoupon: Swift.String {
get
}
public var selectedCouponGateways: [Swift.String] {
get
}
Expand Down Expand Up @@ -1615,6 +1612,8 @@ public struct PromotionalCoupon : Swift.Decodable {
public let discountType: Swift.String
public let rooms: [Swift.Int]?
public let gateway: [Swift.String]?
public let isDefault: Swift.Bool?
public let sequence: Swift.Int
public init(from decoder: any Swift.Decoder) throws
}
public struct SingleInputTitleData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1492,9 +1492,6 @@ public class UseCouponViewModel {
public var appliedCoupon: Swift.String {
get
}
public var defaultCoupon: Swift.String {
get
}
public var selectedCouponGateways: [Swift.String] {
get
}
Expand Down Expand Up @@ -1615,6 +1612,8 @@ public struct PromotionalCoupon : Swift.Decodable {
public let discountType: Swift.String
public let rooms: [Swift.Int]?
public let gateway: [Swift.String]?
public let isDefault: Swift.Bool?
public let sequence: Swift.Int
public init(from decoder: any Swift.Decoder) throws
}
public struct SingleInputTitleData {
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
</data>
<key>Info.plist</key>
<data>
SY9Z+4ijnKuFKmpPU1ZPRHsAZGM=
jm94KF5OBSUmWgSZSsN2kPf22F4=
</data>
<key>InfoDetailCell.nib</key>
<data>
Expand Down Expand Up @@ -474,23 +474,23 @@
</data>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
MXUctiwum26/JTjPtdpMiWpZgzw=
DBiuPC8OdCzeKqAPQZ/njC4DMQs=
</data>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
/i1Dpeh1qT2ab9dPn33booGVxQw=
Plma/cCPCHBzCE6JW/GTEZLY9pQ=
</data>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
BpSZKnDFW2Z6XuZwAXEl3LbguwU=
</data>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
/i1Dpeh1qT2ab9dPn33booGVxQw=
Plma/cCPCHBzCE6JW/GTEZLY9pQ=
</data>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
8+jeHJZ2e37rCpZlgmgwaDMPgek=
ZNzLVbs8Q7tu7LvljgR3wY2sLNQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -518,7 +518,7 @@
</data>
<key>PaymentGatewaysView.nib</key>
<data>
j9TPNE4KTzKcl8yBv//7iGk9JA4=
dFl9aKUirtZUWm+OADDriXG4u9s=
</data>
<key>PermissionInfoTVCell.nib</key>
<data>
Expand Down Expand Up @@ -1511,14 +1511,14 @@
<dict>
<key>hash2</key>
<data>
vCKEYQuVTlwbq8RWOU5Ucbt52SFeDn6IJyxFuA+WEc4=
VZl8iQQ98zb567NkQuiDAYcFetzwMw4iCmEqcCTNXP4=
</data>
</dict>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
9ksNA8Ifky/wpc3q1FMTqcpRzP25W60o+v8uSYTu25E=
qiuMncqMu2Bd8wwaYCUuWknF7j7Kb8GHDlixEHLgVLY=
</data>
</dict>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
Expand All @@ -1532,14 +1532,14 @@
<dict>
<key>hash2</key>
<data>
9ksNA8Ifky/wpc3q1FMTqcpRzP25W60o+v8uSYTu25E=
qiuMncqMu2Bd8wwaYCUuWknF7j7Kb8GHDlixEHLgVLY=
</data>
</dict>
<key>Modules/ShareTripSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
QMkszJkRrphRKwv4Hy5F1nCjfouMHpJQ9X2qMwvJloY=
EyMW6kIaoMZw/qy63n376exRlWFjT1jtGRlIRUpGVP0=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down Expand Up @@ -1588,7 +1588,7 @@
<dict>
<key>hash2</key>
<data>
jK+jQwVJXBRmGMV6w59mck5sdoz6dqHPOVvNlsKEcN0=
TDMONzPUzqm/KkBQOg6fQGv+0FzZu0JiOkUIq++rdmI=
</data>
</dict>
<key>PermissionInfoTVCell.nib</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 03ec1a6

Please sign in to comment.