@supernova-studio/client 0.47.52 → 0.47.53
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/documentation/publish.ts +2 -0
package/dist/index.d.mts
CHANGED
|
@@ -6834,6 +6834,7 @@ declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
|
6834
6834
|
}, {
|
|
6835
6835
|
environment: "Live" | "Preview";
|
|
6836
6836
|
}>;
|
|
6837
|
+
type DTOPublishDocumentationRequest = z.infer<typeof DTOPublishDocumentationRequest>;
|
|
6837
6838
|
|
|
6838
6839
|
declare const DTODocumentationDraftChangeType: z.ZodEnum<["Created", "Updated", "Deleted"]>;
|
|
6839
6840
|
type DTODocumentationDraftChangeType = z.infer<typeof DTODocumentationDraftChangeType>;
|
package/dist/index.d.ts
CHANGED
|
@@ -6834,6 +6834,7 @@ declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
|
6834
6834
|
}, {
|
|
6835
6835
|
environment: "Live" | "Preview";
|
|
6836
6836
|
}>;
|
|
6837
|
+
type DTOPublishDocumentationRequest = z.infer<typeof DTOPublishDocumentationRequest>;
|
|
6837
6838
|
|
|
6838
6839
|
declare const DTODocumentationDraftChangeType: z.ZodEnum<["Created", "Updated", "Deleted"]>;
|
|
6839
6840
|
type DTODocumentationDraftChangeType = z.infer<typeof DTODocumentationDraftChangeType>;
|