mobilyflow-react-native-sdk 0.6.1 → 0.7.0-alpha.4

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 (72) hide show
  1. package/MobilyflowReactNativeSdk.podspec +1 -1
  2. package/android/build.gradle +12 -16
  3. package/android/generated/jni/CMakeLists.txt +1 -9
  4. package/android/generated/jni/react/renderer/components/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpecJSI.h +178 -218
  5. package/ios/MobilyflowReactNativeSdk.h +2 -4
  6. package/ios/MobilyflowReactNativeSdk.mm +4 -0
  7. package/ios/generated/Package.swift +66 -0
  8. package/ios/generated/ReactAppDependencyProvider/RCTAppDependencyProvider.h +25 -0
  9. package/ios/generated/ReactAppDependencyProvider/RCTAppDependencyProvider.mm +40 -0
  10. package/ios/generated/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec +34 -0
  11. package/ios/generated/ReactCodegen/RCTModuleProviders.h +16 -0
  12. package/ios/generated/ReactCodegen/RCTModuleProviders.mm +51 -0
  13. package/ios/generated/ReactCodegen/RCTModulesConformingToProtocolsProvider.h +18 -0
  14. package/ios/generated/ReactCodegen/RCTModulesConformingToProtocolsProvider.mm +54 -0
  15. package/ios/generated/ReactCodegen/RCTThirdPartyComponentsProvider.h +16 -0
  16. package/ios/generated/ReactCodegen/RCTThirdPartyComponentsProvider.mm +30 -0
  17. package/ios/generated/ReactCodegen/RCTUnstableModulesRequiringMainQueueSetupProvider.h +14 -0
  18. package/ios/generated/ReactCodegen/RCTUnstableModulesRequiringMainQueueSetupProvider.mm +19 -0
  19. package/ios/generated/ReactCodegen/RNMobilyflowReactNativeSdkSpecJSI.h +328 -0
  20. package/ios/generated/ReactCodegen/ReactCodegen.podspec +110 -0
  21. package/lib/commonjs/enums/mobily-event-type.js +15 -15
  22. package/lib/commonjs/enums/mobily-product-status.js +3 -3
  23. package/lib/commonjs/enums/mobily-product-type.js +2 -2
  24. package/lib/commonjs/enums/mobily-refund-dialog-result.js +3 -3
  25. package/lib/commonjs/enums/mobily-transaction-status.js +3 -3
  26. package/lib/commonjs/enums/mobily-transfer-ownership-status.js +5 -4
  27. package/lib/commonjs/enums/mobily-transfer-ownership-status.js.map +1 -1
  28. package/lib/commonjs/enums/mobily-webhook-status.js +4 -3
  29. package/lib/commonjs/enums/mobily-webhook-status.js.map +1 -1
  30. package/lib/module/enums/mobily-event-type.js +15 -15
  31. package/lib/module/enums/mobily-product-status.js +3 -3
  32. package/lib/module/enums/mobily-product-type.js +2 -2
  33. package/lib/module/enums/mobily-refund-dialog-result.js +3 -3
  34. package/lib/module/enums/mobily-transaction-status.js +3 -3
  35. package/lib/module/enums/mobily-transfer-ownership-status.js +5 -4
  36. package/lib/module/enums/mobily-transfer-ownership-status.js.map +1 -1
  37. package/lib/module/enums/mobily-webhook-status.js +4 -3
  38. package/lib/module/enums/mobily-webhook-status.js.map +1 -1
  39. package/lib/typescript/commonjs/src/enums/mobily-event-type.d.ts +15 -15
  40. package/lib/typescript/commonjs/src/enums/mobily-event-type.d.ts.map +1 -1
  41. package/lib/typescript/commonjs/src/enums/mobily-product-status.d.ts +3 -3
  42. package/lib/typescript/commonjs/src/enums/mobily-product-type.d.ts +2 -2
  43. package/lib/typescript/commonjs/src/enums/mobily-refund-dialog-result.d.ts +3 -3
  44. package/lib/typescript/commonjs/src/enums/mobily-transaction-status.d.ts +3 -3
  45. package/lib/typescript/commonjs/src/enums/mobily-transfer-ownership-status.d.ts +5 -4
  46. package/lib/typescript/commonjs/src/enums/mobily-transfer-ownership-status.d.ts.map +1 -1
  47. package/lib/typescript/commonjs/src/enums/mobily-webhook-status.d.ts +4 -3
  48. package/lib/typescript/commonjs/src/enums/mobily-webhook-status.d.ts.map +1 -1
  49. package/lib/typescript/module/src/enums/mobily-event-type.d.ts +15 -15
  50. package/lib/typescript/module/src/enums/mobily-event-type.d.ts.map +1 -1
  51. package/lib/typescript/module/src/enums/mobily-product-status.d.ts +3 -3
  52. package/lib/typescript/module/src/enums/mobily-product-type.d.ts +2 -2
  53. package/lib/typescript/module/src/enums/mobily-refund-dialog-result.d.ts +3 -3
  54. package/lib/typescript/module/src/enums/mobily-transaction-status.d.ts +3 -3
  55. package/lib/typescript/module/src/enums/mobily-transfer-ownership-status.d.ts +5 -4
  56. package/lib/typescript/module/src/enums/mobily-transfer-ownership-status.d.ts.map +1 -1
  57. package/lib/typescript/module/src/enums/mobily-webhook-status.d.ts +4 -3
  58. package/lib/typescript/module/src/enums/mobily-webhook-status.d.ts.map +1 -1
  59. package/package.json +3 -3
  60. package/src/enums/mobily-event-type.ts +15 -15
  61. package/src/enums/mobily-product-status.ts +3 -3
  62. package/src/enums/mobily-product-type.ts +2 -2
  63. package/src/enums/mobily-refund-dialog-result.ts +3 -3
  64. package/src/enums/mobily-transaction-status.ts +3 -3
  65. package/src/enums/mobily-transfer-ownership-status.ts +5 -4
  66. package/src/enums/mobily-webhook-status.ts +4 -3
  67. package/android/generated/jni/react/renderer/components/RNMobilyflowReactNativeSdkSpec/RNMobilyflowReactNativeSdkSpecJSI-generated.cpp +0 -172
  68. package/android/gradle.properties +0 -5
  69. package/ios/generated/RNMobilyflowReactNativeSdkSpecJSI-generated.cpp +0 -172
  70. package/ios/generated/RNMobilyflowReactNativeSdkSpecJSI.h +0 -368
  71. /package/ios/generated/{RNMobilyflowReactNativeSdkSpec → ReactCodegen/RNMobilyflowReactNativeSdkSpec}/RNMobilyflowReactNativeSdkSpec-generated.mm +0 -0
  72. /package/ios/generated/{RNMobilyflowReactNativeSdkSpec → ReactCodegen/RNMobilyflowReactNativeSdkSpec}/RNMobilyflowReactNativeSdkSpec.h +0 -0
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
 
3
3
  export let MobilyRefundDialogResult = /*#__PURE__*/function (MobilyRefundDialogResult) {
4
- MobilyRefundDialogResult["CANCELLED"] = "cancelled";
5
- MobilyRefundDialogResult["SUCCESS"] = "success";
6
- MobilyRefundDialogResult["TRANSACTION_NOT_FOUND"] = "transaction_not_found";
4
+ MobilyRefundDialogResult["CANCELLED"] = "CANCELLED";
5
+ MobilyRefundDialogResult["SUCCESS"] = "SUCCESS";
6
+ MobilyRefundDialogResult["TRANSACTION_NOT_FOUND"] = "TRANSACTION_NOT_FOUND";
7
7
  return MobilyRefundDialogResult;
8
8
  }({});
9
9
  //# sourceMappingURL=mobily-refund-dialog-result.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
 
3
3
  export let MobilyTransactionStatus = /*#__PURE__*/function (MobilyTransactionStatus) {
4
- MobilyTransactionStatus["SUCCESS"] = "success";
5
- MobilyTransactionStatus["BILLING_ERROR"] = "billing-error";
6
- MobilyTransactionStatus["REFUNDED"] = "refunded";
4
+ MobilyTransactionStatus["SUCCESS"] = "SUCCESS";
5
+ MobilyTransactionStatus["BILLING_ERROR"] = "BILLING_ERROR";
6
+ MobilyTransactionStatus["REFUNDED"] = "REFUNDED";
7
7
  return MobilyTransactionStatus;
8
8
  }({});
9
9
  //# sourceMappingURL=mobily-transaction-status.js.map
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
 
3
3
  export let MobilyTransferOwnershipStatus = /*#__PURE__*/function (MobilyTransferOwnershipStatus) {
4
- MobilyTransferOwnershipStatus["PENDING"] = "pending";
5
- MobilyTransferOwnershipStatus["DELAYED"] = "delayed";
6
- MobilyTransferOwnershipStatus["ACKNOWLEDGED"] = "acknowledged";
7
- MobilyTransferOwnershipStatus["REJECTED"] = "rejected";
4
+ MobilyTransferOwnershipStatus["PENDING"] = "PENDING";
5
+ MobilyTransferOwnershipStatus["DELAYED"] = "DELAYED";
6
+ MobilyTransferOwnershipStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
7
+ MobilyTransferOwnershipStatus["REJECTED"] = "REJECTED";
8
+ MobilyTransferOwnershipStatus["ERROR"] = "ERROR";
8
9
  return MobilyTransferOwnershipStatus;
9
10
  }({});
10
11
  //# sourceMappingURL=mobily-transfer-ownership-status.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["MobilyTransferOwnershipStatus"],"sourceRoot":"../../../src","sources":["enums/mobily-transfer-ownership-status.ts"],"mappings":";;AAAA,WAAYA,6BAA6B,0BAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAAA,OAA7BA,6BAA6B;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["MobilyTransferOwnershipStatus"],"sourceRoot":"../../../src","sources":["enums/mobily-transfer-ownership-status.ts"],"mappings":";;AAAA,WAAYA,6BAA6B,0BAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAA7BA,6BAA6B;EAAA,OAA7BA,6BAA6B;AAAA","ignoreList":[]}
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
 
3
3
  export let MobilyWebhookStatus = /*#__PURE__*/function (MobilyWebhookStatus) {
4
- MobilyWebhookStatus["PENDING"] = "pending";
5
- MobilyWebhookStatus["ERROR"] = "error";
6
- MobilyWebhookStatus["SUCCESS"] = "success";
4
+ MobilyWebhookStatus["PENDING"] = "PENDING";
5
+ MobilyWebhookStatus["FAILED"] = "FAILED";
6
+ MobilyWebhookStatus["IGNORED"] = "IGNORED";
7
+ MobilyWebhookStatus["SUCCESS"] = "SUCCESS";
7
8
  return MobilyWebhookStatus;
8
9
  }({});
9
10
  //# sourceMappingURL=mobily-webhook-status.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["MobilyWebhookStatus"],"sourceRoot":"../../../src","sources":["enums/mobily-webhook-status.ts"],"mappings":";;AAAA,WAAYA,mBAAmB,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["MobilyWebhookStatus"],"sourceRoot":"../../../src","sources":["enums/mobily-webhook-status.ts"],"mappings":";;AAAA,WAAYA,mBAAmB,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA","ignoreList":[]}
@@ -1,18 +1,18 @@
1
1
  export declare enum MobilyEventType {
2
- TEST = "test",
3
- PURCHASE = "purchase",
4
- CONSUMED = "consumed",
5
- RENEW = "renew",
6
- EXPIRED = "expired",
7
- REVOKED = "revoked",
8
- REFUNDED = "refunded",
9
- SUBSCRIPTION_CHANGE_RENEW_PRODUCT = "subscription-change-renew-product",
10
- SUBSCRIPTION_UPGRADE = "subscription-upgrade",
11
- SUBSCRIPTION_EXTENDED = "subscription-extended",
12
- CHANGE_AUTO_RENEW = "change-auto-renew",
13
- CHANGE_PAUSE_STATUS = "change-pause-status",
14
- GRACE_PERIOD_RESOLVED = "grace-period-resolved",
15
- TRANSFER_OWNERSHIP_REQUEST = "transfer-ownership-request",
16
- TRANSFER_OWNERSHIP_ACKNOWLEDGED = "transfer-ownership-acknowledged"
2
+ TEST = "TEST",
3
+ PURCHASED = "PURCHASED",
4
+ CONSUMED = "CONSUMED",
5
+ RENEWED = "RENEWED",
6
+ EXPIRED = "EXPIRED",
7
+ REVOKED = "REVOKED",
8
+ REFUNDED = "REFUNDED",
9
+ RENEW_PRODUCT_CHANGED = "RENEW_PRODUCT_CHANGED",
10
+ UPGRADED = "UPGRADED",
11
+ EXTENDED = "EXTENDED",
12
+ AUTO_RENEW_CHANGED = "AUTO_RENEW_CHANGED",
13
+ PAUSE_STATUS_CHANGED = "PAUSE_STATUS_CHANGED",
14
+ GRACE_PERIOD_RESOLVED = "GRACE_PERIOD_RESOLVED",
15
+ TRANSFER_OWNERSHIP_REQUESTED = "TRANSFER_OWNERSHIP_REQUESTED",
16
+ TRANSFER_OWNERSHIP_ACKNOWLEDGED = "TRANSFER_OWNERSHIP_ACKNOWLEDGED"
17
17
  }
18
18
  //# sourceMappingURL=mobily-event-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-event-type.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-event-type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,iCAAiC,sCAAsC;IACvE,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,qBAAqB,0BAA0B;IAC/C,0BAA0B,+BAA+B;IACzD,+BAA+B,oCAAoC;CACpE"}
1
+ {"version":3,"file":"mobily-event-type.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-event-type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;CACpE"}
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyProductStatus {
2
- INVALID = "invalid",
3
- UNAVAILABLE = "unavailable",
4
- AVAILABLE = "available"
2
+ INVALID = "INVALID",
3
+ UNAVAILABLE = "UNAVAILABLE",
4
+ AVAILABLE = "AVAILABLE"
5
5
  }
6
6
  //# sourceMappingURL=mobily-product-status.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export declare enum MobilyProductType {
2
- ONE_TIME = "one_time",
3
- SUBSCRIPTION = "subscription"
2
+ ONE_TIME = "ONE_TIME",
3
+ SUBSCRIPTION = "SUBSCRIPTION"
4
4
  }
5
5
  //# sourceMappingURL=mobily-product-type.d.ts.map
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyRefundDialogResult {
2
- CANCELLED = "cancelled",
3
- SUCCESS = "success",
4
- TRANSACTION_NOT_FOUND = "transaction_not_found"
2
+ CANCELLED = "CANCELLED",
3
+ SUCCESS = "SUCCESS",
4
+ TRANSACTION_NOT_FOUND = "TRANSACTION_NOT_FOUND"
5
5
  }
6
6
  //# sourceMappingURL=mobily-refund-dialog-result.d.ts.map
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyTransactionStatus {
2
- SUCCESS = "success",
3
- BILLING_ERROR = "billing-error",
4
- REFUNDED = "refunded"
2
+ SUCCESS = "SUCCESS",
3
+ BILLING_ERROR = "BILLING_ERROR",
4
+ REFUNDED = "REFUNDED"
5
5
  }
6
6
  //# sourceMappingURL=mobily-transaction-status.d.ts.map
@@ -1,7 +1,8 @@
1
1
  export declare enum MobilyTransferOwnershipStatus {
2
- PENDING = "pending",
3
- DELAYED = "delayed",
4
- ACKNOWLEDGED = "acknowledged",
5
- REJECTED = "rejected"
2
+ PENDING = "PENDING",
3
+ DELAYED = "DELAYED",
4
+ ACKNOWLEDGED = "ACKNOWLEDGED",
5
+ REJECTED = "REJECTED",
6
+ ERROR = "ERROR"
6
7
  }
7
8
  //# sourceMappingURL=mobily-transfer-ownership-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-transfer-ownership-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-transfer-ownership-status.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;CACtB"}
1
+ {"version":3,"file":"mobily-transfer-ownership-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-transfer-ownership-status.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,KAAK,UAAU;CAChB"}
@@ -1,6 +1,7 @@
1
1
  export declare enum MobilyWebhookStatus {
2
- PENDING = "pending",
3
- ERROR = "error",
4
- SUCCESS = "success"
2
+ PENDING = "PENDING",
3
+ FAILED = "FAILED",
4
+ IGNORED = "IGNORED",
5
+ SUCCESS = "SUCCESS"
5
6
  }
6
7
  //# sourceMappingURL=mobily-webhook-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-webhook-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-webhook-status.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;CACpB"}
1
+ {"version":3,"file":"mobily-webhook-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-webhook-status.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
@@ -1,18 +1,18 @@
1
1
  export declare enum MobilyEventType {
2
- TEST = "test",
3
- PURCHASE = "purchase",
4
- CONSUMED = "consumed",
5
- RENEW = "renew",
6
- EXPIRED = "expired",
7
- REVOKED = "revoked",
8
- REFUNDED = "refunded",
9
- SUBSCRIPTION_CHANGE_RENEW_PRODUCT = "subscription-change-renew-product",
10
- SUBSCRIPTION_UPGRADE = "subscription-upgrade",
11
- SUBSCRIPTION_EXTENDED = "subscription-extended",
12
- CHANGE_AUTO_RENEW = "change-auto-renew",
13
- CHANGE_PAUSE_STATUS = "change-pause-status",
14
- GRACE_PERIOD_RESOLVED = "grace-period-resolved",
15
- TRANSFER_OWNERSHIP_REQUEST = "transfer-ownership-request",
16
- TRANSFER_OWNERSHIP_ACKNOWLEDGED = "transfer-ownership-acknowledged"
2
+ TEST = "TEST",
3
+ PURCHASED = "PURCHASED",
4
+ CONSUMED = "CONSUMED",
5
+ RENEWED = "RENEWED",
6
+ EXPIRED = "EXPIRED",
7
+ REVOKED = "REVOKED",
8
+ REFUNDED = "REFUNDED",
9
+ RENEW_PRODUCT_CHANGED = "RENEW_PRODUCT_CHANGED",
10
+ UPGRADED = "UPGRADED",
11
+ EXTENDED = "EXTENDED",
12
+ AUTO_RENEW_CHANGED = "AUTO_RENEW_CHANGED",
13
+ PAUSE_STATUS_CHANGED = "PAUSE_STATUS_CHANGED",
14
+ GRACE_PERIOD_RESOLVED = "GRACE_PERIOD_RESOLVED",
15
+ TRANSFER_OWNERSHIP_REQUESTED = "TRANSFER_OWNERSHIP_REQUESTED",
16
+ TRANSFER_OWNERSHIP_ACKNOWLEDGED = "TRANSFER_OWNERSHIP_ACKNOWLEDGED"
17
17
  }
18
18
  //# sourceMappingURL=mobily-event-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-event-type.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-event-type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,iCAAiC,sCAAsC;IACvE,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,qBAAqB,0BAA0B;IAC/C,0BAA0B,+BAA+B;IACzD,+BAA+B,oCAAoC;CACpE"}
1
+ {"version":3,"file":"mobily-event-type.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-event-type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;CACpE"}
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyProductStatus {
2
- INVALID = "invalid",
3
- UNAVAILABLE = "unavailable",
4
- AVAILABLE = "available"
2
+ INVALID = "INVALID",
3
+ UNAVAILABLE = "UNAVAILABLE",
4
+ AVAILABLE = "AVAILABLE"
5
5
  }
6
6
  //# sourceMappingURL=mobily-product-status.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export declare enum MobilyProductType {
2
- ONE_TIME = "one_time",
3
- SUBSCRIPTION = "subscription"
2
+ ONE_TIME = "ONE_TIME",
3
+ SUBSCRIPTION = "SUBSCRIPTION"
4
4
  }
5
5
  //# sourceMappingURL=mobily-product-type.d.ts.map
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyRefundDialogResult {
2
- CANCELLED = "cancelled",
3
- SUCCESS = "success",
4
- TRANSACTION_NOT_FOUND = "transaction_not_found"
2
+ CANCELLED = "CANCELLED",
3
+ SUCCESS = "SUCCESS",
4
+ TRANSACTION_NOT_FOUND = "TRANSACTION_NOT_FOUND"
5
5
  }
6
6
  //# sourceMappingURL=mobily-refund-dialog-result.d.ts.map
@@ -1,6 +1,6 @@
1
1
  export declare enum MobilyTransactionStatus {
2
- SUCCESS = "success",
3
- BILLING_ERROR = "billing-error",
4
- REFUNDED = "refunded"
2
+ SUCCESS = "SUCCESS",
3
+ BILLING_ERROR = "BILLING_ERROR",
4
+ REFUNDED = "REFUNDED"
5
5
  }
6
6
  //# sourceMappingURL=mobily-transaction-status.d.ts.map
@@ -1,7 +1,8 @@
1
1
  export declare enum MobilyTransferOwnershipStatus {
2
- PENDING = "pending",
3
- DELAYED = "delayed",
4
- ACKNOWLEDGED = "acknowledged",
5
- REJECTED = "rejected"
2
+ PENDING = "PENDING",
3
+ DELAYED = "DELAYED",
4
+ ACKNOWLEDGED = "ACKNOWLEDGED",
5
+ REJECTED = "REJECTED",
6
+ ERROR = "ERROR"
6
7
  }
7
8
  //# sourceMappingURL=mobily-transfer-ownership-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-transfer-ownership-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-transfer-ownership-status.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;CACtB"}
1
+ {"version":3,"file":"mobily-transfer-ownership-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-transfer-ownership-status.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,KAAK,UAAU;CAChB"}
@@ -1,6 +1,7 @@
1
1
  export declare enum MobilyWebhookStatus {
2
- PENDING = "pending",
3
- ERROR = "error",
4
- SUCCESS = "success"
2
+ PENDING = "PENDING",
3
+ FAILED = "FAILED",
4
+ IGNORED = "IGNORED",
5
+ SUCCESS = "SUCCESS"
5
6
  }
6
7
  //# sourceMappingURL=mobily-webhook-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobily-webhook-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-webhook-status.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;CACpB"}
1
+ {"version":3,"file":"mobily-webhook-status.d.ts","sourceRoot":"","sources":["../../../../../src/enums/mobily-webhook-status.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobilyflow-react-native-sdk",
3
- "version": "0.6.1",
3
+ "version": "0.7.0-alpha.4",
4
4
  "description": "MobilyFlow React Native SDK",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -78,8 +78,8 @@
78
78
  "eslint-plugin-prettier": "^5.0.1",
79
79
  "jest": "^29.7.0",
80
80
  "prettier": "^3.0.3",
81
- "react": "19.0.0",
82
- "react-native": "0.78.0",
81
+ "react": "19.2.0",
82
+ "react-native": ">=0.80.0",
83
83
  "react-native-builder-bob": "^0.36.0",
84
84
  "turbo": "^1.10.7",
85
85
  "typescript": "^5.2.2"
@@ -1,17 +1,17 @@
1
1
  export enum MobilyEventType {
2
- TEST = 'test',
3
- PURCHASE = 'purchase',
4
- CONSUMED = 'consumed',
5
- RENEW = 'renew',
6
- EXPIRED = 'expired',
7
- REVOKED = 'revoked',
8
- REFUNDED = 'refunded',
9
- SUBSCRIPTION_CHANGE_RENEW_PRODUCT = 'subscription-change-renew-product',
10
- SUBSCRIPTION_UPGRADE = 'subscription-upgrade',
11
- SUBSCRIPTION_EXTENDED = 'subscription-extended',
12
- CHANGE_AUTO_RENEW = 'change-auto-renew',
13
- CHANGE_PAUSE_STATUS = 'change-pause-status',
14
- GRACE_PERIOD_RESOLVED = 'grace-period-resolved',
15
- TRANSFER_OWNERSHIP_REQUEST = 'transfer-ownership-request',
16
- TRANSFER_OWNERSHIP_ACKNOWLEDGED = 'transfer-ownership-acknowledged',
2
+ TEST = 'TEST',
3
+ PURCHASED = 'PURCHASED',
4
+ CONSUMED = 'CONSUMED',
5
+ RENEWED = 'RENEWED',
6
+ EXPIRED = 'EXPIRED',
7
+ REVOKED = 'REVOKED',
8
+ REFUNDED = 'REFUNDED',
9
+ RENEW_PRODUCT_CHANGED = 'RENEW_PRODUCT_CHANGED',
10
+ UPGRADED = 'UPGRADED',
11
+ EXTENDED = 'EXTENDED',
12
+ AUTO_RENEW_CHANGED = 'AUTO_RENEW_CHANGED',
13
+ PAUSE_STATUS_CHANGED = 'PAUSE_STATUS_CHANGED',
14
+ GRACE_PERIOD_RESOLVED = 'GRACE_PERIOD_RESOLVED',
15
+ TRANSFER_OWNERSHIP_REQUESTED = 'TRANSFER_OWNERSHIP_REQUESTED',
16
+ TRANSFER_OWNERSHIP_ACKNOWLEDGED = 'TRANSFER_OWNERSHIP_ACKNOWLEDGED',
17
17
  }
@@ -1,5 +1,5 @@
1
1
  export enum MobilyProductStatus {
2
- INVALID = 'invalid',
3
- UNAVAILABLE = 'unavailable',
4
- AVAILABLE = 'available',
2
+ INVALID = 'INVALID',
3
+ UNAVAILABLE = 'UNAVAILABLE',
4
+ AVAILABLE = 'AVAILABLE',
5
5
  }
@@ -1,4 +1,4 @@
1
1
  export enum MobilyProductType {
2
- ONE_TIME = 'one_time',
3
- SUBSCRIPTION = 'subscription',
2
+ ONE_TIME = 'ONE_TIME',
3
+ SUBSCRIPTION = 'SUBSCRIPTION',
4
4
  }
@@ -1,5 +1,5 @@
1
1
  export enum MobilyRefundDialogResult {
2
- CANCELLED = 'cancelled',
3
- SUCCESS = 'success',
4
- TRANSACTION_NOT_FOUND = 'transaction_not_found',
2
+ CANCELLED = 'CANCELLED',
3
+ SUCCESS = 'SUCCESS',
4
+ TRANSACTION_NOT_FOUND = 'TRANSACTION_NOT_FOUND',
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export enum MobilyTransactionStatus {
2
- SUCCESS = 'success',
3
- BILLING_ERROR = 'billing-error',
4
- REFUNDED = 'refunded',
2
+ SUCCESS = 'SUCCESS',
3
+ BILLING_ERROR = 'BILLING_ERROR',
4
+ REFUNDED = 'REFUNDED',
5
5
  }
@@ -1,6 +1,7 @@
1
1
  export enum MobilyTransferOwnershipStatus {
2
- PENDING = 'pending',
3
- DELAYED = 'delayed',
4
- ACKNOWLEDGED = 'acknowledged',
5
- REJECTED = 'rejected',
2
+ PENDING = 'PENDING',
3
+ DELAYED = 'DELAYED',
4
+ ACKNOWLEDGED = 'ACKNOWLEDGED',
5
+ REJECTED = 'REJECTED',
6
+ ERROR = 'ERROR',
6
7
  }
@@ -1,5 +1,6 @@
1
1
  export enum MobilyWebhookStatus {
2
- PENDING = 'pending',
3
- ERROR = 'error',
4
- SUCCESS = 'success',
2
+ PENDING = 'PENDING',
3
+ FAILED = 'FAILED',
4
+ IGNORED = 'IGNORED',
5
+ SUCCESS = 'SUCCESS',
5
6
  }
@@ -1,172 +0,0 @@
1
- /**
2
- * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
- *
4
- * Do not edit this file as changes may cause incorrect behavior and will be lost
5
- * once the code is regenerated.
6
- *
7
- * @generated by codegen project: GenerateModuleCpp.js
8
- */
9
-
10
- #include "RNMobilyflowReactNativeSdkSpecJSI.h"
11
-
12
- namespace facebook::react {
13
-
14
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_initialize(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
15
- static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->initialize(
16
- rt,
17
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
18
- count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asString(rt),
19
- count <= 2 ? throw jsi::JSError(rt, "Expected argument in position 2 to be passed") : args[2].asString(rt),
20
- count <= 3 || args[3].isUndefined() ? std::nullopt : std::make_optional(args[3].asObject(rt))
21
- );
22
- return jsi::Value::undefined();
23
- }
24
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_close(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
25
- static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->close(
26
- rt
27
- );
28
- return jsi::Value::undefined();
29
- }
30
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_login(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
31
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->login(
32
- rt,
33
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
34
- );
35
- }
36
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_logout(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
37
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->logout(
38
- rt
39
- );
40
- }
41
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getProducts(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
42
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getProducts(
43
- rt,
44
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt).asArray(rt),
45
- count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asBool()
46
- );
47
- }
48
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSubscriptionGroups(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
49
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getSubscriptionGroups(
50
- rt,
51
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asObject(rt).asArray(rt),
52
- count <= 1 ? throw jsi::JSError(rt, "Expected argument in position 1 to be passed") : args[1].asBool()
53
- );
54
- }
55
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSubscriptionGroupById(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
56
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getSubscriptionGroupById(
57
- rt,
58
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
59
- );
60
- }
61
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlementForSubscription(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
62
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getEntitlementForSubscription(
63
- rt,
64
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
65
- );
66
- }
67
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlement(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
68
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getEntitlement(
69
- rt,
70
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
71
- );
72
- }
73
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlements(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
74
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getEntitlements(
75
- rt,
76
- count <= 0 || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asArray(rt))
77
- );
78
- }
79
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getExternalEntitlements(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
80
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getExternalEntitlements(
81
- rt
82
- );
83
- }
84
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_requestTransferOwnership(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
85
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->requestTransferOwnership(
86
- rt
87
- );
88
- }
89
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openManageSubscription(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
90
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->openManageSubscription(
91
- rt
92
- );
93
- }
94
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openRefundDialogForProduct(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
95
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->openRefundDialogForProduct(
96
- rt,
97
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
98
- );
99
- }
100
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openRefundDialogForTransactionId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
101
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->openRefundDialogForTransactionId(
102
- rt,
103
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
104
- );
105
- }
106
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_purchaseProduct(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
107
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->purchaseProduct(
108
- rt,
109
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt),
110
- count <= 1 || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt))
111
- );
112
- }
113
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_sendDiagnostic(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
114
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->sendDiagnostic(
115
- rt
116
- );
117
- }
118
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getStoreCountry(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
119
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getStoreCountry(
120
- rt
121
- );
122
- }
123
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isBillingAvailable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
124
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->isBillingAvailable(
125
- rt
126
- );
127
- }
128
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
129
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->isForwardingEnable(
130
- rt,
131
- count <= 0 ? throw jsi::JSError(rt, "Expected argument in position 0 to be passed") : args[0].asString(rt)
132
- );
133
- }
134
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getCustomer(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
135
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getCustomer(
136
- rt
137
- );
138
- }
139
- static jsi::Value __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSDKVersion(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
140
- return static_cast<NativeMobilyflowReactNativeSdkCxxSpecJSI *>(&turboModule)->getSDKVersion(
141
- rt
142
- );
143
- }
144
-
145
- NativeMobilyflowReactNativeSdkCxxSpecJSI::NativeMobilyflowReactNativeSdkCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
146
- : TurboModule("MobilyflowReactNativeSdk", jsInvoker) {
147
- methodMap_["initialize"] = MethodMetadata {4, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_initialize};
148
- methodMap_["close"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_close};
149
- methodMap_["login"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_login};
150
- methodMap_["logout"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_logout};
151
- methodMap_["getProducts"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getProducts};
152
- methodMap_["getSubscriptionGroups"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSubscriptionGroups};
153
- methodMap_["getSubscriptionGroupById"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSubscriptionGroupById};
154
- methodMap_["getEntitlementForSubscription"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlementForSubscription};
155
- methodMap_["getEntitlement"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlement};
156
- methodMap_["getEntitlements"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getEntitlements};
157
- methodMap_["getExternalEntitlements"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getExternalEntitlements};
158
- methodMap_["requestTransferOwnership"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_requestTransferOwnership};
159
- methodMap_["openManageSubscription"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openManageSubscription};
160
- methodMap_["openRefundDialogForProduct"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openRefundDialogForProduct};
161
- methodMap_["openRefundDialogForTransactionId"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_openRefundDialogForTransactionId};
162
- methodMap_["purchaseProduct"] = MethodMetadata {2, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_purchaseProduct};
163
- methodMap_["sendDiagnostic"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_sendDiagnostic};
164
- methodMap_["getStoreCountry"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getStoreCountry};
165
- methodMap_["isBillingAvailable"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isBillingAvailable};
166
- methodMap_["isForwardingEnable"] = MethodMetadata {1, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_isForwardingEnable};
167
- methodMap_["getCustomer"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getCustomer};
168
- methodMap_["getSDKVersion"] = MethodMetadata {0, __hostFunction_NativeMobilyflowReactNativeSdkCxxSpecJSI_getSDKVersion};
169
- }
170
-
171
-
172
- } // namespace facebook::react
@@ -1,5 +0,0 @@
1
- MobilyflowReactNativeSdk_kotlinVersion=2.1.0
2
- MobilyflowReactNativeSdk_minSdkVersion=24
3
- MobilyflowReactNativeSdk_targetSdkVersion=34
4
- MobilyflowReactNativeSdk_compileSdkVersion=35
5
- MobilyflowReactNativeSdk_ndkVersion=27.1.12297006