@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
|
@@ -14291,10 +14291,9 @@ interface SDKExportsNpm {
|
|
|
14291
14291
|
interface ExportMetadata {
|
|
14292
14292
|
/**
|
|
14293
14293
|
* Exported name of a module
|
|
14294
|
-
* @minLength 2
|
|
14295
14294
|
* @maxLength 100
|
|
14296
14295
|
*/
|
|
14297
|
-
exportedName?: string;
|
|
14296
|
+
exportedName?: string | null;
|
|
14298
14297
|
/**
|
|
14299
14298
|
* Package entry point, default to main entry
|
|
14300
14299
|
* @minLength 2
|