@supernova-studio/client 1.4.9 → 1.4.10

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.js CHANGED
@@ -4392,6 +4392,7 @@ var ExporterDestinationBitbucket = _zod.z.object({
4392
4392
  workspaceSlug: _zod.z.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
4393
4393
  projectKey: _zod.z.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
4394
4394
  repoSlug: _zod.z.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
4395
+ url: nullishToOptional(_zod.z.string()),
4395
4396
  // Legacy deprecated fields. Use `credentialId` instead
4396
4397
  connectionId: nullishToOptional(_zod.z.string()),
4397
4398
  userId: nullishToOptional(_zod.z.number())