@globus/sdk 3.8.1 → 4.0.0-rc.1
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/README.md +4 -1
- package/dist/cjs/constants.js +112 -0
- package/dist/cjs/constants.js.map +7 -0
- package/dist/cjs/core/authorization/index.js +1081 -0
- package/dist/cjs/core/authorization/index.js.map +7 -0
- package/dist/cjs/core/info/index.js +77 -0
- package/dist/cjs/core/info/index.js.map +7 -0
- package/dist/cjs/index.js +3043 -0
- package/dist/cjs/index.js.map +7 -0
- package/dist/cjs/services/globus-connect-server/client.js +910 -0
- package/dist/cjs/services/globus-connect-server/client.js.map +7 -0
- package/dist/esm/apps/web.d.ts.map +1 -0
- package/dist/esm/apps/web.js.map +1 -0
- package/{cjs → dist/esm}/constants.d.ts +1 -1
- package/{cjs → dist/esm}/constants.d.ts.map +1 -1
- package/{esm → dist/esm}/constants.js +1 -1
- package/{esm → dist/esm}/constants.js.map +1 -1
- package/dist/esm/core/authorization/AuthorizationManager.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/core/authorization/AuthorizationManager.js +1 -1
- package/dist/esm/core/authorization/AuthorizationManager.js.map +1 -0
- package/dist/esm/core/authorization/Event.d.ts.map +1 -0
- package/dist/esm/core/authorization/Event.js.map +1 -0
- package/dist/esm/core/authorization/RedirectTransport.d.ts.map +1 -0
- package/dist/esm/core/authorization/RedirectTransport.js.map +1 -0
- package/dist/esm/core/authorization/TokenLookup.d.ts.map +1 -0
- package/dist/esm/core/authorization/TokenLookup.js.map +1 -0
- package/{esm/lib → dist/esm}/core/authorization/index.d.ts +1 -0
- package/dist/esm/core/authorization/index.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/core/authorization/index.js +1 -0
- package/dist/esm/core/authorization/index.js.map +1 -0
- package/dist/esm/core/errors.d.ts.map +1 -0
- package/dist/esm/core/errors.js.map +1 -0
- package/dist/esm/core/global.d.ts.map +1 -0
- package/dist/esm/core/global.js.map +1 -0
- package/dist/esm/core/info/index.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/core/info/index.js +2 -1
- package/dist/esm/core/info/index.js.map +1 -0
- package/dist/esm/core/info/private.d.ts.map +1 -0
- package/dist/esm/core/info/private.js.map +1 -0
- package/dist/esm/core/info/version.d.ts +2 -0
- package/dist/esm/core/info/version.d.ts.map +1 -0
- package/dist/esm/core/info/version.js +4 -0
- package/dist/esm/core/info/version.js.map +1 -0
- package/dist/esm/core/logger.d.ts.map +1 -0
- package/dist/esm/core/logger.js.map +1 -0
- package/dist/esm/core/storage/index.d.ts.map +1 -0
- package/dist/esm/core/storage/index.js.map +1 -0
- package/dist/esm/core/storage/local-storage.d.ts.map +1 -0
- package/dist/esm/core/storage/local-storage.js.map +1 -0
- package/dist/esm/core/storage/memory.d.ts.map +1 -0
- package/dist/esm/core/storage/memory.js.map +1 -0
- package/dist/esm/core/url.d.ts.map +1 -0
- package/dist/esm/core/url.js.map +1 -0
- package/{cjs → dist/esm}/index.d.ts +13 -13
- package/dist/esm/index.d.ts.map +1 -0
- package/{esm → dist/esm}/index.js +13 -13
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +4 -0
- package/dist/esm/services/auth/config.d.ts.map +1 -0
- package/dist/esm/services/auth/config.js.map +1 -0
- package/dist/esm/services/auth/index.d.ts.map +1 -0
- package/dist/esm/services/auth/index.js.map +1 -0
- package/dist/esm/services/auth/service/identities.d.ts.map +1 -0
- package/dist/esm/services/auth/service/identities.js.map +1 -0
- package/dist/esm/services/auth/service/oauth2/index.d.ts.map +1 -0
- package/dist/esm/services/auth/service/oauth2/index.js.map +1 -0
- package/dist/esm/services/auth/service/oauth2/token.d.ts.map +1 -0
- package/dist/esm/services/auth/service/oauth2/token.js.map +1 -0
- package/dist/esm/services/auth/types.d.ts.map +1 -0
- package/{cjs/lib/services → dist/esm/services/auth}/types.js.map +1 -1
- package/dist/esm/services/compute/config.d.ts.map +1 -0
- package/dist/esm/services/compute/config.js.map +1 -0
- package/dist/esm/services/compute/index.d.ts.map +1 -0
- package/dist/esm/services/compute/index.js.map +1 -0
- package/dist/esm/services/compute/service/endpoints.d.ts.map +1 -0
- package/dist/esm/services/compute/service/endpoints.js.map +1 -0
- package/dist/esm/services/flows/config.d.ts.map +1 -0
- package/dist/esm/services/flows/config.js.map +1 -0
- package/dist/esm/services/flows/index.d.ts.map +1 -0
- package/dist/esm/services/flows/index.js.map +1 -0
- package/dist/esm/services/flows/service/flows.d.ts.map +1 -0
- package/dist/esm/services/flows/service/flows.js.map +1 -0
- package/dist/esm/services/flows/service/runs.d.ts.map +1 -0
- package/dist/esm/services/flows/service/runs.js.map +1 -0
- package/dist/esm/services/globus-connect-server/client.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/client.js.map +1 -0
- package/dist/esm/services/globus-connect-server/constants.d.ts.map +1 -0
- package/{cjs/lib → dist/esm}/services/globus-connect-server/constants.js.map +1 -1
- package/dist/esm/services/globus-connect-server/index.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/services/globus-connect-server/index.js +0 -6
- package/dist/esm/services/globus-connect-server/index.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/collections.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/collections.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/endpoint.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/endpoint.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/https.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/https.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/roles.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/roles.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/storage-gateways.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/storage-gateways.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/user-credentials.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/user-credentials.js.map +1 -0
- package/dist/esm/services/globus-connect-server/service/versioning.d.ts.map +1 -0
- package/dist/esm/services/globus-connect-server/service/versioning.js.map +1 -0
- package/dist/esm/services/groups/config.d.ts.map +1 -0
- package/dist/esm/services/groups/config.js.map +1 -0
- package/dist/esm/services/groups/index.d.ts.map +1 -0
- package/dist/esm/services/groups/index.js.map +1 -0
- package/dist/esm/services/groups/service/groups.d.ts.map +1 -0
- package/dist/esm/services/groups/service/groups.js.map +1 -0
- package/dist/esm/services/groups/service/membership.d.ts.map +1 -0
- package/dist/esm/services/groups/service/membership.js.map +1 -0
- package/dist/esm/services/groups/service/policies.d.ts.map +1 -0
- package/dist/esm/services/groups/service/policies.js.map +1 -0
- package/dist/esm/services/search/config.d.ts.map +1 -0
- package/dist/esm/services/search/config.js.map +1 -0
- package/{esm/lib → dist/esm}/services/search/index.d.ts +1 -0
- package/dist/esm/services/search/index.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/services/search/index.js +1 -0
- package/dist/esm/services/search/index.js.map +1 -0
- package/dist/esm/services/search/service/entry.d.ts.map +1 -0
- package/dist/esm/services/search/service/entry.js.map +1 -0
- package/dist/esm/services/search/service/query.d.ts +158 -0
- package/dist/esm/services/search/service/query.d.ts.map +1 -0
- package/dist/esm/services/search/service/query.js.map +1 -0
- package/dist/esm/services/search/service/search-index.d.ts +131 -0
- package/dist/esm/services/search/service/search-index.d.ts.map +1 -0
- package/dist/esm/services/search/service/search-index.js +64 -0
- package/dist/esm/services/search/service/search-index.js.map +1 -0
- package/dist/esm/services/search/service/subject.d.ts.map +1 -0
- package/dist/esm/services/search/service/subject.js.map +1 -0
- package/dist/esm/services/search/types.d.ts +12 -0
- package/dist/esm/services/search/types.d.ts.map +1 -0
- package/dist/esm/services/search/types.js.map +1 -0
- package/dist/esm/services/shared.d.ts.map +1 -0
- package/dist/esm/services/shared.js.map +1 -0
- package/dist/esm/services/timer/config.d.ts.map +1 -0
- package/dist/esm/services/timer/config.js.map +1 -0
- package/dist/esm/services/timer/index.d.ts.map +1 -0
- package/dist/esm/services/timer/index.js.map +1 -0
- package/dist/esm/services/timer/service/timer.d.ts.map +1 -0
- package/dist/esm/services/timer/service/timer.js.map +1 -0
- package/dist/esm/services/transfer/config.d.ts.map +1 -0
- package/dist/esm/services/transfer/config.js.map +1 -0
- package/dist/esm/services/transfer/index.d.ts.map +1 -0
- package/dist/esm/services/transfer/index.js.map +1 -0
- package/dist/esm/services/transfer/service/access.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/access.js.map +1 -0
- package/dist/esm/services/transfer/service/collection-bookmarks.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/collection-bookmarks.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/endpoint.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/endpoint.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/index.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/index.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/pause-rule.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/pause-rule.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/task.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-manager/task.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-search.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint-search.js.map +1 -0
- package/dist/esm/services/transfer/service/endpoint.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/endpoint.js.map +1 -0
- package/dist/esm/services/transfer/service/file-operations.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/file-operations.js.map +1 -0
- package/dist/esm/services/transfer/service/task-submission.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/task-submission.js.map +1 -0
- package/dist/esm/services/transfer/service/task.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/task.js.map +1 -0
- package/dist/esm/services/transfer/shared.d.ts.map +1 -0
- package/dist/esm/services/transfer/shared.js.map +1 -0
- package/dist/esm/services/transfer/types.d.ts.map +1 -0
- package/dist/esm/services/transfer/types.js.map +1 -0
- package/dist/esm/services/transfer/utils.d.ts.map +1 -0
- package/dist/esm/services/transfer/utils.js.map +1 -0
- package/dist/esm/services/types.d.ts.map +1 -0
- package/{esm/lib → dist/esm}/services/types.js.map +1 -1
- package/dist/umd/globus.production.js +3 -0
- package/dist/umd/globus.production.js.map +7 -0
- package/package.json +108 -6
- package/cjs/constants.js +0 -42
- package/cjs/constants.js.map +0 -1
- package/cjs/index.d.ts.map +0 -1
- package/cjs/index.js +0 -106
- package/cjs/index.js.map +0 -1
- package/cjs/lib/apps/web.d.ts.map +0 -1
- package/cjs/lib/apps/web.js +0 -51
- package/cjs/lib/apps/web.js.map +0 -1
- package/cjs/lib/core/authorization/AuthorizationManager.d.ts.map +0 -1
- package/cjs/lib/core/authorization/AuthorizationManager.js +0 -361
- package/cjs/lib/core/authorization/AuthorizationManager.js.map +0 -1
- package/cjs/lib/core/authorization/Event.d.ts.map +0 -1
- package/cjs/lib/core/authorization/Event.js +0 -48
- package/cjs/lib/core/authorization/Event.js.map +0 -1
- package/cjs/lib/core/authorization/RedirectTransport.d.ts.map +0 -1
- package/cjs/lib/core/authorization/RedirectTransport.js +0 -100
- package/cjs/lib/core/authorization/RedirectTransport.js.map +0 -1
- package/cjs/lib/core/authorization/TokenLookup.d.ts.map +0 -1
- package/cjs/lib/core/authorization/TokenLookup.js +0 -86
- package/cjs/lib/core/authorization/TokenLookup.js.map +0 -1
- package/cjs/lib/core/authorization/index.d.ts +0 -13
- package/cjs/lib/core/authorization/index.d.ts.map +0 -1
- package/cjs/lib/core/authorization/index.js +0 -18
- package/cjs/lib/core/authorization/index.js.map +0 -1
- package/cjs/lib/core/errors.d.ts.map +0 -1
- package/cjs/lib/core/errors.js +0 -65
- package/cjs/lib/core/errors.js.map +0 -1
- package/cjs/lib/core/global.d.ts.map +0 -1
- package/cjs/lib/core/global.js +0 -149
- package/cjs/lib/core/global.js.map +0 -1
- package/cjs/lib/core/info/index.d.ts.map +0 -1
- package/cjs/lib/core/info/index.js +0 -45
- package/cjs/lib/core/info/index.js.map +0 -1
- package/cjs/lib/core/info/private.d.ts.map +0 -1
- package/cjs/lib/core/info/private.js +0 -48
- package/cjs/lib/core/info/private.js.map +0 -1
- package/cjs/lib/core/info/version.d.ts +0 -2
- package/cjs/lib/core/info/version.d.ts.map +0 -1
- package/cjs/lib/core/info/version.js +0 -7
- package/cjs/lib/core/info/version.js.map +0 -1
- package/cjs/lib/core/logger.d.ts.map +0 -1
- package/cjs/lib/core/logger.js +0 -53
- package/cjs/lib/core/logger.js.map +0 -1
- package/cjs/lib/core/storage/index.d.ts.map +0 -1
- package/cjs/lib/core/storage/index.js +0 -42
- package/cjs/lib/core/storage/index.js.map +0 -1
- package/cjs/lib/core/storage/local-storage.d.ts.map +0 -1
- package/cjs/lib/core/storage/local-storage.js +0 -32
- package/cjs/lib/core/storage/local-storage.js.map +0 -1
- package/cjs/lib/core/storage/memory.d.ts.map +0 -1
- package/cjs/lib/core/storage/memory.js +0 -38
- package/cjs/lib/core/storage/memory.js.map +0 -1
- package/cjs/lib/core/url.d.ts.map +0 -1
- package/cjs/lib/core/url.js +0 -59
- package/cjs/lib/core/url.js.map +0 -1
- package/cjs/lib/services/auth/config.d.ts.map +0 -1
- package/cjs/lib/services/auth/config.js +0 -31
- package/cjs/lib/services/auth/config.js.map +0 -1
- package/cjs/lib/services/auth/index.d.ts.map +0 -1
- package/cjs/lib/services/auth/index.js +0 -65
- package/cjs/lib/services/auth/index.js.map +0 -1
- package/cjs/lib/services/auth/service/identities.d.ts.map +0 -1
- package/cjs/lib/services/auth/service/identities.js +0 -28
- package/cjs/lib/services/auth/service/identities.js.map +0 -1
- package/cjs/lib/services/auth/service/oauth2/index.d.ts.map +0 -1
- package/cjs/lib/services/auth/service/oauth2/index.js +0 -38
- package/cjs/lib/services/auth/service/oauth2/index.js.map +0 -1
- package/cjs/lib/services/auth/service/oauth2/token.d.ts.map +0 -1
- package/cjs/lib/services/auth/service/oauth2/token.js +0 -88
- package/cjs/lib/services/auth/service/oauth2/token.js.map +0 -1
- package/cjs/lib/services/auth/types.d.ts.map +0 -1
- package/cjs/lib/services/auth/types.js +0 -3
- package/cjs/lib/services/auth/types.js.map +0 -1
- package/cjs/lib/services/compute/config.d.ts.map +0 -1
- package/cjs/lib/services/compute/config.js +0 -16
- package/cjs/lib/services/compute/config.js.map +0 -1
- package/cjs/lib/services/compute/index.d.ts.map +0 -1
- package/cjs/lib/services/compute/index.js +0 -40
- package/cjs/lib/services/compute/index.js.map +0 -1
- package/cjs/lib/services/compute/service/endpoints.d.ts.map +0 -1
- package/cjs/lib/services/compute/service/endpoints.js +0 -29
- package/cjs/lib/services/compute/service/endpoints.js.map +0 -1
- package/cjs/lib/services/flows/config.d.ts.map +0 -1
- package/cjs/lib/services/flows/config.js +0 -23
- package/cjs/lib/services/flows/config.js.map +0 -1
- package/cjs/lib/services/flows/index.d.ts.map +0 -1
- package/cjs/lib/services/flows/index.js +0 -41
- package/cjs/lib/services/flows/index.js.map +0 -1
- package/cjs/lib/services/flows/service/flows.d.ts.map +0 -1
- package/cjs/lib/services/flows/service/flows.js +0 -49
- package/cjs/lib/services/flows/service/flows.js.map +0 -1
- package/cjs/lib/services/flows/service/runs.d.ts.map +0 -1
- package/cjs/lib/services/flows/service/runs.js +0 -39
- package/cjs/lib/services/flows/service/runs.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/client.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/client.js +0 -102
- package/cjs/lib/services/globus-connect-server/client.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/constants.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/constants.js +0 -84
- package/cjs/lib/services/globus-connect-server/index.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/index.js +0 -51
- package/cjs/lib/services/globus-connect-server/index.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/collections.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/collections.js +0 -92
- package/cjs/lib/services/globus-connect-server/service/collections.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/endpoint.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/endpoint.js +0 -82
- package/cjs/lib/services/globus-connect-server/service/endpoint.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/https.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/https.js +0 -38
- package/cjs/lib/services/globus-connect-server/service/https.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/roles.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/roles.js +0 -48
- package/cjs/lib/services/globus-connect-server/service/roles.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/storage-gateways.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/storage-gateways.js +0 -70
- package/cjs/lib/services/globus-connect-server/service/storage-gateways.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/user-credentials.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/user-credentials.js +0 -70
- package/cjs/lib/services/globus-connect-server/service/user-credentials.js.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/versioning.d.ts.map +0 -1
- package/cjs/lib/services/globus-connect-server/service/versioning.js +0 -17
- package/cjs/lib/services/globus-connect-server/service/versioning.js.map +0 -1
- package/cjs/lib/services/groups/config.d.ts.map +0 -1
- package/cjs/lib/services/groups/config.js +0 -20
- package/cjs/lib/services/groups/config.js.map +0 -1
- package/cjs/lib/services/groups/index.d.ts.map +0 -1
- package/cjs/lib/services/groups/index.js +0 -45
- package/cjs/lib/services/groups/index.js.map +0 -1
- package/cjs/lib/services/groups/service/groups.d.ts.map +0 -1
- package/cjs/lib/services/groups/service/groups.js +0 -26
- package/cjs/lib/services/groups/service/groups.js.map +0 -1
- package/cjs/lib/services/groups/service/membership.d.ts.map +0 -1
- package/cjs/lib/services/groups/service/membership.js +0 -20
- package/cjs/lib/services/groups/service/membership.js.map +0 -1
- package/cjs/lib/services/groups/service/policies.d.ts.map +0 -1
- package/cjs/lib/services/groups/service/policies.js +0 -16
- package/cjs/lib/services/groups/service/policies.js.map +0 -1
- package/cjs/lib/services/search/config.d.ts.map +0 -1
- package/cjs/lib/services/search/config.js +0 -21
- package/cjs/lib/services/search/config.js.map +0 -1
- package/cjs/lib/services/search/index.d.ts +0 -16
- package/cjs/lib/services/search/index.d.ts.map +0 -1
- package/cjs/lib/services/search/index.js +0 -42
- package/cjs/lib/services/search/index.js.map +0 -1
- package/cjs/lib/services/search/service/entry.d.ts.map +0 -1
- package/cjs/lib/services/search/service/entry.js +0 -19
- package/cjs/lib/services/search/service/entry.js.map +0 -1
- package/cjs/lib/services/search/service/query.d.ts +0 -50
- package/cjs/lib/services/search/service/query.d.ts.map +0 -1
- package/cjs/lib/services/search/service/query.js +0 -31
- package/cjs/lib/services/search/service/query.js.map +0 -1
- package/cjs/lib/services/search/service/subject.d.ts.map +0 -1
- package/cjs/lib/services/search/service/subject.js +0 -19
- package/cjs/lib/services/search/service/subject.js.map +0 -1
- package/cjs/lib/services/search/types.d.ts +0 -2
- package/cjs/lib/services/search/types.d.ts.map +0 -1
- package/cjs/lib/services/search/types.js +0 -3
- package/cjs/lib/services/search/types.js.map +0 -1
- package/cjs/lib/services/shared.d.ts.map +0 -1
- package/cjs/lib/services/shared.js +0 -183
- package/cjs/lib/services/shared.js.map +0 -1
- package/cjs/lib/services/timer/config.d.ts.map +0 -1
- package/cjs/lib/services/timer/config.js +0 -13
- package/cjs/lib/services/timer/config.js.map +0 -1
- package/cjs/lib/services/timer/index.d.ts.map +0 -1
- package/cjs/lib/services/timer/index.js +0 -41
- package/cjs/lib/services/timer/index.js.map +0 -1
- package/cjs/lib/services/timer/service/timer.d.ts.map +0 -1
- package/cjs/lib/services/timer/service/timer.js +0 -14
- package/cjs/lib/services/timer/service/timer.js.map +0 -1
- package/cjs/lib/services/transfer/config.d.ts.map +0 -1
- package/cjs/lib/services/transfer/config.js +0 -16
- package/cjs/lib/services/transfer/config.js.map +0 -1
- package/cjs/lib/services/transfer/index.d.ts.map +0 -1
- package/cjs/lib/services/transfer/index.js +0 -49
- package/cjs/lib/services/transfer/index.js.map +0 -1
- package/cjs/lib/services/transfer/service/access.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/access.js +0 -59
- package/cjs/lib/services/transfer/service/access.js.map +0 -1
- package/cjs/lib/services/transfer/service/collection-bookmarks.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/collection-bookmarks.js +0 -59
- package/cjs/lib/services/transfer/service/collection-bookmarks.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/endpoint.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/endpoint.js +0 -47
- package/cjs/lib/services/transfer/service/endpoint-manager/endpoint.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/index.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/index.js +0 -30
- package/cjs/lib/services/transfer/service/endpoint-manager/index.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/pause-rule.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/pause-rule.js +0 -61
- package/cjs/lib/services/transfer/service/endpoint-manager/pause-rule.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/task.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-manager/task.js +0 -110
- package/cjs/lib/services/transfer/service/endpoint-manager/task.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-search.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint-search.js +0 -29
- package/cjs/lib/services/transfer/service/endpoint-search.js.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/endpoint.js +0 -71
- package/cjs/lib/services/transfer/service/endpoint.js.map +0 -1
- package/cjs/lib/services/transfer/service/file-operations.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/file-operations.js +0 -88
- package/cjs/lib/services/transfer/service/file-operations.js.map +0 -1
- package/cjs/lib/services/transfer/service/task-submission.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/task-submission.js +0 -53
- package/cjs/lib/services/transfer/service/task-submission.js.map +0 -1
- package/cjs/lib/services/transfer/service/task.d.ts.map +0 -1
- package/cjs/lib/services/transfer/service/task.js +0 -101
- package/cjs/lib/services/transfer/service/task.js.map +0 -1
- package/cjs/lib/services/transfer/shared.d.ts.map +0 -1
- package/cjs/lib/services/transfer/shared.js +0 -13
- package/cjs/lib/services/transfer/shared.js.map +0 -1
- package/cjs/lib/services/transfer/types.d.ts.map +0 -1
- package/cjs/lib/services/transfer/types.js +0 -3
- package/cjs/lib/services/transfer/types.js.map +0 -1
- package/cjs/lib/services/transfer/utils.d.ts.map +0 -1
- package/cjs/lib/services/transfer/utils.js +0 -98
- package/cjs/lib/services/transfer/utils.js.map +0 -1
- package/cjs/lib/services/types.d.ts.map +0 -1
- package/cjs/lib/services/types.js +0 -3
- package/cjs/package.json +0 -6
- package/esm/constants.d.ts +0 -16
- package/esm/constants.d.ts.map +0 -1
- package/esm/index.d.ts +0 -76
- package/esm/index.d.ts.map +0 -1
- package/esm/index.js.map +0 -1
- package/esm/lib/apps/web.d.ts +0 -29
- package/esm/lib/apps/web.d.ts.map +0 -1
- package/esm/lib/apps/web.js.map +0 -1
- package/esm/lib/core/authorization/AuthorizationManager.d.ts +0 -189
- package/esm/lib/core/authorization/AuthorizationManager.d.ts.map +0 -1
- package/esm/lib/core/authorization/AuthorizationManager.js.map +0 -1
- package/esm/lib/core/authorization/Event.d.ts +0 -16
- package/esm/lib/core/authorization/Event.d.ts.map +0 -1
- package/esm/lib/core/authorization/Event.js.map +0 -1
- package/esm/lib/core/authorization/RedirectTransport.d.ts +0 -26
- package/esm/lib/core/authorization/RedirectTransport.d.ts.map +0 -1
- package/esm/lib/core/authorization/RedirectTransport.js.map +0 -1
- package/esm/lib/core/authorization/TokenLookup.d.ts +0 -19
- package/esm/lib/core/authorization/TokenLookup.d.ts.map +0 -1
- package/esm/lib/core/authorization/TokenLookup.js.map +0 -1
- package/esm/lib/core/authorization/index.d.ts.map +0 -1
- package/esm/lib/core/authorization/index.js.map +0 -1
- package/esm/lib/core/errors.d.ts +0 -55
- package/esm/lib/core/errors.d.ts.map +0 -1
- package/esm/lib/core/errors.js.map +0 -1
- package/esm/lib/core/global.d.ts +0 -72
- package/esm/lib/core/global.d.ts.map +0 -1
- package/esm/lib/core/global.js.map +0 -1
- package/esm/lib/core/info/index.d.ts +0 -23
- package/esm/lib/core/info/index.d.ts.map +0 -1
- package/esm/lib/core/info/index.js.map +0 -1
- package/esm/lib/core/info/private.d.ts +0 -26
- package/esm/lib/core/info/private.d.ts.map +0 -1
- package/esm/lib/core/info/private.js.map +0 -1
- package/esm/lib/core/info/version.d.ts +0 -2
- package/esm/lib/core/info/version.d.ts.map +0 -1
- package/esm/lib/core/info/version.js +0 -4
- package/esm/lib/core/info/version.js.map +0 -1
- package/esm/lib/core/logger.d.ts +0 -31
- package/esm/lib/core/logger.d.ts.map +0 -1
- package/esm/lib/core/logger.js.map +0 -1
- package/esm/lib/core/storage/index.d.ts +0 -29
- package/esm/lib/core/storage/index.d.ts.map +0 -1
- package/esm/lib/core/storage/index.js.map +0 -1
- package/esm/lib/core/storage/local-storage.d.ts +0 -10
- package/esm/lib/core/storage/local-storage.d.ts.map +0 -1
- package/esm/lib/core/storage/local-storage.js.map +0 -1
- package/esm/lib/core/storage/memory.d.ts +0 -10
- package/esm/lib/core/storage/memory.d.ts.map +0 -1
- package/esm/lib/core/storage/memory.js.map +0 -1
- package/esm/lib/core/url.d.ts +0 -31
- package/esm/lib/core/url.d.ts.map +0 -1
- package/esm/lib/core/url.js.map +0 -1
- package/esm/lib/services/auth/config.d.ts +0 -16
- package/esm/lib/services/auth/config.d.ts.map +0 -1
- package/esm/lib/services/auth/config.js.map +0 -1
- package/esm/lib/services/auth/index.d.ts +0 -28
- package/esm/lib/services/auth/index.d.ts.map +0 -1
- package/esm/lib/services/auth/index.js.map +0 -1
- package/esm/lib/services/auth/service/identities.d.ts +0 -21
- package/esm/lib/services/auth/service/identities.d.ts.map +0 -1
- package/esm/lib/services/auth/service/identities.js.map +0 -1
- package/esm/lib/services/auth/service/oauth2/index.d.ts +0 -5
- package/esm/lib/services/auth/service/oauth2/index.d.ts.map +0 -1
- package/esm/lib/services/auth/service/oauth2/index.js.map +0 -1
- package/esm/lib/services/auth/service/oauth2/token.d.ts +0 -53
- package/esm/lib/services/auth/service/oauth2/token.d.ts.map +0 -1
- package/esm/lib/services/auth/service/oauth2/token.js.map +0 -1
- package/esm/lib/services/auth/types.d.ts +0 -43
- package/esm/lib/services/auth/types.d.ts.map +0 -1
- package/esm/lib/services/auth/types.js.map +0 -1
- package/esm/lib/services/compute/config.d.ts +0 -7
- package/esm/lib/services/compute/config.d.ts.map +0 -1
- package/esm/lib/services/compute/config.js.map +0 -1
- package/esm/lib/services/compute/index.d.ts +0 -14
- package/esm/lib/services/compute/index.d.ts.map +0 -1
- package/esm/lib/services/compute/index.js.map +0 -1
- package/esm/lib/services/compute/service/endpoints.d.ts +0 -20
- package/esm/lib/services/compute/service/endpoints.d.ts.map +0 -1
- package/esm/lib/services/compute/service/endpoints.js.map +0 -1
- package/esm/lib/services/flows/config.d.ts +0 -14
- package/esm/lib/services/flows/config.d.ts.map +0 -1
- package/esm/lib/services/flows/config.js.map +0 -1
- package/esm/lib/services/flows/index.d.ts +0 -15
- package/esm/lib/services/flows/index.d.ts.map +0 -1
- package/esm/lib/services/flows/index.js.map +0 -1
- package/esm/lib/services/flows/service/flows.d.ts +0 -40
- package/esm/lib/services/flows/service/flows.d.ts.map +0 -1
- package/esm/lib/services/flows/service/flows.js.map +0 -1
- package/esm/lib/services/flows/service/runs.d.ts +0 -31
- package/esm/lib/services/flows/service/runs.d.ts.map +0 -1
- package/esm/lib/services/flows/service/runs.js.map +0 -1
- package/esm/lib/services/globus-connect-server/client.d.ts +0 -1451
- package/esm/lib/services/globus-connect-server/client.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/client.js.map +0 -1
- package/esm/lib/services/globus-connect-server/constants.d.ts +0 -22
- package/esm/lib/services/globus-connect-server/constants.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/constants.js.map +0 -1
- package/esm/lib/services/globus-connect-server/index.d.ts +0 -49
- package/esm/lib/services/globus-connect-server/index.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/index.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/collections.d.ts +0 -74
- package/esm/lib/services/globus-connect-server/service/collections.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/collections.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/endpoint.d.ts +0 -71
- package/esm/lib/services/globus-connect-server/service/endpoint.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/endpoint.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/https.d.ts +0 -35
- package/esm/lib/services/globus-connect-server/service/https.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/https.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/roles.d.ts +0 -41
- package/esm/lib/services/globus-connect-server/service/roles.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/roles.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/storage-gateways.d.ts +0 -58
- package/esm/lib/services/globus-connect-server/service/storage-gateways.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/storage-gateways.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/user-credentials.d.ts +0 -59
- package/esm/lib/services/globus-connect-server/service/user-credentials.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/user-credentials.js.map +0 -1
- package/esm/lib/services/globus-connect-server/service/versioning.d.ts +0 -14
- package/esm/lib/services/globus-connect-server/service/versioning.d.ts.map +0 -1
- package/esm/lib/services/globus-connect-server/service/versioning.js.map +0 -1
- package/esm/lib/services/groups/config.d.ts +0 -11
- package/esm/lib/services/groups/config.d.ts.map +0 -1
- package/esm/lib/services/groups/config.js.map +0 -1
- package/esm/lib/services/groups/index.d.ts +0 -19
- package/esm/lib/services/groups/index.d.ts.map +0 -1
- package/esm/lib/services/groups/index.js.map +0 -1
- package/esm/lib/services/groups/service/groups.d.ts +0 -23
- package/esm/lib/services/groups/service/groups.d.ts.map +0 -1
- package/esm/lib/services/groups/service/groups.js.map +0 -1
- package/esm/lib/services/groups/service/membership.d.ts +0 -13
- package/esm/lib/services/groups/service/membership.d.ts.map +0 -1
- package/esm/lib/services/groups/service/membership.js.map +0 -1
- package/esm/lib/services/groups/service/policies.d.ts +0 -13
- package/esm/lib/services/groups/service/policies.d.ts.map +0 -1
- package/esm/lib/services/groups/service/policies.js.map +0 -1
- package/esm/lib/services/search/config.d.ts +0 -12
- package/esm/lib/services/search/config.d.ts.map +0 -1
- package/esm/lib/services/search/config.js.map +0 -1
- package/esm/lib/services/search/index.d.ts.map +0 -1
- package/esm/lib/services/search/index.js.map +0 -1
- package/esm/lib/services/search/service/entry.d.ts +0 -22
- package/esm/lib/services/search/service/entry.d.ts.map +0 -1
- package/esm/lib/services/search/service/entry.js.map +0 -1
- package/esm/lib/services/search/service/query.d.ts +0 -50
- package/esm/lib/services/search/service/query.d.ts.map +0 -1
- package/esm/lib/services/search/service/query.js.map +0 -1
- package/esm/lib/services/search/service/subject.d.ts +0 -21
- package/esm/lib/services/search/service/subject.d.ts.map +0 -1
- package/esm/lib/services/search/service/subject.js.map +0 -1
- package/esm/lib/services/search/types.d.ts +0 -2
- package/esm/lib/services/search/types.d.ts.map +0 -1
- package/esm/lib/services/search/types.js.map +0 -1
- package/esm/lib/services/shared.d.ts +0 -71
- package/esm/lib/services/shared.d.ts.map +0 -1
- package/esm/lib/services/shared.js.map +0 -1
- package/esm/lib/services/timer/config.d.ts +0 -4
- package/esm/lib/services/timer/config.d.ts.map +0 -1
- package/esm/lib/services/timer/config.js.map +0 -1
- package/esm/lib/services/timer/index.d.ts +0 -15
- package/esm/lib/services/timer/index.d.ts.map +0 -1
- package/esm/lib/services/timer/index.js.map +0 -1
- package/esm/lib/services/timer/service/timer.d.ts +0 -6
- package/esm/lib/services/timer/service/timer.d.ts.map +0 -1
- package/esm/lib/services/timer/service/timer.js.map +0 -1
- package/esm/lib/services/transfer/config.d.ts +0 -7
- package/esm/lib/services/transfer/config.d.ts.map +0 -1
- package/esm/lib/services/transfer/config.js.map +0 -1
- package/esm/lib/services/transfer/index.d.ts +0 -23
- package/esm/lib/services/transfer/index.d.ts.map +0 -1
- package/esm/lib/services/transfer/index.js.map +0 -1
- package/esm/lib/services/transfer/service/access.d.ts +0 -73
- package/esm/lib/services/transfer/service/access.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/access.js.map +0 -1
- package/esm/lib/services/transfer/service/collection-bookmarks.d.ts +0 -53
- package/esm/lib/services/transfer/service/collection-bookmarks.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/collection-bookmarks.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/endpoint.d.ts +0 -43
- package/esm/lib/services/transfer/service/endpoint-manager/endpoint.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/endpoint.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/index.d.ts +0 -4
- package/esm/lib/services/transfer/service/endpoint-manager/index.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/index.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/pause-rule.d.ts +0 -59
- package/esm/lib/services/transfer/service/endpoint-manager/pause-rule.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/pause-rule.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/task.d.ts +0 -96
- package/esm/lib/services/transfer/service/endpoint-manager/task.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-manager/task.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-search.d.ts +0 -15
- package/esm/lib/services/transfer/service/endpoint-search.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint-search.js.map +0 -1
- package/esm/lib/services/transfer/service/endpoint.d.ts +0 -61
- package/esm/lib/services/transfer/service/endpoint.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/endpoint.js.map +0 -1
- package/esm/lib/services/transfer/service/file-operations.d.ts +0 -114
- package/esm/lib/services/transfer/service/file-operations.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/file-operations.js.map +0 -1
- package/esm/lib/services/transfer/service/task-submission.d.ts +0 -85
- package/esm/lib/services/transfer/service/task-submission.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/task-submission.js.map +0 -1
- package/esm/lib/services/transfer/service/task.d.ts +0 -106
- package/esm/lib/services/transfer/service/task.d.ts.map +0 -1
- package/esm/lib/services/transfer/service/task.js.map +0 -1
- package/esm/lib/services/transfer/shared.d.ts +0 -3
- package/esm/lib/services/transfer/shared.d.ts.map +0 -1
- package/esm/lib/services/transfer/shared.js.map +0 -1
- package/esm/lib/services/transfer/types.d.ts +0 -364
- package/esm/lib/services/transfer/types.d.ts.map +0 -1
- package/esm/lib/services/transfer/types.js.map +0 -1
- package/esm/lib/services/transfer/utils.d.ts +0 -28
- package/esm/lib/services/transfer/utils.d.ts.map +0 -1
- package/esm/lib/services/transfer/utils.js.map +0 -1
- package/esm/lib/services/types.d.ts +0 -84
- package/esm/lib/services/types.d.ts.map +0 -1
- package/esm/package.json +0 -3
- package/umd/globus.production.js +0 -1
- /package/{cjs/lib → dist/esm}/apps/web.d.ts +0 -0
- /package/{esm/lib → dist/esm}/apps/web.js +0 -0
- /package/{cjs/lib → dist/esm}/core/authorization/AuthorizationManager.d.ts +0 -0
- /package/{cjs/lib → dist/esm}/core/authorization/Event.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/authorization/Event.js +0 -0
- /package/{cjs/lib → dist/esm}/core/authorization/RedirectTransport.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/authorization/RedirectTransport.js +0 -0
- /package/{cjs/lib → dist/esm}/core/authorization/TokenLookup.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/authorization/TokenLookup.js +0 -0
- /package/{cjs/lib → dist/esm}/core/errors.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/errors.js +0 -0
- /package/{cjs/lib → dist/esm}/core/global.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/global.js +0 -0
- /package/{cjs/lib → dist/esm}/core/info/index.d.ts +0 -0
- /package/{cjs/lib → dist/esm}/core/info/private.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/info/private.js +0 -0
- /package/{cjs/lib → dist/esm}/core/logger.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/logger.js +0 -0
- /package/{cjs/lib → dist/esm}/core/storage/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/storage/index.js +0 -0
- /package/{cjs/lib → dist/esm}/core/storage/local-storage.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/storage/local-storage.js +0 -0
- /package/{cjs/lib → dist/esm}/core/storage/memory.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/storage/memory.js +0 -0
- /package/{cjs/lib → dist/esm}/core/url.d.ts +0 -0
- /package/{esm/lib → dist/esm}/core/url.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/service/identities.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/service/identities.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/service/oauth2/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/service/oauth2/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/service/oauth2/token.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/service/oauth2/token.js +0 -0
- /package/{cjs/lib → dist/esm}/services/auth/types.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/auth/types.js +0 -0
- /package/{cjs/lib → dist/esm}/services/compute/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/compute/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/compute/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/compute/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/compute/service/endpoints.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/compute/service/endpoints.js +0 -0
- /package/{cjs/lib → dist/esm}/services/flows/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/flows/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/flows/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/flows/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/flows/service/flows.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/flows/service/flows.js +0 -0
- /package/{cjs/lib → dist/esm}/services/flows/service/runs.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/flows/service/runs.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/client.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/client.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/constants.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/constants.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/index.d.ts +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/collections.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/collections.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/endpoint.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/endpoint.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/https.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/https.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/roles.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/roles.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/storage-gateways.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/storage-gateways.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/user-credentials.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/user-credentials.js +0 -0
- /package/{cjs/lib → dist/esm}/services/globus-connect-server/service/versioning.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/globus-connect-server/service/versioning.js +0 -0
- /package/{cjs/lib → dist/esm}/services/groups/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/groups/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/groups/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/groups/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/groups/service/groups.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/groups/service/groups.js +0 -0
- /package/{cjs/lib → dist/esm}/services/groups/service/membership.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/groups/service/membership.js +0 -0
- /package/{cjs/lib → dist/esm}/services/groups/service/policies.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/groups/service/policies.js +0 -0
- /package/{cjs/lib → dist/esm}/services/search/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/search/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/search/service/entry.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/search/service/entry.js +0 -0
- /package/{esm/lib → dist/esm}/services/search/service/query.js +0 -0
- /package/{cjs/lib → dist/esm}/services/search/service/subject.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/search/service/subject.js +0 -0
- /package/{esm/lib → dist/esm}/services/search/types.js +0 -0
- /package/{cjs/lib → dist/esm}/services/shared.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/shared.js +0 -0
- /package/{cjs/lib → dist/esm}/services/timer/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/timer/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/timer/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/timer/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/timer/service/timer.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/timer/service/timer.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/config.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/config.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/access.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/access.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/collection-bookmarks.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/collection-bookmarks.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint-manager/endpoint.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint-manager/endpoint.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint-manager/index.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint-manager/index.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint-manager/pause-rule.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint-manager/pause-rule.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint-manager/task.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint-manager/task.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint-search.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint-search.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/endpoint.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/endpoint.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/file-operations.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/file-operations.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/task-submission.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/task-submission.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/service/task.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/service/task.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/shared.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/shared.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/types.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/types.js +0 -0
- /package/{cjs/lib → dist/esm}/services/transfer/utils.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/transfer/utils.js +0 -0
- /package/{cjs/lib → dist/esm}/services/types.d.ts +0 -0
- /package/{esm/lib → dist/esm}/services/types.js +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var globus=(()=>{var jr=Object.create;var ge=Object.defineProperty;var Ur=Object.getOwnPropertyDescriptor;var Br=Object.getOwnPropertyNames;var Hr=Object.getPrototypeOf,Jr=Object.prototype.hasOwnProperty;var er=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var Z=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),f=(t,e)=>{for(var r in e)ge(t,r,{get:e[r],enumerable:!0})},tr=(t,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let p of Br(e))!Jr.call(t,p)&&p!==r&&ge(t,p,{get:()=>e[p],enumerable:!(o=Ur(e,p))||o.enumerable});return t};var rr=(t,e,r)=>(r=t!=null?jr(Hr(t)):{},tr(e||!t||!t.__esModule?ge(r,"default",{value:t,enumerable:!0}):r,t)),$r=t=>tr(ge({},"__esModule",{value:!0}),t);var gr=Z((Q,hr)=>{var Pe=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,xe=function(){function t(){this.fetch=!1,this.DOMException=Pe.DOMException}return t.prototype=Pe,new t}();(function(t){var e=function(r){var o=typeof t<"u"&&t||typeof self<"u"&&self||typeof o<"u"&&o,p={searchParams:"URLSearchParams"in o,iterable:"Symbol"in o&&"iterator"in Symbol,blob:"FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in o,arrayBuffer:"ArrayBuffer"in o};function D(n){return n&&DataView.prototype.isPrototypeOf(n)}if(p.arrayBuffer)var y=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],_=ArrayBuffer.isView||function(n){return n&&y.indexOf(Object.prototype.toString.call(n))>-1};function T(n){if(typeof n!="string"&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(n)||n==="")throw new TypeError('Invalid character in header field name: "'+n+'"');return n.toLowerCase()}function v(n){return typeof n!="string"&&(n=String(n)),n}function A(n){var a={next:function(){var S=n.shift();return{done:S===void 0,value:S}}};return p.iterable&&(a[Symbol.iterator]=function(){return a}),a}function l(n){this.map={},n instanceof l?n.forEach(function(a,S){this.append(S,a)},this):Array.isArray(n)?n.forEach(function(a){this.append(a[0],a[1])},this):n&&Object.getOwnPropertyNames(n).forEach(function(a){this.append(a,n[a])},this)}l.prototype.append=function(n,a){n=T(n),a=v(a);var S=this.map[n];this.map[n]=S?S+", "+a:a},l.prototype.delete=function(n){delete this.map[T(n)]},l.prototype.get=function(n){return n=T(n),this.has(n)?this.map[n]:null},l.prototype.has=function(n){return this.map.hasOwnProperty(T(n))},l.prototype.set=function(n,a){this.map[T(n)]=v(a)},l.prototype.forEach=function(n,a){for(var S in this.map)this.map.hasOwnProperty(S)&&n.call(a,this.map[S],S,this)},l.prototype.keys=function(){var n=[];return this.forEach(function(a,S){n.push(S)}),A(n)},l.prototype.values=function(){var n=[];return this.forEach(function(a){n.push(a)}),A(n)},l.prototype.entries=function(){var n=[];return this.forEach(function(a,S){n.push([S,a])}),A(n)},p.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);function h(n){if(n.bodyUsed)return Promise.reject(new TypeError("Already read"));n.bodyUsed=!0}function m(n){return new Promise(function(a,S){n.onload=function(){a(n.result)},n.onerror=function(){S(n.error)}})}function O(n){var a=new FileReader,S=m(a);return a.readAsArrayBuffer(n),S}function M(n){var a=new FileReader,S=m(a);return a.readAsText(n),S}function U(n){for(var a=new Uint8Array(n),S=new Array(a.length),w=0;w<a.length;w++)S[w]=String.fromCharCode(a[w]);return S.join("")}function i(n){if(n.slice)return n.slice(0);var a=new Uint8Array(n.byteLength);return a.set(new Uint8Array(n)),a.buffer}function u(){return this.bodyUsed=!1,this._initBody=function(n){this.bodyUsed=this.bodyUsed,this._bodyInit=n,n?typeof n=="string"?this._bodyText=n:p.blob&&Blob.prototype.isPrototypeOf(n)?this._bodyBlob=n:p.formData&&FormData.prototype.isPrototypeOf(n)?this._bodyFormData=n:p.searchParams&&URLSearchParams.prototype.isPrototypeOf(n)?this._bodyText=n.toString():p.arrayBuffer&&p.blob&&D(n)?(this._bodyArrayBuffer=i(n.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):p.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(n)||_(n))?this._bodyArrayBuffer=i(n):this._bodyText=n=Object.prototype.toString.call(n):this._bodyText="",this.headers.get("content-type")||(typeof n=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):p.searchParams&&URLSearchParams.prototype.isPrototypeOf(n)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},p.blob&&(this.blob=function(){var n=h(this);if(n)return n;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(){if(this._bodyArrayBuffer){var n=h(this);return n||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(O)}),this.text=function(){var n=h(this);if(n)return n;if(this._bodyBlob)return M(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(U(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},p.formData&&(this.formData=function(){return this.text().then(P)}),this.json=function(){return this.text().then(JSON.parse)},this}var R=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(n){var a=n.toUpperCase();return R.indexOf(a)>-1?a:n}function x(n,a){if(!(this instanceof x))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');a=a||{};var S=a.body;if(n instanceof x){if(n.bodyUsed)throw new TypeError("Already read");this.url=n.url,this.credentials=n.credentials,a.headers||(this.headers=new l(n.headers)),this.method=n.method,this.mode=n.mode,this.signal=n.signal,!S&&n._bodyInit!=null&&(S=n._bodyInit,n.bodyUsed=!0)}else this.url=String(n);if(this.credentials=a.credentials||this.credentials||"same-origin",(a.headers||!this.headers)&&(this.headers=new l(a.headers)),this.method=b(a.method||this.method||"GET"),this.mode=a.mode||this.mode||null,this.signal=a.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&S)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(S),(this.method==="GET"||this.method==="HEAD")&&(a.cache==="no-store"||a.cache==="no-cache")){var w=/([?&])_=[^&]*/;if(w.test(this.url))this.url=this.url.replace(w,"$1_="+new Date().getTime());else{var k=/\?/;this.url+=(k.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}x.prototype.clone=function(){return new x(this,{body:this._bodyInit})};function P(n){var a=new FormData;return n.trim().split("&").forEach(function(S){if(S){var w=S.split("="),k=w.shift().replace(/\+/g," "),E=w.join("=").replace(/\+/g," ");a.append(decodeURIComponent(k),decodeURIComponent(E))}}),a}function J(n){var a=new l,S=n.replace(/\r?\n[\t ]+/g," ");return S.split("\r").map(function(w){return w.indexOf(`
|
|
2
|
+
`)===0?w.substr(1,w.length):w}).forEach(function(w){var k=w.split(":"),E=k.shift().trim();if(E){var me=k.join(":").trim();a.append(E,me)}}),a}u.call(x.prototype);function C(n,a){if(!(this instanceof C))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');a||(a={}),this.type="default",this.status=a.status===void 0?200:a.status,this.ok=this.status>=200&&this.status<300,this.statusText=a.statusText===void 0?"":""+a.statusText,this.headers=new l(a.headers),this.url=a.url||"",this._initBody(n)}u.call(C.prototype),C.prototype.clone=function(){return new C(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},C.error=function(){var n=new C(null,{status:0,statusText:""});return n.type="error",n};var B=[301,302,303,307,308];C.redirect=function(n,a){if(B.indexOf(a)===-1)throw new RangeError("Invalid status code");return new C(null,{status:a,headers:{location:n}})},r.DOMException=o.DOMException;try{new r.DOMException}catch{r.DOMException=function(a,S){this.message=a,this.name=S;var w=Error(a);this.stack=w.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function W(n,a){return new Promise(function(S,w){var k=new x(n,a);if(k.signal&&k.signal.aborted)return w(new r.DOMException("Aborted","AbortError"));var E=new XMLHttpRequest;function me(){E.abort()}E.onload=function(){var H={status:E.status,statusText:E.statusText,headers:J(E.getAllResponseHeaders()||"")};H.url="responseURL"in E?E.responseURL:H.headers.get("X-Request-URL");var he="response"in E?E.response:E.responseText;setTimeout(function(){S(new C(he,H))},0)},E.onerror=function(){setTimeout(function(){w(new TypeError("Network request failed"))},0)},E.ontimeout=function(){setTimeout(function(){w(new TypeError("Network request failed"))},0)},E.onabort=function(){setTimeout(function(){w(new r.DOMException("Aborted","AbortError"))},0)};function Gr(H){try{return H===""&&o.location.href?o.location.href:H}catch{return H}}E.open(k.method,Gr(k.url),!0),k.credentials==="include"?E.withCredentials=!0:k.credentials==="omit"&&(E.withCredentials=!1),"responseType"in E&&(p.blob?E.responseType="blob":p.arrayBuffer&&k.headers.get("Content-Type")&&k.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(E.responseType="arraybuffer")),a&&typeof a.headers=="object"&&!(a.headers instanceof l)?Object.getOwnPropertyNames(a.headers).forEach(function(H){E.setRequestHeader(H,v(a.headers[H]))}):k.headers.forEach(function(H,he){E.setRequestHeader(he,H)}),k.signal&&(k.signal.addEventListener("abort",me),E.onreadystatechange=function(){E.readyState===4&&k.signal.removeEventListener("abort",me)}),E.send(typeof k._bodyInit>"u"?null:k._bodyInit)})}return W.polyfill=!0,o.fetch||(o.fetch=W,o.Headers=l,o.Request=x,o.Response=C),r.Headers=l,r.Request=x,r.Response=C,r.fetch=W,r}({})})(xe);xe.fetch.ponyfill=!0;delete xe.fetch.polyfill;var se=Pe.fetch?Pe:xe;Q=se.fetch;Q.default=se.fetch;Q.fetch=se.fetch;Q.Headers=se.Headers;Q.Request=se.Request;Q.Response=se.Response;hr.exports=Q});var Sr=Z(()=>{});var ke=Z((Ce,vr)=>{(function(t,e){typeof Ce=="object"?vr.exports=Ce=e():typeof define=="function"&&define.amd?define([],e):t.CryptoJS=e()})(Ce,function(){var t=t||function(e,r){var o;if(typeof window<"u"&&window.crypto&&(o=window.crypto),typeof self<"u"&&self.crypto&&(o=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(o=globalThis.crypto),!o&&typeof window<"u"&&window.msCrypto&&(o=window.msCrypto),!o&&typeof global<"u"&&global.crypto&&(o=global.crypto),!o&&typeof er=="function")try{o=Sr()}catch{}var p=function(){if(o){if(typeof o.getRandomValues=="function")try{return o.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof o.randomBytes=="function")try{return o.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},D=Object.create||function(){function i(){}return function(u){var R;return i.prototype=u,R=new i,i.prototype=null,R}}(),y={},_=y.lib={},T=_.Base=function(){return{extend:function(i){var u=D(this);return i&&u.mixIn(i),(!u.hasOwnProperty("init")||this.init===u.init)&&(u.init=function(){u.$super.init.apply(this,arguments)}),u.init.prototype=u,u.$super=this,u},create:function(){var i=this.extend();return i.init.apply(i,arguments),i},init:function(){},mixIn:function(i){for(var u in i)i.hasOwnProperty(u)&&(this[u]=i[u]);i.hasOwnProperty("toString")&&(this.toString=i.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),v=_.WordArray=T.extend({init:function(i,u){i=this.words=i||[],u!=r?this.sigBytes=u:this.sigBytes=i.length*4},toString:function(i){return(i||l).stringify(this)},concat:function(i){var u=this.words,R=i.words,b=this.sigBytes,x=i.sigBytes;if(this.clamp(),b%4)for(var P=0;P<x;P++){var J=R[P>>>2]>>>24-P%4*8&255;u[b+P>>>2]|=J<<24-(b+P)%4*8}else for(var C=0;C<x;C+=4)u[b+C>>>2]=R[C>>>2];return this.sigBytes+=x,this},clamp:function(){var i=this.words,u=this.sigBytes;i[u>>>2]&=4294967295<<32-u%4*8,i.length=e.ceil(u/4)},clone:function(){var i=T.clone.call(this);return i.words=this.words.slice(0),i},random:function(i){for(var u=[],R=0;R<i;R+=4)u.push(p());return new v.init(u,i)}}),A=y.enc={},l=A.Hex={stringify:function(i){for(var u=i.words,R=i.sigBytes,b=[],x=0;x<R;x++){var P=u[x>>>2]>>>24-x%4*8&255;b.push((P>>>4).toString(16)),b.push((P&15).toString(16))}return b.join("")},parse:function(i){for(var u=i.length,R=[],b=0;b<u;b+=2)R[b>>>3]|=parseInt(i.substr(b,2),16)<<24-b%8*4;return new v.init(R,u/2)}},h=A.Latin1={stringify:function(i){for(var u=i.words,R=i.sigBytes,b=[],x=0;x<R;x++){var P=u[x>>>2]>>>24-x%4*8&255;b.push(String.fromCharCode(P))}return b.join("")},parse:function(i){for(var u=i.length,R=[],b=0;b<u;b++)R[b>>>2]|=(i.charCodeAt(b)&255)<<24-b%4*8;return new v.init(R,u)}},m=A.Utf8={stringify:function(i){try{return decodeURIComponent(escape(h.stringify(i)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(i){return h.parse(unescape(encodeURIComponent(i)))}},O=_.BufferedBlockAlgorithm=T.extend({reset:function(){this._data=new v.init,this._nDataBytes=0},_append:function(i){typeof i=="string"&&(i=m.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes},_process:function(i){var u,R=this._data,b=R.words,x=R.sigBytes,P=this.blockSize,J=P*4,C=x/J;i?C=e.ceil(C):C=e.max((C|0)-this._minBufferSize,0);var B=C*P,W=e.min(B*4,x);if(B){for(var n=0;n<B;n+=P)this._doProcessBlock(b,n);u=b.splice(0,B),R.sigBytes-=W}return new v.init(u,W)},clone:function(){var i=T.clone.call(this);return i._data=this._data.clone(),i},_minBufferSize:0}),M=_.Hasher=O.extend({cfg:T.extend(),init:function(i){this.cfg=this.cfg.extend(i),this.reset()},reset:function(){O.reset.call(this),this._doReset()},update:function(i){return this._append(i),this._process(),this},finalize:function(i){i&&this._append(i);var u=this._doFinalize();return u},blockSize:512/32,_createHelper:function(i){return function(u,R){return new i.init(R).finalize(u)}},_createHmacHelper:function(i){return function(u,R){return new U.HMAC.init(i,R).finalize(u)}}}),U=y.algo={};return y}(Math);return t})});var Tr=Z((Le,_r)=>{(function(t,e){typeof Le=="object"?_r.exports=Le=e(ke()):typeof define=="function"&&define.amd?define(["./core"],e):e(t.CryptoJS)})(Le,function(t){return function(e){var r=t,o=r.lib,p=o.WordArray,D=o.Hasher,y=r.algo,_=[],T=[];(function(){function l(M){for(var U=e.sqrt(M),i=2;i<=U;i++)if(!(M%i))return!1;return!0}function h(M){return(M-(M|0))*4294967296|0}for(var m=2,O=0;O<64;)l(m)&&(O<8&&(_[O]=h(e.pow(m,1/2))),T[O]=h(e.pow(m,1/3)),O++),m++})();var v=[],A=y.SHA256=D.extend({_doReset:function(){this._hash=new p.init(_.slice(0))},_doProcessBlock:function(l,h){for(var m=this._hash.words,O=m[0],M=m[1],U=m[2],i=m[3],u=m[4],R=m[5],b=m[6],x=m[7],P=0;P<64;P++){if(P<16)v[P]=l[h+P]|0;else{var J=v[P-15],C=(J<<25|J>>>7)^(J<<14|J>>>18)^J>>>3,B=v[P-2],W=(B<<15|B>>>17)^(B<<13|B>>>19)^B>>>10;v[P]=C+v[P-7]+W+v[P-16]}var n=u&R^~u&b,a=O&M^O&U^M&U,S=(O<<30|O>>>2)^(O<<19|O>>>13)^(O<<10|O>>>22),w=(u<<26|u>>>6)^(u<<21|u>>>11)^(u<<7|u>>>25),k=x+w+n+T[P]+v[P],E=S+a;x=b,b=R,R=u,u=i+k|0,i=U,U=M,M=O,O=k+E|0}m[0]=m[0]+O|0,m[1]=m[1]+M|0,m[2]=m[2]+U|0,m[3]=m[3]+i|0,m[4]=m[4]+u|0,m[5]=m[5]+R|0,m[6]=m[6]+b|0,m[7]=m[7]+x|0},_doFinalize:function(){var l=this._data,h=l.words,m=this._nDataBytes*8,O=l.sigBytes*8;return h[O>>>5]|=128<<24-O%32,h[(O+64>>>9<<4)+14]=e.floor(m/4294967296),h[(O+64>>>9<<4)+15]=m,l.sigBytes=h.length*4,this._process(),this._hash},clone:function(){var l=D.clone.call(this);return l._hash=this._hash.clone(),l}});r.SHA256=D._createHelper(A),r.HmacSHA256=D._createHmacHelper(A)}(Math),t.SHA256})});var br=Z((Ie,Rr)=>{(function(t,e){typeof Ie=="object"?Rr.exports=Ie=e(ke()):typeof define=="function"&&define.amd?define(["./core"],e):e(t.CryptoJS)})(Ie,function(t){return function(){var e=t,r=e.lib,o=r.WordArray,p=e.enc,D=p.Base64={stringify:function(_){var T=_.words,v=_.sigBytes,A=this._map;_.clamp();for(var l=[],h=0;h<v;h+=3)for(var m=T[h>>>2]>>>24-h%4*8&255,O=T[h+1>>>2]>>>24-(h+1)%4*8&255,M=T[h+2>>>2]>>>24-(h+2)%4*8&255,U=m<<16|O<<8|M,i=0;i<4&&h+i*.75<v;i++)l.push(A.charAt(U>>>6*(3-i)&63));var u=A.charAt(64);if(u)for(;l.length%4;)l.push(u);return l.join("")},parse:function(_){var T=_.length,v=this._map,A=this._reverseMap;if(!A){A=this._reverseMap=[];for(var l=0;l<v.length;l++)A[v.charCodeAt(l)]=l}var h=v.charAt(64);if(h){var m=_.indexOf(h);m!==-1&&(T=m)}return y(_,T,A)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function y(_,T,v){for(var A=[],l=0,h=0;h<T;h++)if(h%4){var m=v[_.charCodeAt(h-1)]<<h%4*2,O=v[_.charCodeAt(h)]>>>6-h%4*2,M=m|O;A[l>>>2]|=M<<24-l%4*8,l++}return o.create(A,l)}}(),t.enc.Base64})});var Er=Z((qe,Or)=>{(function(t,e){typeof qe=="object"?Or.exports=qe=e(ke()):typeof define=="function"&&define.amd?define(["./core"],e):e(t.CryptoJS)})(qe,function(t){return function(){if(typeof ArrayBuffer=="function"){var e=t,r=e.lib,o=r.WordArray,p=o.init,D=o.init=function(y){if(y instanceof ArrayBuffer&&(y=new Uint8Array(y)),(y instanceof Int8Array||typeof Uint8ClampedArray<"u"&&y instanceof Uint8ClampedArray||y instanceof Int16Array||y instanceof Uint16Array||y instanceof Int32Array||y instanceof Uint32Array||y instanceof Float32Array||y instanceof Float64Array)&&(y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength)),y instanceof Uint8Array){for(var _=y.byteLength,T=[],v=0;v<_;v++)T[v>>>2]|=y[v]<<24-v%4*8;p.call(this,T,_)}else p.apply(this,arguments)};D.prototype=o}}(),t.lib.WordArray})});var Pr=Z(te=>{"use strict";var dt=te&&te.__assign||function(){return dt=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++){e=arguments[r];for(var p in e)Object.prototype.hasOwnProperty.call(e,p)&&(t[p]=e[p])}return t},dt.apply(this,arguments)},lt=te&&te.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(te,"__esModule",{value:!0});var go=lt(Tr()),yo=lt(br()),So=lt(Er()),vo=function(){function t(e){this.state="",this.codeVerifier="",this.corsRequestOptions={},this.config=e}return t.prototype.enableCorsCredentials=function(e){return this.corsRequestOptions=e?{credentials:"include",mode:"cors"}:{},this.corsRequestOptions},t.prototype.authorizeUrl=function(e){e===void 0&&(e={});var r=this.pkceChallengeFromVerifier(),o=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:r,code_challenge_method:"S256"},e)).toString();return"".concat(this.config.authorization_endpoint,"?").concat(o)},t.prototype.exchangeForAccessToken=function(e,r){var o=this;return r===void 0&&(r={}),this.parseAuthResponseUrl(e).then(function(p){return fetch(o.config.token_endpoint,dt({method:"POST",body:new URLSearchParams(Object.assign({grant_type:"authorization_code",code:p.code,client_id:o.config.client_id,redirect_uri:o.config.redirect_uri,code_verifier:o.getCodeVerifier()},r)),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}},o.corsRequestOptions)).then(function(D){return D.json()})})},t.prototype.refreshAccessToken=function(e){return fetch(this.config.token_endpoint,{method:"POST",body:new URLSearchParams({grant_type:"refresh_token",client_id:this.config.client_id,refresh_token:e}),headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}}).then(function(r){return r.json()})},t.prototype.getCodeVerifier=function(){return this.codeVerifier===""&&(this.codeVerifier=this.randomStringFromStorage("pkce_code_verifier")),this.codeVerifier},t.prototype.getState=function(e){e===void 0&&(e=null);var r="pkce_state";return e!==null&&this.getStore().setItem(r,e),this.state===""&&(this.state=this.randomStringFromStorage(r)),this.state},t.prototype.parseAuthResponseUrl=function(e){var r=new URL(e).searchParams;return this.validateAuthResponse({error:r.get("error"),query:r.get("query"),state:r.get("state"),code:r.get("code")})},t.prototype.pkceChallengeFromVerifier=function(){var e=(0,go.default)(this.getCodeVerifier());return yo.default.stringify(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")},t.prototype.randomStringFromStorage=function(e){var r=this.getStore().getItem(e);return r===null&&this.getStore().setItem(e,So.default.random(64)),this.getStore().getItem(e)||""},t.prototype.validateAuthResponse=function(e){var r=this;return new Promise(function(o,p){return e.error?p({error:e.error}):e.state!==r.getState()?p({error:"Invalid State"}):o(e)})},t.prototype.getStore=function(){var e;return((e=this.config)===null||e===void 0?void 0:e.storage)||sessionStorage},t}();te.default=vo});var qn={};f(qn,{auth:()=>pt,authorization:()=>ft,compute:()=>Xt,errors:()=>et,flows:()=>Ut,gcs:()=>Kt,groups:()=>Nt,info:()=>Ue,logger:()=>He,search:()=>Lt,timer:()=>Yt,transfer:()=>At,webapp:()=>Zt});var Ue={};f(Ue,{CLIENT_INFO:()=>pr,VERSION:()=>ar,addClientInfo:()=>Kr,getClientInfo:()=>cr,getClientInfoRequestHeaders:()=>je});var or="X-Globus-Client-Info",zr=!0;function sr(){return zr}var Vr=";",Wr=",";function nr(t){return(Array.isArray(t)?t:[t]).map(r=>Object.entries(r).map(([o,p])=>`${o}=${p}`).join(Wr)).join(Vr)}var ir="3.9.0";var ar=ir,pr={product:"javascript-sdk",version:ar},Ge=[pr];function Kr(t){Ge=Ge.concat(t)}function cr(){return nr(Ge)}function je(){return sr()?{[or]:cr()}:{}}var He={};f(He,{log:()=>F,setLogLevel:()=>Qr,setLogger:()=>Yr});var Be=["debug","info","warn","error"],ye,ur=Be.indexOf("error");function Yr(t){ye=t}function Qr(t){ur=Be.indexOf(t)}function F(t,...e){if(!ye||Be.indexOf(t)<ur)return;(ye[t]??ye.log)(...e)}var ft={};f(ft,{AuthorizationManager:()=>fe,create:()=>_o});var ee=class extends Error{};ee.prototype.name="InvalidTokenError";function Xr(t){return decodeURIComponent(atob(t).replace(/(.)/g,(e,r)=>{let o=r.charCodeAt(0).toString(16).toUpperCase();return o.length<2&&(o="0"+o),"%"+o}))}function Zr(t){let e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return Xr(e)}catch{return atob(e)}}function dr(t,e){if(typeof t!="string")throw new ee("Invalid token specified: must be a string");e||(e={});let r=e.header===!0?0:1,o=t.split(".")[r];if(typeof o!="string")throw new ee(`Invalid token specified: missing part #${r+1}`);let p;try{p=Zr(o)}catch(D){throw new ee(`Invalid token specified: invalid base64 for part #${r+1} (${D.message})`)}try{return JSON.parse(p)}catch(D){throw new ee(`Invalid token specified: invalid json for part #${r+1} (${D.message})`)}}var pt={};f(pt,{CONFIG:()=>nt,getAuthorizationEndpoint:()=>it,getTokenEndpoint:()=>at,identities:()=>ot,isGlobusAuthTokenResponse:()=>Ae,isRefreshToken:()=>de,isToken:()=>ie,oauth2:()=>ne});var Ee={};f(Ee,{HOSTS:()=>Ye,ID:()=>q,RESOURCE_SERVERS:()=>Qe,SCOPES:()=>Oe});var Se={};f(Se,{HOSTS:()=>Je,ID:()=>c,SCOPES:()=>d});var c="TRANSFER",d={ALL:"urn:globus:auth:scope:transfer.api.globus.org:all"},Je={sandbox:"transfer.api.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"};var ve={};f(ve,{HOSTS:()=>$e,ID:()=>N,SCOPES:()=>z});var N="FLOWS",$e={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"},z={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"};var _e={};f(_e,{HOSTS:()=>ze,ID:()=>V});var V="TIMER",ze={sandbox:"sandbox.timer.automate.globus.org",production:"timer.automate.globus.org",staging:"staging.timer.automate.globus.org",integration:"integration.timer.automate.globus.org",test:"test.timer.automate.globus.org",preview:"preview.timer.automate.globus.org"};var Te={};f(Te,{HOSTS:()=>Ve,ID:()=>G,SCOPES:()=>K});var G="GROUPS",Ve={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"},K={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"};var Re={};f(Re,{HOSTS:()=>We,ID:()=>I,SCOPES:()=>j});var I="SEARCH",We={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"},j={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"};var be={};f(be,{HOSTS:()=>Ke,ID:()=>$,SCOPES:()=>ae});var $="COMPUTE",Ke={sandbox:"compute.api.sandbox.globuscs.info",production:"compute.api.globus.org",staging:"compute.api.staging.globuscs.info",integration:"compute.api.integration.globuscs.info",test:"compute.api.test.globuscs.info",preview:"compute.api.preview.globus.org"},ae={ALL:"https://auth.globus.org/scopes/facd7ccc-c5f4-42aa-916b-a0e270e2c2a9/all"};var q="AUTH",Ye={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"},Oe={VIEW_IDENTITIES:"urn:globus:auth:scope:auth.globus.org:view_identities"},Qe={[q]:"auth.globus.org",[c]:"transfer.api.globus.org",[N]:"flows.api.globus.org",[G]:"groups.api.globus.org",[I]:"search.api.globus.org",[V]:"524230d7-ea86-4a52-8312-86065a9e0417",[$]:"funcx_service"};var et={};f(et,{EnvironmentConfigurationError:()=>pe,isAuthorizationRequirementsError:()=>ce,isConsentRequiredError:()=>Xe,isErrorWellFormed:()=>lr,toAuthorizationQueryParams:()=>Ze});var pe=class extends Error{name="EnvironmentConfigurationError";constructor(e,r){super(),this.message=`Invalid configuration value provided for ${e} (${r}).`}};function lr(t){return typeof t=="object"&&t!==null&&"code"in t&&"message"in t}function Xe(t){return lr(t)&&t.code==="ConsentRequired"&&"required_scopes"in t&&Array.isArray(t.required_scopes)}var eo=["required_scopes"];function Ze(t){return Object.entries(t.authorization_parameters).reduce((e,[r,o])=>{if(eo.includes(r)||o===void 0||o===null)return e;let p=o;return Array.isArray(p)?p=p.join(","):typeof o=="boolean"&&(p=p?"true":"false"),{...e,[r]:p}},{})}function ce(t){return typeof t=="object"&&t!==null&&"authorization_parameters"in t&&typeof t.authorization_parameters=="object"&&t.authorization_parameters!==null}function to(){return typeof window<"u"?window:process}function ro(t){return typeof window==typeof t}function tt(t,e){let r=to(),o;return ro(r)?o=r:o=r.env,t in o?o[t]:e}var fr={PRODUCTION:"production",PREVIEW:"preview",STAGING:"staging",SANDBOX:"sandbox",INTEGRATION:"integration",TEST:"test"},Y={[q]:q,[c]:c,[N]:N,[G]:G,[I]:I,[V]:V,[$]:$},oo={[q]:Ye,[c]:Je,[N]:$e,[G]:Ve,[I]:We,[V]:ze,[$]:Ke};function rt(t){let e=tt("GLOBUS_SDK_OPTIONS",{});return typeof e=="string"&&(e=JSON.parse(e)),{...e,...t,fetch:{...e?.fetch,...t?.fetch,options:{...e?.fetch?.options,...t?.fetch?.options,headers:{...e?.fetch?.options?.headers,...t?.fetch?.options?.headers}}}}}function oe(){let t=rt(),e=tt("GLOBUS_SDK_ENVIRONMENT",t?.environment??fr.PRODUCTION);if(t?.environment&&e!==t.environment&&F("debug","GLOBUS_SDK_ENVIRONMENT and GLOBUS_SDK_OPTIONS.environment are set to different values. GLOBUS_SDK_ENVIRONMENT will take precedence"),!e||!Object.values(fr).includes(e))throw new pe("GLOBUS_SDK_ENVIRONMENT",e);return e}function so(t,e=oe()){return oo[t][e]}function mr(t,e=oe()){let r=so(t,e);return tt(`GLOBUS_SDK_SERVICE_URL_${t}`,r?`https://${r}`:void 0)}function no(t){let e=new URLSearchParams;return Array.from(Object.entries(t)).forEach(([r,o])=>{Array.isArray(o)?e.set(r,o.join(",")):o!==void 0&&e.set(r,String(o))}),e.toString()}function io(t,e="",r=oe()){let o=mr(t,r);return new URL(e,o)}function ue(t,e,r,o){let p;return typeof t=="object"?p=new URL(e,t.host):p=io(t,e,o?.environment),r&&r.search&&(p.search=no(r.search)),p.toString()}var ot={};f(ot,{get:()=>ao,getAll:()=>po});var yr=rr(gr());async function s(t,e,r){let o=rt(r),p=o?.fetch?.options||{},D={...je(),...e?.headers,...p.headers},y=o?.manager,_;if(t.resource_server&&y&&(_=y.tokens.getByResourceServer(t.resource_server),_&&(D.Authorization=`Bearer ${_.access_token}`)),t.scope&&y){let M=typeof t.service=="string"?Qe[t.service]:t.service.endpoint_id;_=y.tokens.getByResourceServer(M),_&&(D.Authorization=`Bearer ${_.access_token}`)}let T=e?.body;!T&&e?.payload&&(T=JSON.stringify(e.payload)),!D?.["Content-Type"]&&T&&(D["Content-Type"]="application/json");let v=ue(t.service,t.path,{search:e?.query},o),A={method:t.method,body:T,...p,headers:D},l=yr.default;if(p?.__callable&&(l=p.__callable.bind(this),delete A.__callable),t.preventRetry||!y||!_||!de(_))return l(v,A);let h=await l(v,A);if(h.ok)return h;let m;try{m=ce(await h.clone().json())}catch{m=!1}if(h.status===401&&!m){let M=await y.refreshToken(_);return M?l(v,{...A,headers:{...A.headers,Authorization:`Bearer ${M.access_token}`}}):h}return h}var ao=function(t,e={},r){return s({service:q,scope:Oe.VIEW_IDENTITIES,path:`/identities/${t}`},e,r)},po=function(t={},e){return s({service:q,scope:Oe.VIEW_IDENTITIES,path:"/identities"},t,e)};var ne={};f(ne,{token:()=>st,userinfo:()=>ho});var st={};f(st,{introspect:()=>uo,refresh:()=>fo,revoke:()=>lo,validate:()=>mo});function co(t){return new URLSearchParams(t)}function De(t){return{...t,body:co(t.payload),headers:{...t?.headers||{},"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"}}}var uo=function(t,e){if(!t?.payload)throw new Error("'payload' is required for introspect");return s({service:q,scope:void 0,path:"/v2/oauth2/token/introspect",method:"POST",preventRetry:!0},De(t),e)},lo=function(t,e){if(!t?.payload)throw new Error("'payload' is required for revoke");return s({service:q,scope:void 0,path:"/v2/oauth2/token/revoke",method:"POST",preventRetry:!0},De(t),e)},fo=function(t,e){if(!t?.payload)throw new Error("'payload' is required for revoke");return s({service:q,scope:void 0,path:"/v2/oauth2/token",method:"POST",preventRetry:!0},De(t),e)},mo=function(t,e){if(!t?.payload)throw new Error("'payload' is required for validate");return s({service:q,scope:void 0,path:"/v2/oauth2/token/validate",method:"POST",preventRetry:!0},De(t),e)};var ho=function(t,e){return s({service:q,scope:void 0,path:"/v2/oauth2/userinfo",method:"GET"},t,e)};var nt=Ee;function it(){return ue(q,"/v2/oauth2/authorize")}function at(){return ue(q,"/v2/oauth2/token")}function ie(t){return typeof t=="object"&&t!==null&&"access_token"in t}function de(t){return ie(t)&&t!==null&&"refresh_token"in t}function Ae(t){return ie(t)&&t!==null&&"resource_server"in t}var we=class{#e={};get(e){return this.#e[e]!==void 0?this.#e[e]:null}set(e,r){this.#e[e]=typeof r!="string"?JSON.stringify(r):r}remove(e){delete this.#e[e]}keys(){return Object.keys(this.#e)}clear(){this.#e={}}};var Me=class{#e=globalThis.localStorage;get(e){return this.#e.getItem(e)}set(e,r){this.#e.setItem(e,typeof r!="string"?JSON.stringify(r):r)}keys(){return Object.keys(this.#e)}remove(e){this.#e.removeItem(e)}clear(){this.#e.clear()}};var ct;function ut(t="memory"){if(!ct){let e;t==="localStorage"?e=Me:t==="memory"?e=we:e=t,ct=new e}return ct}var X=ut;var le=class{constructor(e){this.name=e}#e=[];addListener(e){return this.#e.push(e),()=>this.removeListener(e)}removeListener(e){this.#e=this.#e.filter(r=>r!==e)}clearListeners(){this.#e=[]}async dispatch(e){await Promise.all(this.#e.map(r=>r(e)))}};var Dr=rr(Pr());function xr(){sessionStorage.removeItem("pkce_state"),sessionStorage.removeItem("pkce_code_verifier")}var Fe=class{#e;#r={};constructor(e){let{params:r,...o}=e;this.#e=new Dr.default({...o}),this.#r={...r}}send(){xr(),window.location.assign(this.#e.authorizeUrl(this.#r))}async getToken(e={shouldReplace:!0}){let r=new URL(window.location.href),o=new URLSearchParams(r.search);if(!o.get("code"))return;let p=await this.#e.exchangeForAccessToken(r.toString());return xr(),e.shouldReplace&&(o.delete("code"),o.delete("state"),r.search=o.toString(),window.location.replace(r)),p}};function Ar(t){let e=X().get(t)||"null",r=null;try{let o=JSON.parse(e);ie(o)&&(r=o)}catch{}return r}var Ne=class{#e;constructor(e){this.#e=e.manager}#r(e){return Ar(`${this.#e.storageKeyPrefix}${e}`)}#t(e){let r=nt.RESOURCE_SERVERS?.[e];return this.#r(r)}get auth(){return this.#t(Y.AUTH)}get transfer(){return this.#t(Y.TRANSFER)}get flows(){return this.#t(Y.FLOWS)}get groups(){return this.#t(Y.GROUPS)}get search(){return this.#t(Y.SEARCH)}get timer(){return this.#t(Y.TIMER)}get compute(){return this.#t(Y.COMPUTE)}gcs(e){return this.getByResourceServer(e)}getByResourceServer(e){return this.#r(e)}getAll(){return X().keys().reduce((r,o)=>(o.startsWith(this.#e.storageKeyPrefix)&&r.push(Ar(o)),r),[]).filter(ie)}};var wr={useRefreshTokens:!1,defaultScopes:"openid profile email"},Mr={execute:!0,additionalParams:void 0},fe=class{#e;configuration;#r=!1;get authenticated(){return this.#r}set authenticated(e){e!==this.#r&&(this.#r=e,this.#n())}tokens;events={authenticated:new le("authenticated"),revoke:new le("revoke")};constructor(e){if(ut("localStorage"),!e.client)throw new Error("You must provide a `client` for your application.");let r=e.defaultScopes===!1?"":e.defaultScopes??wr.defaultScopes;this.configuration={...wr,...e,scopes:[e.scopes?e.scopes:"",r].filter(o=>o.length).join(" ")},this.configuration.events&&Object.entries(this.configuration.events).forEach(([o,p])=>{o in this.events&&this.events[o].addListener(p)}),this.tokens=new Ne({manager:this}),this.#t()}get storageKeyPrefix(){return`${this.configuration.client}:`}get user(){let e=this.getGlobusAuthToken();return e&&e.id_token?dr(e.id_token):null}async refreshTokens(){F("debug","AuthorizationManager.refreshTokens");let e=await Promise.allSettled(this.tokens.getAll().map(r=>de(r)?this.refreshToken(r):Promise.resolve(null)));return this.#t(),e}async refreshToken(e){F("debug",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`);try{let r=await(await ne.token.refresh({payload:{client_id:this.configuration.client,refresh_token:e.refresh_token,grant_type:"refresh_token"}})).json();if(Ae(r))return this.addTokenResponse(r),r}catch{F("error",`AuthorizationManager.refreshToken | resource_server=${e.resource_server}`)}return null}hasGlobusAuthToken(){return this.getGlobusAuthToken()!==null}getGlobusAuthToken(){let e=X().get(`${this.storageKeyPrefix}auth.globus.org`);return e?JSON.parse(e):null}#t(){F("debug","AuthorizationManager.#checkAuthorizationState"),this.hasGlobusAuthToken()&&(this.authenticated=!0)}async#n(){let e=this.authenticated,r=this.getGlobusAuthToken()??void 0;await this.events.authenticated.dispatch({isAuthenticated:e,token:r})}reset(){X().keys().forEach(e=>{e.startsWith(this.storageKeyPrefix)&&X().remove(e)}),this.authenticated=!1}#s(e){return`${e}${this.configuration.useRefreshTokens?" offline_access":""}`}#o(e){let r=this.#s(e?.requested_scopes??(this.configuration.scopes||""));return new Fe({client_id:this.configuration.client,authorization_endpoint:it(),token_endpoint:at(),redirect_uri:this.configuration.redirect,requested_scopes:r,...e})}login(e={additionalParams:{}}){F("debug","AuthorizationManager.login"),this.reset(),this.#o({params:e?.additionalParams}).send()}async handleCodeRedirect(e={shouldReplace:!0,additionalParams:{}}){F("debug","AuthorizationManager.handleCodeRedirect");let r=await this.#o({params:e?.additionalParams}).getToken({shouldReplace:e?.shouldReplace});Ae(r)&&(F("debug",`AuthorizationManager.handleCodeRedirect | response=${JSON.stringify(r)}`),this.addTokenResponse(r))}handleErrorResponse(e,r){let o=typeof r=="boolean"?{...Mr,execute:r}:{...Mr,...r};F("debug",`AuthorizationManager.handleErrorResponse | response=${JSON.stringify(e)} execute=${o.execute}`);let p=()=>{};return ce(e)&&(F("debug","AuthorizationManager.handleErrorResponse | error=AuthorizationRequirementsError"),p=()=>this.handleAuthorizationRequirementsError(e,{additionalParams:o.additionalParams})),Xe(e)&&(F("debug","AuthorizationManager.handleErrorResponse | error=ConsentRequiredError"),p=()=>this.handleConsentRequiredError(e,{additionalParams:o.additionalParams})),"code"in e&&e.code==="AuthenticationFailed"&&(F("debug","AuthorizationManager.handleErrorResponse | error=AuthenticationFailed"),p=()=>this.revoke()),o.execute===!0?p():p}handleAuthorizationRequirementsError(e,r){this.#e=this.#o({params:{prompt:"login",...Ze(e),...r?.additionalParams}}),this.#e.send()}handleConsentRequiredError(e,r){this.#e=this.#o({requested_scopes:this.#s(e.required_scopes.join(" ")),params:{...r?.additionalParams}}),this.#e.send()}addTokenResponse=e=>{X().set(`${this.configuration.client}:${e.resource_server}`,e),"other_tokens"in e&&e.other_tokens?.forEach(this.addTokenResponse),this.#t()};async revoke(){F("debug","AuthorizationManager.revoke");let e=Promise.all(this.tokens.getAll().map(this.#i.bind(this)));this.reset(),await e,await this.events.revoke.dispatch()}#i(e){return F("debug",`AuthorizationManager.revokeToken | resource_server=${e.resource_server}`),ne.token.revoke({payload:{client_id:this.configuration.client,token:e.access_token}})}};function _o(t){return new fe(t)}var At={};f(At,{CONFIG:()=>Ts,access:()=>St,collectionBookmarks:()=>vt,endpoint:()=>gt,endpointManager:()=>bt,endpointSearch:()=>Cr,fileOperations:()=>mt,task:()=>yt,taskSubmission:()=>ht,utils:()=>Dt});var Cr=function(t,e){let r={...t,query:t?.query};return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_search"},r,e)};var mt={};f(mt,{ls:()=>To,mkdir:()=>Ro,rename:()=>bo,stat:()=>Eo,symlink:()=>Oo});function re(t){return t==="GET"?{}:{"Content-Type":"application/json"}}var To=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/operation/endpoint/${t}/ls`},e,r)},Ro=function(t,e,r){let o={payload:{DATA_TYPE:"mkdir",...e?.payload},headers:{...re("POST"),...e?.headers}};return s({service:c,scope:d.ALL,path:`/v0.10/operation/endpoint/${t}/mkdir`,method:"POST"},o,r)},bo=function(t,e,r){let o={payload:{DATA_TYPE:"rename",...e?.payload},headers:{...re("POST"),...e?.headers}};return s({service:c,scope:d.ALL,path:`/v0.10/operation/endpoint/${t}/rename`,method:"POST"},o,r)},Oo=function(t,e,r){let o={payload:{DATA_TYPE:"symlink",...e?.payload},headers:{...re("POST"),...e?.headers}};return s({service:c,scope:d.ALL,path:`/v0.10/operation/endpoint/${t}/symlink`,method:"POST"},o,r)},Eo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/operation/endpoint/${t}/stat`},e,r)};var ht={};f(ht,{submissionId:()=>Do,submitDelete:()=>Po,submitTransfer:()=>xo});var Po=function(t,e){let r={payload:{DATA_TYPE:"delete",...t?.payload},headers:{...re("POST"),...t?.headers}};return s({service:c,scope:d.ALL,path:"/v0.10/delete",method:"POST"},r,e)},xo=function(t,e){let r={payload:{DATA_TYPE:"transfer",...t?.payload},headers:{...re("POST"),...t?.headers}};return s({service:c,scope:d.ALL,path:"/v0.10/transfer",method:"POST"},r,e)},Do=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/submission_id"},t,e)};var gt={};f(gt,{create:()=>wo,get:()=>Ao,remove:()=>Co,update:()=>Mo});var Ao=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}`},e,r)},wo=function(t,e){return t?.payload&&Object.assign(t.payload,{DATA_TYPE:"shared_endpoint"}),s({service:c,scope:d.ALL,path:"/v0.10/shared_endpoint",method:"POST"},t,e)},Mo=function(t,e,r){return e?.payload&&Object.assign(e.payload,{DATA_TYPE:"endpoint"}),s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}`,method:"PUT"},e,r)},Co=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}`,method:"DELETE"},e,r)};var yt={};f(yt,{cancel:()=>qo,get:()=>Lo,getAll:()=>ko,getEventList:()=>No,getPauseInfo:()=>Uo,getSkippedErrors:()=>jo,getSuccessfulTransfers:()=>Go,remove:()=>Fo,update:()=>Io});var ko=function(t={},e){return s({service:c,scope:d.ALL,path:"/v0.10/task_list"},t,e)},Lo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}`},e,r)},Io=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}`,method:"PUT"},e,r)},qo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/cancel`,method:"POST"},e,r)},Fo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/remove`,method:"POST"},e,r)},No=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/event_list`},e,r)},Go=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/successful_transfers`},e,r)},jo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/skipped_errors`},e,r)},Uo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/task/${t}/pause_info`},e,r)};var St={};f(St,{create:()=>Ho,get:()=>Jo,getAll:()=>Bo,remove:()=>zo,update:()=>$o});var Bo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}/access_list`},e,r)},Ho=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}/access`,method:"POST"},e,r)},Jo=function({endpoint_xid:t,id:e},r,o){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}/access/${e}`},r,o)},$o=function({endpoint_xid:t,id:e},r,o){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}/access/${e}`,method:"PUT"},r,o)},zo=function({endpoint_xid:t,id:e},r,o){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint/${t}/access/${e}`,method:"DELETE"},r,o)};var vt={};f(vt,{create:()=>Wo,get:()=>Ko,getAll:()=>Vo,remove:()=>Qo,update:()=>Yo});var Vo=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/bookmark_list"},t,e)},Wo=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/bookmark",method:"POST"},t,e)},Ko=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/bookmark/${t}`},e,r)},Yo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/bookmark/${t}`,method:"PUT"},e,r)},Qo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/bookmark/${t}`,method:"DELETE"},e,r)};var bt={};f(bt,{endpoint:()=>_t,pauseRule:()=>Tt,task:()=>Rt});var _t={};f(_t,{get:()=>Xo,getAccessList:()=>es,getHostedEndpoints:()=>Zo,getMonitoredEndpoints:()=>ts});var Xo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/endpoint/${t}`},e,r)},Zo=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/endpoint/${t}/hosted_endpoint_list`},e,r)},es=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/endpoint/${t}/access_list`},e,r)},ts=function(t={},e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/monitored_endpoints"},t,e)};var Tt={};f(Tt,{create:()=>os,get:()=>ss,getAll:()=>rs,remove:()=>is,update:()=>ns});var rs=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/pause_rule_list"},t,e)},os=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/pause_rule",method:"POST"},t,e)},ss=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/pause_rule/${t}`},e,r)},ns=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/pause_rule/${t}`,method:"PUT"},e,r)},is=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/pause_rule/${t}`,method:"DELETE"},e,r)};var Rt={};f(Rt,{cancel:()=>cs,get:()=>ps,getAdminCancel:()=>us,getAll:()=>as,getEventList:()=>ds,getPauseInfo:()=>gs,getSkippedErrors:()=>fs,getSuccessfulTransfers:()=>ls,pause:()=>ms,resume:()=>hs});var as=function(t={},e){return s({service:c,scope:d.ALL,path:"/v0.10/task_list"},t,e)},ps=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/task/${t}`},e,r)},cs=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/admin_cancel",method:"POST"},t,e)},us=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/admin_cancel/${t}`,method:"POST"},e,r)},ds=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/task/${t}/event_list`},e,r)},ls=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/task/${t}/successful_transfers`},e,r)},fs=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/task/${t}/skipped_errors`},e,r)},ms=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/admin_pause",method:"POST"},t,e)},hs=function(t,e){return s({service:c,scope:d.ALL,path:"/v0.10/endpoint_manager/admin_resume",method:"POST"},t,e)},gs=function(t,e,r){return s({service:c,scope:d.ALL,path:`/v0.10/endpoint_manager/task/${t}/pause_info`},e,r)};var Dt={};f(Dt,{getDomainFromEndpoint:()=>_s,isDirectory:()=>ys,isFileDocument:()=>Lr,readableBytes:()=>Ss});function Lr(t){return typeof t=="object"&&t!==null&&"DATA_TYPE"in t&&t.DATA_TYPE==="file"}function ys(t){return Lr(t)&&t.type==="dir"}var Ot=1e3,Et=Ot*1e3,Pt=Et*1e3,xt=Pt*1e3,kr=xt*1e3;function Ss(t,e=2){let r="B",o=1;if(t<Ot)return`${t} ${r}`;t<Et?(r="KB",o=Ot):t<Pt?(r="MB",o=Et):t<xt?(r="GB",o=Pt):t<kr?(r="TB",o=xt):(r="PB",o=kr);let p=t/o,[D,y]=`${p}`.split("."),_=`${D}`;if(y&&y.length){let T=y.slice(0,e);T.length&&(_=`${D}.${T}`)}return`${_} ${r}`}var vs=["dnsteam.globuscs.info","data.globus.org","dn.glob.us"];function _s(t){let{tlsftp_server:e}=t;if(!e||typeof e!="string")return null;let{hostname:r}=new URL(e.replace("tlsftp","https"));return!vs.find(D=>r.endsWith(D))&&/(?:[gm]-\w{6}.)?(\w+(\.\w+)+)$/.exec(r)?.[1]||r||null}var Ts=Se;var Lt={};f(Lt,{CONFIG:()=>Cs,entry:()=>Ct,index:()=>kt,query:()=>wt,subject:()=>Mt});var wt={};f(wt,{get:()=>Rs,post:()=>bs});var Rs=function(t,e,r){return s({service:I,scope:j.SEARCH,path:`/v1/index/${t}/search`},e,r)},bs=function(t,e,r){return s({service:I,scope:j.SEARCH,path:`/v1/index/${t}/search`,method:"POST"},e,r)};var Mt={};f(Mt,{get:()=>Os});var Os=function(t,e,r){return s({service:I,scope:j.SEARCH,path:`/v1/index/${t}/subject`},e,r)};var Ct={};f(Ct,{get:()=>Es});var Es=function(t,e,r){return s({service:I,scope:j.SEARCH,path:`/v1/index/${t}/entry`},e,r)};var kt={};f(kt,{create:()=>Ds,get:()=>Ps,getAll:()=>xs,ingest:()=>Ms,remove:()=>As,reopen:()=>ws});var Ps=function(t,e,r){return s({service:I,path:`/v1/index/${t}`},e,r)},xs=function(t,e){return s({service:I,scope:j.ALL,path:"/v1/index_list"},t,e)},Ds=function(t,e){return s({service:I,scope:j.ALL,path:"/v1/index",method:"POST"},t,e)},As=function(t,e,r){return s({service:I,scope:j.ALL,path:`/v1/index/${t}`,method:"DELETE"},e,r)},ws=function(t,e,r){return s({service:I,scope:j.ALL,path:`/v1/index/${t}/reopen`,method:"POST"},e,r)},Ms=function(t,e,r){return s({service:I,scope:j.ALL,path:`/v1/index/${t}/ingest`,method:"POST"},e,r)};var Cs=Re;var Nt={};f(Nt,{CONFIG:()=>Fs,groups:()=>It,membership:()=>Ft,policies:()=>qt});var It={};f(It,{get:()=>Ls,getMyGroups:()=>ks});var ks=function(t,e){return s({scope:K.ALL,path:"/v2/groups/my_groups",service:G},t,e)},Ls=function(t,e,r){return s({service:G,scope:K.ALL,path:`/v2/groups/${t}`},e,r)};var qt={};f(qt,{get:()=>Is});var Is=function(t,e,r){return s({scope:K.ALL,path:`/v2/groups/${t}/policies`,service:G},e,r)};var Ft={};f(Ft,{act:()=>qs});var qs=function(t,e,r){if(!e?.payload)throw new Error("payload is required.");return s({service:G,scope:K.ALL,path:`/v2/groups/${t}`,method:"POST"},e,r)};var Fs=Te;var Ut={};f(Ut,{CONFIG:()=>$s,flows:()=>Gt,runs:()=>jt});var Gt={};f(Gt,{get:()=>Gs,getAll:()=>Ns,remove:()=>js,run:()=>Us});var Ns=function(t,e){return s({service:N,scope:z.VIEW_FLOWS,path:"/flows"},t,e)},Gs=function(t,e,r){return s({service:N,scope:z.VIEW_FLOWS,path:`/flows/${t}`},e,r)},js=function(t,e,r){return s({scope:z.MANAGE_FLOWS,service:N,path:`/flows/${t}`,method:"DELETE"},e,r)},Us=function(t,e,r){return s({service:N,scope:z.VIEW_FLOWS,path:`/flows/${t}/run`,method:"POST"},e,r)};var jt={};f(jt,{cancel:()=>Hs,getAll:()=>Bs,getLog:()=>Js});var Bs=function(t={},e){return s({service:N,scope:z.RUN_MANAGE,path:"/runs"},t,e)},Hs=function(t,e,r){return s({service:N,scope:z.RUN_MANAGE,path:`/runs/${t}/cancel`,method:"POST"},e,r)},Js=function(t,e,r){return s({service:N,scope:z.RUN_MANAGE,path:`/runs/${t}/log`},e,r)};var $s=ve;var Kt={};f(Kt,{collections:()=>Bt,endpoint:()=>Ht,getRequiredScopes:()=>g,https:()=>Jt,roles:()=>$t,storageGateways:()=>zt,userCredentials:()=>Vt,versioning:()=>Wt});var Bt={};f(Bt,{create:()=>Ks,get:()=>Vs,getAll:()=>zs,patch:()=>Qs,remove:()=>Ws,resetOwnerString:()=>Zs,update:()=>Ys,updateOwnerString:()=>Xs});var zs=function(t,e,r){return s({service:t,scope:g(t),path:"/api/collections"},e,r)},Vs=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}`},r,o)},Ws=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}`,method:"DELETE"},r,o)},Ks=function(t,e,r){return s({service:t,scope:g(t),path:"/api/collections",method:"POST"},e,r)},Ys=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}`,method:"PUT"},r,o)},Qs=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}`,method:"PATCH"},r,o)},Xs=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}/owner_string`,method:"PUT"},r,o)},Zs=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/collections/${e}/owner_string`,method:"DELETE"},r,o)};var Ht={};f(Ht,{get:()=>en,patch:()=>rn,resetOwnerString:()=>an,update:()=>tn,updateOwner:()=>sn,updateOwnerString:()=>nn,updateSubscriptionId:()=>on});var en=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint"},e,r)},tn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint",method:"PUT"},e,r)},rn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint",method:"PATCH"},e,r)},on=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint/subscription_id",method:"PUT"},e,r)},sn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint/owner",method:"PUT"},e,r)},nn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint/owner_string",method:"PUT"},e,r)},an=function(t,e,r){return s({service:t,scope:g(t),path:"/api/endpoint/owner_string",method:"DELETE"},e,r)};var Jt={};f(Jt,{get:()=>pn,remove:()=>cn,update:()=>un});var pn=function(t,e,r,o){return s({service:t,scope:g(t),path:e},r,o)},cn=function(t,e,r,o){return s({service:t,scope:g(t),path:e,method:"DELETE"},r,o)},un=function(t,e,r,o){return s({service:t,scope:g(t),path:e,method:"PUT"},r,o)};var $t={};f($t,{create:()=>mn,get:()=>ln,getAll:()=>dn,remove:()=>fn});var dn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/roles"},e,r)},ln=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/roles/${e}`},r,o)},fn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/roles/${e}`,method:"DELETE"},r,o)},mn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/roles",method:"POST"},e,r)};var zt={};f(zt,{create:()=>Sn,get:()=>gn,getAll:()=>hn,patch:()=>_n,remove:()=>yn,update:()=>vn});var hn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/storage_gateways"},e,r)},gn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/storage_gateways/${e}`},r,o)},yn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/storage_gateways/${e}`,method:"DELETE"},r,o)},Sn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/storage_gateways",method:"POST"},e,r)},vn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/storage_gateways/${e}`,method:"PUT"},r,o)},_n=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/storage_gateways/${e}`,method:"PATCH"},r,o)};var Vt={};f(Vt,{create:()=>On,get:()=>Rn,getAll:()=>Tn,patch:()=>Pn,remove:()=>bn,update:()=>En});var Tn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/user_credentials"},e,r)},Rn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/user_credentials/${e}`},r,o)},bn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/user_credentials/${e}`,method:"DELETE"},r,o)},On=function(t,e,r){return s({service:t,scope:g(t),path:"/api/user_credentials",method:"POST"},e,r)},En=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/user_credentials/${e}`,method:"PUT"},r,o)},Pn=function(t,e,r,o){return s({service:t,scope:g(t),path:`/api/user_credentials/${e}`,method:"PATCH"},r,o)};var Wt={};f(Wt,{info:()=>xn});var xn=function(t,e,r){return s({service:t,scope:g(t),path:"/api/info"},e,r)};var Dn={HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections",NON_HIGH_ASSURANCE:"urn:globus:auth:scope:<ENDPOINT_ID>:manage_collections[*https://auth.globus.org/scopes/<MAPPED_COLLECTION_ID>/data_access]"};function g(t){return Dn.HIGH_ASSURANCE.replace("<ENDPOINT_ID>",t.endpoint_id)}var Yt={};f(Yt,{CONFIG:()=>An,create:()=>Ir});var Ir=function(t,e){return s({service:V,scope:"https://auth.globus.org/scopes/524230d7-ea86-4a52-8312-86065a9e0417/timer",path:"/v2/timer",method:"POST"},t,e)};var An=_e;var Xt={};f(Xt,{CONFIG:()=>kn,endpoints:()=>Qt});var Qt={};f(Qt,{get:()=>Mn,getAll:()=>wn,getStatus:()=>Cn});var wn=function(t,e){return s({service:$,scope:ae.ALL,path:"/v2/endpoints",method:"GET"},t,e)},Mn=function(t,e,r){return s({service:$,scope:ae.ALL,path:`/v2/endpoints/${t}`,method:"GET"},e,r)},Cn=function(t,e,r){return s({service:$,scope:ae.ALL,path:`/v2/endpoints/${t}/status`},e,r)};var kn=be;var Zt={};f(Zt,{HOSTS:()=>qr,host:()=>Fr,url:()=>Nr,urlFor:()=>In});var qr={integration:"app.integration.globuscs.info",sandbox:"app.sandbox.globuscs.info",test:"app.test.globuscs.info",staging:"app.staging.globuscs.info",preview:"app.preview.globus.org",production:"app.globus.org"};function Fr(t=oe()){return qr[t]}function Nr(t,e){return new URL(t||"",`https://${Fr(e?.environment)}`)}var Ln={TASK:"/activity/%s/overview",COLLECTION:"/file-manager/collections/%s/overview",ENDPOINT:"/file-manager/collections/%s/overview"};function In(t,e,r){let o=Ln[t].replace(/%s/g,e?.join("/")||"");return Nr(o,r)}return $r(qn);})();
|
|
3
|
+
//# sourceMappingURL=globus.production.js.map
|