@wix/automations 1.0.436 → 1.0.438
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 +3 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -0
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -0
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -0
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +5 -4
package/build/cjs/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_act
|
|
|
18
18
|
export { auto_sdk_automations_activations as activations };
|
|
19
19
|
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
20
20
|
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
21
|
+
import * as auto_sdk_automations_automationTemplates from '@wix/auto_sdk_automations_automation-templates';
|
|
22
|
+
export { auto_sdk_automations_automationTemplates as automationTemplates };
|
|
21
23
|
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
23
25
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
@@ -28,6 +30,7 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
30
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
31
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
32
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
33
|
+
import '@wix/auto_sdk_automations_automation-templates/meta';
|
|
31
34
|
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
35
|
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
36
|
import '@wix/auto_sdk_automations_activation-log/schemas';
|
package/build/cjs/index.js
CHANGED
|
@@ -35,6 +35,7 @@ __export(index_exports, {
|
|
|
35
35
|
activationActionSummary: () => activationActionSummary,
|
|
36
36
|
activationLog: () => activationLog,
|
|
37
37
|
activations: () => activations,
|
|
38
|
+
automationTemplates: () => automationTemplates,
|
|
38
39
|
automationsService: () => automationsService,
|
|
39
40
|
automationsV2: () => automationsV2,
|
|
40
41
|
customTrigger: () => customTrigger,
|
|
@@ -52,6 +53,7 @@ var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-
|
|
|
52
53
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
53
54
|
var activations = __toESM(require("@wix/auto_sdk_automations_activations"));
|
|
54
55
|
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
56
|
+
var automationTemplates = __toESM(require("@wix/auto_sdk_automations_automation-templates"));
|
|
55
57
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
58
|
0 && (module.exports = {
|
|
57
59
|
actionCatalog,
|
|
@@ -59,6 +61,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2")
|
|
|
59
61
|
activationActionSummary,
|
|
60
62
|
activationLog,
|
|
61
63
|
activations,
|
|
64
|
+
automationTemplates,
|
|
62
65
|
automationsService,
|
|
63
66
|
automationsV2,
|
|
64
67
|
customTrigger,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item';\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 storageItem,\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;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item';\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';\nimport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n storageItem,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n automationTemplates,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;AAC/B,0BAAqC;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -18,3 +18,5 @@ import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
|
18
18
|
export { meta$8 as activations };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
20
|
export { meta$9 as automationsV2 };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_automations_automation-templates/meta';
|
|
22
|
+
export { meta$a as automationTemplates };
|
package/build/cjs/meta.js
CHANGED
|
@@ -35,6 +35,7 @@ __export(meta_exports, {
|
|
|
35
35
|
activationActionSummary: () => activationActionSummary,
|
|
36
36
|
activationLog: () => activationLog,
|
|
37
37
|
activations: () => activations,
|
|
38
|
+
automationTemplates: () => automationTemplates,
|
|
38
39
|
automationsService: () => automationsService,
|
|
39
40
|
automationsV2: () => automationsV2,
|
|
40
41
|
customTrigger: () => customTrigger,
|
|
@@ -52,6 +53,7 @@ var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-
|
|
|
52
53
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
53
54
|
var activations = __toESM(require("@wix/auto_sdk_automations_activations/meta"));
|
|
54
55
|
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
56
|
+
var automationTemplates = __toESM(require("@wix/auto_sdk_automations_automation-templates/meta"));
|
|
55
57
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
58
|
0 && (module.exports = {
|
|
57
59
|
actionCatalog,
|
|
@@ -59,6 +61,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/m
|
|
|
59
61
|
activationActionSummary,
|
|
60
62
|
activationLog,
|
|
61
63
|
activations,
|
|
64
|
+
automationTemplates,
|
|
62
65
|
automationsService,
|
|
63
66
|
automationsV2,
|
|
64
67
|
customTrigger,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item/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;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item/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';\nexport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;AAC/B,0BAAqC;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -18,6 +18,8 @@ import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_act
|
|
|
18
18
|
export { auto_sdk_automations_activations as activations };
|
|
19
19
|
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
20
20
|
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
21
|
+
import * as auto_sdk_automations_automationTemplates from '@wix/auto_sdk_automations_automation-templates';
|
|
22
|
+
export { auto_sdk_automations_automationTemplates as automationTemplates };
|
|
21
23
|
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
23
25
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
@@ -28,6 +30,7 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
30
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
31
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
32
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
33
|
+
import '@wix/auto_sdk_automations_automation-templates/meta';
|
|
31
34
|
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
35
|
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
36
|
import '@wix/auto_sdk_automations_activation-log/schemas';
|
package/build/es/index.mjs
CHANGED
|
@@ -9,12 +9,14 @@ import * as automationsService from "@wix/auto_sdk_automations_automations-servi
|
|
|
9
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
10
10
|
import * as activations from "@wix/auto_sdk_automations_activations";
|
|
11
11
|
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2";
|
|
12
|
+
import * as automationTemplates from "@wix/auto_sdk_automations_automation-templates";
|
|
12
13
|
export {
|
|
13
14
|
actionCatalog,
|
|
14
15
|
activationActionLog,
|
|
15
16
|
activationActionSummary,
|
|
16
17
|
activationLog,
|
|
17
18
|
activations,
|
|
19
|
+
automationTemplates,
|
|
18
20
|
automationsService,
|
|
19
21
|
automationsV2,
|
|
20
22
|
customTrigger,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item';\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 storageItem,\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,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item';\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';\nimport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n storageItem,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n automationTemplates,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -18,3 +18,5 @@ import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
|
18
18
|
export { meta$8 as activations };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
20
|
export { meta$9 as automationsV2 };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_automations_automation-templates/meta';
|
|
22
|
+
export { meta$a as automationTemplates };
|
package/build/es/meta.mjs
CHANGED
|
@@ -9,12 +9,14 @@ import * as automationsService from "@wix/auto_sdk_automations_automations-servi
|
|
|
9
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
10
10
|
import * as activations from "@wix/auto_sdk_automations_activations/meta";
|
|
11
11
|
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/meta";
|
|
12
|
+
import * as automationTemplates from "@wix/auto_sdk_automations_automation-templates/meta";
|
|
12
13
|
export {
|
|
13
14
|
actionCatalog,
|
|
14
15
|
activationActionLog,
|
|
15
16
|
activationActionSummary,
|
|
16
17
|
activationLog,
|
|
17
18
|
activations,
|
|
19
|
+
automationTemplates,
|
|
18
20
|
automationsService,
|
|
19
21
|
automationsV2,
|
|
20
22
|
customTrigger,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item/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,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item/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';\nexport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;","names":[]}
|
|
@@ -18,6 +18,8 @@ import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_act
|
|
|
18
18
|
export { auto_sdk_automations_activations as activations };
|
|
19
19
|
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
20
20
|
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
21
|
+
import * as auto_sdk_automations_automationTemplates from '@wix/auto_sdk_automations_automation-templates';
|
|
22
|
+
export { auto_sdk_automations_automationTemplates as automationTemplates };
|
|
21
23
|
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
23
25
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
@@ -28,6 +30,7 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
30
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
31
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
32
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
33
|
+
import '@wix/auto_sdk_automations_automation-templates/meta';
|
|
31
34
|
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
35
|
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
36
|
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
@@ -35,6 +35,7 @@ __export(index_exports, {
|
|
|
35
35
|
activationActionSummary: () => activationActionSummary,
|
|
36
36
|
activationLog: () => activationLog,
|
|
37
37
|
activations: () => activations,
|
|
38
|
+
automationTemplates: () => automationTemplates,
|
|
38
39
|
automationsService: () => automationsService,
|
|
39
40
|
automationsV2: () => automationsV2,
|
|
40
41
|
customTrigger: () => customTrigger,
|
|
@@ -52,6 +53,7 @@ var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-
|
|
|
52
53
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
53
54
|
var activations = __toESM(require("@wix/auto_sdk_automations_activations"));
|
|
54
55
|
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2"));
|
|
56
|
+
var automationTemplates = __toESM(require("@wix/auto_sdk_automations_automation-templates"));
|
|
55
57
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
58
|
0 && (module.exports = {
|
|
57
59
|
actionCatalog,
|
|
@@ -59,6 +61,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2")
|
|
|
59
61
|
activationActionSummary,
|
|
60
62
|
activationLog,
|
|
61
63
|
activations,
|
|
64
|
+
automationTemplates,
|
|
62
65
|
automationsService,
|
|
63
66
|
automationsV2,
|
|
64
67
|
customTrigger,
|
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item';\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 storageItem,\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;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item';\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';\nimport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n storageItem,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n automationTemplates,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;AAC/B,0BAAqC;","names":[]}
|
|
@@ -18,3 +18,5 @@ import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
|
18
18
|
export { meta$8 as activations };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
20
|
export { meta$9 as automationsV2 };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_automations_automation-templates/meta';
|
|
22
|
+
export { meta$a as automationTemplates };
|
|
@@ -35,6 +35,7 @@ __export(meta_exports, {
|
|
|
35
35
|
activationActionSummary: () => activationActionSummary,
|
|
36
36
|
activationLog: () => activationLog,
|
|
37
37
|
activations: () => activations,
|
|
38
|
+
automationTemplates: () => automationTemplates,
|
|
38
39
|
automationsService: () => automationsService,
|
|
39
40
|
automationsV2: () => automationsV2,
|
|
40
41
|
customTrigger: () => customTrigger,
|
|
@@ -52,6 +53,7 @@ var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-
|
|
|
52
53
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
53
54
|
var activations = __toESM(require("@wix/auto_sdk_automations_activations/meta"));
|
|
54
55
|
var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/meta"));
|
|
56
|
+
var automationTemplates = __toESM(require("@wix/auto_sdk_automations_automation-templates/meta"));
|
|
55
57
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
58
|
0 && (module.exports = {
|
|
57
59
|
actionCatalog,
|
|
@@ -59,6 +61,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/m
|
|
|
59
61
|
activationActionSummary,
|
|
60
62
|
activationLog,
|
|
61
63
|
activations,
|
|
64
|
+
automationTemplates,
|
|
62
65
|
automationsService,
|
|
63
66
|
automationsV2,
|
|
64
67
|
customTrigger,
|
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item/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;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item/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';\nexport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,0BAAqC;AACrC,oBAA+B;AAC/B,8BAAyC;AACzC,kBAA6B;AAC7B,qBAAgC;AAChC,yBAAoC;AACpC,oBAA+B;AAC/B,kBAA6B;AAC7B,oBAA+B;AAC/B,0BAAqC;","names":[]}
|
|
@@ -18,6 +18,8 @@ import * as auto_sdk_automations_activations from '@wix/auto_sdk_automations_act
|
|
|
18
18
|
export { auto_sdk_automations_activations as activations };
|
|
19
19
|
import * as auto_sdk_automations_automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
|
|
20
20
|
export { auto_sdk_automations_automationsV2 as automationsV2 };
|
|
21
|
+
import * as auto_sdk_automations_automationTemplates from '@wix/auto_sdk_automations_automation-templates';
|
|
22
|
+
export { auto_sdk_automations_automationTemplates as automationTemplates };
|
|
21
23
|
import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
23
25
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
@@ -28,6 +30,7 @@ import '@wix/auto_sdk_automations_automations-service/meta';
|
|
|
28
30
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
29
31
|
import '@wix/auto_sdk_automations_activations/meta';
|
|
30
32
|
import '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
33
|
+
import '@wix/auto_sdk_automations_automation-templates/meta';
|
|
31
34
|
import '@wix/auto_sdk_automations_action-catalog/schemas';
|
|
32
35
|
import '@wix/auto_sdk_automations_activation-action-log/schemas';
|
|
33
36
|
import '@wix/auto_sdk_automations_activation-log/schemas';
|
|
@@ -9,12 +9,14 @@ import * as automationsService from "@wix/auto_sdk_automations_automations-servi
|
|
|
9
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
10
10
|
import * as activations from "@wix/auto_sdk_automations_activations";
|
|
11
11
|
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2";
|
|
12
|
+
import * as automationTemplates from "@wix/auto_sdk_automations_automation-templates";
|
|
12
13
|
export {
|
|
13
14
|
actionCatalog,
|
|
14
15
|
activationActionLog,
|
|
15
16
|
activationActionSummary,
|
|
16
17
|
activationLog,
|
|
17
18
|
activations,
|
|
19
|
+
automationTemplates,
|
|
18
20
|
automationsService,
|
|
19
21
|
automationsV2,
|
|
20
22
|
customTrigger,
|
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item';\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 storageItem,\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,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item';\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';\nimport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates';\n\nexport {\n actionCatalog,\n activationActionLog,\n activationLog,\n activationActionSummary,\n storageItem,\n triggerCatalog,\n automationsService,\n customTrigger,\n activations,\n automationsV2,\n automationTemplates,\n};\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;","names":[]}
|
|
@@ -18,3 +18,5 @@ import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
|
18
18
|
export { meta$8 as activations };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
20
|
export { meta$9 as automationsV2 };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_automations_automation-templates/meta';
|
|
22
|
+
export { meta$a as automationTemplates };
|
|
@@ -9,12 +9,14 @@ import * as automationsService from "@wix/auto_sdk_automations_automations-servi
|
|
|
9
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
10
10
|
import * as activations from "@wix/auto_sdk_automations_activations/meta";
|
|
11
11
|
import * as automationsV2 from "@wix/auto_sdk_automations_automations-v-2/meta";
|
|
12
|
+
import * as automationTemplates from "@wix/auto_sdk_automations_automation-templates/meta";
|
|
12
13
|
export {
|
|
13
14
|
actionCatalog,
|
|
14
15
|
activationActionLog,
|
|
15
16
|
activationActionSummary,
|
|
16
17
|
activationLog,
|
|
17
18
|
activations,
|
|
19
|
+
automationTemplates,
|
|
18
20
|
automationsService,
|
|
19
21
|
automationsV2,
|
|
20
22
|
customTrigger,
|
|
@@ -1 +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 storageItem from '@wix/auto_sdk_automations_storage-item/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,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;","names":[]}
|
|
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 storageItem from '@wix/auto_sdk_automations_storage-item/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';\nexport * as automationTemplates from '@wix/auto_sdk_automations_automation-templates/meta';\n"],"mappings":";AAAA,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,mBAAmB;AAC/B,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,oBAAoB;AAChC,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.438",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -44,12 +44,13 @@
|
|
|
44
44
|
"schemas"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@wix/auto_sdk_automations_action-catalog": "1.0.
|
|
47
|
+
"@wix/auto_sdk_automations_action-catalog": "1.0.52",
|
|
48
48
|
"@wix/auto_sdk_automations_action-provider": "1.0.56",
|
|
49
49
|
"@wix/auto_sdk_automations_activation-action-log": "1.0.32",
|
|
50
50
|
"@wix/auto_sdk_automations_activation-action-summary": "1.0.21",
|
|
51
|
-
"@wix/auto_sdk_automations_activation-log": "1.0.
|
|
51
|
+
"@wix/auto_sdk_automations_activation-log": "1.0.53",
|
|
52
52
|
"@wix/auto_sdk_automations_activations": "1.0.129",
|
|
53
|
+
"@wix/auto_sdk_automations_automation-templates": "1.0.2",
|
|
53
54
|
"@wix/auto_sdk_automations_automations-service": "1.0.63",
|
|
54
55
|
"@wix/auto_sdk_automations_automations-v-2": "1.0.130",
|
|
55
56
|
"@wix/auto_sdk_automations_custom-trigger": "1.0.29",
|
|
@@ -76,5 +77,5 @@
|
|
|
76
77
|
"fqdn": ""
|
|
77
78
|
}
|
|
78
79
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "3e3fd7c78ade13064ec181447f948529499e4d12c762afea90c3449f"
|
|
80
81
|
}
|