@connect-plus-online/ogabai-integrations 0.0.50 → 0.0.52
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 +4 -2
- package/dist/index.d.ts +4 -2
- 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
|
@@ -2328,7 +2328,7 @@ var subscriptionPlanQuery = [
|
|
|
2328
2328
|
"code",
|
|
2329
2329
|
"title",
|
|
2330
2330
|
"description",
|
|
2331
|
-
"
|
|
2331
|
+
"subscriptionPlanPrice",
|
|
2332
2332
|
"currency",
|
|
2333
2333
|
"period",
|
|
2334
2334
|
"trialDays",
|
|
@@ -2368,7 +2368,9 @@ var removeSubscriptionPlanFeatureResponse = [
|
|
|
2368
2368
|
var getSubscriptionPlanResponse = [
|
|
2369
2369
|
"subscriptionPlan"
|
|
2370
2370
|
];
|
|
2371
|
-
var _getSubscriptionPlanResponseNestedFields = {
|
|
2371
|
+
var _getSubscriptionPlanResponseNestedFields = {
|
|
2372
|
+
features: subscriptionPlanFeatureQuery
|
|
2373
|
+
};
|
|
2372
2374
|
var getSubscriptionPlanResponseNestedFields = {
|
|
2373
2375
|
..._getSubscriptionPlanResponseNestedFields,
|
|
2374
2376
|
subscriptionPlan: subscriptionPlanQuery
|