@globus/sdk 1.5.2-alpha → 1.6.0-alpha
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/LICENSE +201 -0
- package/README.md +77 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +3 -1
- package/cjs/index.js.map +1 -1
- package/cjs/lib/core/global.d.ts +1 -0
- package/cjs/lib/core/global.d.ts.map +1 -1
- package/cjs/lib/core/global.js +3 -0
- package/cjs/lib/core/global.js.map +1 -1
- package/cjs/lib/services/search/service/query.d.ts +34 -0
- package/cjs/lib/services/search/service/query.d.ts.map +1 -1
- package/cjs/lib/services/search/service/query.js +14 -1
- package/cjs/lib/services/search/service/query.js.map +1 -1
- package/cjs/lib/services/timer/config.d.ts +4 -0
- package/cjs/lib/services/timer/config.d.ts.map +1 -0
- package/cjs/lib/services/timer/config.js +13 -0
- package/cjs/lib/services/timer/config.js.map +1 -0
- package/cjs/lib/services/timer/index.d.ts +15 -0
- package/cjs/lib/services/timer/index.d.ts.map +1 -0
- package/cjs/lib/services/timer/index.js +19 -0
- package/cjs/lib/services/timer/index.js.map +1 -0
- package/cjs/lib/services/timer/service/timer.d.ts +11 -0
- package/cjs/lib/services/timer/service/timer.d.ts.map +1 -0
- package/cjs/lib/services/timer/service/timer.js +14 -0
- package/cjs/lib/services/timer/service/timer.js.map +1 -0
- package/cjs/lib/services/transfer/service/endpoint-search.d.ts +1 -0
- package/cjs/lib/services/transfer/service/endpoint-search.d.ts.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/lib/core/global.d.ts +1 -0
- package/esm/lib/core/global.d.ts.map +1 -1
- package/esm/lib/core/global.js +3 -0
- package/esm/lib/core/global.js.map +1 -1
- package/esm/lib/services/search/service/query.d.ts +34 -0
- package/esm/lib/services/search/service/query.d.ts.map +1 -1
- package/esm/lib/services/search/service/query.js +14 -1
- package/esm/lib/services/search/service/query.js.map +1 -1
- package/esm/lib/services/timer/config.d.ts +4 -0
- package/esm/lib/services/timer/config.d.ts.map +1 -0
- package/esm/lib/services/timer/config.js +10 -0
- package/esm/lib/services/timer/config.js.map +1 -0
- package/esm/lib/services/timer/index.d.ts +15 -0
- package/esm/lib/services/timer/index.d.ts.map +1 -0
- package/esm/lib/services/timer/index.js +15 -0
- package/esm/lib/services/timer/index.js.map +1 -0
- package/esm/lib/services/timer/service/timer.d.ts +11 -0
- package/esm/lib/services/timer/service/timer.d.ts.map +1 -0
- package/esm/lib/services/timer/service/timer.js +11 -0
- package/esm/lib/services/timer/service/timer.js.map +1 -0
- package/esm/lib/services/transfer/service/endpoint-search.d.ts +1 -0
- package/esm/lib/services/transfer/service/endpoint-search.d.ts.map +1 -1
- package/package.json +3 -3
- package/umd/globus.production.js +1 -1
- package/tsconfig.cjs.tsbuildinfo +0 -1
- package/tsconfig.tsbuildinfo +0 -1
package/esm/lib/core/global.js
CHANGED
|
@@ -3,6 +3,7 @@ import * as TRANSFER from "../services/transfer/config";
|
|
|
3
3
|
import * as FLOWS from "../services/flows/config";
|
|
4
4
|
import * as GROUPS from "../services/groups/config";
|
|
5
5
|
import * as SEARCH from "../services/search/config";
|
|
6
|
+
import * as TIMER from "../services/timer/config";
|
|
6
7
|
import { EnvironmentConfigurationError } from "./errors";
|
|
7
8
|
function getRuntime() {
|
|
8
9
|
return typeof window !== "undefined" ? window : process;
|
|
@@ -48,6 +49,7 @@ export const SERVICES = {
|
|
|
48
49
|
[FLOWS.ID]: FLOWS.ID,
|
|
49
50
|
[GROUPS.ID]: GROUPS.ID,
|
|
50
51
|
[SEARCH.ID]: SEARCH.ID,
|
|
52
|
+
[TIMER.ID]: TIMER.ID,
|
|
51
53
|
};
|
|
52
54
|
export const SERVICE_HOSTS = {
|
|
53
55
|
[AUTH.ID]: AUTH.HOSTS,
|
|
@@ -55,6 +57,7 @@ export const SERVICE_HOSTS = {
|
|
|
55
57
|
[FLOWS.ID]: FLOWS.HOSTS,
|
|
56
58
|
[GROUPS.ID]: GROUPS.HOSTS,
|
|
57
59
|
[SEARCH.ID]: SEARCH.HOSTS,
|
|
60
|
+
[TIMER.ID]: TIMER.HOSTS,
|
|
58
61
|
};
|
|
59
62
|
/**
|
|
60
63
|
* Handlers for: GLOBUS_SDK_VERIFY_SSL
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global.js","sourceRoot":"","sources":["../../../../src/lib/core/global.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"global.js","sourceRoot":"","sources":["../../../../src/lib/core/global.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAElD,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAEzD,SAAS,UAAU;IACjB,OAAO,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;AAC1D,CAAC;AAED,SAAS,SAAS,CAAC,OAAgC;IACjD,OAAO,OAAO,MAAM,KAAK,OAAO,OAAO,CAAC;AAC1C,CAAC;AAED,SAAS,GAAG,CACV,GAAW,EACX,WAA0B,SAAS;IAEnC,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAC7B,IAAI,gBAAgB,CAAC;IACrB,IAAI,SAAS,CAAC,OAAO,CAAC,EAAE;QACtB,gBAAgB,GAAG,OAAO,CAAC;KAC5B;SAAM;QACL,gBAAgB,GAAG,OAAO,CAAC,GAAG,CAAC;KAChC;IACD,IAAI,GAAG,IAAI,gBAAgB,EAAE;QAC3B,OAAQ,gBAA0C,CAAC,GAAG,CAAC,CAAC;KACzD;IACD,OAAO,QAAQ,CAAC;AAClB,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;CACJ,CAAC;AAIX,MAAM,UAAU,cAAc;IAC5B,MAAM,WAAW,GAAG,GAAG,CACrB,wBAAwB,EACxB,YAAY,CAAC,UAAU,CACxB,CAAC;IACF,IAAI,CAAC,WAAW,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE;QACtE,MAAM,IAAI,6BAA6B,CACrC,wBAAwB,EACxB,WAAW,CACZ,CAAC;KACH;IACD,OAAO,WAAW,CAAC;AACrB,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE;IAClB,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE;IAC1B,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE;IACpB,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE;IACtB,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE;IACtB,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE;CACrB,CAAC;AAIF,MAAM,CAAC,MAAM,aAAa,GAGtB;IACF,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK;IACrB,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,KAAK;IAC7B,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,KAAK;IACvB,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK;IACzB,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK;IACzB,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,KAAK;CACxB,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,UAAU,YAAY;IAC1B,MAAM,aAAa,GACjB,GAAG,CAAC,uBAAuB,EAAE,MAAM,CACpC,CAAC,WAAW,EAAE,CAAC;IAChB,IAAI,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;QACjE,OAAO,CAAC,IAAI,CACV,wHAAwH,CACzH,CAAC;KACH;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc;IAC5B,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,yBAAyB,EAAE,IAAI,CAAC,CAAC,CAAC;IAC7D,IAAI,OAAO,KAAK,CAAC,CAAC,EAAE;QAClB,OAAO,IAAI,CAAC;KACb;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,cAAc,CAAC,OAAgB,EAAE,WAAwB;IAChE,OAAO,aAAa,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,iBAAiB,CAC/B,OAAgB,EAChB,cAA2B,cAAc,EAAE;IAE3C,MAAM,IAAI,GAAG,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAClD,OAAO,GAAG,CACR,0BAA0B,OAAO,EAAE,EACnC,IAAI,CAAC,CAAC,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC,CAAC,SAAS,CACrC,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/// <reference types="@globus/types" />
|
|
2
|
+
/// <reference types="@globus/types/auth" />
|
|
3
|
+
/// <reference types="@globus/types/transfer" />
|
|
4
|
+
/// <reference types="@globus/types/transfer" />
|
|
5
|
+
/// <reference types="@globus/types/search" />
|
|
6
|
+
import type { JSONFetchResponse } from "../../types";
|
|
1
7
|
/**
|
|
2
8
|
* @param index_id The UUID of the index to query.
|
|
3
9
|
*
|
|
@@ -22,4 +28,32 @@ export declare const get: (index_id: string, options?: ({
|
|
|
22
28
|
} | undefined;
|
|
23
29
|
headers?: import("../../types").Headers | undefined;
|
|
24
30
|
}) | undefined, sdkOptions?: import("../../types").SDKOptions | undefined) => Promise<Response>;
|
|
31
|
+
/**
|
|
32
|
+
* @param index_id The UUID of the index to query.
|
|
33
|
+
*
|
|
34
|
+
* @see https://docs.globus.org/api/search/reference/post_query/
|
|
35
|
+
*/
|
|
36
|
+
export declare const post: (index_id: string, options: ({
|
|
37
|
+
/**
|
|
38
|
+
* @see https://docs.globus.org/api/search/reference/post_query/#gsearchrequest
|
|
39
|
+
*/
|
|
40
|
+
payload: {
|
|
41
|
+
q: string;
|
|
42
|
+
offset?: number;
|
|
43
|
+
limit?: number;
|
|
44
|
+
advanced?: boolean;
|
|
45
|
+
bypass_visible_to?: boolean;
|
|
46
|
+
result_format_version?: Globus.Search.ResultFormatVersion;
|
|
47
|
+
filter_principal_sets?: Array<string>;
|
|
48
|
+
filters?: Array<Globus.Search.GFilter>;
|
|
49
|
+
facets?: Array<Globus.Search.GFacet>;
|
|
50
|
+
boosts?: Array<Globus.Search.GBoost>;
|
|
51
|
+
sort?: Array<Globus.Search.GSort>;
|
|
52
|
+
};
|
|
53
|
+
} & {
|
|
54
|
+
query?: {
|
|
55
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
headers?: import("../../types").Headers | undefined;
|
|
58
|
+
}) | undefined, sdkOptions?: import("../../types").SDKOptions | undefined) => Promise<JSONFetchResponse<Globus.Search.GSearchResult>>;
|
|
25
59
|
//# sourceMappingURL=query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/search/service/query.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/search/service/query.ts"],"names":[],"mappings":";;;;;AAEA,OAAO,KAAK,EACV,iBAAiB,EAElB,MAAM,aAAa,CAAC;AAIrB;;;;GAIG;AACH,eAAO,MAAM,GAAG;IAaZ;;OAEG;;WAEE,MAAM;;;;;;;;;;;;;+FASd,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,IAAI;IAoBb;;OAEG;aACM;QACP,CAAC,EAAE,MAAM,CAAC;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,qBAAqB,CAAC,EAAE,OAAO,MAAM,CAAC,mBAAmB,CAAC;QAC1D,qBAAqB,CAAC,EAAE,MAAM,MAAM,CAAC,CAAC;QACtC,OAAO,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;QACvC,MAAM,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;QACrC,MAAM,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;QACrC,IAAI,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC;KACnC;;;;;;8EA/BF,QACD,kBAAkB,OAAO,MAAM,CAAC,aAAa,CAAC,CAgC/C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { serviceRequest } from "../../shared";
|
|
1
|
+
import { HTTP_METHODS, serviceRequest } from "../../shared";
|
|
2
2
|
import { ID, SCOPES } from "../config";
|
|
3
3
|
/**
|
|
4
4
|
* @param index_id The UUID of the index to query.
|
|
@@ -12,4 +12,17 @@ export const get = function (index_id, options, sdkOptions) {
|
|
|
12
12
|
path: `/v1/index/${index_id}/search`,
|
|
13
13
|
}, options, sdkOptions);
|
|
14
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* @param index_id The UUID of the index to query.
|
|
17
|
+
*
|
|
18
|
+
* @see https://docs.globus.org/api/search/reference/post_query/
|
|
19
|
+
*/
|
|
20
|
+
export const post = function (index_id, options, sdkOptions) {
|
|
21
|
+
return serviceRequest({
|
|
22
|
+
service: ID,
|
|
23
|
+
scope: SCOPES.SEARCH,
|
|
24
|
+
path: `/v1/index/${index_id}/search`,
|
|
25
|
+
method: HTTP_METHODS.POST,
|
|
26
|
+
}, options, sdkOptions);
|
|
27
|
+
};
|
|
15
28
|
//# sourceMappingURL=query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../../src/lib/services/search/service/query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../../src/lib/services/search/service/query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAO5D,OAAO,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEvC;;;;GAIG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,UAAU,QAAQ,EAAE,OAAQ,EAAE,UAAW;IAC1D,OAAO,cAAc,CACnB;QACE,OAAO,EAAE,EAAE;QACX,KAAK,EAAE,MAAM,CAAC,MAAM;QACpB,IAAI,EAAE,aAAa,QAAQ,SAAS;KACrC,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAgBC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,UAClB,QAAQ,EACR,OAAO,EACP,UAAW;IAIX,OAAO,cAAc,CACnB;QACE,OAAO,EAAE,EAAE;QACX,KAAK,EAAE,MAAM,CAAC,MAAM;QACpB,IAAI,EAAE,aAAa,QAAQ,SAAS;QACpC,MAAM,EAAE,YAAY,CAAC,IAAI;KAC1B,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAoBC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/timer/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,eAAO,MAAM,EAAE,UAAU,CAAC;AAC1B,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAOtD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const ID = "TIMER";
|
|
2
|
+
export const HOSTS = {
|
|
3
|
+
sandbox: "sandbox.timer.automate.globus.org",
|
|
4
|
+
production: "timer.automate.globus.org",
|
|
5
|
+
staging: "staging.timer.automate.globus.org",
|
|
6
|
+
integration: "integration.timer.automate.globus.org",
|
|
7
|
+
test: "test.timer.automate.globus.org",
|
|
8
|
+
preview: "preview.timer.automate.globus.org",
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../src/lib/services/timer/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,EAAE,GAAG,OAAO,CAAC;AAC1B,MAAM,CAAC,MAAM,KAAK,GAAyC;IACzD,OAAO,EAAE,mCAAmC;IAC5C,UAAU,EAAE,2BAA2B;IACvC,OAAO,EAAE,mCAAmC;IAC5C,WAAW,EAAE,uCAAuC;IACpD,IAAI,EAAE,gCAAgC;IACtC,OAAO,EAAE,mCAAmC;CAC7C,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description A wrapper around the Globus Timer service.
|
|
3
|
+
* @group Service
|
|
4
|
+
* @see [Globus Timer API Documentation](https://timer.automate.globus.org/docs#/)
|
|
5
|
+
* @module
|
|
6
|
+
*/
|
|
7
|
+
import * as TIMER from "./config";
|
|
8
|
+
/**
|
|
9
|
+
* @private
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
export declare const CONFIG: typeof TIMER;
|
|
13
|
+
import { create } from "./service/timer";
|
|
14
|
+
export { create };
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/timer/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC;;;GAGG;AACH,eAAO,MAAM,MAAM,cAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description A wrapper around the Globus Timer service.
|
|
3
|
+
* @group Service
|
|
4
|
+
* @see [Globus Timer API Documentation](https://timer.automate.globus.org/docs#/)
|
|
5
|
+
* @module
|
|
6
|
+
*/
|
|
7
|
+
import * as TIMER from "./config";
|
|
8
|
+
/**
|
|
9
|
+
* @private
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
export const CONFIG = TIMER;
|
|
13
|
+
import { create } from "./service/timer";
|
|
14
|
+
export { create };
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/services/timer/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC;;;GAGG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC;AAE5B,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SDKOptions } from "../../types";
|
|
2
|
+
import type { components } from "@globus/types/timer";
|
|
3
|
+
export declare const create: (options: ({
|
|
4
|
+
payload: components["schemas"]["V2TimerCreate"];
|
|
5
|
+
} & {
|
|
6
|
+
query?: {
|
|
7
|
+
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
|
|
8
|
+
} | undefined;
|
|
9
|
+
headers?: import("../../types").Headers | undefined;
|
|
10
|
+
}) | undefined, sdkOptions?: SDKOptions) => Promise<Response>;
|
|
11
|
+
//# sourceMappingURL=timer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timer.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/timer/service/timer.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,aAAa,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,MAAM;aAaR,UAAU,CAAC,SAAS,CAAC,CAAC,eAAe,CAAC;;;;;;6BAbK,UAAU,sBAc9D,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { HTTP_METHODS, serviceRequest } from "../../shared";
|
|
2
|
+
import { ID } from "../config";
|
|
3
|
+
export const create = function (options, sdkOptions) {
|
|
4
|
+
return serviceRequest({
|
|
5
|
+
service: ID,
|
|
6
|
+
scope: "https://auth.globus.org/scopes/524230d7-ea86-4a52-8312-86065a9e0417/timer",
|
|
7
|
+
path: "/v2/timer",
|
|
8
|
+
method: HTTP_METHODS.POST,
|
|
9
|
+
}, options, sdkOptions);
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=timer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timer.js","sourceRoot":"","sources":["../../../../../../src/lib/services/timer/service/timer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,EAAE,EAAE,MAAM,WAAW,CAAC;AAK/B,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,OAAO,EAAE,UAAuB;IAC9D,OAAO,cAAc,CACnB;QACE,OAAO,EAAE,EAAE;QACX,KAAK,EACH,2EAA2E;QAC7E,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE,YAAY,CAAC,IAAI;KAC1B,EACD,OAAO,EACP,UAAU,CACX,CAAC;AACJ,CAEE,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/// <reference types="@globus/types/auth" />
|
|
3
3
|
/// <reference types="@globus/types/transfer" />
|
|
4
4
|
/// <reference types="@globus/types/transfer" />
|
|
5
|
+
/// <reference types="@globus/types/search" />
|
|
5
6
|
import type { SDKOptions } from "../../../services/types";
|
|
6
7
|
/**
|
|
7
8
|
* Get a list of endpoints matching the search filters in a given search scope.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint-search.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/endpoint-search.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"endpoint-search.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/endpoint-search.ts"],"names":[],"mappings":";;;;;AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAI1D;;;GAGG;AACH,eAAO,MAAM,cAAc,aAIf;IACR;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,QAAQ,CAAC,mBAAmB,CAAC;CAC7C,eACY,UAAU,sBAmBxB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globus/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-alpha",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Globus SDK for Javascript",
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"js-pkce": "^1.2.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@globus/types": "^0.0.
|
|
19
|
+
"@globus/types": "^0.0.5"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"@globus/types": {
|
|
23
23
|
"optional": true
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "248a3e54bb53f27727364392f42f5b33399b054e"
|
|
27
27
|
}
|
package/umd/globus.production.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var globus;(()=>{var e={724:function(e,t,r){var o;e.exports=(o=o||function(e,t){var o;if("undefined"!=typeof window&&window.crypto&&(o=window.crypto),"undefined"!=typeof self&&self.crypto&&(o=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(o=globalThis.crypto),!o&&"undefined"!=typeof window&&window.msCrypto&&(o=window.msCrypto),!o&&void 0!==r.g&&r.g.crypto&&(o=r.g.crypto),!o)try{o=r(56)}catch(e){}var n=function(){if(o){if("function"==typeof o.getRandomValues)try{return o.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof o.randomBytes)try{return o.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),s={},a=s.lib={},c=a.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},u=a.WordArray=c.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||f).stringify(this)},concat:function(e){var t=this.words,r=e.words,o=this.sigBytes,n=e.sigBytes;if(this.clamp(),o%4)for(var i=0;i<n;i++){var s=r[i>>>2]>>>24-i%4*8&255;t[o+i>>>2]|=s<<24-(o+i)%4*8}else for(var a=0;a<n;a+=4)t[o+a>>>2]=r[a>>>2];return this.sigBytes+=n,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=c.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new u.init(t,e)}}),l=s.enc={},f=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,o=[],n=0;n<r;n++){var i=t[n>>>2]>>>24-n%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,r=[],o=0;o<t;o+=2)r[o>>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new u.init(r,t/2)}},h=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,o=[],n=0;n<r;n++){var i=t[n>>>2]>>>24-n%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse:function(e){for(var t=e.length,r=[],o=0;o<t;o++)r[o>>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new u.init(r,t)}},p=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(h.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return h.parse(unescape(encodeURIComponent(e)))}},d=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=p.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,o=this._data,n=o.words,i=o.sigBytes,s=this.blockSize,a=i/(4*s),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,l=e.min(4*c,i);if(c){for(var f=0;f<c;f+=s)this._doProcessBlock(n,f);r=n.splice(0,c),o.sigBytes-=l}return new u.init(r,l)},clone:function(){var e=c.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),g=(a.Hasher=d.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new g.HMAC.init(e,r).finalize(t)}}}),s.algo={});return s}(Math),o)},676:function(e,t,r){var o,n,i;e.exports=(o=r(724),i=(n=o).lib.WordArray,n.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,o=this._map;e.clamp();for(var n=[],i=0;i<r;i+=3)for(var s=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a<r;a++)n.push(o.charAt(s>>>6*(3-a)&63));var c=o.charAt(64);if(c)for(;n.length%4;)n.push(c);return n.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var n=0;n<r.length;n++)o[r.charCodeAt(n)]=n}var s=r.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return function(e,t,r){for(var o=[],n=0,s=0;s<t;s++)if(s%4){var a=r[e.charCodeAt(s-1)]<<s%4*2|r[e.charCodeAt(s)]>>>6-s%4*2;o[n>>>2]|=a<<24-n%4*8,n++}return i.create(o,n)}(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},o.enc.Base64)},876:function(e,t,r){var o;e.exports=(o=r(724),function(){if("function"==typeof ArrayBuffer){var e=o.lib.WordArray,t=e.init,r=e.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var r=e.byteLength,o=[],n=0;n<r;n++)o[n>>>2]|=e[n]<<24-n%4*8;t.call(this,o,r)}else t.apply(this,arguments)};r.prototype=e}}(),o.lib.WordArray)},287:function(e,t,r){var o;e.exports=(o=r(724),function(e){var t=o,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,a=[],c=[];!function(){function t(t){for(var r=e.sqrt(t),o=2;o<=r;o++)if(!(t%o))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var o=2,n=0;n<64;)t(o)&&(n<8&&(a[n]=r(e.pow(o,.5))),c[n]=r(e.pow(o,1/3)),n++),o++}();var u=[],l=s.SHA256=i.extend({_doReset:function(){this._hash=new n.init(a.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,o=r[0],n=r[1],i=r[2],s=r[3],a=r[4],l=r[5],f=r[6],h=r[7],p=0;p<64;p++){if(p<16)u[p]=0|e[t+p];else{var d=u[p-15],g=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,y=u[p-2],v=(y<<15|y>>>17)^(y<<13|y>>>19)^y>>>10;u[p]=g+u[p-7]+v+u[p-16]}var b=o&n^o&i^n&i,m=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),w=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&f)+c[p]+u[p];h=f,f=l,l=a,a=s+w|0,s=i,i=n,n=o,o=w+(m+b)|0}r[0]=r[0]+o|0,r[1]=r[1]+n|0,r[2]=r[2]+i|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+l|0,r[6]=r[6]+f|0,r[7]=r[7]+h|0},_doFinalize:function(){var t=this._data,r=t.words,o=8*this._nDataBytes,n=8*t.sigBytes;return r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=e.floor(o/4294967296),r[15+(n+64>>>9<<4)]=o,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(l),t.HmacSHA256=i._createHmacHelper(l)}(Math),o.SHA256)},107:function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var n=o(r(287)),i=o(r(676)),s=o(r(876)),a=function(){function e(e){this.state="",this.codeVerifier="",this.config=e}return e.prototype.authorizeUrl=function(e){void 0===e&&(e={});var t=this.pkceChallengeFromVerifier(),r=new URLSearchParams(Object.assign({response_type:"code",client_id:this.config.client_id,state:this.getState(e.state||null),scope:this.config.requested_scopes,redirect_uri:this.config.redirect_uri,code_challenge:t,code_challenge_method:"S256"},e)).toString();return"".concat(this.config.authorization_endpoint,"?").concat(r)},e.prototype.exchangeForAccessToken=function(e,t){var r=this;return void 0===t&&(t={}),this.parseAuthResponseUrl(e).then((function(e){return fetch(r.config.token_endpoint,{method:"POST",body:new URLSearchParams(Object.assign({grant_type:"authorization_code",code:e.code,client_id:r.config.client_id,redirect_uri:r.config.redirect_uri,code_verifier:r.getCodeVerifier()},t)),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}}).then((function(e){return e.json()}))}))},e.prototype.getCodeVerifier=function(){return""===this.codeVerifier&&(this.codeVerifier=this.randomStringFromStorage("pkce_code_verifier")),this.codeVerifier},e.prototype.getState=function(e){void 0===e&&(e=null);var t="pkce_state";return null!==e&&this.getStore().setItem(t,e),""===this.state&&(this.state=this.randomStringFromStorage(t)),this.state},e.prototype.parseAuthResponseUrl=function(e){var t=new URL(e).searchParams;return this.validateAuthResponse({error:t.get("error"),query:t.get("query"),state:t.get("state"),code:t.get("code")})},e.prototype.pkceChallengeFromVerifier=function(){var e=(0,n.default)(this.getCodeVerifier());return i.default.stringify(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")},e.prototype.randomStringFromStorage=function(e){return null===this.getStore().getItem(e)&&this.getStore().setItem(e,s.default.random(64)),this.getStore().getItem(e)||""},e.prototype.validateAuthResponse=function(e){var t=this;return new Promise((function(r,o){return e.error?o({error:e.error}):e.state!==t.getState()?o({error:"Invalid State"}):r(e)}))},e.prototype.getStore=function(){var e;return(null===(e=this.config)||void 0===e?void 0:e.storage)||sessionStorage},e}();t.default=a},98:(e,t,r)=>{var o="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==r.g&&r.g,n=function(){function e(){this.fetch=!1,this.DOMException=o.DOMException}return e.prototype=o,new e}();!function(e){!function(t){var r=void 0!==e&&e||"undefined"!=typeof self&&self||void 0!==r&&r,o="URLSearchParams"in r,n="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&c.indexOf(Object.prototype.toString.call(e))>-1};function l(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function f(e){return"string"!=typeof e&&(e=String(e)),e}function h(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return n&&(t[Symbol.iterator]=function(){return t}),t}function p(e){this.map={},e instanceof p?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function d(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function g(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function y(e){var t=new FileReader,r=g(t);return t.readAsArrayBuffer(e),r}function v(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function b(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:s&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:o&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():a&&i&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=v(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=v(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=d(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?d(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(y)}),this.text=function(){var e,t,r,o=d(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,r=g(t=new FileReader),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),o=0;o<t.length;o++)r[o]=String.fromCharCode(t[o]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}p.prototype.append=function(e,t){e=l(e),t=f(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},p.prototype.delete=function(e){delete this.map[l(e)]},p.prototype.get=function(e){return e=l(e),this.has(e)?this.map[e]:null},p.prototype.has=function(e){return this.map.hasOwnProperty(l(e))},p.prototype.set=function(e,t){this.map[l(e)]=f(t)},p.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},p.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),h(e)},p.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),h(e)},p.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),h(e)},n&&(p.prototype[Symbol.iterator]=p.prototype.entries);var m=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(e,t){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,o,n=(t=t||{}).body;if(e instanceof w){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new p(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,n||null==e._bodyInit||(n=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new p(t.headers)),this.method=(o=(r=t.method||this.method||"GET").toUpperCase(),m.indexOf(o)>-1?o:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(n),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;i.test(this.url)?this.url=this.url.replace(i,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(o),decodeURIComponent(n))}})),t}function S(e,t){if(!(this instanceof S))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new p(t.headers),this.url=t.url||"",this._initBody(e)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},b.call(w.prototype),b.call(S.prototype),S.prototype.clone=function(){return new S(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},S.error=function(){var e=new S(null,{status:0,statusText:""});return e.type="error",e};var O=[301,302,303,307,308];S.redirect=function(e,t){if(-1===O.indexOf(t))throw new RangeError("Invalid status code");return new S(null,{status:t,headers:{location:e}})},t.DOMException=r.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function A(e,o){return new Promise((function(n,s){var c=new w(e,o);if(c.signal&&c.signal.aborted)return s(new t.DOMException("Aborted","AbortError"));var u=new XMLHttpRequest;function l(){u.abort()}u.onload=function(){var e,t,r={status:u.status,statusText:u.statusText,headers:(e=u.getAllResponseHeaders()||"",t=new p,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();t.append(o,n)}})),t)};r.url="responseURL"in u?u.responseURL:r.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;setTimeout((function(){n(new S(o,r))}),0)},u.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){s(new t.DOMException("Aborted","AbortError"))}),0)},u.open(c.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(c.url),!0),"include"===c.credentials?u.withCredentials=!0:"omit"===c.credentials&&(u.withCredentials=!1),"responseType"in u&&(i?u.responseType="blob":a&&c.headers.get("Content-Type")&&-1!==c.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!o||"object"!=typeof o.headers||o.headers instanceof p?c.headers.forEach((function(e,t){u.setRequestHeader(t,e)})):Object.getOwnPropertyNames(o.headers).forEach((function(e){u.setRequestHeader(e,f(o.headers[e]))})),c.signal&&(c.signal.addEventListener("abort",l),u.onreadystatechange=function(){4===u.readyState&&c.signal.removeEventListener("abort",l)}),u.send(void 0===c._bodyInit?null:c._bodyInit)}))}A.polyfill=!0,r.fetch||(r.fetch=A,r.Headers=p,r.Request=w,r.Response=S),t.Headers=p,t.Request=w,t.Response=S,t.fetch=A}({})}(n),n.fetch.ponyfill=!0,delete n.fetch.polyfill;var i=o.fetch?o:n;(t=i.fetch).default=i.fetch,t.fetch=i.fetch,t.Headers=i.Headers,t.Request=i.Request,t.Response=i.Response,e.exports=t},56:()=>{}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{"use strict";r.r(o),r.d(o,{auth:()=>a,authorization:()=>c,flows:()=>_,gcs:()=>x,groups:()=>b,search:()=>d,transfer:()=>h});var e={};r.r(e),r.d(e,{HOSTS:()=>D,ID:()=>R});var t={};r.r(t),r.d(t,{HOSTS:()=>L,ID:()=>C});var n={};r.r(n),r.d(n,{HOSTS:()=>k,ID:()=>N,SCOPES:()=>H});var i={};r.r(i),r.d(i,{HOSTS:()=>M,ID:()=>F,SCOPES:()=>G});var s={};r.r(s),r.d(s,{HOSTS:()=>q,ID:()=>$,SCOPES:()=>V});var a={};r.r(a),r.d(a,{CONFIG:()=>Q,getAuthorizationEndpoint:()=>Z,getTokenEndpoint:()=>ee});var c={};r.r(c),r.d(c,{PKCEAuthorization:()=>ge,incremental:()=>ve,pkce:()=>ye});var u={};r.r(u),r.d(u,{ls:()=>Te,mkdir:()=>Ee,rename:()=>Pe,symlink:()=>xe});var l={};r.r(l),r.d(l,{submissionId:()=>Ie,submitDelete:()=>je,submitTransfer:()=>Be});var f={};r.r(f),r.d(f,{get:()=>Ue});var h={};r.r(h),r.d(h,{CONFIG:()=>Re,endpoint:()=>f,endpointSearch:()=>Oe,fileOperations:()=>u,taskSubmission:()=>l});var p={};r.r(p),r.d(p,{get:()=>De});var d={};r.r(d),r.d(d,{CONFIG:()=>Ce,query:()=>p});var g={};r.r(g),r.d(g,{get:()=>Ne,getMyGroups:()=>Le});var y={};r.r(y),r.d(y,{get:()=>ke});var v={};r.r(v),r.d(v,{act:()=>He});var b={};r.r(b),r.d(b,{CONFIG:()=>Fe,groups:()=>g,membership:()=>v,policies:()=>y});var m={};r.r(m),r.d(m,{destroy:()=>$e,get:()=>Ge,getAll:()=>Me});var w={};r.r(w),r.d(w,{getAll:()=>qe});var _={};r.r(_),r.d(_,{CONFIG:()=>Ve,flows:()=>m,runs:()=>w});var S={};r.r(S),r.d(S,{get:()=>We,getAll:()=>ze});var O={};r.r(O),r.d(O,{get:()=>Ye});var A={};r.r(A),r.d(A,{create:()=>Qe,get:()=>Ke,getAll:()=>Je,remove:()=>Xe});var T={};r.r(T),r.d(T,{get:()=>et,getAll:()=>Ze});var E={};r.r(E),r.d(E,{get:()=>rt,getAll:()=>tt});var P={};r.r(P),r.d(P,{info:()=>ot});var x={};function j(e,t,r,o){if("a"===r&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?o:"a"===r?o.call(e):o?o.value:t.get(e)}function B(e,t,r,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(e,r):n?n.value=r:t.set(e,r),r}r.r(x),r.d(x,{collections:()=>S,endpoint:()=>O,getRequiredScopes:()=>it,roles:()=>A,storageGateways:()=>T,userCredentials:()=>E,versioning:()=>P}),Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var I=r(107),U=r.n(I);const R="AUTH",D={integration:"auth.integration.globuscs.info",sandbox:"auth.sandbox.globuscs.info",production:"auth.globus.org",test:"auth.test.globuscs.info",staging:"auth.staging.globuscs.info",preview:"auth.preview.globus.org"},C="TRANSFER",L={sandbox:"transfer.sandbox.globuscs.info",production:"transfer.api.globusonline.org",staging:"transfer.api.staging.globuscs.info",integration:"transfer.api.integration.globuscs.info",test:"transfer.api.test.globuscs.info",preview:"transfer.api.preview.globus.org"},N="FLOWS",k={sandbox:"sandbox.flows.automate.globus.org",production:"flows.globus.org",staging:"staging.flows.automate.globus.org",integration:"integration.flows.automate.globus.org",test:"test.flows.automate.globus.org",preview:"preview.flows.automate.globus.org"},H={MANAGE_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/manage_flows",VIEW_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/view_flows",RUN:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run",RUN_STATUS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_status",RUN_MANAGE:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_manage"},F="GROUPS",M={sandbox:"groups.api.sandbox.globuscs.info",production:"groups.api.globus.org",staging:"groups.api.staging.globuscs.info",integration:"groups.api.integration.globuscs.info",test:"groups.api.test.globuscs.info",preview:"groups.api.preview.globuscs.info"},G={ALL:"urn:globus:auth:scope:groups.api.globus.org:all",VIEW_MY:"urn:globus:auth:scope:groups.api.globus.org:view_my_groups_and_membership"},$="SEARCH",q={sandbox:"search.api.sandbox.globuscs.info",production:"search.api.globus.org",staging:"search.api.staging.globuscs.info",integration:"search.api.integration.globuscs.info",test:"search.api.test.globuscs.info",preview:"search.api.preview.globus.org"},V={ALL:"urn:globus:auth:scope:search.api.globus.org:all",INGEST:"urn:globus:auth:scope:search.api.globus.org:ingest",SEARCH:"urn:globus:auth:scope:search.api.globus.org:search"};class z extends Error{constructor(e,t){super(),this.name="EnvironmentConfigurationError",this.message=`Invalid configuration value provided for ${e} (${t}).`}}function W(e,t=void 0){const r="undefined"!=typeof window?window:process;let o;return o=function(e){return typeof window==typeof e}(r)?r:r.env,e in o?o[e]:t}const Y={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"};function J(){const e=W("GLOBUS_SDK_ENVIRONMENT",Y.PRODUCTION);if(!e||!Object.values(Y).includes(e))throw new z("GLOBUS_SDK_ENVIRONMENT",e);return e}const K={[R]:D,[C]:L,[N]:k,[F]:M,[$]:q};function X(e,t,r){let o;return o="object"==typeof e?new URL(t,e.host):function(e,t="",r=J()){const o=function(e,t=J()){const r=function(e,t){return K[e][t]}(e,t);return W(`GLOBUS_SDK_SERVICE_URL_${e}`,r?`https://${r}`:void 0)}(e,r);return new URL(t,o)}(e,t),r&&r.search&&(o.search=function(e){const t=new URLSearchParams;for(const[r,o]of Object.entries(e))Array.isArray(o)?t.set(r,o.join(",")):void 0!==o&&t.set(r,String(o));return t.toString()}(r.search)),o.toString()}const Q=e;function Z(){return X(R,"/v2/oauth2/authorize")}function ee(){return X(R,"/v2/oauth2/token")}var te;class re{constructor(){te.set(this,{})}get(e){return j(this,te,"f")[e]}set(e,t){j(this,te,"f")[e]=t}remove(e){delete j(this,te,"f")[e]}clear(){B(this,te,{},"f")}}te=new WeakMap;class oe{get(e){const t=localStorage.getItem(e);return null!==t?JSON.parse(t):null}set(e,t){localStorage.setItem(e,JSON.stringify(t))}remove(e){localStorage.removeItem(e)}clear(){localStorage.clear()}}let ne;function ie(){if(!ne)throw Error("You must create a storage system.");return ne}function se(e){e.scope.split(" ").forEach((t=>{ie().set(t,e)}))}function ae(e){const t=ie().get(e);return t&&function(e){const t=e;return Boolean(t.token_type&&t.access_token)}(t)?`${t.token_type} ${t.access_token}`:null}var ce,ue,le,fe,he,pe;let de;class ge{constructor(e){if(ce.add(this),ue.set(this,void 0),le.set(this,void 0),fe.set(this,void 0),de=function(e="memory"){if(!ne){let t;t="localStorage"===e?oe:"memory"===e?re:e,ne=new t}return ne}("localStorage"),!e.client_id)throw new Error("You must provide a `client_id`.");B(this,le,Object.assign({client_id:e.client_id,authorization_endpoint:Z(),token_endpoint:ee()},e),"f"),B(this,ue,j(this,ce,"m",he).call(this),"f")}reset(){j(this,ce,"m",pe).call(this),ie().clear()}redirect(){this.reset(),window.location.replace(j(this,ue,"f").authorizeUrl())}handleCodeRedirect(e={removeStateAndReplaceLocation:!0}){return t=this,r=void 0,n=function*(){const t=new URL(window.location.href),r=new URLSearchParams(t.search);if(!r.get("code"))return;const o=yield j(this,ue,"f").exchangeForAccessToken(t.toString());var n;B(this,fe,o,"f"),se(n=j(this,fe,"f")),"other_tokens"in n&&n.other_tokens.forEach(se),e.removeStateAndReplaceLocation&&(r.delete("code"),r.delete("state"),t.search=r.toString(),window.location.replace(t))},new((o=void 0)||(o=Promise))((function(e,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(t){var r;t.done?e(t.value):(r=t.value,r instanceof o?r:new o((function(e){e(r)}))).then(s,a)}c((n=n.apply(t,r||[])).next())}));var t,r,o,n}hasToken(){return j(this,le,"f").requested_scopes.split(" ").every((e=>Boolean(ae(e))))}revoke(){this.reset()}}function ye(e){return new ge(e)}function ve(e){return new ge(e)}ue=new WeakMap,le=new WeakMap,fe=new WeakMap,ce=new WeakSet,he=function(){return new(U())(j(this,le,"f"))},pe=function(){sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier")};var be=r(98);const me=r.n(be)();function we(e,t,r={}){const o=r.headers||{};if(!(null==o?void 0:o.Authorization)){const t=ae(e);t&&(o.Authorization=t)}return!(null==o?void 0:o["Content-Type"])&&(null==r?void 0:r.body)&&(o["Content-Type"]="application/json"),(null==r?void 0:r.__callable)?r.__callable(t,Object.assign(Object.assign({},r),{headers:o})):me(t,Object.assign(Object.assign({},r),{headers:o}))}var _e;function Se(e,t,r){var o,n,i;return we(e.scope,X(e.service,e.path,{search:null==t?void 0:t.query}),Object.assign(Object.assign({method:e.method,body:(null==t?void 0:t.payload)?JSON.stringify(t.payload):void 0},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options),{headers:Object.assign(Object.assign({},null==t?void 0:t.headers),null===(i=null===(n=null==r?void 0:r.fetch)||void 0===n?void 0:n.options)||void 0===i?void 0:i.headers)}))}!function(e){e.POST="POST",e.GET="GET",e.DELETE="DELETE",e.PUT="PUT"}(_e||(_e={}));const Oe=function(e,t){const r=Object.assign(Object.assign({},e),{query:null==e?void 0:e.query});return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/endpoint_search"},r,t)};function Ae(e){return e===_e.GET?{}:{"Content-Type":"application/json"}}const Te=function(e,t,r){return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/ls`},t,r)},Ee=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"mkdir"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Ae(_e.POST)),null==t?void 0:t.headers)};return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/mkdir`,method:_e.POST},o,r)},Pe=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"rename"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Ae(_e.POST)),null==t?void 0:t.headers)};return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/rename`,method:_e.POST},o,r)},xe=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"symlink"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},Ae(_e.POST)),null==t?void 0:t.headers)};return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/symlink`,method:_e.POST},o,r)},je=function(e,t){const r={payload:Object.assign({DATA_TYPE:"delete"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},Ae(_e.POST)),null==e?void 0:e.headers)};return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/delete",method:_e.POST},r,t)},Be=function(e,t){const r={payload:Object.assign({DATA_TYPE:"transfer"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},Ae(_e.POST)),null==e?void 0:e.headers)};return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/transfer",method:_e.POST},r,t)},Ie=function(e,t){return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/submission_id"},e,t)},Ue=function(e,t,r){return Se({service:C,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/endpoint/${e}`},t,r)},Re=t,De=function(e,t,r){return Se({service:$,scope:V.SEARCH,path:`/v1/index/${e}/search`},t,r)},Ce=s,Le=function(e={},t){var r;return we(G.ALL,X(F,"/v2/groups/my_groups",{search:e.query}),Object.assign({},null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options))},Ne=function(e,t={},r){var o;return we(G.ALL,X(F,`/v2/groups/${e}`,{search:t.query}),Object.assign({},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},ke=function(e,t,r){var o;return we(G.ALL,X(F,`/v2/groups/${e}/policies`),Object.assign({},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},He=function(e,t,r){var o;if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return we(G.ALL,X(F,`/v2/groups/${e}/policies`),Object.assign({method:"POST",body:JSON.stringify(t.payload)},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},Fe=i,Me=function(e,t){return Se({service:N,scope:H.VIEW_FLOWS,path:"/flows"},e,t)},Ge=function(e,t,r){return Se({service:N,scope:H.VIEW_FLOWS,path:`/flows/${e}`},t,r)},$e=function(e,t,r){return Se({scope:H.MANAGE_FLOWS,service:N,path:`/flows/${e}`,method:_e.DELETE},t,r)},qe=function(e={},t){return Se({service:N,scope:H.RUN_MANAGE,path:"/runs"},e,t)},Ve=n,ze=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/collections"},t,r)},We=function(e,t,r,o){return Se({service:e,scope:it(e),path:`/api/collections/${t}`},r,o)},Ye=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/endpoint"},t,r)},Je=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/roles"},t,r)},Ke=function(e,t,r,o){return Se({service:e,scope:it(e),path:`/api/roles/${t}`},r,o)},Xe=function(e,t,r,o){return Se({service:e,scope:it(e),path:`/api/roles/${t}`,method:_e.DELETE},r,o)},Qe=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/roles",method:_e.POST},t,r)},Ze=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/storage_gateways"},t,r)},et=function(e,t,r,o){return Se({service:e,scope:it(e),path:`/api/storage_gateways/${t}`},r,o)},tt=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/user_credentials"},t,r)},rt=function(e,t,r,o){return Se({service:e,scope:it(e),path:`/api/user_credentials/${t}`},r,o)},ot=function(e,t,r){return Se({service:e,scope:it(e),path:"/api/info"},t,r)},nt={HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections",NON_HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections[*https://auth.globus.org/scopes/<MAPPED_COLLECTION_ID>/data_access]"};function it(e){return nt.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",e.endpoint_id)}})(),globus=o})();
|
|
1
|
+
var globus;(()=>{var e={724:function(e,t,r){var o;e.exports=(o=o||function(e,t){var o;if("undefined"!=typeof window&&window.crypto&&(o=window.crypto),"undefined"!=typeof self&&self.crypto&&(o=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(o=globalThis.crypto),!o&&"undefined"!=typeof window&&window.msCrypto&&(o=window.msCrypto),!o&&void 0!==r.g&&r.g.crypto&&(o=r.g.crypto),!o)try{o=r(56)}catch(e){}var n=function(){if(o){if("function"==typeof o.getRandomValues)try{return o.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof o.randomBytes)try{return o.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),s={},a=s.lib={},c=a.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},u=a.WordArray=c.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||f).stringify(this)},concat:function(e){var t=this.words,r=e.words,o=this.sigBytes,n=e.sigBytes;if(this.clamp(),o%4)for(var i=0;i<n;i++){var s=r[i>>>2]>>>24-i%4*8&255;t[o+i>>>2]|=s<<24-(o+i)%4*8}else for(var a=0;a<n;a+=4)t[o+a>>>2]=r[a>>>2];return this.sigBytes+=n,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=c.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new u.init(t,e)}}),l=s.enc={},f=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,o=[],n=0;n<r;n++){var i=t[n>>>2]>>>24-n%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,r=[],o=0;o<t;o+=2)r[o>>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new u.init(r,t/2)}},h=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,o=[],n=0;n<r;n++){var i=t[n>>>2]>>>24-n%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse:function(e){for(var t=e.length,r=[],o=0;o<t;o++)r[o>>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new u.init(r,t)}},p=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(h.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return h.parse(unescape(encodeURIComponent(e)))}},d=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=p.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,o=this._data,n=o.words,i=o.sigBytes,s=this.blockSize,a=i/(4*s),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,l=e.min(4*c,i);if(c){for(var f=0;f<c;f+=s)this._doProcessBlock(n,f);r=n.splice(0,c),o.sigBytes-=l}return new u.init(r,l)},clone:function(){var e=c.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),g=(a.Hasher=d.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new g.HMAC.init(e,r).finalize(t)}}}),s.algo={});return s}(Math),o)},676:function(e,t,r){var o,n,i;e.exports=(o=r(724),i=(n=o).lib.WordArray,n.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,o=this._map;e.clamp();for(var n=[],i=0;i<r;i+=3)for(var s=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a<r;a++)n.push(o.charAt(s>>>6*(3-a)&63));var c=o.charAt(64);if(c)for(;n.length%4;)n.push(c);return n.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var n=0;n<r.length;n++)o[r.charCodeAt(n)]=n}var s=r.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return function(e,t,r){for(var o=[],n=0,s=0;s<t;s++)if(s%4){var a=r[e.charCodeAt(s-1)]<<s%4*2|r[e.charCodeAt(s)]>>>6-s%4*2;o[n>>>2]|=a<<24-n%4*8,n++}return i.create(o,n)}(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},o.enc.Base64)},876:function(e,t,r){var o;e.exports=(o=r(724),function(){if("function"==typeof ArrayBuffer){var e=o.lib.WordArray,t=e.init,r=e.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var r=e.byteLength,o=[],n=0;n<r;n++)o[n>>>2]|=e[n]<<24-n%4*8;t.call(this,o,r)}else t.apply(this,arguments)};r.prototype=e}}(),o.lib.WordArray)},287:function(e,t,r){var o;e.exports=(o=r(724),function(e){var t=o,r=t.lib,n=r.WordArray,i=r.Hasher,s=t.algo,a=[],c=[];!function(){function t(t){for(var r=e.sqrt(t),o=2;o<=r;o++)if(!(t%o))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var o=2,n=0;n<64;)t(o)&&(n<8&&(a[n]=r(e.pow(o,.5))),c[n]=r(e.pow(o,1/3)),n++),o++}();var u=[],l=s.SHA256=i.extend({_doReset:function(){this._hash=new n.init(a.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,o=r[0],n=r[1],i=r[2],s=r[3],a=r[4],l=r[5],f=r[6],h=r[7],p=0;p<64;p++){if(p<16)u[p]=0|e[t+p];else{var d=u[p-15],g=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,y=u[p-2],v=(y<<15|y>>>17)^(y<<13|y>>>19)^y>>>10;u[p]=g+u[p-7]+v+u[p-16]}var b=o&n^o&i^n&i,m=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),w=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&f)+c[p]+u[p];h=f,f=l,l=a,a=s+w|0,s=i,i=n,n=o,o=w+(m+b)|0}r[0]=r[0]+o|0,r[1]=r[1]+n|0,r[2]=r[2]+i|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+l|0,r[6]=r[6]+f|0,r[7]=r[7]+h|0},_doFinalize:function(){var t=this._data,r=t.words,o=8*this._nDataBytes,n=8*t.sigBytes;return r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=e.floor(o/4294967296),r[15+(n+64>>>9<<4)]=o,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(l),t.HmacSHA256=i._createHmacHelper(l)}(Math),o.SHA256)},107:function(e,t,r){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var n=o(r(287)),i=o(r(676)),s=o(r(876)),a=function(){function e(e){this.state="",this.codeVerifier="",this.config=e}return e.prototype.authorizeUrl=function(e){void 0===e&&(e={});var t=this.pkceChallengeFromVerifier(),r=new URLSearchParams(Object.assign({response_type:"code",client_id:this.config.client_id,state:this.getState(e.state||null),scope:this.config.requested_scopes,redirect_uri:this.config.redirect_uri,code_challenge:t,code_challenge_method:"S256"},e)).toString();return"".concat(this.config.authorization_endpoint,"?").concat(r)},e.prototype.exchangeForAccessToken=function(e,t){var r=this;return void 0===t&&(t={}),this.parseAuthResponseUrl(e).then((function(e){return fetch(r.config.token_endpoint,{method:"POST",body:new URLSearchParams(Object.assign({grant_type:"authorization_code",code:e.code,client_id:r.config.client_id,redirect_uri:r.config.redirect_uri,code_verifier:r.getCodeVerifier()},t)),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}}).then((function(e){return e.json()}))}))},e.prototype.getCodeVerifier=function(){return""===this.codeVerifier&&(this.codeVerifier=this.randomStringFromStorage("pkce_code_verifier")),this.codeVerifier},e.prototype.getState=function(e){void 0===e&&(e=null);var t="pkce_state";return null!==e&&this.getStore().setItem(t,e),""===this.state&&(this.state=this.randomStringFromStorage(t)),this.state},e.prototype.parseAuthResponseUrl=function(e){var t=new URL(e).searchParams;return this.validateAuthResponse({error:t.get("error"),query:t.get("query"),state:t.get("state"),code:t.get("code")})},e.prototype.pkceChallengeFromVerifier=function(){var e=(0,n.default)(this.getCodeVerifier());return i.default.stringify(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")},e.prototype.randomStringFromStorage=function(e){return null===this.getStore().getItem(e)&&this.getStore().setItem(e,s.default.random(64)),this.getStore().getItem(e)||""},e.prototype.validateAuthResponse=function(e){var t=this;return new Promise((function(r,o){return e.error?o({error:e.error}):e.state!==t.getState()?o({error:"Invalid State"}):r(e)}))},e.prototype.getStore=function(){var e;return(null===(e=this.config)||void 0===e?void 0:e.storage)||sessionStorage},e}();t.default=a},98:(e,t,r)=>{var o="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==r.g&&r.g,n=function(){function e(){this.fetch=!1,this.DOMException=o.DOMException}return e.prototype=o,new e}();!function(e){!function(t){var r=void 0!==e&&e||"undefined"!=typeof self&&self||void 0!==r&&r,o="URLSearchParams"in r,n="Symbol"in r&&"iterator"in Symbol,i="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),s="FormData"in r,a="ArrayBuffer"in r;if(a)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&c.indexOf(Object.prototype.toString.call(e))>-1};function l(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function f(e){return"string"!=typeof e&&(e=String(e)),e}function h(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return n&&(t[Symbol.iterator]=function(){return t}),t}function p(e){this.map={},e instanceof p?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function d(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function g(e){return new Promise((function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}}))}function y(e){var t=new FileReader,r=g(t);return t.readAsArrayBuffer(e),r}function v(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function b(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:s&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:o&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():a&&i&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=v(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=v(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=d(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?d(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(y)}),this.text=function(){var e,t,r,o=d(this);if(o)return o;if(this._bodyBlob)return e=this._bodyBlob,r=g(t=new FileReader),t.readAsText(e),r;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),r=new Array(t.length),o=0;o<t.length;o++)r[o]=String.fromCharCode(t[o]);return r.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},s&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}p.prototype.append=function(e,t){e=l(e),t=f(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},p.prototype.delete=function(e){delete this.map[l(e)]},p.prototype.get=function(e){return e=l(e),this.has(e)?this.map[e]:null},p.prototype.has=function(e){return this.map.hasOwnProperty(l(e))},p.prototype.set=function(e,t){this.map[l(e)]=f(t)},p.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},p.prototype.keys=function(){var e=[];return this.forEach((function(t,r){e.push(r)})),h(e)},p.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),h(e)},p.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),h(e)},n&&(p.prototype[Symbol.iterator]=p.prototype.entries);var m=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(e,t){if(!(this instanceof w))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var r,o,n=(t=t||{}).body;if(e instanceof w){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new p(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,n||null==e._bodyInit||(n=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new p(t.headers)),this.method=(o=(r=t.method||this.method||"GET").toUpperCase(),m.indexOf(o)>-1?o:r),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&n)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(n),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;i.test(this.url)?this.url=this.url.replace(i,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var r=e.split("="),o=r.shift().replace(/\+/g," "),n=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(o),decodeURIComponent(n))}})),t}function S(e,t){if(!(this instanceof S))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new p(t.headers),this.url=t.url||"",this._initBody(e)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},b.call(w.prototype),b.call(S.prototype),S.prototype.clone=function(){return new S(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},S.error=function(){var e=new S(null,{status:0,statusText:""});return e.type="error",e};var O=[301,302,303,307,308];S.redirect=function(e,t){if(-1===O.indexOf(t))throw new RangeError("Invalid status code");return new S(null,{status:t,headers:{location:e}})},t.DOMException=r.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var r=Error(e);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function A(e,o){return new Promise((function(n,s){var c=new w(e,o);if(c.signal&&c.signal.aborted)return s(new t.DOMException("Aborted","AbortError"));var u=new XMLHttpRequest;function l(){u.abort()}u.onload=function(){var e,t,r={status:u.status,statusText:u.statusText,headers:(e=u.getAllResponseHeaders()||"",t=new p,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var r=e.split(":"),o=r.shift().trim();if(o){var n=r.join(":").trim();t.append(o,n)}})),t)};r.url="responseURL"in u?u.responseURL:r.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;setTimeout((function(){n(new S(o,r))}),0)},u.onerror=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.ontimeout=function(){setTimeout((function(){s(new TypeError("Network request failed"))}),0)},u.onabort=function(){setTimeout((function(){s(new t.DOMException("Aborted","AbortError"))}),0)},u.open(c.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(c.url),!0),"include"===c.credentials?u.withCredentials=!0:"omit"===c.credentials&&(u.withCredentials=!1),"responseType"in u&&(i?u.responseType="blob":a&&c.headers.get("Content-Type")&&-1!==c.headers.get("Content-Type").indexOf("application/octet-stream")&&(u.responseType="arraybuffer")),!o||"object"!=typeof o.headers||o.headers instanceof p?c.headers.forEach((function(e,t){u.setRequestHeader(t,e)})):Object.getOwnPropertyNames(o.headers).forEach((function(e){u.setRequestHeader(e,f(o.headers[e]))})),c.signal&&(c.signal.addEventListener("abort",l),u.onreadystatechange=function(){4===u.readyState&&c.signal.removeEventListener("abort",l)}),u.send(void 0===c._bodyInit?null:c._bodyInit)}))}A.polyfill=!0,r.fetch||(r.fetch=A,r.Headers=p,r.Request=w,r.Response=S),t.Headers=p,t.Request=w,t.Response=S,t.fetch=A}({})}(n),n.fetch.ponyfill=!0,delete n.fetch.polyfill;var i=o.fetch?o:n;(t=i.fetch).default=i.fetch,t.fetch=i.fetch,t.Headers=i.Headers,t.Request=i.Request,t.Response=i.Response,e.exports=t},56:()=>{}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{"use strict";r.r(o),r.d(o,{auth:()=>c,authorization:()=>u,flows:()=>S,gcs:()=>j,groups:()=>m,search:()=>g,timer:()=>I,transfer:()=>p});var e={};r.r(e),r.d(e,{HOSTS:()=>L,ID:()=>C});var t={};r.r(t),r.d(t,{HOSTS:()=>k,ID:()=>N});var n={};r.r(n),r.d(n,{HOSTS:()=>F,ID:()=>H,SCOPES:()=>M});var i={};r.r(i),r.d(i,{HOSTS:()=>$,ID:()=>G,SCOPES:()=>q});var s={};r.r(s),r.d(s,{HOSTS:()=>z,ID:()=>V,SCOPES:()=>W});var a={};r.r(a),r.d(a,{HOSTS:()=>J,ID:()=>Y});var c={};r.r(c),r.d(c,{CONFIG:()=>re,getAuthorizationEndpoint:()=>oe,getTokenEndpoint:()=>ne});var u={};r.r(u),r.d(u,{PKCEAuthorization:()=>me,incremental:()=>_e,pkce:()=>we});var l={};r.r(l),r.d(l,{ls:()=>je,mkdir:()=>Ie,rename:()=>Be,symlink:()=>Re});var f={};r.r(f),r.d(f,{submissionId:()=>Ce,submitDelete:()=>Ue,submitTransfer:()=>De});var h={};r.r(h),r.d(h,{get:()=>Le});var p={};r.r(p),r.d(p,{CONFIG:()=>Ne,endpoint:()=>h,endpointSearch:()=>Pe,fileOperations:()=>l,taskSubmission:()=>f});var d={};r.r(d),r.d(d,{get:()=>ke,post:()=>He});var g={};r.r(g),r.d(g,{CONFIG:()=>Fe,query:()=>d});var y={};r.r(y),r.d(y,{get:()=>Ge,getMyGroups:()=>Me});var v={};r.r(v),r.d(v,{get:()=>$e});var b={};r.r(b),r.d(b,{act:()=>qe});var m={};r.r(m),r.d(m,{CONFIG:()=>Ve,groups:()=>y,membership:()=>b,policies:()=>v});var w={};r.r(w),r.d(w,{destroy:()=>Ye,get:()=>We,getAll:()=>ze});var _={};r.r(_),r.d(_,{getAll:()=>Je});var S={};r.r(S),r.d(S,{CONFIG:()=>Ke,flows:()=>w,runs:()=>_});var O={};r.r(O),r.d(O,{get:()=>Qe,getAll:()=>Xe});var A={};r.r(A),r.d(A,{get:()=>Ze});var T={};r.r(T),r.d(T,{create:()=>ot,get:()=>tt,getAll:()=>et,remove:()=>rt});var E={};r.r(E),r.d(E,{get:()=>it,getAll:()=>nt});var P={};r.r(P),r.d(P,{get:()=>at,getAll:()=>st});var x={};r.r(x),r.d(x,{info:()=>ct});var j={};r.r(j),r.d(j,{collections:()=>O,endpoint:()=>A,getRequiredScopes:()=>lt,roles:()=>T,storageGateways:()=>E,userCredentials:()=>P,versioning:()=>x});var I={};function B(e,t,r,o){if("a"===r&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?o:"a"===r?o.call(e):o?o.value:t.get(e)}function R(e,t,r,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?n.call(e,r):n?n.value=r:t.set(e,r),r}r.r(I),r.d(I,{CONFIG:()=>ht,create:()=>ft}),Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var U=r(107),D=r.n(U);const C="AUTH",L={integration:"auth.integration.globuscs.info",sandbox:"auth.sandbox.globuscs.info",production:"auth.globus.org",test:"auth.test.globuscs.info",staging:"auth.staging.globuscs.info",preview:"auth.preview.globus.org"},N="TRANSFER",k={sandbox:"transfer.sandbox.globuscs.info",production:"transfer.api.globusonline.org",staging:"transfer.api.staging.globuscs.info",integration:"transfer.api.integration.globuscs.info",test:"transfer.api.test.globuscs.info",preview:"transfer.api.preview.globus.org"},H="FLOWS",F={sandbox:"sandbox.flows.automate.globus.org",production:"flows.globus.org",staging:"staging.flows.automate.globus.org",integration:"integration.flows.automate.globus.org",test:"test.flows.automate.globus.org",preview:"preview.flows.automate.globus.org"},M={MANAGE_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/manage_flows",VIEW_FLOWS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/view_flows",RUN:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run",RUN_STATUS:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_status",RUN_MANAGE:"https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/run_manage"},G="GROUPS",$={sandbox:"groups.api.sandbox.globuscs.info",production:"groups.api.globus.org",staging:"groups.api.staging.globuscs.info",integration:"groups.api.integration.globuscs.info",test:"groups.api.test.globuscs.info",preview:"groups.api.preview.globuscs.info"},q={ALL:"urn:globus:auth:scope:groups.api.globus.org:all",VIEW_MY:"urn:globus:auth:scope:groups.api.globus.org:view_my_groups_and_membership"},V="SEARCH",z={sandbox:"search.api.sandbox.globuscs.info",production:"search.api.globus.org",staging:"search.api.staging.globuscs.info",integration:"search.api.integration.globuscs.info",test:"search.api.test.globuscs.info",preview:"search.api.preview.globus.org"},W={ALL:"urn:globus:auth:scope:search.api.globus.org:all",INGEST:"urn:globus:auth:scope:search.api.globus.org:ingest",SEARCH:"urn:globus:auth:scope:search.api.globus.org:search"},Y="TIMER",J={sandbox:"sandbox.timer.automate.globus.org",production:"timer.automate.globus.org",staging:"staging.timer.automate.globus.org",integration:"integration.timer.automate.globus.org",test:"test.timer.automate.globus.org",preview:"preview.timer.automate.globus.org"};class K extends Error{constructor(e,t){super(),this.name="EnvironmentConfigurationError",this.message=`Invalid configuration value provided for ${e} (${t}).`}}function X(e,t=void 0){const r="undefined"!=typeof window?window:process;let o;return o=function(e){return typeof window==typeof e}(r)?r:r.env,e in o?o[e]:t}const Q={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"};function Z(){const e=X("GLOBUS_SDK_ENVIRONMENT",Q.PRODUCTION);if(!e||!Object.values(Q).includes(e))throw new K("GLOBUS_SDK_ENVIRONMENT",e);return e}const ee={[C]:L,[N]:k,[H]:F,[G]:$,[V]:z,[Y]:J};function te(e,t,r){let o;return o="object"==typeof e?new URL(t,e.host):function(e,t="",r=Z()){const o=function(e,t=Z()){const r=function(e,t){return ee[e][t]}(e,t);return X(`GLOBUS_SDK_SERVICE_URL_${e}`,r?`https://${r}`:void 0)}(e,r);return new URL(t,o)}(e,t),r&&r.search&&(o.search=function(e){const t=new URLSearchParams;for(const[r,o]of Object.entries(e))Array.isArray(o)?t.set(r,o.join(",")):void 0!==o&&t.set(r,String(o));return t.toString()}(r.search)),o.toString()}const re=e;function oe(){return te(C,"/v2/oauth2/authorize")}function ne(){return te(C,"/v2/oauth2/token")}var ie;class se{constructor(){ie.set(this,{})}get(e){return B(this,ie,"f")[e]}set(e,t){B(this,ie,"f")[e]=t}remove(e){delete B(this,ie,"f")[e]}clear(){R(this,ie,{},"f")}}ie=new WeakMap;class ae{get(e){const t=localStorage.getItem(e);return null!==t?JSON.parse(t):null}set(e,t){localStorage.setItem(e,JSON.stringify(t))}remove(e){localStorage.removeItem(e)}clear(){localStorage.clear()}}let ce;function ue(){if(!ce)throw Error("You must create a storage system.");return ce}function le(e){e.scope.split(" ").forEach((t=>{ue().set(t,e)}))}function fe(e){const t=ue().get(e);return t&&function(e){const t=e;return Boolean(t.token_type&&t.access_token)}(t)?`${t.token_type} ${t.access_token}`:null}var he,pe,de,ge,ye,ve;let be;class me{constructor(e){if(he.add(this),pe.set(this,void 0),de.set(this,void 0),ge.set(this,void 0),be=function(e="memory"){if(!ce){let t;t="localStorage"===e?ae:"memory"===e?se:e,ce=new t}return ce}("localStorage"),!e.client_id)throw new Error("You must provide a `client_id`.");R(this,de,Object.assign({client_id:e.client_id,authorization_endpoint:oe(),token_endpoint:ne()},e),"f"),R(this,pe,B(this,he,"m",ye).call(this),"f")}reset(){B(this,he,"m",ve).call(this),ue().clear()}redirect(){this.reset(),window.location.replace(B(this,pe,"f").authorizeUrl())}handleCodeRedirect(e={removeStateAndReplaceLocation:!0}){return t=this,r=void 0,n=function*(){const t=new URL(window.location.href),r=new URLSearchParams(t.search);if(!r.get("code"))return;const o=yield B(this,pe,"f").exchangeForAccessToken(t.toString());var n;R(this,ge,o,"f"),le(n=B(this,ge,"f")),"other_tokens"in n&&n.other_tokens.forEach(le),e.removeStateAndReplaceLocation&&(r.delete("code"),r.delete("state"),t.search=r.toString(),window.location.replace(t))},new((o=void 0)||(o=Promise))((function(e,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(t){var r;t.done?e(t.value):(r=t.value,r instanceof o?r:new o((function(e){e(r)}))).then(s,a)}c((n=n.apply(t,r||[])).next())}));var t,r,o,n}hasToken(){return B(this,de,"f").requested_scopes.split(" ").every((e=>Boolean(fe(e))))}revoke(){this.reset()}}function we(e){return new me(e)}function _e(e){return new me(e)}pe=new WeakMap,de=new WeakMap,ge=new WeakMap,he=new WeakSet,ye=function(){return new(D())(B(this,de,"f"))},ve=function(){sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier")};var Se=r(98);const Oe=r.n(Se)();function Ae(e,t,r={}){const o=r.headers||{};if(!(null==o?void 0:o.Authorization)){const t=fe(e);t&&(o.Authorization=t)}return!(null==o?void 0:o["Content-Type"])&&(null==r?void 0:r.body)&&(o["Content-Type"]="application/json"),(null==r?void 0:r.__callable)?r.__callable(t,Object.assign(Object.assign({},r),{headers:o})):Oe(t,Object.assign(Object.assign({},r),{headers:o}))}var Te;function Ee(e,t,r){var o,n,i;return Ae(e.scope,te(e.service,e.path,{search:null==t?void 0:t.query}),Object.assign(Object.assign({method:e.method,body:(null==t?void 0:t.payload)?JSON.stringify(t.payload):void 0},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options),{headers:Object.assign(Object.assign({},null==t?void 0:t.headers),null===(i=null===(n=null==r?void 0:r.fetch)||void 0===n?void 0:n.options)||void 0===i?void 0:i.headers)}))}!function(e){e.POST="POST",e.GET="GET",e.DELETE="DELETE",e.PUT="PUT"}(Te||(Te={}));const Pe=function(e,t){const r=Object.assign(Object.assign({},e),{query:null==e?void 0:e.query});return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/endpoint_search"},r,t)};function xe(e){return e===Te.GET?{}:{"Content-Type":"application/json"}}const je=function(e,t,r){return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/ls`},t,r)},Ie=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"mkdir"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},xe(Te.POST)),null==t?void 0:t.headers)};return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/mkdir`,method:Te.POST},o,r)},Be=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"rename"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},xe(Te.POST)),null==t?void 0:t.headers)};return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/rename`,method:Te.POST},o,r)},Re=function(e,t,r){const o={payload:Object.assign({DATA_TYPE:"symlink"},null==t?void 0:t.payload),headers:Object.assign(Object.assign({},xe(Te.POST)),null==t?void 0:t.headers)};return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/operation/endpoint/${e}/symlink`,method:Te.POST},o,r)},Ue=function(e,t){const r={payload:Object.assign({DATA_TYPE:"delete"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},xe(Te.POST)),null==e?void 0:e.headers)};return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/delete",method:Te.POST},r,t)},De=function(e,t){const r={payload:Object.assign({DATA_TYPE:"transfer"},null==e?void 0:e.payload),headers:Object.assign(Object.assign({},xe(Te.POST)),null==e?void 0:e.headers)};return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/transfer",method:Te.POST},r,t)},Ce=function(e,t){return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:"/v0.10/submission_id"},e,t)},Le=function(e,t,r){return Ee({service:N,scope:"urn:globus:auth:scope:transfer.api.globus.org:all",path:`/v0.10/endpoint/${e}`},t,r)},Ne=t,ke=function(e,t,r){return Ee({service:V,scope:W.SEARCH,path:`/v1/index/${e}/search`},t,r)},He=function(e,t,r){return Ee({service:V,scope:W.SEARCH,path:`/v1/index/${e}/search`,method:Te.POST},t,r)},Fe=s,Me=function(e={},t){var r;return Ae(q.ALL,te(G,"/v2/groups/my_groups",{search:e.query}),Object.assign({},null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options))},Ge=function(e,t={},r){var o;return Ae(q.ALL,te(G,`/v2/groups/${e}`,{search:t.query}),Object.assign({},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},$e=function(e,t,r){var o;return Ae(q.ALL,te(G,`/v2/groups/${e}/policies`),Object.assign({},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},qe=function(e,t,r){var o;if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return Ae(q.ALL,te(G,`/v2/groups/${e}/policies`),Object.assign({method:"POST",body:JSON.stringify(t.payload)},null===(o=null==r?void 0:r.fetch)||void 0===o?void 0:o.options))},Ve=i,ze=function(e,t){return Ee({service:H,scope:M.VIEW_FLOWS,path:"/flows"},e,t)},We=function(e,t,r){return Ee({service:H,scope:M.VIEW_FLOWS,path:`/flows/${e}`},t,r)},Ye=function(e,t,r){return Ee({scope:M.MANAGE_FLOWS,service:H,path:`/flows/${e}`,method:Te.DELETE},t,r)},Je=function(e={},t){return Ee({service:H,scope:M.RUN_MANAGE,path:"/runs"},e,t)},Ke=n,Xe=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/collections"},t,r)},Qe=function(e,t,r,o){return Ee({service:e,scope:lt(e),path:`/api/collections/${t}`},r,o)},Ze=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/endpoint"},t,r)},et=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/roles"},t,r)},tt=function(e,t,r,o){return Ee({service:e,scope:lt(e),path:`/api/roles/${t}`},r,o)},rt=function(e,t,r,o){return Ee({service:e,scope:lt(e),path:`/api/roles/${t}`,method:Te.DELETE},r,o)},ot=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/roles",method:Te.POST},t,r)},nt=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/storage_gateways"},t,r)},it=function(e,t,r,o){return Ee({service:e,scope:lt(e),path:`/api/storage_gateways/${t}`},r,o)},st=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/user_credentials"},t,r)},at=function(e,t,r,o){return Ee({service:e,scope:lt(e),path:`/api/user_credentials/${t}`},r,o)},ct=function(e,t,r){return Ee({service:e,scope:lt(e),path:"/api/info"},t,r)},ut={HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections",NON_HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections[*https://auth.globus.org/scopes/<MAPPED_COLLECTION_ID>/data_access]"};function lt(e){return ut.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",e.endpoint_id)}const ft=function(e,t){return Ee({service:Y,scope:"https://auth.globus.org/scopes/524230d7-ea86-4a52-8312-86065a9e0417/timer",path:"/v2/timer",method:Te.POST},e,t)},ht=a})(),globus=o})();
|
package/tsconfig.cjs.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@globus/types/index.d.ts","../../../../node_modules/@globus/types/auth/index.d.ts","../../../../node_modules/@globus/types/transfer/advanced-endpoint-managment.d.ts","../../../../node_modules/@globus/types/transfer/index.d.ts","../../../../node_modules/tslib/tslib.d.ts","../../../../node_modules/js-pkce/dist/iconfig.d.ts","../../../../node_modules/js-pkce/dist/iobject.d.ts","../../../../node_modules/js-pkce/dist/itokenresponse.d.ts","../../../../node_modules/js-pkce/dist/pkce.d.ts","../src/lib/services/auth/config.ts","../src/lib/services/transfer/config.ts","../src/lib/services/flows/config.ts","../src/lib/services/groups/config.ts","../src/lib/services/search/config.ts","../src/lib/core/errors.ts","../src/lib/core/global.ts","../node_modules/cross-fetch/index.d.ts","../src/lib/core/internals/fetch.ts","../src/lib/core/storage/memory.ts","../src/lib/core/storage/local-storage.ts","../src/lib/core/storage/index.ts","../src/lib/core/consent.ts","../src/lib/core/fetch.ts","../src/lib/services/types.ts","../src/lib/services/shared.ts","../../../../node_modules/@globus/types/gcs-manager/api.d.ts","../src/lib/services/globus-connect-server/service/collections.ts","../src/lib/services/globus-connect-server/service/endpoint.ts","../src/lib/services/globus-connect-server/service/roles.ts","../src/lib/services/globus-connect-server/service/storage-gateways.ts","../src/lib/services/globus-connect-server/service/user-credentials.ts","../src/lib/services/globus-connect-server/service/versioning.ts","../src/lib/services/globus-connect-server/index.ts","../src/lib/core/url.ts","../src/lib/services/auth/index.ts","../src/lib/core/authorization.ts","../src/lib/services/transfer/service/endpoint-search.ts","../src/lib/services/transfer/shared.ts","../src/lib/services/transfer/types.ts","../src/lib/services/transfer/service/file-operations.ts","../src/lib/services/transfer/service/task-submission.ts","../src/lib/services/transfer/service/endpoint.ts","../src/lib/services/transfer/index.ts","../src/lib/services/search/service/query.ts","../src/lib/services/search/index.ts","../../../../node_modules/@globus/types/groups/index.d.ts","../src/lib/services/groups/service/groups.ts","../src/lib/services/groups/service/policies.ts","../src/lib/services/groups/service/membership.ts","../src/lib/services/groups/index.ts","../src/lib/services/flows/service/flows.ts","../src/lib/services/flows/service/runs.ts","../src/lib/services/flows/index.ts","../src/index.ts","../src/lib/services/auth/types.ts","../src/lib/services/globus-connect-server/client.ts","../../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../../node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/dom-events.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/globals.global.d.ts","../../../../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"80c7985831b26fe414ac23877e57dbd8ea39f78dfef091fc33b0520e4132eff9","affectsGlobalScope":true},{"version":"db07548bc2422eaeb99f6691a5c942dc7ef7b209e4f9e5ad43cdc86999303095","affectsGlobalScope":true},{"version":"05c942c05c81b4a1fa7007e6cc258931f9dac0d7652c90880984a86d81ff65d1","affectsGlobalScope":true},{"version":"220aefe9b6c3707da43d6705164148086ff5d0d3def028371757affdc987b08b","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","be873739d8c0de01a93a2071d06b25da44fe098b493e5f8da41a99956f4b56e4","a68fbe120d9724edc6b46a7fda786df37fc2a3edaf29141b723f43421da472fe","6815a466629f0adbc201ae2002134c5407d18bf233d7ad3e824239250e17185d","146842cc095441ee8e23babc3631aafecc5489c9aa0f3675aaebb8cab9f78810",{"version":"ea10f1e3148b5c9296769eda3da0e1913fac8514949d6a36c08c6b256651ecba","signature":"15fc6d41a736eed0c7dbe31dfa9d99fa4305c014b4f2b2b58e5731bea1936cdb"},{"version":"a4d273c52a662315b04d9ae677799c2291e35dd1a9281514e22dabd9a59ba288","signature":"faf98e5426a40b2805860828f521f2068254b8429901f09c7c269f12312872c6"},{"version":"645496fd2530a5f47af15c1d288b412b66369002b60293415f7026d567afb7f6","signature":"14feb1769c4626705339099328e0c6615e0254dc8ea252925b3dacbbeb1d5076"},{"version":"7af577299177203ec5de43c2fdd2e262ebd5cb08af5d0e69a63ffdd1efe2a502","signature":"03e487f370d7a7eabc35b84cd11ec14124f6e8c4e20b870133aa5b3b5e3e7b39"},{"version":"e99a8d9e0df456a33a5a8c91d829f6974a6536009d6323ea5ccc0e00c8207385","signature":"64e76709272d08680a317c887db133f61447f0b69defd26e5e6fb2c6f3b6798c"},{"version":"dce9539e9446d19f44dde5704baf76cd4ad00f74f7803adeeb1da21ca18ce596","signature":"60db051da38452679329bf0ea8d39e49db94ec134a014dd4bbed1f8b481161ea"},{"version":"b57ccb59c14fb309206bda56069e89f4f0bc136541c2242f2231499947e33de3","signature":"ae089d66a79476691c6526b732e4d352e15af4aed6a1ab2cc5d8d6b45fac3a6b"},{"version":"409cf8770fbb9f099124e9ca744282ebfd85df2fd3650ae05c4ee3d03af66714","affectsGlobalScope":true},{"version":"82a225db6f0e5467a7d30b3e0dc225e9268c49627db8cdbb15a42e014400467e","signature":"033fc8672438d43c447e934b5e99a474592f83484c601d07f090bd004a69b843"},{"version":"a0adedd98d8db1a2526c3ed6630a07197658e3dac37cbf989c467a02a4761ef9","signature":"2cd0a655233bbce0efd84442fc12209b006c428e265575633c2f14ecbc9394fe"},{"version":"bb5b2c85d39cba7ff4667f880f01a2a2bc450d10802b186c978705d6a760f3ca","signature":"51a80b8a8401dadd92261545f54a5dc78bd4774d38a5cd99e6fc88eb7ad45050"},{"version":"21fe3fc527f0598c2f13f27fec3137cf8985e10e35f9c42f3ebd729cfcd8201b","signature":"85365cb3555e0f20ded57c83dd0b548e2199e97b354433651ea2f6ec225e70f7"},{"version":"ddec6502c69c2f29ee6767a5736a7344eaf2fc87c774763ad3d31bf78fd7f3c9","signature":"d75264de78e239a4e2efb1e7ffc3b984e724d06590dedb5e9a8e86ff79ad0de7"},{"version":"80b6ad41c7aa0a435a2f365ae55f252f4b7ca105dbf8cd44370ff85606726527","signature":"381168fb8de2312a2a8bc7b9cec8c39316411ba94a470f6212aece4971428f17"},{"version":"bc723d7bdc97069f062dfb6bb5b734b4bf6550ea34a31266c6f3d7d6c2ac9e5e","signature":"d0e331731d9f50097403f214fd0598a72fad24832185f0032fc4921ded54b583"},{"version":"d02e89e3188fdc7afe8a28217376187d14eaacc892a7f4c887db79d52f91a3a7","signature":"eaed18105fa0a577a62032bb5fe241fcbd224b88c2fdcad2bd1508999adac31f"},"de1ea74078ab566fe0aeac2ce3874ca1df2b241a79f3a87395c71dd2b16246ac",{"version":"082098cc72210ded4172c8df5e1e37dd74580fce0a0c22fd30a5ff192a9b5424","signature":"ff6634014e5824e538dd0d77c6c5962f5ce3b052f45ca97353ab1d3a5fb5f308"},{"version":"015a2a2b10b1bc0c1406aca638c30e8d2770a181bbc4e4f2e8dca3b0fd846111","signature":"7449a712263c9c4a6e97ce980f70dd9c799762cd7e4d0ab0cef6c6d21fc0bf87"},{"version":"70c5e8eb62d721473cf0032b6bc8e1e602f07abd7b568c85cbf99be6638a9f0f","signature":"8c123c932323d15e991ba0b31ca473a228b62e672cde714a1168865ee9765eda"},{"version":"04dae9ac9e416914d2f4d51b5b9dd642fb6873dd3618881d6a2256c179f14fab","signature":"e8a4a11bbab5089ad4c0b4c017ad4864926c252eb955ecf3b0f8b6dac9c971a6"},{"version":"c1a6589a02205c22f4527bc95f7fe98f3d2aed209cf0bd2c9ff80d432fa2df2e","signature":"902ed5e0331ab028663234d29d4690929ca25e4bb102dba7873d7fce58db6116"},{"version":"f24465efc7a63fc037ad3c648e3e1f98f8c6d145fb4becbedb484988103153c4","signature":"9f6e709cac0547cef9d49a567af7652d5698d48866ad5f1dc90437c30fe3d4a2"},{"version":"45e8984d3471d36922336fff3a4556493e6b00c99d13740b999f1efa2b94e4d7","signature":"d210515b3b739bfbdda9988056798a28559652eeeacaafe6772f7b1198baedb1"},{"version":"1280468d87689ddf9038ee1c8eb885c0cce42acc4a2f7884b17d92999a996ad2","signature":"fed4df7e0908d72d6263c777f32df24d7c9ccf89d74f37779695caf5feaaf492"},{"version":"081238d0ace099a126ec2f6b11947819f54810f7522e298a304a96ab042cc432","signature":"0d983e23bab097959d6c4641304821f48edc6a78d4880cdee74a818431e5b877"},{"version":"09d91b19dca86c50302dc7666ec03ff347031f4d4e4a505e8f4a18c0443cbd21","signature":"79ecac4cc45f5a8f9e5235397bab5e123cb083edaa2e8a7afa0040381b8f2a1a"},{"version":"6099820c8bd94d071a7d3953c4e7fab552544f4cd543acd0f482f2cd748049ab","signature":"ab7a32baa61a62720babaa1cbca8a1cfa26c598a43705670ed9c339cb4ee8d8f"},{"version":"194b4d28c296e27916dfca6facaac24aa612257f5e132a850aed68d0f9fdc6b7","signature":"13f26fff6885eb9b3a556101972356afb9998ce0d059b8b5553a9a45e0d83ea5"},{"version":"6dc9d3ec284dc48961343ba0c777eeb49eaa0319751cd2fb77c1a444d6bd0df7","signature":"54cd337ea793cab3085a3bbd4873177863fceb997f3433854cb972376c4a9f67"},{"version":"726efc4095c523a4aec7845e2c922e27c9d150330132c4915d266862de339dbb","signature":"15683a1f0a8873e9290ba92df0bbc2e51d2ad6c4b8fdc429b9dfa4d31d6ba81b"},{"version":"bc934bfdc0863308a911fb2b69a6a9ecd49a9e3003d92dd4c9eb42615b1c62a7","signature":"8516bc47ab68b1944cf74c3564b1684fb1f6ef0d23d876efab3f467b52101992"},{"version":"b0d3a29c5e8db578802b98f062bc17af122504d35b6d71c987ce7947379245f7","signature":"22464c08e06c6257debaa3798fd6b6de959681036ac5c68a2cfbb6e5048b3daa"},{"version":"479aa43cb47804e8df9f6d5cf274a928567e9f422a2d0cbc786ce93c8a20f299","signature":"18f8d755d7b9ca22a0bcb2e077e942a77e7bf7219d8bfb55deb37ad67fd9c264"},{"version":"226bdbc5efde0ca9a41d37f62ac4fef70d03d2a7abe1fb064eefc43239a5916e","signature":"5dd164e3aaee93601dd78a26593339767152ea861f0cdf8d48f59a87af2e3d29"},{"version":"b3606c5d4acef5e783b9e889747d12a8a4e006f21de226157a42d97321242bf3","signature":"0afcae65cae2793dd1bbe8b9caa4832dd20709d05c5a335844197729d04c7e07"},"8be18288dbbfecf9ce907a8ac5525305cc16c27aba17627e0d0eff36f1dbafd7",{"version":"97970a5e1fb631a4d50327c94ce8fa95f6e62e20f7009731ceaa544d19f2811b","signature":"89e96ff20e03b7aa8419f5190e05508b3c4957118ac8fb541ca17d17de88fc68"},{"version":"f43c487e5bba64e0b2845dfb63736be6201224983982dc378bdea033a0f7ca49","signature":"7364e51e09c2f8012f4693eaf1a6640f2f3416dac39e2ef694caf6f3a960fb3d"},{"version":"b80c2fe47f6a238fefbaa9a94ba2d47723fa4c71b26f93aa565a165ff62d400e","signature":"12a9a537f5aac39ac74088a524025d0f6f61a33b9ccb7d395386cdf899443521"},{"version":"a252145f7e9f787a292942eb17deecb136842b6173fd51603e3e0f065d8ee2de","signature":"435e3895f670560921569c591fcd7066e7f5d108de6ff9338521d7f6019d64f0"},{"version":"717b4c9416641122b39724a0058a348dfefaa580f6e979778d3a89c3c6b24baf","signature":"d9cf4b36f3a18b90439473d09ab781019a930e3d1e230b02110ce4d3c1a609e5"},{"version":"66b44ca956e91fc05c26c6eeb4f3a3f454ac46711517f86fcfd4eb83c0655b45","signature":"f76fe3d88d39035b357671fcb5aa888754bdaba5dd88e8c73e4be93c45b34e1b"},{"version":"84b5cfe8503014579356b2b007085fad40f280ab9f7f88da8bdfdcdaf6a71285","signature":"dcb586972011680d6a5c064b234dd727924d27ad89d91989373c9cd384c6b961"},{"version":"e00ac9eb727b53aad243bd2ca9738875ce1ca8550cdbb76cb1fa42788fe60800","signature":"c9cd2766a7381c6a46f21511bab2189403d5f37d83a708dc4c16e9a0cac93484"},{"version":"89b42497b569ae1238367bc6a5b16194f3434afb8c59ffe1066a775b97b934a0","signature":"929b6de860ce7175b87917aa8d652ddd47519d5c15c483ae3b78218571076195"},{"version":"bca06161d9dcbe6386bee1923722f7124b1a49db9e53ed1d0401d2a8c9ae6301","signature":"80c0cb5001a36b8b3b457113601aed71d398f45a9faab70be791887427f1c3d7"},"cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","c085e9aa62d1ae1375794c1fb927a445fa105fed891a7e24edbb1c3300f7384a","f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec",{"version":"c8950367d1812758e9e354c695c60c3e6311bf2cd98b9f9eb469a19df8a9a486","affectsGlobalScope":true},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"ca72190df0eb9b09d4b600821c8c7b6c9747b75a1c700c4d57dc0bb72abc074c","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"bb65c6267c5d6676be61acbf6604cf0a4555ac4b505df58ac15c831fcbff4e3e","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d076fede3cb042e7b13fc29442aaa03a57806bc51e2b26a67a01fbc66a7c0c12","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","fd93cee2621ff42dabe57b7be402783fd1aa69ece755bcba1e0290547ae60513","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e9a8d4274033cb520ee12d6f68d161ba2b9128b87399645d3916b71187032836"],"root":[[55,61],[63,70],[72,90],[92,101]],"options":{"composite":true,"declaration":true,"declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"outDir":"./cjs","rootDir":"../src","skipDefaultLibCheck":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":2},"fileIdsList":[[157],[46,49,157],[46,48,157],[111,157],[114,157],[115,120,148,157],[116,127,128,135,145,156,157],[116,117,127,135,157],[118,157],[119,120,128,136,157],[120,145,153,157],[121,123,127,135,157],[122,157],[123,124,157],[127,157],[125,127,157],[127,128,129,145,156,157],[127,128,129,142,145,148,157],[157,161],[130,135,145,156,157],[127,128,130,131,135,145,153,156,157],[130,132,145,153,156,157],[111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],[127,133,157],[134,156,157],[123,127,135,145,157],[136,157],[137,157],[114,138,157],[139,155,157,161],[140,157],[141,157],[127,142,143,157],[142,144,157,159],[115,127,145,146,147,148,157],[115,145,147,157],[145,146,157],[148,157],[149,157],[127,151,152,157],[151,152,157],[120,135,145,153,157],[154,157],[135,155,157],[115,130,141,156,157],[120,157],[145,157,158],[157,159],[157,160],[115,120,127,129,138,145,156,157,159,161],[145,157,162],[51,52,53,157],[104,157],[106,109,157],[102,108,157],[106,157],[103,107,157],[105,157],[46,47,49,50,78,80,81,88,90,95,98,157],[50,51,53,54,66,67,80,157],[50,53,66,80,157],[50,157],[50,63,67,157],[50,55,56,57,58,59,60,157],[50,62,157],[50,64,65,157],[50,66,157],[50,61,78,157],[50,61,157],[50,53,55,79,157],[50,53,157],[50,57,96,97,157],[50,57,69,70,157],[50,72,73,74,75,76,77,78,157],[50,69,72,73,74,75,76,77,157],[50,69,70,71,78,157],[50,58,92,93,94,157],[50,58,68,69,79,91,157],[50,59,89,157],[50,59,69,70,157],[50,61,68,69,78,79,157],[50,56,82,85,86,87,157],[50,56,69,70,157],[50,56,69,70,83,84,157],[50,70,157],[50,68,79,157],[78,80,81,88,90,95,98],[51],[53,80],[63],[66],[61,78],[61],[53,55],[53],[57,96,97],[69],[69,78],[69,72,73,74,75,76,77],[69,71,78],[58,92,93,94],[69,91],[59,89],[61,69,78],[56,82,85,86,87],[69,84],[70],[68,79]],"referencedMap":[[47,1],[71,1],[91,1],[46,1],[48,2],[49,3],[102,1],[111,4],[112,4],[114,5],[115,6],[116,7],[117,8],[118,9],[119,10],[120,11],[121,12],[122,13],[123,14],[124,14],[126,15],[125,16],[127,15],[128,17],[129,18],[113,19],[163,1],[130,20],[131,21],[132,22],[164,23],[133,24],[134,25],[135,26],[136,27],[137,28],[138,29],[139,30],[140,31],[141,32],[142,33],[143,33],[144,34],[145,35],[147,36],[146,37],[148,38],[149,39],[150,1],[151,40],[152,41],[153,42],[154,43],[155,44],[156,45],[157,46],[158,47],[159,48],[160,49],[161,50],[162,51],[103,1],[51,1],[52,1],[53,1],[54,52],[50,1],[105,53],[104,1],[110,54],[62,1],[109,55],[107,56],[108,57],[106,58],[44,1],[45,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[19,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[34,1],[31,1],[32,1],[33,1],[35,1],[7,1],[36,1],[41,1],[42,1],[37,1],[38,1],[39,1],[40,1],[1,1],[43,1],[99,59],[81,60],[67,61],[60,62],[68,63],[61,64],[63,65],[66,66],[65,67],[64,67],[79,68],[55,69],[80,70],[100,71],[57,69],[98,72],[96,73],[97,73],[101,74],[78,75],[72,76],[73,76],[74,76],[75,76],[76,76],[77,76],[58,69],[95,77],[92,78],[94,78],[93,78],[59,69],[90,79],[89,80],[70,81],[56,69],[88,82],[82,83],[87,83],[85,84],[86,84],[83,85],[84,62],[69,86]],"exportedModulesMap":[[47,1],[71,1],[91,1],[46,1],[48,2],[49,3],[102,1],[111,4],[112,4],[114,5],[115,6],[116,7],[117,8],[118,9],[119,10],[120,11],[121,12],[122,13],[123,14],[124,14],[126,15],[125,16],[127,15],[128,17],[129,18],[113,19],[163,1],[130,20],[131,21],[132,22],[164,23],[133,24],[134,25],[135,26],[136,27],[137,28],[138,29],[139,30],[140,31],[141,32],[142,33],[143,33],[144,34],[145,35],[147,36],[146,37],[148,38],[149,39],[150,1],[151,40],[152,41],[153,42],[154,43],[155,44],[156,45],[157,46],[158,47],[159,48],[160,49],[161,50],[162,51],[103,1],[51,1],[52,1],[53,1],[54,52],[50,1],[105,53],[104,1],[110,54],[62,1],[109,55],[107,56],[108,57],[106,58],[44,1],[45,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[19,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[34,1],[31,1],[32,1],[33,1],[35,1],[7,1],[36,1],[41,1],[42,1],[37,1],[38,1],[39,1],[40,1],[1,1],[43,1],[99,87],[81,88],[67,89],[68,90],[65,91],[64,91],[79,92],[55,93],[80,94],[100,95],[57,93],[98,96],[96,97],[97,97],[101,98],[78,99],[72,100],[73,100],[74,100],[75,100],[76,100],[77,100],[58,93],[95,101],[92,102],[94,102],[93,102],[59,93],[90,103],[89,97],[70,104],[56,93],[88,105],[82,97],[87,97],[85,106],[86,106],[83,107],[69,108]],"semanticDiagnosticsPerFile":[47,71,91,46,48,49,102,111,112,114,115,116,117,118,119,120,121,122,123,124,126,125,127,128,129,113,163,130,131,132,164,133,134,135,136,137,138,139,140,141,142,143,144,145,147,146,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,103,51,52,53,54,50,105,104,110,62,109,107,108,106,44,45,8,10,9,2,11,12,13,14,15,16,17,18,3,4,19,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43,99,81,67,60,68,61,63,66,65,64,79,55,80,100,57,98,96,97,101,78,72,73,74,75,76,77,58,95,92,94,93,59,90,89,70,56,88,82,87,85,86,83,84,69],"latestChangedDtsFile":"./cjs/lib/services/globus-connect-server/client.d.ts"},"version":"5.2.2"}
|