@wix/auto_sdk_data-extension-schema_schemas 1.0.39 → 1.0.40
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 +1 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -2
- 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 +1 -2
- 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 +1 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -14274,10 +14274,9 @@ interface SDKExportsNpm {
|
|
|
14274
14274
|
interface ExportMetadata {
|
|
14275
14275
|
/**
|
|
14276
14276
|
* Exported name of a module
|
|
14277
|
-
* @minLength 2
|
|
14278
14277
|
* @maxLength 100
|
|
14279
14278
|
*/
|
|
14280
|
-
exportedName?: string;
|
|
14279
|
+
exportedName?: string | null;
|
|
14281
14280
|
/**
|
|
14282
14281
|
* Package entry point, default to main entry
|
|
14283
14282
|
* @minLength 2
|