@supernova-studio/client 1.4.1 → 1.4.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 +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5964,7 +5964,9 @@ var GitDestinationOptions = z208.object({
|
|
|
5964
5964
|
commitAuthorName: z208.string().min(1).optional(),
|
|
5965
5965
|
commitAuthorEmail: z208.string().email().optional(),
|
|
5966
5966
|
pullRequestTitle: z208.string().min(1).optional(),
|
|
5967
|
-
pullRequestDescription: z208.string().min(1).optional()
|
|
5967
|
+
pullRequestDescription: z208.string().min(1).optional(),
|
|
5968
|
+
relativePath: z208.string().optional(),
|
|
5969
|
+
purgeDirectory: z208.boolean().optional()
|
|
5968
5970
|
});
|
|
5969
5971
|
var DTOPipelineCreateBody = z208.object({
|
|
5970
5972
|
name: z208.string(),
|