@purpleschool/gptbot 0.15.57 → 0.15.59
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/build/commands/product/create-product.command.d.ts +24 -0
- package/build/commands/product/find-product.command.d.ts +24 -0
- package/build/commands/product/get-my-products.command.d.ts +12 -0
- package/build/commands/product/update-product.command.d.ts +24 -0
- package/build/commands/subscription/create-subscription.command.d.ts +24 -0
- package/build/commands/subscription/find-subscription.command.d.ts +36 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts +24 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts +12 -0
- package/build/commands/subscription/get-subscriptions-summary.command.d.ts +60 -0
- package/build/commands/subscription/update-subscription.command.d.ts +24 -0
- package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.d.ts +12 -0
- package/build/commands/team-account/find-current-team-account-products.command.d.ts +12 -0
- package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.d.ts +12 -0
- package/build/commands/team-account/find-current-team-account-subscriptions.command.d.ts +12 -0
- package/build/commands/team-account/find-team-account-products.command.d.ts +12 -0
- package/build/commands/team-account/find-team-account-subscriptions.command.d.ts +24 -0
- package/build/commands/team-account/get-team-account-available-upgrades.command.d.ts +12 -0
- package/build/commands/team-to-product/get-team-to-products.command.d.ts +12 -0
- package/build/commands/team-to-subscription/get-team-to-subscriptions.command.d.ts +12 -0
- package/build/commands/user/get-user-products.command.d.ts +12 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts +12 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +12 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +2 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.js +2 -0
- package/build/models/product.schema.d.ts +12 -0
- package/build/models/subscription-feature.schema.d.ts +26 -0
- package/build/models/subscription-feature.schema.js +13 -1
- package/build/models/subscription-upgrade-schema.d.ts +12 -0
- package/build/models/subscription.schema.d.ts +60 -0
- package/build/models/team-account/team-to-product.schema.d.ts +12 -0
- package/build/models/team-account/team-to-subscription.schema.d.ts +12 -0
- package/build/models/user-to-product.schema.d.ts +12 -0
- package/build/models/user-to-subscription.schema.d.ts +36 -0
- package/package.json +1 -1
|
@@ -269,6 +269,12 @@ export declare namespace CreateProductCommand {
|
|
|
269
269
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
270
270
|
isAvailable: z.ZodBoolean;
|
|
271
271
|
modelId: z.ZodString;
|
|
272
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
273
|
+
title: z.ZodString;
|
|
274
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
275
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
276
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
277
|
+
value: z.ZodNumber;
|
|
272
278
|
}, z.core.$strip>, z.ZodObject<{
|
|
273
279
|
title: z.ZodString;
|
|
274
280
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -276,6 +282,12 @@ export declare namespace CreateProductCommand {
|
|
|
276
282
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
277
283
|
isAvailable: z.ZodBoolean;
|
|
278
284
|
modelId: z.ZodString;
|
|
285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
286
|
+
title: z.ZodString;
|
|
287
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
288
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
289
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
290
|
+
value: z.ZodNumber;
|
|
279
291
|
}, z.core.$strip>, z.ZodObject<{
|
|
280
292
|
title: z.ZodString;
|
|
281
293
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -565,6 +577,12 @@ export declare namespace CreateProductCommand {
|
|
|
565
577
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
566
578
|
isAvailable: z.ZodBoolean;
|
|
567
579
|
modelId: z.ZodString;
|
|
580
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
581
|
+
title: z.ZodString;
|
|
582
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
583
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
584
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
585
|
+
value: z.ZodNumber;
|
|
568
586
|
}, z.core.$strip>, z.ZodObject<{
|
|
569
587
|
title: z.ZodString;
|
|
570
588
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -572,6 +590,12 @@ export declare namespace CreateProductCommand {
|
|
|
572
590
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
573
591
|
isAvailable: z.ZodBoolean;
|
|
574
592
|
modelId: z.ZodString;
|
|
593
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
594
|
+
title: z.ZodString;
|
|
595
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
596
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
597
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
598
|
+
value: z.ZodNumber;
|
|
575
599
|
}, z.core.$strip>, z.ZodObject<{
|
|
576
600
|
title: z.ZodString;
|
|
577
601
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -280,6 +280,12 @@ export declare namespace FindProductCommand {
|
|
|
280
280
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
281
281
|
isAvailable: z.ZodBoolean;
|
|
282
282
|
modelId: z.ZodString;
|
|
283
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
284
|
+
title: z.ZodString;
|
|
285
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
286
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
287
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
288
|
+
value: z.ZodNumber;
|
|
283
289
|
}, z.core.$strip>, z.ZodObject<{
|
|
284
290
|
title: z.ZodString;
|
|
285
291
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -287,6 +293,12 @@ export declare namespace FindProductCommand {
|
|
|
287
293
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
288
294
|
isAvailable: z.ZodBoolean;
|
|
289
295
|
modelId: z.ZodString;
|
|
296
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
297
|
+
title: z.ZodString;
|
|
298
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
299
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
300
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
301
|
+
value: z.ZodNumber;
|
|
290
302
|
}, z.core.$strip>, z.ZodObject<{
|
|
291
303
|
title: z.ZodString;
|
|
292
304
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -579,6 +591,12 @@ export declare namespace FindProductCommand {
|
|
|
579
591
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
580
592
|
isAvailable: z.ZodBoolean;
|
|
581
593
|
modelId: z.ZodString;
|
|
594
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
595
|
+
title: z.ZodString;
|
|
596
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
597
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
598
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
599
|
+
value: z.ZodNumber;
|
|
582
600
|
}, z.core.$strip>, z.ZodObject<{
|
|
583
601
|
title: z.ZodString;
|
|
584
602
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -586,6 +604,12 @@ export declare namespace FindProductCommand {
|
|
|
586
604
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
587
605
|
isAvailable: z.ZodBoolean;
|
|
588
606
|
modelId: z.ZodString;
|
|
607
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
608
|
+
title: z.ZodString;
|
|
609
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
610
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
611
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
612
|
+
value: z.ZodNumber;
|
|
589
613
|
}, z.core.$strip>, z.ZodObject<{
|
|
590
614
|
title: z.ZodString;
|
|
591
615
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -280,6 +280,12 @@ export declare namespace GetMyProductsCommand {
|
|
|
280
280
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
281
281
|
isAvailable: z.ZodBoolean;
|
|
282
282
|
modelId: z.ZodString;
|
|
283
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
284
|
+
title: z.ZodString;
|
|
285
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
286
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
287
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
288
|
+
value: z.ZodNumber;
|
|
283
289
|
}, z.core.$strip>, z.ZodObject<{
|
|
284
290
|
title: z.ZodString;
|
|
285
291
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -287,6 +293,12 @@ export declare namespace GetMyProductsCommand {
|
|
|
287
293
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
288
294
|
isAvailable: z.ZodBoolean;
|
|
289
295
|
modelId: z.ZodString;
|
|
296
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
297
|
+
title: z.ZodString;
|
|
298
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
299
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
300
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
301
|
+
value: z.ZodNumber;
|
|
290
302
|
}, z.core.$strip>, z.ZodObject<{
|
|
291
303
|
title: z.ZodString;
|
|
292
304
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -269,6 +269,12 @@ export declare namespace UpdateProductCommand {
|
|
|
269
269
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
270
270
|
isAvailable: z.ZodBoolean;
|
|
271
271
|
modelId: z.ZodString;
|
|
272
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
273
|
+
title: z.ZodString;
|
|
274
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
275
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
276
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
277
|
+
value: z.ZodNumber;
|
|
272
278
|
}, z.core.$strip>, z.ZodObject<{
|
|
273
279
|
title: z.ZodString;
|
|
274
280
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -276,6 +282,12 @@ export declare namespace UpdateProductCommand {
|
|
|
276
282
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
277
283
|
isAvailable: z.ZodBoolean;
|
|
278
284
|
modelId: z.ZodString;
|
|
285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
286
|
+
title: z.ZodString;
|
|
287
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
288
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
289
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
290
|
+
value: z.ZodNumber;
|
|
279
291
|
}, z.core.$strip>, z.ZodObject<{
|
|
280
292
|
title: z.ZodString;
|
|
281
293
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -569,6 +581,12 @@ export declare namespace UpdateProductCommand {
|
|
|
569
581
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
570
582
|
isAvailable: z.ZodBoolean;
|
|
571
583
|
modelId: z.ZodString;
|
|
584
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
585
|
+
title: z.ZodString;
|
|
586
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
587
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
588
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
589
|
+
value: z.ZodNumber;
|
|
572
590
|
}, z.core.$strip>, z.ZodObject<{
|
|
573
591
|
title: z.ZodString;
|
|
574
592
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -576,6 +594,12 @@ export declare namespace UpdateProductCommand {
|
|
|
576
594
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
577
595
|
isAvailable: z.ZodBoolean;
|
|
578
596
|
modelId: z.ZodString;
|
|
597
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
598
|
+
title: z.ZodString;
|
|
599
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
600
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
601
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
602
|
+
value: z.ZodNumber;
|
|
579
603
|
}, z.core.$strip>, z.ZodObject<{
|
|
580
604
|
title: z.ZodString;
|
|
581
605
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -274,6 +274,12 @@ export declare namespace CreateSubscriptionCommand {
|
|
|
274
274
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
275
275
|
isAvailable: z.ZodBoolean;
|
|
276
276
|
modelId: z.ZodString;
|
|
277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
278
|
+
title: z.ZodString;
|
|
279
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
280
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
281
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
282
|
+
value: z.ZodNumber;
|
|
277
283
|
}, z.core.$strip>, z.ZodObject<{
|
|
278
284
|
title: z.ZodString;
|
|
279
285
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -281,6 +287,12 @@ export declare namespace CreateSubscriptionCommand {
|
|
|
281
287
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
282
288
|
isAvailable: z.ZodBoolean;
|
|
283
289
|
modelId: z.ZodString;
|
|
290
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
291
|
+
title: z.ZodString;
|
|
292
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
293
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
294
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
295
|
+
value: z.ZodNumber;
|
|
284
296
|
}, z.core.$strip>, z.ZodObject<{
|
|
285
297
|
title: z.ZodString;
|
|
286
298
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -593,6 +605,12 @@ export declare namespace CreateSubscriptionCommand {
|
|
|
593
605
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
594
606
|
isAvailable: z.ZodBoolean;
|
|
595
607
|
modelId: z.ZodString;
|
|
608
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
609
|
+
title: z.ZodString;
|
|
610
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
611
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
612
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
613
|
+
value: z.ZodNumber;
|
|
596
614
|
}, z.core.$strip>, z.ZodObject<{
|
|
597
615
|
title: z.ZodString;
|
|
598
616
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -600,6 +618,12 @@ export declare namespace CreateSubscriptionCommand {
|
|
|
600
618
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
601
619
|
isAvailable: z.ZodBoolean;
|
|
602
620
|
modelId: z.ZodString;
|
|
621
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
622
|
+
title: z.ZodString;
|
|
623
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
624
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
625
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
626
|
+
value: z.ZodNumber;
|
|
603
627
|
}, z.core.$strip>, z.ZodObject<{
|
|
604
628
|
title: z.ZodString;
|
|
605
629
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -285,6 +285,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
285
285
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
286
286
|
isAvailable: z.ZodBoolean;
|
|
287
287
|
modelId: z.ZodString;
|
|
288
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
289
|
+
title: z.ZodString;
|
|
290
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
291
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
292
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
293
|
+
value: z.ZodNumber;
|
|
288
294
|
}, z.core.$strip>, z.ZodObject<{
|
|
289
295
|
title: z.ZodString;
|
|
290
296
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -292,6 +298,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
292
298
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
293
299
|
isAvailable: z.ZodBoolean;
|
|
294
300
|
modelId: z.ZodString;
|
|
301
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
302
|
+
title: z.ZodString;
|
|
303
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
304
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
305
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
306
|
+
value: z.ZodNumber;
|
|
295
307
|
}, z.core.$strip>, z.ZodObject<{
|
|
296
308
|
title: z.ZodString;
|
|
297
309
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -604,6 +616,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
604
616
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
605
617
|
isAvailable: z.ZodBoolean;
|
|
606
618
|
modelId: z.ZodString;
|
|
619
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
620
|
+
title: z.ZodString;
|
|
621
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
622
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
623
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
624
|
+
value: z.ZodNumber;
|
|
607
625
|
}, z.core.$strip>, z.ZodObject<{
|
|
608
626
|
title: z.ZodString;
|
|
609
627
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -611,6 +629,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
611
629
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
612
630
|
isAvailable: z.ZodBoolean;
|
|
613
631
|
modelId: z.ZodString;
|
|
632
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
633
|
+
title: z.ZodString;
|
|
634
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
635
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
636
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
637
|
+
value: z.ZodNumber;
|
|
614
638
|
}, z.core.$strip>, z.ZodObject<{
|
|
615
639
|
title: z.ZodString;
|
|
616
640
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1025,6 +1049,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
1025
1049
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
1026
1050
|
isAvailable: z.ZodBoolean;
|
|
1027
1051
|
modelId: z.ZodString;
|
|
1052
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1053
|
+
title: z.ZodString;
|
|
1054
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1055
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
1056
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
1057
|
+
value: z.ZodNumber;
|
|
1028
1058
|
}, z.core.$strip>, z.ZodObject<{
|
|
1029
1059
|
title: z.ZodString;
|
|
1030
1060
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1032,6 +1062,12 @@ export declare namespace FindSubscriptionCommand {
|
|
|
1032
1062
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
1033
1063
|
isAvailable: z.ZodBoolean;
|
|
1034
1064
|
modelId: z.ZodString;
|
|
1065
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1066
|
+
title: z.ZodString;
|
|
1067
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1068
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
1069
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
1070
|
+
value: z.ZodNumber;
|
|
1035
1071
|
}, z.core.$strip>, z.ZodObject<{
|
|
1036
1072
|
title: z.ZodString;
|
|
1037
1073
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -259,6 +259,12 @@ export declare namespace GetAvailableUpgradesCommand {
|
|
|
259
259
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
260
260
|
isAvailable: z.ZodBoolean;
|
|
261
261
|
modelId: z.ZodString;
|
|
262
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
263
|
+
title: z.ZodString;
|
|
264
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
265
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
266
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
267
|
+
value: z.ZodNumber;
|
|
262
268
|
}, z.core.$strip>, z.ZodObject<{
|
|
263
269
|
title: z.ZodString;
|
|
264
270
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -266,6 +272,12 @@ export declare namespace GetAvailableUpgradesCommand {
|
|
|
266
272
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
267
273
|
isAvailable: z.ZodBoolean;
|
|
268
274
|
modelId: z.ZodString;
|
|
275
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
276
|
+
title: z.ZodString;
|
|
277
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
278
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
279
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
280
|
+
value: z.ZodNumber;
|
|
269
281
|
}, z.core.$strip>, z.ZodObject<{
|
|
270
282
|
title: z.ZodString;
|
|
271
283
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -555,6 +567,12 @@ export declare namespace GetAvailableUpgradesCommand {
|
|
|
555
567
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
556
568
|
isAvailable: z.ZodBoolean;
|
|
557
569
|
modelId: z.ZodString;
|
|
570
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
571
|
+
title: z.ZodString;
|
|
572
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
573
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
574
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
575
|
+
value: z.ZodNumber;
|
|
558
576
|
}, z.core.$strip>, z.ZodObject<{
|
|
559
577
|
title: z.ZodString;
|
|
560
578
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -562,6 +580,12 @@ export declare namespace GetAvailableUpgradesCommand {
|
|
|
562
580
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
563
581
|
isAvailable: z.ZodBoolean;
|
|
564
582
|
modelId: z.ZodString;
|
|
583
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
584
|
+
title: z.ZodString;
|
|
585
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
586
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
587
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
588
|
+
value: z.ZodNumber;
|
|
565
589
|
}, z.core.$strip>, z.ZodObject<{
|
|
566
590
|
title: z.ZodString;
|
|
567
591
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -276,6 +276,12 @@ export declare namespace GetFreeSubscriptionCommand {
|
|
|
276
276
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
277
277
|
isAvailable: z.ZodBoolean;
|
|
278
278
|
modelId: z.ZodString;
|
|
279
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
280
|
+
title: z.ZodString;
|
|
281
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
282
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
283
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
284
|
+
value: z.ZodNumber;
|
|
279
285
|
}, z.core.$strip>, z.ZodObject<{
|
|
280
286
|
title: z.ZodString;
|
|
281
287
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -283,6 +289,12 @@ export declare namespace GetFreeSubscriptionCommand {
|
|
|
283
289
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
284
290
|
isAvailable: z.ZodBoolean;
|
|
285
291
|
modelId: z.ZodString;
|
|
292
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
293
|
+
title: z.ZodString;
|
|
294
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
295
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
296
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
297
|
+
value: z.ZodNumber;
|
|
286
298
|
}, z.core.$strip>, z.ZodObject<{
|
|
287
299
|
title: z.ZodString;
|
|
288
300
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -252,6 +252,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
252
252
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
253
253
|
isAvailable: z.ZodBoolean;
|
|
254
254
|
modelId: z.ZodString;
|
|
255
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
256
|
+
title: z.ZodString;
|
|
257
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
258
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
259
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
260
|
+
value: z.ZodNumber;
|
|
255
261
|
}, z.core.$strip>, z.ZodObject<{
|
|
256
262
|
title: z.ZodString;
|
|
257
263
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -259,6 +265,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
259
265
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
260
266
|
isAvailable: z.ZodBoolean;
|
|
261
267
|
modelId: z.ZodString;
|
|
268
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
269
|
+
title: z.ZodString;
|
|
270
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
271
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
272
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
273
|
+
value: z.ZodNumber;
|
|
262
274
|
}, z.core.$strip>, z.ZodObject<{
|
|
263
275
|
title: z.ZodString;
|
|
264
276
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -565,6 +577,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
565
577
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
566
578
|
isAvailable: z.ZodBoolean;
|
|
567
579
|
modelId: z.ZodString;
|
|
580
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
581
|
+
title: z.ZodString;
|
|
582
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
583
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
584
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
585
|
+
value: z.ZodNumber;
|
|
568
586
|
}, z.core.$strip>, z.ZodObject<{
|
|
569
587
|
title: z.ZodString;
|
|
570
588
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -572,6 +590,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
572
590
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
573
591
|
isAvailable: z.ZodBoolean;
|
|
574
592
|
modelId: z.ZodString;
|
|
593
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
594
|
+
title: z.ZodString;
|
|
595
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
596
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
597
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
598
|
+
value: z.ZodNumber;
|
|
575
599
|
}, z.core.$strip>, z.ZodObject<{
|
|
576
600
|
title: z.ZodString;
|
|
577
601
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -885,6 +909,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
885
909
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
886
910
|
isAvailable: z.ZodBoolean;
|
|
887
911
|
modelId: z.ZodString;
|
|
912
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
913
|
+
title: z.ZodString;
|
|
914
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
915
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
916
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
917
|
+
value: z.ZodNumber;
|
|
888
918
|
}, z.core.$strip>, z.ZodObject<{
|
|
889
919
|
title: z.ZodString;
|
|
890
920
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -892,6 +922,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
892
922
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
893
923
|
isAvailable: z.ZodBoolean;
|
|
894
924
|
modelId: z.ZodString;
|
|
925
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
926
|
+
title: z.ZodString;
|
|
927
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
928
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
929
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
930
|
+
value: z.ZodNumber;
|
|
895
931
|
}, z.core.$strip>, z.ZodObject<{
|
|
896
932
|
title: z.ZodString;
|
|
897
933
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1209,6 +1245,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
1209
1245
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
1210
1246
|
isAvailable: z.ZodBoolean;
|
|
1211
1247
|
modelId: z.ZodString;
|
|
1248
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1249
|
+
title: z.ZodString;
|
|
1250
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1251
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
1252
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
1253
|
+
value: z.ZodNumber;
|
|
1212
1254
|
}, z.core.$strip>, z.ZodObject<{
|
|
1213
1255
|
title: z.ZodString;
|
|
1214
1256
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1216,6 +1258,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
1216
1258
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
1217
1259
|
isAvailable: z.ZodBoolean;
|
|
1218
1260
|
modelId: z.ZodString;
|
|
1261
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1262
|
+
title: z.ZodString;
|
|
1263
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1264
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
1265
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
1266
|
+
value: z.ZodNumber;
|
|
1219
1267
|
}, z.core.$strip>, z.ZodObject<{
|
|
1220
1268
|
title: z.ZodString;
|
|
1221
1269
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1535,6 +1583,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
1535
1583
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
1536
1584
|
isAvailable: z.ZodBoolean;
|
|
1537
1585
|
modelId: z.ZodString;
|
|
1586
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1587
|
+
title: z.ZodString;
|
|
1588
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1589
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
1590
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
1591
|
+
value: z.ZodNumber;
|
|
1538
1592
|
}, z.core.$strip>, z.ZodObject<{
|
|
1539
1593
|
title: z.ZodString;
|
|
1540
1594
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -1542,6 +1596,12 @@ export declare namespace GetSubscriptionsSummaryCommand {
|
|
|
1542
1596
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
1543
1597
|
isAvailable: z.ZodBoolean;
|
|
1544
1598
|
modelId: z.ZodString;
|
|
1599
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1600
|
+
title: z.ZodString;
|
|
1601
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1602
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
1603
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
1604
|
+
value: z.ZodNumber;
|
|
1545
1605
|
}, z.core.$strip>, z.ZodObject<{
|
|
1546
1606
|
title: z.ZodString;
|
|
1547
1607
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -274,6 +274,12 @@ export declare namespace UpdateSubscriptionCommand {
|
|
|
274
274
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
275
275
|
isAvailable: z.ZodBoolean;
|
|
276
276
|
modelId: z.ZodString;
|
|
277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
278
|
+
title: z.ZodString;
|
|
279
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
280
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
281
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
282
|
+
value: z.ZodNumber;
|
|
277
283
|
}, z.core.$strip>, z.ZodObject<{
|
|
278
284
|
title: z.ZodString;
|
|
279
285
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -281,6 +287,12 @@ export declare namespace UpdateSubscriptionCommand {
|
|
|
281
287
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
282
288
|
isAvailable: z.ZodBoolean;
|
|
283
289
|
modelId: z.ZodString;
|
|
290
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
291
|
+
title: z.ZodString;
|
|
292
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
293
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
294
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
295
|
+
value: z.ZodNumber;
|
|
284
296
|
}, z.core.$strip>, z.ZodObject<{
|
|
285
297
|
title: z.ZodString;
|
|
286
298
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -597,6 +609,12 @@ export declare namespace UpdateSubscriptionCommand {
|
|
|
597
609
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
598
610
|
isAvailable: z.ZodBoolean;
|
|
599
611
|
modelId: z.ZodString;
|
|
612
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
613
|
+
title: z.ZodString;
|
|
614
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
615
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
616
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
617
|
+
value: z.ZodNumber;
|
|
600
618
|
}, z.core.$strip>, z.ZodObject<{
|
|
601
619
|
title: z.ZodString;
|
|
602
620
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -604,6 +622,12 @@ export declare namespace UpdateSubscriptionCommand {
|
|
|
604
622
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
605
623
|
isAvailable: z.ZodBoolean;
|
|
606
624
|
modelId: z.ZodString;
|
|
625
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
626
|
+
title: z.ZodString;
|
|
627
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
628
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
629
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
630
|
+
value: z.ZodNumber;
|
|
607
631
|
}, z.core.$strip>, z.ZodObject<{
|
|
608
632
|
title: z.ZodString;
|
|
609
633
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -287,6 +287,12 @@ export declare namespace FindCurrentTeamAccountProductsByTeamAccountIdCommand {
|
|
|
287
287
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
288
288
|
isAvailable: z.ZodBoolean;
|
|
289
289
|
modelId: z.ZodString;
|
|
290
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
291
|
+
title: z.ZodString;
|
|
292
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
293
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
294
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
295
|
+
value: z.ZodNumber;
|
|
290
296
|
}, z.core.$strip>, z.ZodObject<{
|
|
291
297
|
title: z.ZodString;
|
|
292
298
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -294,6 +300,12 @@ export declare namespace FindCurrentTeamAccountProductsByTeamAccountIdCommand {
|
|
|
294
300
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
295
301
|
isAvailable: z.ZodBoolean;
|
|
296
302
|
modelId: z.ZodString;
|
|
303
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
304
|
+
title: z.ZodString;
|
|
305
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
306
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
307
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
308
|
+
value: z.ZodNumber;
|
|
297
309
|
}, z.core.$strip>, z.ZodObject<{
|
|
298
310
|
title: z.ZodString;
|
|
299
311
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -283,6 +283,12 @@ export declare namespace FindCurrentTeamAccountProductsCommand {
|
|
|
283
283
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
284
284
|
isAvailable: z.ZodBoolean;
|
|
285
285
|
modelId: z.ZodString;
|
|
286
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
287
|
+
title: z.ZodString;
|
|
288
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
289
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
290
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
291
|
+
value: z.ZodNumber;
|
|
286
292
|
}, z.core.$strip>, z.ZodObject<{
|
|
287
293
|
title: z.ZodString;
|
|
288
294
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -290,6 +296,12 @@ export declare namespace FindCurrentTeamAccountProductsCommand {
|
|
|
290
296
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
291
297
|
isAvailable: z.ZodBoolean;
|
|
292
298
|
modelId: z.ZodString;
|
|
299
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
300
|
+
title: z.ZodString;
|
|
301
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
302
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
303
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
304
|
+
value: z.ZodNumber;
|
|
293
305
|
}, z.core.$strip>, z.ZodObject<{
|
|
294
306
|
title: z.ZodString;
|
|
295
307
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -304,6 +304,12 @@ export declare namespace FindCurrentTeamAccountSubscriptionsByTeamAccountIdComma
|
|
|
304
304
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_MODEL_ACCESS>;
|
|
305
305
|
isAvailable: z.ZodBoolean;
|
|
306
306
|
modelId: z.ZodString;
|
|
307
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
308
|
+
title: z.ZodString;
|
|
309
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
310
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.HTML_PAGE_BUILDER>;
|
|
311
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.HTML_PAGE_BUILDER_QUOTA>;
|
|
312
|
+
value: z.ZodNumber;
|
|
307
313
|
}, z.core.$strip>, z.ZodObject<{
|
|
308
314
|
title: z.ZodString;
|
|
309
315
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -311,6 +317,12 @@ export declare namespace FindCurrentTeamAccountSubscriptionsByTeamAccountIdComma
|
|
|
311
317
|
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_MODEL_ACCESS>;
|
|
312
318
|
isAvailable: z.ZodBoolean;
|
|
313
319
|
modelId: z.ZodString;
|
|
320
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
321
|
+
title: z.ZodString;
|
|
322
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
323
|
+
kind: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_KIND.DIAGRAMS>;
|
|
324
|
+
type: z.ZodLiteral<import("../..").SUBSCRIPTION_FEATURE_TYPE.DIAGRAMS_QUOTA>;
|
|
325
|
+
value: z.ZodNumber;
|
|
314
326
|
}, z.core.$strip>, z.ZodObject<{
|
|
315
327
|
title: z.ZodString;
|
|
316
328
|
icon: z.ZodOptional<z.ZodString>;
|