@connect-plus-online/ogabai-integrations 0.0.68 → 0.0.69
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 +1380 -1371
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +1380 -1371
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -460,7 +460,7 @@ type SubscriptionPlanFeature = {
|
|
|
460
460
|
createdAt: string;
|
|
461
461
|
limitValue: number;
|
|
462
462
|
accessValue: SubscriptionPlanFeatureAccess;
|
|
463
|
-
|
|
463
|
+
behaviourIds: string[];
|
|
464
464
|
};
|
|
465
465
|
interface SubscriptionPlan {
|
|
466
466
|
id: string;
|
|
@@ -685,6 +685,7 @@ interface MeResponse {
|
|
|
685
685
|
stores?: Store[];
|
|
686
686
|
userSetting?: UserSetting;
|
|
687
687
|
userAccounts?: UserAccount[];
|
|
688
|
+
subscription?: Subscription;
|
|
688
689
|
}
|
|
689
690
|
interface MeResponseNestedFields extends GetUserResponseNestedFields {
|
|
690
691
|
user: UserFields;
|
package/dist/index.d.ts
CHANGED
|
@@ -460,7 +460,7 @@ type SubscriptionPlanFeature = {
|
|
|
460
460
|
createdAt: string;
|
|
461
461
|
limitValue: number;
|
|
462
462
|
accessValue: SubscriptionPlanFeatureAccess;
|
|
463
|
-
|
|
463
|
+
behaviourIds: string[];
|
|
464
464
|
};
|
|
465
465
|
interface SubscriptionPlan {
|
|
466
466
|
id: string;
|
|
@@ -685,6 +685,7 @@ interface MeResponse {
|
|
|
685
685
|
stores?: Store[];
|
|
686
686
|
userSetting?: UserSetting;
|
|
687
687
|
userAccounts?: UserAccount[];
|
|
688
|
+
subscription?: Subscription;
|
|
688
689
|
}
|
|
689
690
|
interface MeResponseNestedFields extends GetUserResponseNestedFields {
|
|
690
691
|
user: UserFields;
|