@wix/automations 1.0.180 → 1.0.181
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/index.d.mts +27 -0
- package/build/index.d.ts +27 -0
- package/build/index.js +65 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +22 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +27 -0
- package/build/internal/index.d.ts +27 -0
- package/build/internal/index.js +65 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +22 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +18 -0
- package/build/internal/meta.d.ts +18 -0
- package/build/internal/meta.js +65 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +22 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +18 -0
- package/build/meta.d.ts +18 -0
- package/build/meta.js +65 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +22 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +26 -25
- package/build/cjs/index.d.ts +0 -10
- package/build/cjs/index.js +0 -45
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -9
- package/build/cjs/meta.js +0 -36
- package/build/cjs/meta.js.map +0 -1
- package/build/cjs/service-plugins.d.ts +0 -2
- package/build/cjs/service-plugins.js +0 -29
- package/build/cjs/service-plugins.js.map +0 -1
- package/build/es/index.d.ts +0 -10
- package/build/es/index.js +0 -11
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -9
- package/build/es/meta.js +0 -10
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/es/service-plugins.d.ts +0 -2
- package/build/es/service-plugins.js +0 -3
- package/build/es/service-plugins.js.map +0 -1
- package/build/internal/cjs/index.d.ts +0 -10
- package/build/internal/cjs/index.js +0 -45
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -9
- package/build/internal/cjs/meta.js +0 -36
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/service-plugins.d.ts +0 -2
- package/build/internal/cjs/service-plugins.js +0 -29
- package/build/internal/cjs/service-plugins.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -10
- package/build/internal/es/index.js +0 -11
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -9
- package/build/internal/es/meta.js +0 -10
- package/build/internal/es/meta.js.map +0 -1
- package/build/internal/es/service-plugins.d.ts +0 -2
- package/build/internal/es/service-plugins.js +0 -3
- package/build/internal/es/service-plugins.js.map +0 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as auto_sdk_automations_actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
+
export { auto_sdk_automations_actionCatalog as actionCatalog };
|
|
3
|
+
import * as auto_sdk_automations_activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
4
|
+
export { auto_sdk_automations_activationActionLog as activationActionLog };
|
|
5
|
+
import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
6
|
+
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
|
+
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
|
+
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
|
+
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
|
+
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
12
|
+
export { auto_sdk_automations_automationsService as automationsService };
|
|
13
|
+
import * as auto_sdk_automations_customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
14
|
+
export { auto_sdk_automations_customTrigger as customTrigger };
|
|
15
|
+
import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_activations';
|
|
16
|
+
export { auto_sdk_automations_activations as activations };
|
|
17
|
+
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
18
|
+
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
19
|
+
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
20
|
+
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
|
+
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
|
+
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
23
|
+
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
|
+
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
26
|
+
import '@wix/auto_sdk_automations_activations/meta';
|
|
27
|
+
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as auto_sdk_automations_actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
+
export { auto_sdk_automations_actionCatalog as actionCatalog };
|
|
3
|
+
import * as auto_sdk_automations_activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
4
|
+
export { auto_sdk_automations_activationActionLog as activationActionLog };
|
|
5
|
+
import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
6
|
+
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
|
+
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
|
+
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
|
+
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
|
+
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
12
|
+
export { auto_sdk_automations_automationsService as automationsService };
|
|
13
|
+
import * as auto_sdk_automations_customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
14
|
+
export { auto_sdk_automations_customTrigger as customTrigger };
|
|
15
|
+
import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_activations';
|
|
16
|
+
export { auto_sdk_automations_activations as activations };
|
|
17
|
+
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
18
|
+
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
19
|
+
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
20
|
+
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
|
+
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
|
+
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
23
|
+
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
|
+
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
26
|
+
import '@wix/auto_sdk_automations_activations/meta';
|
|
27
|
+
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
package/build/index.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
triggerCatalog: () => triggerCatalog
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(index_exports);
|
|
44
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog"));
|
|
45
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
46
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log"));
|
|
47
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
48
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
49
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service"));
|
|
50
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
51
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations"));
|
|
52
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
actionCatalog,
|
|
56
|
+
activationActionLog,
|
|
57
|
+
activationActionSummary,
|
|
58
|
+
activationLog,
|
|
59
|
+
activations,
|
|
60
|
+
automationsService,
|
|
61
|
+
automationsV2,
|
|
62
|
+
customTrigger,
|
|
63
|
+
triggerCatalog
|
|
64
|
+
});
|
|
65
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';\nimport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';\nimport * as activationLog from '@wix/auto_sdk_automations_activation-log';\nimport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';\nimport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';\nimport * as automationsService from '@wix/auto_sdk_automations_automations-service';\nimport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';\nimport * as activations from '@wix/auto_sdk_automations_activations';\nimport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
package/build/index.mjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary";
|
|
6
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog";
|
|
7
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service";
|
|
8
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
9
|
+
import * as activations from "@wix/auto_sdk_automations_activations";
|
|
10
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2";
|
|
11
|
+
export {
|
|
12
|
+
actionCatalog,
|
|
13
|
+
activationActionLog,
|
|
14
|
+
activationActionSummary,
|
|
15
|
+
activationLog,
|
|
16
|
+
activations,
|
|
17
|
+
automationsService,
|
|
18
|
+
automationsV2,
|
|
19
|
+
customTrigger,
|
|
20
|
+
triggerCatalog
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';\nimport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';\nimport * as activationLog from '@wix/auto_sdk_automations_activation-log';\nimport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';\nimport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';\nimport * as automationsService from '@wix/auto_sdk_automations_automations-service';\nimport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';\nimport * as activations from '@wix/auto_sdk_automations_activations';\nimport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as auto_sdk_automations_actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
+
export { auto_sdk_automations_actionCatalog as actionCatalog };
|
|
3
|
+
import * as auto_sdk_automations_activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
4
|
+
export { auto_sdk_automations_activationActionLog as activationActionLog };
|
|
5
|
+
import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
6
|
+
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
|
+
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
|
+
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
|
+
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
|
+
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
12
|
+
export { auto_sdk_automations_automationsService as automationsService };
|
|
13
|
+
import * as auto_sdk_automations_customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
14
|
+
export { auto_sdk_automations_customTrigger as customTrigger };
|
|
15
|
+
import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_activations';
|
|
16
|
+
export { auto_sdk_automations_activations as activations };
|
|
17
|
+
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
18
|
+
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
19
|
+
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
20
|
+
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
|
+
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
|
+
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
23
|
+
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
|
+
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
26
|
+
import '@wix/auto_sdk_automations_activations/meta';
|
|
27
|
+
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as auto_sdk_automations_actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
+
export { auto_sdk_automations_actionCatalog as actionCatalog };
|
|
3
|
+
import * as auto_sdk_automations_activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
4
|
+
export { auto_sdk_automations_activationActionLog as activationActionLog };
|
|
5
|
+
import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
6
|
+
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
|
+
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
|
+
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
|
+
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
|
+
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
12
|
+
export { auto_sdk_automations_automationsService as automationsService };
|
|
13
|
+
import * as auto_sdk_automations_customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
14
|
+
export { auto_sdk_automations_customTrigger as customTrigger };
|
|
15
|
+
import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_activations';
|
|
16
|
+
export { auto_sdk_automations_activations as activations };
|
|
17
|
+
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
18
|
+
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
19
|
+
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
20
|
+
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
|
+
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
|
+
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
23
|
+
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
|
+
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
26
|
+
import '@wix/auto_sdk_automations_activations/meta';
|
|
27
|
+
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
triggerCatalog: () => triggerCatalog
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(index_exports);
|
|
44
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog"));
|
|
45
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
46
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log"));
|
|
47
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
48
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
49
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service"));
|
|
50
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
51
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations"));
|
|
52
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
actionCatalog,
|
|
56
|
+
activationActionLog,
|
|
57
|
+
activationActionSummary,
|
|
58
|
+
activationLog,
|
|
59
|
+
activations,
|
|
60
|
+
automationsService,
|
|
61
|
+
automationsV2,
|
|
62
|
+
customTrigger,
|
|
63
|
+
triggerCatalog
|
|
64
|
+
});
|
|
65
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';\nimport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';\nimport * as activationLog from '@wix/auto_sdk_automations_activation-log';\nimport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';\nimport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';\nimport * as automationsService from '@wix/auto_sdk_automations_automations-service';\nimport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';\nimport * as activations from '@wix/auto_sdk_automations_activations';\nimport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary";
|
|
6
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog";
|
|
7
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service";
|
|
8
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
9
|
+
import * as activations from "@wix/auto_sdk_automations_activations";
|
|
10
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2";
|
|
11
|
+
export {
|
|
12
|
+
actionCatalog,
|
|
13
|
+
activationActionLog,
|
|
14
|
+
activationActionSummary,
|
|
15
|
+
activationLog,
|
|
16
|
+
activations,
|
|
17
|
+
automationsService,
|
|
18
|
+
automationsV2,
|
|
19
|
+
customTrigger,
|
|
20
|
+
triggerCatalog
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';\nimport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';\nimport * as activationLog from '@wix/auto_sdk_automations_activation-log';\nimport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';\nimport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';\nimport * as automationsService from '@wix/auto_sdk_automations_automations-service';\nimport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';\nimport * as activations from '@wix/auto_sdk_automations_activations';\nimport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
+
export { meta as actionCatalog };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
4
|
+
export { meta$1 as activationActionLog };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
6
|
+
export { meta$2 as activationLog };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
|
+
export { meta$3 as activationActionSummary };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
10
|
+
export { meta$4 as triggerCatalog };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
12
|
+
export { meta$5 as automationsService };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
14
|
+
export { meta$6 as customTrigger };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_activations/meta';
|
|
16
|
+
export { meta$7 as activations };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
18
|
+
export { meta$8 as automationsV2 };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
+
export { meta as actionCatalog };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
4
|
+
export { meta$1 as activationActionLog };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
6
|
+
export { meta$2 as activationLog };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
|
+
export { meta$3 as activationActionSummary };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
10
|
+
export { meta$4 as triggerCatalog };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
12
|
+
export { meta$5 as automationsService };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
14
|
+
export { meta$6 as customTrigger };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_activations/meta';
|
|
16
|
+
export { meta$7 as activations };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
18
|
+
export { meta$8 as automationsV2 };
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
triggerCatalog: () => triggerCatalog
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(meta_exports);
|
|
44
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/meta"));
|
|
45
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
46
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
47
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
48
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
49
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
50
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
51
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations/meta"));
|
|
52
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
actionCatalog,
|
|
56
|
+
activationActionLog,
|
|
57
|
+
activationActionSummary,
|
|
58
|
+
activationLog,
|
|
59
|
+
activations,
|
|
60
|
+
automationsService,
|
|
61
|
+
automationsV2,
|
|
62
|
+
customTrigger,
|
|
63
|
+
triggerCatalog
|
|
64
|
+
});
|
|
65
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';\nexport * as activations from '@wix/auto_sdk_automations_activations/meta';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/meta";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/meta";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log/meta";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/meta";
|
|
6
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/meta";
|
|
7
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service/meta";
|
|
8
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
9
|
+
import * as activations from "@wix/auto_sdk_automations_activations/meta";
|
|
10
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/meta";
|
|
11
|
+
export {
|
|
12
|
+
actionCatalog,
|
|
13
|
+
activationActionLog,
|
|
14
|
+
activationActionSummary,
|
|
15
|
+
activationLog,
|
|
16
|
+
activations,
|
|
17
|
+
automationsService,
|
|
18
|
+
automationsV2,
|
|
19
|
+
customTrigger,
|
|
20
|
+
triggerCatalog
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';\nexport * as activations from '@wix/auto_sdk_automations_activations/meta';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
+
export { meta as actionCatalog };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
4
|
+
export { meta$1 as activationActionLog };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
6
|
+
export { meta$2 as activationLog };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
|
+
export { meta$3 as activationActionSummary };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
10
|
+
export { meta$4 as triggerCatalog };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
12
|
+
export { meta$5 as automationsService };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
14
|
+
export { meta$6 as customTrigger };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_activations/meta';
|
|
16
|
+
export { meta$7 as activations };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
18
|
+
export { meta$8 as automationsV2 };
|
package/build/meta.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
+
export { meta as actionCatalog };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
4
|
+
export { meta$1 as activationActionLog };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
6
|
+
export { meta$2 as activationLog };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
|
+
export { meta$3 as activationActionSummary };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
10
|
+
export { meta$4 as triggerCatalog };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
12
|
+
export { meta$5 as automationsService };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
14
|
+
export { meta$6 as customTrigger };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_activations/meta';
|
|
16
|
+
export { meta$7 as activations };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
18
|
+
export { meta$8 as automationsV2 };
|
package/build/meta.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
actionCatalog: () => actionCatalog,
|
|
34
|
+
activationActionLog: () => activationActionLog,
|
|
35
|
+
activationActionSummary: () => activationActionSummary,
|
|
36
|
+
activationLog: () => activationLog,
|
|
37
|
+
activations: () => activations,
|
|
38
|
+
automationsService: () => automationsService,
|
|
39
|
+
automationsV2: () => automationsV2,
|
|
40
|
+
customTrigger: () => customTrigger,
|
|
41
|
+
triggerCatalog: () => triggerCatalog
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(meta_exports);
|
|
44
|
+
var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/meta"));
|
|
45
|
+
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
46
|
+
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
47
|
+
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
48
|
+
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
49
|
+
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
50
|
+
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
51
|
+
var activations = __toESM(require("@wix/auto_sdk_automations_activations/meta"));
|
|
52
|
+
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
actionCatalog,
|
|
56
|
+
activationActionLog,
|
|
57
|
+
activationActionSummary,
|
|
58
|
+
activationLog,
|
|
59
|
+
activations,
|
|
60
|
+
automationsService,
|
|
61
|
+
automationsV2,
|
|
62
|
+
customTrigger,
|
|
63
|
+
triggerCatalog
|
|
64
|
+
});
|
|
65
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';\nexport * as activations from '@wix/auto_sdk_automations_activations/meta';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
package/build/meta.mjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/meta";
|
|
3
|
+
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/meta";
|
|
4
|
+
import * as activationLog from "@wix/auto_sdk_automations_activation-log/meta";
|
|
5
|
+
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/meta";
|
|
6
|
+
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/meta";
|
|
7
|
+
import * as automationsService from "@wix/auto_sdk_automations_automations-service/meta";
|
|
8
|
+
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
9
|
+
import * as activations from "@wix/auto_sdk_automations_activations/meta";
|
|
10
|
+
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/meta";
|
|
11
|
+
export {
|
|
12
|
+
actionCatalog,
|
|
13
|
+
activationActionLog,
|
|
14
|
+
activationActionSummary,
|
|
15
|
+
activationLog,
|
|
16
|
+
activations,
|
|
17
|
+
automationsService,
|
|
18
|
+
automationsV2,
|
|
19
|
+
customTrigger,
|
|
20
|
+
triggerCatalog
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';\nexport * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';\nexport * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';\nexport * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';\nexport * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';\nexport * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';\nexport * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';\nexport * as activations from '@wix/auto_sdk_automations_activations/meta';\nexport * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,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.181",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,24 +11,24 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
18
|
+
"import": "./build/index.mjs",
|
|
19
|
+
"require": "./build/index.js",
|
|
20
|
+
"types": "./build/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
},
|
|
28
28
|
"./service-plugins": {
|
|
29
|
-
"import": "./build/
|
|
30
|
-
"require": "./build/
|
|
31
|
-
"types": "./build/
|
|
29
|
+
"import": "./build/service-plugins.mjs",
|
|
30
|
+
"require": "./build/service-plugins.js",
|
|
31
|
+
"types": "./build/service-plugins.d.mts"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
@@ -37,23 +37,24 @@
|
|
|
37
37
|
"service-plugins"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@wix/auto_sdk_automations_action-catalog": "1.0.
|
|
41
|
-
"@wix/auto_sdk_automations_action-provider": "1.0.
|
|
42
|
-
"@wix/auto_sdk_automations_activation-action-log": "1.0.
|
|
43
|
-
"@wix/auto_sdk_automations_activation-action-summary": "1.0.
|
|
44
|
-
"@wix/auto_sdk_automations_activation-log": "1.0.
|
|
45
|
-
"@wix/auto_sdk_automations_activations": "1.0.
|
|
46
|
-
"@wix/auto_sdk_automations_automations-service": "1.0.
|
|
47
|
-
"@wix/auto_sdk_automations_automations-v-2": "1.0.
|
|
48
|
-
"@wix/auto_sdk_automations_custom-trigger": "1.0.
|
|
49
|
-
"@wix/auto_sdk_automations_trigger-catalog": "1.0.
|
|
50
|
-
"@wix/auto_sdk_automations_trigger-provider": "1.0.
|
|
40
|
+
"@wix/auto_sdk_automations_action-catalog": "1.0.4",
|
|
41
|
+
"@wix/auto_sdk_automations_action-provider": "1.0.18",
|
|
42
|
+
"@wix/auto_sdk_automations_activation-action-log": "1.0.6",
|
|
43
|
+
"@wix/auto_sdk_automations_activation-action-summary": "1.0.2",
|
|
44
|
+
"@wix/auto_sdk_automations_activation-log": "1.0.6",
|
|
45
|
+
"@wix/auto_sdk_automations_activations": "1.0.28",
|
|
46
|
+
"@wix/auto_sdk_automations_automations-service": "1.0.17",
|
|
47
|
+
"@wix/auto_sdk_automations_automations-v-2": "1.0.5",
|
|
48
|
+
"@wix/auto_sdk_automations_custom-trigger": "1.0.8",
|
|
49
|
+
"@wix/auto_sdk_automations_trigger-catalog": "1.0.8",
|
|
50
|
+
"@wix/auto_sdk_automations_trigger-provider": "1.0.12"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
+
"tsup": "^8.4.0",
|
|
53
54
|
"typescript": "^5.3.2"
|
|
54
55
|
},
|
|
55
56
|
"scripts": {
|
|
56
|
-
"build": "
|
|
57
|
+
"build": "tsup",
|
|
57
58
|
"test": ":"
|
|
58
59
|
},
|
|
59
60
|
"wix": {
|
|
@@ -67,5 +68,5 @@
|
|
|
67
68
|
"fqdn": ""
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
|
-
"falconPackageHash": "
|
|
71
|
+
"falconPackageHash": "3879f1c3ac069eef4774283622b04b57e397935e02bb8e98e4b1af1c"
|
|
71
72
|
}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
package/build/cjs/index.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
|
|
27
|
-
const actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog"));
|
|
28
|
-
exports.actionCatalog = actionCatalog;
|
|
29
|
-
const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
30
|
-
exports.activationActionLog = activationActionLog;
|
|
31
|
-
const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
|
|
32
|
-
exports.activationLog = activationLog;
|
|
33
|
-
const activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
34
|
-
exports.activationActionSummary = activationActionSummary;
|
|
35
|
-
const triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
36
|
-
exports.triggerCatalog = triggerCatalog;
|
|
37
|
-
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
38
|
-
exports.automationsService = automationsService;
|
|
39
|
-
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
40
|
-
exports.customTrigger = customTrigger;
|
|
41
|
-
const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
|
|
42
|
-
exports.activations = activations;
|
|
43
|
-
const automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
44
|
-
exports.automationsV2 = automationsV2;
|
|
45
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAWxE,sCAAa;AAVf,qGAAuF;AAWrF,kDAAmB;AAVrB,wFAA0E;AAWxE,sCAAa;AAVf,6GAA+F;AAW7F,0DAAuB;AAVzB,0FAA4E;AAW1E,wCAAc;AAVhB,kGAAoF;AAWlF,gDAAkB;AAVpB,wFAA0E;AAWxE,sCAAa;AAVf,mFAAqE;AAWnE,kCAAW;AAVb,yFAA2E;AAWzE,sCAAa"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
package/build/cjs/meta.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
|
|
27
|
-
exports.actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog/meta"));
|
|
28
|
-
exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
29
|
-
exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
30
|
-
exports.activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
31
|
-
exports.triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
32
|
-
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
33
|
-
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
34
|
-
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
|
35
|
-
exports.automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
36
|
-
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,4GAA4F;AAC5F,+FAA+E;AAC/E,oHAAoG;AACpG,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,gGAAgF"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.triggerProvider = exports.actionProvider = void 0;
|
|
27
|
-
exports.actionProvider = __importStar(require("@wix/auto_sdk_automations_action-provider"));
|
|
28
|
-
exports.triggerProvider = __importStar(require("@wix/auto_sdk_automations_trigger-provider"));
|
|
29
|
-
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,8FAA8E"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
package/build/es/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,uBAAuB,MAAM,qDAAqD,CAAC;AAC/F,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAE3E,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,aAAa,GACd,CAAC"}
|
package/build/es/meta.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
package/build/es/meta.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
10
|
-
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,uBAAuB,MAAM,0DAA0D,CAAC;AACpG,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC"}
|
package/build/es/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,4CAA4C,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
|
|
27
|
-
const actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog"));
|
|
28
|
-
exports.actionCatalog = actionCatalog;
|
|
29
|
-
const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
30
|
-
exports.activationActionLog = activationActionLog;
|
|
31
|
-
const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
|
|
32
|
-
exports.activationLog = activationLog;
|
|
33
|
-
const activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
34
|
-
exports.activationActionSummary = activationActionSummary;
|
|
35
|
-
const triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
36
|
-
exports.triggerCatalog = triggerCatalog;
|
|
37
|
-
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
38
|
-
exports.automationsService = automationsService;
|
|
39
|
-
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
40
|
-
exports.customTrigger = customTrigger;
|
|
41
|
-
const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
|
|
42
|
-
exports.activations = activations;
|
|
43
|
-
const automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
44
|
-
exports.automationsV2 = automationsV2;
|
|
45
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAWxE,sCAAa;AAVf,qGAAuF;AAWrF,kDAAmB;AAVrB,wFAA0E;AAWxE,sCAAa;AAVf,6GAA+F;AAW7F,0DAAuB;AAVzB,0FAA4E;AAW1E,wCAAc;AAVhB,kGAAoF;AAWlF,gDAAkB;AAVpB,wFAA0E;AAWxE,sCAAa;AAVf,mFAAqE;AAWnE,kCAAW;AAVb,yFAA2E;AAWzE,sCAAa"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
|
|
27
|
-
exports.actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog/meta"));
|
|
28
|
-
exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
29
|
-
exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
30
|
-
exports.activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
31
|
-
exports.triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
32
|
-
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
33
|
-
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
34
|
-
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
|
35
|
-
exports.automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
36
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,4GAA4F;AAC5F,+FAA+E;AAC/E,oHAAoG;AACpG,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,gGAAgF"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
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;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.triggerProvider = exports.actionProvider = void 0;
|
|
27
|
-
exports.actionProvider = __importStar(require("@wix/auto_sdk_automations_action-provider"));
|
|
28
|
-
exports.triggerProvider = __importStar(require("@wix/auto_sdk_automations_trigger-provider"));
|
|
29
|
-
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,8FAA8E"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
|
|
2
|
-
import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
|
|
3
|
-
import * as activationLog from '@wix/auto_sdk_automations_activation-log';
|
|
4
|
-
import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
5
|
-
import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
6
|
-
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
7
|
-
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
8
|
-
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
9
|
-
import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
10
|
-
export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,uBAAuB,MAAM,qDAAqD,CAAC;AAC/F,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAE3E,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,aAAa,GACd,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
|
|
2
|
-
export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
3
|
-
export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
|
|
4
|
-
export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
5
|
-
export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
6
|
-
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
7
|
-
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
8
|
-
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
9
|
-
export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
10
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,uBAAuB,MAAM,0DAA0D,CAAC;AACpG,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,4CAA4C,CAAC"}
|