@supernova-studio/model 1.9.20 → 1.10.0

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
@@ -5516,7 +5516,8 @@ var BITBUCKET_SLUG = /^[-a-zA-Z0-9~]*$/;
5516
5516
  var BITBUCKET_MAX_LENGTH = 64;
5517
5517
  var ExportJobDocumentationChanges = z162.object({
5518
5518
  pagePersistentIds: z162.string().array(),
5519
- groupPersistentIds: z162.string().array()
5519
+ groupPersistentIds: z162.string().array(),
5520
+ selectivePublishing: z162.boolean().optional()
5520
5521
  });
5521
5522
  var ExporterDestinationDocs = z162.object({
5522
5523
  environment: PublishedDocEnvironment,
@@ -5530,7 +5531,10 @@ var GitCommonDestinationOptions = z162.object({
5530
5531
  commitAuthorEmail: nullishToOptional(z162.string()),
5531
5532
  commitMessage: nullishToOptional(z162.string()),
5532
5533
  pullRequestTitle: nullishToOptional(z162.string()),
5533
- pullRequestDescription: nullishToOptional(z162.string())
5534
+ pullRequestDescription: nullishToOptional(z162.string()),
5535
+ checkoutNoTags: nullishToOptional(z162.boolean()),
5536
+ checkoutNoBlobs: nullishToOptional(z162.boolean()),
5537
+ checkoutSparse: nullishToOptional(z162.boolean())
5534
5538
  });
5535
5539
  var ExporterDestinationS3 = z162.object({});
5536
5540
  var ExporterDestinationGithub = z162.object({
@@ -6147,6 +6151,9 @@ var FlaggedFeature = z188.enum([
6147
6151
  "PulsarConcurrency",
6148
6152
  "PulsarProfilerMode"
6149
6153
  ]);
6154
+ var FeatureFlagDefaults = {
6155
+ DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
6156
+ };
6150
6157
  var FeatureFlagMap = z188.record(FlaggedFeature, z188.boolean());
6151
6158
  var FeatureFlag = z188.object({
6152
6159
  id: z188.string(),
@@ -6550,6 +6557,7 @@ export {
6550
6557
  ExternalOAuthRequest,
6551
6558
  ExternalServiceType,
6552
6559
  FeatureFlag,
6560
+ FeatureFlagDefaults,
6553
6561
  FeatureFlagMap,
6554
6562
  FeatureFlagsKeepAliases,
6555
6563
  FeaturesSummary,