@wix/auto_sdk_pro-gallery_pro-gallery 1.0.41 → 1.0.43

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.
@@ -667,6 +667,8 @@ interface HtmlSitePublished {
667
667
  publishDate?: string;
668
668
  /** Determine if this message was produced by editor-deployments service */
669
669
  originatedFromDeploymentsService?: boolean;
670
+ /** Metadata accumulated by deployment pipeline providers */
671
+ publishMetadata?: Record<string, string>;
670
672
  }
671
673
  interface EventsPage {
672
674
  /**
@@ -694,6 +696,8 @@ interface HtmlSiteRCPublished {
694
696
  rcLabel?: RCLabelWithLiterals;
695
697
  /** Determine if this message was produced by editor-deployments service */
696
698
  originatedFromDeploymentsService?: boolean;
699
+ /** Metadata accumulated by deployment pipeline providers */
700
+ publishMetadata?: Record<string, string>;
697
701
  }
698
702
  declare enum RCLabel {
699
703
  /** Illegal default value, exception will be thrown if used */
@@ -706,10 +710,11 @@ declare enum RCLabel {
706
710
  FEEDBACK = "FEEDBACK",
707
711
  ACCESSIBILITY = "ACCESSIBILITY",
708
712
  ENTERPRISE_APPROVALS = "ENTERPRISE_APPROVALS",
709
- EXPORT_SITE = "EXPORT_SITE"
713
+ EXPORT_SITE = "EXPORT_SITE",
714
+ HARMONY_MOBILE_PREVIEW = "HARMONY_MOBILE_PREVIEW"
710
715
  }
711
716
  /** @enumType */
712
- type RCLabelWithLiterals = RCLabel | 'UNKNOWN' | 'RELEASE_MANAGER' | 'BLOCKS' | 'WIX_CLI' | 'MOBILE_APP_BUILDER' | 'SEO' | 'FEEDBACK' | 'ACCESSIBILITY' | 'ENTERPRISE_APPROVALS' | 'EXPORT_SITE';
717
+ type RCLabelWithLiterals = RCLabel | 'UNKNOWN' | 'RELEASE_MANAGER' | 'BLOCKS' | 'WIX_CLI' | 'MOBILE_APP_BUILDER' | 'SEO' | 'FEEDBACK' | 'ACCESSIBILITY' | 'ENTERPRISE_APPROVALS' | 'EXPORT_SITE' | 'HARMONY_MOBILE_PREVIEW';
713
718
  interface DomainEvent extends DomainEventBodyOneOf {
714
719
  /** Information about a newly-created gallery. */
715
720
  createdEvent?: EntityCreatedEvent;
@@ -879,6 +879,7 @@ var RCLabel = /* @__PURE__ */ ((RCLabel2) => {
879
879
  RCLabel2["ACCESSIBILITY"] = "ACCESSIBILITY";
880
880
  RCLabel2["ENTERPRISE_APPROVALS"] = "ENTERPRISE_APPROVALS";
881
881
  RCLabel2["EXPORT_SITE"] = "EXPORT_SITE";
882
+ RCLabel2["HARMONY_MOBILE_PREVIEW"] = "HARMONY_MOBILE_PREVIEW";
882
883
  return RCLabel2;
883
884
  })(RCLabel || {});
884
885
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {