@salto-io/adapter-creators 0.5.2-main.ebd91d0f8 → 0.5.2-main.ebeadcb1f
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.
|
@@ -14,6 +14,6 @@ exports.getAdapterConfigOptionsType = exports.getSupportedServiceAdapterNames =
|
|
|
14
14
|
const creators_1 = __importDefault(require("./creators"));
|
|
15
15
|
const getSupportedServiceAdapterNames = () => Object.keys(creators_1.default);
|
|
16
16
|
exports.getSupportedServiceAdapterNames = getSupportedServiceAdapterNames;
|
|
17
|
-
const getAdapterConfigOptionsType = (adapterName) => creators_1.default[adapterName]
|
|
17
|
+
const getAdapterConfigOptionsType = (adapterName) => { var _a, _b; return (_b = (_a = creators_1.default[adapterName]) === null || _a === void 0 ? void 0 : _a.configCreator) === null || _b === void 0 ? void 0 : _b.optionsType; };
|
|
18
18
|
exports.getAdapterConfigOptionsType = getAdapterConfigOptionsType;
|
|
19
19
|
//# sourceMappingURL=creators_utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creators_utils.js","sourceRoot":"","sources":["../../src/creators_utils.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;;AAGH,0DAAwC;AAEjC,MAAM,+BAA+B,GAAG,GAAa,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAe,CAAC,CAAA;AAA9E,QAAA,+BAA+B,mCAA+C;AAEpF,MAAM,2BAA2B,GAAG,CAAC,WAAmB,EAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"creators_utils.js","sourceRoot":"","sources":["../../src/creators_utils.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;;AAGH,0DAAwC;AAEjC,MAAM,+BAA+B,GAAG,GAAa,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAe,CAAC,CAAA;AAA9E,QAAA,+BAA+B,mCAA+C;AAEpF,MAAM,2BAA2B,GAAG,CAAC,WAAmB,EAA0B,EAAE,eACzF,OAAA,MAAA,MAAA,kBAAe,CAAC,WAAW,CAAC,0CAAE,aAAa,0CAAE,WAAW,CAAA,EAAA,CAAA;AAD7C,QAAA,2BAA2B,+BACkB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salto-io/adapter-creators",
|
|
3
|
-
"version": "0.5.2-main.
|
|
3
|
+
"version": "0.5.2-main.ebeadcb1f",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "Salto adapter creators",
|
|
6
6
|
"repository": {
|
|
@@ -29,26 +29,26 @@
|
|
|
29
29
|
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@salto-io/adapter-api": "0.5.2-main.
|
|
33
|
-
"@salto-io/confluence-adapter": "0.5.2-main.
|
|
34
|
-
"@salto-io/dummy-adapter": "0.5.2-main.
|
|
35
|
-
"@salto-io/google-workspace-adapter": "0.5.2-main.
|
|
36
|
-
"@salto-io/intercom-adapter": "0.5.2-main.
|
|
37
|
-
"@salto-io/jamf-adapter": "0.5.2-main.
|
|
38
|
-
"@salto-io/jira-adapter": "0.5.2-main.
|
|
39
|
-
"@salto-io/microsoft-entra-adapter": "0.5.2-main.
|
|
40
|
-
"@salto-io/microsoft-security-adapter": "0.5.2-main.
|
|
41
|
-
"@salto-io/netsuite-adapter": "0.5.2-main.
|
|
42
|
-
"@salto-io/okta-adapter": "0.5.2-main.
|
|
43
|
-
"@salto-io/pagerduty-adapter": "0.5.2-main.
|
|
44
|
-
"@salto-io/salesforce-adapter": "0.5.2-main.
|
|
45
|
-
"@salto-io/sap-adapter": "0.5.2-main.
|
|
46
|
-
"@salto-io/serviceplaceholder-adapter": "0.5.2-main.
|
|
47
|
-
"@salto-io/stripe-adapter": "0.5.2-main.
|
|
48
|
-
"@salto-io/test-utils": "0.5.2-main.
|
|
49
|
-
"@salto-io/workato-adapter": "0.5.2-main.
|
|
50
|
-
"@salto-io/zendesk-adapter": "0.5.2-main.
|
|
51
|
-
"@salto-io/zuora-billing-adapter": "0.5.2-main.
|
|
32
|
+
"@salto-io/adapter-api": "0.5.2-main.ebeadcb1f",
|
|
33
|
+
"@salto-io/confluence-adapter": "0.5.2-main.ebeadcb1f",
|
|
34
|
+
"@salto-io/dummy-adapter": "0.5.2-main.ebeadcb1f",
|
|
35
|
+
"@salto-io/google-workspace-adapter": "0.5.2-main.ebeadcb1f",
|
|
36
|
+
"@salto-io/intercom-adapter": "0.5.2-main.ebeadcb1f",
|
|
37
|
+
"@salto-io/jamf-adapter": "0.5.2-main.ebeadcb1f",
|
|
38
|
+
"@salto-io/jira-adapter": "0.5.2-main.ebeadcb1f",
|
|
39
|
+
"@salto-io/microsoft-entra-adapter": "0.5.2-main.ebeadcb1f",
|
|
40
|
+
"@salto-io/microsoft-security-adapter": "0.5.2-main.ebeadcb1f",
|
|
41
|
+
"@salto-io/netsuite-adapter": "0.5.2-main.ebeadcb1f",
|
|
42
|
+
"@salto-io/okta-adapter": "0.5.2-main.ebeadcb1f",
|
|
43
|
+
"@salto-io/pagerduty-adapter": "0.5.2-main.ebeadcb1f",
|
|
44
|
+
"@salto-io/salesforce-adapter": "0.5.2-main.ebeadcb1f",
|
|
45
|
+
"@salto-io/sap-adapter": "0.5.2-main.ebeadcb1f",
|
|
46
|
+
"@salto-io/serviceplaceholder-adapter": "0.5.2-main.ebeadcb1f",
|
|
47
|
+
"@salto-io/stripe-adapter": "0.5.2-main.ebeadcb1f",
|
|
48
|
+
"@salto-io/test-utils": "0.5.2-main.ebeadcb1f",
|
|
49
|
+
"@salto-io/workato-adapter": "0.5.2-main.ebeadcb1f",
|
|
50
|
+
"@salto-io/zendesk-adapter": "0.5.2-main.ebeadcb1f",
|
|
51
|
+
"@salto-io/zuora-billing-adapter": "0.5.2-main.ebeadcb1f"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/jest": "^29.5.12",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"turbo": "^2.0.6",
|
|
62
62
|
"typescript": "4.8.4"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6ad2b96851a183cd2c807620eb0b58265b19a5b0"
|
|
65
65
|
}
|