@supernova-studio/model 1.40.4 → 1.40.5
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.d.mts +90 -0
- package/dist/index.d.ts +90 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1468,6 +1468,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1468
1468
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1469
1469
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1470
1470
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1471
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1472
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1471
1473
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1472
1474
|
}, "strip", z.ZodTypeAny, {
|
|
1473
1475
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -1497,6 +1499,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1497
1499
|
currentPeriodStart?: string | undefined;
|
|
1498
1500
|
currentPeriodEnd?: string | undefined;
|
|
1499
1501
|
cancelAt?: string | undefined;
|
|
1502
|
+
fullSeatPriceId?: string | undefined;
|
|
1503
|
+
builderSeatPriceId?: string | undefined;
|
|
1500
1504
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
1501
1505
|
}, {
|
|
1502
1506
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -1526,6 +1530,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1526
1530
|
currentPeriodStart?: string | null | undefined;
|
|
1527
1531
|
currentPeriodEnd?: string | null | undefined;
|
|
1528
1532
|
cancelAt?: string | null | undefined;
|
|
1533
|
+
fullSeatPriceId?: string | null | undefined;
|
|
1534
|
+
builderSeatPriceId?: string | null | undefined;
|
|
1529
1535
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
1530
1536
|
}>;
|
|
1531
1537
|
type Subscription = z.infer<typeof Subscription>;
|
|
@@ -12015,6 +12021,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12015
12021
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12016
12022
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12017
12023
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12024
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12025
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12018
12026
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12019
12027
|
}, "strip", z.ZodTypeAny, {
|
|
12020
12028
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -12044,6 +12052,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12044
12052
|
currentPeriodStart?: string | undefined;
|
|
12045
12053
|
currentPeriodEnd?: string | undefined;
|
|
12046
12054
|
cancelAt?: string | undefined;
|
|
12055
|
+
fullSeatPriceId?: string | undefined;
|
|
12056
|
+
builderSeatPriceId?: string | undefined;
|
|
12047
12057
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
12048
12058
|
}, {
|
|
12049
12059
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -12073,6 +12083,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12073
12083
|
currentPeriodStart?: string | null | undefined;
|
|
12074
12084
|
currentPeriodEnd?: string | null | undefined;
|
|
12075
12085
|
cancelAt?: string | null | undefined;
|
|
12086
|
+
fullSeatPriceId?: string | null | undefined;
|
|
12087
|
+
builderSeatPriceId?: string | null | undefined;
|
|
12076
12088
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
12077
12089
|
}>;
|
|
12078
12090
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -12282,6 +12294,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12282
12294
|
currentPeriodStart?: string | undefined;
|
|
12283
12295
|
currentPeriodEnd?: string | undefined;
|
|
12284
12296
|
cancelAt?: string | undefined;
|
|
12297
|
+
fullSeatPriceId?: string | undefined;
|
|
12298
|
+
builderSeatPriceId?: string | undefined;
|
|
12285
12299
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
12286
12300
|
};
|
|
12287
12301
|
aiFeaturesEnabled: boolean;
|
|
@@ -12380,6 +12394,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12380
12394
|
currentPeriodStart?: string | null | undefined;
|
|
12381
12395
|
currentPeriodEnd?: string | null | undefined;
|
|
12382
12396
|
cancelAt?: string | null | undefined;
|
|
12397
|
+
fullSeatPriceId?: string | null | undefined;
|
|
12398
|
+
builderSeatPriceId?: string | null | undefined;
|
|
12383
12399
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
12384
12400
|
};
|
|
12385
12401
|
hasOpenMeterSubject: boolean;
|
|
@@ -19297,6 +19313,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19297
19313
|
currentPeriodStart?: string | undefined;
|
|
19298
19314
|
currentPeriodEnd?: string | undefined;
|
|
19299
19315
|
cancelAt?: string | undefined;
|
|
19316
|
+
fullSeatPriceId?: string | undefined;
|
|
19317
|
+
builderSeatPriceId?: string | undefined;
|
|
19300
19318
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
19301
19319
|
};
|
|
19302
19320
|
aiFeaturesEnabled: boolean;
|
|
@@ -20189,6 +20207,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20189
20207
|
currentPeriodStart?: string | null | undefined;
|
|
20190
20208
|
currentPeriodEnd?: string | null | undefined;
|
|
20191
20209
|
cancelAt?: string | null | undefined;
|
|
20210
|
+
fullSeatPriceId?: string | null | undefined;
|
|
20211
|
+
builderSeatPriceId?: string | null | undefined;
|
|
20192
20212
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
20193
20213
|
};
|
|
20194
20214
|
hasOpenMeterSubject: boolean;
|
|
@@ -21083,6 +21103,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
21083
21103
|
currentPeriodStart?: string | undefined;
|
|
21084
21104
|
currentPeriodEnd?: string | undefined;
|
|
21085
21105
|
cancelAt?: string | undefined;
|
|
21106
|
+
fullSeatPriceId?: string | undefined;
|
|
21107
|
+
builderSeatPriceId?: string | undefined;
|
|
21086
21108
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
21087
21109
|
};
|
|
21088
21110
|
aiFeaturesEnabled: boolean;
|
|
@@ -22017,6 +22039,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
22017
22039
|
currentPeriodStart?: string | null | undefined;
|
|
22018
22040
|
currentPeriodEnd?: string | null | undefined;
|
|
22019
22041
|
cancelAt?: string | null | undefined;
|
|
22042
|
+
fullSeatPriceId?: string | null | undefined;
|
|
22043
|
+
builderSeatPriceId?: string | null | undefined;
|
|
22020
22044
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
22021
22045
|
};
|
|
22022
22046
|
hasOpenMeterSubject: boolean;
|
|
@@ -23061,6 +23085,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23061
23085
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23062
23086
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23063
23087
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23088
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23089
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23064
23090
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23065
23091
|
}, "strip", z.ZodTypeAny, {
|
|
23066
23092
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -23090,6 +23116,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23090
23116
|
currentPeriodStart?: string | undefined;
|
|
23091
23117
|
currentPeriodEnd?: string | undefined;
|
|
23092
23118
|
cancelAt?: string | undefined;
|
|
23119
|
+
fullSeatPriceId?: string | undefined;
|
|
23120
|
+
builderSeatPriceId?: string | undefined;
|
|
23093
23121
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
23094
23122
|
}, {
|
|
23095
23123
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -23119,6 +23147,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23119
23147
|
currentPeriodStart?: string | null | undefined;
|
|
23120
23148
|
currentPeriodEnd?: string | null | undefined;
|
|
23121
23149
|
cancelAt?: string | null | undefined;
|
|
23150
|
+
fullSeatPriceId?: string | null | undefined;
|
|
23151
|
+
builderSeatPriceId?: string | null | undefined;
|
|
23122
23152
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
23123
23153
|
}>;
|
|
23124
23154
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -23328,6 +23358,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23328
23358
|
currentPeriodStart?: string | undefined;
|
|
23329
23359
|
currentPeriodEnd?: string | undefined;
|
|
23330
23360
|
cancelAt?: string | undefined;
|
|
23361
|
+
fullSeatPriceId?: string | undefined;
|
|
23362
|
+
builderSeatPriceId?: string | undefined;
|
|
23331
23363
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
23332
23364
|
};
|
|
23333
23365
|
aiFeaturesEnabled: boolean;
|
|
@@ -23426,6 +23458,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23426
23458
|
currentPeriodStart?: string | null | undefined;
|
|
23427
23459
|
currentPeriodEnd?: string | null | undefined;
|
|
23428
23460
|
cancelAt?: string | null | undefined;
|
|
23461
|
+
fullSeatPriceId?: string | null | undefined;
|
|
23462
|
+
builderSeatPriceId?: string | null | undefined;
|
|
23429
23463
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
23430
23464
|
};
|
|
23431
23465
|
hasOpenMeterSubject: boolean;
|
|
@@ -30343,6 +30377,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
30343
30377
|
currentPeriodStart?: string | undefined;
|
|
30344
30378
|
currentPeriodEnd?: string | undefined;
|
|
30345
30379
|
cancelAt?: string | undefined;
|
|
30380
|
+
fullSeatPriceId?: string | undefined;
|
|
30381
|
+
builderSeatPriceId?: string | undefined;
|
|
30346
30382
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
30347
30383
|
};
|
|
30348
30384
|
aiFeaturesEnabled: boolean;
|
|
@@ -31235,6 +31271,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31235
31271
|
currentPeriodStart?: string | null | undefined;
|
|
31236
31272
|
currentPeriodEnd?: string | null | undefined;
|
|
31237
31273
|
cancelAt?: string | null | undefined;
|
|
31274
|
+
fullSeatPriceId?: string | null | undefined;
|
|
31275
|
+
builderSeatPriceId?: string | null | undefined;
|
|
31238
31276
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
31239
31277
|
};
|
|
31240
31278
|
hasOpenMeterSubject: boolean;
|
|
@@ -139172,6 +139210,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139172
139210
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139173
139211
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139174
139212
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139213
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139214
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139175
139215
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139176
139216
|
}, "strip", z.ZodTypeAny, {
|
|
139177
139217
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139201,6 +139241,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139201
139241
|
currentPeriodStart?: string | undefined;
|
|
139202
139242
|
currentPeriodEnd?: string | undefined;
|
|
139203
139243
|
cancelAt?: string | undefined;
|
|
139244
|
+
fullSeatPriceId?: string | undefined;
|
|
139245
|
+
builderSeatPriceId?: string | undefined;
|
|
139204
139246
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139205
139247
|
}, {
|
|
139206
139248
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139230,6 +139272,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139230
139272
|
currentPeriodStart?: string | null | undefined;
|
|
139231
139273
|
currentPeriodEnd?: string | null | undefined;
|
|
139232
139274
|
cancelAt?: string | null | undefined;
|
|
139275
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139276
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139233
139277
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139234
139278
|
}>;
|
|
139235
139279
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -139439,6 +139483,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139439
139483
|
currentPeriodStart?: string | undefined;
|
|
139440
139484
|
currentPeriodEnd?: string | undefined;
|
|
139441
139485
|
cancelAt?: string | undefined;
|
|
139486
|
+
fullSeatPriceId?: string | undefined;
|
|
139487
|
+
builderSeatPriceId?: string | undefined;
|
|
139442
139488
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139443
139489
|
};
|
|
139444
139490
|
aiFeaturesEnabled: boolean;
|
|
@@ -139537,6 +139583,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139537
139583
|
currentPeriodStart?: string | null | undefined;
|
|
139538
139584
|
currentPeriodEnd?: string | null | undefined;
|
|
139539
139585
|
cancelAt?: string | null | undefined;
|
|
139586
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139587
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139540
139588
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139541
139589
|
};
|
|
139542
139590
|
hasOpenMeterSubject: boolean;
|
|
@@ -139746,6 +139794,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139746
139794
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139747
139795
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139748
139796
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139797
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139798
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139749
139799
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139750
139800
|
}, "strip", z.ZodTypeAny, {
|
|
139751
139801
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139775,6 +139825,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139775
139825
|
currentPeriodStart?: string | undefined;
|
|
139776
139826
|
currentPeriodEnd?: string | undefined;
|
|
139777
139827
|
cancelAt?: string | undefined;
|
|
139828
|
+
fullSeatPriceId?: string | undefined;
|
|
139829
|
+
builderSeatPriceId?: string | undefined;
|
|
139778
139830
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139779
139831
|
}, {
|
|
139780
139832
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139804,6 +139856,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139804
139856
|
currentPeriodStart?: string | null | undefined;
|
|
139805
139857
|
currentPeriodEnd?: string | null | undefined;
|
|
139806
139858
|
cancelAt?: string | null | undefined;
|
|
139859
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139860
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139807
139861
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139808
139862
|
}>;
|
|
139809
139863
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -140013,6 +140067,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140013
140067
|
currentPeriodStart?: string | undefined;
|
|
140014
140068
|
currentPeriodEnd?: string | undefined;
|
|
140015
140069
|
cancelAt?: string | undefined;
|
|
140070
|
+
fullSeatPriceId?: string | undefined;
|
|
140071
|
+
builderSeatPriceId?: string | undefined;
|
|
140016
140072
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
140017
140073
|
};
|
|
140018
140074
|
aiFeaturesEnabled: boolean;
|
|
@@ -140111,6 +140167,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140111
140167
|
currentPeriodStart?: string | null | undefined;
|
|
140112
140168
|
currentPeriodEnd?: string | null | undefined;
|
|
140113
140169
|
cancelAt?: string | null | undefined;
|
|
140170
|
+
fullSeatPriceId?: string | null | undefined;
|
|
140171
|
+
builderSeatPriceId?: string | null | undefined;
|
|
140114
140172
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140115
140173
|
};
|
|
140116
140174
|
hasOpenMeterSubject: boolean;
|
|
@@ -140287,6 +140345,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140287
140345
|
currentPeriodStart?: string | undefined;
|
|
140288
140346
|
currentPeriodEnd?: string | undefined;
|
|
140289
140347
|
cancelAt?: string | undefined;
|
|
140348
|
+
fullSeatPriceId?: string | undefined;
|
|
140349
|
+
builderSeatPriceId?: string | undefined;
|
|
140290
140350
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
140291
140351
|
};
|
|
140292
140352
|
aiFeaturesEnabled: boolean;
|
|
@@ -140410,6 +140470,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140410
140470
|
currentPeriodStart?: string | null | undefined;
|
|
140411
140471
|
currentPeriodEnd?: string | null | undefined;
|
|
140412
140472
|
cancelAt?: string | null | undefined;
|
|
140473
|
+
fullSeatPriceId?: string | null | undefined;
|
|
140474
|
+
builderSeatPriceId?: string | null | undefined;
|
|
140413
140475
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140414
140476
|
};
|
|
140415
140477
|
hasOpenMeterSubject: boolean;
|
|
@@ -143927,6 +143989,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143927
143989
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143928
143990
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143929
143991
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143992
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143993
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143930
143994
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143931
143995
|
}, "strip", z.ZodTypeAny, {
|
|
143932
143996
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -143956,6 +144020,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143956
144020
|
currentPeriodStart?: string | undefined;
|
|
143957
144021
|
currentPeriodEnd?: string | undefined;
|
|
143958
144022
|
cancelAt?: string | undefined;
|
|
144023
|
+
fullSeatPriceId?: string | undefined;
|
|
144024
|
+
builderSeatPriceId?: string | undefined;
|
|
143959
144025
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
143960
144026
|
}, {
|
|
143961
144027
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -143985,6 +144051,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143985
144051
|
currentPeriodStart?: string | null | undefined;
|
|
143986
144052
|
currentPeriodEnd?: string | null | undefined;
|
|
143987
144053
|
cancelAt?: string | null | undefined;
|
|
144054
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144055
|
+
builderSeatPriceId?: string | null | undefined;
|
|
143988
144056
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
143989
144057
|
}>;
|
|
143990
144058
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -144194,6 +144262,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144194
144262
|
currentPeriodStart?: string | undefined;
|
|
144195
144263
|
currentPeriodEnd?: string | undefined;
|
|
144196
144264
|
cancelAt?: string | undefined;
|
|
144265
|
+
fullSeatPriceId?: string | undefined;
|
|
144266
|
+
builderSeatPriceId?: string | undefined;
|
|
144197
144267
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
144198
144268
|
};
|
|
144199
144269
|
aiFeaturesEnabled: boolean;
|
|
@@ -144292,6 +144362,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144292
144362
|
currentPeriodStart?: string | null | undefined;
|
|
144293
144363
|
currentPeriodEnd?: string | null | undefined;
|
|
144294
144364
|
cancelAt?: string | null | undefined;
|
|
144365
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144366
|
+
builderSeatPriceId?: string | null | undefined;
|
|
144295
144367
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
144296
144368
|
};
|
|
144297
144369
|
hasOpenMeterSubject: boolean;
|
|
@@ -144748,6 +144820,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144748
144820
|
currentPeriodStart?: string | undefined;
|
|
144749
144821
|
currentPeriodEnd?: string | undefined;
|
|
144750
144822
|
cancelAt?: string | undefined;
|
|
144823
|
+
fullSeatPriceId?: string | undefined;
|
|
144824
|
+
builderSeatPriceId?: string | undefined;
|
|
144751
144825
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
144752
144826
|
};
|
|
144753
144827
|
aiFeaturesEnabled: boolean;
|
|
@@ -144919,6 +144993,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144919
144993
|
currentPeriodStart?: string | null | undefined;
|
|
144920
144994
|
currentPeriodEnd?: string | null | undefined;
|
|
144921
144995
|
cancelAt?: string | null | undefined;
|
|
144996
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144997
|
+
builderSeatPriceId?: string | null | undefined;
|
|
144922
144998
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
144923
144999
|
};
|
|
144924
145000
|
hasOpenMeterSubject: boolean;
|
|
@@ -145223,6 +145299,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145223
145299
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145224
145300
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145225
145301
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145302
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145303
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145226
145304
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145227
145305
|
}, "strip", z.ZodTypeAny, {
|
|
145228
145306
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -145252,6 +145330,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145252
145330
|
currentPeriodStart?: string | undefined;
|
|
145253
145331
|
currentPeriodEnd?: string | undefined;
|
|
145254
145332
|
cancelAt?: string | undefined;
|
|
145333
|
+
fullSeatPriceId?: string | undefined;
|
|
145334
|
+
builderSeatPriceId?: string | undefined;
|
|
145255
145335
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145256
145336
|
}, {
|
|
145257
145337
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -145281,6 +145361,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145281
145361
|
currentPeriodStart?: string | null | undefined;
|
|
145282
145362
|
currentPeriodEnd?: string | null | undefined;
|
|
145283
145363
|
cancelAt?: string | null | undefined;
|
|
145364
|
+
fullSeatPriceId?: string | null | undefined;
|
|
145365
|
+
builderSeatPriceId?: string | null | undefined;
|
|
145284
145366
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
145285
145367
|
}>;
|
|
145286
145368
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -145490,6 +145572,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145490
145572
|
currentPeriodStart?: string | undefined;
|
|
145491
145573
|
currentPeriodEnd?: string | undefined;
|
|
145492
145574
|
cancelAt?: string | undefined;
|
|
145575
|
+
fullSeatPriceId?: string | undefined;
|
|
145576
|
+
builderSeatPriceId?: string | undefined;
|
|
145493
145577
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145494
145578
|
};
|
|
145495
145579
|
aiFeaturesEnabled: boolean;
|
|
@@ -145588,6 +145672,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145588
145672
|
currentPeriodStart?: string | null | undefined;
|
|
145589
145673
|
currentPeriodEnd?: string | null | undefined;
|
|
145590
145674
|
cancelAt?: string | null | undefined;
|
|
145675
|
+
fullSeatPriceId?: string | null | undefined;
|
|
145676
|
+
builderSeatPriceId?: string | null | undefined;
|
|
145591
145677
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
145592
145678
|
};
|
|
145593
145679
|
hasOpenMeterSubject: boolean;
|
|
@@ -145968,6 +146054,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145968
146054
|
currentPeriodStart?: string | undefined;
|
|
145969
146055
|
currentPeriodEnd?: string | undefined;
|
|
145970
146056
|
cancelAt?: string | undefined;
|
|
146057
|
+
fullSeatPriceId?: string | undefined;
|
|
146058
|
+
builderSeatPriceId?: string | undefined;
|
|
145971
146059
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145972
146060
|
};
|
|
145973
146061
|
aiFeaturesEnabled: boolean;
|
|
@@ -146116,6 +146204,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146116
146204
|
currentPeriodStart?: string | null | undefined;
|
|
146117
146205
|
currentPeriodEnd?: string | null | undefined;
|
|
146118
146206
|
cancelAt?: string | null | undefined;
|
|
146207
|
+
fullSeatPriceId?: string | null | undefined;
|
|
146208
|
+
builderSeatPriceId?: string | null | undefined;
|
|
146119
146209
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
146120
146210
|
};
|
|
146121
146211
|
hasOpenMeterSubject: boolean;
|