@wix/data-extension-schema 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data-extension-schema",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/data-extension-schema_schemas": "1.0.5"
24
+ "@wix/data-extension-schema_schemas": "1.0.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "fd845ef253d52ace6ce058005e22547288ee5da6b478d164924e1a70"
49
+ "falconPackageHash": "471053e091fb2a1f4ec5d15ba04ff88803d2a33ee9895c2b77fd3065"
50
50
  }
@@ -588,8 +588,6 @@ interface DataExtensionSchema {
588
588
  * @readonly
589
589
  */
590
590
  currentSizeBytes?: number | null;
591
- /** Name of the specific entity field this schema is extending, or `"ROOT"` for extensions for the entire entity. Default: `"ROOT"`. */
592
- extensionPoint?: string;
593
591
  }
594
592
  interface ReindexEvent {
595
593
  /** fqdn of the dext schema that needs reindexing */
@@ -588,8 +588,6 @@ interface DataExtensionSchema {
588
588
  * @readonly
589
589
  */
590
590
  currentSizeBytes?: number | null;
591
- /** Name of the specific entity field this schema is extending, or `"ROOT"` for extensions for the entire entity. Default: `"ROOT"`. */
592
- extensionPoint?: string;
593
591
  }
594
592
  interface ReindexEvent {
595
593
  /** fqdn of the dext schema that needs reindexing */
@@ -110,8 +110,6 @@ interface DataExtensionSchema$1 {
110
110
  * @readonly
111
111
  */
112
112
  currentSizeBytes?: number | null;
113
- /** Name of the specific entity field this schema is extending, or `"ROOT"` for extensions for the entire entity. Default: `"ROOT"`. */
114
- extensionPoint?: string;
115
113
  }
116
114
  interface CreateDataExtensionSchemaRequest$1 {
117
115
  /** Schema to create. */
@@ -285,8 +283,6 @@ interface DataExtensionSchema {
285
283
  * @readonly
286
284
  */
287
285
  currentSizeBytes?: number | null;
288
- /** Name of the specific entity field this schema is extending, or `"ROOT"` for extensions for the entire entity. Default: `"ROOT"`. */
289
- extensionPoint?: string;
290
286
  }
291
287
  interface CreateDataExtensionSchemaRequest {
292
288
  /** Schema to create. */