@supernova-studio/client 1.35.0 → 1.35.2
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 +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7082,7 +7082,7 @@ var DTOBillingCreditsCheckIfCanSpendResponse = z239.object({
|
|
|
7082
7082
|
});
|
|
7083
7083
|
var DTOBillingCheckoutInput = z239.object({
|
|
7084
7084
|
// @deprecated for backwards compatibility
|
|
7085
|
-
priceId: z239.string(),
|
|
7085
|
+
priceId: z239.string().optional(),
|
|
7086
7086
|
successUrl: z239.string().url(),
|
|
7087
7087
|
cancelUrl: z239.string().url(),
|
|
7088
7088
|
quantity: z239.number().int().min(1).optional(),
|
|
@@ -9285,6 +9285,9 @@ var DTOFeatureIterationCreateInput = DTOFeatureIteration.pick({
|
|
|
9285
9285
|
var DTOFeatureIterationPromoteInput = z311.object({
|
|
9286
9286
|
id: Id
|
|
9287
9287
|
});
|
|
9288
|
+
var DTOFeatureIterationSetLatestInput = z311.object({
|
|
9289
|
+
id: Id
|
|
9290
|
+
});
|
|
9288
9291
|
var DTOFeatureIterationUpdateInput = z311.object({
|
|
9289
9292
|
id: Id,
|
|
9290
9293
|
isBookmarked: z311.boolean().optional()
|
|
@@ -18520,6 +18523,7 @@ export {
|
|
|
18520
18523
|
DTOFeatureIterationListResponse,
|
|
18521
18524
|
DTOFeatureIterationPromoteInput,
|
|
18522
18525
|
DTOFeatureIterationResponse,
|
|
18526
|
+
DTOFeatureIterationSetLatestInput,
|
|
18523
18527
|
DTOFeatureIterationTag,
|
|
18524
18528
|
DTOFeatureIterationTagCreateInput,
|
|
18525
18529
|
DTOFeatureIterationTagListResponse,
|