@globus/sdk 3.0.0-alpha.14 → 3.0.0-alpha.15
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/cjs/index.d.ts +1 -0
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +2 -1
- package/cjs/index.js.map +1 -1
- package/cjs/lib/core/authorization/AuthorizationManager.d.ts +25 -13
- package/cjs/lib/core/authorization/AuthorizationManager.d.ts.map +1 -1
- package/cjs/lib/core/authorization/AuthorizationManager.js +75 -14
- package/cjs/lib/core/authorization/AuthorizationManager.js.map +1 -1
- package/cjs/lib/core/authorization/TokenLookup.d.ts +1 -1
- package/cjs/lib/core/authorization/TokenLookup.d.ts.map +1 -1
- package/cjs/lib/core/authorization/TokenLookup.js +23 -11
- package/cjs/lib/core/authorization/TokenLookup.js.map +1 -1
- package/cjs/lib/core/authorization/tokens.d.ts +1 -0
- package/cjs/lib/core/authorization/tokens.d.ts.map +1 -1
- package/cjs/lib/core/authorization/tokens.js +1 -0
- package/cjs/lib/core/authorization/tokens.js.map +1 -1
- package/cjs/lib/core/global.d.ts +7 -7
- package/cjs/lib/services/auth/config.d.ts +1 -1
- package/cjs/lib/services/auth/config.d.ts.map +1 -1
- package/cjs/lib/services/auth/config.js.map +1 -1
- package/cjs/lib/services/auth/index.d.ts +5 -0
- package/cjs/lib/services/auth/index.d.ts.map +1 -1
- package/cjs/lib/services/auth/index.js +13 -2
- package/cjs/lib/services/auth/index.js.map +1 -1
- package/cjs/lib/services/auth/service/oauth2/token.d.ts +19 -1
- package/cjs/lib/services/auth/service/oauth2/token.d.ts.map +1 -1
- package/cjs/lib/services/auth/service/oauth2/token.js +16 -1
- package/cjs/lib/services/auth/service/oauth2/token.js.map +1 -1
- package/cjs/lib/services/compute/config.d.ts +1 -1
- package/cjs/lib/services/compute/config.d.ts.map +1 -1
- package/cjs/lib/services/compute/config.js.map +1 -1
- package/cjs/lib/services/compute/index.d.ts +1 -0
- package/cjs/lib/services/compute/index.d.ts.map +1 -1
- package/cjs/lib/services/compute/index.js +2 -1
- package/cjs/lib/services/compute/index.js.map +1 -1
- package/cjs/lib/services/compute/service/endpoints.d.ts +24 -0
- package/cjs/lib/services/compute/service/endpoints.d.ts.map +1 -0
- package/cjs/lib/services/compute/service/endpoints.js +29 -0
- package/cjs/lib/services/compute/service/endpoints.js.map +1 -0
- package/cjs/lib/services/flows/config.d.ts +1 -1
- package/cjs/lib/services/flows/config.d.ts.map +1 -1
- package/cjs/lib/services/flows/config.js.map +1 -1
- package/cjs/lib/services/globus-connect-server/client.d.ts +443 -88
- package/cjs/lib/services/globus-connect-server/client.d.ts.map +1 -1
- package/cjs/lib/services/groups/config.d.ts +1 -1
- package/cjs/lib/services/groups/config.d.ts.map +1 -1
- package/cjs/lib/services/groups/config.js.map +1 -1
- package/cjs/lib/services/search/config.d.ts +1 -1
- package/cjs/lib/services/search/config.d.ts.map +1 -1
- package/cjs/lib/services/search/config.js.map +1 -1
- package/cjs/lib/services/timer/config.d.ts +1 -1
- package/cjs/lib/services/timer/config.d.ts.map +1 -1
- package/cjs/lib/services/timer/config.js.map +1 -1
- package/cjs/lib/services/transfer/config.d.ts +1 -1
- package/cjs/lib/services/transfer/config.d.ts.map +1 -1
- package/cjs/lib/services/transfer/config.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/lib/core/authorization/AuthorizationManager.d.ts +25 -13
- package/esm/lib/core/authorization/AuthorizationManager.d.ts.map +1 -1
- package/esm/lib/core/authorization/AuthorizationManager.js +76 -15
- package/esm/lib/core/authorization/AuthorizationManager.js.map +1 -1
- package/esm/lib/core/authorization/TokenLookup.d.ts +1 -1
- package/esm/lib/core/authorization/TokenLookup.d.ts.map +1 -1
- package/esm/lib/core/authorization/TokenLookup.js +24 -12
- package/esm/lib/core/authorization/TokenLookup.js.map +1 -1
- package/esm/lib/core/authorization/tokens.d.ts +1 -0
- package/esm/lib/core/authorization/tokens.d.ts.map +1 -1
- package/esm/lib/core/authorization/tokens.js +1 -0
- package/esm/lib/core/authorization/tokens.js.map +1 -1
- package/esm/lib/core/global.d.ts +7 -7
- package/esm/lib/services/auth/config.d.ts +1 -1
- package/esm/lib/services/auth/config.d.ts.map +1 -1
- package/esm/lib/services/auth/config.js.map +1 -1
- package/esm/lib/services/auth/index.d.ts +5 -0
- package/esm/lib/services/auth/index.d.ts.map +1 -1
- package/esm/lib/services/auth/index.js +10 -1
- package/esm/lib/services/auth/index.js.map +1 -1
- package/esm/lib/services/auth/service/oauth2/token.d.ts +19 -1
- package/esm/lib/services/auth/service/oauth2/token.d.ts.map +1 -1
- package/esm/lib/services/auth/service/oauth2/token.js +15 -0
- package/esm/lib/services/auth/service/oauth2/token.js.map +1 -1
- package/esm/lib/services/compute/config.d.ts +1 -1
- package/esm/lib/services/compute/config.d.ts.map +1 -1
- package/esm/lib/services/compute/config.js.map +1 -1
- package/esm/lib/services/compute/index.d.ts +1 -0
- package/esm/lib/services/compute/index.d.ts.map +1 -1
- package/esm/lib/services/compute/index.js +1 -0
- package/esm/lib/services/compute/index.js.map +1 -1
- package/esm/lib/services/compute/service/endpoints.d.ts +24 -0
- package/esm/lib/services/compute/service/endpoints.d.ts.map +1 -0
- package/esm/lib/services/compute/service/endpoints.js +26 -0
- package/esm/lib/services/compute/service/endpoints.js.map +1 -0
- package/esm/lib/services/flows/config.d.ts +1 -1
- package/esm/lib/services/flows/config.d.ts.map +1 -1
- package/esm/lib/services/flows/config.js.map +1 -1
- package/esm/lib/services/globus-connect-server/client.d.ts +443 -88
- package/esm/lib/services/globus-connect-server/client.d.ts.map +1 -1
- package/esm/lib/services/groups/config.d.ts +1 -1
- package/esm/lib/services/groups/config.d.ts.map +1 -1
- package/esm/lib/services/groups/config.js.map +1 -1
- package/esm/lib/services/search/config.d.ts +1 -1
- package/esm/lib/services/search/config.d.ts.map +1 -1
- package/esm/lib/services/search/config.js.map +1 -1
- package/esm/lib/services/timer/config.d.ts +1 -1
- package/esm/lib/services/timer/config.d.ts.map +1 -1
- package/esm/lib/services/timer/config.js.map +1 -1
- package/esm/lib/services/transfer/config.d.ts +1 -1
- package/esm/lib/services/transfer/config.d.ts.map +1 -1
- package/esm/lib/services/transfer/config.js.map +1 -1
- package/package.json +2 -2
- package/umd/globus.production.js +1 -1
- package/cjs/lib/services/compute/service/timer.d.ts +0 -6
- package/cjs/lib/services/compute/service/timer.d.ts.map +0 -1
- package/cjs/lib/services/compute/service/timer.js +0 -14
- package/cjs/lib/services/compute/service/timer.js.map +0 -1
- package/esm/lib/services/compute/service/timer.d.ts +0 -6
- package/esm/lib/services/compute/service/timer.d.ts.map +0 -1
- package/esm/lib/services/compute/service/timer.js +0 -11
- package/esm/lib/services/compute/service/timer.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.validate = exports.revoke = exports.introspect = void 0;
|
|
3
|
+
exports.validate = exports.refresh = exports.revoke = exports.introspect = void 0;
|
|
4
4
|
const config_js_1 = require("../../config.js");
|
|
5
5
|
const shared_js_1 = require("../../../../services/shared.js");
|
|
6
6
|
function serialize(payload) {
|
|
@@ -51,6 +51,21 @@ exports.revoke = function (options, sdkOptions) {
|
|
|
51
51
|
method: shared_js_1.HTTP_METHODS.POST,
|
|
52
52
|
}, injectServiceOptions(options), sdkOptions);
|
|
53
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* Token Refresh
|
|
56
|
+
* @see https://docs.globus.org/api/auth/reference/#refresh_token_grant
|
|
57
|
+
*/
|
|
58
|
+
exports.refresh = function (options, sdkOptions) {
|
|
59
|
+
if (!(options === null || options === void 0 ? void 0 : options.payload)) {
|
|
60
|
+
throw new Error(`'payload' is required for revoke`);
|
|
61
|
+
}
|
|
62
|
+
return (0, shared_js_1.serviceRequest)({
|
|
63
|
+
service: config_js_1.ID,
|
|
64
|
+
scope: undefined,
|
|
65
|
+
path: `/v2/oauth2/token`,
|
|
66
|
+
method: shared_js_1.HTTP_METHODS.POST,
|
|
67
|
+
}, injectServiceOptions(options), sdkOptions);
|
|
68
|
+
};
|
|
54
69
|
/**
|
|
55
70
|
* @private
|
|
56
71
|
* @deprecated Rather than using `validate` to check if a token is valid, it is recommended to make a request to the resource server with the token and handle the error response.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"token.js","sourceRoot":"","sources":["../../../../../../../src/lib/services/auth/service/oauth2/token.ts"],"names":[],"mappings":";;;AAAA,+CAAqC;AACrC,8DAA8E;
|
|
1
|
+
{"version":3,"file":"token.js","sourceRoot":"","sources":["../../../../../../../src/lib/services/auth/service/oauth2/token.ts"],"names":[],"mappings":";;;AAAA,+CAAqC;AACrC,8DAA8E;AAiC9E,SAAS,SAAS,CAAC,OAA2B;IAC5C,OAAO,IAAI,eAAe,CAAC,OAAO,CAAC,CAAC;AACtC,CAAC;AAED;;GAEG;AACH,SAAS,oBAAoB,CAC3B,OAEC;IAED,uCACK,OAAO;QACV;;;WAGG;QACH,IAAI,EAAE,SAAS,CAAC,OAAO,CAAC,OAAO,CAAC,EAChC,OAAO,kCACF,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,KAAI,EAAE,CAAC;YAC3B;;eAEG;YACH,cAAc,EAAE,kDAAkD,OAEpE;AACJ,CAAC;AAED;;;GAGG;AACU,QAAA,UAAU,GAAG,UAAU,OAAO,EAAE,UAAW;IACtD,IAAI,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAA,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAC1D,CAAC;IACD,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,6BAA6B;QACnC,MAAM,EAAE,wBAAY,CAAC,IAAI;KAC1B,EACD,oBAAoB,CAAC,OAAO,CAAC,EAC7B,UAAU,CACX,CAAC;AACJ,CAEE,CAAC;AAEH;;;GAGG;AACU,QAAA,MAAM,GAAG,UAAU,OAAO,EAAE,UAAW;IAClD,IAAI,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAA,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;IACtD,CAAC;IACD,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,yBAAyB;QAC/B,MAAM,EAAE,wBAAY,CAAC,IAAI;KAC1B,EACD,oBAAoB,CAAC,OAAO,CAAC,EAC7B,UAAU,CACX,CAAC;AACJ,CAEE,CAAC;AAEH;;;GAGG;AACU,QAAA,OAAO,GAAG,UAAU,OAAO,EAAE,UAAW;IACnD,IAAI,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAA,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;IACtD,CAAC;IACD,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kBAAkB;QACxB,MAAM,EAAE,wBAAY,CAAC,IAAI;KAC1B,EACD,oBAAoB,CAAC,OAAO,CAAC,EAC7B,UAAU,CACX,CAAC;AACJ,CAEE,CAAC;AAEH;;;GAGG;AACU,QAAA,QAAQ,GAAG,UAAU,OAAO,EAAE,UAAW;IACpD,IAAI,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAA,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;IACxD,CAAC;IACD,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,2BAA2B;QACjC,MAAM,EAAE,wBAAY,CAAC,IAAI;KAC1B,EACD,oBAAoB,CAAC,OAAO,CAAC,EAC7B,UAAU,CACX,CAAC;AACJ,CAEE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/compute/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/compute/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,EAAE,WAAqB,CAAC;AACrC,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAOtD,CAAC;AAEF,eAAO,MAAM,MAAM;;CAElB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../src/lib/services/compute/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../src/lib/services/compute/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAG,SAAkB,CAAC;AACxB,QAAA,KAAK,GAAyC;IACzD,OAAO,EAAE,mCAAmC;IAC5C,UAAU,EAAE,wBAAwB;IACpC,OAAO,EAAE,mCAAmC;IAC5C,WAAW,EAAE,uCAAuC;IACpD,IAAI,EAAE,gCAAgC;IACtC,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEW,QAAA,MAAM,GAAG;IACpB,GAAG,EAAE,yEAAyE;CAC/E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/compute/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,OAAO,MAAM,aAAa,CAAC;AAEvC;;;GAGG;AACH,eAAO,MAAM,MAAM,gBAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/compute/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,OAAO,MAAM,aAAa,CAAC;AAEvC;;;GAGG;AACH,eAAO,MAAM,MAAM,gBAAU,CAAC;AAE9B,OAAO,KAAK,SAAS,MAAM,wBAAwB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CONFIG = void 0;
|
|
3
|
+
exports.endpoints = exports.CONFIG = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
/**
|
|
6
6
|
* @description A wrapper around the Globus Compute service.
|
|
@@ -14,4 +14,5 @@ const COMPUTE = tslib_1.__importStar(require("./config.js"));
|
|
|
14
14
|
* @internal
|
|
15
15
|
*/
|
|
16
16
|
exports.CONFIG = COMPUTE;
|
|
17
|
+
exports.endpoints = tslib_1.__importStar(require("./service/endpoints.js"));
|
|
17
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/services/compute/index.ts"],"names":[],"mappings":";;;;AAAA;;;;;GAKG;AACH,6DAAuC;AAEvC;;;GAGG;AACU,QAAA,MAAM,GAAG,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/services/compute/index.ts"],"names":[],"mappings":";;;;AAAA;;;;;GAKG;AACH,6DAAuC;AAEvC;;;GAGG;AACU,QAAA,MAAM,GAAG,OAAO,CAAC;AAE9B,4EAAoD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { operations } from '@globus/types/compute';
|
|
2
|
+
import type { JSONFetchResponse } from '../../types.js';
|
|
3
|
+
export declare const getAll: (options?: ({
|
|
4
|
+
query: operations['get_endpoints_v2_endpoints_get']['parameters']['query'];
|
|
5
|
+
} & import("../../types.js").BaseServiceMethodOptions) | undefined, sdkOptions?: import("../../types.js").SDKOptions | undefined) => Promise<JSONFetchResponse<operations['get_endpoints_v2_endpoints_get']['responses']['200']['content']['application/json']>>;
|
|
6
|
+
export declare const get: (endpoint_uuid: string, options?: ({
|
|
7
|
+
query?: undefined;
|
|
8
|
+
payload?: undefined;
|
|
9
|
+
} & {
|
|
10
|
+
query?: {
|
|
11
|
+
[key: string]: string | number | boolean | (string | number | null | undefined)[] | null | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
headers?: import("../../types.js").Headers | undefined;
|
|
14
|
+
}) | undefined, sdkOptions?: import("../../types.js").SDKOptions | undefined) => Promise<JSONFetchResponse<operations['get_endpoint_v2_endpoints__endpoint_uuid__get']['responses']['200']['content']['application/json']>>;
|
|
15
|
+
export declare const getStatus: (endpoint_uuid: string, options?: ({
|
|
16
|
+
query?: undefined;
|
|
17
|
+
payload?: undefined;
|
|
18
|
+
} & {
|
|
19
|
+
query?: {
|
|
20
|
+
[key: string]: string | number | boolean | (string | number | null | undefined)[] | null | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
headers?: import("../../types.js").Headers | undefined;
|
|
23
|
+
}) | undefined, sdkOptions?: import("../../types.js").SDKOptions | undefined) => Promise<JSONFetchResponse<operations['get_endpoint_status_v2_endpoints__endpoint_uuid__status_get']['responses']['200']['content']['application/json']>>;
|
|
24
|
+
//# sourceMappingURL=endpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/compute/service/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAIxD,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,gBAAgB,CAAC;AAExB,eAAO,MAAM,MAAM;WAmBV,UAAU,CAAC,gCAAgC,CAAC,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC;qIAhBzE,QACD,kBACE,UAAU,CAAC,gCAAgC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAChG,CAcD,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;iFAIb,QACD,kBACE,UAAU,CAAC,+CAA+C,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAC/G,CAkBF,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;iFAInB,QACD,kBACE,UAAU,CAAC,6DAA6D,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAC7H,CAiBF,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getStatus = exports.get = exports.getAll = void 0;
|
|
4
|
+
const shared_js_1 = require("../../shared.js");
|
|
5
|
+
const config_js_1 = require("../config.js");
|
|
6
|
+
exports.getAll = function (options, sdkOptions) {
|
|
7
|
+
return (0, shared_js_1.serviceRequest)({
|
|
8
|
+
service: config_js_1.ID,
|
|
9
|
+
scope: config_js_1.SCOPES.ALL,
|
|
10
|
+
path: '/v2/endpoints',
|
|
11
|
+
method: shared_js_1.HTTP_METHODS.GET,
|
|
12
|
+
}, options, sdkOptions);
|
|
13
|
+
};
|
|
14
|
+
exports.get = function (endpoint_uuid, options, sdkOptions) {
|
|
15
|
+
return (0, shared_js_1.serviceRequest)({
|
|
16
|
+
service: config_js_1.ID,
|
|
17
|
+
scope: config_js_1.SCOPES.ALL,
|
|
18
|
+
path: `/v2/endpoints/${endpoint_uuid}`,
|
|
19
|
+
method: shared_js_1.HTTP_METHODS.GET,
|
|
20
|
+
}, options, sdkOptions);
|
|
21
|
+
};
|
|
22
|
+
exports.getStatus = function (endpoint_uuid, options, sdkOptions) {
|
|
23
|
+
return (0, shared_js_1.serviceRequest)({
|
|
24
|
+
service: config_js_1.ID,
|
|
25
|
+
scope: config_js_1.SCOPES.ALL,
|
|
26
|
+
path: `/v2/endpoints/${endpoint_uuid}/status`,
|
|
27
|
+
}, options, sdkOptions);
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=endpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../../../../../src/lib/services/compute/service/endpoints.ts"],"names":[],"mappings":";;;AACA,+CAA+D;AAC/D,4CAA0C;AAQ7B,QAAA,MAAM,GAAG,UACpB,OAAQ,EACR,UAAW;IAMX,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,kBAAM,CAAC,GAAG;QACjB,IAAI,EAAE,eAAe;QACrB,MAAM,EAAE,wBAAY,CAAC,GAAG;KACzB,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAEE,CAAC;AAEU,QAAA,GAAG,GAAG,UACjB,aAAa,EACb,OAAQ,EACR,UAAW;IAMX,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,kBAAM,CAAC,GAAG;QACjB,IAAI,EAAE,iBAAiB,aAAa,EAAE;QACtC,MAAM,EAAE,wBAAY,CAAC,GAAG;KACzB,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAMC,CAAC;AAEW,QAAA,SAAS,GAAG,UACvB,aAAa,EACb,OAAQ,EACR,UAAW;IAMX,OAAO,IAAA,0BAAc,EACnB;QACE,OAAO,EAAE,cAAE;QACX,KAAK,EAAE,kBAAM,CAAC,GAAG;QACjB,IAAI,EAAE,iBAAiB,aAAa,SAAS;KAC9C,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAMC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/flows/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/flows/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,EAAE,SAAmB,CAAC;AACnC,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAOtD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;CAMlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../src/lib/services/flows/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../src/lib/services/flows/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,EAAE,GAAG,OAAgB,CAAC;AACtB,QAAA,KAAK,GAAyC;IACzD,OAAO,EAAE,mCAAmC;IAC5C,UAAU,EAAE,kBAAkB;IAC9B,OAAO,EAAE,mCAAmC;IAC5C,WAAW,EAAE,uCAAuC;IACpD,IAAI,EAAE,gCAAgC;IACtC,OAAO,EAAE,mCAAmC;CAC7C,CAAC;AAEF;;GAEG;AACU,QAAA,MAAM,GAAG;IACpB,YAAY,EAAE,kFAAkF;IAChG,UAAU,EAAE,gFAAgF;IAC5F,GAAG,EAAE,yEAAyE;IAC9E,UAAU,EAAE,gFAAgF;IAC5F,UAAU,EAAE,gFAAgF;CAC7F,CAAC"}
|