@wix/papyrus 1.0.18 → 1.0.20
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.d.ts +8 -3
- package/build/cjs/index.js +41 -27
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -2
- package/build/cjs/meta.js +41 -26
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +4 -1
- package/build/cjs/schemas.js +41 -25
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +8 -0
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -0
- package/build/es/meta.d.mts +4 -0
- package/build/es/meta.mjs +8 -0
- package/build/es/meta.mjs.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/schemas.d.mts +4 -0
- package/build/es/schemas.mjs +8 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +8 -0
- package/build/internal/cjs/index.js +44 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +4 -0
- package/build/internal/cjs/meta.js +44 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/schemas.d.ts +4 -0
- package/build/internal/cjs/schemas.js +44 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +8 -0
- package/build/internal/es/index.mjs +8 -0
- package/build/internal/es/index.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +4 -0
- package/build/internal/es/meta.mjs +8 -0
- package/build/internal/es/meta.mjs.map +1 -0
- package/build/internal/es/schemas.d.mts +4 -0
- package/build/internal/es/schemas.mjs +8 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +31 -24
- package/build/cjs/context.d.ts +0 -1
- package/build/cjs/context.js +0 -28
- package/build/cjs/context.js.map +0 -1
- package/build/es/context.d.ts +0 -1
- package/build/es/context.js +0 -2
- package/build/es/context.js.map +0 -1
- package/build/es/index.d.ts +0 -3
- package/build/es/index.js +0 -4
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -2
- package/build/es/meta.js +0 -3
- package/build/es/meta.js.map +0 -1
- package/build/es/schemas.d.ts +0 -1
- package/build/es/schemas.js +0 -2
- package/build/es/schemas.js.map +0 -1
- package/context/package.json +0 -7
- package/type-bundles/context.bundle.d.ts +0 -986
- package/type-bundles/index.bundle.d.ts +0 -3694
- package/type-bundles/meta.bundle.d.ts +0 -2057
- package/type-bundles/schemas.bundle.d.ts +0 -2460
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export
|
|
3
|
-
|
|
1
|
+
import * as auto_sdk_papyrus_documents from '@wix/auto_sdk_papyrus_documents';
|
|
2
|
+
export { auto_sdk_papyrus_documents as documents };
|
|
3
|
+
import * as auto_sdk_papyrus_templates from '@wix/auto_sdk_papyrus_templates';
|
|
4
|
+
export { auto_sdk_papyrus_templates as templates };
|
|
5
|
+
import '@wix/auto_sdk_papyrus_documents/meta';
|
|
6
|
+
import '@wix/auto_sdk_papyrus_templates/meta';
|
|
7
|
+
import '@wix/auto_sdk_papyrus_documents/schemas';
|
|
8
|
+
import '@wix/auto_sdk_papyrus_templates/schemas';
|
package/build/cjs/index.js
CHANGED
|
@@ -1,30 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(index_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
30
44
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as documents from '@wix/auto_sdk_papyrus_documents';\nimport * as templates from '@wix/auto_sdk_papyrus_templates';\n\nexport { documents, templates };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import * as meta from '@wix/auto_sdk_papyrus_documents/meta';
|
|
2
|
+
export { meta as documents };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_papyrus_templates/meta';
|
|
4
|
+
export { meta$1 as templates };
|
package/build/cjs/meta.js
CHANGED
|
@@ -1,29 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(meta_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents/meta"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates/meta"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
29
44
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/meta';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_papyrus_documents/schemas';
|
|
2
|
+
export { schemas as documents };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_papyrus_templates/schemas';
|
|
4
|
+
export { schemas$1 as templates };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -1,28 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
24
19
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents/schemas"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates/schemas"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
28
44
|
//# sourceMappingURL=schemas.js.map
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/schemas';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as auto_sdk_papyrus_documents from '@wix/auto_sdk_papyrus_documents';
|
|
2
|
+
export { auto_sdk_papyrus_documents as documents };
|
|
3
|
+
import * as auto_sdk_papyrus_templates from '@wix/auto_sdk_papyrus_templates';
|
|
4
|
+
export { auto_sdk_papyrus_templates as templates };
|
|
5
|
+
import '@wix/auto_sdk_papyrus_documents/meta';
|
|
6
|
+
import '@wix/auto_sdk_papyrus_templates/meta';
|
|
7
|
+
import '@wix/auto_sdk_papyrus_documents/schemas';
|
|
8
|
+
import '@wix/auto_sdk_papyrus_templates/schemas';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as documents from '@wix/auto_sdk_papyrus_documents';\nimport * as templates from '@wix/auto_sdk_papyrus_templates';\n\nexport { documents, templates };\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/meta';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/meta';\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/schemas';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/schemas';\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as auto_sdk_papyrus_documents from '@wix/auto_sdk_papyrus_documents';
|
|
2
|
+
export { auto_sdk_papyrus_documents as documents };
|
|
3
|
+
import * as auto_sdk_papyrus_templates from '@wix/auto_sdk_papyrus_templates';
|
|
4
|
+
export { auto_sdk_papyrus_templates as templates };
|
|
5
|
+
import '@wix/auto_sdk_papyrus_documents/meta';
|
|
6
|
+
import '@wix/auto_sdk_papyrus_templates/meta';
|
|
7
|
+
import '@wix/auto_sdk_papyrus_documents/schemas';
|
|
8
|
+
import '@wix/auto_sdk_papyrus_templates/schemas';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(index_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as documents from '@wix/auto_sdk_papyrus_documents';\nimport * as templates from '@wix/auto_sdk_papyrus_templates';\n\nexport { documents, templates };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(meta_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents/meta"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates/meta"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
44
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/meta';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
documents: () => documents,
|
|
34
|
+
templates: () => templates
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
37
|
+
var documents = __toESM(require("@wix/auto_sdk_papyrus_documents/schemas"));
|
|
38
|
+
var templates = __toESM(require("@wix/auto_sdk_papyrus_templates/schemas"));
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
documents,
|
|
42
|
+
templates
|
|
43
|
+
});
|
|
44
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/schemas';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAA2B;AAC3B,gBAA2B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as auto_sdk_papyrus_documents from '@wix/auto_sdk_papyrus_documents';
|
|
2
|
+
export { auto_sdk_papyrus_documents as documents };
|
|
3
|
+
import * as auto_sdk_papyrus_templates from '@wix/auto_sdk_papyrus_templates';
|
|
4
|
+
export { auto_sdk_papyrus_templates as templates };
|
|
5
|
+
import '@wix/auto_sdk_papyrus_documents/meta';
|
|
6
|
+
import '@wix/auto_sdk_papyrus_templates/meta';
|
|
7
|
+
import '@wix/auto_sdk_papyrus_documents/schemas';
|
|
8
|
+
import '@wix/auto_sdk_papyrus_templates/schemas';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as documents from '@wix/auto_sdk_papyrus_documents';\nimport * as templates from '@wix/auto_sdk_papyrus_templates';\n\nexport { documents, templates };\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/meta';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/meta';\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as documents from '@wix/auto_sdk_papyrus_documents/schemas';\nexport * as templates from '@wix/auto_sdk_papyrus_templates/schemas';\n"],"mappings":";AAAA,YAAY,eAAe;AAC3B,YAAY,eAAe;","names":[]}
|