@wix/automations 1.0.112 → 1.0.113
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 +2 -2
- package/build/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +2 -2
- package/build/es/index.js +2 -2
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +1 -1
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +3 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.ts +2 -2
- package/build/internal/es/index.js +2 -2
- package/build/internal/es/index.js.map +1 -1
- package/build/internal/es/meta.d.ts +1 -1
- package/build/internal/es/meta.js +1 -1
- package/build/internal/es/meta.js.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,11 +23,11 @@ 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.
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = void 0;
|
|
27
27
|
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
28
28
|
exports.automationsService = automationsService;
|
|
29
|
-
const
|
|
30
|
-
exports.
|
|
29
|
+
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
30
|
+
exports.customTrigger = customTrigger;
|
|
31
31
|
const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
|
|
32
32
|
exports.activations = activations;
|
|
33
33
|
const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,wFAA0E;AAI7C,sCAAa;AAH1C,mFAAqE;AAGzB,kCAAW;AAFvD,wGAA0F;AAEjC,oDAAoB"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
4
|
export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,9 +23,9 @@ 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.
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
28
|
-
exports.
|
|
28
|
+
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
29
29
|
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
|
30
30
|
exports.automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2/meta"));
|
|
31
31
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
package/build/es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,+CAA+C,CAAC;AACpF,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,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,EAAE,kBAAkB,EAAE,aAAa,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
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
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
4
|
export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
|
|
5
5
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,oDAAoD,CAAC;AACzF,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,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,5 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
@@ -23,11 +23,11 @@ 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.
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = void 0;
|
|
27
27
|
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
28
28
|
exports.automationsService = automationsService;
|
|
29
|
-
const
|
|
30
|
-
exports.
|
|
29
|
+
const customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger"));
|
|
30
|
+
exports.customTrigger = customTrigger;
|
|
31
31
|
const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
|
|
32
32
|
exports.activations = activations;
|
|
33
33
|
const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAoF;AAK3E,gDAAkB;AAJ3B,wFAA0E;AAI7C,sCAAa;AAH1C,mFAAqE;AAGzB,kCAAW;AAFvD,wGAA0F;AAEjC,oDAAoB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
4
|
export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
|
|
@@ -23,9 +23,9 @@ 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.
|
|
26
|
+
exports.automationsServiceV2 = exports.activations = exports.customTrigger = exports.automationsService = void 0;
|
|
27
27
|
exports.automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service/meta"));
|
|
28
|
-
exports.
|
|
28
|
+
exports.customTrigger = __importStar(require("@wix/auto_sdk_automations_custom-trigger/meta"));
|
|
29
29
|
exports.activations = __importStar(require("@wix/auto_sdk_automations_activations/meta"));
|
|
30
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,yGAAyF;AACzF
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yGAAyF;AACzF,+FAA+E;AAC/E,0FAA0E;AAC1E,+GAA+F"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, activations, automationsServiceV2 };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as automationsService from '@wix/auto_sdk_automations_automations-service';
|
|
2
|
-
import * as
|
|
2
|
+
import * as customTrigger from '@wix/auto_sdk_automations_custom-trigger';
|
|
3
3
|
import * as activations from '@wix/auto_sdk_automations_activations';
|
|
4
4
|
import * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2';
|
|
5
|
-
export { automationsService,
|
|
5
|
+
export { automationsService, customTrigger, 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,+CAA+C,CAAC;AACpF,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,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,EAAE,kBAAkB,EAAE,aAAa,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
4
|
export * as automationsServiceV2 from '@wix/auto_sdk_automations_automations-service-v-2/meta';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * as automationsService from '@wix/auto_sdk_automations_automations-service/meta';
|
|
2
|
-
export * as
|
|
2
|
+
export * as customTrigger from '@wix/auto_sdk_automations_custom-trigger/meta';
|
|
3
3
|
export * as activations from '@wix/auto_sdk_automations_activations/meta';
|
|
4
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,oDAAoD,CAAC;AACzF,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.113",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@wix/auto_sdk_automations_action-provider": "1.0.0",
|
|
41
41
|
"@wix/auto_sdk_automations_activations": "1.0.0",
|
|
42
|
-
"@wix/auto_sdk_automations_automations": "1.0.0",
|
|
43
42
|
"@wix/auto_sdk_automations_automations-service": "1.0.0",
|
|
44
43
|
"@wix/auto_sdk_automations_automations-service-v-2": "1.0.0",
|
|
44
|
+
"@wix/auto_sdk_automations_custom-trigger": "1.0.0",
|
|
45
45
|
"@wix/auto_sdk_automations_triggers-provider": "1.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"fqdn": ""
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "1a5641cb8519d94bf5f41c6c4b93a2815ecb452d49de418bc5a9a17b"
|
|
66
66
|
}
|