@wix/automations 1.0.170 → 1.0.172

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.
@@ -1,8 +1,10 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
@@ -23,11 +23,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationLog = exports.activationActionLog = void 0;
26
+ exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
27
+ const actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog"));
28
+ exports.actionCatalog = actionCatalog;
27
29
  const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
28
30
  exports.activationActionLog = activationActionLog;
29
31
  const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
30
32
  exports.activationLog = activationLog;
33
+ const activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary"));
34
+ exports.activationActionSummary = activationActionSummary;
31
35
  const triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog"));
32
36
  exports.triggerCatalog = triggerCatalog;
33
37
  const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
@@ -36,6 +40,6 @@ const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-tri
36
40
  exports.customTrigger = customTrigger;
37
41
  const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
38
42
  exports.activations = activations;
39
- const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
40
- exports.automationsServiceV2 = automationsServiceV2;
43
+ const automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2"));
44
+ exports.automationsV2 = automationsV2;
41
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AASrF,kDAAmB;AARrB,wFAA0E;AASxE,sCAAa;AARf,0FAA4E;AAS1E,wCAAc;AARhB,kGAAoF;AASlF,gDAAkB;AARpB,wFAA0E;AASxE,sCAAa;AARf,mFAAqE;AASnE,kCAAW;AARb,wGAA0F;AASxF,oDAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAWxE,sCAAa;AAVf,qGAAuF;AAWrF,kDAAmB;AAVrB,wFAA0E;AAWxE,sCAAa;AAVf,6GAA+F;AAW7F,0DAAuB;AAVzB,0FAA4E;AAW1E,wCAAc;AAVhB,kGAAoF;AAWlF,gDAAkB;AAVpB,wFAA0E;AAWxE,sCAAa;AAVf,mFAAqE;AAWnE,kCAAW;AAVb,yFAA2E;AAWzE,sCAAa"}
@@ -1,7 +1,9 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
package/build/cjs/meta.js CHANGED
@@ -23,12 +23,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationLog = exports.activationActionLog = void 0;
26
+ exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
27
+ exports.actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog/meta"));
27
28
  exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
28
29
  exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
30
+ exports.activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
29
31
  exports.triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
30
32
  exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
31
33
  exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
32
34
  exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
33
- exports.automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2/meta"));
35
+ exports.automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2/meta"));
34
36
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,+FAA+E;AAC/E,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,4GAA4F;AAC5F,+FAA+E;AAC/E,oHAAoG;AACpG,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,gGAAgF"}
@@ -1,8 +1,10 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
package/build/es/index.js CHANGED
@@ -1,9 +1,11 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
9
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,oBAAoB,GACrB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,uBAAuB,MAAM,qDAAqD,CAAC;AAC/F,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAE3E,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -1,7 +1,9 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
package/build/es/meta.js CHANGED
@@ -1,8 +1,10 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
8
10
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,uBAAuB,MAAM,0DAA0D,CAAC;AACpG,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC"}
@@ -1,8 +1,10 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
@@ -23,11 +23,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationLog = exports.activationActionLog = void 0;
26
+ exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
27
+ const actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog"));
28
+ exports.actionCatalog = actionCatalog;
27
29
  const activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log"));
28
30
  exports.activationActionLog = activationActionLog;
29
31
  const activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log"));
30
32
  exports.activationLog = activationLog;
33
+ const activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary"));
34
+ exports.activationActionSummary = activationActionSummary;
31
35
  const triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog"));
32
36
  exports.triggerCatalog = triggerCatalog;
33
37
  const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
@@ -36,6 +40,6 @@ const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-tri
36
40
  exports.customTrigger = customTrigger;
37
41
  const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
38
42
  exports.activations = activations;
39
- const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
40
- exports.automationsServiceV2 = automationsServiceV2;
43
+ const automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2"));
44
+ exports.automationsV2 = automationsV2;
41
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAuF;AASrF,kDAAmB;AARrB,wFAA0E;AASxE,sCAAa;AARf,0FAA4E;AAS1E,wCAAc;AARhB,kGAAoF;AASlF,gDAAkB;AARpB,wFAA0E;AASxE,sCAAa;AARf,mFAAqE;AASnE,kCAAW;AARb,wGAA0F;AASxF,oDAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAA0E;AAWxE,sCAAa;AAVf,qGAAuF;AAWrF,kDAAmB;AAVrB,wFAA0E;AAWxE,sCAAa;AAVf,6GAA+F;AAW7F,0DAAuB;AAVzB,0FAA4E;AAW1E,wCAAc;AAVhB,kGAAoF;AAWlF,gDAAkB;AAVpB,wFAA0E;AAWxE,sCAAa;AAVf,mFAAqE;AAWnE,kCAAW;AAVb,yFAA2E;AAWzE,sCAAa"}
@@ -1,7 +1,9 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
@@ -23,12 +23,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationLog = exports.activationActionLog = void 0;
26
+ exports.automationsV2 = exports.activations = exports.customTrigger = exports.automationsService = exports.triggerCatalog = exports.activationActionSummary = exports.activationLog = exports.activationActionLog = exports.actionCatalog = void 0;
27
+ exports.actionCatalog = __importStar(require("@wix/auto_sdk_automations_action-catalog/meta"));
27
28
  exports.activationActionLog = __importStar(require("@wix/auto_sdk_automations_activation-action-log/meta"));
28
29
  exports.activationLog = __importStar(require("@wix/auto_sdk_automations_activation-log/meta"));
30
+ exports.activationActionSummary = __importStar(require("@wix/auto_sdk_automations_activation-action-summary/meta"));
29
31
  exports.triggerCatalog = __importStar(require("@wix/auto_sdk_automations_trigger-catalog/meta"));
30
32
  exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
31
33
  exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
32
34
  exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
33
- exports.automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2/meta"));
35
+ exports.automationsV2 = __importStar(require("@wix/auto_sdk_automations_automations-v-2/meta"));
34
36
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4GAA4F;AAC5F,+FAA+E;AAC/E,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,4GAA4F;AAC5F,+FAA+E;AAC/E,oHAAoG;AACpG,iGAAiF;AACjF,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,gGAAgF"}
@@ -1,8 +1,10 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
@@ -1,9 +1,11 @@
1
+ import * as actionCatalog from '@wix/auto_sdk_automations_action-catalog';
1
2
  import * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log';
2
3
  import * as activationLog from '@wix/auto_sdk_automations_activation-log';
4
+ import * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary';
3
5
  import * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog';
4
6
  import * as automationsService from '@wix/auto_sdk_automations_automations-service';
5
7
  import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
6
8
  import * as activations from '@wix/auto_sdk_automations_activations';
7
- import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
8
- export { activationActionLog, activationLog, triggerCatalog, automationsService, customTrigger, activations, automationsServiceV2, };
9
+ import * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2';
10
+ export { actionCatalog, activationActionLog, activationLog, activationActionSummary, triggerCatalog, automationsService, customTrigger, activations, automationsV2, };
9
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,oBAAoB,MAAM,mDAAmD,CAAC;AAE1F,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,oBAAoB,GACrB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,uBAAuB,MAAM,qDAAqD,CAAC;AAC/F,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,aAAa,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,2CAA2C,CAAC;AAE3E,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -1,7 +1,9 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
@@ -1,8 +1,10 @@
1
+ export * as actionCatalog from '@wix/auto_sdk_automations_action-catalog/meta';
1
2
  export * as activationActionLog from '@wix/auto_sdk_automations_activation-action-log/meta';
2
3
  export * as activationLog from '@wix/auto_sdk_automations_activation-log/meta';
4
+ export * as activationActionSummary from '@wix/auto_sdk_automations_activation-action-summary/meta';
3
5
  export * as triggerCatalog from '@wix/auto_sdk_automations_trigger-catalog/meta';
4
6
  export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
5
7
  export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
6
8
  export * as activations from '@wix/auto_sdk_automations_activations/meta';
7
- export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
9
+ export * as automationsV2 from '@wix/auto_sdk_automations_automations-v-2/meta';
8
10
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,mBAAmB,MAAM,sDAAsD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,uBAAuB,MAAM,0DAA0D,CAAC;AACpG,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,aAAa,MAAM,+CAA+C,CAAC;AAC/E,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,gDAAgD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/automations",
3
- "version": "1.0.170",
3
+ "version": "1.0.172",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -37,15 +37,17 @@
37
37
  "service-plugins"
38
38
  ],
39
39
  "dependencies": {
40
- "@wix/auto_sdk_automations_action-provider": "1.0.15",
41
- "@wix/auto_sdk_automations_activation-action-log": "1.0.1",
42
- "@wix/auto_sdk_automations_activation-log": "1.0.1",
43
- "@wix/auto_sdk_automations_activations": "1.0.19",
44
- "@wix/auto_sdk_automations_automations-service": "1.0.10",
45
- "@wix/auto_sdk_automations_automations-service-v-2": "1.0.24",
46
- "@wix/auto_sdk_automations_custom-trigger": "1.0.5",
47
- "@wix/auto_sdk_automations_trigger-catalog": "1.0.1",
48
- "@wix/auto_sdk_automations_trigger-provider": "1.0.8"
40
+ "@wix/auto_sdk_automations_action-catalog": "1.0.0",
41
+ "@wix/auto_sdk_automations_action-provider": "1.0.16",
42
+ "@wix/auto_sdk_automations_activation-action-log": "1.0.2",
43
+ "@wix/auto_sdk_automations_activation-action-summary": "1.0.0",
44
+ "@wix/auto_sdk_automations_activation-log": "1.0.2",
45
+ "@wix/auto_sdk_automations_activations": "1.0.20",
46
+ "@wix/auto_sdk_automations_automations-service": "1.0.12",
47
+ "@wix/auto_sdk_automations_automations-v-2": "1.0.0",
48
+ "@wix/auto_sdk_automations_custom-trigger": "1.0.6",
49
+ "@wix/auto_sdk_automations_trigger-catalog": "1.0.3",
50
+ "@wix/auto_sdk_automations_trigger-provider": "1.0.9"
49
51
  },
50
52
  "devDependencies": {
51
53
  "typescript": "^5.3.2"
@@ -65,5 +67,5 @@
65
67
  "fqdn": ""
66
68
  }
67
69
  },
68
- "falconPackageHash": "8e2e26ac6b465d329e9780f8d621d3b4929398132f8f0d005e396425"
70
+ "falconPackageHash": "9e8aa415ba54d64273d3cebdf316b6d5b7bb73314e42cff30a483d1f"
69
71
  }