@supernova-studio/model 1.10.10 → 1.10.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 +64 -5
- package/dist/index.d.ts +64 -5
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6074,7 +6074,8 @@ var ExportJobLogEntry = z184.object({
|
|
|
6074
6074
|
message: z184.string()
|
|
6075
6075
|
});
|
|
6076
6076
|
var ExportJobPullRequestDestinationResult = z184.object({
|
|
6077
|
-
pullRequestUrl: z184.string()
|
|
6077
|
+
pullRequestUrl: z184.string(),
|
|
6078
|
+
sparseCheckoutUsed: nullishToOptional(z184.boolean())
|
|
6078
6079
|
});
|
|
6079
6080
|
var ExportJobS3DestinationResult = z184.object({
|
|
6080
6081
|
bucket: z184.string(),
|
|
@@ -6168,6 +6169,8 @@ var FlaggedFeature = z188.enum([
|
|
|
6168
6169
|
"NonCompatibleTypeChanges",
|
|
6169
6170
|
"TypographyUseFontStyle",
|
|
6170
6171
|
"FigmaImporterV3",
|
|
6172
|
+
"SparseCheckoutEnabled",
|
|
6173
|
+
"NoTagsNoBlobsCheckoutEnabled",
|
|
6171
6174
|
"PulsarDebugMode",
|
|
6172
6175
|
"PulsarLogSdkNetwork",
|
|
6173
6176
|
"PulsarCacheSdk",
|