@globus/sdk 0.7.3 → 1.0.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/CHANGELOG.md +148 -0
- package/LICENSE +201 -0
- package/README.md +2 -1
- package/dist/LICENSE +201 -0
- package/dist/README.md +48 -0
- package/dist/{commonjs/src → esm}/index.js +8 -7
- package/dist/esm/index.js.map +1 -0
- package/dist/{browser/src → esm}/lib/core/authorization.js +27 -21
- package/dist/esm/lib/core/authorization.js.map +1 -0
- package/dist/{src → esm}/lib/core/consent.d.ts.map +1 -1
- package/dist/esm/lib/core/consent.js.map +1 -0
- package/dist/{browser/src → esm}/lib/core/errors.d.ts +1 -1
- package/dist/{src → esm}/lib/core/errors.d.ts.map +1 -1
- package/dist/{commonjs/src → esm}/lib/core/errors.js +2 -1
- package/dist/esm/lib/core/errors.js.map +1 -0
- package/dist/esm/lib/core/fetch.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/core/global.js +6 -5
- package/dist/esm/lib/core/global.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/core/internals/fetch.js +2 -1
- package/dist/{src → esm}/lib/core/internals/fetch.js.map +1 -1
- package/dist/{src → esm}/lib/core/storage/index.d.ts +8 -2
- package/dist/{src → esm}/lib/core/storage/index.d.ts.map +1 -1
- package/dist/{commonjs/src → esm}/lib/core/storage/index.js +10 -1
- package/dist/esm/lib/core/storage/index.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/core/storage/local-storage.d.ts +2 -2
- package/dist/{src → esm}/lib/core/storage/local-storage.d.ts.map +1 -1
- package/dist/esm/lib/core/storage/local-storage.js.map +1 -0
- package/dist/{src → esm}/lib/core/storage/memory.d.ts +2 -2
- package/dist/{src → esm}/lib/core/storage/memory.d.ts.map +1 -1
- package/dist/esm/lib/core/storage/memory.js +25 -0
- package/dist/esm/lib/core/storage/memory.js.map +1 -0
- package/dist/esm/lib/core/url.js.map +1 -0
- package/dist/esm/lib/services/auth/config.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/auth/index.js +2 -1
- package/dist/esm/lib/services/auth/index.js.map +1 -0
- package/dist/esm/lib/services/flows/config.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/flows/index.js +4 -3
- package/dist/esm/lib/services/flows/index.js.map +1 -0
- package/dist/esm/lib/services/flows/service/flows.js.map +1 -0
- package/dist/esm/lib/services/flows/service/runs.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/client.js +7 -6
- package/dist/esm/lib/services/globus-connect-server/client.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/index.js +7 -6
- package/dist/esm/lib/services/globus-connect-server/index.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/collections.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/endpoint.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/roles.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/storage-gateways.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/user-credentials.js.map +1 -0
- package/dist/esm/lib/services/globus-connect-server/service/versioning.js.map +1 -0
- package/dist/esm/lib/services/groups/config.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/groups/index.js +5 -4
- package/dist/esm/lib/services/groups/index.js.map +1 -0
- package/dist/esm/lib/services/groups/service/groups.js.map +1 -0
- package/dist/esm/lib/services/groups/service/membership.js.map +1 -0
- package/dist/esm/lib/services/groups/service/policies.js.map +1 -0
- package/dist/esm/lib/services/search/config.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/search/index.js +3 -2
- package/dist/esm/lib/services/search/index.js.map +1 -0
- package/dist/esm/lib/services/search/service/query.js.map +1 -0
- package/dist/esm/lib/services/shared.js.map +1 -0
- package/dist/esm/lib/services/transfer/config.js.map +1 -0
- package/dist/{commonjs/src → esm}/lib/services/transfer/index.js +5 -4
- package/dist/esm/lib/services/transfer/index.js.map +1 -0
- package/dist/esm/lib/services/transfer/service/endpoint-search.js.map +1 -0
- package/dist/esm/lib/services/transfer/service/endpoint.js.map +1 -0
- package/dist/esm/lib/services/transfer/service/file-operations.js.map +1 -0
- package/dist/esm/lib/services/transfer/service/task-submission.js.map +1 -0
- package/dist/esm/lib/services/transfer/shared.js.map +1 -0
- package/dist/package.json +30 -0
- package/dist/umd/globus.production.js +1 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +85 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/_globus_sdk.authorization.PKCEAuthorization.html +202 -0
- package/docs/functions/Client___Globus_Connect_Server_Manager_API.getClient.html +212 -0
- package/docs/functions/_globus_sdk.auth.getAuthorizationEndpoint.html +67 -0
- package/docs/functions/_globus_sdk.auth.getTokenEndpoint.html +67 -0
- package/docs/functions/_globus_sdk.authorization.incremental.html +71 -0
- package/docs/functions/_globus_sdk.authorization.pkce.html +71 -0
- package/docs/functions/_globus_sdk.flows.flows.destroy.html +84 -0
- package/docs/functions/_globus_sdk.flows.flows.get.html +84 -0
- package/docs/functions/_globus_sdk.flows.flows.getAll.html +82 -0
- package/docs/functions/_globus_sdk.flows.runs.getAll.html +80 -0
- package/docs/functions/_globus_sdk.gcs.collections.get.html +92 -0
- package/docs/functions/_globus_sdk.gcs.collections.getAll.html +90 -0
- package/docs/functions/_globus_sdk.gcs.endpoint.get.html +89 -0
- package/docs/functions/_globus_sdk.gcs.getRequiredScopes.html +77 -0
- package/docs/functions/_globus_sdk.gcs.roles.get.html +92 -0
- package/docs/functions/_globus_sdk.gcs.roles.getAll.html +90 -0
- package/docs/functions/_globus_sdk.gcs.storageGateways.get.html +92 -0
- package/docs/functions/_globus_sdk.gcs.storageGateways.getAll.html +90 -0
- package/docs/functions/_globus_sdk.gcs.userCredentials.get.html +92 -0
- package/docs/functions/_globus_sdk.gcs.userCredentials.getAll.html +90 -0
- package/docs/functions/_globus_sdk.gcs.versioning.info.html +89 -0
- package/docs/functions/_globus_sdk.groups.groups.get.html +84 -0
- package/docs/functions/_globus_sdk.groups.groups.getMyGroups.html +82 -0
- package/docs/functions/_globus_sdk.groups.membership.act.html +85 -0
- package/docs/functions/_globus_sdk.groups.policies.get.html +83 -0
- package/docs/functions/_globus_sdk.search.query.get.html +84 -0
- package/docs/functions/_globus_sdk.transfer.endpoint.get.html +84 -0
- package/docs/functions/_globus_sdk.transfer.endpointSearch.html +89 -0
- package/docs/functions/_globus_sdk.transfer.fileOperations.ls.html +90 -0
- package/docs/functions/_globus_sdk.transfer.fileOperations.mkdir.html +90 -0
- package/docs/functions/_globus_sdk.transfer.fileOperations.rename.html +92 -0
- package/docs/functions/_globus_sdk.transfer.fileOperations.symlink.html +90 -0
- package/docs/functions/_globus_sdk.transfer.taskSubmission.submissionId.html +85 -0
- package/docs/functions/_globus_sdk.transfer.taskSubmission.submitDelete.html +87 -0
- package/docs/functions/_globus_sdk.transfer.taskSubmission.submitTransfer.html +81 -0
- package/docs/index.html +114 -0
- package/docs/modules/Client___Globus_Connect_Server_Manager_API.html +61 -0
- package/docs/modules/_globus_sdk.auth.html +84 -0
- package/docs/modules/_globus_sdk.authorization.html +75 -0
- package/docs/modules/_globus_sdk.flows.flows.html +75 -0
- package/docs/modules/_globus_sdk.flows.html +77 -0
- package/docs/modules/_globus_sdk.flows.runs.html +71 -0
- package/docs/modules/_globus_sdk.gcs.collections.html +84 -0
- package/docs/modules/_globus_sdk.gcs.endpoint.html +78 -0
- package/docs/modules/_globus_sdk.gcs.html +94 -0
- package/docs/modules/_globus_sdk.gcs.roles.html +80 -0
- package/docs/modules/_globus_sdk.gcs.storageGateways.html +80 -0
- package/docs/modules/_globus_sdk.gcs.userCredentials.html +80 -0
- package/docs/modules/_globus_sdk.gcs.versioning.html +78 -0
- package/docs/modules/_globus_sdk.groups.groups.html +78 -0
- package/docs/modules/_globus_sdk.groups.html +79 -0
- package/docs/modules/_globus_sdk.groups.membership.html +72 -0
- package/docs/modules/_globus_sdk.groups.policies.html +72 -0
- package/docs/modules/_globus_sdk.html +95 -0
- package/docs/modules/_globus_sdk.search.html +75 -0
- package/docs/modules/_globus_sdk.search.query.html +70 -0
- package/docs/modules/_globus_sdk.transfer.endpoint.html +73 -0
- package/docs/modules/_globus_sdk.transfer.fileOperations.html +79 -0
- package/docs/modules/_globus_sdk.transfer.html +84 -0
- package/docs/modules/_globus_sdk.transfer.taskSubmission.html +77 -0
- package/docs/types/_globus_sdk.auth.Token.html +70 -0
- package/docs/types/_globus_sdk.auth.TokenResponse.html +73 -0
- package/docs/types/_globus_sdk.gcs.GCSConfiguration.html +87 -0
- package/docs/types/_globus_sdk.gcs.GCSServiceMethod.html +96 -0
- package/docs/types/_globus_sdk.gcs.GCSServiceMethodDynamicSegments.html +100 -0
- package/docs/variables/_globus_sdk.auth.CONFIG.html +64 -0
- package/docs/variables/_globus_sdk.flows.CONFIG.html +62 -0
- package/docs/variables/_globus_sdk.groups.CONFIG.html +63 -0
- package/docs/variables/_globus_sdk.search.CONFIG.html +61 -0
- package/docs/variables/_globus_sdk.transfer.CONFIG.html +64 -0
- package/jest.config.ts +12 -0
- package/jest.setup.ts +10 -0
- package/mocks/handlers.ts +54 -0
- package/mocks/server.ts +5 -0
- package/package.json +24 -18
- package/scripts/generate-package-json.js +38 -0
- package/scripts/openapi-types.ts +50 -0
- package/src/__utils__/service-test-suite.ts +31 -0
- package/{dist/commonjs/src/index.d.ts → src/index.ts} +5 -1
- package/src/lib/core/__tests__/fetch.spec.ts +22 -0
- package/src/lib/core/__tests__/global.spec.ts +69 -0
- package/src/lib/core/__tests__/url.spec.ts +105 -0
- package/src/lib/core/authorization.ts +113 -0
- package/src/lib/core/consent.ts +34 -0
- package/src/lib/core/errors.ts +8 -0
- package/src/lib/core/fetch.ts +38 -0
- package/src/lib/core/global.ts +128 -0
- package/src/lib/core/internals/__mocks__/fetch.ts +7 -0
- package/{dist/browser/src/lib/core/internals/fetch.js → src/lib/core/internals/fetch.ts} +0 -1
- package/src/lib/core/storage/index.ts +57 -0
- package/src/lib/core/storage/local-storage.ts +20 -0
- package/src/lib/core/storage/memory.ts +21 -0
- package/src/lib/core/storage/storage.spec.ts +30 -0
- package/src/lib/core/url.ts +73 -0
- package/src/lib/services/auth/config.ts +11 -0
- package/src/lib/services/auth/index.ts +37 -0
- package/src/lib/services/auth/types.ts +15 -0
- package/src/lib/services/flows/__tests__/flows.spec.ts +12 -0
- package/src/lib/services/flows/__tests__/runs.spec.ts +12 -0
- package/src/lib/services/flows/config.ts +26 -0
- package/{dist/commonjs/src/lib/services/flows/index.d.ts → src/lib/services/flows/index.ts} +3 -2
- package/src/lib/services/flows/service/flows.ts +41 -0
- package/src/lib/services/flows/service/runs.ts +20 -0
- package/src/lib/services/globus-connect-server/__tests__/client.spec.ts +147 -0
- package/src/lib/services/globus-connect-server/__tests__/collections.spec.ts +73 -0
- package/src/lib/services/globus-connect-server/__tests__/endpoint.spec.ts +36 -0
- package/src/lib/services/globus-connect-server/__tests__/roles.spec.ts +151 -0
- package/src/lib/services/globus-connect-server/__tests__/storage-gateways.spec.ts +72 -0
- package/src/lib/services/globus-connect-server/__tests__/user-credentials.spec.ts +74 -0
- package/src/lib/services/globus-connect-server/client.ts +79 -0
- package/src/lib/services/globus-connect-server/index.ts +85 -0
- package/src/lib/services/globus-connect-server/service/collections.ts +63 -0
- package/src/lib/services/globus-connect-server/service/endpoint.ts +28 -0
- package/src/lib/services/globus-connect-server/service/roles.ts +113 -0
- package/src/lib/services/globus-connect-server/service/storage-gateways.ts +65 -0
- package/src/lib/services/globus-connect-server/service/user-credentials.ts +61 -0
- package/src/lib/services/globus-connect-server/service/versioning.ts +30 -0
- package/src/lib/services/groups/__tests__/groups.spec.ts +60 -0
- package/src/lib/services/groups/__tests__/membership.spec.ts +64 -0
- package/src/lib/services/groups/__tests__/policies.spec.ts +30 -0
- package/src/lib/services/groups/config.ts +20 -0
- package/{dist/commonjs/src/lib/services/groups/index.d.ts → src/lib/services/groups/index.ts} +4 -2
- package/src/lib/services/groups/service/groups.ts +67 -0
- package/src/lib/services/groups/service/membership.ts +39 -0
- package/src/lib/services/groups/service/policies.ts +33 -0
- package/src/lib/services/search/__tests__/query.spec.ts +35 -0
- package/src/lib/services/search/config.ts +20 -0
- package/{dist/commonjs/src/lib/services/search/index.d.ts → src/lib/services/search/index.ts} +3 -2
- package/src/lib/services/search/service/query.ts +39 -0
- package/src/lib/services/shared.ts +6 -0
- package/src/lib/services/transfer/__tests__/endpoint-search.spec.ts +34 -0
- package/src/lib/services/transfer/__tests__/endpoint.spec.ts +17 -0
- package/src/lib/services/transfer/__tests__/file-operations.spec.ts +87 -0
- package/src/lib/services/transfer/__tests__/task-submission.spec.ts +55 -0
- package/src/lib/services/transfer/config.ts +11 -0
- package/{dist/commonjs/src/lib/services/transfer/index.d.ts → src/lib/services/transfer/index.ts} +3 -2
- package/src/lib/services/transfer/service/endpoint-search.ts +38 -0
- package/src/lib/services/transfer/service/endpoint.ts +26 -0
- package/src/lib/services/transfer/service/file-operations.ts +114 -0
- package/src/lib/services/transfer/service/task-submission.ts +68 -0
- package/src/lib/services/transfer/shared.ts +12 -0
- package/src/lib/services/transfer/types.ts +42 -0
- package/src/lib/services/types.ts +67 -0
- package/tsconfig.json +19 -0
- package/typedoc.json +10 -0
- package/webpack.config.cjs +14 -0
- package/dist/browser/src/index.d.ts.map +0 -1
- package/dist/browser/src/index.js +0 -50
- package/dist/browser/src/index.js.map +0 -1
- package/dist/browser/src/lib/core/authorization.d.ts.map +0 -1
- package/dist/browser/src/lib/core/authorization.js.map +0 -1
- package/dist/browser/src/lib/core/consent.d.ts.map +0 -1
- package/dist/browser/src/lib/core/consent.js +0 -27
- package/dist/browser/src/lib/core/consent.js.map +0 -1
- package/dist/browser/src/lib/core/errors.d.ts.map +0 -1
- package/dist/browser/src/lib/core/errors.js +0 -8
- package/dist/browser/src/lib/core/errors.js.map +0 -1
- package/dist/browser/src/lib/core/fetch.d.ts.map +0 -1
- package/dist/browser/src/lib/core/fetch.js +0 -23
- package/dist/browser/src/lib/core/fetch.js.map +0 -1
- package/dist/browser/src/lib/core/global.d.ts.map +0 -1
- package/dist/browser/src/lib/core/global.js +0 -92
- package/dist/browser/src/lib/core/global.js.map +0 -1
- package/dist/browser/src/lib/core/internals/fetch.d.ts.map +0 -1
- package/dist/browser/src/lib/core/internals/fetch.js.map +0 -1
- package/dist/browser/src/lib/core/storage/index.d.ts +0 -19
- package/dist/browser/src/lib/core/storage/index.d.ts.map +0 -1
- package/dist/browser/src/lib/core/storage/index.js +0 -30
- package/dist/browser/src/lib/core/storage/index.js.map +0 -1
- package/dist/browser/src/lib/core/storage/local-storage.d.ts +0 -8
- package/dist/browser/src/lib/core/storage/local-storage.d.ts.map +0 -1
- package/dist/browser/src/lib/core/storage/local-storage.js +0 -16
- package/dist/browser/src/lib/core/storage/local-storage.js.map +0 -1
- package/dist/browser/src/lib/core/storage/memory.d.ts +0 -9
- package/dist/browser/src/lib/core/storage/memory.d.ts.map +0 -1
- package/dist/browser/src/lib/core/storage/memory.js +0 -21
- package/dist/browser/src/lib/core/storage/memory.js.map +0 -1
- package/dist/browser/src/lib/core/url.d.ts.map +0 -1
- package/dist/browser/src/lib/core/url.js +0 -54
- package/dist/browser/src/lib/core/url.js.map +0 -1
- package/dist/browser/src/lib/services/auth/config.d.ts.map +0 -1
- package/dist/browser/src/lib/services/auth/config.js +0 -10
- package/dist/browser/src/lib/services/auth/config.js.map +0 -1
- package/dist/browser/src/lib/services/auth/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/auth/index.js +0 -20
- package/dist/browser/src/lib/services/auth/index.js.map +0 -1
- package/dist/browser/src/lib/services/auth/types.d.ts.map +0 -1
- package/dist/browser/src/lib/services/auth/types.js +0 -2
- package/dist/browser/src/lib/services/auth/types.js.map +0 -1
- package/dist/browser/src/lib/services/flows/config.d.ts.map +0 -1
- package/dist/browser/src/lib/services/flows/config.js +0 -20
- package/dist/browser/src/lib/services/flows/config.js.map +0 -1
- package/dist/browser/src/lib/services/flows/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/flows/index.js +0 -17
- package/dist/browser/src/lib/services/flows/index.js.map +0 -1
- package/dist/browser/src/lib/services/flows/service/flows.d.ts.map +0 -1
- package/dist/browser/src/lib/services/flows/service/flows.js +0 -27
- package/dist/browser/src/lib/services/flows/service/flows.js.map +0 -1
- package/dist/browser/src/lib/services/flows/service/runs.d.ts.map +0 -1
- package/dist/browser/src/lib/services/flows/service/runs.js +0 -14
- package/dist/browser/src/lib/services/flows/service/runs.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/client.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/client.js +0 -50
- package/dist/browser/src/lib/services/globus-connect-server/client.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/index.js +0 -26
- package/dist/browser/src/lib/services/globus-connect-server/index.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/collections.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/collections.js +0 -20
- package/dist/browser/src/lib/services/globus-connect-server/service/collections.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/endpoint.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/endpoint.js +0 -11
- package/dist/browser/src/lib/services/globus-connect-server/service/endpoint.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/roles.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/roles.js +0 -36
- package/dist/browser/src/lib/services/globus-connect-server/service/roles.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/storage-gateways.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/storage-gateways.js +0 -22
- package/dist/browser/src/lib/services/globus-connect-server/service/storage-gateways.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/user-credentials.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/user-credentials.js +0 -20
- package/dist/browser/src/lib/services/globus-connect-server/service/user-credentials.js.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/versioning.d.ts.map +0 -1
- package/dist/browser/src/lib/services/globus-connect-server/service/versioning.js +0 -12
- package/dist/browser/src/lib/services/globus-connect-server/service/versioning.js.map +0 -1
- package/dist/browser/src/lib/services/groups/config.d.ts.map +0 -1
- package/dist/browser/src/lib/services/groups/config.js +0 -17
- package/dist/browser/src/lib/services/groups/config.js.map +0 -1
- package/dist/browser/src/lib/services/groups/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/groups/index.js +0 -19
- package/dist/browser/src/lib/services/groups/index.js.map +0 -1
- package/dist/browser/src/lib/services/groups/service/groups.d.ts.map +0 -1
- package/dist/browser/src/lib/services/groups/service/groups.js +0 -22
- package/dist/browser/src/lib/services/groups/service/groups.js.map +0 -1
- package/dist/browser/src/lib/services/groups/service/membership.d.ts.map +0 -1
- package/dist/browser/src/lib/services/groups/service/membership.js +0 -14
- package/dist/browser/src/lib/services/groups/service/membership.js.map +0 -1
- package/dist/browser/src/lib/services/groups/service/policies.d.ts.map +0 -1
- package/dist/browser/src/lib/services/groups/service/policies.js +0 -11
- package/dist/browser/src/lib/services/groups/service/policies.js.map +0 -1
- package/dist/browser/src/lib/services/search/config.d.ts.map +0 -1
- package/dist/browser/src/lib/services/search/config.js +0 -18
- package/dist/browser/src/lib/services/search/config.js.map +0 -1
- package/dist/browser/src/lib/services/search/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/search/index.js +0 -15
- package/dist/browser/src/lib/services/search/index.js.map +0 -1
- package/dist/browser/src/lib/services/search/service/query.d.ts.map +0 -1
- package/dist/browser/src/lib/services/search/service/query.js +0 -15
- package/dist/browser/src/lib/services/search/service/query.js.map +0 -1
- package/dist/browser/src/lib/services/shared.d.ts.map +0 -1
- package/dist/browser/src/lib/services/shared.js +0 -8
- package/dist/browser/src/lib/services/shared.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/config.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/config.js +0 -10
- package/dist/browser/src/lib/services/transfer/config.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/index.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/index.js +0 -21
- package/dist/browser/src/lib/services/transfer/index.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/endpoint-search.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/endpoint-search.js +0 -23
- package/dist/browser/src/lib/services/transfer/service/endpoint-search.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/endpoint.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/endpoint.js +0 -11
- package/dist/browser/src/lib/services/transfer/service/endpoint.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/file-operations.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/file-operations.js +0 -50
- package/dist/browser/src/lib/services/transfer/service/file-operations.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/task-submission.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/service/task-submission.js +0 -30
- package/dist/browser/src/lib/services/transfer/service/task-submission.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/shared.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/shared.js +0 -10
- package/dist/browser/src/lib/services/transfer/shared.js.map +0 -1
- package/dist/browser/src/lib/services/transfer/types.d.ts.map +0 -1
- package/dist/browser/src/lib/services/transfer/types.js +0 -2
- package/dist/browser/src/lib/services/transfer/types.js.map +0 -1
- package/dist/browser/src/lib/services/types.d.ts.map +0 -1
- package/dist/browser/src/lib/services/types.js +0 -2
- package/dist/browser/src/lib/services/types.js.map +0 -1
- package/dist/browser/tsconfig.browser.tsbuildinfo +0 -1
- package/dist/browser-bundle.js +0 -1
- package/dist/commonjs/src/index.d.ts.map +0 -1
- package/dist/commonjs/src/index.js.map +0 -1
- package/dist/commonjs/src/lib/core/authorization.d.ts +0 -30
- package/dist/commonjs/src/lib/core/authorization.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/authorization.js +0 -112
- package/dist/commonjs/src/lib/core/authorization.js.map +0 -1
- package/dist/commonjs/src/lib/core/consent.d.ts +0 -6
- package/dist/commonjs/src/lib/core/consent.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/consent.js.map +0 -1
- package/dist/commonjs/src/lib/core/errors.d.ts +0 -5
- package/dist/commonjs/src/lib/core/errors.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/errors.js.map +0 -1
- package/dist/commonjs/src/lib/core/fetch.d.ts +0 -7
- package/dist/commonjs/src/lib/core/fetch.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/fetch.js.map +0 -1
- package/dist/commonjs/src/lib/core/global.d.ts +0 -38
- package/dist/commonjs/src/lib/core/global.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/global.js.map +0 -1
- package/dist/commonjs/src/lib/core/internals/fetch.d.ts +0 -2
- package/dist/commonjs/src/lib/core/internals/fetch.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/internals/fetch.js.map +0 -1
- package/dist/commonjs/src/lib/core/storage/index.d.ts +0 -19
- package/dist/commonjs/src/lib/core/storage/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/storage/index.js.map +0 -1
- package/dist/commonjs/src/lib/core/storage/local-storage.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/storage/local-storage.js.map +0 -1
- package/dist/commonjs/src/lib/core/storage/memory.d.ts +0 -9
- package/dist/commonjs/src/lib/core/storage/memory.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/storage/memory.js +0 -35
- package/dist/commonjs/src/lib/core/storage/memory.js.map +0 -1
- package/dist/commonjs/src/lib/core/url.d.ts +0 -31
- package/dist/commonjs/src/lib/core/url.d.ts.map +0 -1
- package/dist/commonjs/src/lib/core/url.js.map +0 -1
- package/dist/commonjs/src/lib/services/auth/config.d.ts +0 -4
- package/dist/commonjs/src/lib/services/auth/config.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/auth/config.js.map +0 -1
- package/dist/commonjs/src/lib/services/auth/index.d.ts +0 -21
- package/dist/commonjs/src/lib/services/auth/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/auth/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/auth/types.d.ts +0 -15
- package/dist/commonjs/src/lib/services/auth/types.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/auth/types.js.map +0 -1
- package/dist/commonjs/src/lib/services/flows/config.d.ts +0 -14
- package/dist/commonjs/src/lib/services/flows/config.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/flows/config.js.map +0 -1
- package/dist/commonjs/src/lib/services/flows/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/flows/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/flows/service/flows.d.ts +0 -17
- package/dist/commonjs/src/lib/services/flows/service/flows.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/flows/service/flows.js.map +0 -1
- package/dist/commonjs/src/lib/services/flows/service/runs.d.ts +0 -10
- package/dist/commonjs/src/lib/services/flows/service/runs.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/flows/service/runs.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/client.d.ts +0 -3461
- package/dist/commonjs/src/lib/services/globus-connect-server/client.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/client.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/index.d.ts +0 -47
- package/dist/commonjs/src/lib/services/globus-connect-server/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/collections.d.ts +0 -29
- package/dist/commonjs/src/lib/services/globus-connect-server/service/collections.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/collections.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/endpoint.d.ts +0 -7
- package/dist/commonjs/src/lib/services/globus-connect-server/service/endpoint.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/endpoint.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/roles.d.ts +0 -33
- package/dist/commonjs/src/lib/services/globus-connect-server/service/roles.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/roles.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/storage-gateways.d.ts +0 -27
- package/dist/commonjs/src/lib/services/globus-connect-server/service/storage-gateways.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/storage-gateways.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/user-credentials.d.ts +0 -20
- package/dist/commonjs/src/lib/services/globus-connect-server/service/user-credentials.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/user-credentials.js.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/versioning.d.ts +0 -8
- package/dist/commonjs/src/lib/services/globus-connect-server/service/versioning.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/globus-connect-server/service/versioning.js.map +0 -1
- package/dist/commonjs/src/lib/services/groups/config.d.ts +0 -11
- package/dist/commonjs/src/lib/services/groups/config.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/groups/config.js.map +0 -1
- package/dist/commonjs/src/lib/services/groups/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/groups/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/groups.d.ts +0 -28
- package/dist/commonjs/src/lib/services/groups/service/groups.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/groups.js.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/membership.d.ts +0 -14
- package/dist/commonjs/src/lib/services/groups/service/membership.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/membership.js.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/policies.d.ts +0 -7
- package/dist/commonjs/src/lib/services/groups/service/policies.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/groups/service/policies.js.map +0 -1
- package/dist/commonjs/src/lib/services/search/config.d.ts +0 -12
- package/dist/commonjs/src/lib/services/search/config.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/search/config.js.map +0 -1
- package/dist/commonjs/src/lib/services/search/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/search/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/search/service/query.d.ts +0 -24
- package/dist/commonjs/src/lib/services/search/service/query.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/search/service/query.js.map +0 -1
- package/dist/commonjs/src/lib/services/shared.d.ts +0 -7
- package/dist/commonjs/src/lib/services/shared.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/shared.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/config.d.ts +0 -4
- package/dist/commonjs/src/lib/services/transfer/config.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/config.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/index.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/index.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/endpoint-search.d.ts +0 -18
- package/dist/commonjs/src/lib/services/transfer/service/endpoint-search.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/endpoint-search.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/endpoint.d.ts +0 -5
- package/dist/commonjs/src/lib/services/transfer/service/endpoint.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/endpoint.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/file-operations.d.ts +0 -63
- package/dist/commonjs/src/lib/services/transfer/service/file-operations.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/file-operations.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/task-submission.d.ts +0 -30
- package/dist/commonjs/src/lib/services/transfer/service/task-submission.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/service/task-submission.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/shared.d.ts +0 -3
- package/dist/commonjs/src/lib/services/transfer/shared.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/shared.js.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/types.d.ts +0 -43
- package/dist/commonjs/src/lib/services/transfer/types.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/transfer/types.js.map +0 -1
- package/dist/commonjs/src/lib/services/types.d.ts +0 -44
- package/dist/commonjs/src/lib/services/types.d.ts.map +0 -1
- package/dist/commonjs/src/lib/services/types.js.map +0 -1
- package/dist/commonjs/tsconfig.cjs.tsbuildinfo +0 -1
- package/dist/src/index.d.ts +0 -43
- package/dist/src/index.js +0 -50
- package/dist/src/index.js.map +0 -1
- package/dist/src/lib/core/authorization.d.ts +0 -30
- package/dist/src/lib/core/authorization.js +0 -87
- package/dist/src/lib/core/authorization.js.map +0 -1
- package/dist/src/lib/core/consent.d.ts +0 -6
- package/dist/src/lib/core/consent.js +0 -27
- package/dist/src/lib/core/consent.js.map +0 -1
- package/dist/src/lib/core/errors.d.ts +0 -5
- package/dist/src/lib/core/errors.js +0 -8
- package/dist/src/lib/core/errors.js.map +0 -1
- package/dist/src/lib/core/fetch.d.ts +0 -7
- package/dist/src/lib/core/fetch.js +0 -23
- package/dist/src/lib/core/fetch.js.map +0 -1
- package/dist/src/lib/core/global.d.ts +0 -38
- package/dist/src/lib/core/global.js +0 -92
- package/dist/src/lib/core/global.js.map +0 -1
- package/dist/src/lib/core/internals/fetch.d.ts +0 -2
- package/dist/src/lib/core/internals/fetch.js +0 -3
- package/dist/src/lib/core/storage/index.js +0 -30
- package/dist/src/lib/core/storage/index.js.map +0 -1
- package/dist/src/lib/core/storage/local-storage.d.ts +0 -8
- package/dist/src/lib/core/storage/local-storage.js +0 -16
- package/dist/src/lib/core/storage/local-storage.js.map +0 -1
- package/dist/src/lib/core/storage/memory.js +0 -21
- package/dist/src/lib/core/storage/memory.js.map +0 -1
- package/dist/src/lib/core/url.d.ts +0 -31
- package/dist/src/lib/core/url.js +0 -54
- package/dist/src/lib/core/url.js.map +0 -1
- package/dist/src/lib/services/auth/config.d.ts +0 -4
- package/dist/src/lib/services/auth/config.js +0 -10
- package/dist/src/lib/services/auth/config.js.map +0 -1
- package/dist/src/lib/services/auth/index.d.ts +0 -21
- package/dist/src/lib/services/auth/index.js +0 -20
- package/dist/src/lib/services/auth/index.js.map +0 -1
- package/dist/src/lib/services/auth/types.d.ts +0 -15
- package/dist/src/lib/services/auth/types.js +0 -2
- package/dist/src/lib/services/flows/config.d.ts +0 -14
- package/dist/src/lib/services/flows/config.js +0 -20
- package/dist/src/lib/services/flows/config.js.map +0 -1
- package/dist/src/lib/services/flows/index.d.ts +0 -15
- package/dist/src/lib/services/flows/index.js +0 -17
- package/dist/src/lib/services/flows/index.js.map +0 -1
- package/dist/src/lib/services/flows/service/flows.d.ts +0 -17
- package/dist/src/lib/services/flows/service/flows.js +0 -27
- package/dist/src/lib/services/flows/service/flows.js.map +0 -1
- package/dist/src/lib/services/flows/service/runs.d.ts +0 -10
- package/dist/src/lib/services/flows/service/runs.js +0 -14
- package/dist/src/lib/services/flows/service/runs.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/client.d.ts +0 -3461
- package/dist/src/lib/services/globus-connect-server/client.js +0 -50
- package/dist/src/lib/services/globus-connect-server/client.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/index.d.ts +0 -47
- package/dist/src/lib/services/globus-connect-server/index.js +0 -26
- package/dist/src/lib/services/globus-connect-server/index.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/collections.d.ts +0 -29
- package/dist/src/lib/services/globus-connect-server/service/collections.js +0 -20
- package/dist/src/lib/services/globus-connect-server/service/collections.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/endpoint.d.ts +0 -7
- package/dist/src/lib/services/globus-connect-server/service/endpoint.js +0 -11
- package/dist/src/lib/services/globus-connect-server/service/endpoint.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/roles.d.ts +0 -33
- package/dist/src/lib/services/globus-connect-server/service/roles.js +0 -36
- package/dist/src/lib/services/globus-connect-server/service/roles.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/storage-gateways.d.ts +0 -27
- package/dist/src/lib/services/globus-connect-server/service/storage-gateways.js +0 -22
- package/dist/src/lib/services/globus-connect-server/service/storage-gateways.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/user-credentials.d.ts +0 -20
- package/dist/src/lib/services/globus-connect-server/service/user-credentials.js +0 -20
- package/dist/src/lib/services/globus-connect-server/service/user-credentials.js.map +0 -1
- package/dist/src/lib/services/globus-connect-server/service/versioning.d.ts +0 -8
- package/dist/src/lib/services/globus-connect-server/service/versioning.js +0 -12
- package/dist/src/lib/services/globus-connect-server/service/versioning.js.map +0 -1
- package/dist/src/lib/services/groups/config.d.ts +0 -11
- package/dist/src/lib/services/groups/config.js +0 -17
- package/dist/src/lib/services/groups/config.js.map +0 -1
- package/dist/src/lib/services/groups/index.d.ts +0 -19
- package/dist/src/lib/services/groups/index.js +0 -19
- package/dist/src/lib/services/groups/index.js.map +0 -1
- package/dist/src/lib/services/groups/service/groups.d.ts +0 -28
- package/dist/src/lib/services/groups/service/groups.js +0 -22
- package/dist/src/lib/services/groups/service/groups.js.map +0 -1
- package/dist/src/lib/services/groups/service/membership.d.ts +0 -14
- package/dist/src/lib/services/groups/service/membership.js +0 -14
- package/dist/src/lib/services/groups/service/membership.js.map +0 -1
- package/dist/src/lib/services/groups/service/policies.d.ts +0 -7
- package/dist/src/lib/services/groups/service/policies.js +0 -11
- package/dist/src/lib/services/groups/service/policies.js.map +0 -1
- package/dist/src/lib/services/search/config.d.ts +0 -12
- package/dist/src/lib/services/search/config.js +0 -18
- package/dist/src/lib/services/search/config.js.map +0 -1
- package/dist/src/lib/services/search/index.d.ts +0 -14
- package/dist/src/lib/services/search/index.js +0 -15
- package/dist/src/lib/services/search/index.js.map +0 -1
- package/dist/src/lib/services/search/service/query.d.ts +0 -24
- package/dist/src/lib/services/search/service/query.js +0 -15
- package/dist/src/lib/services/search/service/query.js.map +0 -1
- package/dist/src/lib/services/shared.d.ts +0 -7
- package/dist/src/lib/services/shared.js +0 -8
- package/dist/src/lib/services/shared.js.map +0 -1
- package/dist/src/lib/services/transfer/config.d.ts +0 -4
- package/dist/src/lib/services/transfer/config.js +0 -10
- package/dist/src/lib/services/transfer/config.js.map +0 -1
- package/dist/src/lib/services/transfer/index.d.ts +0 -18
- package/dist/src/lib/services/transfer/index.js +0 -21
- package/dist/src/lib/services/transfer/index.js.map +0 -1
- package/dist/src/lib/services/transfer/service/endpoint-search.d.ts +0 -18
- package/dist/src/lib/services/transfer/service/endpoint-search.js +0 -23
- package/dist/src/lib/services/transfer/service/endpoint-search.js.map +0 -1
- package/dist/src/lib/services/transfer/service/endpoint.d.ts +0 -5
- package/dist/src/lib/services/transfer/service/endpoint.js +0 -11
- package/dist/src/lib/services/transfer/service/endpoint.js.map +0 -1
- package/dist/src/lib/services/transfer/service/file-operations.d.ts +0 -63
- package/dist/src/lib/services/transfer/service/file-operations.js +0 -50
- package/dist/src/lib/services/transfer/service/file-operations.js.map +0 -1
- package/dist/src/lib/services/transfer/service/task-submission.d.ts +0 -30
- package/dist/src/lib/services/transfer/service/task-submission.js +0 -30
- package/dist/src/lib/services/transfer/service/task-submission.js.map +0 -1
- package/dist/src/lib/services/transfer/shared.d.ts +0 -3
- package/dist/src/lib/services/transfer/shared.js +0 -10
- package/dist/src/lib/services/transfer/shared.js.map +0 -1
- package/dist/src/lib/services/transfer/types.d.ts +0 -43
- package/dist/src/lib/services/transfer/types.js +0 -2
- package/dist/src/lib/services/types.d.ts +0 -44
- package/dist/src/lib/services/types.js +0 -2
- package/dist/tsconfig.tsbuildinfo +0 -1
- /package/dist/{browser/src → esm}/index.d.ts +0 -0
- /package/dist/{src → esm}/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/core/authorization.d.ts +0 -0
- /package/dist/{src → esm}/lib/core/authorization.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/core/consent.d.ts +0 -0
- /package/dist/{commonjs/src → esm}/lib/core/consent.js +0 -0
- /package/dist/{browser/src → esm}/lib/core/fetch.d.ts +0 -0
- /package/dist/{src → esm}/lib/core/fetch.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/core/fetch.js +0 -0
- /package/dist/{browser/src → esm}/lib/core/global.d.ts +0 -0
- /package/dist/{src → esm}/lib/core/global.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/core/internals/fetch.d.ts +0 -0
- /package/dist/{src → esm}/lib/core/internals/fetch.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/core/storage/local-storage.js +0 -0
- /package/dist/{browser/src → esm}/lib/core/url.d.ts +0 -0
- /package/dist/{src → esm}/lib/core/url.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/core/url.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/auth/config.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/auth/config.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/auth/config.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/auth/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/auth/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/auth/types.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/auth/types.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/auth/types.js +0 -0
- /package/dist/{src → esm}/lib/services/auth/types.js.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/flows/config.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/flows/config.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/flows/config.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/flows/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/flows/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/flows/service/flows.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/flows/service/flows.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/flows/service/flows.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/flows/service/runs.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/flows/service/runs.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/flows/service/runs.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/client.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/client.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/collections.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/collections.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/collections.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/endpoint.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/endpoint.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/endpoint.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/roles.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/roles.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/roles.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/storage-gateways.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/storage-gateways.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/storage-gateways.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/user-credentials.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/user-credentials.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/user-credentials.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/globus-connect-server/service/versioning.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/globus-connect-server/service/versioning.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/globus-connect-server/service/versioning.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/groups/config.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/groups/config.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/groups/config.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/groups/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/groups/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/groups/service/groups.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/groups/service/groups.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/groups/service/groups.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/groups/service/membership.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/groups/service/membership.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/groups/service/membership.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/groups/service/policies.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/groups/service/policies.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/groups/service/policies.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/search/config.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/search/config.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/search/config.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/search/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/search/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/search/service/query.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/search/service/query.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/search/service/query.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/shared.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/shared.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/shared.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/config.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/config.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/config.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/index.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/index.d.ts.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/service/endpoint-search.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/service/endpoint-search.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/service/endpoint-search.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/service/endpoint.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/service/endpoint.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/service/endpoint.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/service/file-operations.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/service/file-operations.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/service/file-operations.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/service/task-submission.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/service/task-submission.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/service/task-submission.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/shared.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/shared.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/shared.js +0 -0
- /package/dist/{browser/src → esm}/lib/services/transfer/types.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/transfer/types.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/transfer/types.js +0 -0
- /package/dist/{src → esm}/lib/services/transfer/types.js.map +0 -0
- /package/dist/{browser/src → esm}/lib/services/types.d.ts +0 -0
- /package/dist/{src → esm}/lib/services/types.d.ts.map +0 -0
- /package/dist/{commonjs/src → esm}/lib/services/types.js +0 -0
- /package/dist/{src → esm}/lib/services/types.js.map +0 -0
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.endpoint = exports.taskSubmission = exports.fileOperations = exports.endpointSearch = exports.CONFIG = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
4
5
|
/**
|
|
5
6
|
* @description A wrapper around the Globus Transfer service.
|
|
6
7
|
* @group Service
|
|
7
8
|
* @see [Globus Transfer API Documentation](https://docs.globus.org/api/transfer/)
|
|
8
9
|
* @module
|
|
9
10
|
*/
|
|
10
|
-
const TRANSFER = require("./config");
|
|
11
|
+
const TRANSFER = tslib_1.__importStar(require("./config"));
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
13
14
|
* @internal
|
|
@@ -15,7 +16,7 @@ const TRANSFER = require("./config");
|
|
|
15
16
|
exports.CONFIG = TRANSFER;
|
|
16
17
|
const endpoint_search_1 = require("./service/endpoint-search");
|
|
17
18
|
Object.defineProperty(exports, "endpointSearch", { enumerable: true, get: function () { return endpoint_search_1.endpointSearch; } });
|
|
18
|
-
exports.fileOperations = require("./service/file-operations");
|
|
19
|
-
exports.taskSubmission = require("./service/task-submission");
|
|
20
|
-
exports.endpoint = require("./service/endpoint");
|
|
19
|
+
exports.fileOperations = tslib_1.__importStar(require("./service/file-operations"));
|
|
20
|
+
exports.taskSubmission = tslib_1.__importStar(require("./service/task-submission"));
|
|
21
|
+
exports.endpoint = tslib_1.__importStar(require("./service/endpoint"));
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/services/transfer/index.ts"],"names":[],"mappings":";;;;AAAA;;;;;GAKG;AACH,2DAAqC;AAErC;;;GAGG;AACU,QAAA,MAAM,GAAG,QAAQ,CAAC;AAE/B,+DAA2D;AAClD,+FADA,gCAAc,OACA;AACvB,oFAA4D;AAC5D,oFAA4D;AAC5D,uEAA+C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoint-search.js","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/endpoint-search.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAC1C,+CAAqD;AAIrD,sCAA+B;AAE/B;;;GAGG;AACI,MAAM,cAAc,GAAG;AAC5B;;GAEG;AACH,OAMC,EACD,UAAuB;;IAEvB,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,wBAAwB,EAAE;QAClC;;;WAGG;QACH,MAAM,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAsD;KACxE,CAAC,EACF,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,CAC3B,CAAC;AACJ,CAAC,CAAC;AAxBW,QAAA,cAAc,kBAwBzB;AAEF,kBAAe,sBAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/endpoint.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAC1C,+CAAqD;AAErD,sCAA+B;AAO/B;;GAEG;AACU,QAAA,GAAG,GAAG,UAAU,YAAY,EAAE,QAAS,EAAE,UAAW;;IAC/D,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,mBAAmB,YAAY,EAAE,CAAC,oBAEvC,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAIC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-operations.js","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/file-operations.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAC1C,+CAAqD;AACrD,yCAA4C;AAI5C,sCAAiD;AACjD,sCAA+B;AAI/B;;;;;GAKG;AACU,QAAA,EAAE,GAAG,UAAU,YAAY,EAAE,OAAQ,EAAE,UAAW;;IAC7D,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,6BAA6B,YAAY,KAAK,EAAE;QACxD,MAAM,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK;KACvB,CAAC,EACF,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,CAC3B,CAAC;AACJ,CAKC,CAAC;AAEF;;;;;GAKG;AACU,QAAA,KAAK,GAAG,UAAU,YAAY,EAAE,OAAO,EAAE,UAAW;;IAC/D,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,6BAA6B,YAAY,QAAQ,CAAC,kBAE1D,MAAM,EAAE,qBAAY,CAAC,IAAI,EACzB,IAAI,EAAE,IAAI,CAAC,SAAS,iBAClB,SAAS,EAAE,OAAO,IACf,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,EACnB,EACF,OAAO,EAAE,IAAA,6BAAoB,EAAC,qBAAY,CAAC,IAAI,CAAC,IAC7C,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAKC,CAAC;AAEF;;;;;;;GAOG;AACU,QAAA,MAAM,GAAG,UAAU,YAAY,EAAE,OAAO,EAAE,UAAW;;IAChE,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,6BAA6B,YAAY,SAAS,CAAC,kBAE3D,MAAM,EAAE,qBAAY,CAAC,IAAI,EACzB,IAAI,EAAE,IAAI,CAAC,SAAS,iBAClB,SAAS,EAAE,QAAQ,IAChB,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,EACnB,EACF,OAAO,EAAE,IAAA,6BAAoB,EAAC,qBAAY,CAAC,IAAI,CAAC,IAC7C,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAKC,CAAC;AAEF;;;;;GAKG;AACU,QAAA,OAAO,GAAG,UAAU,YAAY,EAAE,OAAO,EAAE,UAAW;;IACjE,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,6BAA6B,YAAY,UAAU,CAAC,kBAE5D,MAAM,EAAE,qBAAY,CAAC,IAAI,EACzB,IAAI,EAAE,IAAI,CAAC,SAAS,iBAClB,SAAS,EAAE,SAAS,IACjB,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,EACnB,EACF,OAAO,EAAE,IAAA,6BAAoB,EAAC,qBAAY,CAAC,IAAI,CAAC,IAC7C,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAKC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task-submission.js","sourceRoot":"","sources":["../../../../../../src/lib/services/transfer/service/task-submission.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAC1C,+CAAqD;AACrD,yCAA4C;AAI5C,sCAAiD;AACjD,sCAA+B;AAI/B;;;;;GAKG;AACU,QAAA,YAAY,GAAG,UAAU,OAAO,EAAE,UAAuB;;IACpE,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,eAAe,CAAC,kBAExB,MAAM,EAAE,qBAAY,CAAC,IAAI,EACzB,IAAI,EAAE,IAAI,CAAC,SAAS,iBAClB,SAAS,EAAE,QAAQ,IAChB,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,EACnB,EACF,OAAO,EAAE,IAAA,6BAAoB,EAAC,qBAAY,CAAC,IAAI,CAAC,IAC7C,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAEE,CAAC;AAEU,QAAA,cAAc,GAAG,UAAU,OAAO,EAAE,UAAuB;;IACtE,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,iBAAiB,CAAC,kBAE1B,MAAM,EAAE,qBAAY,CAAC,IAAI,EACzB,IAAI,EAAE,IAAI,CAAC,SAAS,iBAClB,SAAS,EAAE,UAAU,IAClB,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,EACnB,EACF,OAAO,EAAE,IAAA,6BAAoB,EAAC,qBAAY,CAAC,IAAI,CAAC,IAC7C,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,OAAO,EAEhC,CAAC;AACJ,CAEE,CAAC;AAEH;;;;;GAKG;AACH,SAAgB,YAAY,CAAC,OAAoB;;IAC/C,OAAO,IAAA,sBAAc,EACnB,mDAAmD,EACnD,IAAA,WAAK,EAAC,WAAE,EAAE,sBAAsB,CAAC,oBAE5B,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,0CAAE,OAAO,EAE7B,CAAC;AACJ,CAAC;AARD,oCAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../../../../../src/lib/services/transfer/shared.ts"],"names":[],"mappings":";;;AAAA,sCAAyC;AAEzC,SAAgB,oBAAoB,CAClC,MAAiC;IAEjC,IAAI,MAAM,KAAK,qBAAY,CAAC,GAAG,EAAE;QAC/B,OAAO,EAAE,CAAC;KACX;IACD,OAAO;QACL,cAAc,EAAE,kBAAkB;KACnC,CAAC;AACJ,CAAC;AATD,oDASC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@globus/sdk",
|
|
3
|
+
"version": "1.0.0-alpha",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "The Globus SDK for Javascript",
|
|
6
|
+
"main": "umd/index.js",
|
|
7
|
+
"module": "umd/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": "./esm/index.js"
|
|
10
|
+
},
|
|
11
|
+
"types": "esm/index.d.ts",
|
|
12
|
+
"author": "",
|
|
13
|
+
"license": "Apache-2.0",
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=16"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"cross-fetch": "^4.0.0",
|
|
19
|
+
"js-pkce": "^1.2.1"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@globus/types": "0.0.3"
|
|
23
|
+
},
|
|
24
|
+
"peerDependenciesMeta": {
|
|
25
|
+
"@globus/types": {
|
|
26
|
+
"optional": true
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"type": "module"
|
|
30
|
+
}
|
|
@@ -0,0 +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)}},d=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(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=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=h.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.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],d=r[7],p=0;p<64;p++){if(p<16)u[p]=0|e[t+p];else{var h=u[p-15],g=(h<<25|h>>>7)^(h<<14|h>>>18)^h>>>3,v=u[p-2],y=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;u[p]=g+u[p-7]+y+u[p-16]}var _=o&n^o&i^n&i,b=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),S=d+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&l^~a&f)+c[p]+u[p];d=f,f=l,l=a,a=s+S|0,s=i,i=n,n=o,o=S+(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]+d|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},530:(e,t,r)=>{"use strict";var o,n,i,s,a,c;Object.defineProperty(t,"__esModule",{value:!0}),t.incremental=t.pkce=t.PKCEAuthorization=void 0;const u=r(712),l=u.__importDefault(r(107)),f=r(860),d=r(120),p=r(738);let h;class g{constructor(e){if(o.add(this),n.set(this,void 0),i.set(this,void 0),s.set(this,void 0),h=(0,p.createStorage)("localStorage"),!e.client_id)throw new Error("You must provide a `client_id`.");u.__classPrivateFieldSet(this,i,Object.assign({client_id:e.client_id,authorization_endpoint:(0,f.getAuthorizationEndpoint)(),token_endpoint:(0,f.getTokenEndpoint)()},e),"f"),u.__classPrivateFieldSet(this,n,u.__classPrivateFieldGet(this,o,"m",a).call(this),"f")}reset(){u.__classPrivateFieldGet(this,o,"m",c).call(this),(0,d.reset)()}redirect(){this.reset(),window.location.replace(u.__classPrivateFieldGet(this,n,"f").authorizeUrl())}handleCodeRedirect(e={removeStateAndReplaceLocation:!0}){return u.__awaiter(this,void 0,void 0,(function*(){const t=new URL(window.location.href),r=new URLSearchParams(t.search);if(!r.get("code"))return;const o=yield u.__classPrivateFieldGet(this,n,"f").exchangeForAccessToken(t.toString());u.__classPrivateFieldSet(this,s,o,"f"),(0,d.addTokenResponse)(u.__classPrivateFieldGet(this,s,"f")),e.removeStateAndReplaceLocation&&(r.delete("code"),r.delete("state"),t.search=r.toString(),window.location.replace(t))}))}hasToken(){return u.__classPrivateFieldGet(this,i,"f").requested_scopes.split(" ").every((e=>Boolean((0,d.getTokenForScope)(e))))}revoke(){this.reset()}}t.PKCEAuthorization=g,n=new WeakMap,i=new WeakMap,s=new WeakMap,o=new WeakSet,a=function(){return new l.default(u.__classPrivateFieldGet(this,i,"f"))},c=function(){sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier")},t.pkce=function(e){return new g(e)},t.incremental=function(e){return new g(e)}},120:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.reset=t.getTokenForScope=t.addTokenResponse=void 0;const o=r(738);function n(e){e.scope.split(" ").forEach((t=>{(0,o.getStorage)().set(t,e)}))}t.addTokenResponse=function(e){n(e),"other_tokens"in e&&e.other_tokens.forEach(n)},t.getTokenForScope=function(e){const t=(0,o.getStorage)().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},t.reset=function(){(0,o.getStorage)().clear()}},678:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EnvironmentConfigurationError=void 0;class r extends Error{constructor(e,t){super(),this.name="EnvironmentConfigurationError",this.message=`Invalid configuration value provided for ${e} (${t}).`}}t.EnvironmentConfigurationError=r},268:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.fetchWithScope=void 0;const o=r(293),n=r(120);t.fetchWithScope=function(e,t,r={}){const i=r.headers||{};if(!(null==i?void 0:i.Authorization)){const t=(0,n.getTokenForScope)(e);t&&(i.Authorization=t)}return!(null==i?void 0:i["Content-Type"])&&(null==r?void 0:r.body)&&(i["Content-Type"]="application/json"),(0,o.fetch)(t,Object.assign(Object.assign({},r),{headers:i}))}},626:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getServiceBaseUrl=t.getHttpTimeout=t.getVerifySSL=t.SERVICE_HOSTS=t.SERVICES=t.getEnvironment=t.ENVIRONMENTS=void 0;const o=r(712),n=o.__importStar(r(263)),i=o.__importStar(r(546)),s=o.__importStar(r(953)),a=o.__importStar(r(78)),c=o.__importStar(r(7)),u=r(678);function l(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}function f(){const e=l("GLOBUS_SDK_ENVIRONMENT",t.ENVIRONMENTS.PRODUCTION);if(!e||!Object.values(t.ENVIRONMENTS).includes(e))throw new u.EnvironmentConfigurationError("GLOBUS_SDK_ENVIRONMENT",e);return e}t.ENVIRONMENTS={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"},t.getEnvironment=f,t.SERVICES={[n.ID]:n.ID,[i.ID]:i.ID,[s.ID]:s.ID,[a.ID]:a.ID,[c.ID]:c.ID},t.SERVICE_HOSTS={[n.ID]:n.HOSTS,[i.ID]:i.HOSTS,[s.ID]:s.HOSTS,[a.ID]:a.HOSTS,[c.ID]:c.HOSTS},t.getVerifySSL=function(){const e=l("GLOBUS_SDK_VERIFY_SSL","true").toLowerCase();return["n","no","f","false","off","0"].includes(e)&&console.warn("Setting GLOBUS_SDK_VERIFY_SSL to false is disallowed in the Globus Javascript SDK. It will always true in this context"),!0},t.getHttpTimeout=function(){const e=Number(l("GLOBUS_SDK_HTTP_TIMEOUT","60"));return-1===e?null:e},t.getServiceBaseUrl=function(e,r=f()){const o=function(e,r){return t.SERVICE_HOSTS[e][r]}(e,r);return l(`GLOBUS_SDK_SERVICE_URL_${e}`,o?`https://${o}`:void 0)}},293:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.fetch=void 0;const o=r(712).__importDefault(r(98));t.fetch=o.default},738:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.__reset=t.getStorage=t.createStorage=void 0;const o=r(966),n=r(189);let i;function s(e="memory"){if(!i){let t;t="localStorage"===e?n.LocalStorage:"memory"===e?o.MemoryStorage:e,i=new t}return i}t.createStorage=s,t.default=s,t.getStorage=function(){if(!i)throw Error("You must create a storage system.");return i},t.__reset=function(){i=void 0}},189:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LocalStorage=void 0,t.LocalStorage=class{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()}}},966:(e,t,r)=>{"use strict";var o;Object.defineProperty(t,"__esModule",{value:!0}),t.MemoryStorage=void 0;const n=r(712);t.MemoryStorage=class{constructor(){o.set(this,{})}get(e){return n.__classPrivateFieldGet(this,o,"f")[e]}set(e,t){n.__classPrivateFieldGet(this,o,"f")[e]=t}remove(e){delete n.__classPrivateFieldGet(this,o,"f")[e]}clear(){n.__classPrivateFieldSet(this,o,{},"f")}},o=new WeakMap},870:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.stringifyParameters=t.build=t.getServiceURL=void 0;const o=r(626);function n(e,t="",r=(0,o.getEnvironment)()){const n=(0,o.getServiceBaseUrl)(e,r);return new URL(t,n)}function i(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()}t.getServiceURL=n,t.build=function(e,t,r){let o;return o="object"==typeof e?new URL(t,e.host):n(e,t),r&&r.search&&(o.search=i(r.search)),o.toString()},t.stringifyParameters=i},263:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HOSTS=t.ID=void 0,t.ID="AUTH",t.HOSTS={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"}},860:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getTokenEndpoint=t.getAuthorizationEndpoint=t.CONFIG=void 0;const o=r(712),n=r(870),i=o.__importStar(r(263));t.CONFIG=i,t.getAuthorizationEndpoint=function(){return(0,n.build)(i.ID,"/v2/oauth2/authorize")},t.getTokenEndpoint=function(){return(0,n.build)(i.ID,"/v2/oauth2/token")}},953:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SCOPES=t.HOSTS=t.ID=void 0,t.ID="FLOWS",t.HOSTS={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"},t.SCOPES={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"}},578:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.runs=t.flows=t.CONFIG=void 0;const o=r(712),n=o.__importStar(r(953));t.CONFIG=n,t.flows=o.__importStar(r(970)),t.runs=o.__importStar(r(262))},970:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.destroy=t.get=t.getAll=void 0;const o=r(870),n=r(268),i=r(953);t.getAll=function(e={},t){var r;return(0,n.fetchWithScope)(i.SCOPES.VIEW_FLOWS,(0,o.build)(i.ID,"/flows",{search:e}),null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options)},t.get=function(e,t,r){var s;return(0,n.fetchWithScope)(i.SCOPES.VIEW_FLOWS,(0,o.build)(i.ID,`/flows/${e}`),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))},t.destroy=function(e,t,r){var s;return(0,n.fetchWithScope)(i.SCOPES.MANAGE_FLOWS,(0,o.build)(i.ID,`/flows/${e}`),Object.assign(Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options),{method:"DELETE"}))}},262:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getAll=void 0;const o=r(870),n=r(268),i=r(953);t.getAll=function(e={},t){var r;return(0,n.fetchWithScope)(i.SCOPES.RUN_MANAGE,(0,o.build)(i.ID,"/runs",{search:e}),null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options)}},838:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getRequiredScopes=t.versioning=t.userCredentials=t.storageGateways=t.roles=t.endpoint=t.collections=void 0;const o=r(712);t.collections=o.__importStar(r(634)),t.endpoint=o.__importStar(r(956)),t.roles=o.__importStar(r(149)),t.storageGateways=o.__importStar(r(529)),t.userCredentials=o.__importStar(r(767)),t.versioning=o.__importStar(r(597));const n={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]"};t.getRequiredScopes=function(e){return n.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",e.endpoint_id)}},634:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=t.getAll=void 0;const o=r(838),n=r(870),i=r(268);t.getAll=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/collections",{search:null==t?void 0:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))},t.get=function(e,t,r,s){var a;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,`/api/collections/${t}`,{search:null==r?void 0:r.query}),Object.assign({},null===(a=null==s?void 0:s.fetch)||void 0===a?void 0:a.options))}},956:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=void 0;const o=r(838),n=r(870),i=r(268);t.get=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/endpoint"),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},149:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.create=t.remove=t.get=t.getAll=void 0;const o=r(838),n=r(870),i=r(268);t.getAll=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/roles",{search:null==t?void 0:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))},t.get=function(e,t,r,s){var a;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,`/api/roles/${t}`),Object.assign({},null===(a=null==s?void 0:s.fetch)||void 0===a?void 0:a.options))},t.remove=function(e,t,r,s){var a;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,`/api/roles/${t}`),Object.assign({method:"DELETE"},null===(a=null==s?void 0:s.fetch)||void 0===a?void 0:a.options))},t.create=function(e,t,r){var s;if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/roles"),Object.assign({method:"POST",body:JSON.stringify(t.payload)},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},529:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=t.getAll=void 0;const o=r(838),n=r(870),i=r(268);t.getAll=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/storage_gateways",{search:null==t?void 0:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))},t.get=function(e,t,r,s){var a;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,`/api/storage_gateways/${t}`,{search:null==r?void 0:r.query}),Object.assign({},null===(a=null==s?void 0:s.fetch)||void 0===a?void 0:a.options))}},767:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=t.getAll=void 0;const o=r(838),n=r(870),i=r(268);t.getAll=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/user_credentials",{search:null==t?void 0:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))},t.get=function(e,t,r,s){var a;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,`/api/user_credentials/${t}`),Object.assign({},null===(a=null==s?void 0:s.fetch)||void 0===a?void 0:a.options))}},597:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.info=void 0;const o=r(838),n=r(870),i=r(268);t.info=function(e,t,r){var s;return(0,i.fetchWithScope)((0,o.getRequiredScopes)(e),(0,n.build)(e,"/api/info"),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},78:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SCOPES=t.HOSTS=t.ID=void 0,t.ID="GROUPS",t.HOSTS={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"},t.SCOPES={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"}},720:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.membership=t.policies=t.groups=t.CONFIG=void 0;const o=r(712),n=o.__importStar(r(78));t.CONFIG=n,t.groups=o.__importStar(r(231)),t.policies=o.__importStar(r(974)),t.membership=o.__importStar(r(264))},231:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=t.getMyGroups=void 0;const o=r(78),n=r(870),i=r(268);t.getMyGroups=function(e={},t){var r;return(0,i.fetchWithScope)(o.SCOPES.ALL,(0,n.build)(o.ID,"/v2/groups/my_groups",{search:e.query}),Object.assign({},null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options))},t.get=function(e,t={},r){var s;return(0,i.fetchWithScope)(o.SCOPES.ALL,(0,n.build)(o.ID,`/v2/groups/${e}`,{search:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},264:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.act=void 0;const o=r(78),n=r(870),i=r(268);t.act=function(e,t,r){var s;if(!(null==t?void 0:t.payload))throw new Error("payload is required.");return(0,i.fetchWithScope)(o.SCOPES.ALL,(0,n.build)(o.ID,`/v2/groups/${e}/policies`),Object.assign({method:"POST",body:JSON.stringify(t.payload)},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},974:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=void 0;const o=r(78),n=r(870),i=r(268);t.get=function(e,t,r){var s;return(0,i.fetchWithScope)(o.SCOPES.ALL,(0,n.build)(o.ID,`/v2/groups/${e}/policies`),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},7:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SCOPES=t.HOSTS=t.ID=void 0,t.ID="SEARCH",t.HOSTS={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"},t.SCOPES={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"}},328:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.query=t.CONFIG=void 0;const o=r(712),n=o.__importStar(r(7));t.CONFIG=n,t.query=o.__importStar(r(273))},273:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=void 0;const o=r(870),n=r(268),i=r(7);t.get=function(e,t,r){var s;return(0,n.fetchWithScope)(i.SCOPES.SEARCH,(0,o.build)(i.ID,`/v1/index/${e}/search`,{search:null==t?void 0:t.query}),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},169:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.HTTP_METHODS=void 0,function(e){e.POST="POST",e.GET="GET",e.DELETE="DELETE",e.PUT="PUT"}(r||(t.HTTP_METHODS=r={}))},546:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HOSTS=t.ID=void 0,t.ID="TRANSFER",t.HOSTS={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"}},33:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.endpoint=t.taskSubmission=t.fileOperations=t.endpointSearch=t.CONFIG=void 0;const o=r(712),n=o.__importStar(r(546));t.CONFIG=n;const i=r(617);Object.defineProperty(t,"endpointSearch",{enumerable:!0,get:function(){return i.endpointSearch}}),t.fileOperations=o.__importStar(r(922)),t.taskSubmission=o.__importStar(r(419)),t.endpoint=o.__importStar(r(697))},617:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.endpointSearch=void 0;const o=r(870),n=r(268),i=r(546);t.endpointSearch=function(e,t){var r;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(i.ID,"/v0.10/endpoint_search",{search:null==e?void 0:e.query}),null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options)},t.default=t.endpointSearch},697:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.get=void 0;const o=r(870),n=r(268),i=r(546);t.get=function(e,t,r){var s;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(i.ID,`/v0.10/endpoint/${e}`),Object.assign({},null===(s=null==r?void 0:r.fetch)||void 0===s?void 0:s.options))}},922:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.symlink=t.rename=t.mkdir=t.ls=void 0;const o=r(870),n=r(268),i=r(169),s=r(542),a=r(546);t.ls=function(e,t,r){var i;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,`/v0.10/operation/endpoint/${e}/ls`,{search:null==t?void 0:t.query}),null===(i=null==r?void 0:r.fetch)||void 0===i?void 0:i.options)},t.mkdir=function(e,t,r){var c;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,`/v0.10/operation/endpoint/${e}/mkdir`),Object.assign({method:i.HTTP_METHODS.POST,body:JSON.stringify(Object.assign({DATA_TYPE:"mkdir"},null==t?void 0:t.payload)),headers:(0,s.getHeadersForService)(i.HTTP_METHODS.POST)},null===(c=null==r?void 0:r.fetch)||void 0===c?void 0:c.options))},t.rename=function(e,t,r){var c;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,`/v0.10/operation/endpoint/${e}/rename`),Object.assign({method:i.HTTP_METHODS.POST,body:JSON.stringify(Object.assign({DATA_TYPE:"rename"},null==t?void 0:t.payload)),headers:(0,s.getHeadersForService)(i.HTTP_METHODS.POST)},null===(c=null==r?void 0:r.fetch)||void 0===c?void 0:c.options))},t.symlink=function(e,t,r){var c;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,`/v0.10/operation/endpoint/${e}/symlink`),Object.assign({method:i.HTTP_METHODS.POST,body:JSON.stringify(Object.assign({DATA_TYPE:"symlink"},null==t?void 0:t.payload)),headers:(0,s.getHeadersForService)(i.HTTP_METHODS.POST)},null===(c=null==r?void 0:r.fetch)||void 0===c?void 0:c.options))}},419:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.submissionId=t.submitTransfer=t.submitDelete=void 0;const o=r(870),n=r(268),i=r(169),s=r(542),a=r(546);t.submitDelete=function(e,t){var r;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,"/v0.10/delete"),Object.assign({method:i.HTTP_METHODS.POST,body:JSON.stringify(Object.assign({DATA_TYPE:"delete"},null==e?void 0:e.payload)),headers:(0,s.getHeadersForService)(i.HTTP_METHODS.POST)},null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options))},t.submitTransfer=function(e,t){var r;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,"/v0.10/transfer"),Object.assign({method:i.HTTP_METHODS.POST,body:JSON.stringify(Object.assign({DATA_TYPE:"transfer"},null==e?void 0:e.payload)),headers:(0,s.getHeadersForService)(i.HTTP_METHODS.POST)},null===(r=null==t?void 0:t.fetch)||void 0===r?void 0:r.options))},t.submissionId=function(e){var t;return(0,n.fetchWithScope)("urn:globus:auth:scope:transfer.api.globus.org:all",(0,o.build)(a.ID,"/v0.10/submission_id"),Object.assign({},null===(t=null==e?void 0:e.fetch)||void 0===t?void 0:t.options))}},542:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getHeadersForService=void 0;const o=r(169);t.getHeadersForService=function(e){return e===o.HTTP_METHODS.GET?{}:{"Content-Type":"application/json"}}},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 d(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 h(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 v(e){var t=new FileReader,r=g(t);return t.readAsArrayBuffer(e),r}function y(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function _(){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=y(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=y(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=h(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?h(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(v)}),this.text=function(){var e,t,r,o=h(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(m)}),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)})),d(e)},p.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),d(e)},p.prototype.entries=function(){var e=[];return this.forEach((function(t,r){e.push([r,t])})),d(e)},n&&(p.prototype[Symbol.iterator]=p.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];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.');var r,o,n=(t=t||{}).body;if(e instanceof S){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(),b.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 m(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 O(e,t){if(!(this instanceof O))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)}S.prototype.clone=function(){return new S(this,{body:this._bodyInit})},_.call(S.prototype),_.call(O.prototype),O.prototype.clone=function(){return new O(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},O.error=function(){var e=new O(null,{status:0,statusText:""});return e.type="error",e};var w=[301,302,303,307,308];O.redirect=function(e,t){if(-1===w.indexOf(t))throw new RangeError("Invalid status code");return new O(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 T(e,o){return new Promise((function(n,s){var c=new S(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 O(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)}))}T.polyfill=!0,r.fetch||(r.fetch=T,r.Headers=p,r.Request=S,r.Response=O),t.Headers=p,t.Request=S,t.Response=O,t.fetch=T}({})}(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:()=>{},712:(e,t,r)=>{"use strict";r.r(t),r.d(t,{__assign:()=>i,__asyncDelegator:()=>E,__asyncGenerator:()=>T,__asyncValues:()=>P,__await:()=>w,__awaiter:()=>h,__classPrivateFieldGet:()=>R,__classPrivateFieldIn:()=>x,__classPrivateFieldSet:()=>M,__createBinding:()=>v,__decorate:()=>a,__esDecorate:()=>u,__exportStar:()=>y,__extends:()=>n,__generator:()=>g,__importDefault:()=>D,__importStar:()=>I,__makeTemplateObject:()=>A,__metadata:()=>p,__param:()=>c,__propKey:()=>f,__read:()=>b,__rest:()=>s,__runInitializers:()=>l,__setFunctionName:()=>d,__spread:()=>S,__spreadArray:()=>O,__spreadArrays:()=>m,__values:()=>_,default:()=>H});var o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},o(e,t)};function n(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return i=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},i.apply(this,arguments)};function s(e,t){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]])}return r}function a(e,t,r,o){var n,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(i<3?n(s):i>3?n(t,r,s):n(t,r))||s);return i>3&&s&&Object.defineProperty(t,r,s),s}function c(e,t){return function(r,o){t(r,o,e)}}function u(e,t,r,o,n,i){function s(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var a,c=o.kind,u="getter"===c?"get":"setter"===c?"set":"value",l=!t&&e?o.static?e:e.prototype:null,f=t||(l?Object.getOwnPropertyDescriptor(l,o.name):{}),d=!1,p=r.length-1;p>=0;p--){var h={};for(var g in o)h[g]="access"===g?{}:o[g];for(var g in o.access)h.access[g]=o.access[g];h.addInitializer=function(e){if(d)throw new TypeError("Cannot add initializers after decoration has completed");i.push(s(e||null))};var v=(0,r[p])("accessor"===c?{get:f.get,set:f.set}:f[u],h);if("accessor"===c){if(void 0===v)continue;if(null===v||"object"!=typeof v)throw new TypeError("Object expected");(a=s(v.get))&&(f.get=a),(a=s(v.set))&&(f.set=a),(a=s(v.init))&&n.unshift(a)}else(a=s(v))&&("field"===c?n.unshift(a):f[u]=a)}l&&Object.defineProperty(l,o.name,f),d=!0}function l(e,t,r){for(var o=arguments.length>2,n=0;n<t.length;n++)r=o?t[n].call(e,r):t[n].call(e);return o?r:void 0}function f(e){return"symbol"==typeof e?e:"".concat(e)}function d(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function p(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function h(e,t,r,o){return new(r||(r=Promise))((function(n,i){function s(e){try{c(o.next(e))}catch(e){i(e)}}function a(e){try{c(o.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((o=o.apply(e,t||[])).next())}))}function g(e,t){var r,o,n,i,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,o&&(n=2&a[0]?o.return:a[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,a[1])).done)return n;switch(o=0,n&&(a=[2&a[0],n.value]),a[0]){case 0:case 1:n=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,o=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((n=(n=s.trys).length>0&&n[n.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!n||a[1]>n[0]&&a[1]<n[3])){s.label=a[1];break}if(6===a[0]&&s.label<n[1]){s.label=n[1],n=a;break}if(n&&s.label<n[2]){s.label=n[2],s.ops.push(a);break}n[2]&&s.ops.pop(),s.trys.pop();continue}a=t.call(e,s)}catch(e){a=[6,e],o=0}finally{r=n=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}var v=Object.create?function(e,t,r,o){void 0===o&&(o=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&!("get"in n?!t.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,o,n)}:function(e,t,r,o){void 0===o&&(o=r),e[o]=t[r]};function y(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||v(t,e,r)}function _(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],o=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function b(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var o,n,i=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(o=i.next()).done;)s.push(o.value)}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}return s}function S(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(b(arguments[t]));return e}function m(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var o=Array(e),n=0;for(t=0;t<r;t++)for(var i=arguments[t],s=0,a=i.length;s<a;s++,n++)o[n]=i[s];return o}function O(e,t,r){if(r||2===arguments.length)for(var o,n=0,i=t.length;n<i;n++)!o&&n in t||(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function w(e){return this instanceof w?(this.v=e,this):new w(e)}function T(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o,n=r.apply(e,t||[]),i=[];return o={},s("next"),s("throw"),s("return"),o[Symbol.asyncIterator]=function(){return this},o;function s(e){n[e]&&(o[e]=function(t){return new Promise((function(r,o){i.push([e,t,r,o])>1||a(e,t)}))})}function a(e,t){try{(r=n[e](t)).value instanceof w?Promise.resolve(r.value.v).then(c,u):l(i[0][2],r)}catch(e){l(i[0][3],e)}var r}function c(e){a("next",e)}function u(e){a("throw",e)}function l(e,t){e(t),i.shift(),i.length&&a(i[0][0],i[0][1])}}function E(e){var t,r;return t={},o("next"),o("throw",(function(e){throw e})),o("return"),t[Symbol.iterator]=function(){return this},t;function o(o,n){t[o]=e[o]?function(t){return(r=!r)?{value:w(e[o](t)),done:!1}:n?n(t):t}:n}}function P(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=_(e),t={},o("next"),o("throw"),o("return"),t[Symbol.asyncIterator]=function(){return this},t);function o(r){t[r]=e[r]&&function(t){return new Promise((function(o,n){!function(e,t,r,o){Promise.resolve(o).then((function(t){e({value:t,done:r})}),t)}(o,n,(t=e[r](t)).done,t.value)}))}}}function A(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var j=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function I(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&v(t,e,r);return j(t,e),t}function D(e){return e&&e.__esModule?e:{default:e}}function R(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 M(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}function x(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}const H={__extends:n,__assign:i,__rest:s,__decorate:a,__param:c,__metadata:p,__awaiter:h,__generator:g,__createBinding:v,__exportStar:y,__values:_,__read:b,__spread:S,__spreadArrays:m,__spreadArray:O,__await:w,__asyncGenerator:T,__asyncDelegator:E,__asyncValues:P,__makeTemplateObject:A,__importStar:I,__importDefault:D,__classPrivateFieldGet:R,__classPrivateFieldSet:M,__classPrivateFieldIn:x}}},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.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";var e=o;Object.defineProperty(e,"__esModule",{value:!0}),e.gcs=e.flows=e.groups=e.search=e.transfer=e.auth=e.authorization=void 0;const t=r(712);e.authorization=t.__importStar(r(530)),e.auth=t.__importStar(r(860)),e.transfer=t.__importStar(r(33)),e.search=t.__importStar(r(328)),e.groups=t.__importStar(r(720)),e.flows=t.__importStar(r(578)),e.gcs=t.__importStar(r(838))})(),globus=o})();
|
package/docs/.nojekyll
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--light-hl-0: #000000;
|
|
3
|
+
--dark-hl-0: #D4D4D4;
|
|
4
|
+
--light-hl-1: #A31515;
|
|
5
|
+
--dark-hl-1: #CE9178;
|
|
6
|
+
--light-hl-2: #AF00DB;
|
|
7
|
+
--dark-hl-2: #C586C0;
|
|
8
|
+
--light-hl-3: #001080;
|
|
9
|
+
--dark-hl-3: #9CDCFE;
|
|
10
|
+
--light-hl-4: #0000FF;
|
|
11
|
+
--dark-hl-4: #569CD6;
|
|
12
|
+
--light-hl-5: #0070C1;
|
|
13
|
+
--dark-hl-5: #4FC1FF;
|
|
14
|
+
--light-hl-6: #795E26;
|
|
15
|
+
--dark-hl-6: #DCDCAA;
|
|
16
|
+
--light-hl-7: #008000;
|
|
17
|
+
--dark-hl-7: #6A9955;
|
|
18
|
+
--light-hl-8: #000000;
|
|
19
|
+
--dark-hl-8: #C8C8C8;
|
|
20
|
+
--light-code-background: #FFFFFF;
|
|
21
|
+
--dark-code-background: #1E1E1E;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (prefers-color-scheme: light) { :root {
|
|
25
|
+
--hl-0: var(--light-hl-0);
|
|
26
|
+
--hl-1: var(--light-hl-1);
|
|
27
|
+
--hl-2: var(--light-hl-2);
|
|
28
|
+
--hl-3: var(--light-hl-3);
|
|
29
|
+
--hl-4: var(--light-hl-4);
|
|
30
|
+
--hl-5: var(--light-hl-5);
|
|
31
|
+
--hl-6: var(--light-hl-6);
|
|
32
|
+
--hl-7: var(--light-hl-7);
|
|
33
|
+
--hl-8: var(--light-hl-8);
|
|
34
|
+
--code-background: var(--light-code-background);
|
|
35
|
+
} }
|
|
36
|
+
|
|
37
|
+
@media (prefers-color-scheme: dark) { :root {
|
|
38
|
+
--hl-0: var(--dark-hl-0);
|
|
39
|
+
--hl-1: var(--dark-hl-1);
|
|
40
|
+
--hl-2: var(--dark-hl-2);
|
|
41
|
+
--hl-3: var(--dark-hl-3);
|
|
42
|
+
--hl-4: var(--dark-hl-4);
|
|
43
|
+
--hl-5: var(--dark-hl-5);
|
|
44
|
+
--hl-6: var(--dark-hl-6);
|
|
45
|
+
--hl-7: var(--dark-hl-7);
|
|
46
|
+
--hl-8: var(--dark-hl-8);
|
|
47
|
+
--code-background: var(--dark-code-background);
|
|
48
|
+
} }
|
|
49
|
+
|
|
50
|
+
:root[data-theme='light'] {
|
|
51
|
+
--hl-0: var(--light-hl-0);
|
|
52
|
+
--hl-1: var(--light-hl-1);
|
|
53
|
+
--hl-2: var(--light-hl-2);
|
|
54
|
+
--hl-3: var(--light-hl-3);
|
|
55
|
+
--hl-4: var(--light-hl-4);
|
|
56
|
+
--hl-5: var(--light-hl-5);
|
|
57
|
+
--hl-6: var(--light-hl-6);
|
|
58
|
+
--hl-7: var(--light-hl-7);
|
|
59
|
+
--hl-8: var(--light-hl-8);
|
|
60
|
+
--code-background: var(--light-code-background);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:root[data-theme='dark'] {
|
|
64
|
+
--hl-0: var(--dark-hl-0);
|
|
65
|
+
--hl-1: var(--dark-hl-1);
|
|
66
|
+
--hl-2: var(--dark-hl-2);
|
|
67
|
+
--hl-3: var(--dark-hl-3);
|
|
68
|
+
--hl-4: var(--dark-hl-4);
|
|
69
|
+
--hl-5: var(--dark-hl-5);
|
|
70
|
+
--hl-6: var(--dark-hl-6);
|
|
71
|
+
--hl-7: var(--dark-hl-7);
|
|
72
|
+
--hl-8: var(--dark-hl-8);
|
|
73
|
+
--code-background: var(--dark-code-background);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.hl-0 { color: var(--hl-0); }
|
|
77
|
+
.hl-1 { color: var(--hl-1); }
|
|
78
|
+
.hl-2 { color: var(--hl-2); }
|
|
79
|
+
.hl-3 { color: var(--hl-3); }
|
|
80
|
+
.hl-4 { color: var(--hl-4); }
|
|
81
|
+
.hl-5 { color: var(--hl-5); }
|
|
82
|
+
.hl-6 { color: var(--hl-6); }
|
|
83
|
+
.hl-7 { color: var(--hl-7); }
|
|
84
|
+
.hl-8 { color: var(--hl-8); }
|
|
85
|
+
pre, code { background: var(--code-background); }
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i<n.length;i++){var s=n[i],o=e[s];if(Array.isArray(o)){r[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){r[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return r},t.FieldRef=function(e,r,n){this.docRef=e,this.fieldName=r,this._stringValue=n},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var r=e.indexOf(t.FieldRef.joiner);if(r===-1)throw"malformed field ref string";var n=e.slice(0,r),i=e.slice(r+1);return new t.FieldRef(i,n,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var r=0;r<this.length;r++)this.elements[e[r]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var r,n,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(r=this,n=e):(r=e,n=this),i=Object.keys(r.elements);for(var o=0;o<i.length;o++){var a=i[o];a in n.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,r){var n=0;for(var i in e)i!="_index"&&(n+=Object.keys(e[i]).length);var s=(r-n+.5)/(n+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,r){this.str=e||"",this.metadata=r||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(r){return r},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,r){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(r))});for(var n=e.toString().toLowerCase(),i=n.length,s=[],o=0,a=0;o<=i;o++){var l=n.charAt(o),u=o-a;if(l.match(t.tokenizer.separator)||o==i){if(u>0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
|
|
3
|
+
`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n<r;n++){for(var i=this._stack[n],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var l=0;l<a.length;l++)s.push(a[l]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,r){var n=new t.Token(e,r);return this.run([n]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var r=0,n=this.elements.length/2,i=n-r,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(r=s),o>e&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,r){this.upsert(e,r,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,r,n){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=n(this.elements[i+1],r):this.elements.splice(i,0,e,r)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,r=this.elements.length,n=1;n<r;n+=2){var i=this.elements[n];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var r=0,n=this.elements,i=e.elements,s=n.length,o=i.length,a=0,l=0,u=0,d=0;u<s&&d<o;)a=n[u],l=i[d],a<l?u+=2:a>l?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r<this.elements.length;r+=2,n++)e[n]=this.elements[r];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},r={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",s=n+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,l="^("+s+")?"+o+s+"("+o+")?$",u="^("+s+")?"+o+s+o+s,d="^("+s+")?"+i,m=new RegExp(a),y=new RegExp(u),b=new RegExp(l),g=new RegExp(d),E=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,p=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,S=/.$/,k=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),B=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,j=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,q=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,$=/^(.+?)(s|t)(ion)$/,I=/^(.+?)e$/,z=/ll$/,W=new RegExp("^"+s+i+"[^aeiouwxy]$"),H=function(c){var v,C,T,h,x,O,F;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),h=E,x=f,h.test(c)?c=c.replace(h,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),h=p,x=w,h.test(c)){var L=h.exec(c);h=m,h.test(L[1])&&(h=S,c=c.replace(h,""))}else if(x.test(c)){var L=x.exec(c);v=L[1],x=g,x.test(v)&&(c=v,x=k,O=_,F=B,x.test(c)?c=c+"e":O.test(c)?(h=S,c=c.replace(h,"")):F.test(c)&&(c=c+"e"))}if(h=A,h.test(c)){var L=h.exec(c);v=L[1],c=v+"i"}if(h=j,h.test(c)){var L=h.exec(c);v=L[1],C=L[2],h=m,h.test(v)&&(c=v+e[C])}if(h=q,h.test(c)){var L=h.exec(c);v=L[1],C=L[2],h=m,h.test(v)&&(c=v+r[C])}if(h=V,x=$,h.test(c)){var L=h.exec(c);v=L[1],h=y,h.test(v)&&(c=v)}else if(x.test(c)){var L=x.exec(c);v=L[1]+L[2],x=y,x.test(v)&&(c=v)}if(h=I,h.test(c)){var L=h.exec(c);v=L[1],h=y,x=b,O=W,(h.test(v)||x.test(v)&&!O.test(v))&&(c=v)}return h=z,x=y,h.test(c)&&x.test(c)&&(h=S,c=c.replace(h,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(R){return R.update(H)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var r=e.reduce(function(n,i){return n[i]=i,n},{});return function(n){if(n&&r[n.toString()]!==n.toString())return n}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(r){return r.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var r=new t.TokenSet.Builder,n=0,i=e.length;n<i;n++)r.insert(e[n]);return r.finish(),r.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,r){for(var n=new t.TokenSet,i=[{node:n,editsRemaining:r,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")r.edges[o]=r,r.final=a;else{var l=new t.TokenSet;l.final=a,r.edges[o]=l,r=l}}return n},t.TokenSet.prototype.toArray=function(){for(var e=[],r=[{prefix:"",node:this}];r.length;){var n=r.pop(),i=Object.keys(n.node.edges),s=i.length;n.node.final&&(n.prefix.charAt(0),e.push(n.prefix));for(var o=0;o<s;o++){var a=i[o];r.push({prefix:n.prefix.concat(a),node:n.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",r=Object.keys(this.edges).sort(),n=r.length,i=0;i<n;i++){var s=r[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var r=new t.TokenSet,n=void 0,i=[{qNode:e,output:r,node:this}];i.length;){n=i.pop();for(var s=Object.keys(n.qNode.edges),o=s.length,a=Object.keys(n.node.edges),l=a.length,u=0;u<o;u++)for(var d=s[u],m=0;m<l;m++){var y=a[m];if(y==d||d=="*"){var b=n.node.edges[y],g=n.qNode.edges[d],E=b.final&&g.final,f=void 0;y in n.output.edges?(f=n.output.edges[y],f.final=f.final||E):(f=new t.TokenSet,f.final=E,n.output.edges[y]=f),i.push({qNode:g,output:f,node:b})}}}return r},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var r,n=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)n++;this.minimize(n),this.uncheckedNodes.length==0?r=this.root:r=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=n;i<e.length;i++){var s=new t.TokenSet,o=e[i];r.edges[o]=s,this.uncheckedNodes.push({parent:r,char:o,child:s}),r=s}r.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var r=this.uncheckedNodes.length-1;r>=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l<this.fields.length;l++)i[this.fields[l]]=new t.Vector;e.call(r,r);for(var l=0;l<r.clauses.length;l++){var u=r.clauses[l],d=null,m=t.Set.empty;u.usePipeline?d=this.pipeline.runString(u.term,{fields:u.fields}):d=[u.term];for(var y=0;y<d.length;y++){var b=d[y];u.term=b;var g=t.TokenSet.fromClause(u),E=this.tokenSet.intersect(g).toArray();if(E.length===0&&u.presence===t.Query.presence.REQUIRED){for(var f=0;f<u.fields.length;f++){var p=u.fields[f];o[p]=t.Set.empty}break}for(var w=0;w<E.length;w++)for(var S=E[w],k=this.invertedIndex[S],_=k._index,f=0;f<u.fields.length;f++){var p=u.fields[f],B=k[p],A=Object.keys(B),j=S+"/"+p,q=new t.Set(A);if(u.presence==t.Query.presence.REQUIRED&&(m=m.union(q),o[p]===void 0&&(o[p]=t.Set.complete)),u.presence==t.Query.presence.PROHIBITED){a[p]===void 0&&(a[p]=t.Set.empty),a[p]=a[p].union(q);continue}if(i[p].upsert(_,u.boost,function(Ee,be){return Ee+be}),!s[j]){for(var V=0;V<A.length;V++){var $=A[V],I=new t.FieldRef($,p),z=B[$],W;(W=n[I])===void 0?n[I]=new t.MatchData(S,p,z):W.add(S,p,z)}s[j]=!0}}}if(u.presence===t.Query.presence.REQUIRED)for(var f=0;f<u.fields.length;f++){var p=u.fields[f];o[p]=o[p].intersect(m)}}for(var H=t.Set.complete,R=t.Set.empty,l=0;l<this.fields.length;l++){var p=this.fields[l];o[p]&&(H=H.intersect(o[p])),a[p]&&(R=R.union(a[p]))}var c=Object.keys(n),v=[],C=Object.create(null);if(r.isNegated()){c=Object.keys(this.fieldVectors);for(var l=0;l<c.length;l++){var I=c[l],T=t.FieldRef.fromString(I);n[I]=new t.MatchData}}for(var l=0;l<c.length;l++){var T=t.FieldRef.fromString(c[l]),h=T.docRef;if(H.contains(h)&&!R.contains(h)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),F;if((F=C[h])!==void 0)F.score+=O,F.matchData.combine(n[T]);else{var L={ref:h,score:O,matchData:n[T]};C[h]=L,v.push(L)}}}return v.sort(function(xe,Le){return Le.score-xe.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(n){return[n,this.invertedIndex[n]]},this),r=Object.keys(this.fieldVectors).map(function(n){return[n,this.fieldVectors[n].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:r,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var r={},n={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,l=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var u=0;u<i.length;u++){var d=i[u],m=d[0],y=d[1];n[m]=new t.Vector(y)}for(var u=0;u<o.length;u++){var d=o[u],b=d[0],g=d[1];a.insert(b),s[b]=g}return a.finish(),r.fields=e.fields,r.fieldVectors=n,r.invertedIndex=s,r.tokenSet=a.root,r.pipeline=l,new t.Index(r)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,r){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=r||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,l=a?a(e):e[o],u=this.tokenizer(l,{fields:[o]}),d=this.pipeline.run(u),m=new t.FieldRef(n,o),y=Object.create(null);this.fieldTermFrequencies[m]=y,this.fieldLengths[m]=0,this.fieldLengths[m]+=d.length;for(var b=0;b<d.length;b++){var g=d[b];if(y[g]==null&&(y[g]=0),y[g]+=1,this.invertedIndex[g]==null){var E=Object.create(null);E._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)E[i[f]]=Object.create(null);this.invertedIndex[g]=E}this.invertedIndex[g][o][n]==null&&(this.invertedIndex[g][o][n]=Object.create(null));for(var p=0;p<this.metadataWhitelist.length;p++){var w=this.metadataWhitelist[p],S=g.metadata[w];this.invertedIndex[g][o][n][w]==null&&(this.invertedIndex[g][o][n][w]=[]),this.invertedIndex[g][o][n][w].push(S)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),r=e.length,n={},i={},s=0;s<r;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,n[a]||(n[a]=0),n[a]+=this.fieldLengths[o]}for(var l=Object.keys(this._fields),s=0;s<l.length;s++){var u=l[s];n[u]=n[u]/i[u]}this.averageFieldLength=n},t.Builder.prototype.createFieldVectors=function(){for(var e={},r=Object.keys(this.fieldTermFrequencies),n=r.length,i=Object.create(null),s=0;s<n;s++){for(var o=t.FieldRef.fromString(r[s]),a=o.fieldName,l=this.fieldLengths[o],u=new t.Vector,d=this.fieldTermFrequencies[o],m=Object.keys(d),y=m.length,b=this._fields[a].boost||1,g=this._documents[o.docRef].boost||1,E=0;E<y;E++){var f=m[E],p=d[f],w=this.invertedIndex[f]._index,S,k,_;i[f]===void 0?(S=t.idf(this.invertedIndex[f],this.documentCount),i[f]=S):S=i[f],k=S*((this._k1+1)*p)/(this._k1*(1-this._b+this._b*(l/this.averageFieldLength[a]))+p),k*=b,k*=g,_=Math.round(k*1e3)/1e3,u.insert(w,_)}e[o]=u}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var r=Array.prototype.slice.call(arguments,1);r.unshift(this),e.apply(this,r)},t.MatchData=function(e,r,n){for(var i=Object.create(null),s=Object.keys(n||{}),o=0;o<s.length;o++){var a=s[o];i[a]=n[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][r]=i)},t.MatchData.prototype.combine=function(e){for(var r=Object.keys(e.metadata),n=0;n<r.length;n++){var i=r[n],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],l=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var u=0;u<l.length;u++){var d=l[u];this.metadata[i][a][d]==null?this.metadata[i][a][d]=e.metadata[i][a][d]:this.metadata[i][a][d]=this.metadata[i][a][d].concat(e.metadata[i][a][d])}}}},t.MatchData.prototype.add=function(e,r,n){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][r]=n;return}if(!(r in this.metadata[e])){this.metadata[e][r]=n;return}for(var i=Object.keys(n),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][r]?this.metadata[e][r][o]=this.metadata[e][r][o].concat(n[o]):this.metadata[e][r][o]=n[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,r){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(r))},this),this;var n=r||{};return n.term=e.toString(),this.clause(n),this},t.QueryParseError=function(e,r,n){this.name="QueryParseError",this.message=e,this.start=r,this.end=n},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],r=this.start,n=this.pos,i=0;i<this.escapeCharPositions.length;i++)n=this.escapeCharPositions[i],e.push(this.str.slice(r,n)),r=n+1;return e.push(this.str.slice(r,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;o<s.length;o++){let a=s[o],l=n.data.rows[Number(a.ref)],u=1;l.name.toLowerCase().startsWith(i.toLowerCase())&&(u*=1+1/(1+Math.abs(l.name.length-i.length))),a.score*=u}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let l=n.data.rows[Number(s[o].ref)],u=le(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(u+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(u=`<span class="parent">${le(l.parent,i)}.</span>${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`<b>${K(t.substring(o,o+n.length))}</b>`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
|
|
4
|
+
`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});document.querySelectorAll("summary a").forEach(t=>{t.addEventListener("click",()=>{location.assign(t.href)})});})();
|
|
5
|
+
/*! Bundled license information:
|
|
6
|
+
|
|
7
|
+
lunr/lunr.js:
|
|
8
|
+
(**
|
|
9
|
+
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
10
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
11
|
+
* @license MIT
|
|
12
|
+
*)
|
|
13
|
+
(*!
|
|
14
|
+
* lunr.utils
|
|
15
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
16
|
+
*)
|
|
17
|
+
(*!
|
|
18
|
+
* lunr.Set
|
|
19
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
20
|
+
*)
|
|
21
|
+
(*!
|
|
22
|
+
* lunr.tokenizer
|
|
23
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
24
|
+
*)
|
|
25
|
+
(*!
|
|
26
|
+
* lunr.Pipeline
|
|
27
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
28
|
+
*)
|
|
29
|
+
(*!
|
|
30
|
+
* lunr.Vector
|
|
31
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
32
|
+
*)
|
|
33
|
+
(*!
|
|
34
|
+
* lunr.stemmer
|
|
35
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
36
|
+
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
37
|
+
*)
|
|
38
|
+
(*!
|
|
39
|
+
* lunr.stopWordFilter
|
|
40
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
41
|
+
*)
|
|
42
|
+
(*!
|
|
43
|
+
* lunr.trimmer
|
|
44
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
45
|
+
*)
|
|
46
|
+
(*!
|
|
47
|
+
* lunr.TokenSet
|
|
48
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
49
|
+
*)
|
|
50
|
+
(*!
|
|
51
|
+
* lunr.Index
|
|
52
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
53
|
+
*)
|
|
54
|
+
(*!
|
|
55
|
+
* lunr.Builder
|
|
56
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
57
|
+
*)
|
|
58
|
+
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"@globus/sdk\",\"url\":\"modules/_globus_sdk.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"Client - Globus Connect Server Manager API\",\"url\":\"modules/Client___Globus_Connect_Server_Manager_API.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"getClient\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient\"},{\"kind\":1024,\"name\":\"configuration\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.configuration\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":1024,\"name\":\"endpoint\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.endpoint\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.endpoint.__type-6\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.endpoint\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.endpoint.__type-6.get-1\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.endpoint.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.endpoint.__type-6.get-1.__type-7\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.endpoint.__type.get\"},{\"kind\":1024,\"name\":\"versioning\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.versioning\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.versioning.__type-24\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.versioning\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.versioning.__type-24.info\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.versioning.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.versioning.__type-24.info.__type-25\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.versioning.__type.info\"},{\"kind\":1024,\"name\":\"collections\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections.__type-1\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.collections\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections.__type-1.get\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.collections.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections.__type-1.get.__type-2\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.collections.__type.get\"},{\"kind\":1024,\"name\":\"getAll\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections.__type-1.getAll\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.collections.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.collections.__type-1.getAll.__type-4\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.collections.__type.getAll\"},{\"kind\":1024,\"name\":\"userCredentials\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials.__type-19\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.userCredentials\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials.__type-19.get-4\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.userCredentials.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials.__type-19.get-4.__type-20\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.userCredentials.__type.get\"},{\"kind\":1024,\"name\":\"getAll\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials.__type-19.getAll-3\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.userCredentials.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.userCredentials.__type-19.getAll-3.__type-22\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.userCredentials.__type.getAll\"},{\"kind\":1024,\"name\":\"storageGateways\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways.__type-14\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.storageGateways\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways.__type-14.get-3\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.storageGateways.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways.__type-14.get-3.__type-15\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.storageGateways.__type.get\"},{\"kind\":1024,\"name\":\"getAll\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways.__type-14.getAll-2\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.storageGateways.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.storageGateways.__type-14.getAll-2.__type-17\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.storageGateways.__type.getAll\"},{\"kind\":1024,\"name\":\"roles\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles.__type-9\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.roles\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles.__type-9.get-2\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.roles.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles.__type-9.get-2.__type-10\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.roles.__type.get\"},{\"kind\":1024,\"name\":\"getAll\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles.__type-9.getAll-1\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.roles.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/Client___Globus_Connect_Server_Manager_API.getClient.html#getClient.__type.roles.__type-9.getAll-1.__type-12\",\"classes\":\"\",\"parent\":\"Client - Globus Connect Server Manager API.getClient.getClient.__type.roles.__type.getAll\"},{\"kind\":4,\"name\":\"authorization\",\"url\":\"modules/_globus_sdk.authorization.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":64,\"name\":\"pkce\",\"url\":\"functions/_globus_sdk.authorization.pkce.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization\"},{\"kind\":64,\"name\":\"incremental\",\"url\":\"functions/_globus_sdk.authorization.incremental.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization\"},{\"kind\":128,\"name\":\"PKCEAuthorization\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#constructor\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":1024,\"name\":\"#pkce\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#_pkce\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":1024,\"name\":\"#configuration\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#_configuration\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":1024,\"name\":\"#response\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#_response\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"#createPKCEInstance\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#_createPKCEInstance\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"#resetPKCE\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#_resetPKCE\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#reset\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"redirect\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#redirect\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"handleCodeRedirect\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#handleCodeRedirect\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"hasToken\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#hasToken\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":2048,\"name\":\"revoke\",\"url\":\"classes/_globus_sdk.authorization.PKCEAuthorization.html#revoke\",\"classes\":\"\",\"parent\":\"@globus/sdk.authorization.PKCEAuthorization\"},{\"kind\":4,\"name\":\"auth\",\"url\":\"modules/_globus_sdk.auth.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":64,\"name\":\"getAuthorizationEndpoint\",\"url\":\"functions/_globus_sdk.auth.getAuthorizationEndpoint.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.auth\"},{\"kind\":64,\"name\":\"getTokenEndpoint\",\"url\":\"functions/_globus_sdk.auth.getTokenEndpoint.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.auth\"},{\"kind\":32,\"name\":\"CONFIG\",\"url\":\"variables/_globus_sdk.auth.CONFIG.html\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.auth\"},{\"kind\":4194304,\"name\":\"Token\",\"url\":\"types/_globus_sdk.auth.Token.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.auth\"},{\"kind\":4194304,\"name\":\"TokenResponse\",\"url\":\"types/_globus_sdk.auth.TokenResponse.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.auth\"},{\"kind\":4,\"name\":\"transfer\",\"url\":\"modules/_globus_sdk.transfer.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":32,\"name\":\"CONFIG\",\"url\":\"variables/_globus_sdk.transfer.CONFIG.html\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.transfer\"},{\"kind\":64,\"name\":\"endpointSearch\",\"url\":\"functions/_globus_sdk.transfer.endpointSearch.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer\"},{\"kind\":4,\"name\":\"fileOperations\",\"url\":\"modules/_globus_sdk.transfer.fileOperations.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer\"},{\"kind\":64,\"name\":\"ls\",\"url\":\"functions/_globus_sdk.transfer.fileOperations.ls.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.fileOperations\"},{\"kind\":64,\"name\":\"mkdir\",\"url\":\"functions/_globus_sdk.transfer.fileOperations.mkdir.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.fileOperations\"},{\"kind\":64,\"name\":\"rename\",\"url\":\"functions/_globus_sdk.transfer.fileOperations.rename.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.fileOperations\"},{\"kind\":64,\"name\":\"symlink\",\"url\":\"functions/_globus_sdk.transfer.fileOperations.symlink.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.fileOperations\"},{\"kind\":4,\"name\":\"taskSubmission\",\"url\":\"modules/_globus_sdk.transfer.taskSubmission.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer\"},{\"kind\":64,\"name\":\"submissionId\",\"url\":\"functions/_globus_sdk.transfer.taskSubmission.submissionId.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.taskSubmission\"},{\"kind\":64,\"name\":\"submitDelete\",\"url\":\"functions/_globus_sdk.transfer.taskSubmission.submitDelete.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.taskSubmission\"},{\"kind\":64,\"name\":\"submitTransfer\",\"url\":\"functions/_globus_sdk.transfer.taskSubmission.submitTransfer.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.taskSubmission\"},{\"kind\":4,\"name\":\"endpoint\",\"url\":\"modules/_globus_sdk.transfer.endpoint.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.transfer.endpoint.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.transfer.endpoint\"},{\"kind\":4,\"name\":\"search\",\"url\":\"modules/_globus_sdk.search.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":32,\"name\":\"CONFIG\",\"url\":\"variables/_globus_sdk.search.CONFIG.html\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.search\"},{\"kind\":4,\"name\":\"query\",\"url\":\"modules/_globus_sdk.search.query.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.search\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.search.query.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.search.query\"},{\"kind\":4,\"name\":\"groups\",\"url\":\"modules/_globus_sdk.groups.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":32,\"name\":\"CONFIG\",\"url\":\"variables/_globus_sdk.groups.CONFIG.html\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.groups\"},{\"kind\":4,\"name\":\"groups\",\"url\":\"modules/_globus_sdk.groups.groups.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups\"},{\"kind\":64,\"name\":\"getMyGroups\",\"url\":\"functions/_globus_sdk.groups.groups.getMyGroups.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups.groups\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.groups.groups.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups.groups\"},{\"kind\":4,\"name\":\"policies\",\"url\":\"modules/_globus_sdk.groups.policies.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.groups.policies.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups.policies\"},{\"kind\":4,\"name\":\"membership\",\"url\":\"modules/_globus_sdk.groups.membership.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups\"},{\"kind\":64,\"name\":\"act\",\"url\":\"functions/_globus_sdk.groups.membership.act.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.groups.membership\"},{\"kind\":4,\"name\":\"flows\",\"url\":\"modules/_globus_sdk.flows.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":32,\"name\":\"CONFIG\",\"url\":\"variables/_globus_sdk.flows.CONFIG.html\",\"classes\":\"tsd-is-private\",\"parent\":\"@globus/sdk.flows\"},{\"kind\":4,\"name\":\"flows\",\"url\":\"modules/_globus_sdk.flows.flows.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.flows.flows.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows.flows\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.flows.flows.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows.flows\"},{\"kind\":64,\"name\":\"destroy\",\"url\":\"functions/_globus_sdk.flows.flows.destroy.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows.flows\"},{\"kind\":4,\"name\":\"runs\",\"url\":\"modules/_globus_sdk.flows.runs.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.flows.runs.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.flows.runs\"},{\"kind\":4,\"name\":\"gcs\",\"url\":\"modules/_globus_sdk.gcs.html\",\"classes\":\"\",\"parent\":\"@globus/sdk\"},{\"kind\":64,\"name\":\"getRequiredScopes\",\"url\":\"functions/_globus_sdk.gcs.getRequiredScopes.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":4,\"name\":\"collections\",\"url\":\"modules/_globus_sdk.gcs.collections.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.gcs.collections.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.collections\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.gcs.collections.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.collections\"},{\"kind\":4,\"name\":\"endpoint\",\"url\":\"modules/_globus_sdk.gcs.endpoint.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.gcs.endpoint.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.endpoint\"},{\"kind\":4,\"name\":\"roles\",\"url\":\"modules/_globus_sdk.gcs.roles.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.gcs.roles.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.roles\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.gcs.roles.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.roles\"},{\"kind\":4,\"name\":\"storageGateways\",\"url\":\"modules/_globus_sdk.gcs.storageGateways.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.gcs.storageGateways.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.storageGateways\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.gcs.storageGateways.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.storageGateways\"},{\"kind\":4,\"name\":\"userCredentials\",\"url\":\"modules/_globus_sdk.gcs.userCredentials.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"getAll\",\"url\":\"functions/_globus_sdk.gcs.userCredentials.getAll.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.userCredentials\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/_globus_sdk.gcs.userCredentials.get.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.userCredentials\"},{\"kind\":4,\"name\":\"versioning\",\"url\":\"modules/_globus_sdk.gcs.versioning.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":64,\"name\":\"info\",\"url\":\"functions/_globus_sdk.gcs.versioning.info.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.versioning\"},{\"kind\":4194304,\"name\":\"GCSConfiguration\",\"url\":\"types/_globus_sdk.gcs.GCSConfiguration.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_globus_sdk.gcs.GCSConfiguration.html#__type\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.GCSConfiguration\"},{\"kind\":1024,\"name\":\"host\",\"url\":\"types/_globus_sdk.gcs.GCSConfiguration.html#__type.host\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.GCSConfiguration.__type\"},{\"kind\":1024,\"name\":\"endpoint_id\",\"url\":\"types/_globus_sdk.gcs.GCSConfiguration.html#__type.endpoint_id\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.GCSConfiguration.__type\"},{\"kind\":4194304,\"name\":\"GCSServiceMethod\",\"url\":\"types/_globus_sdk.gcs.GCSServiceMethod.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_globus_sdk.gcs.GCSServiceMethod.html#__type\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.GCSServiceMethod\"},{\"kind\":4194304,\"name\":\"GCSServiceMethodDynamicSegments\",\"url\":\"types/_globus_sdk.gcs.GCSServiceMethodDynamicSegments.html\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_globus_sdk.gcs.GCSServiceMethodDynamicSegments.html#__type\",\"classes\":\"\",\"parent\":\"@globus/sdk.gcs.GCSServiceMethodDynamicSegments\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,44.555]],[\"comment/0\",[]],[\"name/1\",[1,14.872,2,14.872,3,14.872,4,14.872,5,14.872,6,14.872]],[\"comment/1\",[]],[\"name/2\",[7,44.555]],[\"comment/2\",[]],[\"name/3\",[8,17.967]],[\"comment/3\",[]],[\"name/4\",[9,39.361]],[\"comment/4\",[]],[\"name/5\",[10,35.94]],[\"comment/5\",[]],[\"name/6\",[8,17.967]],[\"comment/6\",[]],[\"name/7\",[11,20.81]],[\"comment/7\",[]],[\"name/8\",[8,17.967]],[\"comment/8\",[]],[\"name/9\",[12,39.361]],[\"comment/9\",[]],[\"name/10\",[8,17.967]],[\"comment/10\",[]],[\"name/11\",[13,39.361]],[\"comment/11\",[]],[\"name/12\",[8,17.967]],[\"comment/12\",[]],[\"name/13\",[14,39.361]],[\"comment/13\",[]],[\"name/14\",[8,17.967]],[\"comment/14\",[]],[\"name/15\",[11,20.81]],[\"comment/15\",[]],[\"name/16\",[8,17.967]],[\"comment/16\",[]],[\"name/17\",[15,24.77]],[\"comment/17\",[]],[\"name/18\",[8,17.967]],[\"comment/18\",[]],[\"name/19\",[16,39.361]],[\"comment/19\",[]],[\"name/20\",[8,17.967]],[\"comment/20\",[]],[\"name/21\",[11,20.81]],[\"comment/21\",[]],[\"name/22\",[8,17.967]],[\"comment/22\",[]],[\"name/23\",[15,24.77]],[\"comment/23\",[]],[\"name/24\",[8,17.967]],[\"comment/24\",[]],[\"name/25\",[17,39.361]],[\"comment/25\",[]],[\"name/26\",[8,17.967]],[\"comment/26\",[]],[\"name/27\",[11,20.81]],[\"comment/27\",[]],[\"name/28\",[8,17.967]],[\"comment/28\",[]],[\"name/29\",[15,24.77]],[\"comment/29\",[]],[\"name/30\",[8,17.967]],[\"comment/30\",[]],[\"name/31\",[18,39.361]],[\"comment/31\",[]],[\"name/32\",[8,17.967]],[\"comment/32\",[]],[\"name/33\",[11,20.81]],[\"comment/33\",[]],[\"name/34\",[8,17.967]],[\"comment/34\",[]],[\"name/35\",[15,24.77]],[\"comment/35\",[]],[\"name/36\",[8,17.967]],[\"comment/36\",[]],[\"name/37\",[19,44.555]],[\"comment/37\",[]],[\"name/38\",[20,39.361]],[\"comment/38\",[]],[\"name/39\",[21,44.555]],[\"comment/39\",[]],[\"name/40\",[22,44.555]],[\"comment/40\",[]],[\"name/41\",[23,44.555]],[\"comment/41\",[]],[\"name/42\",[20,39.361]],[\"comment/42\",[]],[\"name/43\",[9,39.361]],[\"comment/43\",[]],[\"name/44\",[24,44.555]],[\"comment/44\",[]],[\"name/45\",[25,44.555]],[\"comment/45\",[]],[\"name/46\",[26,44.555]],[\"comment/46\",[]],[\"name/47\",[27,44.555]],[\"comment/47\",[]],[\"name/48\",[28,44.555]],[\"comment/48\",[]],[\"name/49\",[29,44.555]],[\"comment/49\",[]],[\"name/50\",[30,44.555]],[\"comment/50\",[]],[\"name/51\",[31,44.555]],[\"comment/51\",[]],[\"name/52\",[32,44.555]],[\"comment/52\",[]],[\"name/53\",[33,44.555]],[\"comment/53\",[]],[\"name/54\",[34,44.555]],[\"comment/54\",[]],[\"name/55\",[35,31.344]],[\"comment/55\",[]],[\"name/56\",[36,44.555]],[\"comment/56\",[]],[\"name/57\",[37,44.555]],[\"comment/57\",[]],[\"name/58\",[38,44.555]],[\"comment/58\",[]],[\"name/59\",[35,31.344]],[\"comment/59\",[]],[\"name/60\",[39,44.555]],[\"comment/60\",[]],[\"name/61\",[40,44.555]],[\"comment/61\",[]],[\"name/62\",[41,44.555]],[\"comment/62\",[]],[\"name/63\",[42,44.555]],[\"comment/63\",[]],[\"name/64\",[43,44.555]],[\"comment/64\",[]],[\"name/65\",[44,44.555]],[\"comment/65\",[]],[\"name/66\",[45,44.555]],[\"comment/66\",[]],[\"name/67\",[46,44.555]],[\"comment/67\",[]],[\"name/68\",[47,44.555]],[\"comment/68\",[]],[\"name/69\",[48,44.555]],[\"comment/69\",[]],[\"name/70\",[10,35.94]],[\"comment/70\",[]],[\"name/71\",[11,20.81]],[\"comment/71\",[]],[\"name/72\",[49,44.555]],[\"comment/72\",[]],[\"name/73\",[35,31.344]],[\"comment/73\",[]],[\"name/74\",[50,44.555]],[\"comment/74\",[]],[\"name/75\",[11,20.81]],[\"comment/75\",[]],[\"name/76\",[51,39.361]],[\"comment/76\",[]],[\"name/77\",[35,31.344]],[\"comment/77\",[]],[\"name/78\",[51,39.361]],[\"comment/78\",[]],[\"name/79\",[52,44.555]],[\"comment/79\",[]],[\"name/80\",[11,20.81]],[\"comment/80\",[]],[\"name/81\",[53,44.555]],[\"comment/81\",[]],[\"name/82\",[11,20.81]],[\"comment/82\",[]],[\"name/83\",[54,44.555]],[\"comment/83\",[]],[\"name/84\",[55,44.555]],[\"comment/84\",[]],[\"name/85\",[56,39.361]],[\"comment/85\",[]],[\"name/86\",[35,31.344]],[\"comment/86\",[]],[\"name/87\",[56,39.361]],[\"comment/87\",[]],[\"name/88\",[15,24.77]],[\"comment/88\",[]],[\"name/89\",[11,20.81]],[\"comment/89\",[]],[\"name/90\",[57,44.555]],[\"comment/90\",[]],[\"name/91\",[58,44.555]],[\"comment/91\",[]],[\"name/92\",[15,24.77]],[\"comment/92\",[]],[\"name/93\",[59,44.555]],[\"comment/93\",[]],[\"name/94\",[60,44.555]],[\"comment/94\",[]],[\"name/95\",[14,39.361]],[\"comment/95\",[]],[\"name/96\",[15,24.77]],[\"comment/96\",[]],[\"name/97\",[11,20.81]],[\"comment/97\",[]],[\"name/98\",[10,35.94]],[\"comment/98\",[]],[\"name/99\",[11,20.81]],[\"comment/99\",[]],[\"name/100\",[18,39.361]],[\"comment/100\",[]],[\"name/101\",[15,24.77]],[\"comment/101\",[]],[\"name/102\",[11,20.81]],[\"comment/102\",[]],[\"name/103\",[17,39.361]],[\"comment/103\",[]],[\"name/104\",[15,24.77]],[\"comment/104\",[]],[\"name/105\",[11,20.81]],[\"comment/105\",[]],[\"name/106\",[16,39.361]],[\"comment/106\",[]],[\"name/107\",[15,24.77]],[\"comment/107\",[]],[\"name/108\",[11,20.81]],[\"comment/108\",[]],[\"name/109\",[12,39.361]],[\"comment/109\",[]],[\"name/110\",[13,39.361]],[\"comment/110\",[]],[\"name/111\",[61,44.555]],[\"comment/111\",[]],[\"name/112\",[8,17.967]],[\"comment/112\",[]],[\"name/113\",[62,44.555]],[\"comment/113\",[]],[\"name/114\",[63,44.555]],[\"comment/114\",[]],[\"name/115\",[64,44.555]],[\"comment/115\",[]],[\"name/116\",[8,17.967]],[\"comment/116\",[]],[\"name/117\",[65,44.555]],[\"comment/117\",[]],[\"name/118\",[8,17.967]],[\"comment/118\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":8,\"name\":{\"3\":{},\"6\":{},\"8\":{},\"10\":{},\"12\":{},\"14\":{},\"16\":{},\"18\":{},\"20\":{},\"22\":{},\"24\":{},\"26\":{},\"28\":{},\"30\":{},\"32\":{},\"34\":{},\"36\":{},\"112\":{},\"116\":{},\"118\":{}},\"comment\":{}}],[\"act\",{\"_index\":55,\"name\":{\"84\":{}},\"comment\":{}}],[\"api\",{\"_index\":6,\"name\":{\"1\":{}},\"comment\":{}}],[\"auth\",{\"_index\":32,\"name\":{\"52\":{}},\"comment\":{}}],[\"authorization\",{\"_index\":19,\"name\":{\"37\":{}},\"comment\":{}}],[\"client\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"collections\",{\"_index\":14,\"name\":{\"13\":{},\"95\":{}},\"comment\":{}}],[\"config\",{\"_index\":35,\"name\":{\"55\":{},\"59\":{},\"73\":{},\"77\":{},\"86\":{}},\"comment\":{}}],[\"configuration\",{\"_index\":9,\"name\":{\"4\":{},\"43\":{}},\"comment\":{}}],[\"connect\",{\"_index\":3,\"name\":{\"1\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":23,\"name\":{\"41\":{}},\"comment\":{}}],[\"createpkceinstance\",{\"_index\":25,\"name\":{\"45\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":57,\"name\":{\"90\":{}},\"comment\":{}}],[\"endpoint\",{\"_index\":10,\"name\":{\"5\":{},\"70\":{},\"98\":{}},\"comment\":{}}],[\"endpoint_id\",{\"_index\":63,\"name\":{\"114\":{}},\"comment\":{}}],[\"endpointsearch\",{\"_index\":39,\"name\":{\"60\":{}},\"comment\":{}}],[\"fileoperations\",{\"_index\":40,\"name\":{\"61\":{}},\"comment\":{}}],[\"flows\",{\"_index\":56,\"name\":{\"85\":{},\"87\":{}},\"comment\":{}}],[\"gcs\",{\"_index\":59,\"name\":{\"93\":{}},\"comment\":{}}],[\"gcsconfiguration\",{\"_index\":61,\"name\":{\"111\":{}},\"comment\":{}}],[\"gcsservicemethod\",{\"_index\":64,\"name\":{\"115\":{}},\"comment\":{}}],[\"gcsservicemethoddynamicsegments\",{\"_index\":65,\"name\":{\"117\":{}},\"comment\":{}}],[\"get\",{\"_index\":11,\"name\":{\"7\":{},\"15\":{},\"21\":{},\"27\":{},\"33\":{},\"71\":{},\"75\":{},\"80\":{},\"82\":{},\"89\":{},\"97\":{},\"99\":{},\"102\":{},\"105\":{},\"108\":{}},\"comment\":{}}],[\"getall\",{\"_index\":15,\"name\":{\"17\":{},\"23\":{},\"29\":{},\"35\":{},\"88\":{},\"92\":{},\"96\":{},\"101\":{},\"104\":{},\"107\":{}},\"comment\":{}}],[\"getauthorizationendpoint\",{\"_index\":33,\"name\":{\"53\":{}},\"comment\":{}}],[\"getclient\",{\"_index\":7,\"name\":{\"2\":{}},\"comment\":{}}],[\"getmygroups\",{\"_index\":52,\"name\":{\"79\":{}},\"comment\":{}}],[\"getrequiredscopes\",{\"_index\":60,\"name\":{\"94\":{}},\"comment\":{}}],[\"gettokenendpoint\",{\"_index\":34,\"name\":{\"54\":{}},\"comment\":{}}],[\"globus\",{\"_index\":2,\"name\":{\"1\":{}},\"comment\":{}}],[\"globus/sdk\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"groups\",{\"_index\":51,\"name\":{\"76\":{},\"78\":{}},\"comment\":{}}],[\"handlecoderedirect\",{\"_index\":29,\"name\":{\"49\":{}},\"comment\":{}}],[\"hastoken\",{\"_index\":30,\"name\":{\"50\":{}},\"comment\":{}}],[\"host\",{\"_index\":62,\"name\":{\"113\":{}},\"comment\":{}}],[\"incremental\",{\"_index\":21,\"name\":{\"39\":{}},\"comment\":{}}],[\"info\",{\"_index\":13,\"name\":{\"11\":{},\"110\":{}},\"comment\":{}}],[\"ls\",{\"_index\":41,\"name\":{\"62\":{}},\"comment\":{}}],[\"manager\",{\"_index\":5,\"name\":{\"1\":{}},\"comment\":{}}],[\"membership\",{\"_index\":54,\"name\":{\"83\":{}},\"comment\":{}}],[\"mkdir\",{\"_index\":42,\"name\":{\"63\":{}},\"comment\":{}}],[\"pkce\",{\"_index\":20,\"name\":{\"38\":{},\"42\":{}},\"comment\":{}}],[\"pkceauthorization\",{\"_index\":22,\"name\":{\"40\":{}},\"comment\":{}}],[\"policies\",{\"_index\":53,\"name\":{\"81\":{}},\"comment\":{}}],[\"query\",{\"_index\":50,\"name\":{\"74\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":28,\"name\":{\"48\":{}},\"comment\":{}}],[\"rename\",{\"_index\":43,\"name\":{\"64\":{}},\"comment\":{}}],[\"reset\",{\"_index\":27,\"name\":{\"47\":{}},\"comment\":{}}],[\"resetpkce\",{\"_index\":26,\"name\":{\"46\":{}},\"comment\":{}}],[\"response\",{\"_index\":24,\"name\":{\"44\":{}},\"comment\":{}}],[\"revoke\",{\"_index\":31,\"name\":{\"51\":{}},\"comment\":{}}],[\"roles\",{\"_index\":18,\"name\":{\"31\":{},\"100\":{}},\"comment\":{}}],[\"runs\",{\"_index\":58,\"name\":{\"91\":{}},\"comment\":{}}],[\"search\",{\"_index\":49,\"name\":{\"72\":{}},\"comment\":{}}],[\"server\",{\"_index\":4,\"name\":{\"1\":{}},\"comment\":{}}],[\"storagegateways\",{\"_index\":17,\"name\":{\"25\":{},\"103\":{}},\"comment\":{}}],[\"submissionid\",{\"_index\":46,\"name\":{\"67\":{}},\"comment\":{}}],[\"submitdelete\",{\"_index\":47,\"name\":{\"68\":{}},\"comment\":{}}],[\"submittransfer\",{\"_index\":48,\"name\":{\"69\":{}},\"comment\":{}}],[\"symlink\",{\"_index\":44,\"name\":{\"65\":{}},\"comment\":{}}],[\"tasksubmission\",{\"_index\":45,\"name\":{\"66\":{}},\"comment\":{}}],[\"token\",{\"_index\":36,\"name\":{\"56\":{}},\"comment\":{}}],[\"tokenresponse\",{\"_index\":37,\"name\":{\"57\":{}},\"comment\":{}}],[\"transfer\",{\"_index\":38,\"name\":{\"58\":{}},\"comment\":{}}],[\"usercredentials\",{\"_index\":16,\"name\":{\"19\":{},\"106\":{}},\"comment\":{}}],[\"versioning\",{\"_index\":12,\"name\":{\"9\":{},\"109\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|