@wix/automations 1.0.110 → 1.0.112

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +4 -4
  2. package/build/cjs/index.js +4 -4
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/meta.d.ts +4 -4
  5. package/build/cjs/meta.js +4 -4
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/cjs/service-plugins.d.ts +2 -2
  8. package/build/cjs/service-plugins.js +2 -2
  9. package/build/cjs/service-plugins.js.map +1 -1
  10. package/build/es/index.d.ts +4 -4
  11. package/build/es/index.js +4 -4
  12. package/build/es/index.js.map +1 -1
  13. package/build/es/meta.d.ts +4 -4
  14. package/build/es/meta.js +4 -4
  15. package/build/es/meta.js.map +1 -1
  16. package/build/es/service-plugins.d.ts +2 -2
  17. package/build/es/service-plugins.js +2 -2
  18. package/build/es/service-plugins.js.map +1 -1
  19. package/build/internal/cjs/index.d.ts +5 -0
  20. package/build/internal/cjs/index.js +35 -0
  21. package/build/internal/cjs/index.js.map +1 -0
  22. package/build/internal/cjs/meta.d.ts +4 -0
  23. package/build/internal/cjs/meta.js +31 -0
  24. package/build/internal/cjs/meta.js.map +1 -0
  25. package/build/internal/cjs/service-plugins.d.ts +2 -0
  26. package/build/internal/cjs/service-plugins.js +29 -0
  27. package/build/internal/cjs/service-plugins.js.map +1 -0
  28. package/build/internal/es/index.d.ts +5 -0
  29. package/build/internal/es/index.js +6 -0
  30. package/build/internal/es/index.js.map +1 -0
  31. package/build/internal/es/meta.d.ts +4 -0
  32. package/build/internal/es/meta.js +5 -0
  33. package/build/internal/es/meta.js.map +1 -0
  34. package/build/internal/es/service-plugins.d.ts +2 -0
  35. package/build/internal/es/service-plugins.js +3 -0
  36. package/build/internal/es/service-plugins.js.map +1 -0
  37. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
- import * as automationsService from '@wix/automations_automations-service';
2
- import * as automations from '@wix/automations_automations';
3
- import * as activations from '@wix/automations_activations';
4
- import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
5
  export { automationsService, automations, activations, automationsServiceV2 };
@@ -24,12 +24,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
27
- const automationsService = __importStar(require("@wix/automations_automations-service"));
27
+ const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
28
28
  exports.automationsService = automationsService;
29
- const automations = __importStar(require("@wix/automations_automations"));
29
+ const automations = __importStar(require("@wix/auto_sdk_automations_automations"));
30
30
  exports.automations = automations;
31
- const activations = __importStar(require("@wix/automations_activations"));
31
+ const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
32
32
  exports.activations = activations;
33
- const automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2"));
33
+ const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
34
34
  exports.automationsServiceV2 = automationsServiceV2;
35
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAA2E;AAKlE,gDAAkB;AAJ3B,0EAA4D;AAI/B,kCAAW;AAHxC,0EAA4D;AAGlB,kCAAW;AAFrD,+FAAiF;AAE1B,oDAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,mFAAqE;AAIxC,kCAAW;AAHxC,mFAAqE;AAG3B,kCAAW;AAFrD,wGAA0F;AAEnC,oDAAoB"}
@@ -1,4 +1,4 @@
1
- export * as automationsService from '@wix/automations_automations-service/meta';
2
- export * as automations from '@wix/automations_automations/meta';
3
- export * as activations from '@wix/automations_activations/meta';
4
- export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
package/build/cjs/meta.js CHANGED
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
27
- exports.automationsService = __importStar(require("@wix/automations_automations-service/meta"));
28
- exports.automations = __importStar(require("@wix/automations_automations/meta"));
29
- exports.activations = __importStar(require("@wix/automations_activations/meta"));
30
- exports.automationsServiceV2 = __importStar(require("@wix/automations_automations-service-v-2/meta"));
27
+ exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
28
+ exports.automations = __importStar(require("@wix/auto_sdk_automations_automations/meta"));
29
+ exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
30
+ exports.automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2/meta"));
31
31
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAgF;AAChF,iFAAiE;AACjE,iFAAiE;AACjE,sGAAsF"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,0FAA0E;AAC1E,0FAA0E;AAC1E,+GAA+F"}
@@ -1,2 +1,2 @@
1
- export * as actionProvider from '@wix/automations_action-provider';
2
- export * as triggersProvider from '@wix/automations_triggers-provider';
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
@@ -24,6 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.triggersProvider = exports.actionProvider = void 0;
27
- exports.actionProvider = __importStar(require("@wix/automations_action-provider"));
28
- exports.triggersProvider = __importStar(require("@wix/automations_triggers-provider"));
27
+ exports.actionProvider = __importStar(require("@wix/auto_sdk_automations_action-provider"));
28
+ exports.triggersProvider = __importStar(require("@wix/auto_sdk_automations_triggers-provider"));
29
29
  //# sourceMappingURL=service-plugins.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,uFAAuE"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,gGAAgF"}
@@ -1,5 +1,5 @@
1
- import * as automationsService from '@wix/automations_automations-service';
2
- import * as automations from '@wix/automations_automations';
3
- import * as activations from '@wix/automations_activations';
4
- import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
5
  export { automationsService, automations, activations, automationsServiceV2 };
package/build/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import * as automationsService from '@wix/automations_automations-service';
2
- import * as automations from '@wix/automations_automations';
3
- import * as activations from '@wix/automations_activations';
4
- import * as automationsServiceV2 from '@wix/automations_automations-service-v-2';
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
5
  export { automationsService, automations, activations, automationsServiceV2 };
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,sCAAsC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AAEjF,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- export * as automationsService from '@wix/automations_automations-service/meta';
2
- export * as automations from '@wix/automations_automations/meta';
3
- export * as activations from '@wix/automations_activations/meta';
4
- export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
package/build/es/meta.js CHANGED
@@ -1,5 +1,5 @@
1
- export * as automationsService from '@wix/automations_automations-service/meta';
2
- export * as automations from '@wix/automations_automations/meta';
3
- export * as activations from '@wix/automations_activations/meta';
4
- export * as automationsServiceV2 from '@wix/automations_automations-service-v-2/meta';
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
5
5
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,2CAA2C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACjE,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
@@ -1,2 +1,2 @@
1
- export * as actionProvider from '@wix/automations_action-provider';
2
- export * as triggersProvider from '@wix/automations_triggers-provider';
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
@@ -1,3 +1,3 @@
1
- export * as actionProvider from '@wix/automations_action-provider';
2
- export * as triggersProvider from '@wix/automations_triggers-provider';
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
3
3
  //# sourceMappingURL=service-plugins.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,kCAAkC,CAAC;AACnE,OAAO,KAAK,gBAAgB,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,gBAAgB,MAAM,6CAA6C,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
+ export { automationsService, automations, activations, automationsServiceV2 };
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
27
+ const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
28
+ exports.automationsService = automationsService;
29
+ const automations = __importStar(require("@wix/auto_sdk_automations_automations"));
30
+ exports.automations = automations;
31
+ const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
32
+ exports.activations = activations;
33
+ const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
34
+ exports.automationsServiceV2 = automationsServiceV2;
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,mFAAqE;AAIxC,kCAAW;AAHxC,mFAAqE;AAG3B,kCAAW;AAFrD,wGAA0F;AAEnC,oDAAoB"}
@@ -0,0 +1,4 @@
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.automationsServiceV2 = exports.activations = exports.automations = exports.automationsService = void 0;
27
+ exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
28
+ exports.automations = __importStar(require("@wix/auto_sdk_automations_automations/meta"));
29
+ exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
30
+ exports.automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2/meta"));
31
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,0FAA0E;AAC1E,0FAA0E;AAC1E,+GAA+F"}
@@ -0,0 +1,2 @@
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.triggersProvider = exports.actionProvider = void 0;
27
+ exports.actionProvider = __importStar(require("@wix/auto_sdk_automations_action-provider"));
28
+ exports.triggersProvider = __importStar(require("@wix/auto_sdk_automations_triggers-provider"));
29
+ //# sourceMappingURL=service-plugins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,gGAAgF"}
@@ -0,0 +1,5 @@
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
+ export { automationsService, automations, activations, automationsServiceV2 };
@@ -0,0 +1,6 @@
1
+ import * as automationsService from '@wix/auto_sdk_automations_automations-service';
2
+ import * as automations from '@wix/auto_sdk_automations_automations';
3
+ import * as activations from '@wix/auto_sdk_automations_activations';
4
+ import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
5
+ export { automationsService, automations, activations, automationsServiceV2 };
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
@@ -0,0 +1,5 @@
1
+ export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
2
+ export * as automations from '@wix/auto_sdk_automations_automations/meta';
3
+ export * as activations from '@wix/auto_sdk_automations_activations/meta';
4
+ export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
5
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
@@ -0,0 +1,3 @@
1
+ export * as actionProvider from '@wix/auto_sdk_automations_action-provider';
2
+ export * as triggersProvider from '@wix/auto_sdk_automations_triggers-provider';
3
+ //# sourceMappingURL=service-plugins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,gBAAgB,MAAM,6CAA6C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/automations",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -37,18 +37,18 @@
37
37
  "service-plugins"
38
38
  ],
39
39
  "dependencies": {
40
- "@wix/automations_action-provider": "1.0.1",
41
- "@wix/automations_activations": "1.0.69",
42
- "@wix/automations_automations": "1.0.5",
43
- "@wix/automations_automations-service": "1.0.49",
44
- "@wix/automations_automations-service-v-2": "1.0.73",
45
- "@wix/automations_triggers-provider": "1.0.0"
40
+ "@wix/auto_sdk_automations_action-provider": "1.0.0",
41
+ "@wix/auto_sdk_automations_activations": "1.0.0",
42
+ "@wix/auto_sdk_automations_automations": "1.0.0",
43
+ "@wix/auto_sdk_automations_automations-service": "1.0.0",
44
+ "@wix/auto_sdk_automations_automations-service-v-2": "1.0.0",
45
+ "@wix/auto_sdk_automations_triggers-provider": "1.0.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "typescript": "^5.3.2"
49
49
  },
50
50
  "scripts": {
51
- "build": "tsc -b tsconfig.json tsconfig.esm.json",
51
+ "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
52
52
  "test": ":"
53
53
  },
54
54
  "wix": {
@@ -62,5 +62,5 @@
62
62
  "fqdn": ""
63
63
  }
64
64
  },
65
- "falconPackageHash": "a3afe6d7a69818c223fda22e67eb098b13f6e3eb98712bf8929a15a1"
65
+ "falconPackageHash": "d23ecc84477a410083f41645fc524bdf65fde7015cea85168206fe8b"
66
66
  }