mobilyflow-react-native-sdk 0.1.1-alpha.1 → 0.1.1-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/MobilyflowReactNativeSdk.podspec +1 -1
  2. package/android/build.gradle +1 -1
  3. package/android/generated/java/com/mobilyflowreactnativesdk/NativeMobilyflowReactNativeSdkSpec.java +3 -3
  4. package/android/generated/jni/RNMobilyflowReactNativeSdkSpec-generated.cpp +2 -2
  5. package/android/generated/jni/react/renderer/components/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpecJSI-generated.cpp +3 -2
  6. package/android/generated/jni/react/renderer/components/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpecJSI.h +11 -11
  7. package/android/src/main/java/com/mobilyflowreactnativesdk/MobilyflowReactNativeSdkModule.kt +7 -7
  8. package/ios/MobilyflowReactNativeSdk.mm +45 -50
  9. package/ios/Utils/ParserMobilyPurchaseSDKOptions.mm +1 -1
  10. package/ios/generated/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpec-generated.mm +4 -4
  11. package/ios/generated/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpec.h +3 -2
  12. package/ios/generated/RNMobilyflowReactNativeSdkSpecJSI-generated.cpp +3 -2
  13. package/ios/generated/RNMobilyflowReactNativeSdkSpecJSI.h +11 -11
  14. package/lib/commonjs/MobilyPurchaseSDK.js +8 -6
  15. package/lib/commonjs/MobilyPurchaseSDK.js.map +1 -1
  16. package/lib/commonjs/NativeMobilyflowReactNativeSdk.js.map +1 -1
  17. package/lib/commonjs/entities/mobily-customer.js +16 -0
  18. package/lib/commonjs/entities/mobily-customer.js.map +1 -0
  19. package/lib/commonjs/entities/mobily-product.js.map +1 -1
  20. package/lib/commonjs/entities/mobily-subscription-offer.js.map +1 -1
  21. package/lib/commonjs/errors/mobily-purchase-error.js +10 -8
  22. package/lib/commonjs/errors/mobily-purchase-error.js.map +1 -1
  23. package/lib/module/MobilyPurchaseSDK.js +8 -6
  24. package/lib/module/MobilyPurchaseSDK.js.map +1 -1
  25. package/lib/module/NativeMobilyflowReactNativeSdk.js.map +1 -1
  26. package/lib/module/entities/mobily-customer.js +11 -0
  27. package/lib/module/entities/mobily-customer.js.map +1 -0
  28. package/lib/module/entities/mobily-product.js.map +1 -1
  29. package/lib/module/errors/mobily-purchase-error.js +10 -8
  30. package/lib/module/errors/mobily-purchase-error.js.map +1 -1
  31. package/lib/typescript/commonjs/src/MobilyPurchaseSDK.d.ts +4 -3
  32. package/lib/typescript/commonjs/src/MobilyPurchaseSDK.d.ts.map +1 -1
  33. package/lib/typescript/commonjs/src/NativeMobilyflowReactNativeSdk.d.ts +4 -3
  34. package/lib/typescript/commonjs/src/NativeMobilyflowReactNativeSdk.d.ts.map +1 -1
  35. package/lib/typescript/commonjs/src/entities/mobily-customer.d.ts +9 -0
  36. package/lib/typescript/commonjs/src/entities/mobily-customer.d.ts.map +1 -0
  37. package/lib/typescript/commonjs/src/entities/mobily-product.d.ts +1 -0
  38. package/lib/typescript/commonjs/src/entities/mobily-product.d.ts.map +1 -1
  39. package/lib/typescript/commonjs/src/entities/mobily-subscription-offer.d.ts +4 -1
  40. package/lib/typescript/commonjs/src/entities/mobily-subscription-offer.d.ts.map +1 -1
  41. package/lib/typescript/commonjs/src/errors/mobily-purchase-error.d.ts +10 -8
  42. package/lib/typescript/commonjs/src/errors/mobily-purchase-error.d.ts.map +1 -1
  43. package/lib/typescript/module/src/MobilyPurchaseSDK.d.ts +4 -3
  44. package/lib/typescript/module/src/MobilyPurchaseSDK.d.ts.map +1 -1
  45. package/lib/typescript/module/src/NativeMobilyflowReactNativeSdk.d.ts +4 -3
  46. package/lib/typescript/module/src/NativeMobilyflowReactNativeSdk.d.ts.map +1 -1
  47. package/lib/typescript/module/src/entities/mobily-customer.d.ts +9 -0
  48. package/lib/typescript/module/src/entities/mobily-customer.d.ts.map +1 -0
  49. package/lib/typescript/module/src/entities/mobily-product.d.ts +1 -0
  50. package/lib/typescript/module/src/entities/mobily-product.d.ts.map +1 -1
  51. package/lib/typescript/module/src/entities/mobily-subscription-offer.d.ts +4 -1
  52. package/lib/typescript/module/src/entities/mobily-subscription-offer.d.ts.map +1 -1
  53. package/lib/typescript/module/src/errors/mobily-purchase-error.d.ts +10 -8
  54. package/lib/typescript/module/src/errors/mobily-purchase-error.d.ts.map +1 -1
  55. package/package.json +1 -1
  56. package/src/MobilyPurchaseSDK.tsx +8 -6
  57. package/src/NativeMobilyflowReactNativeSdk.ts +4 -3
  58. package/src/entities/mobily-customer.ts +13 -0
  59. package/src/entities/mobily-product.ts +1 -0
  60. package/src/entities/mobily-subscription-offer.ts +4 -1
  61. package/src/errors/mobily-purchase-error.ts +4 -2
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
  s.swift_versions = '5.0'
22
22
 
23
23
  # Install MobilyFlow SDK
24
- s.dependency 'MobilyflowSDK', '0.1.1-alpha.1'
24
+ s.dependency 'MobilyflowSDK', '0.1.1-alpha.11'
25
25
 
26
26
  #s.subspec 'MobilyflowSDK' do |ss|
27
27
  # ss.source_files = '../mobilyflow-ios-sdk/Sources/MobilyflowSDK/**/*'
@@ -100,7 +100,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
100
100
  dependencies {
101
101
  implementation "com.facebook.react:react-android"
102
102
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
103
- implementation "com.mobilyflow:mobilyflow-android-sdk:0.1.1-alpha.1"
103
+ implementation "com.mobilyflow:mobilyflow-android-sdk:0.1.1-alpha.12"
104
104
  implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2"
105
105
  implementation "org.jetbrains.kotlin:kotlin-reflect"
106
106
  }
@@ -45,7 +45,7 @@ public abstract class NativeMobilyflowReactNativeSdkSpec extends ReactContextBas
45
45
 
46
46
  @ReactMethod
47
47
  @DoNotStrip
48
- public abstract void login(String uuid, String externalId, Promise promise);
48
+ public abstract void login(String uuid, String externalRef, Promise promise);
49
49
 
50
50
  @ReactMethod
51
51
  @DoNotStrip
@@ -77,7 +77,7 @@ public abstract class NativeMobilyflowReactNativeSdkSpec extends ReactContextBas
77
77
 
78
78
  @ReactMethod
79
79
  @DoNotStrip
80
- public abstract void openRefundDialog(String uuid, String transactionId, Promise promise);
80
+ public abstract void openRefundDialog(String uuid, String productId, Promise promise);
81
81
 
82
82
  @ReactMethod
83
83
  @DoNotStrip
@@ -93,5 +93,5 @@ public abstract class NativeMobilyflowReactNativeSdkSpec extends ReactContextBas
93
93
 
94
94
  @ReactMethod
95
95
  @DoNotStrip
96
- public abstract void isForwardingEnable(String uuid, Promise promise);
96
+ public abstract void isForwardingEnable(String uuid, String externalRef, Promise promise);
97
97
  }
@@ -84,7 +84,7 @@ static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI
84
84
 
85
85
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
86
86
  static jmethodID cachedMethodId = nullptr;
87
- return static_cast<JavaTurboModule &>(turboModule).invokeJavaMethod(rt, PromiseKind, "isForwardingEnable", "(Ljava/lang/String;Lcom/facebook/react/bridge/Promise;)V", args, count, cachedMethodId);
87
+ return static_cast<JavaTurboModule &>(turboModule).invokeJavaMethod(rt, PromiseKind, "isForwardingEnable", "(Ljava/lang/String;Ljava/lang/String;Lcom/facebook/react/bridge/Promise;)V", args, count, cachedMethodId);
88
88
  }
89
89
 
90
90
  NativeMobilyflowReactNativeSdkSpecJSI::NativeMobilyflowReactNativeSdkSpecJSI(const JavaTurboModule::InitParams &params)
@@ -103,7 +103,7 @@ NativeMobilyflowReactNativeSdkSpecJSI::NativeMobilyflowReactNativeSdkSpecJSI(con
103
103
  methodMap_["purchaseProduct"] = MethodMetadata {3, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_purchaseProduct};
104
104
  methodMap_["sendDiagnotic"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_sendDiagnotic};
105
105
  methodMap_["getStoreCountry"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_getStoreCountry};
106
- methodMap_["isForwardingEnable"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable};
106
+ methodMap_["isForwardingEnable"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable};
107
107
  }
108
108
 
109
109
  std::shared_ptr<TurboModule> RNMobilyflowReactNativeSdkSpec_ModuleProvider(const std::string &moduleName, const JavaTurboModule::InitParams &params) {
@@ -114,7 +114,8 @@ static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSto
114
114
  static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
115
115
  return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->isForwardingEnable(
116
116
  rt,
117
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
117
+ count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
118
+ count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asString(rt)
118
119
  );
119
120
  }
120
121
 
@@ -134,7 +135,7 @@ NativeMobilyflowReactNativeSdkCxxSpecJSI::NativeMobilyflowReactNativeSdkCxxSpecJ
134
135
  methodMap_["purchaseProduct"] = MethodMetadata {3, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_purchaseProduct};
135
136
  methodMap_["sendDiagnotic"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_sendDiagnotic};
136
137
  methodMap_["getStoreCountry"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getStoreCountry};
137
- methodMap_["isForwardingEnable"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable};
138
+ methodMap_["isForwardingEnable"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable};
138
139
  }
139
140
 
140
141
 
@@ -130,7 +130,7 @@ protected:
130
130
  public:
131
131
  virtual jsi::String instantiate(jsi::Runtime &rt, jsi::String appId, jsi::String apiKey, double environment, std::optional<jsi::Object> options) = 0;
132
132
  virtual void close(jsi::Runtime &rt, jsi::String uuid) = 0;
133
- virtual jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalId) = 0;
133
+ virtual jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) = 0;
134
134
  virtual jsi::Value getProducts(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) = 0;
135
135
  virtual jsi::Value getSubscriptionGroups(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) = 0;
136
136
  virtual jsi::Value getEntitlementForSubscription(jsi::Runtime &rt, jsi::String uuid, jsi::String subscriptionGroupId) = 0;
@@ -138,11 +138,11 @@ public:
138
138
  virtual jsi::Value getEntitlements(jsi::Runtime &rt, jsi::String uuid, jsi::Array productIds) = 0;
139
139
  virtual jsi::Value requestTransferOwnership(jsi::Runtime &rt, jsi::String uuid) = 0;
140
140
  virtual jsi::Value openManageSubscription(jsi::Runtime &rt, jsi::String uuid) = 0;
141
- virtual jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String transactionId) = 0;
141
+ virtual jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String productId) = 0;
142
142
  virtual jsi::Value purchaseProduct(jsi::Runtime &rt, jsi::String uuid, jsi::String productId, std::optional<jsi::Object> options) = 0;
143
143
  virtual void sendDiagnotic(jsi::Runtime &rt, jsi::String uuid) = 0;
144
144
  virtual jsi::Value getStoreCountry(jsi::Runtime &rt, jsi::String uuid) = 0;
145
- virtual jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid) = 0;
145
+ virtual jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) = 0;
146
146
 
147
147
  };
148
148
 
@@ -189,13 +189,13 @@ private:
189
189
  return bridging::callFromJs<void>(
190
190
  rt, &T::close, jsInvoker_, instance_, std::move(uuid));
191
191
  }
192
- jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalId) override {
192
+ jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) override {
193
193
  static_assert(
194
194
  bridging::getParameterCount(&T::login) == 3,
195
195
  "Expected login(...) to have 3 parameters");
196
196
 
197
197
  return bridging::callFromJs<jsi::Value>(
198
- rt, &T::login, jsInvoker_, instance_, std::move(uuid), std::move(externalId));
198
+ rt, &T::login, jsInvoker_, instance_, std::move(uuid), std::move(externalRef));
199
199
  }
200
200
  jsi::Value getProducts(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) override {
201
201
  static_assert(
@@ -253,13 +253,13 @@ private:
253
253
  return bridging::callFromJs<jsi::Value>(
254
254
  rt, &T::openManageSubscription, jsInvoker_, instance_, std::move(uuid));
255
255
  }
256
- jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String transactionId) override {
256
+ jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String productId) override {
257
257
  static_assert(
258
258
  bridging::getParameterCount(&T::openRefundDialog) == 3,
259
259
  "Expected openRefundDialog(...) to have 3 parameters");
260
260
 
261
261
  return bridging::callFromJs<jsi::Value>(
262
- rt, &T::openRefundDialog, jsInvoker_, instance_, std::move(uuid), std::move(transactionId));
262
+ rt, &T::openRefundDialog, jsInvoker_, instance_, std::move(uuid), std::move(productId));
263
263
  }
264
264
  jsi::Value purchaseProduct(jsi::Runtime &rt, jsi::String uuid, jsi::String productId, std::optional<jsi::Object> options) override {
265
265
  static_assert(
@@ -285,13 +285,13 @@ private:
285
285
  return bridging::callFromJs<jsi::Value>(
286
286
  rt, &T::getStoreCountry, jsInvoker_, instance_, std::move(uuid));
287
287
  }
288
- jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid) override {
288
+ jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) override {
289
289
  static_assert(
290
- bridging::getParameterCount(&T::isForwardingEnable) == 2,
291
- "Expected isForwardingEnable(...) to have 2 parameters");
290
+ bridging::getParameterCount(&T::isForwardingEnable) == 3,
291
+ "Expected isForwardingEnable(...) to have 3 parameters");
292
292
 
293
293
  return bridging::callFromJs<jsi::Value>(
294
- rt, &T::isForwardingEnable, jsInvoker_, instance_, std::move(uuid));
294
+ rt, &T::isForwardingEnable, jsInvoker_, instance_, std::move(uuid), std::move(externalRef));
295
295
  }
296
296
 
297
297
  private:
@@ -54,10 +54,10 @@ class MobilyflowReactNativeSdkModule(reactContext: ReactApplicationContext) : Na
54
54
  _sdkInstances[uuid]!!.close()
55
55
  }
56
56
 
57
- override fun login(uuid: String, externalId: String, promise: Promise) {
57
+ override fun login(uuid: String, externalRef: String, promise: Promise) {
58
58
  try {
59
- _sdkInstances[uuid]!!.login(externalId)
60
- promise.resolve(1)
59
+ val customer = _sdkInstances[uuid]!!.login(externalRef)
60
+ promise.resolve(customer.toReadableMap())
61
61
  } catch (error: Exception) {
62
62
  throwError(error, promise)
63
63
  }
@@ -126,7 +126,7 @@ class MobilyflowReactNativeSdkModule(reactContext: ReactApplicationContext) : Na
126
126
  }
127
127
  }
128
128
 
129
- override fun openRefundDialog(uuid: String, transactionId: String, promise: Promise) {
129
+ override fun openRefundDialog(uuid: String, productId: String, promise: Promise) {
130
130
  promise.reject("-1", "Not implemented")
131
131
  }
132
132
 
@@ -141,7 +141,7 @@ class MobilyflowReactNativeSdkModule(reactContext: ReactApplicationContext) : Na
141
141
  val purchaseOptions = PurchaseOptions()
142
142
  val offerId = options?.getString("offerId")
143
143
 
144
- val product = sdk.getProducts(null, false).find { x -> x.id == productId }
144
+ val product = sdk.getProductFromCacheWithId(productId)
145
145
  if (product == null) {
146
146
  throw MobilyPurchaseException(MobilyPurchaseException.Type.PRODUCT_UNAVAILABLE)
147
147
  }
@@ -174,8 +174,8 @@ class MobilyflowReactNativeSdkModule(reactContext: ReactApplicationContext) : Na
174
174
  promise.reject("-1", "Not implemented")
175
175
  }
176
176
 
177
- override fun isForwardingEnable(uuid: String, promise: Promise) {
178
- promise.resolve(_sdkInstances[uuid]!!.isForwardingEnable())
177
+ override fun isForwardingEnable(uuid: String, externalRef: String, promise: Promise) {
178
+ promise.resolve(_sdkInstances[uuid]!!.isForwardingEnable(externalRef))
179
179
  }
180
180
 
181
181
  companion object {
@@ -45,12 +45,12 @@ RCT_EXPORT_MODULE()
45
45
  return [[self getInstance:uuid] close];
46
46
  }
47
47
 
48
- - (void)login:(NSString *)uuid externalId:(NSString *)externalId resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
49
- [[self getInstance:uuid] loginWithExternalId:externalId completionHandler:^(NSError * _Nullable error) {
48
+ - (void)login:(NSString *)uuid externalRef:(NSString *)externalRef resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
49
+ [[self getInstance:uuid] loginWithExternalRef:externalRef completionHandler:^(MobilyCustomer * _Nullable customer, NSError * _Nullable error) {
50
50
  if (error) {
51
51
  reject([NSString stringWithFormat:@"%ld", error.code], error.description, error);
52
52
  } else {
53
- resolve(0);
53
+ resolve([customer toDictionary]);
54
54
  }
55
55
  }];
56
56
  }
@@ -133,9 +133,14 @@ RCT_EXPORT_MODULE()
133
133
  }];
134
134
  }
135
135
 
136
- - (void)openRefundDialog:(NSString *)uuid transactionId:(NSString *)transactionId resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
137
-
138
- [[self getInstance:uuid] openRefundDialogWithTransactionId:[transactionId longLongValue] completionHandler:^(BOOL result) {
136
+ - (void)openRefundDialog:(NSString *)uuid productId:(NSString *)productId resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
137
+ MobilyProduct* product = [[self getInstance:uuid] getProductFromCacheWithIdWithId:productId];
138
+ if (product == nil) {
139
+ reject(@"3", @"MobilyflowSDK.MobilyError.unknown_error", [NSError errorWithDomain:@"MobilyflowSDK.MobilyError" code:3 userInfo:nil]);
140
+ return;
141
+ }
142
+
143
+ [[self getInstance:uuid] openRefundDialogWithProduct:product completionHandler:^(enum RefundDialogResult result) {
139
144
  resolve([NSNumber numberWithBool:result]);
140
145
  }];
141
146
  }
@@ -143,56 +148,41 @@ RCT_EXPORT_MODULE()
143
148
  - (void)purchaseProduct:(NSString *)uuid productId:(NSString *)productId options:(JS::NativeMobilyflowReactNativeSdk::PurchaseOptions &)options resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
144
149
 
145
150
  MobilyPurchaseSDK* sdk = [self getInstance:uuid];
151
+
152
+ MobilyProduct* product = [[self getInstance:uuid] getProductFromCacheWithIdWithId:productId];
153
+ if (product == nil) {
154
+ reject(@"1", @"MobilyflowSDK.MobilyPurchaseError.product_unavailable", [NSError errorWithDomain:@"MobilyflowSDK.MobilyPurchaseError" code:1 userInfo:nil]);
155
+ return;
156
+ }
146
157
 
147
158
  NSString *offerId = options.offerId();
148
159
  int quantity = (int)options.quantity();
149
-
150
- [sdk getProductsWithIdentifiers:nil onlyAvailable:NO completionHandler:^(NSArray<MobilyProduct *> * _Nullable products, NSError * _Nullable error) {
151
- if (error) {
152
- reject([NSString stringWithFormat:@"%ld", error.code], error.description, error);
153
- } else {
154
- PurchaseOptions *purchaseOptions = [[PurchaseOptions alloc] init];
155
- if (quantity > 1) {
156
- purchaseOptions = [purchaseOptions setQuantity:quantity];
157
- }
158
160
 
159
- MobilyProduct *product = nil;
160
-
161
- for (MobilyProduct *it in products) {
162
- if ([it.id isEqualToString:productId]) {
163
- product = it;
164
-
165
- if (offerId != nil) {
166
- if ([it.subscriptionProduct.baseOffer.id isEqualToString:offerId]) {
167
- purchaseOptions = [purchaseOptions setOffer:it.subscriptionProduct.baseOffer];
168
- } else if (it.subscriptionProduct.freeTrial != nil && [it.subscriptionProduct.freeTrial.id isEqualToString:offerId]) {
169
- purchaseOptions = [purchaseOptions setOffer:it.subscriptionProduct.freeTrial];
170
- } else {
171
- for (MobilySubscriptionOffer *off in it.subscriptionProduct.promotionalOffers) {
172
- if ([off.id isEqualToString:offerId]) {
173
- purchaseOptions = [purchaseOptions setOffer:off];
174
- break;
175
- }
176
- }
177
- }
178
- }
161
+ PurchaseOptions *purchaseOptions = [[PurchaseOptions alloc] init];
162
+ if (quantity > 1) {
163
+ purchaseOptions = [purchaseOptions setQuantity:quantity];
164
+ }
179
165
 
166
+ if (offerId != nil) {
167
+ if ([product.subscriptionProduct.baseOffer.id isEqualToString:offerId]) {
168
+ purchaseOptions = [purchaseOptions setOffer:product.subscriptionProduct.baseOffer];
169
+ } else if (product.subscriptionProduct.freeTrial != nil && [product.subscriptionProduct.freeTrial.id isEqualToString:offerId]) {
170
+ purchaseOptions = [purchaseOptions setOffer:product.subscriptionProduct.freeTrial];
171
+ } else {
172
+ for (MobilySubscriptionOffer *off in product.subscriptionProduct.promotionalOffers) {
173
+ if ([off.id isEqualToString:offerId]) {
174
+ purchaseOptions = [purchaseOptions setOffer:off];
180
175
  break;
181
176
  }
182
177
  }
178
+ }
179
+ }
183
180
 
184
- if (product == nil) {
185
- reject(@"-1", [NSString stringWithFormat:@"Unknown productId (%@)", productId], nil);
186
- return;
187
- }
188
-
189
- [sdk purchaseProduct:product options:purchaseOptions completionHandler:^(enum WebhookStatus status, NSError * _Nullable error) {
190
- if (error) {
191
- reject([NSString stringWithFormat:@"%ld", error.code], error.description, error);
192
- } else {
193
- resolve([NSNumber numberWithInt:status]);
194
- }
195
- }];
181
+ [sdk purchaseProduct:product options:purchaseOptions completionHandler:^(enum WebhookStatus status, NSError * _Nullable error) {
182
+ if (error) {
183
+ reject([NSString stringWithFormat:@"%ld", error.code], error.description, error);
184
+ } else {
185
+ resolve([NSNumber numberWithInt:status]);
196
186
  }
197
187
  }];
198
188
  }
@@ -207,9 +197,14 @@ RCT_EXPORT_MODULE()
207
197
  }];
208
198
  }
209
199
 
210
- - (void)isForwardingEnable:(NSString *)uuid resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
211
- [[self getInstance:uuid] isForwardingEnableWithCompletionHandler:^(BOOL result, NSError * _Nullable error) {
212
- resolve([NSNumber numberWithBool:result]);
200
+ - (void)isForwardingEnable:(NSString *)uuid externalRef:(NSString *)externalRef resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject {
201
+
202
+ [[self getInstance:uuid] isForwardingEnableWithExternalRef:externalRef completionHandler:^(BOOL result, NSError * _Nullable error) {
203
+ if (error) {
204
+ reject([NSString stringWithFormat:@"%ld", error.code], error.description, error);
205
+ } else {
206
+ resolve([NSNumber numberWithBool:result]);
207
+ }
213
208
  }];
214
209
  }
215
210
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  NSString* apiURL = jsi.apiURL().length > 0 ? jsi.apiURL() : nil;
21
21
 
22
- return [[MobilyPurchaseSDKOptions alloc] initWithLanguages:languages debug:debug apiURL:apiURL];
22
+ return [[MobilyPurchaseSDKOptions alloc] initWithLocales:languages debug:debug apiURL:apiURL];
23
23
  }
24
24
 
25
25
  @end
@@ -46,7 +46,7 @@ namespace facebook::react {
46
46
  }
47
47
 
48
48
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_login(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
49
- return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "login", @selector(login:externalId:resolve:reject:), args, count);
49
+ return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "login", @selector(login:externalRef:resolve:reject:), args, count);
50
50
  }
51
51
 
52
52
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_getProducts(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
@@ -78,7 +78,7 @@ namespace facebook::react {
78
78
  }
79
79
 
80
80
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_openRefundDialog(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
81
- return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "openRefundDialog", @selector(openRefundDialog:transactionId:resolve:reject:), args, count);
81
+ return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "openRefundDialog", @selector(openRefundDialog:productId:resolve:reject:), args, count);
82
82
  }
83
83
 
84
84
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_purchaseProduct(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
@@ -94,7 +94,7 @@ namespace facebook::react {
94
94
  }
95
95
 
96
96
  static facebook::jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
97
- return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "isForwardingEnable", @selector(isForwardingEnable:resolve:reject:), args, count);
97
+ return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, PromiseKind, "isForwardingEnable", @selector(isForwardingEnable:externalRef:resolve:reject:), args, count);
98
98
  }
99
99
 
100
100
  NativeMobilyflowReactNativeSdkSpecJSI::NativeMobilyflowReactNativeSdkSpecJSI(const ObjCTurboModule::InitParams &params)
@@ -142,7 +142,7 @@ namespace facebook::react {
142
142
  methodMap_["getStoreCountry"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_getStoreCountry};
143
143
 
144
144
 
145
- methodMap_["isForwardingEnable"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable};
145
+ methodMap_["isForwardingEnable"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkSpecJSI_isForwardingEnable};
146
146
 
147
147
  }
148
148
  } // namespace facebook::react
@@ -73,7 +73,7 @@ namespace JS {
73
73
  options:(JS::NativeMobilyflowReactNativeSdk::MobilyPurchaseSDKOptions &)options;
74
74
  - (void)close:(NSString *)uuid;
75
75
  - (void)login:(NSString *)uuid
76
- externalId:(NSString *)externalId
76
+ externalRef:(NSString *)externalRef
77
77
  resolve:(RCTPromiseResolveBlock)resolve
78
78
  reject:(RCTPromiseRejectBlock)reject;
79
79
  - (void)getProducts:(NSString *)uuid
@@ -105,7 +105,7 @@ namespace JS {
105
105
  resolve:(RCTPromiseResolveBlock)resolve
106
106
  reject:(RCTPromiseRejectBlock)reject;
107
107
  - (void)openRefundDialog:(NSString *)uuid
108
- transactionId:(NSString *)transactionId
108
+ productId:(NSString *)productId
109
109
  resolve:(RCTPromiseResolveBlock)resolve
110
110
  reject:(RCTPromiseRejectBlock)reject;
111
111
  - (void)purchaseProduct:(NSString *)uuid
@@ -118,6 +118,7 @@ namespace JS {
118
118
  resolve:(RCTPromiseResolveBlock)resolve
119
119
  reject:(RCTPromiseRejectBlock)reject;
120
120
  - (void)isForwardingEnable:(NSString *)uuid
121
+ externalRef:(NSString *)externalRef
121
122
  resolve:(RCTPromiseResolveBlock)resolve
122
123
  reject:(RCTPromiseRejectBlock)reject;
123
124
 
@@ -114,7 +114,8 @@ static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSto
114
114
  static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
115
115
  return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->isForwardingEnable(
116
116
  rt,
117
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
117
+ count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
118
+ count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asString(rt)
118
119
  );
119
120
  }
120
121
 
@@ -134,7 +135,7 @@ NativeMobilyflowReactNativeSdkCxxSpecJSI::NativeMobilyflowReactNativeSdkCxxSpecJ
134
135
  methodMap_["purchaseProduct"] = MethodMetadata {3, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_purchaseProduct};
135
136
  methodMap_["sendDiagnotic"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_sendDiagnotic};
136
137
  methodMap_["getStoreCountry"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getStoreCountry};
137
- methodMap_["isForwardingEnable"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable};
138
+ methodMap_["isForwardingEnable"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable};
138
139
  }
139
140
 
140
141
 
@@ -130,7 +130,7 @@ protected:
130
130
  public:
131
131
  virtual jsi::String instantiate(jsi::Runtime &rt, jsi::String appId, jsi::String apiKey, double environment, std::optional<jsi::Object> options) = 0;
132
132
  virtual void close(jsi::Runtime &rt, jsi::String uuid) = 0;
133
- virtual jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalId) = 0;
133
+ virtual jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) = 0;
134
134
  virtual jsi::Value getProducts(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) = 0;
135
135
  virtual jsi::Value getSubscriptionGroups(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) = 0;
136
136
  virtual jsi::Value getEntitlementForSubscription(jsi::Runtime &rt, jsi::String uuid, jsi::String subscriptionGroupId) = 0;
@@ -138,11 +138,11 @@ public:
138
138
  virtual jsi::Value getEntitlements(jsi::Runtime &rt, jsi::String uuid, jsi::Array productIds) = 0;
139
139
  virtual jsi::Value requestTransferOwnership(jsi::Runtime &rt, jsi::String uuid) = 0;
140
140
  virtual jsi::Value openManageSubscription(jsi::Runtime &rt, jsi::String uuid) = 0;
141
- virtual jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String transactionId) = 0;
141
+ virtual jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String productId) = 0;
142
142
  virtual jsi::Value purchaseProduct(jsi::Runtime &rt, jsi::String uuid, jsi::String productId, std::optional<jsi::Object> options) = 0;
143
143
  virtual void sendDiagnotic(jsi::Runtime &rt, jsi::String uuid) = 0;
144
144
  virtual jsi::Value getStoreCountry(jsi::Runtime &rt, jsi::String uuid) = 0;
145
- virtual jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid) = 0;
145
+ virtual jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) = 0;
146
146
 
147
147
  };
148
148
 
@@ -189,13 +189,13 @@ private:
189
189
  return bridging::callFromJs<void>(
190
190
  rt, &T::close, jsInvoker_, instance_, std::move(uuid));
191
191
  }
192
- jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalId) override {
192
+ jsi::Value login(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) override {
193
193
  static_assert(
194
194
  bridging::getParameterCount(&T::login) == 3,
195
195
  "Expected login(...) to have 3 parameters");
196
196
 
197
197
  return bridging::callFromJs<jsi::Value>(
198
- rt, &T::login, jsInvoker_, instance_, std::move(uuid), std::move(externalId));
198
+ rt, &T::login, jsInvoker_, instance_, std::move(uuid), std::move(externalRef));
199
199
  }
200
200
  jsi::Value getProducts(jsi::Runtime &rt, jsi::String uuid, jsi::Array identifiers, bool onlyAvailable) override {
201
201
  static_assert(
@@ -253,13 +253,13 @@ private:
253
253
  return bridging::callFromJs<jsi::Value>(
254
254
  rt, &T::openManageSubscription, jsInvoker_, instance_, std::move(uuid));
255
255
  }
256
- jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String transactionId) override {
256
+ jsi::Value openRefundDialog(jsi::Runtime &rt, jsi::String uuid, jsi::String productId) override {
257
257
  static_assert(
258
258
  bridging::getParameterCount(&T::openRefundDialog) == 3,
259
259
  "Expected openRefundDialog(...) to have 3 parameters");
260
260
 
261
261
  return bridging::callFromJs<jsi::Value>(
262
- rt, &T::openRefundDialog, jsInvoker_, instance_, std::move(uuid), std::move(transactionId));
262
+ rt, &T::openRefundDialog, jsInvoker_, instance_, std::move(uuid), std::move(productId));
263
263
  }
264
264
  jsi::Value purchaseProduct(jsi::Runtime &rt, jsi::String uuid, jsi::String productId, std::optional<jsi::Object> options) override {
265
265
  static_assert(
@@ -285,13 +285,13 @@ private:
285
285
  return bridging::callFromJs<jsi::Value>(
286
286
  rt, &T::getStoreCountry, jsInvoker_, instance_, std::move(uuid));
287
287
  }
288
- jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid) override {
288
+ jsi::Value isForwardingEnable(jsi::Runtime &rt, jsi::String uuid, jsi::String externalRef) override {
289
289
  static_assert(
290
- bridging::getParameterCount(&T::isForwardingEnable) == 2,
291
- "Expected isForwardingEnable(...) to have 2 parameters");
290
+ bridging::getParameterCount(&T::isForwardingEnable) == 3,
291
+ "Expected isForwardingEnable(...) to have 3 parameters");
292
292
 
293
293
  return bridging::callFromJs<jsi::Value>(
294
- rt, &T::isForwardingEnable, jsInvoker_, instance_, std::move(uuid));
294
+ rt, &T::isForwardingEnable, jsInvoker_, instance_, std::move(uuid), std::move(externalRef));
295
295
  }
296
296
 
297
297
  private:
@@ -12,6 +12,7 @@ var _reactNative = require("react-native");
12
12
  var _mobilyError = require("./errors/mobily-error.js");
13
13
  var _mobilyPurchaseError = require("./errors/mobily-purchase-error.js");
14
14
  var _mobilyTransferOwnershipError = require("./errors/mobily-transfer-ownership-error.js");
15
+ var _mobilyCustomer = require("./entities/mobily-customer.js");
15
16
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
17
  class MobilyPurchaseSDK {
17
18
  constructor(appId, apiKey, environment, options) {
@@ -46,9 +47,10 @@ class MobilyPurchaseSDK {
46
47
  throw this.throwError(error);
47
48
  }
48
49
  }
49
- async login(externalId) {
50
+ async login(externalRef) {
50
51
  try {
51
- await _NativeMobilyflowReactNativeSdk.default.login(this._uuid, externalId);
52
+ const customer = await _NativeMobilyflowReactNativeSdk.default.login(this._uuid, externalRef);
53
+ return _mobilyCustomer.MobilyCustomer.parseFromAPI(customer);
52
54
  } catch (error) {
53
55
  throw this.throwError(error);
54
56
  }
@@ -107,12 +109,12 @@ class MobilyPurchaseSDK {
107
109
  throw this.throwError(error);
108
110
  }
109
111
  }
110
- async openRefundDialog(transactionId) {
112
+ async openRefundDialog(productId) {
111
113
  if (_reactNative.Platform.OS === 'android') {
112
114
  throw new Error('openRefundDialog not implemented on Android');
113
115
  } else {
114
116
  try {
115
- return await _NativeMobilyflowReactNativeSdk.default.openRefundDialog(this._uuid, transactionId);
117
+ return await _NativeMobilyflowReactNativeSdk.default.openRefundDialog(this._uuid, productId);
116
118
  } catch (error) {
117
119
  throw this.throwError(error);
118
120
  }
@@ -146,9 +148,9 @@ class MobilyPurchaseSDK {
146
148
  }
147
149
  }
148
150
  }
149
- async isForwardingEnable() {
151
+ async isForwardingEnable(externalRef) {
150
152
  try {
151
- return await _NativeMobilyflowReactNativeSdk.default.isForwardingEnable(this._uuid);
153
+ return await _NativeMobilyflowReactNativeSdk.default.isForwardingEnable(this._uuid, externalRef);
152
154
  } catch (error) {
153
155
  throw this.throwError(error);
154
156
  }
@@ -1 +1 @@
1
- {"version":3,"names":["_NativeMobilyflowReactNativeSdk","_interopRequireDefault","require","_mobilyProduct","_mobilySubscriptionGroup","_mobilyCustomerEntitlement","_reactNative","_mobilyError","_mobilyPurchaseError","_mobilyTransferOwnershipError","e","__esModule","default","MobilyPurchaseSDK","constructor","appId","apiKey","environment","options","_uuid","MobilyflowReactNativeSdk","instantiate","throwError","error","RNPlatform","OS","name","MobilyError","parseInt","code","message","nativeStackAndroid","MobilyPurchaseError","MobilyTransferOwnershipError","domain","nativeStackIOS","close","login","externalId","getProducts","identifiers","onlyAvailable","products","map","MobilyProduct","parseFromAPI","getSubscriptionGroups","groups","MobilySubscriptionGroup","getEntitlementForSubscription","subscriptionGroupId","entitlement","MobilyCustomerEntitlement","getEntitlement","productId","getEntitlements","productIds","entitlements","requestTransferOwnership","openManageSubscription","openRefundDialog","transactionId","Error","purchaseProduct","product","id","offerId","offer","quantity","sendDiagnotic","getStoreCountry","isForwardingEnable","exports"],"sourceRoot":"../../src","sources":["MobilyPurchaseSDK.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_NativeMobilyflowReactNativeSdk","_interopRequireDefault","require","_mobilyProduct","_mobilySubscriptionGroup","_mobilyCustomerEntitlement","_reactNative","_mobilyError","_mobilyPurchaseError","_mobilyTransferOwnershipError","_mobilyCustomer","e","__esModule","default","MobilyPurchaseSDK","constructor","appId","apiKey","environment","options","_uuid","MobilyflowReactNativeSdk","instantiate","throwError","error","RNPlatform","OS","name","MobilyError","parseInt","code","message","nativeStackAndroid","MobilyPurchaseError","MobilyTransferOwnershipError","domain","nativeStackIOS","close","login","externalRef","customer","MobilyCustomer","parseFromAPI","getProducts","identifiers","onlyAvailable","products","map","MobilyProduct","getSubscriptionGroups","groups","MobilySubscriptionGroup","getEntitlementForSubscription","subscriptionGroupId","entitlement","MobilyCustomerEntitlement","getEntitlement","productId","getEntitlements","productIds","entitlements","requestTransferOwnership","openManageSubscription","openRefundDialog","Error","purchaseProduct","product","id","offerId","offer","quantity","sendDiagnotic","getStoreCountry","isForwardingEnable","exports"],"sourceRoot":"../../src","sources":["MobilyPurchaseSDK.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeMobilyflowReactNativeSdk.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAAmD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GA4CpCC,gCAAmB,CAACC,YAAY,CAAO,0BAA0B,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeMobilyflowReactNativeSdk.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAAmD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GA6CpCC,gCAAmB,CAACC,YAAY,CAAO,0BAA0B,CAAC","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.MobilyCustomer = void 0;
7
+ var _objectTransformer = require("../utils/object-transformer.js");
8
+ class MobilyCustomer {
9
+ static parseFromAPI(obj) {
10
+ return (0, _objectTransformer.objectTransformer)(obj, {
11
+ dates: ['createdAt', 'updatedAt']
12
+ });
13
+ }
14
+ }
15
+ exports.MobilyCustomer = MobilyCustomer;
16
+ //# sourceMappingURL=mobily-customer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_objectTransformer","require","MobilyCustomer","parseFromAPI","obj","objectTransformer","dates","exports"],"sourceRoot":"../../../src","sources":["entities/mobily-customer.ts"],"mappings":";;;;;;AAAA,IAAAA,kBAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,CAAC;EAO1B,OAAOC,YAAYA,CAACC,GAAmB,EAAE;IACvC,OAAO,IAAAC,oCAAiB,EAACD,GAAG,EAAE;MAAEE,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW;IAAE,CAAC,CAAC;EACtE;AACF;AAACC,OAAA,CAAAL,cAAA,GAAAA,cAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["_objectTransformer","require","MobilyProduct","parseFromAPI","obj","objectTransformer","dates","exports"],"sourceRoot":"../../../src","sources":["entities/mobily-product.ts"],"mappings":";;;;;;AAIA,IAAAA,kBAAA,GAAAC,OAAA;AAEO,MAAMC,aAAa,CAAC;EAsBzB,OAAOC,YAAYA,CAACC,GAAkB,EAAE;IACtC,OAAO,IAAAC,oCAAiB,EAACD,GAAG,EAAE;MAC5BE,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,WAAW;IAC/C,CAAC,CAAC;EACJ;AACF;AAACC,OAAA,CAAAL,aAAA,GAAAA,aAAA","ignoreList":[]}
1
+ {"version":3,"names":["_objectTransformer","require","MobilyProduct","parseFromAPI","obj","objectTransformer","dates","exports"],"sourceRoot":"../../../src","sources":["entities/mobily-product.ts"],"mappings":";;;;;;AAIA,IAAAA,kBAAA,GAAAC,OAAA;AAEO,MAAMC,aAAa,CAAC;EAuBzB,OAAOC,YAAYA,CAACC,GAAkB,EAAE;IACtC,OAAO,IAAAC,oCAAiB,EAACD,GAAG,EAAE;MAC5BE,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,WAAW;IAC/C,CAAC,CAAC;EACJ;AACF;AAACC,OAAA,CAAAL,aAAA,GAAAA,aAAA","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["MobilySubscriptionOffer","exports"],"sourceRoot":"../../../src","sources":["entities/mobily-subscription-offer.ts"],"mappings":";;;;;;AAGO,MAAMA,uBAAuB,CAAC;AAYpCC,OAAA,CAAAD,uBAAA,GAAAA,uBAAA","ignoreList":[]}
1
+ {"version":3,"names":["MobilySubscriptionOffer","exports"],"sourceRoot":"../../../src","sources":["entities/mobily-subscription-offer.ts"],"mappings":";;;;;;AAGO,MAAMA,uBAAuB,CAAC;AAepCC,OAAA,CAAAD,uBAAA,GAAAA,uBAAA","ignoreList":[]}