@supernova-studio/client 1.46.5 → 1.46.6
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 +81 -0
- package/dist/index.d.ts +81 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -235854,6 +235854,19 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235854
235854
|
errorReason: string;
|
|
235855
235855
|
enabled: boolean;
|
|
235856
235856
|
}>;
|
|
235857
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
235858
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235859
|
+
errorMessage: z$1.ZodString;
|
|
235860
|
+
errorReason: z$1.ZodString;
|
|
235861
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235862
|
+
errorMessage: string;
|
|
235863
|
+
errorReason: string;
|
|
235864
|
+
max?: number | undefined;
|
|
235865
|
+
}, {
|
|
235866
|
+
errorMessage: string;
|
|
235867
|
+
errorReason: string;
|
|
235868
|
+
max?: number | undefined;
|
|
235869
|
+
}>;
|
|
235857
235870
|
}, "strip", z$1.ZodTypeAny, {
|
|
235858
235871
|
analytics: {
|
|
235859
235872
|
errorMessage: string;
|
|
@@ -236007,6 +236020,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236007
236020
|
errorReason: string;
|
|
236008
236021
|
enabled: boolean;
|
|
236009
236022
|
};
|
|
236023
|
+
forgeActiveProjectContexts: {
|
|
236024
|
+
errorMessage: string;
|
|
236025
|
+
errorReason: string;
|
|
236026
|
+
max?: number | undefined;
|
|
236027
|
+
};
|
|
236010
236028
|
}, {
|
|
236011
236029
|
analytics: {
|
|
236012
236030
|
errorMessage: string;
|
|
@@ -236160,6 +236178,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236160
236178
|
errorReason: string;
|
|
236161
236179
|
enabled: boolean;
|
|
236162
236180
|
};
|
|
236181
|
+
forgeActiveProjectContexts: {
|
|
236182
|
+
errorMessage: string;
|
|
236183
|
+
errorReason: string;
|
|
236184
|
+
max?: number | undefined;
|
|
236185
|
+
};
|
|
236163
236186
|
}>>;
|
|
236164
236187
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
236165
236188
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -236390,6 +236413,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236390
236413
|
errorReason: string;
|
|
236391
236414
|
enabled: boolean;
|
|
236392
236415
|
};
|
|
236416
|
+
forgeActiveProjectContexts: {
|
|
236417
|
+
errorMessage: string;
|
|
236418
|
+
errorReason: string;
|
|
236419
|
+
max?: number | undefined;
|
|
236420
|
+
};
|
|
236393
236421
|
} | undefined;
|
|
236394
236422
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236395
236423
|
currentPeriodStart?: string | undefined;
|
|
@@ -236586,6 +236614,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236586
236614
|
errorReason: string;
|
|
236587
236615
|
enabled: boolean;
|
|
236588
236616
|
};
|
|
236617
|
+
forgeActiveProjectContexts: {
|
|
236618
|
+
errorMessage: string;
|
|
236619
|
+
errorReason: string;
|
|
236620
|
+
max?: number | undefined;
|
|
236621
|
+
};
|
|
236589
236622
|
} | undefined;
|
|
236590
236623
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236591
236624
|
currentPeriodStart?: string | undefined;
|
|
@@ -237013,6 +237046,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237013
237046
|
errorReason: string;
|
|
237014
237047
|
enabled: boolean;
|
|
237015
237048
|
}>;
|
|
237049
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
237050
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237051
|
+
errorMessage: z$1.ZodString;
|
|
237052
|
+
errorReason: z$1.ZodString;
|
|
237053
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237054
|
+
errorMessage: string;
|
|
237055
|
+
errorReason: string;
|
|
237056
|
+
max?: number | undefined;
|
|
237057
|
+
}, {
|
|
237058
|
+
errorMessage: string;
|
|
237059
|
+
errorReason: string;
|
|
237060
|
+
max?: number | undefined;
|
|
237061
|
+
}>;
|
|
237016
237062
|
}, "strip", z$1.ZodTypeAny, {
|
|
237017
237063
|
analytics: {
|
|
237018
237064
|
errorMessage: string;
|
|
@@ -237166,6 +237212,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237166
237212
|
errorReason: string;
|
|
237167
237213
|
enabled: boolean;
|
|
237168
237214
|
};
|
|
237215
|
+
forgeActiveProjectContexts: {
|
|
237216
|
+
errorMessage: string;
|
|
237217
|
+
errorReason: string;
|
|
237218
|
+
max?: number | undefined;
|
|
237219
|
+
};
|
|
237169
237220
|
}, {
|
|
237170
237221
|
analytics: {
|
|
237171
237222
|
errorMessage: string;
|
|
@@ -237319,6 +237370,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237319
237370
|
errorReason: string;
|
|
237320
237371
|
enabled: boolean;
|
|
237321
237372
|
};
|
|
237373
|
+
forgeActiveProjectContexts: {
|
|
237374
|
+
errorMessage: string;
|
|
237375
|
+
errorReason: string;
|
|
237376
|
+
max?: number | undefined;
|
|
237377
|
+
};
|
|
237322
237378
|
}>>;
|
|
237323
237379
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
237324
237380
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -237549,6 +237605,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237549
237605
|
errorReason: string;
|
|
237550
237606
|
enabled: boolean;
|
|
237551
237607
|
};
|
|
237608
|
+
forgeActiveProjectContexts: {
|
|
237609
|
+
errorMessage: string;
|
|
237610
|
+
errorReason: string;
|
|
237611
|
+
max?: number | undefined;
|
|
237612
|
+
};
|
|
237552
237613
|
} | undefined;
|
|
237553
237614
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237554
237615
|
currentPeriodStart?: string | undefined;
|
|
@@ -237745,6 +237806,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237745
237806
|
errorReason: string;
|
|
237746
237807
|
enabled: boolean;
|
|
237747
237808
|
};
|
|
237809
|
+
forgeActiveProjectContexts: {
|
|
237810
|
+
errorMessage: string;
|
|
237811
|
+
errorReason: string;
|
|
237812
|
+
max?: number | undefined;
|
|
237813
|
+
};
|
|
237748
237814
|
} | undefined;
|
|
237749
237815
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237750
237816
|
currentPeriodStart?: string | undefined;
|
|
@@ -238112,6 +238178,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
238112
238178
|
errorReason: string;
|
|
238113
238179
|
enabled: boolean;
|
|
238114
238180
|
};
|
|
238181
|
+
forgeActiveProjectContexts: {
|
|
238182
|
+
errorMessage: string;
|
|
238183
|
+
errorReason: string;
|
|
238184
|
+
max?: number | undefined;
|
|
238185
|
+
};
|
|
238115
238186
|
} | undefined;
|
|
238116
238187
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
238117
238188
|
currentPeriodStart?: string | undefined;
|
|
@@ -238347,6 +238418,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
238347
238418
|
errorReason: string;
|
|
238348
238419
|
enabled: boolean;
|
|
238349
238420
|
};
|
|
238421
|
+
forgeActiveProjectContexts: {
|
|
238422
|
+
errorMessage: string;
|
|
238423
|
+
errorReason: string;
|
|
238424
|
+
max?: number | undefined;
|
|
238425
|
+
};
|
|
238350
238426
|
} | undefined;
|
|
238351
238427
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
238352
238428
|
currentPeriodStart?: string | undefined;
|
|
@@ -257590,6 +257666,11 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
257590
257666
|
errorReason: string;
|
|
257591
257667
|
enabled: boolean;
|
|
257592
257668
|
};
|
|
257669
|
+
forgeActiveProjectContexts: {
|
|
257670
|
+
errorMessage: string;
|
|
257671
|
+
errorReason: string;
|
|
257672
|
+
max?: number | undefined;
|
|
257673
|
+
};
|
|
257593
257674
|
} | undefined;
|
|
257594
257675
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
257595
257676
|
currentPeriodStart?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -235854,6 +235854,19 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
235854
235854
|
errorReason: string;
|
|
235855
235855
|
enabled: boolean;
|
|
235856
235856
|
}>;
|
|
235857
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
235858
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235859
|
+
errorMessage: z$1.ZodString;
|
|
235860
|
+
errorReason: z$1.ZodString;
|
|
235861
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235862
|
+
errorMessage: string;
|
|
235863
|
+
errorReason: string;
|
|
235864
|
+
max?: number | undefined;
|
|
235865
|
+
}, {
|
|
235866
|
+
errorMessage: string;
|
|
235867
|
+
errorReason: string;
|
|
235868
|
+
max?: number | undefined;
|
|
235869
|
+
}>;
|
|
235857
235870
|
}, "strip", z$1.ZodTypeAny, {
|
|
235858
235871
|
analytics: {
|
|
235859
235872
|
errorMessage: string;
|
|
@@ -236007,6 +236020,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236007
236020
|
errorReason: string;
|
|
236008
236021
|
enabled: boolean;
|
|
236009
236022
|
};
|
|
236023
|
+
forgeActiveProjectContexts: {
|
|
236024
|
+
errorMessage: string;
|
|
236025
|
+
errorReason: string;
|
|
236026
|
+
max?: number | undefined;
|
|
236027
|
+
};
|
|
236010
236028
|
}, {
|
|
236011
236029
|
analytics: {
|
|
236012
236030
|
errorMessage: string;
|
|
@@ -236160,6 +236178,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236160
236178
|
errorReason: string;
|
|
236161
236179
|
enabled: boolean;
|
|
236162
236180
|
};
|
|
236181
|
+
forgeActiveProjectContexts: {
|
|
236182
|
+
errorMessage: string;
|
|
236183
|
+
errorReason: string;
|
|
236184
|
+
max?: number | undefined;
|
|
236185
|
+
};
|
|
236163
236186
|
}>>;
|
|
236164
236187
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
236165
236188
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -236390,6 +236413,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236390
236413
|
errorReason: string;
|
|
236391
236414
|
enabled: boolean;
|
|
236392
236415
|
};
|
|
236416
|
+
forgeActiveProjectContexts: {
|
|
236417
|
+
errorMessage: string;
|
|
236418
|
+
errorReason: string;
|
|
236419
|
+
max?: number | undefined;
|
|
236420
|
+
};
|
|
236393
236421
|
} | undefined;
|
|
236394
236422
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236395
236423
|
currentPeriodStart?: string | undefined;
|
|
@@ -236586,6 +236614,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
236586
236614
|
errorReason: string;
|
|
236587
236615
|
enabled: boolean;
|
|
236588
236616
|
};
|
|
236617
|
+
forgeActiveProjectContexts: {
|
|
236618
|
+
errorMessage: string;
|
|
236619
|
+
errorReason: string;
|
|
236620
|
+
max?: number | undefined;
|
|
236621
|
+
};
|
|
236589
236622
|
} | undefined;
|
|
236590
236623
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
236591
236624
|
currentPeriodStart?: string | undefined;
|
|
@@ -237013,6 +237046,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237013
237046
|
errorReason: string;
|
|
237014
237047
|
enabled: boolean;
|
|
237015
237048
|
}>;
|
|
237049
|
+
forgeActiveProjectContexts: z$1.ZodObject<{
|
|
237050
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
237051
|
+
errorMessage: z$1.ZodString;
|
|
237052
|
+
errorReason: z$1.ZodString;
|
|
237053
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
237054
|
+
errorMessage: string;
|
|
237055
|
+
errorReason: string;
|
|
237056
|
+
max?: number | undefined;
|
|
237057
|
+
}, {
|
|
237058
|
+
errorMessage: string;
|
|
237059
|
+
errorReason: string;
|
|
237060
|
+
max?: number | undefined;
|
|
237061
|
+
}>;
|
|
237016
237062
|
}, "strip", z$1.ZodTypeAny, {
|
|
237017
237063
|
analytics: {
|
|
237018
237064
|
errorMessage: string;
|
|
@@ -237166,6 +237212,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237166
237212
|
errorReason: string;
|
|
237167
237213
|
enabled: boolean;
|
|
237168
237214
|
};
|
|
237215
|
+
forgeActiveProjectContexts: {
|
|
237216
|
+
errorMessage: string;
|
|
237217
|
+
errorReason: string;
|
|
237218
|
+
max?: number | undefined;
|
|
237219
|
+
};
|
|
237169
237220
|
}, {
|
|
237170
237221
|
analytics: {
|
|
237171
237222
|
errorMessage: string;
|
|
@@ -237319,6 +237370,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237319
237370
|
errorReason: string;
|
|
237320
237371
|
enabled: boolean;
|
|
237321
237372
|
};
|
|
237373
|
+
forgeActiveProjectContexts: {
|
|
237374
|
+
errorMessage: string;
|
|
237375
|
+
errorReason: string;
|
|
237376
|
+
max?: number | undefined;
|
|
237377
|
+
};
|
|
237322
237378
|
}>>;
|
|
237323
237379
|
stripeProductDescription: z$1.ZodOptional<z$1.ZodString>;
|
|
237324
237380
|
stripeProductFeatures: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
@@ -237549,6 +237605,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237549
237605
|
errorReason: string;
|
|
237550
237606
|
enabled: boolean;
|
|
237551
237607
|
};
|
|
237608
|
+
forgeActiveProjectContexts: {
|
|
237609
|
+
errorMessage: string;
|
|
237610
|
+
errorReason: string;
|
|
237611
|
+
max?: number | undefined;
|
|
237612
|
+
};
|
|
237552
237613
|
} | undefined;
|
|
237553
237614
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237554
237615
|
currentPeriodStart?: string | undefined;
|
|
@@ -237745,6 +237806,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
237745
237806
|
errorReason: string;
|
|
237746
237807
|
enabled: boolean;
|
|
237747
237808
|
};
|
|
237809
|
+
forgeActiveProjectContexts: {
|
|
237810
|
+
errorMessage: string;
|
|
237811
|
+
errorReason: string;
|
|
237812
|
+
max?: number | undefined;
|
|
237813
|
+
};
|
|
237748
237814
|
} | undefined;
|
|
237749
237815
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
237750
237816
|
currentPeriodStart?: string | undefined;
|
|
@@ -238112,6 +238178,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
238112
238178
|
errorReason: string;
|
|
238113
238179
|
enabled: boolean;
|
|
238114
238180
|
};
|
|
238181
|
+
forgeActiveProjectContexts: {
|
|
238182
|
+
errorMessage: string;
|
|
238183
|
+
errorReason: string;
|
|
238184
|
+
max?: number | undefined;
|
|
238185
|
+
};
|
|
238115
238186
|
} | undefined;
|
|
238116
238187
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
238117
238188
|
currentPeriodStart?: string | undefined;
|
|
@@ -238347,6 +238418,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
238347
238418
|
errorReason: string;
|
|
238348
238419
|
enabled: boolean;
|
|
238349
238420
|
};
|
|
238421
|
+
forgeActiveProjectContexts: {
|
|
238422
|
+
errorMessage: string;
|
|
238423
|
+
errorReason: string;
|
|
238424
|
+
max?: number | undefined;
|
|
238425
|
+
};
|
|
238350
238426
|
} | undefined;
|
|
238351
238427
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
238352
238428
|
currentPeriodStart?: string | undefined;
|
|
@@ -257590,6 +257666,11 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
257590
257666
|
errorReason: string;
|
|
257591
257667
|
enabled: boolean;
|
|
257592
257668
|
};
|
|
257669
|
+
forgeActiveProjectContexts: {
|
|
257670
|
+
errorMessage: string;
|
|
257671
|
+
errorReason: string;
|
|
257672
|
+
max?: number | undefined;
|
|
257673
|
+
};
|
|
257593
257674
|
} | undefined;
|
|
257594
257675
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
257595
257676
|
currentPeriodStart?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -348,7 +348,8 @@ var FeaturesSummary = _zod.z.object({
|
|
|
348
348
|
forgeProjectFileSize: featureLimitedSchema,
|
|
349
349
|
forgeActiveFeaturesPerProject: featureLimitedSchema,
|
|
350
350
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
351
|
-
forgePrivateProjects: featureToggleSchema
|
|
351
|
+
forgePrivateProjects: featureToggleSchema,
|
|
352
|
+
forgeActiveProjectContexts: featureLimitedSchema
|
|
352
353
|
});
|
|
353
354
|
var InvoiceSchema = _zod.z.object({
|
|
354
355
|
id: _zod.z.string(),
|