@wix/auto_sdk_data-extension-schema_schemas 1.0.51 → 1.0.52

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.
@@ -15746,7 +15746,7 @@ interface AppData {
15746
15746
  appType?: string;
15747
15747
  /**
15748
15748
  * Represents the Component data enriched with translations and overrides
15749
- * @maxSize 300
15749
+ * @maxSize 330
15750
15750
  */
15751
15751
  components?: RuntimeComponentCacheEntity[];
15752
15752
  /**
@@ -15773,6 +15773,8 @@ interface AppData {
15773
15773
  * @maxLength 50
15774
15774
  */
15775
15775
  fullVersion?: string | null;
15776
+ /** Indicates if the app is HIPAA compliant */
15777
+ hipaaCompliant?: boolean | null;
15776
15778
  }
15777
15779
  interface TranslatedData {
15778
15780
  name?: string | null;