@supernova-studio/client 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.mjs CHANGED
@@ -5334,7 +5334,8 @@ var ExportJobLogEntry = z184.object({
5334
5334
  message: z184.string()
5335
5335
  });
5336
5336
  var ExportJobPullRequestDestinationResult = z184.object({
5337
- pullRequestUrl: z184.string()
5337
+ pullRequestUrl: z184.string(),
5338
+ sparseCheckoutUsed: nullishToOptional(z184.boolean())
5338
5339
  });
5339
5340
  var ExportJobS3DestinationResult = z184.object({
5340
5341
  bucket: z184.string(),
@@ -5416,6 +5417,8 @@ var FlaggedFeature = z188.enum([
5416
5417
  "NonCompatibleTypeChanges",
5417
5418
  "TypographyUseFontStyle",
5418
5419
  "FigmaImporterV3",
5420
+ "SparseCheckoutEnabled",
5421
+ "NoTagsNoBlobsCheckoutEnabled",
5419
5422
  "PulsarDebugMode",
5420
5423
  "PulsarLogSdkNetwork",
5421
5424
  "PulsarCacheSdk",