@supernova-studio/model 1.4.9 → 1.4.11
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 +50 -0
- package/dist/index.d.ts +50 -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.mjs
CHANGED
|
@@ -5051,6 +5051,7 @@ var ExporterDestinationBitbucket = z153.object({
|
|
|
5051
5051
|
workspaceSlug: z153.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
|
|
5052
5052
|
projectKey: z153.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
|
|
5053
5053
|
repoSlug: z153.string().max(BITBUCKET_MAX_LENGTH).regex(BITBUCKET_SLUG),
|
|
5054
|
+
url: nullishToOptional(z153.string()),
|
|
5054
5055
|
// Legacy deprecated fields. Use `credentialId` instead
|
|
5055
5056
|
connectionId: nullishToOptional(z153.string()),
|
|
5056
5057
|
userId: nullishToOptional(z153.number())
|