@wix/automations 1.0.261 → 1.0.262
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 +12 -10
- 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 +12 -10
- 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 +12 -10
- 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 +12 -10
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +8 -7
package/build/cjs/index.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_a
|
|
|
6
6
|
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
7
|
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
8
|
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_storageItem from '@wix/auto_sdk_automations_storage-item';
|
|
10
|
+
export { auto_sdk_automations_storageItem as storageItem };
|
|
9
11
|
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
12
|
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
13
|
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
@@ -20,6 +22,7 @@ import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
|
20
22
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
23
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_storage-item/meta';
|
|
23
26
|
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
27
|
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
package/build/cjs/index.js
CHANGED
|
@@ -38,6 +38,7 @@ __export(index_exports, {
|
|
|
38
38
|
automationsService: () => automationsService,
|
|
39
39
|
automationsV2: () => automationsV2,
|
|
40
40
|
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
41
42
|
triggerCatalog: () => triggerCatalog
|
|
42
43
|
});
|
|
43
44
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -45,6 +46,7 @@ var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog"))
|
|
|
45
46
|
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
46
47
|
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log"));
|
|
47
48
|
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item"));
|
|
48
50
|
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
49
51
|
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service"));
|
|
50
52
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
@@ -60,6 +62,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2")
|
|
|
60
62
|
automationsService,
|
|
61
63
|
automationsV2,
|
|
62
64
|
customTrigger,
|
|
65
|
+
storageItem,
|
|
63
66
|
triggerCatalog
|
|
64
67
|
});
|
|
65
68
|
//# sourceMappingURL=index.js.map
|
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 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":[]}
|
|
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":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -6,13 +6,15 @@ import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
|
6
6
|
export { meta$2 as activationLog };
|
|
7
7
|
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
8
|
export { meta$3 as activationActionSummary };
|
|
9
|
-
import * as meta$4 from '@wix/
|
|
10
|
-
export { meta$4 as
|
|
11
|
-
import * as meta$5 from '@wix/
|
|
12
|
-
export { meta$5 as
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_storage-item/meta';
|
|
10
|
+
export { meta$4 as storageItem };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
12
|
+
export { meta$5 as triggerCatalog };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
14
|
+
export { meta$6 as automationsService };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
16
|
+
export { meta$7 as customTrigger };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
18
|
+
export { meta$8 as activations };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
|
+
export { meta$9 as automationsV2 };
|
package/build/cjs/meta.js
CHANGED
|
@@ -38,6 +38,7 @@ __export(meta_exports, {
|
|
|
38
38
|
automationsService: () => automationsService,
|
|
39
39
|
automationsV2: () => automationsV2,
|
|
40
40
|
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
41
42
|
triggerCatalog: () => triggerCatalog
|
|
42
43
|
});
|
|
43
44
|
module.exports = __toCommonJS(meta_exports);
|
|
@@ -45,6 +46,7 @@ var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/me
|
|
|
45
46
|
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
46
47
|
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
47
48
|
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item/meta"));
|
|
48
50
|
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
49
51
|
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
50
52
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
@@ -60,6 +62,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/m
|
|
|
60
62
|
automationsService,
|
|
61
63
|
automationsV2,
|
|
62
64
|
customTrigger,
|
|
65
|
+
storageItem,
|
|
63
66
|
triggerCatalog
|
|
64
67
|
});
|
|
65
68
|
//# sourceMappingURL=meta.js.map
|
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 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
|
+
{"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":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -6,6 +6,8 @@ import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_a
|
|
|
6
6
|
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
7
|
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
8
|
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_storageItem from '@wix/auto_sdk_automations_storage-item';
|
|
10
|
+
export { auto_sdk_automations_storageItem as storageItem };
|
|
9
11
|
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
12
|
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
13
|
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
@@ -20,6 +22,7 @@ import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
|
20
22
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
23
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_storage-item/meta';
|
|
23
26
|
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
27
|
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
package/build/es/index.mjs
CHANGED
|
@@ -3,6 +3,7 @@ import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog";
|
|
|
3
3
|
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log";
|
|
4
4
|
import * as activationLog from "@wix/auto_sdk_automations_activation-log";
|
|
5
5
|
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item";
|
|
6
7
|
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog";
|
|
7
8
|
import * as automationsService from "@wix/auto_sdk_automations_automations-service";
|
|
8
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
@@ -17,6 +18,7 @@ export {
|
|
|
17
18
|
automationsService,
|
|
18
19
|
automationsV2,
|
|
19
20
|
customTrigger,
|
|
21
|
+
storageItem,
|
|
20
22
|
triggerCatalog
|
|
21
23
|
};
|
|
22
24
|
//# sourceMappingURL=index.mjs.map
|
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 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":[]}
|
|
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":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -6,13 +6,15 @@ import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
|
6
6
|
export { meta$2 as activationLog };
|
|
7
7
|
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
8
|
export { meta$3 as activationActionSummary };
|
|
9
|
-
import * as meta$4 from '@wix/
|
|
10
|
-
export { meta$4 as
|
|
11
|
-
import * as meta$5 from '@wix/
|
|
12
|
-
export { meta$5 as
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_storage-item/meta';
|
|
10
|
+
export { meta$4 as storageItem };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
12
|
+
export { meta$5 as triggerCatalog };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
14
|
+
export { meta$6 as automationsService };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
16
|
+
export { meta$7 as customTrigger };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
18
|
+
export { meta$8 as activations };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
|
+
export { meta$9 as automationsV2 };
|
package/build/es/meta.mjs
CHANGED
|
@@ -3,6 +3,7 @@ import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/meta";
|
|
|
3
3
|
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/meta";
|
|
4
4
|
import * as activationLog from "@wix/auto_sdk_automations_activation-log/meta";
|
|
5
5
|
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/meta";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item/meta";
|
|
6
7
|
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/meta";
|
|
7
8
|
import * as automationsService from "@wix/auto_sdk_automations_automations-service/meta";
|
|
8
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
@@ -17,6 +18,7 @@ export {
|
|
|
17
18
|
automationsService,
|
|
18
19
|
automationsV2,
|
|
19
20
|
customTrigger,
|
|
21
|
+
storageItem,
|
|
20
22
|
triggerCatalog
|
|
21
23
|
};
|
|
22
24
|
//# sourceMappingURL=meta.mjs.map
|
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 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":[]}
|
|
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":[]}
|
|
@@ -6,6 +6,8 @@ import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_a
|
|
|
6
6
|
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
7
|
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
8
|
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_storageItem from '@wix/auto_sdk_automations_storage-item';
|
|
10
|
+
export { auto_sdk_automations_storageItem as storageItem };
|
|
9
11
|
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
12
|
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
13
|
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
@@ -20,6 +22,7 @@ import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
|
20
22
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
23
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_storage-item/meta';
|
|
23
26
|
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
27
|
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
@@ -38,6 +38,7 @@ __export(index_exports, {
|
|
|
38
38
|
automationsService: () => automationsService,
|
|
39
39
|
automationsV2: () => automationsV2,
|
|
40
40
|
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
41
42
|
triggerCatalog: () => triggerCatalog
|
|
42
43
|
});
|
|
43
44
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -45,6 +46,7 @@ var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog"))
|
|
|
45
46
|
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log"));
|
|
46
47
|
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log"));
|
|
47
48
|
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item"));
|
|
48
50
|
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog"));
|
|
49
51
|
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service"));
|
|
50
52
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
@@ -60,6 +62,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2")
|
|
|
60
62
|
automationsService,
|
|
61
63
|
automationsV2,
|
|
62
64
|
customTrigger,
|
|
65
|
+
storageItem,
|
|
63
66
|
triggerCatalog
|
|
64
67
|
});
|
|
65
68
|
//# sourceMappingURL=index.js.map
|
|
@@ -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 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":[]}
|
|
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":[]}
|
|
@@ -6,13 +6,15 @@ import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
|
6
6
|
export { meta$2 as activationLog };
|
|
7
7
|
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
8
|
export { meta$3 as activationActionSummary };
|
|
9
|
-
import * as meta$4 from '@wix/
|
|
10
|
-
export { meta$4 as
|
|
11
|
-
import * as meta$5 from '@wix/
|
|
12
|
-
export { meta$5 as
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_storage-item/meta';
|
|
10
|
+
export { meta$4 as storageItem };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
12
|
+
export { meta$5 as triggerCatalog };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
14
|
+
export { meta$6 as automationsService };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
16
|
+
export { meta$7 as customTrigger };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
18
|
+
export { meta$8 as activations };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
|
+
export { meta$9 as automationsV2 };
|
|
@@ -38,6 +38,7 @@ __export(meta_exports, {
|
|
|
38
38
|
automationsService: () => automationsService,
|
|
39
39
|
automationsV2: () => automationsV2,
|
|
40
40
|
customTrigger: () => customTrigger,
|
|
41
|
+
storageItem: () => storageItem,
|
|
41
42
|
triggerCatalog: () => triggerCatalog
|
|
42
43
|
});
|
|
43
44
|
module.exports = __toCommonJS(meta_exports);
|
|
@@ -45,6 +46,7 @@ var actionCatalog = __toESM(require("@wix/auto_sdk_automations_action-catalog/me
|
|
|
45
46
|
var activationActionLog = __toESM(require("@wix/auto_sdk_automations_activation-action-log/meta"));
|
|
46
47
|
var activationLog = __toESM(require("@wix/auto_sdk_automations_activation-log/meta"));
|
|
47
48
|
var activationActionSummary = __toESM(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
|
|
49
|
+
var storageItem = __toESM(require("@wix/auto_sdk_automations_storage-item/meta"));
|
|
48
50
|
var triggerCatalog = __toESM(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
|
|
49
51
|
var automationsService = __toESM(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
50
52
|
var customTrigger = __toESM(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
@@ -60,6 +62,7 @@ var automationsV2 = __toESM(require("@wix/auto_sdk_automations_automations-v-2/m
|
|
|
60
62
|
automationsService,
|
|
61
63
|
automationsV2,
|
|
62
64
|
customTrigger,
|
|
65
|
+
storageItem,
|
|
63
66
|
triggerCatalog
|
|
64
67
|
});
|
|
65
68
|
//# sourceMappingURL=meta.js.map
|
|
@@ -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 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
|
+
{"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":[]}
|
|
@@ -6,6 +6,8 @@ import * as auto_sdk_automations_activationLog from '@wix/auto_sdk_automations_a
|
|
|
6
6
|
export { auto_sdk_automations_activationLog as activationLog };
|
|
7
7
|
import * as auto_sdk_automations_activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
|
|
8
8
|
export { auto_sdk_automations_activationActionSummary as activationActionSummary };
|
|
9
|
+
import * as auto_sdk_automations_storageItem from '@wix/auto_sdk_automations_storage-item';
|
|
10
|
+
export { auto_sdk_automations_storageItem as storageItem };
|
|
9
11
|
import * as auto_sdk_automations_triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
|
|
10
12
|
export { auto_sdk_automations_triggerCatalog as triggerCatalog };
|
|
11
13
|
import * as auto_sdk_automations_automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
@@ -20,6 +22,7 @@ import '@wix/auto_sdk_automations_action-catalog/meta';
|
|
|
20
22
|
import '@wix/auto_sdk_automations_activation-action-log/meta';
|
|
21
23
|
import '@wix/auto_sdk_automations_activation-log/meta';
|
|
22
24
|
import '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
25
|
+
import '@wix/auto_sdk_automations_storage-item/meta';
|
|
23
26
|
import '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
24
27
|
import '@wix/auto_sdk_automations_automations-service/meta';
|
|
25
28
|
import '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
@@ -3,6 +3,7 @@ import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog";
|
|
|
3
3
|
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log";
|
|
4
4
|
import * as activationLog from "@wix/auto_sdk_automations_activation-log";
|
|
5
5
|
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item";
|
|
6
7
|
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog";
|
|
7
8
|
import * as automationsService from "@wix/auto_sdk_automations_automations-service";
|
|
8
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger";
|
|
@@ -17,6 +18,7 @@ export {
|
|
|
17
18
|
automationsService,
|
|
18
19
|
automationsV2,
|
|
19
20
|
customTrigger,
|
|
21
|
+
storageItem,
|
|
20
22
|
triggerCatalog
|
|
21
23
|
};
|
|
22
24
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -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 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":[]}
|
|
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":[]}
|
|
@@ -6,13 +6,15 @@ import * as meta$2 from '@wix/auto_sdk_automations_activation-log/meta';
|
|
|
6
6
|
export { meta$2 as activationLog };
|
|
7
7
|
import * as meta$3 from '@wix/auto_sdk_automations_activation-action-summary/meta';
|
|
8
8
|
export { meta$3 as activationActionSummary };
|
|
9
|
-
import * as meta$4 from '@wix/
|
|
10
|
-
export { meta$4 as
|
|
11
|
-
import * as meta$5 from '@wix/
|
|
12
|
-
export { meta$5 as
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_automations_storage-item/meta';
|
|
10
|
+
export { meta$4 as storageItem };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_automations_trigger-catalog/meta';
|
|
12
|
+
export { meta$5 as triggerCatalog };
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_automations_automations-service/meta';
|
|
14
|
+
export { meta$6 as automationsService };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
16
|
+
export { meta$7 as customTrigger };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_automations_activations/meta';
|
|
18
|
+
export { meta$8 as activations };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_automations_automations-v-2/meta';
|
|
20
|
+
export { meta$9 as automationsV2 };
|
|
@@ -3,6 +3,7 @@ import * as actionCatalog from "@wix/auto_sdk_automations_action-catalog/meta";
|
|
|
3
3
|
import * as activationActionLog from "@wix/auto_sdk_automations_activation-action-log/meta";
|
|
4
4
|
import * as activationLog from "@wix/auto_sdk_automations_activation-log/meta";
|
|
5
5
|
import * as activationActionSummary from "@wix/auto_sdk_automations_activation-action-summary/meta";
|
|
6
|
+
import * as storageItem from "@wix/auto_sdk_automations_storage-item/meta";
|
|
6
7
|
import * as triggerCatalog from "@wix/auto_sdk_automations_trigger-catalog/meta";
|
|
7
8
|
import * as automationsService from "@wix/auto_sdk_automations_automations-service/meta";
|
|
8
9
|
import * as customTrigger from "@wix/auto_sdk_automations_custom-trigger/meta";
|
|
@@ -17,6 +18,7 @@ export {
|
|
|
17
18
|
automationsService,
|
|
18
19
|
automationsV2,
|
|
19
20
|
customTrigger,
|
|
21
|
+
storageItem,
|
|
20
22
|
triggerCatalog
|
|
21
23
|
};
|
|
22
24
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -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 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":[]}
|
|
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":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.262",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -42,13 +42,14 @@
|
|
|
42
42
|
"@wix/auto_sdk_automations_action-provider": "1.0.29",
|
|
43
43
|
"@wix/auto_sdk_automations_activation-action-log": "1.0.19",
|
|
44
44
|
"@wix/auto_sdk_automations_activation-action-summary": "1.0.10",
|
|
45
|
-
"@wix/auto_sdk_automations_activation-log": "1.0.
|
|
46
|
-
"@wix/auto_sdk_automations_activations": "1.0.
|
|
45
|
+
"@wix/auto_sdk_automations_activation-log": "1.0.22",
|
|
46
|
+
"@wix/auto_sdk_automations_activations": "1.0.56",
|
|
47
47
|
"@wix/auto_sdk_automations_automations-service": "1.0.35",
|
|
48
|
-
"@wix/auto_sdk_automations_automations-v-2": "1.0.
|
|
48
|
+
"@wix/auto_sdk_automations_automations-v-2": "1.0.47",
|
|
49
49
|
"@wix/auto_sdk_automations_custom-trigger": "1.0.15",
|
|
50
|
-
"@wix/
|
|
51
|
-
"@wix/auto_sdk_automations_trigger-
|
|
50
|
+
"@wix/auto_sdk_automations_storage-item": "1.0.0",
|
|
51
|
+
"@wix/auto_sdk_automations_trigger-catalog": "1.0.27",
|
|
52
|
+
"@wix/auto_sdk_automations_trigger-provider": "1.0.33"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"tsup": "^8.4.0",
|
|
@@ -69,5 +70,5 @@
|
|
|
69
70
|
"fqdn": ""
|
|
70
71
|
}
|
|
71
72
|
},
|
|
72
|
-
"falconPackageHash": "
|
|
73
|
+
"falconPackageHash": "59ac4e97e958c4912ce64370fdf83acfcba5e98a542b5af64661e6dd"
|
|
73
74
|
}
|