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