@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
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;
|