@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.d.mts +108 -0
- package/dist/index.d.ts +108 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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())
|