@connect-plus-online/ogabai-integrations 0.0.71 → 0.0.73
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.
- package/dist/index.cjs.js +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -650,13 +650,15 @@ var subscriptionQuery = [
|
|
|
650
650
|
"currentPeriodStart",
|
|
651
651
|
"defaultPaymentMethodId",
|
|
652
652
|
"id",
|
|
653
|
-
"
|
|
653
|
+
"subscriptionPrice",
|
|
654
654
|
"subscriptionPlanId",
|
|
655
655
|
"subscriptionStatus",
|
|
656
656
|
"trialEnd",
|
|
657
657
|
"updatedAt",
|
|
658
658
|
"userId",
|
|
659
|
-
"version"
|
|
659
|
+
"version",
|
|
660
|
+
"paymentDataJson",
|
|
661
|
+
"paymentReference"
|
|
660
662
|
];
|
|
661
663
|
var subscriptionPlanFeatureQuery = [
|
|
662
664
|
"limitValue",
|