@supernova-studio/model 0.57.10 → 0.57.12

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.mjs CHANGED
@@ -4700,6 +4700,7 @@ var ExporterDestinationGithub = z144.object({
4700
4700
  // Location
4701
4701
  branch: z144.string(),
4702
4702
  relativePath: nullishToOptional(z144.string()),
4703
+ purgeDirectory: nullishToOptional(z144.boolean()),
4703
4704
  // Commit metadata
4704
4705
  commitAuthorName: nullishToOptional(z144.string()),
4705
4706
  commitAuthorEmail: nullishToOptional(z144.string()),
@@ -4719,6 +4720,7 @@ var ExporterDestinationAzure = z144.object({
4719
4720
  // Location
4720
4721
  branch: z144.string(),
4721
4722
  relativePath: nullishToOptional(z144.string()),
4723
+ purgeDirectory: nullishToOptional(z144.boolean()),
4722
4724
  // Maybe not needed
4723
4725
  url: nullishToOptional(z144.string()),
4724
4726
  // Legacy deprecated fields. Use `credentialId` instead
@@ -4735,6 +4737,7 @@ var ExporterDestinationGitlab = z144.object({
4735
4737
  // Location
4736
4738
  branch: z144.string(),
4737
4739
  relativePath: nullishToOptional(z144.string()),
4740
+ purgeDirectory: nullishToOptional(z144.boolean()),
4738
4741
  // Maybe not needed
4739
4742
  url: nullishToOptional(z144.string()),
4740
4743
  // Legacy deprecated fields. Use `credentialId` instead
@@ -4753,6 +4756,7 @@ var ExporterDestinationBitbucket = z144.object({
4753
4756
  // Location
4754
4757
  branch: z144.string(),
4755
4758
  relativePath: nullishToOptional(z144.string()),
4759
+ purgeDirectory: nullishToOptional(z144.boolean()),
4756
4760
  // Legacy deprecated fields. Use `credentialId` instead
4757
4761
  connectionId: nullishToOptional(z144.string()),
4758
4762
  userId: nullishToOptional(z144.number())