@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.
- package/build/cjs/index.d.ts +4 -4
- package/build/cjs/index.js +4 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -4
- package/build/cjs/meta.js +4 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +2 -2
- package/build/cjs/service-plugins.js +2 -2
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/index.d.ts +4 -4
- package/build/es/index.js +4 -4
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +4 -4
- package/build/es/meta.js +4 -4
- package/build/es/meta.js.map +1 -1
- package/build/es/service-plugins.d.ts +2 -2
- package/build/es/service-plugins.js +2 -2
- package/build/es/service-plugins.js.map +1 -1
- package/build/internal/cjs/index.d.ts +5 -0
- package/build/internal/cjs/index.js +35 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +4 -0
- package/build/internal/cjs/meta.js +31 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/service-plugins.d.ts +2 -0
- package/build/internal/cjs/service-plugins.js +29 -0
- package/build/internal/cjs/service-plugins.js.map +1 -0
- package/build/internal/es/index.d.ts +5 -0
- package/build/internal/es/index.js +6 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +4 -0
- package/build/internal/es/meta.js +5 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/service-plugins.d.ts +2 -0
- package/build/internal/es/service-plugins.js +3 -0
- package/build/internal/es/service-plugins.js.map +1 -0
- package/package.json +9 -9
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as automationsService from '@wix/
|
|
2
|
-
import * as automations from '@wix/
|
|
3
|
-
import * as activations from '@wix/
|
|
4
|
-
import * as automationsServiceV2 from '@wix/
|
|
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/cjs/index.js
CHANGED
|
@@ -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/
|
|
27
|
+
const automationsService = __importStar(require("@wix/auto_sdk_automations_automations-service"));
|
|
28
28
|
exports.automationsService = automationsService;
|
|
29
|
-
const automations = __importStar(require("@wix/
|
|
29
|
+
const automations = __importStar(require("@wix/auto_sdk_automations_automations"));
|
|
30
30
|
exports.automations = automations;
|
|
31
|
-
const activations = __importStar(require("@wix/
|
|
31
|
+
const activations = __importStar(require("@wix/auto_sdk_automations_activations"));
|
|
32
32
|
exports.activations = activations;
|
|
33
|
-
const automationsServiceV2 = __importStar(require("@wix/
|
|
33
|
+
const automationsServiceV2 = __importStar(require("@wix/auto_sdk_automations_automations-service-v-2"));
|
|
34
34
|
exports.automationsServiceV2 = automationsServiceV2;
|
|
35
35
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
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"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as automationsService from '@wix/
|
|
2
|
-
export * as automations from '@wix/
|
|
3
|
-
export * as activations from '@wix/
|
|
4
|
-
export * as automationsServiceV2 from '@wix/
|
|
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/
|
|
28
|
-
exports.automations = __importStar(require("@wix/
|
|
29
|
-
exports.activations = __importStar(require("@wix/
|
|
30
|
-
exports.automationsServiceV2 = __importStar(require("@wix/
|
|
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
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
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/
|
|
2
|
-
export * as triggersProvider from '@wix/
|
|
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/
|
|
28
|
-
exports.triggersProvider = __importStar(require("@wix/
|
|
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,
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA4E;AAC5E,gGAAgF"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as automationsService from '@wix/
|
|
2
|
-
import * as automations from '@wix/
|
|
3
|
-
import * as activations from '@wix/
|
|
4
|
-
import * as automationsServiceV2 from '@wix/
|
|
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/
|
|
2
|
-
import * as automations from '@wix/
|
|
3
|
-
import * as activations from '@wix/
|
|
4
|
-
import * as automationsServiceV2 from '@wix/
|
|
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
|
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,
|
|
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"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as automationsService from '@wix/
|
|
2
|
-
export * as automations from '@wix/
|
|
3
|
-
export * as activations from '@wix/
|
|
4
|
-
export * as automationsServiceV2 from '@wix/
|
|
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/
|
|
2
|
-
export * as automations from '@wix/
|
|
3
|
-
export * as activations from '@wix/
|
|
4
|
-
export * as automationsServiceV2 from '@wix/
|
|
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
|
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,
|
|
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/
|
|
2
|
-
export * as triggersProvider from '@wix/
|
|
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/
|
|
2
|
-
export * as triggersProvider from '@wix/
|
|
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,
|
|
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,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 @@
|
|
|
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.
|
|
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/
|
|
41
|
-
"@wix/
|
|
42
|
-
"@wix/
|
|
43
|
-
"@wix/
|
|
44
|
-
"@wix/
|
|
45
|
-
"@wix/
|
|
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": "
|
|
65
|
+
"falconPackageHash": "d23ecc84477a410083f41645fc524bdf65fde7015cea85168206fe8b"
|
|
66
66
|
}
|