@wix/automations 1.0.413 → 1.0.415
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 +10 -0
- package/build/cjs/schemas.d.ts +20 -0
- package/build/cjs/schemas.js +68 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.d.mts +10 -0
- package/build/es/schemas.d.mts +20 -0
- package/build/es/schemas.mjs +24 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +10 -0
- package/build/internal/cjs/schemas.d.ts +20 -0
- package/build/internal/cjs/schemas.js +68 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +10 -0
- package/build/internal/es/schemas.d.mts +20 -0
- package/build/internal/es/schemas.mjs +24 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +21 -15
- package/schemas/package.json +3 -0
package/build/cjs/index.d.ts
CHANGED
|
@@ -28,5 +28,15 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
29
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
30
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
31
|
+
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
|
+
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
|
+
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
34
|
+
import '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
35
|
+
import '@wix/auto_sdk_automations_storage-item/schemas';
|
|
36
|
+
import '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
37
|
+
import '@wix/auto_sdk_automations_automations-service/schemas';
|
|
38
|
+
import '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
39
|
+
import '@wix/auto_sdk_automations_activations/schemas';
|
|
40
|
+
import '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
31
41
|
import '@wix/auto_sdk_automations_action-provider';
|
|
32
42
|
import '@wix/auto_sdk_automations_trigger-provider';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
2
|
+
export { schemas as actionCatalog };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
4
|
+
export { schemas$1 as activationActionLog };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_automations_activation-log/schemas';
|
|
6
|
+
export { schemas$2 as activationLog };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
8
|
+
export { schemas$3 as activationActionSummary };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_automations_storage-item/schemas';
|
|
10
|
+
export { schemas$4 as storageItem };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
12
|
+
export { schemas$5 as triggerCatalog };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_automations_automations-service/schemas';
|
|
14
|
+
export { schemas$6 as automationsService };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
16
|
+
export { schemas$7 as customTrigger };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_automations_activations/schemas';
|
|
18
|
+
export { schemas$8 as activations };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
20
|
+
export { schemas$9 as automationsV2 };
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
42
|
+
triggerCatalog: () => triggerCatalog
|
|
43
|
+
});
|
|
44
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
45
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/schemas"));
|
|
46
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/schemas"));
|
|
47
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/schemas"));
|
|
48
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/schemas"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item/schemas"));
|
|
50
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/schemas"));
|
|
51
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/schemas"));
|
|
52
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/schemas"));
|
|
53
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations/schemas"));
|
|
54
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/schemas"));
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
actionCatalog,
|
|
58
|
+
activationActionLog,
|
|
59
|
+
activationActionSummary,
|
|
60
|
+
activationLog,
|
|
61
|
+
activations,
|
|
62
|
+
automationsService,
|
|
63
|
+
automationsV2,
|
|
64
|
+
customTrigger,
|
|
65
|
+
storageItem,
|
|
66
|
+
triggerCatalog
|
|
67
|
+
});
|
|
68
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/schemas';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/schemas';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/schemas';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/schemas';\nexport * as storageItem from '@wix/auto_sdk_automations_storage-item/schemas';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/schemas';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/schemas';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/schemas';\nexport * as activations from '@wix/auto_sdk_automations_activations/schemas';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -28,5 +28,15 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
29
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
30
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
31
|
+
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
|
+
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
|
+
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
34
|
+
import '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
35
|
+
import '@wix/auto_sdk_automations_storage-item/schemas';
|
|
36
|
+
import '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
37
|
+
import '@wix/auto_sdk_automations_automations-service/schemas';
|
|
38
|
+
import '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
39
|
+
import '@wix/auto_sdk_automations_activations/schemas';
|
|
40
|
+
import '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
31
41
|
import '@wix/auto_sdk_automations_action-provider';
|
|
32
42
|
import '@wix/auto_sdk_automations_trigger-provider';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
2
|
+
export { schemas as actionCatalog };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
4
|
+
export { schemas$1 as activationActionLog };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_automations_activation-log/schemas';
|
|
6
|
+
export { schemas$2 as activationLog };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
8
|
+
export { schemas$3 as activationActionSummary };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_automations_storage-item/schemas';
|
|
10
|
+
export { schemas$4 as storageItem };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
12
|
+
export { schemas$5 as triggerCatalog };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_automations_automations-service/schemas';
|
|
14
|
+
export { schemas$6 as automationsService };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
16
|
+
export { schemas$7 as customTrigger };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_automations_activations/schemas';
|
|
18
|
+
export { schemas$8 as activations };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
20
|
+
export { schemas$9 as automationsV2 };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/schemas";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/schemas";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log/schemas";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/schemas";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item/schemas";
|
|
7
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/schemas";
|
|
8
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service/schemas";
|
|
9
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/schemas";
|
|
10
|
+
import * as activations from "@wix/auto_sdk_automations_activations/schemas";
|
|
11
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/schemas";
|
|
12
|
+
export {
|
|
13
|
+
actionCatalog,
|
|
14
|
+
activationActionLog,
|
|
15
|
+
activationActionSummary,
|
|
16
|
+
activationLog,
|
|
17
|
+
activations,
|
|
18
|
+
automationsService,
|
|
19
|
+
automationsV2,
|
|
20
|
+
customTrigger,
|
|
21
|
+
storageItem,
|
|
22
|
+
triggerCatalog
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/schemas';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/schemas';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/schemas';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/schemas';\nexport * as storageItem from '@wix/auto_sdk_automations_storage-item/schemas';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/schemas';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/schemas';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/schemas';\nexport * as activations from '@wix/auto_sdk_automations_activations/schemas';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/schemas';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
@@ -28,5 +28,15 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
29
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
30
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
31
|
+
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
|
+
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
|
+
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
34
|
+
import '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
35
|
+
import '@wix/auto_sdk_automations_storage-item/schemas';
|
|
36
|
+
import '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
37
|
+
import '@wix/auto_sdk_automations_automations-service/schemas';
|
|
38
|
+
import '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
39
|
+
import '@wix/auto_sdk_automations_activations/schemas';
|
|
40
|
+
import '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
31
41
|
import '@wix/auto_sdk_automations_action-provider';
|
|
32
42
|
import '@wix/auto_sdk_automations_trigger-provider';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
2
|
+
export { schemas as actionCatalog };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
4
|
+
export { schemas$1 as activationActionLog };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_automations_activation-log/schemas';
|
|
6
|
+
export { schemas$2 as activationLog };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
8
|
+
export { schemas$3 as activationActionSummary };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_automations_storage-item/schemas';
|
|
10
|
+
export { schemas$4 as storageItem };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
12
|
+
export { schemas$5 as triggerCatalog };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_automations_automations-service/schemas';
|
|
14
|
+
export { schemas$6 as automationsService };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
16
|
+
export { schemas$7 as customTrigger };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_automations_activations/schemas';
|
|
18
|
+
export { schemas$8 as activations };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
20
|
+
export { schemas$9 as automationsV2 };
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
42
|
+
triggerCatalog: () => triggerCatalog
|
|
43
|
+
});
|
|
44
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
45
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/schemas"));
|
|
46
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/schemas"));
|
|
47
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/schemas"));
|
|
48
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/schemas"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item/schemas"));
|
|
50
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/schemas"));
|
|
51
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/schemas"));
|
|
52
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/schemas"));
|
|
53
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations/schemas"));
|
|
54
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/schemas"));
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
actionCatalog,
|
|
58
|
+
activationActionLog,
|
|
59
|
+
activationActionSummary,
|
|
60
|
+
activationLog,
|
|
61
|
+
activations,
|
|
62
|
+
automationsService,
|
|
63
|
+
automationsV2,
|
|
64
|
+
customTrigger,
|
|
65
|
+
storageItem,
|
|
66
|
+
triggerCatalog
|
|
67
|
+
});
|
|
68
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/schemas';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/schemas';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/schemas';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/schemas';\nexport * as storageItem from '@wix/auto_sdk_automations_storage-item/schemas';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/schemas';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/schemas';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/schemas';\nexport * as activations from '@wix/auto_sdk_automations_activations/schemas';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
@@ -28,5 +28,15 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
29
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
30
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
31
|
+
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
|
+
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
|
+
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
34
|
+
import '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
35
|
+
import '@wix/auto_sdk_automations_storage-item/schemas';
|
|
36
|
+
import '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
37
|
+
import '@wix/auto_sdk_automations_automations-service/schemas';
|
|
38
|
+
import '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
39
|
+
import '@wix/auto_sdk_automations_activations/schemas';
|
|
40
|
+
import '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
31
41
|
import '@wix/auto_sdk_automations_action-provider';
|
|
32
42
|
import '@wix/auto_sdk_automations_trigger-provider';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
2
|
+
export { schemas as actionCatalog };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
4
|
+
export { schemas$1 as activationActionLog };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_automations_activation-log/schemas';
|
|
6
|
+
export { schemas$2 as activationLog };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_automations_activation-action-summary/schemas';
|
|
8
|
+
export { schemas$3 as activationActionSummary };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_automations_storage-item/schemas';
|
|
10
|
+
export { schemas$4 as storageItem };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_automations_trigger-catalog/schemas';
|
|
12
|
+
export { schemas$5 as triggerCatalog };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_automations_automations-service/schemas';
|
|
14
|
+
export { schemas$6 as automationsService };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_automations_custom-trigger/schemas';
|
|
16
|
+
export { schemas$7 as customTrigger };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_automations_activations/schemas';
|
|
18
|
+
export { schemas$8 as activations };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_automations_automations-v-2/schemas';
|
|
20
|
+
export { schemas$9 as automationsV2 };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/schemas";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/schemas";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log/schemas";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/schemas";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item/schemas";
|
|
7
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/schemas";
|
|
8
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service/schemas";
|
|
9
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/schemas";
|
|
10
|
+
import * as activations from "@wix/auto_sdk_automations_activations/schemas";
|
|
11
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/schemas";
|
|
12
|
+
export {
|
|
13
|
+
actionCatalog,
|
|
14
|
+
activationActionLog,
|
|
15
|
+
activationActionSummary,
|
|
16
|
+
activationLog,
|
|
17
|
+
activations,
|
|
18
|
+
automationsService,
|
|
19
|
+
automationsV2,
|
|
20
|
+
customTrigger,
|
|
21
|
+
storageItem,
|
|
22
|
+
triggerCatalog
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/schemas';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/schemas';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/schemas';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/schemas';\nexport * as storageItem from '@wix/auto_sdk_automations_storage-item/schemas';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/schemas';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/schemas';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/schemas';\nexport * as activations from '@wix/auto_sdk_automations_activations/schemas';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/schemas';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.415",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
28
|
},
|
|
29
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./service-plugins": {
|
|
30
35
|
"import": "./build/es/service-plugins.mjs",
|
|
31
36
|
"require": "./build/cjs/service-plugins.js",
|
|
@@ -35,21 +40,22 @@
|
|
|
35
40
|
"files": [
|
|
36
41
|
"build",
|
|
37
42
|
"meta",
|
|
38
|
-
"service-plugins"
|
|
43
|
+
"service-plugins",
|
|
44
|
+
"schemas"
|
|
39
45
|
],
|
|
40
46
|
"dependencies": {
|
|
41
|
-
"@wix/auto_sdk_automations_action-catalog": "1.0.
|
|
42
|
-
"@wix/auto_sdk_automations_action-provider": "1.0.
|
|
43
|
-
"@wix/auto_sdk_automations_activation-action-log": "1.0.
|
|
44
|
-
"@wix/auto_sdk_automations_activation-action-summary": "1.0.
|
|
45
|
-
"@wix/auto_sdk_automations_activation-log": "1.0.
|
|
46
|
-
"@wix/auto_sdk_automations_activations": "1.0.
|
|
47
|
-
"@wix/auto_sdk_automations_automations-service": "1.0.
|
|
48
|
-
"@wix/auto_sdk_automations_automations-v-2": "1.0.
|
|
49
|
-
"@wix/auto_sdk_automations_custom-trigger": "1.0.
|
|
50
|
-
"@wix/auto_sdk_automations_storage-item": "1.0.
|
|
51
|
-
"@wix/auto_sdk_automations_trigger-catalog": "1.0.
|
|
52
|
-
"@wix/auto_sdk_automations_trigger-provider": "1.0.
|
|
47
|
+
"@wix/auto_sdk_automations_action-catalog": "1.0.47",
|
|
48
|
+
"@wix/auto_sdk_automations_action-provider": "1.0.55",
|
|
49
|
+
"@wix/auto_sdk_automations_activation-action-log": "1.0.31",
|
|
50
|
+
"@wix/auto_sdk_automations_activation-action-summary": "1.0.20",
|
|
51
|
+
"@wix/auto_sdk_automations_activation-log": "1.0.49",
|
|
52
|
+
"@wix/auto_sdk_automations_activations": "1.0.123",
|
|
53
|
+
"@wix/auto_sdk_automations_automations-service": "1.0.60",
|
|
54
|
+
"@wix/auto_sdk_automations_automations-v-2": "1.0.121",
|
|
55
|
+
"@wix/auto_sdk_automations_custom-trigger": "1.0.28",
|
|
56
|
+
"@wix/auto_sdk_automations_storage-item": "1.0.19",
|
|
57
|
+
"@wix/auto_sdk_automations_trigger-catalog": "1.0.55",
|
|
58
|
+
"@wix/auto_sdk_automations_trigger-provider": "1.0.62"
|
|
53
59
|
},
|
|
54
60
|
"devDependencies": {
|
|
55
61
|
"tsup": "^8.4.0",
|
|
@@ -70,5 +76,5 @@
|
|
|
70
76
|
"fqdn": ""
|
|
71
77
|
}
|
|
72
78
|
},
|
|
73
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "659c6a6a5fb8988516c18ceace15ff2273313cf902235d907b497ea5"
|
|
74
80
|
}
|