@supernova-studio/client 0.32.0 → 0.33.0
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 +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/elements/documentation/group.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -358,29 +358,29 @@ declare const DTODocumentationTabCreateActionInputV2: z.ZodObject<{
|
|
|
358
358
|
type: z.ZodLiteral<"DocumentationTabCreate">;
|
|
359
359
|
input: z.ZodObject<{
|
|
360
360
|
persistentId: z.ZodString;
|
|
361
|
-
|
|
361
|
+
fromItemPersistentId: z.ZodString;
|
|
362
362
|
tabName: z.ZodString;
|
|
363
363
|
}, "strip", z.ZodTypeAny, {
|
|
364
364
|
persistentId: string;
|
|
365
|
-
|
|
365
|
+
fromItemPersistentId: string;
|
|
366
366
|
tabName: string;
|
|
367
367
|
}, {
|
|
368
368
|
persistentId: string;
|
|
369
|
-
|
|
369
|
+
fromItemPersistentId: string;
|
|
370
370
|
tabName: string;
|
|
371
371
|
}>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "DocumentationTabCreate";
|
|
374
374
|
input: {
|
|
375
375
|
persistentId: string;
|
|
376
|
-
|
|
376
|
+
fromItemPersistentId: string;
|
|
377
377
|
tabName: string;
|
|
378
378
|
};
|
|
379
379
|
}, {
|
|
380
380
|
type: "DocumentationTabCreate";
|
|
381
381
|
input: {
|
|
382
382
|
persistentId: string;
|
|
383
|
-
|
|
383
|
+
fromItemPersistentId: string;
|
|
384
384
|
tabName: string;
|
|
385
385
|
};
|
|
386
386
|
}>;
|
|
@@ -2055,15 +2055,15 @@ declare const DTODuplicateDocumentationGroupInput: z.ZodObject<{
|
|
|
2055
2055
|
type DTODuplicateDocumentationGroupInput = z.infer<typeof DTODuplicateDocumentationGroupInput>;
|
|
2056
2056
|
declare const DTOCreateDocumentationTabInput: z.ZodObject<{
|
|
2057
2057
|
persistentId: z.ZodString;
|
|
2058
|
-
|
|
2058
|
+
fromItemPersistentId: z.ZodString;
|
|
2059
2059
|
tabName: z.ZodString;
|
|
2060
2060
|
}, "strip", z.ZodTypeAny, {
|
|
2061
2061
|
persistentId: string;
|
|
2062
|
-
|
|
2062
|
+
fromItemPersistentId: string;
|
|
2063
2063
|
tabName: string;
|
|
2064
2064
|
}, {
|
|
2065
2065
|
persistentId: string;
|
|
2066
|
-
|
|
2066
|
+
fromItemPersistentId: string;
|
|
2067
2067
|
tabName: string;
|
|
2068
2068
|
}>;
|
|
2069
2069
|
type DTOCreateDocumentationTabInput = z.infer<typeof DTOCreateDocumentationTabInput>;
|
|
@@ -6584,29 +6584,29 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
6584
6584
|
type: z.ZodLiteral<"DocumentationTabCreate">;
|
|
6585
6585
|
input: z.ZodObject<{
|
|
6586
6586
|
persistentId: z.ZodString;
|
|
6587
|
-
|
|
6587
|
+
fromItemPersistentId: z.ZodString;
|
|
6588
6588
|
tabName: z.ZodString;
|
|
6589
6589
|
}, "strip", z.ZodTypeAny, {
|
|
6590
6590
|
persistentId: string;
|
|
6591
|
-
|
|
6591
|
+
fromItemPersistentId: string;
|
|
6592
6592
|
tabName: string;
|
|
6593
6593
|
}, {
|
|
6594
6594
|
persistentId: string;
|
|
6595
|
-
|
|
6595
|
+
fromItemPersistentId: string;
|
|
6596
6596
|
tabName: string;
|
|
6597
6597
|
}>;
|
|
6598
6598
|
}, "strip", z.ZodTypeAny, {
|
|
6599
6599
|
type: "DocumentationTabCreate";
|
|
6600
6600
|
input: {
|
|
6601
6601
|
persistentId: string;
|
|
6602
|
-
|
|
6602
|
+
fromItemPersistentId: string;
|
|
6603
6603
|
tabName: string;
|
|
6604
6604
|
};
|
|
6605
6605
|
}, {
|
|
6606
6606
|
type: "DocumentationTabCreate";
|
|
6607
6607
|
input: {
|
|
6608
6608
|
persistentId: string;
|
|
6609
|
-
|
|
6609
|
+
fromItemPersistentId: string;
|
|
6610
6610
|
tabName: string;
|
|
6611
6611
|
};
|
|
6612
6612
|
}>, z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -358,29 +358,29 @@ declare const DTODocumentationTabCreateActionInputV2: z.ZodObject<{
|
|
|
358
358
|
type: z.ZodLiteral<"DocumentationTabCreate">;
|
|
359
359
|
input: z.ZodObject<{
|
|
360
360
|
persistentId: z.ZodString;
|
|
361
|
-
|
|
361
|
+
fromItemPersistentId: z.ZodString;
|
|
362
362
|
tabName: z.ZodString;
|
|
363
363
|
}, "strip", z.ZodTypeAny, {
|
|
364
364
|
persistentId: string;
|
|
365
|
-
|
|
365
|
+
fromItemPersistentId: string;
|
|
366
366
|
tabName: string;
|
|
367
367
|
}, {
|
|
368
368
|
persistentId: string;
|
|
369
|
-
|
|
369
|
+
fromItemPersistentId: string;
|
|
370
370
|
tabName: string;
|
|
371
371
|
}>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "DocumentationTabCreate";
|
|
374
374
|
input: {
|
|
375
375
|
persistentId: string;
|
|
376
|
-
|
|
376
|
+
fromItemPersistentId: string;
|
|
377
377
|
tabName: string;
|
|
378
378
|
};
|
|
379
379
|
}, {
|
|
380
380
|
type: "DocumentationTabCreate";
|
|
381
381
|
input: {
|
|
382
382
|
persistentId: string;
|
|
383
|
-
|
|
383
|
+
fromItemPersistentId: string;
|
|
384
384
|
tabName: string;
|
|
385
385
|
};
|
|
386
386
|
}>;
|
|
@@ -2055,15 +2055,15 @@ declare const DTODuplicateDocumentationGroupInput: z.ZodObject<{
|
|
|
2055
2055
|
type DTODuplicateDocumentationGroupInput = z.infer<typeof DTODuplicateDocumentationGroupInput>;
|
|
2056
2056
|
declare const DTOCreateDocumentationTabInput: z.ZodObject<{
|
|
2057
2057
|
persistentId: z.ZodString;
|
|
2058
|
-
|
|
2058
|
+
fromItemPersistentId: z.ZodString;
|
|
2059
2059
|
tabName: z.ZodString;
|
|
2060
2060
|
}, "strip", z.ZodTypeAny, {
|
|
2061
2061
|
persistentId: string;
|
|
2062
|
-
|
|
2062
|
+
fromItemPersistentId: string;
|
|
2063
2063
|
tabName: string;
|
|
2064
2064
|
}, {
|
|
2065
2065
|
persistentId: string;
|
|
2066
|
-
|
|
2066
|
+
fromItemPersistentId: string;
|
|
2067
2067
|
tabName: string;
|
|
2068
2068
|
}>;
|
|
2069
2069
|
type DTOCreateDocumentationTabInput = z.infer<typeof DTOCreateDocumentationTabInput>;
|
|
@@ -6584,29 +6584,29 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
6584
6584
|
type: z.ZodLiteral<"DocumentationTabCreate">;
|
|
6585
6585
|
input: z.ZodObject<{
|
|
6586
6586
|
persistentId: z.ZodString;
|
|
6587
|
-
|
|
6587
|
+
fromItemPersistentId: z.ZodString;
|
|
6588
6588
|
tabName: z.ZodString;
|
|
6589
6589
|
}, "strip", z.ZodTypeAny, {
|
|
6590
6590
|
persistentId: string;
|
|
6591
|
-
|
|
6591
|
+
fromItemPersistentId: string;
|
|
6592
6592
|
tabName: string;
|
|
6593
6593
|
}, {
|
|
6594
6594
|
persistentId: string;
|
|
6595
|
-
|
|
6595
|
+
fromItemPersistentId: string;
|
|
6596
6596
|
tabName: string;
|
|
6597
6597
|
}>;
|
|
6598
6598
|
}, "strip", z.ZodTypeAny, {
|
|
6599
6599
|
type: "DocumentationTabCreate";
|
|
6600
6600
|
input: {
|
|
6601
6601
|
persistentId: string;
|
|
6602
|
-
|
|
6602
|
+
fromItemPersistentId: string;
|
|
6603
6603
|
tabName: string;
|
|
6604
6604
|
};
|
|
6605
6605
|
}, {
|
|
6606
6606
|
type: "DocumentationTabCreate";
|
|
6607
6607
|
input: {
|
|
6608
6608
|
persistentId: string;
|
|
6609
|
-
|
|
6609
|
+
fromItemPersistentId: string;
|
|
6610
6610
|
tabName: string;
|
|
6611
6611
|
};
|
|
6612
6612
|
}>, z.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -3764,7 +3764,7 @@ var DTOCreateDocumentationTabInput = _zod.z.object({
|
|
|
3764
3764
|
persistentId: _zod.z.string().uuid(),
|
|
3765
3765
|
// If this is page, we will attempt to convert it to tab
|
|
3766
3766
|
// If this is tab group, we will add a new tab to it
|
|
3767
|
-
|
|
3767
|
+
fromItemPersistentId: _zod.z.string(),
|
|
3768
3768
|
tabName: _zod.z.string()
|
|
3769
3769
|
});
|
|
3770
3770
|
var DTODeleteDocumentationTabGroupInput = _zod.z.object({
|