@workos-inc/node 8.13.0 → 9.0.0
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 +1 -1
- package/lib/{factory-HM2NchXm.mjs → factory-BcKWtJoA.mjs} +1689 -588
- package/lib/factory-BcKWtJoA.mjs.map +1 -0
- package/lib/{factory-yopqWYw5.cjs → factory-CgfeO0z2.cjs} +1704 -609
- package/lib/factory-CgfeO0z2.cjs.map +1 -0
- package/lib/index.cjs +5 -6
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +2 -2
- package/lib/index.d.mts +2 -2
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/lib/index.worker.cjs +5 -6
- package/lib/index.worker.cjs.map +1 -1
- package/lib/index.worker.d.cts +2 -2
- package/lib/index.worker.d.mts +2 -2
- package/lib/index.worker.mjs +2 -2
- package/lib/index.worker.mjs.map +1 -1
- package/lib/{workos-9ENvbxSO.d.cts → workos-C6Dd1GJI.d.cts} +1938 -549
- package/lib/{workos-CESKLr5j.d.mts → workos-DUcDmctT.d.mts} +1938 -549
- package/package.json +7 -7
- package/lib/factory-HM2NchXm.mjs.map +0 -1
- package/lib/factory-yopqWYw5.cjs.map +0 -1
package/lib/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_factory = require("./factory-
|
|
2
|
+
const require_factory = require("./factory-CgfeO0z2.cjs");
|
|
3
3
|
//#region src/index.ts
|
|
4
4
|
var WorkOSNode = class extends require_factory.WorkOS {
|
|
5
5
|
/** @override */
|
|
@@ -37,15 +37,15 @@ var WorkOSNode = class extends require_factory.WorkOS {
|
|
|
37
37
|
//#endregion
|
|
38
38
|
exports.ApiKeyRequiredException = require_factory.ApiKeyRequiredException;
|
|
39
39
|
exports.AuthenticateWithSessionCookieFailureReason = require_factory.AuthenticateWithSessionCookieFailureReason;
|
|
40
|
+
exports.AuthenticationException = require_factory.AuthenticationException;
|
|
40
41
|
exports.AutoPaginatable = require_factory.AutoPaginatable;
|
|
41
42
|
exports.BadRequestException = require_factory.BadRequestException;
|
|
42
|
-
exports.
|
|
43
|
-
exports.CheckResult = require_factory.CheckResult;
|
|
43
|
+
exports.ConflictException = require_factory.ConflictException;
|
|
44
44
|
exports.ConnectionType = require_factory.ConnectionType;
|
|
45
45
|
exports.CookieSession = require_factory.CookieSession;
|
|
46
46
|
exports.DomainDataState = require_factory.DomainDataState;
|
|
47
47
|
exports.FeatureFlagsRuntimeClient = require_factory.FeatureFlagsRuntimeClient;
|
|
48
|
-
exports.
|
|
48
|
+
exports.GenerateLinkIntent = require_factory.GenerateLinkIntent;
|
|
49
49
|
exports.GenericServerException = require_factory.GenericServerException;
|
|
50
50
|
exports.NoApiKeyProvidedException = require_factory.NoApiKeyProvidedException;
|
|
51
51
|
exports.NotFoundException = require_factory.NotFoundException;
|
|
@@ -55,13 +55,12 @@ exports.OrganizationDomainVerificationStrategy = require_factory.OrganizationDom
|
|
|
55
55
|
exports.PKCE = require_factory.PKCE;
|
|
56
56
|
exports.RateLimitExceededException = require_factory.RateLimitExceededException;
|
|
57
57
|
exports.RefreshSessionFailureReason = require_factory.RefreshSessionFailureReason;
|
|
58
|
-
exports.ResourceOp = require_factory.ResourceOp;
|
|
59
58
|
exports.SignatureVerificationException = require_factory.SignatureVerificationException;
|
|
60
59
|
exports.UnauthorizedException = require_factory.UnauthorizedException;
|
|
61
60
|
exports.UnprocessableEntityException = require_factory.UnprocessableEntityException;
|
|
62
|
-
exports.WarrantOp = require_factory.WarrantOp;
|
|
63
61
|
exports.WorkOS = WorkOSNode;
|
|
64
62
|
exports.createWorkOS = require_factory.createWorkOS;
|
|
63
|
+
exports.isAuthenticationErrorData = require_factory.isAuthenticationErrorData;
|
|
65
64
|
exports.serializeRevokeSessionOptions = require_factory.serializeRevokeSessionOptions;
|
|
66
65
|
|
|
67
66
|
//# sourceMappingURL=index.cjs.map
|
package/lib/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":["WorkOS","FetchHttpClient","Webhooks","SubtleCryptoProvider","Actions"],"sources":["../src/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"index.cjs","names":["WorkOS","FetchHttpClient","Webhooks","SubtleCryptoProvider","Actions"],"sources":["../src/index.ts"],"sourcesContent":["// @oagen-ignore-file\nimport { SubtleCryptoProvider } from './common/crypto/subtle-crypto-provider';\nimport { CryptoProvider } from './common/crypto/crypto-provider';\n\nimport { HttpClient } from './common/net/http-client';\nimport { FetchHttpClient } from './common/net/fetch-client';\n\nimport { Actions } from './actions/actions';\nimport { Webhooks } from './webhooks/webhooks';\nimport { WorkOS } from './workos';\nimport { WorkOSOptions } from './common/interfaces';\n\nexport * from './actions/interfaces';\nexport * from './api-keys/interfaces';\nexport * from './audit-logs/interfaces';\nexport * from './authorization/interfaces';\nexport * from './common/exceptions';\nexport * from './common/interfaces';\nexport * from './common/utils/pagination';\nexport * from './directory-sync/interfaces';\nexport * from './events/interfaces';\nexport * from './feature-flags/interfaces';\nexport { FeatureFlagsRuntimeClient } from './feature-flags/runtime-client';\nexport * from './groups/interfaces';\nexport * from './organizations/interfaces';\nexport * from './organization-domains/interfaces';\nexport * from './passwordless/interfaces';\nexport * from './admin-portal/interfaces';\nexport * from './roles/interfaces';\nexport * from './sso/interfaces';\nexport * from './user-management/interfaces';\nexport { CookieSession } from './user-management/session';\nexport * from './vault/interfaces';\nexport * from './pkce/pkce';\nexport {\n createWorkOS,\n type PublicWorkOS,\n type PublicUserManagement,\n type PublicSSO,\n type PublicClientOptions,\n type ConfidentialClientOptions,\n} from './factory';\n\nclass WorkOSNode extends WorkOS {\n /** @override */\n createHttpClient(options: WorkOSOptions, userAgent: string): HttpClient {\n const headers: Record<string, string> = {};\n\n const configHeaders = options.config?.headers;\n if (configHeaders) {\n if (configHeaders instanceof Headers) {\n configHeaders.forEach((v, k) => (headers[k] = v));\n } else if (Array.isArray(configHeaders)) {\n configHeaders.forEach(([k, v]) => (headers[k] = v));\n } else {\n Object.assign(headers, configHeaders);\n }\n }\n\n headers['User-Agent'] = userAgent;\n\n if (this.key) {\n headers['Authorization'] = `Bearer ${this.key}`;\n }\n\n const opts = {\n ...options.config,\n timeout: options.timeout,\n headers,\n };\n\n return new FetchHttpClient(this.baseURL, opts, options.fetchFn);\n }\n\n /** @override */\n createWebhookClient(): Webhooks {\n return new Webhooks(this.getCryptoProvider());\n }\n\n override getCryptoProvider(): CryptoProvider {\n return new SubtleCryptoProvider();\n }\n\n /** @override */\n createActionsClient(): Actions {\n return new Actions(this.getCryptoProvider());\n }\n\n /** @override */\n emitWarning(warning: string): void {\n return process.emitWarning(warning, 'WorkOS');\n }\n}\n\nexport { WorkOSNode as WorkOS };\n"],"mappings":";;;AA2CA,IAAM,aAAN,cAAyBA,gBAAAA,OAAO;;CAE9B,iBAAiB,SAAwB,WAA+B;EACtE,MAAM,UAAkC,EAAE;EAE1C,MAAM,gBAAgB,QAAQ,QAAQ;AACtC,MAAI,cACF,KAAI,yBAAyB,QAC3B,eAAc,SAAS,GAAG,MAAO,QAAQ,KAAK,EAAG;WACxC,MAAM,QAAQ,cAAc,CACrC,eAAc,SAAS,CAAC,GAAG,OAAQ,QAAQ,KAAK,EAAG;MAEnD,QAAO,OAAO,SAAS,cAAc;AAIzC,UAAQ,gBAAgB;AAExB,MAAI,KAAK,IACP,SAAQ,mBAAmB,UAAU,KAAK;EAG5C,MAAM,OAAO;GACX,GAAG,QAAQ;GACX,SAAS,QAAQ;GACjB;GACD;AAED,SAAO,IAAIC,gBAAAA,gBAAgB,KAAK,SAAS,MAAM,QAAQ,QAAQ;;;CAIjE,sBAAgC;AAC9B,SAAO,IAAIC,gBAAAA,SAAS,KAAK,mBAAmB,CAAC;;CAG/C,oBAA6C;AAC3C,SAAO,IAAIC,gBAAAA,sBAAsB;;;CAInC,sBAA+B;AAC7B,SAAO,IAAIC,gBAAAA,QAAQ,KAAK,mBAAmB,CAAC;;;CAI9C,YAAY,SAAuB;AACjC,SAAO,QAAQ,YAAY,SAAS,SAAS"}
|
package/lib/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as DecisionTreeNode, $a as VaultNamesListedEventResponseData, $c as ProfileAndToken, $i as RoleUpdatedEventResponse, $l as SerializedListResourcesForMembershipOptions, $n as AuthenticationOAuthSucceededEventResponse, $o as SerializedResetPasswordOptions, $r as FlagUpdatedEventResponse, $s as CreateOrganizationMembershipOptions, $t as CreatePasswordlessSessionOptions, $u as DirectoryGroup, A as OauthException, Aa as VaultActor, Ac as SerializedAuthenticateWithRefreshTokenOptions, Ai as OrganizationRoleCreatedEvent, Al as BaseRemoveRoleOptions, An as WorkOSOptions, Ao as OrganizationDomainState, Ar as DsyncGroupUserAddedEvent, As as ListInvitationsOptions, At as UpdateResourceOptions, Au as RemoveOrganizationRolePermissionOptions, B as QueryRequestOptions, Ba as VaultDataReadEventData, Bc as AuthenticateUserWithEmailVerificationCredentials, Bi as PasswordResetSucceededEvent, Bl as ListRoleAssignmentsOptions, Bn as ApiKeyRevokedEvent, Bo as SerializedUpdateOrganizationMembershipOptions, Br as EmailVerificationCreatedEvent, Bs as FactorResponse, Bt as CreateAuditLogSchemaResponse, Bu as SerializedUpdateEnvironmentRoleOptions, C as PublicUserManagement, Ca as VaultDekReadEventResponse, Cc as UserResponse, Ci as OrganizationDomainVerifiedEventResponse, Cl as OrganizationRoleResponse, Cn as ListOrganizationFeatureFlagsOptions, Co as SerializedCreateOrganizationApiKeyOptions, Cr as DsyncDeletedEventResponse, Cs as AuthorizationOrganizationMembershipListResponse, Ct as ResourceOptions, Cu as UpdatePermissionOptions, D as UnauthorizedException, Da as VaultMetadataReadEventResponse, Dc as SerializedAuthenticateWithRefreshTokenPublicClientOptions, Di as OrganizationMembershipDeletedResponse, Dl as RoleList, Dn as DomainData, Do as OrganizationDomainVerificationFailedResponse, Dr as DsyncGroupDeletedEventResponse, Ds as OrganizationMembership, Dt as SerializedDeleteResourceOptions, Du as PermissionList, E as UnprocessableEntityException, Ea as VaultMetadataReadEvent, Ec as AuthenticateWithRefreshTokenPublicClientOptions, Ei as OrganizationMembershipDeleted, El as RoleEventResponse, En as SerializedCreateOrganizationOptions, Eo as OrganizationDomainVerificationFailed, Er as DsyncGroupDeletedEvent, Es as BaseOrganizationMembershipResponse, Et as SerializedCreateResourceOptions, Eu as Permission, F as ApiKeyRequiredException, Fa as VaultByokKeyVerificationCompletedEventResponseData, Fc as AuthenticateWithOrganizationSelectionOptions, Fi as OrganizationRoleUpdatedEventResponse, Fl as AssignRoleOptions, Fn as List, Fo as VerifyEmailOptions, Fr as DsyncUserCreatedEventResponse, Fs as InvitationEventResponse, Ft as AuditLogSchema, Fu as CreateOrganizationRoleOptions, G as CheckOptions, Ga as VaultDekDecryptedEventResponseData, Gc as AuthenticateUserWithCodeCredentials, Gi as PermissionDeletedEventResponse, Gl as RoleAssignmentResourceResponse, Gn as AuthenticationMagicAuthFailedEventResponse, Go as SessionStatus, Gr as EventResponse, Gs as EmailVerification, Gt as CreateAuditLogEventRequestOptions, Gu as EnvironmentRoleList, H as QueryResultResponse, Ha as VaultDataUpdatedEventData, Hc as SerializedAuthenticateWithEmailVerificationOptions, Hi as PermissionCreatedEvent, Hl as RoleAssignmentList, Hn as AuthenticationEmailVerificationSucceededEvent, Ho as AuthMethod, Hr as Event, Hs as FactorWithSecretsResponse, Ht as AuditLogActor, Hu as CreateEnvironmentRoleOptions, I as FeatureFlagsRuntimeClient, Ia as VaultDataCreatedEventData, Ic as SerializedAuthenticateWithOrganizationSelectionOptions, Ii as OrganizationUpdatedEvent, Il as AssignRoleOptionsWithResourceExternalId, In as ListResponse, Io as SerializedUpdateUserPasswordOptions, Ir as DsyncUserDeletedEvent, Is as InvitationResponse, It as AuditLogSchemaMetadata, Iu as SerializedCreateOrganizationRoleOptions, J as CheckResultInterface, Ja as VaultKekCreatedEventData, Jc as AuthenticateWithOptionsBase, Ji as RoleCreatedEvent, Jl as ListMembershipsForResourceByExternalIdOptions, Jn as AuthenticationMfaSucceededEvent, Jo as SerializedSendInvitationOptions, Jr as FlagDeletedEvent, Js as EmailVerificationResponse, Jt as AuditLogExportResponse, Ju as ListDirectoryUsersOptions, K as CheckRequestOptions, Ka as VaultDekReadEventData, Kc as AuthenticateWithCodeOptions, Ki as PermissionUpdatedEvent, Kl as RoleAssignmentResponse, Kn as AuthenticationMagicAuthSucceededEvent, Ko as SendVerificationEmailOptions, Kr as FlagCreatedEvent, Ks as EmailVerificationEvent, Kt as SerializedCreateAuditLogEventOptions, Ku as EnvironmentRoleListResponse, L as WarrantToken, La as VaultDataCreatedEventResponseData, Lc as AuthenticateUserWithMagicAuthCredentials, Li as OrganizationUpdatedResponse, Ll as AssignRoleOptionsWithResourceId, Ln as GetOptions, Lo as UpdateUserPasswordOptions, Lr as DsyncUserDeletedEventResponse, Ls as Identity, Lt as AuditLogTargetSchema, Lu as OrganizationRole, M as NoApiKeyProvidedException, Ma as VaultActorSource, Mc as AuthenticateWithPasswordOptions, Mi as OrganizationRoleDeletedEvent, Ml as RemoveRoleOptionsWithResourceExternalId, Mn as PutOptions, Mo as CreateOrganizationDomainOptions, Mr as DsyncGroupUserRemovedEvent, Ms as ListAuthFactorsOptions, Mt as CheckOp, Mu as SetOrganizationRolePermissionsOptions, N as BadRequestException, Na as VaultByokKeyProvider, Nc as SerializedAuthenticateWithPasswordOptions, Ni as OrganizationRoleDeletedEventResponse, Nl as RemoveRoleOptionsWithResourceId, Nn as PostOptions, No as SerializedCreateOrganizationDomainOptions, Nr as DsyncGroupUserRemovedEventResponse, Ns as Invitation, Nt as CookieSession, Nu as SerializedUpdateOrganizationRoleOptions, O as SignatureVerificationException, Oa as VaultNamesListedEvent, Oc as AuthenticateUserWithRefreshTokenCredentials, Oi as OrganizationMembershipUpdated, Ol as RoleResponse, On as DomainDataState, Oo as OrganizationDomain, Or as DsyncGroupUpdatedEvent, Os as OrganizationMembershipResponse, Ot as SerializedListResourcesOptions, Ou as PermissionListResponse, P as GenericServerException, Pa as VaultByokKeyVerificationCompletedEventData, Pc as AuthenticateUserWithOrganizationSelectionCredentials, Pi as OrganizationRoleUpdatedEvent, Pl as SerializedRemoveRoleOptions, Pn as PatchOptions, Po as SerializedVerifyEmailOptions, Pr as DsyncUserCreatedEvent, Ps as InvitationEvent, Pt as AuditLogActorSchema, Pu as UpdateOrganizationRoleOptions, Q as DebugInfoResponse, Qa as VaultNamesListedEventData, Qc as WithResolvedClientId, Qi as RoleUpdatedEvent, Ql as ListResourcesForMembershipOptionsWithParentId, Qn as AuthenticationOAuthSucceededEvent, Qo as ResetPasswordOptions, Qr as FlagUpdatedEvent, Qs as SerializedCreatePasswordResetOptions, Qt as SendSessionResponse, Qu as PaginationOptions, R as WarrantTokenResponse, Ra as VaultDataDeletedEventData, Rc as AuthenticateWithMagicAuthOptions, Ri as PasswordResetCreatedEvent, Rl as BaseAssignRoleOptions, Rn as ApiKeyCreatedEvent, Ro as SerializedUpdateUserOptions, Rr as DsyncUserUpdatedEvent, Rs as IdentityResponse, Rt as CreateAuditLogSchemaOptions, Ru as AddEnvironmentRolePermissionOptions, S as PublicSSO, Sa as VaultDekReadEvent, Sc as User, Si as OrganizationDomainVerifiedEvent, Sl as OrganizationRoleEventResponse, Sn as ListOrganizationsOptions, So as CreateOrganizationApiKeyRequestOptions, Sr as DsyncDeletedEvent, Ss as AuthorizationOrganizationMembershipList, St as ResourceInterface, Su as SerializedUpdatePermissionOptions, T as createWorkOS, Ta as VaultKekCreatedEventResponse, Tc as ImpersonatorResponse, Ti as OrganizationMembershipCreatedResponse, Tl as RoleEvent, Tn as CreateOrganizationRequestOptions, To as SerializedApiKey, Tr as DsyncGroupCreatedEventResponse, Ts as BaseOrganizationMembership, Tt as SerializedBatchWriteResourcesOptions, Tu as SerializedCreatePermissionOptions, U as SerializedQueryOptions, Ua as VaultDataUpdatedEventResponseData, Uc as AuthenticateWithCodeAndVerifierOptions, Ui as PermissionCreatedEventResponse, Ul as RoleAssignmentListResponse, Un as AuthenticationEmailVerificationSucceededEventResponse, Uo as Session, Ur as EventBase, Us as EnrollAuthFactorOptions, Ut as AuditLogTarget, Uu as SerializedCreateEnvironmentRoleOptions, V as QueryResult, Va as VaultDataReadEventResponseData, Vc as AuthenticateWithEmailVerificationOptions, Vi as PasswordResetSucceededEventResponse, Vl as RoleAssignment, Vn as ApiKeyRevokedEventResponse, Vo as UpdateOrganizationMembershipOptions, Vr as EmailVerificationCreatedEventResponse, Vs as FactorWithSecrets, Vt as SerializedCreateAuditLogSchemaOptions, Vu as UpdateEnvironmentRoleOptions, W as CheckBatchOptions, Wa as VaultDekDecryptedEventData, Wc as SerializedAuthenticateWithCodeAndVerifierOptions, Wi as PermissionDeletedEvent, Wl as RoleAssignmentResource, Wn as AuthenticationMagicAuthFailedEvent, Wo as SessionResponse, Wr as EventName, Ws as SerializedEnrollUserInMfaFactorOptions, Wt as CreateAuditLogEventOptions, Wu as EnvironmentRole, X as CheckWarrantOptions, Xa as VaultMetadataReadEventData, Xc as SerializedAuthenticatePublicClientBase, Xi as RoleDeletedEvent, Xl as ListResourcesForMembershipOptions, Xn as AuthenticationOAuthFailedEvent, Xo as SerializedRevokeSessionOptions, Xr as FlagRuleUpdatedEvent, Xs as SerializedCreateUserOptions, Xt as SerializedAuditLogExportOptions, Xu as ListDirectoriesOptions, Y as CheckResultResponse, Ya as VaultKekCreatedEventResponseData, Yc as AuthenticateWithSessionOptions, Yi as RoleCreatedEventResponse, Yl as ListMembershipsForResourceOptions, Yn as AuthenticationMfaSucceededEventResponse, Yo as RevokeSessionOptions, Yr as FlagDeletedEventResponse, Ys as CreateUserOptions, Yt as AuditLogExportOptions, Yu as ListDirectoryGroupsOptions, Z as DebugInfo, Za as VaultMetadataReadEventResponseData, Zc as SerializedAuthenticateWithOptionsBase, Zi as RoleDeletedEventResponse, Zl as ListResourcesForMembershipOptionsWithParentExternalId, Zn as AuthenticationOAuthFailedEventResponse, Zo as serializeRevokeSessionOptions, Zr as FlagRuleUpdatedEventResponse, Zs as CreatePasswordResetOptions, Zt as GeneratePortalLinkIntent, Zu as SerializedListDirectoriesOptions, _ as CreateDataKeyOptions, _a as VaultDataReadEventResponse, _c as AuthenticateWithSessionCookieOptions, _i as OrganizationDomainDeletedEventResponse, _l as DirectoryUserResponse, _n as UserRegistrationActionPayload, _o as ValidateApiKeyResponse, _r as ConnectionDeactivatedEventResponse, _s as ListSessionsOptions, _t as CreateResourceOptions, _u as CreateOptionsWithParentResourceId, a as ReadObjectOptions, aa as UserCreatedEventResponse, ac as AuthenticationRadarRiskDetectedEventData, ad as DirectoryType, ai as InvitationResentEventResponse, al as ListConnectionsOptions, an as AutoPaginatable, ao as RuntimeClientOptions, ar as AuthenticationPasswordFailedEventResponse, as as PasswordResetEvent, at as ListWarrantsRequestOptions, au as DeleteAuthorizationResourceOptions, b as ConfidentialClientOptions, ba as VaultDekDecryptedEvent, bc as AuthenticationResponse, bi as OrganizationDomainVerificationFailedEvent, bl as ListOrganizationRolesResponse, bn as Organization, bo as SerializedCreatedApiKey, br as DsyncActivatedEvent, bs as SerializedListOrganizationMembershipsOptions, bt as ListResourcesOptions, bu as UpdateAuthorizationResourceOptions, c as ObjectMetadata, ca as UserUpdatedEvent, cc as AuthenticationEventResponse, cd as HttpClient, ci as MagicAuthCreatedEvent, cl as GetProfileOptions, cn as Webhooks, co as FlagPollEntry, cr as AuthenticationRadarRiskDetectedEvent, cs as MagicAuth, ct as SerializedSubject, cu as GetAuthorizationResourceByExternalIdOptions, d as VaultObject, da as VaultByokKeyVerificationCompletedEventResponse, dc as AuthenticateUserWithTotpCredentials, dd as RequestHeaders, di as OrganizationCreatedResponse, dl as ConnectionResponse, dn as ResponsePayload, do as FeatureFlag, dr as AuthenticationSSOFailedEventResponse, ds as MagicAuthResponse, dt as Warrant, du as AuthorizationResource, ea as SessionCreatedEvent, ec as SerializedCreateOrganizationMembershipOptions, ed as DirectoryGroupResponse, ei as InvitationAcceptedEvent, el as ProfileAndTokenResponse, en as SerializedCreatePasswordlessSessionOptions, eo as DataKey, er as AuthenticationPasskeyFailedEvent, es as ResendInvitationOptions, et as DecisionTreeNodeResponse, eu as AuthorizationCheckOptions, f as DeleteObjectOptions, fa as VaultDataCreatedEvent, fc as AuthenticateWithTotpOptions, fd as RequestOptions, fi as OrganizationDeletedEvent, fl as ConnectionType, fn as UserRegistrationActionResponseData, fo as FeatureFlagResponse, fr as AuthenticationSSOSucceededEvent, fs as LogoutURLOptions, ft as WarrantResponse, fu as AuthorizationResourceList, g as DecryptDataKeyResponse, ga as VaultDataReadEvent, gc as AuthenticateWithSessionCookieFailureReason, gi as OrganizationDomainDeletedEvent, gl as DirectoryUser, gn as UserDataPayload, go as ValidateApiKeyOptions, gr as ConnectionDeactivatedEvent, gs as ListUserFeatureFlagsOptions, gt as BatchWriteResourcesResponse, gu as CreateOptionsWithParentExternalId, h as DecryptDataKeyOptions, ha as VaultDataDeletedEventResponse, hc as AuthenticateWithSessionCookieFailedResponse, hd as CryptoProvider, hi as OrganizationDomainCreatedEventResponse, hl as DefaultCustomAttributes, hn as UserData, ho as SerializedValidateApiKeyResponse, hr as ConnectionActivatedEventResponse, hs as SerializedListUsersOptions, ht as BatchWriteResourcesOptions, hu as CreateAuthorizationResourceOptions, i as ReadObjectMetadataResponse, ia as UserCreatedEvent, ic as UserManagementAuthorizationURLOptions, id as DirectoryStateResponse, ii as InvitationResentEvent, il as OauthTokensResponse, in as SerializedListEventOptions, io as RuntimeClientLogger, ir as AuthenticationPasswordFailedEvent, is as PasswordReset, it as ListWarrantsOptions, iu as SerializedAuthorizationCheckOptions, j as NotFoundException, ja as VaultActorResponse, jc as AuthenticateUserWithPasswordCredentials, ji as OrganizationRoleCreatedEventResponse, jl as RemoveRoleOptions, jn as UnprocessableEntityError, jo as OrganizationDomainVerificationStrategy, jr as DsyncGroupUserAddedEventResponse, js as SerializedListInvitationsOptions, jt as ResourceOp, ju as AddOrganizationRolePermissionOptions, k as RateLimitExceededException, ka as VaultNamesListedEventResponse, kc as AuthenticateWithRefreshTokenOptions, ki as OrganizationMembershipUpdatedResponse, kl as RemoveRoleAssignmentOptions, kn as WorkOSResponseError, ko as OrganizationDomainResponse, kr as DsyncGroupUpdatedEventResponse, ks as OrganizationMembershipStatus, kt as SerializedResourceOptions, ku as PermissionResponse, l as ObjectUpdateBy, la as UserUpdatedEventResponse, lc as AuthenticationEventSso, ld as HttpClientInterface, li as MagicAuthCreatedEventResponse, ll as Connection, ln as Actions, lo as FlagPollResponse, lr as AuthenticationRadarRiskDetectedEventResponse, ls as MagicAuthEvent, lt as SerializedWriteWarrantOptions, lu as ListAuthorizationResourcesOptions, m as CreateObjectOptions, ma as VaultDataDeletedEvent, mc as AccessToken, md as ResponseHeaders, mi as OrganizationDomainCreatedEvent, ml as SSOPKCEAuthorizationURLResult, mn as ActionPayload, mo as AddFlagTargetOptions, mr as ConnectionActivatedEvent, ms as ListUsersOptions, mt as WarrantOp, mu as AuthorizationResourceResponse, n as UpdateObjectEntity, na as SessionRevokedEvent, nc as SerializedCreateMagicAuthOptions, nd as DirectoryResponse, ni as InvitationCreatedEvent, nl as ProfileResponse, nn as PasswordlessSessionResponse, no as KeyContext, nr as AuthenticationPasskeySucceededEvent, ns as RefreshSessionFailureReason, nt as SerializedCheckOptions, nu as AuthorizationCheckOptionsWithResourceId, o as ReadObjectResponse, oa as UserDeletedEvent, oc as AuthenticationRadarRiskDetectedEventResponseData, od as EventDirectory, oi as InvitationRevokedEvent, ol as SerializedListConnectionsOptions, on as PKCE, oo as RemoveFlagTargetOptions, or as AuthenticationPasswordSucceededEvent, os as PasswordResetEventResponse, ot as PolicyContext, ou as DeleteAuthorizationResourceByExternalIdOptions, p as CreateObjectEntity, pa as VaultDataCreatedEventResponse, pc as SerializedAuthenticateWithTotpOptions, pd as ResponseHeaderValue, pi as OrganizationDeletedResponse, pl as SSOAuthorizationURLOptions, pn as ActionContext, po as EvaluationContext, pr as AuthenticationSSOSucceededEventResponse, ps as Locale, pt as WriteWarrantOptions, pu as AuthorizationResourceListResponse, q as CheckResult, qa as VaultDekReadEventResponseData, qc as SerializedAuthenticateWithCodeOptions, qi as PermissionUpdatedEventResponse, ql as RoleAssignmentRole, qn as AuthenticationMagicAuthSucceededEventResponse, qo as SendInvitationOptions, qr as FlagCreatedEventResponse, qs as EmailVerificationEventResponse, qt as AuditLogExport, qu as EnvironmentRoleResponse, r as UpdateObjectOptions, ra as SessionRevokedEventResponse, rc as PKCEAuthorizationURLResult, rd as DirectoryState, ri as InvitationCreatedEventResponse, rl as OauthTokens, rn as ListEventOptions, ro as RuntimeClientStats, rr as AuthenticationPasskeySucceededEventResponse, rs as RefreshSessionResponse, rt as SerializedCheckWarrantOptions, ru as AuthorizationCheckResult, s as ObjectDigest, sa as UserDeletedEventResponse, sc as AuthenticationEvent, sd as EventDirectoryResponse, si as InvitationRevokedEventResponse, sl as GetProfileAndTokenOptions, sn as PKCEPair, so as ListFeatureFlagsOptions, sr as AuthenticationPasswordSucceededEventResponse, ss as PasswordResetResponse, st as SerializedListWarrantsOptions, su as UpdateAuthorizationResourceByExternalIdOptions, t as WorkOS, ta as SessionCreatedEventResponse, tc as CreateMagicAuthOptions, td as Directory, ti as InvitationAcceptedEventResponse, tl as Profile, tn as PasswordlessSession, to as DataKeyPair, tr as AuthenticationPasskeyFailedEventResponse, ts as SerializedResendInvitationOptions, tt as SerializedCheckBatchOptions, tu as AuthorizationCheckOptionsWithResourceExternalId, u as ObjectVersion, ua as VaultByokKeyVerificationCompletedEvent, uc as AuthenticationEventSsoResponse, ud as HttpClientResponseInterface, ui as OrganizationCreatedEvent, ul as ConnectionDomain, un as AuthenticationActionResponseData, uo as FlagTarget, ur as AuthenticationSSOFailedEvent, us as MagicAuthEventResponse, ut as Subject, uu as SerializedListAuthorizationResourcesOptions, v as CreateDataKeyResponse, va as VaultDataUpdatedEvent, vc as AuthenticateWithSessionCookieSuccessResponse, vi as OrganizationDomainUpdatedEvent, vl as DirectoryUserWithGroups, vn as SerializedUpdateOrganizationOptions, vo as ListOrganizationApiKeysOptions, vr as ConnectionDeletedEvent, vs as SerializedListSessionsOptions, vt as DeleteResourceOptions, vu as SerializedCreateAuthorizationResourceOptions, w as PublicWorkOS, wa as VaultKekCreatedEvent, wc as Impersonator, wi as OrganizationMembershipCreated, wl as Role, wn as CreateOrganizationOptions, wo as ApiKey, wr as DsyncGroupCreatedEvent, ws as AuthorizationOrganizationMembershipResponse, wt as ResourceResponse, wu as CreatePermissionOptions, x as PublicClientOptions, xa as VaultDekDecryptedEventResponse, xc as AuthenticationResponseResponse, xi as OrganizationDomainVerificationFailedEventResponse, xl as OrganizationRoleEvent, xn as OrganizationResponse, xo as CreateOrganizationApiKeyOptions, xr as DsyncActivatedEventResponse, xs as AuthorizationOrganizationMembership, xt as Resource, xu as ListPermissionsOptions, ya as VaultDataUpdatedEventResponse, yc as SessionCookieData, yi as OrganizationDomainUpdatedEventResponse, yl as DirectoryUserWithGroupsResponse, yn as UpdateOrganizationOptions, yo as CreatedApiKey, yr as ConnectionDeletedEventResponse, ys as ListOrganizationMembershipsOptions, yt as GetResourceOptions, yu as SerializedUpdateAuthorizationResourceOptions, z as QueryOptions, za as VaultDataDeletedEventResponseData, zc as SerializedAuthenticateWithMagicAuthOptions, zi as PasswordResetCreatedEventResponse, zl as SerializedAssignRoleOptions, zn as ApiKeyCreatedEventResponse, zo as UpdateUserOptions, zr as DsyncUserUpdatedEventResponse, zs as Factor, zt as CreateAuditLogSchemaRequestOptions, zu as SetEnvironmentRolePermissionsOptions } from "./workos-9ENvbxSO.cjs";
|
|
1
|
+
import { $ as CreateAuditLogSchemaRequestOptions, $a as FlagPollEntry, $c as ConnectionDomain, $i as VaultDekDecryptedEventResponse, $l as SerializedListAuthorizationResourcesOptions, $n as DsyncUserCreatedEvent, $o as MagicAuth, $r as OrganizationDomainVerifiedEvent, $s as AuthenticationEventSsoResponse, $t as List, $u as ResponseHeaders, A as IntentOptions, Aa as VaultNamesListedEventData, Ac as AuthenticateWithEmailVerificationOptions, Ai as RoleUpdatedEventResponse, Al as SerializedAssignRoleOptions, An as AuthenticationSSOFailedEventResponse, Ao as UpdateUserOptions, Ar as GroupUpdatedEventResponse, As as FactorWithSecrets, At as UserRegistrationActionResponseData, Au as EnvironmentRoleList, B as NoApiKeyProvidedException, Ba as Group, Bc as SerializedAuthenticateWithOptionsBase, Bi as UserUpdatedEvent, Bl as ListResourcesForMembershipOptionsWithParentExternalId, Bn as DsyncActivatedEventResponse, Bo as RevokeSessionOptions, Br as MagicAuthCreatedEventResponse, Bs as CreatePasswordResetOptions, Bt as ListOrganizationsOptions, Bu as Directory, C as PublicUserManagement, Ca as VaultDekDecryptedEventResponseData, Cc as AuthenticateUserWithOrganizationSelectionCredentials, Ci as PermissionUpdatedEvent, Cl as RemoveRoleOptionsWithResourceExternalId, Cn as AuthenticationPasswordFailedEvent, Co as CreateOrganizationDomainOptions, Cr as GroupMemberAddedEvent, Cs as Invitation, Ct as AutoPaginatable, Cu as AddEnvironmentRolePermissionOptions, D as PortalLinkResponseWire, Da as VaultKekCreatedEventResponseData, Dc as AuthenticateWithMagicAuthOptions, Di as RoleDeletedEvent, Dl as AssignRoleOptionsWithResourceExternalId, Dn as AuthenticationRadarRiskDetectedEvent, Do as SerializedUpdateUserPasswordOptions, Dr as GroupMemberRemovedEvent, Ds as Identity, Dt as Actions, Du as CreateEnvironmentRoleOptions, E as PortalLinkResponse, Ea as VaultKekCreatedEventData, Ec as AuthenticateUserWithMagicAuthCredentials, Ei as RoleCreatedEventResponse, El as AssignRoleOptions, En as AuthenticationPasswordSucceededEventResponse, Eo as VerifyEmailOptions, Er as GroupMemberEventResponseData, Es as InvitationResponse, Et as Webhooks, Eu as UpdateEnvironmentRoleOptions, F as UnauthorizedException, Fa as SerializedUpdateGroupOptions, Fc as AuthenticateWithCodeOptions, Fi as UnknownEvent, Fl as RoleAssignmentResponse, Fn as ConnectionDeactivatedEvent, Fo as SessionResponse, Fr as InvitationResentEvent, Fs as EmailVerificationEvent, Ft as UserRegistrationActionPayload, Fu as ListDirectoriesOptions, G as AuthenticationException, Ga as SerializedCreateGroupOptions, Gc as ProfileResponse, Gi as VaultDataCreatedEventResponse, Gl as AuthorizationCheckOptionsWithResourceId, Gn as DsyncGroupDeletedEvent, Go as ResendInvitationOptions, Gr as OrganizationDomainCreatedEvent, Gs as SerializedCreateMagicAuthOptions, Gt as DomainData, Gu as EventDirectory, H as BadRequestException, Ha as GetGroupOptions, Hc as ProfileAndToken, Hi as VaultByokKeyVerificationCompletedEvent, Hl as SerializedListResourcesForMembershipOptions, Hn as DsyncDeletedEventResponse, Ho as serializeRevokeSessionOptions, Hr as OrganizationCreatedResponse, Hs as CreateOrganizationMembershipOptions, Ht as CreateOrganizationOptions, Hu as DirectoryState, I as SignatureVerificationException, Ia as UpdateGroupOptions, Ic as SerializedAuthenticateWithCodeOptions, Ii as UserCreatedEvent, Il as RoleAssignmentRole, In as ConnectionDeactivatedEventResponse, Io as SessionStatus, Ir as InvitationResentEventResponse, Is as EmailVerificationEventResponse, It as SerializedUpdateOrganizationOptions, Iu as SerializedListDirectoriesOptions, J as WorkOSErrorData, Ja as RuntimeClientStats, Jc as ListConnectionsOptions, Ji as VaultDataReadEvent, Jl as DeleteAuthorizationResourceOptions, Jn as DsyncGroupUpdatedEventResponse, Jo as RefreshSessionResponse, Jr as OrganizationDomainDeletedEventResponse, Js as AuthenticationRadarRiskDetectedEventData, Jt as WorkOSOptions, Ju as HttpClientInterface, K as isAuthenticationErrorData, Ka as AddGroupOrganizationMembershipOptions, Kc as OauthTokens, Ki as VaultDataDeletedEvent, Kl as AuthorizationCheckResult, Kn as DsyncGroupDeletedEventResponse, Ko as SerializedResendInvitationOptions, Kr as OrganizationDomainCreatedEventResponse, Ks as PKCEAuthorizationURLResult, Kt as DomainDataState, Ku as EventDirectoryResponse, L as RateLimitExceededException, La as RemoveGroupOrganizationMembershipOptions, Lc as AuthenticateWithOptionsBase, Li as UserCreatedEventResponse, Ll as ListMembershipsForResourceByExternalIdOptions, Ln as ConnectionDeletedEvent, Lo as SendVerificationEmailOptions, Lr as InvitationRevokedEvent, Ls as EmailVerificationResponse, Lt as UpdateOrganizationOptions, Lu as PaginationOptions, M as SSOIntentOptions, Ma as DataKey, Mc as AuthenticateWithCodeAndVerifierOptions, Mi as SessionCreatedEventResponse, Ml as RoleAssignment, Mn as AuthenticationSSOSucceededEventResponse, Mo as UpdateOrganizationMembershipOptions, Mr as InvitationAcceptedEventResponse, Ms as EnrollAuthFactorOptions, Mt as ActionPayload, Mu as EnvironmentRoleResponse, N as SSOIntentOptionsResponse, Na as DataKeyPair, Nc as SerializedAuthenticateWithCodeAndVerifierOptions, Ni as SessionRevokedEvent, Nl as RoleAssignmentResource, Nn as ConnectionActivatedEvent, No as AuthMethod, Nr as InvitationCreatedEvent, Ns as SerializedEnrollUserInMfaFactorOptions, Nt as UserData, Nu as ListDirectoryUsersOptions, O as GenerateLink, Oa as VaultMetadataReadEventData, Oc as SerializedAuthenticateWithMagicAuthOptions, Oi as RoleDeletedEventResponse, Ol as AssignRoleOptionsWithResourceId, On as AuthenticationRadarRiskDetectedEventResponse, Oo as UpdateUserPasswordOptions, Or as GroupMemberRemovedEventResponse, Os as Factor, Ot as AuthenticationActionResponseData, Ou as SerializedCreateEnvironmentRoleOptions, P as UnprocessableEntityException, Pa as KeyContext, Pc as AuthenticateUserWithCodeCredentials, Pi as SessionRevokedEventResponse, Pl as RoleAssignmentResourceResponse, Pn as ConnectionActivatedEventResponse, Po as Session, Pr as InvitationCreatedEventResponse, Ps as EmailVerification, Pt as UserDataPayload, Pu as ListDirectoryGroupsOptions, Q as CreateAuditLogSchemaOptions, Qa as ListFeatureFlagsOptions, Qc as Connection, Qi as VaultDekDecryptedEvent, Ql as ListAuthorizationResourcesOptions, Qn as DsyncGroupUserRemovedEventResponse, Qo as PasswordResetResponse, Qr as OrganizationDomainVerificationFailedEventResponse, Qs as AuthenticationEventSso, Qt as PatchOptions, Qu as ResponseHeaderValue, R as OauthException, Ra as ListGroupsOptions, Rc as AuthenticateWithSessionOptions, Ri as UserDeletedEvent, Rl as ListMembershipsForResourceOptions, Rn as ConnectionDeletedEventResponse, Ro as SendInvitationOptions, Rr as InvitationRevokedEventResponse, Rs as CreateUserOptions, Rt as Organization, Ru as DirectoryGroup, S as PublicSSO, Sa as VaultDekDecryptedEventData, Sc as SerializedAuthenticateWithPasswordOptions, Si as PermissionDeletedEventResponse, Sl as RemoveRoleOptions, Sn as AuthenticationPasskeySucceededEventResponse, So as OrganizationDomainVerificationStrategy, Sr as GroupDeletedEventResponse, Ss as ListAuthFactorsOptions, St as SerializedListEventOptions, Su as OrganizationRole, T as createWorkOS, Ta as VaultDekReadEventResponseData, Tc as SerializedAuthenticateWithOrganizationSelectionOptions, Ti as RoleCreatedEvent, Tl as SerializedRemoveRoleOptions, Tn as AuthenticationPasswordSucceededEvent, To as SerializedVerifyEmailOptions, Tr as GroupMemberEventData, Ts as InvitationEventResponse, Tt as PKCEPair, Tu as SerializedUpdateEnvironmentRoleOptions, U as AuthenticationErrorCode, Ua as DeleteGroupOptions, Uc as ProfileAndTokenResponse, Ui as VaultByokKeyVerificationCompletedEventResponse, Ul as AuthorizationCheckOptions, Un as DsyncGroupCreatedEvent, Uo as ResetPasswordOptions, Ur as OrganizationDeletedEvent, Us as SerializedCreateOrganizationMembershipOptions, Ut as CreateOrganizationRequestOptions, Uu as DirectoryStateResponse, V as ConflictException, Va as GroupResponse, Vc as WithResolvedClientId, Vi as UserUpdatedEventResponse, Vl as ListResourcesForMembershipOptionsWithParentId, Vn as DsyncDeletedEvent, Vo as SerializedRevokeSessionOptions, Vr as OrganizationCreatedEvent, Vs as SerializedCreatePasswordResetOptions, Vt as ListOrganizationFeatureFlagsOptions, Vu as DirectoryResponse, W as AuthenticationErrorData, Wa as CreateGroupOptions, Wc as Profile, Wi as VaultDataCreatedEvent, Wl as AuthorizationCheckOptionsWithResourceExternalId, Wn as DsyncGroupCreatedEventResponse, Wo as SerializedResetPasswordOptions, Wr as OrganizationDeletedResponse, Ws as CreateMagicAuthOptions, Wt as SerializedCreateOrganizationOptions, Wu as DirectoryType, X as FeatureFlagsRuntimeClient, Xa as RuntimeClientOptions, Xc as GetProfileAndTokenOptions, Xi as VaultDataUpdatedEvent, Xl as UpdateAuthorizationResourceByExternalIdOptions, Xn as DsyncGroupUserAddedEventResponse, Xo as PasswordResetEvent, Xr as OrganizationDomainUpdatedEventResponse, Xs as AuthenticationEvent, Xt as PutOptions, Xu as RequestHeaders, Y as ApiKeyRequiredException, Ya as RuntimeClientLogger, Yc as SerializedListConnectionsOptions, Yi as VaultDataReadEventResponse, Yl as DeleteAuthorizationResourceByExternalIdOptions, Yn as DsyncGroupUserAddedEvent, Yo as PasswordReset, Yr as OrganizationDomainUpdatedEvent, Ys as AuthenticationRadarRiskDetectedEventResponseData, Yt as UnprocessableEntityError, Yu as HttpClientResponseInterface, Z as CookieSession, Za as RemoveFlagTargetOptions, Zc as GetProfileOptions, Zi as VaultDataUpdatedEventResponse, Zl as GetAuthorizationResourceByExternalIdOptions, Zn as DsyncGroupUserRemovedEvent, Zo as PasswordResetEventResponse, Zr as OrganizationDomainVerificationFailedEvent, Zs as AuthenticationEventResponse, Zt as PostOptions, Zu as RequestOptions, _ as CreateDataKeyOptions, _a as VaultDataDeletedEventResponseData, _c as AuthenticateUserWithRefreshTokenCredentials, _i as PasswordResetSucceededEvent, _l as RoleResponse, _n as AuthenticationOAuthSucceededEvent, _o as OrganizationDomainVerificationFailed, _r as FlagUpdatedEvent, _s as OrganizationMembershipResponse, _t as CreatePasswordlessSessionOptions, _u as SetOrganizationRolePermissionsOptions, a as ReadObjectOptions, aa as VaultMetadataReadEventResponse, ac as AuthenticateWithSessionCookieFailureReason, ai as OrganizationMembershipUpdated, al as DirectoryUser, an as ApiKeyRevokedEvent, ao as AddFlagTargetOptions, ar as EmailVerificationCreatedEvent, as as ListUsersOptions, at as CreateAuditLogEventRequestOptions, au as SerializedCreateAuthorizationResourceOptions, b as ConfidentialClientOptions, ba as VaultDataUpdatedEventData, bc as AuthenticateUserWithPasswordCredentials, bi as PermissionCreatedEventResponse, bl as RemoveRoleAssignmentOptions, bn as AuthenticationPasskeyFailedEventResponse, bo as OrganizationDomainResponse, br as GroupCreatedEventResponse, bs as SerializedListInvitationsOptions, bt as PasswordlessSessionResponse, bu as CreateOrganizationRoleOptions, c as ObjectMetadata, ca as VaultActor, cc as SessionCookieData, ci as OrganizationRoleCreatedEventResponse, cl as DirectoryUserWithGroupsResponse, cn as AuthenticationEmailVerificationSucceededEventResponse, co as ValidateApiKeyResponse, cr as EventBase, cs as ListSessionsOptions, ct as AuditLogSchema, cu as ListPermissionsOptions, d as VaultObject, da as VaultByokKeyProvider, dc as User, di as OrganizationRoleUpdatedEvent, dl as OrganizationRoleEventResponse, dn as AuthenticationMagicAuthSucceededEvent, do as SerializedCreatedApiKey, dr as FlagCreatedEvent, ds as SerializedListOrganizationMembershipsOptions, dt as AuditLogTargetSchema, du as CreatePermissionOptions, ea as VaultDekReadEvent, ec as AuthenticateUserWithTotpCredentials, ed as CryptoProvider, ei as OrganizationDomainVerifiedEventResponse, el as ConnectionResponse, en as ListResponse, eo as FlagPollResponse, er as DsyncUserCreatedEventResponse, es as MagicAuthEvent, et as CreateAuditLogSchemaResponse, eu as AuthorizationResource, f as DeleteObjectOptions, fa as VaultByokKeyVerificationCompletedEventData, fc as UserResponse, fi as OrganizationRoleUpdatedEventResponse, fl as OrganizationRoleResponse, fn as AuthenticationMagicAuthSucceededEventResponse, fo as CreateOrganizationApiKeyOptions, fr as FlagCreatedEventResponse, fs as AuthorizationOrganizationMembership, ft as AuditLogExport, fu as SerializedCreatePermissionOptions, g as DecryptDataKeyResponse, ga as VaultDataDeletedEventData, gc as SerializedAuthenticateWithRefreshTokenPublicClientOptions, gi as PasswordResetCreatedEventResponse, gl as RoleList, gn as AuthenticationOAuthFailedEventResponse, go as SerializedApiKey, gr as FlagRuleUpdatedEventResponse, gs as OrganizationMembership, gt as SendSessionResponse, gu as AddOrganizationRolePermissionOptions, h as DecryptDataKeyOptions, ha as VaultDataCreatedEventResponseData, hc as AuthenticateWithRefreshTokenPublicClientOptions, hi as PasswordResetCreatedEvent, hl as RoleEventResponse, hn as AuthenticationOAuthFailedEvent, ho as ApiKey, hr as FlagRuleUpdatedEvent, hs as BaseOrganizationMembershipResponse, ht as SerializedAuditLogExportOptions, hu as RemoveOrganizationRolePermissionOptions, i as ReadObjectMetadataResponse, ia as VaultMetadataReadEvent, ic as AuthenticateWithSessionCookieFailedResponse, ii as OrganizationMembershipDeletedResponse, il as DefaultCustomAttributes, in as ApiKeyCreatedEventResponse, io as EvaluationContext, ir as DsyncUserUpdatedEventResponse, is as Locale, it as CreateAuditLogEventOptions, iu as CreateOptionsWithParentResourceId, j as IntentOptionsResponse, ja as VaultNamesListedEventResponseData, jc as SerializedAuthenticateWithEmailVerificationOptions, ji as SessionCreatedEvent, jl as ListRoleAssignmentsOptions, jn as AuthenticationSSOSucceededEvent, jo as SerializedUpdateOrganizationMembershipOptions, jr as InvitationAcceptedEvent, js as FactorWithSecretsResponse, jt as ActionContext, ju as EnvironmentRoleListResponse, k as GenerateLinkResponse, ka as VaultMetadataReadEventResponseData, kc as AuthenticateUserWithEmailVerificationCredentials, ki as RoleUpdatedEvent, kl as BaseAssignRoleOptions, kn as AuthenticationSSOFailedEvent, ko as SerializedUpdateUserOptions, kr as GroupUpdatedEvent, ks as FactorResponse, kt as ResponsePayload, ku as EnvironmentRole, l as ObjectUpdateBy, la as VaultActorResponse, lc as AuthenticationResponse, li as OrganizationRoleDeletedEvent, ll as ListOrganizationRolesResponse, ln as AuthenticationMagicAuthFailedEvent, lo as ListOrganizationApiKeysOptions, lr as EventName, ls as SerializedListSessionsOptions, lt as AuditLogSchemaMetadata, lu as SerializedUpdatePermissionOptions, m as CreateObjectOptions, ma as VaultDataCreatedEventData, mc as ImpersonatorResponse, mi as OrganizationUpdatedResponse, ml as RoleEvent, mn as AuthenticationMfaSucceededEventResponse, mo as SerializedCreateOrganizationApiKeyOptions, mr as FlagDeletedEventResponse, ms as BaseOrganizationMembership, mt as AuditLogExportOptions, mu as PermissionResponse, n as UpdateObjectEntity, na as VaultKekCreatedEvent, nc as SerializedAuthenticateWithTotpOptions, ni as OrganizationMembershipCreatedResponse, nl as SSOAuthorizationURLOptions, nn as GenerateLinkIntent, no as FeatureFlag, nr as DsyncUserDeletedEventResponse, ns as MagicAuthResponse, nt as AuditLogActor, nu as CreateAuthorizationResourceOptions, o as ReadObjectResponse, oa as VaultNamesListedEvent, oc as AuthenticateWithSessionCookieOptions, oi as OrganizationMembershipUpdatedResponse, ol as DirectoryUserResponse, on as ApiKeyRevokedEventResponse, oo as SerializedValidateApiKeyResponse, or as EmailVerificationCreatedEventResponse, os as SerializedListUsersOptions, ot as SerializedCreateAuditLogEventOptions, ou as SerializedUpdateAuthorizationResourceOptions, p as CreateObjectEntity, pa as VaultByokKeyVerificationCompletedEventResponseData, pc as Impersonator, pi as OrganizationUpdatedEvent, pl as Role, pn as AuthenticationMfaSucceededEvent, po as CreateOrganizationApiKeyRequestOptions, pr as FlagDeletedEvent, ps as AuthorizationOrganizationMembershipResponse, pt as AuditLogExportResponse, pu as Permission, q as GenericServerException, qa as SerializedAddGroupOrganizationMembershipOptions, qc as OauthTokensResponse, qi as VaultDataDeletedEventResponse, ql as SerializedAuthorizationCheckOptions, qn as DsyncGroupUpdatedEvent, qo as RefreshSessionFailureReason, qr as OrganizationDomainDeletedEvent, qs as UserManagementAuthorizationURLOptions, qt as WorkOSResponseError, qu as HttpClient, r as UpdateObjectOptions, ra as VaultKekCreatedEventResponse, rc as AccessToken, ri as OrganizationMembershipDeleted, rl as SSOPKCEAuthorizationURLResult, rn as ApiKeyCreatedEvent, ro as FeatureFlagResponse, rr as DsyncUserUpdatedEvent, rs as LogoutURLOptions, rt as AuditLogTarget, ru as CreateOptionsWithParentExternalId, s as ObjectDigest, sa as VaultNamesListedEventResponse, sc as AuthenticateWithSessionCookieSuccessResponse, si as OrganizationRoleCreatedEvent, sl as DirectoryUserWithGroups, sn as AuthenticationEmailVerificationSucceededEvent, so as ValidateApiKeyOptions, sr as Event, ss as ListUserFeatureFlagsOptions, st as AuditLogActorSchema, su as UpdateAuthorizationResourceOptions, t as WorkOS, ta as VaultDekReadEventResponse, tc as AuthenticateWithTotpOptions, ti as OrganizationMembershipCreated, tl as ConnectionType, tn as GetOptions, to as FlagTarget, tr as DsyncUserDeletedEvent, ts as MagicAuthEventResponse, tt as SerializedCreateAuditLogSchemaOptions, tu as AuthorizationResourceResponse, u as ObjectVersion, ua as VaultActorSource, uc as AuthenticationResponseResponse, ui as OrganizationRoleDeletedEventResponse, ul as OrganizationRoleEvent, un as AuthenticationMagicAuthFailedEventResponse, uo as CreatedApiKey, ur as EventResponse, us as ListOrganizationMembershipsOptions, ut as AuditLogSchemaResponse, uu as UpdatePermissionOptions, v as CreateDataKeyResponse, va as VaultDataReadEventData, vc as AuthenticateWithRefreshTokenOptions, vi as PasswordResetSucceededEventResponse, vl as ListEffectivePermissionsByExternalIdOptions, vn as AuthenticationOAuthSucceededEventResponse, vo as OrganizationDomainVerificationFailedResponse, vr as FlagUpdatedEventResponse, vs as OrganizationMembershipStatus, vt as SerializedCreatePasswordlessSessionOptions, vu as SerializedUpdateOrganizationRoleOptions, w as PublicWorkOS, wa as VaultDekReadEventData, wc as AuthenticateWithOrganizationSelectionOptions, wi as PermissionUpdatedEventResponse, wl as RemoveRoleOptionsWithResourceId, wn as AuthenticationPasswordFailedEventResponse, wo as SerializedCreateOrganizationDomainOptions, wr as GroupMemberAddedEventResponse, ws as InvitationEvent, wt as PKCE, wu as SetEnvironmentRolePermissionsOptions, x as PublicClientOptions, xa as VaultDataUpdatedEventResponseData, xc as AuthenticateWithPasswordOptions, xi as PermissionDeletedEvent, xl as BaseRemoveRoleOptions, xn as AuthenticationPasskeySucceededEvent, xo as OrganizationDomainState, xr as GroupDeletedEvent, xs as ListGroupsForOrganizationMembershipOptions, xt as ListEventOptions, xu as SerializedCreateOrganizationRoleOptions, ya as VaultDataReadEventResponseData, yc as SerializedAuthenticateWithRefreshTokenOptions, yi as PermissionCreatedEvent, yl as ListEffectivePermissionsOptions, yn as AuthenticationPasskeyFailedEvent, yo as OrganizationDomain, yr as GroupCreatedEvent, ys as ListInvitationsOptions, yt as PasswordlessSession, yu as UpdateOrganizationRoleOptions, z as NotFoundException, za as ListGroupOrganizationMembershipsOptions, zc as SerializedAuthenticatePublicClientBase, zi as UserDeletedEventResponse, zl as ListResourcesForMembershipOptions, zn as DsyncActivatedEvent, zo as SerializedSendInvitationOptions, zr as MagicAuthCreatedEvent, zs as SerializedCreateUserOptions, zt as OrganizationResponse, zu as DirectoryGroupResponse } from "./workos-C6Dd1GJI.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/vault/interfaces/object/list-object-versions.interface.d.ts
|
|
4
4
|
interface ObjectVersionResponse {
|
|
@@ -30,5 +30,5 @@ declare class WorkOSNode extends WorkOS {
|
|
|
30
30
|
emitWarning(warning: string): void;
|
|
31
31
|
}
|
|
32
32
|
//#endregion
|
|
33
|
-
export { AccessToken, ActionContext, ActionPayload, AddEnvironmentRolePermissionOptions, AddFlagTargetOptions, AddOrganizationRolePermissionOptions, ApiKey, ApiKeyCreatedEvent, ApiKeyCreatedEventResponse, ApiKeyRequiredException, ApiKeyRevokedEvent, ApiKeyRevokedEventResponse, AssignRoleOptions, AssignRoleOptionsWithResourceExternalId, AssignRoleOptionsWithResourceId, AuditLogActor, AuditLogActorSchema, AuditLogExport, AuditLogExportOptions, AuditLogExportResponse, AuditLogSchema, AuditLogSchemaMetadata, AuditLogTarget, AuditLogTargetSchema, AuthMethod, AuthenticateUserWithCodeCredentials, AuthenticateUserWithEmailVerificationCredentials, AuthenticateUserWithMagicAuthCredentials, AuthenticateUserWithOrganizationSelectionCredentials, AuthenticateUserWithPasswordCredentials, AuthenticateUserWithRefreshTokenCredentials, AuthenticateUserWithTotpCredentials, AuthenticateWithCodeAndVerifierOptions, AuthenticateWithCodeOptions, AuthenticateWithEmailVerificationOptions, AuthenticateWithMagicAuthOptions, AuthenticateWithOptionsBase, AuthenticateWithOrganizationSelectionOptions, AuthenticateWithPasswordOptions, AuthenticateWithRefreshTokenOptions, AuthenticateWithRefreshTokenPublicClientOptions, AuthenticateWithSessionCookieFailedResponse, AuthenticateWithSessionCookieFailureReason, AuthenticateWithSessionCookieOptions, AuthenticateWithSessionCookieSuccessResponse, AuthenticateWithSessionOptions, AuthenticateWithTotpOptions, AuthenticationActionResponseData, AuthenticationEmailVerificationSucceededEvent, AuthenticationEmailVerificationSucceededEventResponse, AuthenticationEvent, AuthenticationEventResponse, AuthenticationEventSso, AuthenticationEventSsoResponse, AuthenticationMagicAuthFailedEvent, AuthenticationMagicAuthFailedEventResponse, AuthenticationMagicAuthSucceededEvent, AuthenticationMagicAuthSucceededEventResponse, AuthenticationMfaSucceededEvent, AuthenticationMfaSucceededEventResponse, AuthenticationOAuthFailedEvent, AuthenticationOAuthFailedEventResponse, AuthenticationOAuthSucceededEvent, AuthenticationOAuthSucceededEventResponse, AuthenticationPasskeyFailedEvent, AuthenticationPasskeyFailedEventResponse, AuthenticationPasskeySucceededEvent, AuthenticationPasskeySucceededEventResponse, AuthenticationPasswordFailedEvent, AuthenticationPasswordFailedEventResponse, AuthenticationPasswordSucceededEvent, AuthenticationPasswordSucceededEventResponse, AuthenticationRadarRiskDetectedEvent, AuthenticationRadarRiskDetectedEventData, AuthenticationRadarRiskDetectedEventResponse, AuthenticationRadarRiskDetectedEventResponseData, AuthenticationResponse, AuthenticationResponseResponse, AuthenticationSSOFailedEvent, AuthenticationSSOFailedEventResponse, AuthenticationSSOSucceededEvent, AuthenticationSSOSucceededEventResponse, AuthorizationCheckOptions, AuthorizationCheckOptionsWithResourceExternalId, AuthorizationCheckOptionsWithResourceId, AuthorizationCheckResult, AuthorizationOrganizationMembership, AuthorizationOrganizationMembershipList, AuthorizationOrganizationMembershipListResponse, AuthorizationOrganizationMembershipResponse, AuthorizationResource, AuthorizationResourceList, AuthorizationResourceListResponse, AuthorizationResourceResponse, AutoPaginatable, BadRequestException, BaseAssignRoleOptions, BaseOrganizationMembership, BaseOrganizationMembershipResponse, BaseRemoveRoleOptions, BatchWriteResourcesOptions, BatchWriteResourcesResponse, CheckBatchOptions, CheckOp, CheckOptions, CheckRequestOptions, CheckResult, CheckResultInterface, CheckResultResponse, CheckWarrantOptions, type ConfidentialClientOptions, Connection, ConnectionActivatedEvent, ConnectionActivatedEventResponse, ConnectionDeactivatedEvent, ConnectionDeactivatedEventResponse, ConnectionDeletedEvent, ConnectionDeletedEventResponse, ConnectionDomain, ConnectionResponse, ConnectionType, CookieSession, CreateAuditLogEventOptions, CreateAuditLogEventRequestOptions, CreateAuditLogSchemaOptions, CreateAuditLogSchemaRequestOptions, CreateAuditLogSchemaResponse, CreateAuthorizationResourceOptions, CreateDataKeyOptions, CreateDataKeyResponse, CreateEnvironmentRoleOptions, CreateMagicAuthOptions, CreateObjectEntity, CreateObjectOptions, CreateOptionsWithParentExternalId, CreateOptionsWithParentResourceId, CreateOrganizationApiKeyOptions, CreateOrganizationApiKeyRequestOptions, CreateOrganizationDomainOptions, CreateOrganizationMembershipOptions, CreateOrganizationOptions, CreateOrganizationRequestOptions, CreateOrganizationRoleOptions, CreatePasswordResetOptions, CreatePasswordlessSessionOptions, CreatePermissionOptions, CreateResourceOptions, CreateUserOptions, CreatedApiKey, DataKey, DataKeyPair, DebugInfo, DebugInfoResponse, DecisionTreeNode, DecisionTreeNodeResponse, DecryptDataKeyOptions, DecryptDataKeyResponse, DefaultCustomAttributes, DeleteAuthorizationResourceByExternalIdOptions, DeleteAuthorizationResourceOptions, DeleteObjectOptions, DeleteResourceOptions, Directory, DirectoryGroup, DirectoryGroupResponse, DirectoryResponse, DirectoryState, DirectoryStateResponse, DirectoryType, DirectoryUser, DirectoryUserResponse, DirectoryUserWithGroups, DirectoryUserWithGroupsResponse, DomainData, DomainDataState, DsyncActivatedEvent, DsyncActivatedEventResponse, DsyncDeletedEvent, DsyncDeletedEventResponse, DsyncGroupCreatedEvent, DsyncGroupCreatedEventResponse, DsyncGroupDeletedEvent, DsyncGroupDeletedEventResponse, DsyncGroupUpdatedEvent, DsyncGroupUpdatedEventResponse, DsyncGroupUserAddedEvent, DsyncGroupUserAddedEventResponse, DsyncGroupUserRemovedEvent, DsyncGroupUserRemovedEventResponse, DsyncUserCreatedEvent, DsyncUserCreatedEventResponse, DsyncUserDeletedEvent, DsyncUserDeletedEventResponse, DsyncUserUpdatedEvent, DsyncUserUpdatedEventResponse, EmailVerification, EmailVerificationCreatedEvent, EmailVerificationCreatedEventResponse, EmailVerificationEvent, EmailVerificationEventResponse, EmailVerificationResponse, EnrollAuthFactorOptions, EnvironmentRole, EnvironmentRoleList, EnvironmentRoleListResponse, EnvironmentRoleResponse, EvaluationContext, Event, EventBase, EventDirectory, EventDirectoryResponse, EventName, EventResponse, Factor, FactorResponse, FactorWithSecrets, FactorWithSecretsResponse, FeatureFlag, FeatureFlagResponse, FeatureFlagsRuntimeClient, FlagCreatedEvent, FlagCreatedEventResponse, FlagDeletedEvent, FlagDeletedEventResponse, FlagPollEntry, FlagPollResponse, FlagRuleUpdatedEvent, FlagRuleUpdatedEventResponse, FlagTarget, FlagUpdatedEvent, FlagUpdatedEventResponse, GeneratePortalLinkIntent, GenericServerException, GetAuthorizationResourceByExternalIdOptions, GetOptions, GetProfileAndTokenOptions, GetProfileOptions, GetResourceOptions, HttpClientInterface, HttpClientResponseInterface, Identity, IdentityResponse, Impersonator, ImpersonatorResponse, Invitation, InvitationAcceptedEvent, InvitationAcceptedEventResponse, InvitationCreatedEvent, InvitationCreatedEventResponse, InvitationEvent, InvitationEventResponse, InvitationResentEvent, InvitationResentEventResponse, InvitationResponse, InvitationRevokedEvent, InvitationRevokedEventResponse, KeyContext, List, ListAuthFactorsOptions, ListAuthorizationResourcesOptions, ListConnectionsOptions, ListDirectoriesOptions, ListDirectoryGroupsOptions, ListDirectoryUsersOptions, ListEventOptions, ListFeatureFlagsOptions, ListInvitationsOptions, ListMembershipsForResourceByExternalIdOptions, ListMembershipsForResourceOptions, ListObjectVersionsResponse, ListOrganizationApiKeysOptions, ListOrganizationFeatureFlagsOptions, ListOrganizationMembershipsOptions, ListOrganizationRolesResponse, ListOrganizationsOptions, ListPermissionsOptions, ListResourcesForMembershipOptions, ListResourcesForMembershipOptionsWithParentExternalId, ListResourcesForMembershipOptionsWithParentId, ListResourcesOptions, ListResponse, ListRoleAssignmentsOptions, ListSessionsOptions, ListUserFeatureFlagsOptions, ListUsersOptions, ListWarrantsOptions, ListWarrantsRequestOptions, Locale, LogoutURLOptions, MagicAuth, MagicAuthCreatedEvent, MagicAuthCreatedEventResponse, MagicAuthEvent, MagicAuthEventResponse, MagicAuthResponse, NoApiKeyProvidedException, NotFoundException, OauthException, OauthTokens, OauthTokensResponse, ObjectDigest, ObjectDigestResponse, ObjectMetadata, ObjectUpdateBy, ObjectVersion, ObjectVersionResponse, Organization, OrganizationCreatedEvent, OrganizationCreatedResponse, OrganizationDeletedEvent, OrganizationDeletedResponse, OrganizationDomain, OrganizationDomainCreatedEvent, OrganizationDomainCreatedEventResponse, OrganizationDomainDeletedEvent, OrganizationDomainDeletedEventResponse, OrganizationDomainResponse, OrganizationDomainState, OrganizationDomainUpdatedEvent, OrganizationDomainUpdatedEventResponse, OrganizationDomainVerificationFailed, OrganizationDomainVerificationFailedEvent, OrganizationDomainVerificationFailedEventResponse, OrganizationDomainVerificationFailedResponse, OrganizationDomainVerificationStrategy, OrganizationDomainVerifiedEvent, OrganizationDomainVerifiedEventResponse, OrganizationMembership, OrganizationMembershipCreated, OrganizationMembershipCreatedResponse, OrganizationMembershipDeleted, OrganizationMembershipDeletedResponse, OrganizationMembershipResponse, OrganizationMembershipStatus, OrganizationMembershipUpdated, OrganizationMembershipUpdatedResponse, OrganizationResponse, OrganizationRole, OrganizationRoleCreatedEvent, OrganizationRoleCreatedEventResponse, OrganizationRoleDeletedEvent, OrganizationRoleDeletedEventResponse, OrganizationRoleEvent, OrganizationRoleEventResponse, OrganizationRoleResponse, OrganizationRoleUpdatedEvent, OrganizationRoleUpdatedEventResponse, OrganizationUpdatedEvent, OrganizationUpdatedResponse, PKCE, PKCEAuthorizationURLResult, PKCEPair, PaginationOptions, PasswordReset, PasswordResetCreatedEvent, PasswordResetCreatedEventResponse, PasswordResetEvent, PasswordResetEventResponse, PasswordResetResponse, PasswordResetSucceededEvent, PasswordResetSucceededEventResponse, PasswordlessSession, PasswordlessSessionResponse, PatchOptions, Permission, PermissionCreatedEvent, PermissionCreatedEventResponse, PermissionDeletedEvent, PermissionDeletedEventResponse, PermissionList, PermissionListResponse, PermissionResponse, PermissionUpdatedEvent, PermissionUpdatedEventResponse, PolicyContext, PostOptions, Profile, ProfileAndToken, ProfileAndTokenResponse, ProfileResponse, type PublicClientOptions, type PublicSSO, type PublicUserManagement, type PublicWorkOS, PutOptions, QueryOptions, QueryRequestOptions, QueryResult, QueryResultResponse, RateLimitExceededException, ReadObjectMetadataResponse, ReadObjectOptions, ReadObjectResponse, RefreshSessionFailureReason, RefreshSessionResponse, RemoveFlagTargetOptions, RemoveOrganizationRolePermissionOptions, RemoveRoleAssignmentOptions, RemoveRoleOptions, RemoveRoleOptionsWithResourceExternalId, RemoveRoleOptionsWithResourceId, RequestHeaders, RequestOptions, ResendInvitationOptions, ResetPasswordOptions, Resource, ResourceInterface, ResourceOp, ResourceOptions, ResourceResponse, ResponseHeaderValue, ResponseHeaders, ResponsePayload, RevokeSessionOptions, Role, RoleAssignment, RoleAssignmentList, RoleAssignmentListResponse, RoleAssignmentResource, RoleAssignmentResourceResponse, RoleAssignmentResponse, RoleAssignmentRole, RoleCreatedEvent, RoleCreatedEventResponse, RoleDeletedEvent, RoleDeletedEventResponse, RoleEvent, RoleEventResponse, RoleList, RoleResponse, RoleUpdatedEvent, RoleUpdatedEventResponse, RuntimeClientLogger, RuntimeClientOptions, RuntimeClientStats, SSOAuthorizationURLOptions, SSOPKCEAuthorizationURLResult, SendInvitationOptions, SendSessionResponse, SendVerificationEmailOptions, SerializedApiKey, SerializedAssignRoleOptions, SerializedAuditLogExportOptions, SerializedAuthenticatePublicClientBase, SerializedAuthenticateWithCodeAndVerifierOptions, SerializedAuthenticateWithCodeOptions, SerializedAuthenticateWithEmailVerificationOptions, SerializedAuthenticateWithMagicAuthOptions, SerializedAuthenticateWithOptionsBase, SerializedAuthenticateWithOrganizationSelectionOptions, SerializedAuthenticateWithPasswordOptions, SerializedAuthenticateWithRefreshTokenOptions, SerializedAuthenticateWithRefreshTokenPublicClientOptions, SerializedAuthenticateWithTotpOptions, SerializedAuthorizationCheckOptions, SerializedBatchWriteResourcesOptions, SerializedCheckBatchOptions, SerializedCheckOptions, SerializedCheckWarrantOptions, SerializedCreateAuditLogEventOptions, SerializedCreateAuditLogSchemaOptions, SerializedCreateAuthorizationResourceOptions, SerializedCreateEnvironmentRoleOptions, SerializedCreateMagicAuthOptions, SerializedCreateOrganizationApiKeyOptions, SerializedCreateOrganizationDomainOptions, SerializedCreateOrganizationMembershipOptions, SerializedCreateOrganizationOptions, SerializedCreateOrganizationRoleOptions, SerializedCreatePasswordResetOptions, SerializedCreatePasswordlessSessionOptions, SerializedCreatePermissionOptions, SerializedCreateResourceOptions, SerializedCreateUserOptions, SerializedCreatedApiKey, SerializedDeleteResourceOptions, SerializedEnrollUserInMfaFactorOptions, SerializedListAuthorizationResourcesOptions, SerializedListConnectionsOptions, SerializedListDirectoriesOptions, SerializedListEventOptions, SerializedListInvitationsOptions, SerializedListOrganizationMembershipsOptions, SerializedListResourcesForMembershipOptions, SerializedListResourcesOptions, SerializedListSessionsOptions, SerializedListUsersOptions, SerializedListWarrantsOptions, SerializedQueryOptions, SerializedRemoveRoleOptions, SerializedResendInvitationOptions, SerializedResetPasswordOptions, SerializedResourceOptions, SerializedRevokeSessionOptions, SerializedSendInvitationOptions, SerializedSubject, SerializedUpdateAuthorizationResourceOptions, SerializedUpdateEnvironmentRoleOptions, SerializedUpdateOrganizationMembershipOptions, SerializedUpdateOrganizationOptions, SerializedUpdateOrganizationRoleOptions, SerializedUpdatePermissionOptions, SerializedUpdateUserOptions, SerializedUpdateUserPasswordOptions, SerializedValidateApiKeyResponse, SerializedVerifyEmailOptions, SerializedWriteWarrantOptions, Session, SessionCookieData, SessionCreatedEvent, SessionCreatedEventResponse, SessionResponse, SessionRevokedEvent, SessionRevokedEventResponse, SessionStatus, SetEnvironmentRolePermissionsOptions, SetOrganizationRolePermissionsOptions, SignatureVerificationException, Subject, UnauthorizedException, UnprocessableEntityError, UnprocessableEntityException, UpdateAuthorizationResourceByExternalIdOptions, UpdateAuthorizationResourceOptions, UpdateEnvironmentRoleOptions, UpdateObjectEntity, UpdateObjectOptions, UpdateOrganizationMembershipOptions, UpdateOrganizationOptions, UpdateOrganizationRoleOptions, UpdatePermissionOptions, UpdateResourceOptions, UpdateUserOptions, UpdateUserPasswordOptions, User, UserCreatedEvent, UserCreatedEventResponse, UserData, UserDataPayload, UserDeletedEvent, UserDeletedEventResponse, UserManagementAuthorizationURLOptions, UserRegistrationActionPayload, UserRegistrationActionResponseData, UserResponse, UserUpdatedEvent, UserUpdatedEventResponse, ValidateApiKeyOptions, ValidateApiKeyResponse, VaultActor, VaultActorResponse, VaultActorSource, VaultByokKeyProvider, VaultByokKeyVerificationCompletedEvent, VaultByokKeyVerificationCompletedEventData, VaultByokKeyVerificationCompletedEventResponse, VaultByokKeyVerificationCompletedEventResponseData, VaultDataCreatedEvent, VaultDataCreatedEventData, VaultDataCreatedEventResponse, VaultDataCreatedEventResponseData, VaultDataDeletedEvent, VaultDataDeletedEventData, VaultDataDeletedEventResponse, VaultDataDeletedEventResponseData, VaultDataReadEvent, VaultDataReadEventData, VaultDataReadEventResponse, VaultDataReadEventResponseData, VaultDataUpdatedEvent, VaultDataUpdatedEventData, VaultDataUpdatedEventResponse, VaultDataUpdatedEventResponseData, VaultDekDecryptedEvent, VaultDekDecryptedEventData, VaultDekDecryptedEventResponse, VaultDekDecryptedEventResponseData, VaultDekReadEvent, VaultDekReadEventData, VaultDekReadEventResponse, VaultDekReadEventResponseData, VaultKekCreatedEvent, VaultKekCreatedEventData, VaultKekCreatedEventResponse, VaultKekCreatedEventResponseData, VaultMetadataReadEvent, VaultMetadataReadEventData, VaultMetadataReadEventResponse, VaultMetadataReadEventResponseData, VaultNamesListedEvent, VaultNamesListedEventData, VaultNamesListedEventResponse, VaultNamesListedEventResponseData, VaultObject, VerifyEmailOptions, Warrant, WarrantOp, WarrantResponse, WarrantToken, WarrantTokenResponse, WithResolvedClientId, WorkOSNode as WorkOS, WorkOSOptions, WorkOSResponseError, WriteWarrantOptions, createWorkOS, serializeRevokeSessionOptions };
|
|
33
|
+
export { AccessToken, ActionContext, ActionPayload, AddEnvironmentRolePermissionOptions, AddFlagTargetOptions, AddGroupOrganizationMembershipOptions, AddOrganizationRolePermissionOptions, ApiKey, ApiKeyCreatedEvent, ApiKeyCreatedEventResponse, ApiKeyRequiredException, ApiKeyRevokedEvent, ApiKeyRevokedEventResponse, AssignRoleOptions, AssignRoleOptionsWithResourceExternalId, AssignRoleOptionsWithResourceId, AuditLogActor, AuditLogActorSchema, AuditLogExport, AuditLogExportOptions, AuditLogExportResponse, AuditLogSchema, AuditLogSchemaMetadata, AuditLogSchemaResponse, AuditLogTarget, AuditLogTargetSchema, AuthMethod, AuthenticateUserWithCodeCredentials, AuthenticateUserWithEmailVerificationCredentials, AuthenticateUserWithMagicAuthCredentials, AuthenticateUserWithOrganizationSelectionCredentials, AuthenticateUserWithPasswordCredentials, AuthenticateUserWithRefreshTokenCredentials, AuthenticateUserWithTotpCredentials, AuthenticateWithCodeAndVerifierOptions, AuthenticateWithCodeOptions, AuthenticateWithEmailVerificationOptions, AuthenticateWithMagicAuthOptions, AuthenticateWithOptionsBase, AuthenticateWithOrganizationSelectionOptions, AuthenticateWithPasswordOptions, AuthenticateWithRefreshTokenOptions, AuthenticateWithRefreshTokenPublicClientOptions, AuthenticateWithSessionCookieFailedResponse, AuthenticateWithSessionCookieFailureReason, AuthenticateWithSessionCookieOptions, AuthenticateWithSessionCookieSuccessResponse, AuthenticateWithSessionOptions, AuthenticateWithTotpOptions, AuthenticationActionResponseData, AuthenticationEmailVerificationSucceededEvent, AuthenticationEmailVerificationSucceededEventResponse, AuthenticationErrorCode, AuthenticationErrorData, AuthenticationEvent, AuthenticationEventResponse, AuthenticationEventSso, AuthenticationEventSsoResponse, AuthenticationException, AuthenticationMagicAuthFailedEvent, AuthenticationMagicAuthFailedEventResponse, AuthenticationMagicAuthSucceededEvent, AuthenticationMagicAuthSucceededEventResponse, AuthenticationMfaSucceededEvent, AuthenticationMfaSucceededEventResponse, AuthenticationOAuthFailedEvent, AuthenticationOAuthFailedEventResponse, AuthenticationOAuthSucceededEvent, AuthenticationOAuthSucceededEventResponse, AuthenticationPasskeyFailedEvent, AuthenticationPasskeyFailedEventResponse, AuthenticationPasskeySucceededEvent, AuthenticationPasskeySucceededEventResponse, AuthenticationPasswordFailedEvent, AuthenticationPasswordFailedEventResponse, AuthenticationPasswordSucceededEvent, AuthenticationPasswordSucceededEventResponse, AuthenticationRadarRiskDetectedEvent, AuthenticationRadarRiskDetectedEventData, AuthenticationRadarRiskDetectedEventResponse, AuthenticationRadarRiskDetectedEventResponseData, AuthenticationResponse, AuthenticationResponseResponse, AuthenticationSSOFailedEvent, AuthenticationSSOFailedEventResponse, AuthenticationSSOSucceededEvent, AuthenticationSSOSucceededEventResponse, AuthorizationCheckOptions, AuthorizationCheckOptionsWithResourceExternalId, AuthorizationCheckOptionsWithResourceId, AuthorizationCheckResult, AuthorizationOrganizationMembership, AuthorizationOrganizationMembershipResponse, AuthorizationResource, AuthorizationResourceResponse, AutoPaginatable, BadRequestException, BaseAssignRoleOptions, BaseOrganizationMembership, BaseOrganizationMembershipResponse, BaseRemoveRoleOptions, type ConfidentialClientOptions, ConflictException, Connection, ConnectionActivatedEvent, ConnectionActivatedEventResponse, ConnectionDeactivatedEvent, ConnectionDeactivatedEventResponse, ConnectionDeletedEvent, ConnectionDeletedEventResponse, ConnectionDomain, ConnectionResponse, ConnectionType, CookieSession, CreateAuditLogEventOptions, CreateAuditLogEventRequestOptions, CreateAuditLogSchemaOptions, CreateAuditLogSchemaRequestOptions, CreateAuditLogSchemaResponse, CreateAuthorizationResourceOptions, CreateDataKeyOptions, CreateDataKeyResponse, CreateEnvironmentRoleOptions, CreateGroupOptions, CreateMagicAuthOptions, CreateObjectEntity, CreateObjectOptions, CreateOptionsWithParentExternalId, CreateOptionsWithParentResourceId, CreateOrganizationApiKeyOptions, CreateOrganizationApiKeyRequestOptions, CreateOrganizationDomainOptions, CreateOrganizationMembershipOptions, CreateOrganizationOptions, CreateOrganizationRequestOptions, CreateOrganizationRoleOptions, CreatePasswordResetOptions, CreatePasswordlessSessionOptions, CreatePermissionOptions, CreateUserOptions, CreatedApiKey, DataKey, DataKeyPair, DecryptDataKeyOptions, DecryptDataKeyResponse, DefaultCustomAttributes, DeleteAuthorizationResourceByExternalIdOptions, DeleteAuthorizationResourceOptions, DeleteGroupOptions, DeleteObjectOptions, Directory, DirectoryGroup, DirectoryGroupResponse, DirectoryResponse, DirectoryState, DirectoryStateResponse, DirectoryType, DirectoryUser, DirectoryUserResponse, DirectoryUserWithGroups, DirectoryUserWithGroupsResponse, DomainData, DomainDataState, DsyncActivatedEvent, DsyncActivatedEventResponse, DsyncDeletedEvent, DsyncDeletedEventResponse, DsyncGroupCreatedEvent, DsyncGroupCreatedEventResponse, DsyncGroupDeletedEvent, DsyncGroupDeletedEventResponse, DsyncGroupUpdatedEvent, DsyncGroupUpdatedEventResponse, DsyncGroupUserAddedEvent, DsyncGroupUserAddedEventResponse, DsyncGroupUserRemovedEvent, DsyncGroupUserRemovedEventResponse, DsyncUserCreatedEvent, DsyncUserCreatedEventResponse, DsyncUserDeletedEvent, DsyncUserDeletedEventResponse, DsyncUserUpdatedEvent, DsyncUserUpdatedEventResponse, EmailVerification, EmailVerificationCreatedEvent, EmailVerificationCreatedEventResponse, EmailVerificationEvent, EmailVerificationEventResponse, EmailVerificationResponse, EnrollAuthFactorOptions, EnvironmentRole, EnvironmentRoleList, EnvironmentRoleListResponse, EnvironmentRoleResponse, EvaluationContext, Event, EventBase, EventDirectory, EventDirectoryResponse, EventName, EventResponse, Factor, FactorResponse, FactorWithSecrets, FactorWithSecretsResponse, FeatureFlag, FeatureFlagResponse, FeatureFlagsRuntimeClient, FlagCreatedEvent, FlagCreatedEventResponse, FlagDeletedEvent, FlagDeletedEventResponse, FlagPollEntry, FlagPollResponse, FlagRuleUpdatedEvent, FlagRuleUpdatedEventResponse, FlagTarget, FlagUpdatedEvent, FlagUpdatedEventResponse, GenerateLink, GenerateLinkIntent, GenerateLinkResponse, GenericServerException, GetAuthorizationResourceByExternalIdOptions, GetGroupOptions, GetOptions, GetProfileAndTokenOptions, GetProfileOptions, Group, GroupCreatedEvent, GroupCreatedEventResponse, GroupDeletedEvent, GroupDeletedEventResponse, GroupMemberAddedEvent, GroupMemberAddedEventResponse, GroupMemberEventData, GroupMemberEventResponseData, GroupMemberRemovedEvent, GroupMemberRemovedEventResponse, GroupResponse, GroupUpdatedEvent, GroupUpdatedEventResponse, HttpClientInterface, HttpClientResponseInterface, Identity, Impersonator, ImpersonatorResponse, IntentOptions, IntentOptionsResponse, Invitation, InvitationAcceptedEvent, InvitationAcceptedEventResponse, InvitationCreatedEvent, InvitationCreatedEventResponse, InvitationEvent, InvitationEventResponse, InvitationResentEvent, InvitationResentEventResponse, InvitationResponse, InvitationRevokedEvent, InvitationRevokedEventResponse, KeyContext, List, ListAuthFactorsOptions, ListAuthorizationResourcesOptions, ListConnectionsOptions, ListDirectoriesOptions, ListDirectoryGroupsOptions, ListDirectoryUsersOptions, ListEffectivePermissionsByExternalIdOptions, ListEffectivePermissionsOptions, ListEventOptions, ListFeatureFlagsOptions, ListGroupOrganizationMembershipsOptions, ListGroupsForOrganizationMembershipOptions, ListGroupsOptions, ListInvitationsOptions, ListMembershipsForResourceByExternalIdOptions, ListMembershipsForResourceOptions, ListObjectVersionsResponse, ListOrganizationApiKeysOptions, ListOrganizationFeatureFlagsOptions, ListOrganizationMembershipsOptions, ListOrganizationRolesResponse, ListOrganizationsOptions, ListPermissionsOptions, ListResourcesForMembershipOptions, ListResourcesForMembershipOptionsWithParentExternalId, ListResourcesForMembershipOptionsWithParentId, ListResponse, ListRoleAssignmentsOptions, ListSessionsOptions, ListUserFeatureFlagsOptions, ListUsersOptions, Locale, LogoutURLOptions, MagicAuth, MagicAuthCreatedEvent, MagicAuthCreatedEventResponse, MagicAuthEvent, MagicAuthEventResponse, MagicAuthResponse, NoApiKeyProvidedException, NotFoundException, OauthException, OauthTokens, OauthTokensResponse, ObjectDigest, ObjectDigestResponse, ObjectMetadata, ObjectUpdateBy, ObjectVersion, ObjectVersionResponse, Organization, OrganizationCreatedEvent, OrganizationCreatedResponse, OrganizationDeletedEvent, OrganizationDeletedResponse, OrganizationDomain, OrganizationDomainCreatedEvent, OrganizationDomainCreatedEventResponse, OrganizationDomainDeletedEvent, OrganizationDomainDeletedEventResponse, OrganizationDomainResponse, OrganizationDomainState, OrganizationDomainUpdatedEvent, OrganizationDomainUpdatedEventResponse, OrganizationDomainVerificationFailed, OrganizationDomainVerificationFailedEvent, OrganizationDomainVerificationFailedEventResponse, OrganizationDomainVerificationFailedResponse, OrganizationDomainVerificationStrategy, OrganizationDomainVerifiedEvent, OrganizationDomainVerifiedEventResponse, OrganizationMembership, OrganizationMembershipCreated, OrganizationMembershipCreatedResponse, OrganizationMembershipDeleted, OrganizationMembershipDeletedResponse, OrganizationMembershipResponse, OrganizationMembershipStatus, OrganizationMembershipUpdated, OrganizationMembershipUpdatedResponse, OrganizationResponse, OrganizationRole, OrganizationRoleCreatedEvent, OrganizationRoleCreatedEventResponse, OrganizationRoleDeletedEvent, OrganizationRoleDeletedEventResponse, OrganizationRoleEvent, OrganizationRoleEventResponse, OrganizationRoleResponse, OrganizationRoleUpdatedEvent, OrganizationRoleUpdatedEventResponse, OrganizationUpdatedEvent, OrganizationUpdatedResponse, PKCE, PKCEAuthorizationURLResult, PKCEPair, PaginationOptions, PasswordReset, PasswordResetCreatedEvent, PasswordResetCreatedEventResponse, PasswordResetEvent, PasswordResetEventResponse, PasswordResetResponse, PasswordResetSucceededEvent, PasswordResetSucceededEventResponse, PasswordlessSession, PasswordlessSessionResponse, PatchOptions, Permission, PermissionCreatedEvent, PermissionCreatedEventResponse, PermissionDeletedEvent, PermissionDeletedEventResponse, PermissionResponse, PermissionUpdatedEvent, PermissionUpdatedEventResponse, PortalLinkResponse, PortalLinkResponseWire, PostOptions, Profile, ProfileAndToken, ProfileAndTokenResponse, ProfileResponse, type PublicClientOptions, type PublicSSO, type PublicUserManagement, type PublicWorkOS, PutOptions, RateLimitExceededException, ReadObjectMetadataResponse, ReadObjectOptions, ReadObjectResponse, RefreshSessionFailureReason, RefreshSessionResponse, RemoveFlagTargetOptions, RemoveGroupOrganizationMembershipOptions, RemoveOrganizationRolePermissionOptions, RemoveRoleAssignmentOptions, RemoveRoleOptions, RemoveRoleOptionsWithResourceExternalId, RemoveRoleOptionsWithResourceId, RequestHeaders, RequestOptions, ResendInvitationOptions, ResetPasswordOptions, ResponseHeaderValue, ResponseHeaders, ResponsePayload, RevokeSessionOptions, Role, RoleAssignment, RoleAssignmentResource, RoleAssignmentResourceResponse, RoleAssignmentResponse, RoleAssignmentRole, RoleCreatedEvent, RoleCreatedEventResponse, RoleDeletedEvent, RoleDeletedEventResponse, RoleEvent, RoleEventResponse, RoleList, RoleResponse, RoleUpdatedEvent, RoleUpdatedEventResponse, RuntimeClientLogger, RuntimeClientOptions, RuntimeClientStats, SSOAuthorizationURLOptions, SSOIntentOptions, SSOIntentOptionsResponse, SSOPKCEAuthorizationURLResult, SendInvitationOptions, SendSessionResponse, SendVerificationEmailOptions, SerializedAddGroupOrganizationMembershipOptions, SerializedApiKey, SerializedAssignRoleOptions, SerializedAuditLogExportOptions, SerializedAuthenticatePublicClientBase, SerializedAuthenticateWithCodeAndVerifierOptions, SerializedAuthenticateWithCodeOptions, SerializedAuthenticateWithEmailVerificationOptions, SerializedAuthenticateWithMagicAuthOptions, SerializedAuthenticateWithOptionsBase, SerializedAuthenticateWithOrganizationSelectionOptions, SerializedAuthenticateWithPasswordOptions, SerializedAuthenticateWithRefreshTokenOptions, SerializedAuthenticateWithRefreshTokenPublicClientOptions, SerializedAuthenticateWithTotpOptions, SerializedAuthorizationCheckOptions, SerializedCreateAuditLogEventOptions, SerializedCreateAuditLogSchemaOptions, SerializedCreateAuthorizationResourceOptions, SerializedCreateEnvironmentRoleOptions, SerializedCreateGroupOptions, SerializedCreateMagicAuthOptions, SerializedCreateOrganizationApiKeyOptions, SerializedCreateOrganizationDomainOptions, SerializedCreateOrganizationMembershipOptions, SerializedCreateOrganizationOptions, SerializedCreateOrganizationRoleOptions, SerializedCreatePasswordResetOptions, SerializedCreatePasswordlessSessionOptions, SerializedCreatePermissionOptions, SerializedCreateUserOptions, SerializedCreatedApiKey, SerializedEnrollUserInMfaFactorOptions, SerializedListAuthorizationResourcesOptions, SerializedListConnectionsOptions, SerializedListDirectoriesOptions, SerializedListEventOptions, SerializedListInvitationsOptions, SerializedListOrganizationMembershipsOptions, SerializedListResourcesForMembershipOptions, SerializedListSessionsOptions, SerializedListUsersOptions, SerializedRemoveRoleOptions, SerializedResendInvitationOptions, SerializedResetPasswordOptions, SerializedRevokeSessionOptions, SerializedSendInvitationOptions, SerializedUpdateAuthorizationResourceOptions, SerializedUpdateEnvironmentRoleOptions, SerializedUpdateGroupOptions, SerializedUpdateOrganizationMembershipOptions, SerializedUpdateOrganizationOptions, SerializedUpdateOrganizationRoleOptions, SerializedUpdatePermissionOptions, SerializedUpdateUserOptions, SerializedUpdateUserPasswordOptions, SerializedValidateApiKeyResponse, SerializedVerifyEmailOptions, Session, SessionCookieData, SessionCreatedEvent, SessionCreatedEventResponse, SessionResponse, SessionRevokedEvent, SessionRevokedEventResponse, SessionStatus, SetEnvironmentRolePermissionsOptions, SetOrganizationRolePermissionsOptions, SignatureVerificationException, UnauthorizedException, UnknownEvent, UnprocessableEntityError, UnprocessableEntityException, UpdateAuthorizationResourceByExternalIdOptions, UpdateAuthorizationResourceOptions, UpdateEnvironmentRoleOptions, UpdateGroupOptions, UpdateObjectEntity, UpdateObjectOptions, UpdateOrganizationMembershipOptions, UpdateOrganizationOptions, UpdateOrganizationRoleOptions, UpdatePermissionOptions, UpdateUserOptions, UpdateUserPasswordOptions, User, UserCreatedEvent, UserCreatedEventResponse, UserData, UserDataPayload, UserDeletedEvent, UserDeletedEventResponse, UserManagementAuthorizationURLOptions, UserRegistrationActionPayload, UserRegistrationActionResponseData, UserResponse, UserUpdatedEvent, UserUpdatedEventResponse, ValidateApiKeyOptions, ValidateApiKeyResponse, VaultActor, VaultActorResponse, VaultActorSource, VaultByokKeyProvider, VaultByokKeyVerificationCompletedEvent, VaultByokKeyVerificationCompletedEventData, VaultByokKeyVerificationCompletedEventResponse, VaultByokKeyVerificationCompletedEventResponseData, VaultDataCreatedEvent, VaultDataCreatedEventData, VaultDataCreatedEventResponse, VaultDataCreatedEventResponseData, VaultDataDeletedEvent, VaultDataDeletedEventData, VaultDataDeletedEventResponse, VaultDataDeletedEventResponseData, VaultDataReadEvent, VaultDataReadEventData, VaultDataReadEventResponse, VaultDataReadEventResponseData, VaultDataUpdatedEvent, VaultDataUpdatedEventData, VaultDataUpdatedEventResponse, VaultDataUpdatedEventResponseData, VaultDekDecryptedEvent, VaultDekDecryptedEventData, VaultDekDecryptedEventResponse, VaultDekDecryptedEventResponseData, VaultDekReadEvent, VaultDekReadEventData, VaultDekReadEventResponse, VaultDekReadEventResponseData, VaultKekCreatedEvent, VaultKekCreatedEventData, VaultKekCreatedEventResponse, VaultKekCreatedEventResponseData, VaultMetadataReadEvent, VaultMetadataReadEventData, VaultMetadataReadEventResponse, VaultMetadataReadEventResponseData, VaultNamesListedEvent, VaultNamesListedEventData, VaultNamesListedEventResponse, VaultNamesListedEventResponseData, VaultObject, VerifyEmailOptions, WithResolvedClientId, WorkOSNode as WorkOS, WorkOSErrorData, WorkOSOptions, WorkOSResponseError, createWorkOS, isAuthenticationErrorData, serializeRevokeSessionOptions };
|
|
34
34
|
//# sourceMappingURL=index.d.cts.map
|
package/lib/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as DecisionTreeNode, $a as VaultNamesListedEventResponseData, $c as ProfileAndToken, $i as RoleUpdatedEventResponse, $l as SerializedListResourcesForMembershipOptions, $n as AuthenticationOAuthSucceededEventResponse, $o as SerializedResetPasswordOptions, $r as FlagUpdatedEventResponse, $s as CreateOrganizationMembershipOptions, $t as CreatePasswordlessSessionOptions, $u as DirectoryGroup, A as OauthException, Aa as VaultActor, Ac as SerializedAuthenticateWithRefreshTokenOptions, Ai as OrganizationRoleCreatedEvent, Al as BaseRemoveRoleOptions, An as WorkOSOptions, Ao as OrganizationDomainState, Ar as DsyncGroupUserAddedEvent, As as ListInvitationsOptions, At as UpdateResourceOptions, Au as RemoveOrganizationRolePermissionOptions, B as QueryRequestOptions, Ba as VaultDataReadEventData, Bc as AuthenticateUserWithEmailVerificationCredentials, Bi as PasswordResetSucceededEvent, Bl as ListRoleAssignmentsOptions, Bn as ApiKeyRevokedEvent, Bo as SerializedUpdateOrganizationMembershipOptions, Br as EmailVerificationCreatedEvent, Bs as FactorResponse, Bt as CreateAuditLogSchemaResponse, Bu as SerializedUpdateEnvironmentRoleOptions, C as PublicUserManagement, Ca as VaultDekReadEventResponse, Cc as UserResponse, Ci as OrganizationDomainVerifiedEventResponse, Cl as OrganizationRoleResponse, Cn as ListOrganizationFeatureFlagsOptions, Co as SerializedCreateOrganizationApiKeyOptions, Cr as DsyncDeletedEventResponse, Cs as AuthorizationOrganizationMembershipListResponse, Ct as ResourceOptions, Cu as UpdatePermissionOptions, D as UnauthorizedException, Da as VaultMetadataReadEventResponse, Dc as SerializedAuthenticateWithRefreshTokenPublicClientOptions, Di as OrganizationMembershipDeletedResponse, Dl as RoleList, Dn as DomainData, Do as OrganizationDomainVerificationFailedResponse, Dr as DsyncGroupDeletedEventResponse, Ds as OrganizationMembership, Dt as SerializedDeleteResourceOptions, Du as PermissionList, E as UnprocessableEntityException, Ea as VaultMetadataReadEvent, Ec as AuthenticateWithRefreshTokenPublicClientOptions, Ei as OrganizationMembershipDeleted, El as RoleEventResponse, En as SerializedCreateOrganizationOptions, Eo as OrganizationDomainVerificationFailed, Er as DsyncGroupDeletedEvent, Es as BaseOrganizationMembershipResponse, Et as SerializedCreateResourceOptions, Eu as Permission, F as ApiKeyRequiredException, Fa as VaultByokKeyVerificationCompletedEventResponseData, Fc as AuthenticateWithOrganizationSelectionOptions, Fi as OrganizationRoleUpdatedEventResponse, Fl as AssignRoleOptions, Fn as List, Fo as VerifyEmailOptions, Fr as DsyncUserCreatedEventResponse, Fs as InvitationEventResponse, Ft as AuditLogSchema, Fu as CreateOrganizationRoleOptions, G as CheckOptions, Ga as VaultDekDecryptedEventResponseData, Gc as AuthenticateUserWithCodeCredentials, Gi as PermissionDeletedEventResponse, Gl as RoleAssignmentResourceResponse, Gn as AuthenticationMagicAuthFailedEventResponse, Go as SessionStatus, Gr as EventResponse, Gs as EmailVerification, Gt as CreateAuditLogEventRequestOptions, Gu as EnvironmentRoleList, H as QueryResultResponse, Ha as VaultDataUpdatedEventData, Hc as SerializedAuthenticateWithEmailVerificationOptions, Hi as PermissionCreatedEvent, Hl as RoleAssignmentList, Hn as AuthenticationEmailVerificationSucceededEvent, Ho as AuthMethod, Hr as Event, Hs as FactorWithSecretsResponse, Ht as AuditLogActor, Hu as CreateEnvironmentRoleOptions, I as FeatureFlagsRuntimeClient, Ia as VaultDataCreatedEventData, Ic as SerializedAuthenticateWithOrganizationSelectionOptions, Ii as OrganizationUpdatedEvent, Il as AssignRoleOptionsWithResourceExternalId, In as ListResponse, Io as SerializedUpdateUserPasswordOptions, Ir as DsyncUserDeletedEvent, Is as InvitationResponse, It as AuditLogSchemaMetadata, Iu as SerializedCreateOrganizationRoleOptions, J as CheckResultInterface, Ja as VaultKekCreatedEventData, Jc as AuthenticateWithOptionsBase, Ji as RoleCreatedEvent, Jl as ListMembershipsForResourceByExternalIdOptions, Jn as AuthenticationMfaSucceededEvent, Jo as SerializedSendInvitationOptions, Jr as FlagDeletedEvent, Js as EmailVerificationResponse, Jt as AuditLogExportResponse, Ju as ListDirectoryUsersOptions, K as CheckRequestOptions, Ka as VaultDekReadEventData, Kc as AuthenticateWithCodeOptions, Ki as PermissionUpdatedEvent, Kl as RoleAssignmentResponse, Kn as AuthenticationMagicAuthSucceededEvent, Ko as SendVerificationEmailOptions, Kr as FlagCreatedEvent, Ks as EmailVerificationEvent, Kt as SerializedCreateAuditLogEventOptions, Ku as EnvironmentRoleListResponse, L as WarrantToken, La as VaultDataCreatedEventResponseData, Lc as AuthenticateUserWithMagicAuthCredentials, Li as OrganizationUpdatedResponse, Ll as AssignRoleOptionsWithResourceId, Ln as GetOptions, Lo as UpdateUserPasswordOptions, Lr as DsyncUserDeletedEventResponse, Ls as Identity, Lt as AuditLogTargetSchema, Lu as OrganizationRole, M as NoApiKeyProvidedException, Ma as VaultActorSource, Mc as AuthenticateWithPasswordOptions, Mi as OrganizationRoleDeletedEvent, Ml as RemoveRoleOptionsWithResourceExternalId, Mn as PutOptions, Mo as CreateOrganizationDomainOptions, Mr as DsyncGroupUserRemovedEvent, Ms as ListAuthFactorsOptions, Mt as CheckOp, Mu as SetOrganizationRolePermissionsOptions, N as BadRequestException, Na as VaultByokKeyProvider, Nc as SerializedAuthenticateWithPasswordOptions, Ni as OrganizationRoleDeletedEventResponse, Nl as RemoveRoleOptionsWithResourceId, Nn as PostOptions, No as SerializedCreateOrganizationDomainOptions, Nr as DsyncGroupUserRemovedEventResponse, Ns as Invitation, Nt as CookieSession, Nu as SerializedUpdateOrganizationRoleOptions, O as SignatureVerificationException, Oa as VaultNamesListedEvent, Oc as AuthenticateUserWithRefreshTokenCredentials, Oi as OrganizationMembershipUpdated, Ol as RoleResponse, On as DomainDataState, Oo as OrganizationDomain, Or as DsyncGroupUpdatedEvent, Os as OrganizationMembershipResponse, Ot as SerializedListResourcesOptions, Ou as PermissionListResponse, P as GenericServerException, Pa as VaultByokKeyVerificationCompletedEventData, Pc as AuthenticateUserWithOrganizationSelectionCredentials, Pi as OrganizationRoleUpdatedEvent, Pl as SerializedRemoveRoleOptions, Pn as PatchOptions, Po as SerializedVerifyEmailOptions, Pr as DsyncUserCreatedEvent, Ps as InvitationEvent, Pt as AuditLogActorSchema, Pu as UpdateOrganizationRoleOptions, Q as DebugInfoResponse, Qa as VaultNamesListedEventData, Qc as WithResolvedClientId, Qi as RoleUpdatedEvent, Ql as ListResourcesForMembershipOptionsWithParentId, Qn as AuthenticationOAuthSucceededEvent, Qo as ResetPasswordOptions, Qr as FlagUpdatedEvent, Qs as SerializedCreatePasswordResetOptions, Qt as SendSessionResponse, Qu as PaginationOptions, R as WarrantTokenResponse, Ra as VaultDataDeletedEventData, Rc as AuthenticateWithMagicAuthOptions, Ri as PasswordResetCreatedEvent, Rl as BaseAssignRoleOptions, Rn as ApiKeyCreatedEvent, Ro as SerializedUpdateUserOptions, Rr as DsyncUserUpdatedEvent, Rs as IdentityResponse, Rt as CreateAuditLogSchemaOptions, Ru as AddEnvironmentRolePermissionOptions, S as PublicSSO, Sa as VaultDekReadEvent, Sc as User, Si as OrganizationDomainVerifiedEvent, Sl as OrganizationRoleEventResponse, Sn as ListOrganizationsOptions, So as CreateOrganizationApiKeyRequestOptions, Sr as DsyncDeletedEvent, Ss as AuthorizationOrganizationMembershipList, St as ResourceInterface, Su as SerializedUpdatePermissionOptions, T as createWorkOS, Ta as VaultKekCreatedEventResponse, Tc as ImpersonatorResponse, Ti as OrganizationMembershipCreatedResponse, Tl as RoleEvent, Tn as CreateOrganizationRequestOptions, To as SerializedApiKey, Tr as DsyncGroupCreatedEventResponse, Ts as BaseOrganizationMembership, Tt as SerializedBatchWriteResourcesOptions, Tu as SerializedCreatePermissionOptions, U as SerializedQueryOptions, Ua as VaultDataUpdatedEventResponseData, Uc as AuthenticateWithCodeAndVerifierOptions, Ui as PermissionCreatedEventResponse, Ul as RoleAssignmentListResponse, Un as AuthenticationEmailVerificationSucceededEventResponse, Uo as Session, Ur as EventBase, Us as EnrollAuthFactorOptions, Ut as AuditLogTarget, Uu as SerializedCreateEnvironmentRoleOptions, V as QueryResult, Va as VaultDataReadEventResponseData, Vc as AuthenticateWithEmailVerificationOptions, Vi as PasswordResetSucceededEventResponse, Vl as RoleAssignment, Vn as ApiKeyRevokedEventResponse, Vo as UpdateOrganizationMembershipOptions, Vr as EmailVerificationCreatedEventResponse, Vs as FactorWithSecrets, Vt as SerializedCreateAuditLogSchemaOptions, Vu as UpdateEnvironmentRoleOptions, W as CheckBatchOptions, Wa as VaultDekDecryptedEventData, Wc as SerializedAuthenticateWithCodeAndVerifierOptions, Wi as PermissionDeletedEvent, Wl as RoleAssignmentResource, Wn as AuthenticationMagicAuthFailedEvent, Wo as SessionResponse, Wr as EventName, Ws as SerializedEnrollUserInMfaFactorOptions, Wt as CreateAuditLogEventOptions, Wu as EnvironmentRole, X as CheckWarrantOptions, Xa as VaultMetadataReadEventData, Xc as SerializedAuthenticatePublicClientBase, Xi as RoleDeletedEvent, Xl as ListResourcesForMembershipOptions, Xn as AuthenticationOAuthFailedEvent, Xo as SerializedRevokeSessionOptions, Xr as FlagRuleUpdatedEvent, Xs as SerializedCreateUserOptions, Xt as SerializedAuditLogExportOptions, Xu as ListDirectoriesOptions, Y as CheckResultResponse, Ya as VaultKekCreatedEventResponseData, Yc as AuthenticateWithSessionOptions, Yi as RoleCreatedEventResponse, Yl as ListMembershipsForResourceOptions, Yn as AuthenticationMfaSucceededEventResponse, Yo as RevokeSessionOptions, Yr as FlagDeletedEventResponse, Ys as CreateUserOptions, Yt as AuditLogExportOptions, Yu as ListDirectoryGroupsOptions, Z as DebugInfo, Za as VaultMetadataReadEventResponseData, Zc as SerializedAuthenticateWithOptionsBase, Zi as RoleDeletedEventResponse, Zl as ListResourcesForMembershipOptionsWithParentExternalId, Zn as AuthenticationOAuthFailedEventResponse, Zo as serializeRevokeSessionOptions, Zr as FlagRuleUpdatedEventResponse, Zs as CreatePasswordResetOptions, Zt as GeneratePortalLinkIntent, Zu as SerializedListDirectoriesOptions, _ as CreateDataKeyOptions, _a as VaultDataReadEventResponse, _c as AuthenticateWithSessionCookieOptions, _i as OrganizationDomainDeletedEventResponse, _l as DirectoryUserResponse, _n as UserRegistrationActionPayload, _o as ValidateApiKeyResponse, _r as ConnectionDeactivatedEventResponse, _s as ListSessionsOptions, _t as CreateResourceOptions, _u as CreateOptionsWithParentResourceId, a as ReadObjectOptions, aa as UserCreatedEventResponse, ac as AuthenticationRadarRiskDetectedEventData, ad as DirectoryType, ai as InvitationResentEventResponse, al as ListConnectionsOptions, an as AutoPaginatable, ao as RuntimeClientOptions, ar as AuthenticationPasswordFailedEventResponse, as as PasswordResetEvent, at as ListWarrantsRequestOptions, au as DeleteAuthorizationResourceOptions, b as ConfidentialClientOptions, ba as VaultDekDecryptedEvent, bc as AuthenticationResponse, bi as OrganizationDomainVerificationFailedEvent, bl as ListOrganizationRolesResponse, bn as Organization, bo as SerializedCreatedApiKey, br as DsyncActivatedEvent, bs as SerializedListOrganizationMembershipsOptions, bt as ListResourcesOptions, bu as UpdateAuthorizationResourceOptions, c as ObjectMetadata, ca as UserUpdatedEvent, cc as AuthenticationEventResponse, cd as HttpClient, ci as MagicAuthCreatedEvent, cl as GetProfileOptions, cn as Webhooks, co as FlagPollEntry, cr as AuthenticationRadarRiskDetectedEvent, cs as MagicAuth, ct as SerializedSubject, cu as GetAuthorizationResourceByExternalIdOptions, d as VaultObject, da as VaultByokKeyVerificationCompletedEventResponse, dc as AuthenticateUserWithTotpCredentials, dd as RequestHeaders, di as OrganizationCreatedResponse, dl as ConnectionResponse, dn as ResponsePayload, do as FeatureFlag, dr as AuthenticationSSOFailedEventResponse, ds as MagicAuthResponse, dt as Warrant, du as AuthorizationResource, ea as SessionCreatedEvent, ec as SerializedCreateOrganizationMembershipOptions, ed as DirectoryGroupResponse, ei as InvitationAcceptedEvent, el as ProfileAndTokenResponse, en as SerializedCreatePasswordlessSessionOptions, eo as DataKey, er as AuthenticationPasskeyFailedEvent, es as ResendInvitationOptions, et as DecisionTreeNodeResponse, eu as AuthorizationCheckOptions, f as DeleteObjectOptions, fa as VaultDataCreatedEvent, fc as AuthenticateWithTotpOptions, fd as RequestOptions, fi as OrganizationDeletedEvent, fl as ConnectionType, fn as UserRegistrationActionResponseData, fo as FeatureFlagResponse, fr as AuthenticationSSOSucceededEvent, fs as LogoutURLOptions, ft as WarrantResponse, fu as AuthorizationResourceList, g as DecryptDataKeyResponse, ga as VaultDataReadEvent, gc as AuthenticateWithSessionCookieFailureReason, gi as OrganizationDomainDeletedEvent, gl as DirectoryUser, gn as UserDataPayload, go as ValidateApiKeyOptions, gr as ConnectionDeactivatedEvent, gs as ListUserFeatureFlagsOptions, gt as BatchWriteResourcesResponse, gu as CreateOptionsWithParentExternalId, h as DecryptDataKeyOptions, ha as VaultDataDeletedEventResponse, hc as AuthenticateWithSessionCookieFailedResponse, hd as CryptoProvider, hi as OrganizationDomainCreatedEventResponse, hl as DefaultCustomAttributes, hn as UserData, ho as SerializedValidateApiKeyResponse, hr as ConnectionActivatedEventResponse, hs as SerializedListUsersOptions, ht as BatchWriteResourcesOptions, hu as CreateAuthorizationResourceOptions, i as ReadObjectMetadataResponse, ia as UserCreatedEvent, ic as UserManagementAuthorizationURLOptions, id as DirectoryStateResponse, ii as InvitationResentEvent, il as OauthTokensResponse, in as SerializedListEventOptions, io as RuntimeClientLogger, ir as AuthenticationPasswordFailedEvent, is as PasswordReset, it as ListWarrantsOptions, iu as SerializedAuthorizationCheckOptions, j as NotFoundException, ja as VaultActorResponse, jc as AuthenticateUserWithPasswordCredentials, ji as OrganizationRoleCreatedEventResponse, jl as RemoveRoleOptions, jn as UnprocessableEntityError, jo as OrganizationDomainVerificationStrategy, jr as DsyncGroupUserAddedEventResponse, js as SerializedListInvitationsOptions, jt as ResourceOp, ju as AddOrganizationRolePermissionOptions, k as RateLimitExceededException, ka as VaultNamesListedEventResponse, kc as AuthenticateWithRefreshTokenOptions, ki as OrganizationMembershipUpdatedResponse, kl as RemoveRoleAssignmentOptions, kn as WorkOSResponseError, ko as OrganizationDomainResponse, kr as DsyncGroupUpdatedEventResponse, ks as OrganizationMembershipStatus, kt as SerializedResourceOptions, ku as PermissionResponse, l as ObjectUpdateBy, la as UserUpdatedEventResponse, lc as AuthenticationEventSso, ld as HttpClientInterface, li as MagicAuthCreatedEventResponse, ll as Connection, ln as Actions, lo as FlagPollResponse, lr as AuthenticationRadarRiskDetectedEventResponse, ls as MagicAuthEvent, lt as SerializedWriteWarrantOptions, lu as ListAuthorizationResourcesOptions, m as CreateObjectOptions, ma as VaultDataDeletedEvent, mc as AccessToken, md as ResponseHeaders, mi as OrganizationDomainCreatedEvent, ml as SSOPKCEAuthorizationURLResult, mn as ActionPayload, mo as AddFlagTargetOptions, mr as ConnectionActivatedEvent, ms as ListUsersOptions, mt as WarrantOp, mu as AuthorizationResourceResponse, n as UpdateObjectEntity, na as SessionRevokedEvent, nc as SerializedCreateMagicAuthOptions, nd as DirectoryResponse, ni as InvitationCreatedEvent, nl as ProfileResponse, nn as PasswordlessSessionResponse, no as KeyContext, nr as AuthenticationPasskeySucceededEvent, ns as RefreshSessionFailureReason, nt as SerializedCheckOptions, nu as AuthorizationCheckOptionsWithResourceId, o as ReadObjectResponse, oa as UserDeletedEvent, oc as AuthenticationRadarRiskDetectedEventResponseData, od as EventDirectory, oi as InvitationRevokedEvent, ol as SerializedListConnectionsOptions, on as PKCE, oo as RemoveFlagTargetOptions, or as AuthenticationPasswordSucceededEvent, os as PasswordResetEventResponse, ot as PolicyContext, ou as DeleteAuthorizationResourceByExternalIdOptions, p as CreateObjectEntity, pa as VaultDataCreatedEventResponse, pc as SerializedAuthenticateWithTotpOptions, pd as ResponseHeaderValue, pi as OrganizationDeletedResponse, pl as SSOAuthorizationURLOptions, pn as ActionContext, po as EvaluationContext, pr as AuthenticationSSOSucceededEventResponse, ps as Locale, pt as WriteWarrantOptions, pu as AuthorizationResourceListResponse, q as CheckResult, qa as VaultDekReadEventResponseData, qc as SerializedAuthenticateWithCodeOptions, qi as PermissionUpdatedEventResponse, ql as RoleAssignmentRole, qn as AuthenticationMagicAuthSucceededEventResponse, qo as SendInvitationOptions, qr as FlagCreatedEventResponse, qs as EmailVerificationEventResponse, qt as AuditLogExport, qu as EnvironmentRoleResponse, r as UpdateObjectOptions, ra as SessionRevokedEventResponse, rc as PKCEAuthorizationURLResult, rd as DirectoryState, ri as InvitationCreatedEventResponse, rl as OauthTokens, rn as ListEventOptions, ro as RuntimeClientStats, rr as AuthenticationPasskeySucceededEventResponse, rs as RefreshSessionResponse, rt as SerializedCheckWarrantOptions, ru as AuthorizationCheckResult, s as ObjectDigest, sa as UserDeletedEventResponse, sc as AuthenticationEvent, sd as EventDirectoryResponse, si as InvitationRevokedEventResponse, sl as GetProfileAndTokenOptions, sn as PKCEPair, so as ListFeatureFlagsOptions, sr as AuthenticationPasswordSucceededEventResponse, ss as PasswordResetResponse, st as SerializedListWarrantsOptions, su as UpdateAuthorizationResourceByExternalIdOptions, t as WorkOS, ta as SessionCreatedEventResponse, tc as CreateMagicAuthOptions, td as Directory, ti as InvitationAcceptedEventResponse, tl as Profile, tn as PasswordlessSession, to as DataKeyPair, tr as AuthenticationPasskeyFailedEventResponse, ts as SerializedResendInvitationOptions, tt as SerializedCheckBatchOptions, tu as AuthorizationCheckOptionsWithResourceExternalId, u as ObjectVersion, ua as VaultByokKeyVerificationCompletedEvent, uc as AuthenticationEventSsoResponse, ud as HttpClientResponseInterface, ui as OrganizationCreatedEvent, ul as ConnectionDomain, un as AuthenticationActionResponseData, uo as FlagTarget, ur as AuthenticationSSOFailedEvent, us as MagicAuthEventResponse, ut as Subject, uu as SerializedListAuthorizationResourcesOptions, v as CreateDataKeyResponse, va as VaultDataUpdatedEvent, vc as AuthenticateWithSessionCookieSuccessResponse, vi as OrganizationDomainUpdatedEvent, vl as DirectoryUserWithGroups, vn as SerializedUpdateOrganizationOptions, vo as ListOrganizationApiKeysOptions, vr as ConnectionDeletedEvent, vs as SerializedListSessionsOptions, vt as DeleteResourceOptions, vu as SerializedCreateAuthorizationResourceOptions, w as PublicWorkOS, wa as VaultKekCreatedEvent, wc as Impersonator, wi as OrganizationMembershipCreated, wl as Role, wn as CreateOrganizationOptions, wo as ApiKey, wr as DsyncGroupCreatedEvent, ws as AuthorizationOrganizationMembershipResponse, wt as ResourceResponse, wu as CreatePermissionOptions, x as PublicClientOptions, xa as VaultDekDecryptedEventResponse, xc as AuthenticationResponseResponse, xi as OrganizationDomainVerificationFailedEventResponse, xl as OrganizationRoleEvent, xn as OrganizationResponse, xo as CreateOrganizationApiKeyOptions, xr as DsyncActivatedEventResponse, xs as AuthorizationOrganizationMembership, xt as Resource, xu as ListPermissionsOptions, ya as VaultDataUpdatedEventResponse, yc as SessionCookieData, yi as OrganizationDomainUpdatedEventResponse, yl as DirectoryUserWithGroupsResponse, yn as UpdateOrganizationOptions, yo as CreatedApiKey, yr as ConnectionDeletedEventResponse, ys as ListOrganizationMembershipsOptions, yt as GetResourceOptions, yu as SerializedUpdateAuthorizationResourceOptions, z as QueryOptions, za as VaultDataDeletedEventResponseData, zc as SerializedAuthenticateWithMagicAuthOptions, zi as PasswordResetCreatedEventResponse, zl as SerializedAssignRoleOptions, zn as ApiKeyCreatedEventResponse, zo as UpdateUserOptions, zr as DsyncUserUpdatedEventResponse, zs as Factor, zt as CreateAuditLogSchemaRequestOptions, zu as SetEnvironmentRolePermissionsOptions } from "./workos-CESKLr5j.mjs";
|
|
1
|
+
import { $ as CreateAuditLogSchemaRequestOptions, $a as FlagPollEntry, $c as ConnectionDomain, $i as VaultDekDecryptedEventResponse, $l as SerializedListAuthorizationResourcesOptions, $n as DsyncUserCreatedEvent, $o as MagicAuth, $r as OrganizationDomainVerifiedEvent, $s as AuthenticationEventSsoResponse, $t as List, $u as ResponseHeaders, A as IntentOptions, Aa as VaultNamesListedEventData, Ac as AuthenticateWithEmailVerificationOptions, Ai as RoleUpdatedEventResponse, Al as SerializedAssignRoleOptions, An as AuthenticationSSOFailedEventResponse, Ao as UpdateUserOptions, Ar as GroupUpdatedEventResponse, As as FactorWithSecrets, At as UserRegistrationActionResponseData, Au as EnvironmentRoleList, B as NoApiKeyProvidedException, Ba as Group, Bc as SerializedAuthenticateWithOptionsBase, Bi as UserUpdatedEvent, Bl as ListResourcesForMembershipOptionsWithParentExternalId, Bn as DsyncActivatedEventResponse, Bo as RevokeSessionOptions, Br as MagicAuthCreatedEventResponse, Bs as CreatePasswordResetOptions, Bt as ListOrganizationsOptions, Bu as Directory, C as PublicUserManagement, Ca as VaultDekDecryptedEventResponseData, Cc as AuthenticateUserWithOrganizationSelectionCredentials, Ci as PermissionUpdatedEvent, Cl as RemoveRoleOptionsWithResourceExternalId, Cn as AuthenticationPasswordFailedEvent, Co as CreateOrganizationDomainOptions, Cr as GroupMemberAddedEvent, Cs as Invitation, Ct as AutoPaginatable, Cu as AddEnvironmentRolePermissionOptions, D as PortalLinkResponseWire, Da as VaultKekCreatedEventResponseData, Dc as AuthenticateWithMagicAuthOptions, Di as RoleDeletedEvent, Dl as AssignRoleOptionsWithResourceExternalId, Dn as AuthenticationRadarRiskDetectedEvent, Do as SerializedUpdateUserPasswordOptions, Dr as GroupMemberRemovedEvent, Ds as Identity, Dt as Actions, Du as CreateEnvironmentRoleOptions, E as PortalLinkResponse, Ea as VaultKekCreatedEventData, Ec as AuthenticateUserWithMagicAuthCredentials, Ei as RoleCreatedEventResponse, El as AssignRoleOptions, En as AuthenticationPasswordSucceededEventResponse, Eo as VerifyEmailOptions, Er as GroupMemberEventResponseData, Es as InvitationResponse, Et as Webhooks, Eu as UpdateEnvironmentRoleOptions, F as UnauthorizedException, Fa as SerializedUpdateGroupOptions, Fc as AuthenticateWithCodeOptions, Fi as UnknownEvent, Fl as RoleAssignmentResponse, Fn as ConnectionDeactivatedEvent, Fo as SessionResponse, Fr as InvitationResentEvent, Fs as EmailVerificationEvent, Ft as UserRegistrationActionPayload, Fu as ListDirectoriesOptions, G as AuthenticationException, Ga as SerializedCreateGroupOptions, Gc as ProfileResponse, Gi as VaultDataCreatedEventResponse, Gl as AuthorizationCheckOptionsWithResourceId, Gn as DsyncGroupDeletedEvent, Go as ResendInvitationOptions, Gr as OrganizationDomainCreatedEvent, Gs as SerializedCreateMagicAuthOptions, Gt as DomainData, Gu as EventDirectory, H as BadRequestException, Ha as GetGroupOptions, Hc as ProfileAndToken, Hi as VaultByokKeyVerificationCompletedEvent, Hl as SerializedListResourcesForMembershipOptions, Hn as DsyncDeletedEventResponse, Ho as serializeRevokeSessionOptions, Hr as OrganizationCreatedResponse, Hs as CreateOrganizationMembershipOptions, Ht as CreateOrganizationOptions, Hu as DirectoryState, I as SignatureVerificationException, Ia as UpdateGroupOptions, Ic as SerializedAuthenticateWithCodeOptions, Ii as UserCreatedEvent, Il as RoleAssignmentRole, In as ConnectionDeactivatedEventResponse, Io as SessionStatus, Ir as InvitationResentEventResponse, Is as EmailVerificationEventResponse, It as SerializedUpdateOrganizationOptions, Iu as SerializedListDirectoriesOptions, J as WorkOSErrorData, Ja as RuntimeClientStats, Jc as ListConnectionsOptions, Ji as VaultDataReadEvent, Jl as DeleteAuthorizationResourceOptions, Jn as DsyncGroupUpdatedEventResponse, Jo as RefreshSessionResponse, Jr as OrganizationDomainDeletedEventResponse, Js as AuthenticationRadarRiskDetectedEventData, Jt as WorkOSOptions, Ju as HttpClientInterface, K as isAuthenticationErrorData, Ka as AddGroupOrganizationMembershipOptions, Kc as OauthTokens, Ki as VaultDataDeletedEvent, Kl as AuthorizationCheckResult, Kn as DsyncGroupDeletedEventResponse, Ko as SerializedResendInvitationOptions, Kr as OrganizationDomainCreatedEventResponse, Ks as PKCEAuthorizationURLResult, Kt as DomainDataState, Ku as EventDirectoryResponse, L as RateLimitExceededException, La as RemoveGroupOrganizationMembershipOptions, Lc as AuthenticateWithOptionsBase, Li as UserCreatedEventResponse, Ll as ListMembershipsForResourceByExternalIdOptions, Ln as ConnectionDeletedEvent, Lo as SendVerificationEmailOptions, Lr as InvitationRevokedEvent, Ls as EmailVerificationResponse, Lt as UpdateOrganizationOptions, Lu as PaginationOptions, M as SSOIntentOptions, Ma as DataKey, Mc as AuthenticateWithCodeAndVerifierOptions, Mi as SessionCreatedEventResponse, Ml as RoleAssignment, Mn as AuthenticationSSOSucceededEventResponse, Mo as UpdateOrganizationMembershipOptions, Mr as InvitationAcceptedEventResponse, Ms as EnrollAuthFactorOptions, Mt as ActionPayload, Mu as EnvironmentRoleResponse, N as SSOIntentOptionsResponse, Na as DataKeyPair, Nc as SerializedAuthenticateWithCodeAndVerifierOptions, Ni as SessionRevokedEvent, Nl as RoleAssignmentResource, Nn as ConnectionActivatedEvent, No as AuthMethod, Nr as InvitationCreatedEvent, Ns as SerializedEnrollUserInMfaFactorOptions, Nt as UserData, Nu as ListDirectoryUsersOptions, O as GenerateLink, Oa as VaultMetadataReadEventData, Oc as SerializedAuthenticateWithMagicAuthOptions, Oi as RoleDeletedEventResponse, Ol as AssignRoleOptionsWithResourceId, On as AuthenticationRadarRiskDetectedEventResponse, Oo as UpdateUserPasswordOptions, Or as GroupMemberRemovedEventResponse, Os as Factor, Ot as AuthenticationActionResponseData, Ou as SerializedCreateEnvironmentRoleOptions, P as UnprocessableEntityException, Pa as KeyContext, Pc as AuthenticateUserWithCodeCredentials, Pi as SessionRevokedEventResponse, Pl as RoleAssignmentResourceResponse, Pn as ConnectionActivatedEventResponse, Po as Session, Pr as InvitationCreatedEventResponse, Ps as EmailVerification, Pt as UserDataPayload, Pu as ListDirectoryGroupsOptions, Q as CreateAuditLogSchemaOptions, Qa as ListFeatureFlagsOptions, Qc as Connection, Qi as VaultDekDecryptedEvent, Ql as ListAuthorizationResourcesOptions, Qn as DsyncGroupUserRemovedEventResponse, Qo as PasswordResetResponse, Qr as OrganizationDomainVerificationFailedEventResponse, Qs as AuthenticationEventSso, Qt as PatchOptions, Qu as ResponseHeaderValue, R as OauthException, Ra as ListGroupsOptions, Rc as AuthenticateWithSessionOptions, Ri as UserDeletedEvent, Rl as ListMembershipsForResourceOptions, Rn as ConnectionDeletedEventResponse, Ro as SendInvitationOptions, Rr as InvitationRevokedEventResponse, Rs as CreateUserOptions, Rt as Organization, Ru as DirectoryGroup, S as PublicSSO, Sa as VaultDekDecryptedEventData, Sc as SerializedAuthenticateWithPasswordOptions, Si as PermissionDeletedEventResponse, Sl as RemoveRoleOptions, Sn as AuthenticationPasskeySucceededEventResponse, So as OrganizationDomainVerificationStrategy, Sr as GroupDeletedEventResponse, Ss as ListAuthFactorsOptions, St as SerializedListEventOptions, Su as OrganizationRole, T as createWorkOS, Ta as VaultDekReadEventResponseData, Tc as SerializedAuthenticateWithOrganizationSelectionOptions, Ti as RoleCreatedEvent, Tl as SerializedRemoveRoleOptions, Tn as AuthenticationPasswordSucceededEvent, To as SerializedVerifyEmailOptions, Tr as GroupMemberEventData, Ts as InvitationEventResponse, Tt as PKCEPair, Tu as SerializedUpdateEnvironmentRoleOptions, U as AuthenticationErrorCode, Ua as DeleteGroupOptions, Uc as ProfileAndTokenResponse, Ui as VaultByokKeyVerificationCompletedEventResponse, Ul as AuthorizationCheckOptions, Un as DsyncGroupCreatedEvent, Uo as ResetPasswordOptions, Ur as OrganizationDeletedEvent, Us as SerializedCreateOrganizationMembershipOptions, Ut as CreateOrganizationRequestOptions, Uu as DirectoryStateResponse, V as ConflictException, Va as GroupResponse, Vc as WithResolvedClientId, Vi as UserUpdatedEventResponse, Vl as ListResourcesForMembershipOptionsWithParentId, Vn as DsyncDeletedEvent, Vo as SerializedRevokeSessionOptions, Vr as OrganizationCreatedEvent, Vs as SerializedCreatePasswordResetOptions, Vt as ListOrganizationFeatureFlagsOptions, Vu as DirectoryResponse, W as AuthenticationErrorData, Wa as CreateGroupOptions, Wc as Profile, Wi as VaultDataCreatedEvent, Wl as AuthorizationCheckOptionsWithResourceExternalId, Wn as DsyncGroupCreatedEventResponse, Wo as SerializedResetPasswordOptions, Wr as OrganizationDeletedResponse, Ws as CreateMagicAuthOptions, Wt as SerializedCreateOrganizationOptions, Wu as DirectoryType, X as FeatureFlagsRuntimeClient, Xa as RuntimeClientOptions, Xc as GetProfileAndTokenOptions, Xi as VaultDataUpdatedEvent, Xl as UpdateAuthorizationResourceByExternalIdOptions, Xn as DsyncGroupUserAddedEventResponse, Xo as PasswordResetEvent, Xr as OrganizationDomainUpdatedEventResponse, Xs as AuthenticationEvent, Xt as PutOptions, Xu as RequestHeaders, Y as ApiKeyRequiredException, Ya as RuntimeClientLogger, Yc as SerializedListConnectionsOptions, Yi as VaultDataReadEventResponse, Yl as DeleteAuthorizationResourceByExternalIdOptions, Yn as DsyncGroupUserAddedEvent, Yo as PasswordReset, Yr as OrganizationDomainUpdatedEvent, Ys as AuthenticationRadarRiskDetectedEventResponseData, Yt as UnprocessableEntityError, Yu as HttpClientResponseInterface, Z as CookieSession, Za as RemoveFlagTargetOptions, Zc as GetProfileOptions, Zi as VaultDataUpdatedEventResponse, Zl as GetAuthorizationResourceByExternalIdOptions, Zn as DsyncGroupUserRemovedEvent, Zo as PasswordResetEventResponse, Zr as OrganizationDomainVerificationFailedEvent, Zs as AuthenticationEventResponse, Zt as PostOptions, Zu as RequestOptions, _ as CreateDataKeyOptions, _a as VaultDataDeletedEventResponseData, _c as AuthenticateUserWithRefreshTokenCredentials, _i as PasswordResetSucceededEvent, _l as RoleResponse, _n as AuthenticationOAuthSucceededEvent, _o as OrganizationDomainVerificationFailed, _r as FlagUpdatedEvent, _s as OrganizationMembershipResponse, _t as CreatePasswordlessSessionOptions, _u as SetOrganizationRolePermissionsOptions, a as ReadObjectOptions, aa as VaultMetadataReadEventResponse, ac as AuthenticateWithSessionCookieFailureReason, ai as OrganizationMembershipUpdated, al as DirectoryUser, an as ApiKeyRevokedEvent, ao as AddFlagTargetOptions, ar as EmailVerificationCreatedEvent, as as ListUsersOptions, at as CreateAuditLogEventRequestOptions, au as SerializedCreateAuthorizationResourceOptions, b as ConfidentialClientOptions, ba as VaultDataUpdatedEventData, bc as AuthenticateUserWithPasswordCredentials, bi as PermissionCreatedEventResponse, bl as RemoveRoleAssignmentOptions, bn as AuthenticationPasskeyFailedEventResponse, bo as OrganizationDomainResponse, br as GroupCreatedEventResponse, bs as SerializedListInvitationsOptions, bt as PasswordlessSessionResponse, bu as CreateOrganizationRoleOptions, c as ObjectMetadata, ca as VaultActor, cc as SessionCookieData, ci as OrganizationRoleCreatedEventResponse, cl as DirectoryUserWithGroupsResponse, cn as AuthenticationEmailVerificationSucceededEventResponse, co as ValidateApiKeyResponse, cr as EventBase, cs as ListSessionsOptions, ct as AuditLogSchema, cu as ListPermissionsOptions, d as VaultObject, da as VaultByokKeyProvider, dc as User, di as OrganizationRoleUpdatedEvent, dl as OrganizationRoleEventResponse, dn as AuthenticationMagicAuthSucceededEvent, do as SerializedCreatedApiKey, dr as FlagCreatedEvent, ds as SerializedListOrganizationMembershipsOptions, dt as AuditLogTargetSchema, du as CreatePermissionOptions, ea as VaultDekReadEvent, ec as AuthenticateUserWithTotpCredentials, ed as CryptoProvider, ei as OrganizationDomainVerifiedEventResponse, el as ConnectionResponse, en as ListResponse, eo as FlagPollResponse, er as DsyncUserCreatedEventResponse, es as MagicAuthEvent, et as CreateAuditLogSchemaResponse, eu as AuthorizationResource, f as DeleteObjectOptions, fa as VaultByokKeyVerificationCompletedEventData, fc as UserResponse, fi as OrganizationRoleUpdatedEventResponse, fl as OrganizationRoleResponse, fn as AuthenticationMagicAuthSucceededEventResponse, fo as CreateOrganizationApiKeyOptions, fr as FlagCreatedEventResponse, fs as AuthorizationOrganizationMembership, ft as AuditLogExport, fu as SerializedCreatePermissionOptions, g as DecryptDataKeyResponse, ga as VaultDataDeletedEventData, gc as SerializedAuthenticateWithRefreshTokenPublicClientOptions, gi as PasswordResetCreatedEventResponse, gl as RoleList, gn as AuthenticationOAuthFailedEventResponse, go as SerializedApiKey, gr as FlagRuleUpdatedEventResponse, gs as OrganizationMembership, gt as SendSessionResponse, gu as AddOrganizationRolePermissionOptions, h as DecryptDataKeyOptions, ha as VaultDataCreatedEventResponseData, hc as AuthenticateWithRefreshTokenPublicClientOptions, hi as PasswordResetCreatedEvent, hl as RoleEventResponse, hn as AuthenticationOAuthFailedEvent, ho as ApiKey, hr as FlagRuleUpdatedEvent, hs as BaseOrganizationMembershipResponse, ht as SerializedAuditLogExportOptions, hu as RemoveOrganizationRolePermissionOptions, i as ReadObjectMetadataResponse, ia as VaultMetadataReadEvent, ic as AuthenticateWithSessionCookieFailedResponse, ii as OrganizationMembershipDeletedResponse, il as DefaultCustomAttributes, in as ApiKeyCreatedEventResponse, io as EvaluationContext, ir as DsyncUserUpdatedEventResponse, is as Locale, it as CreateAuditLogEventOptions, iu as CreateOptionsWithParentResourceId, j as IntentOptionsResponse, ja as VaultNamesListedEventResponseData, jc as SerializedAuthenticateWithEmailVerificationOptions, ji as SessionCreatedEvent, jl as ListRoleAssignmentsOptions, jn as AuthenticationSSOSucceededEvent, jo as SerializedUpdateOrganizationMembershipOptions, jr as InvitationAcceptedEvent, js as FactorWithSecretsResponse, jt as ActionContext, ju as EnvironmentRoleListResponse, k as GenerateLinkResponse, ka as VaultMetadataReadEventResponseData, kc as AuthenticateUserWithEmailVerificationCredentials, ki as RoleUpdatedEvent, kl as BaseAssignRoleOptions, kn as AuthenticationSSOFailedEvent, ko as SerializedUpdateUserOptions, kr as GroupUpdatedEvent, ks as FactorResponse, kt as ResponsePayload, ku as EnvironmentRole, l as ObjectUpdateBy, la as VaultActorResponse, lc as AuthenticationResponse, li as OrganizationRoleDeletedEvent, ll as ListOrganizationRolesResponse, ln as AuthenticationMagicAuthFailedEvent, lo as ListOrganizationApiKeysOptions, lr as EventName, ls as SerializedListSessionsOptions, lt as AuditLogSchemaMetadata, lu as SerializedUpdatePermissionOptions, m as CreateObjectOptions, ma as VaultDataCreatedEventData, mc as ImpersonatorResponse, mi as OrganizationUpdatedResponse, ml as RoleEvent, mn as AuthenticationMfaSucceededEventResponse, mo as SerializedCreateOrganizationApiKeyOptions, mr as FlagDeletedEventResponse, ms as BaseOrganizationMembership, mt as AuditLogExportOptions, mu as PermissionResponse, n as UpdateObjectEntity, na as VaultKekCreatedEvent, nc as SerializedAuthenticateWithTotpOptions, ni as OrganizationMembershipCreatedResponse, nl as SSOAuthorizationURLOptions, nn as GenerateLinkIntent, no as FeatureFlag, nr as DsyncUserDeletedEventResponse, ns as MagicAuthResponse, nt as AuditLogActor, nu as CreateAuthorizationResourceOptions, o as ReadObjectResponse, oa as VaultNamesListedEvent, oc as AuthenticateWithSessionCookieOptions, oi as OrganizationMembershipUpdatedResponse, ol as DirectoryUserResponse, on as ApiKeyRevokedEventResponse, oo as SerializedValidateApiKeyResponse, or as EmailVerificationCreatedEventResponse, os as SerializedListUsersOptions, ot as SerializedCreateAuditLogEventOptions, ou as SerializedUpdateAuthorizationResourceOptions, p as CreateObjectEntity, pa as VaultByokKeyVerificationCompletedEventResponseData, pc as Impersonator, pi as OrganizationUpdatedEvent, pl as Role, pn as AuthenticationMfaSucceededEvent, po as CreateOrganizationApiKeyRequestOptions, pr as FlagDeletedEvent, ps as AuthorizationOrganizationMembershipResponse, pt as AuditLogExportResponse, pu as Permission, q as GenericServerException, qa as SerializedAddGroupOrganizationMembershipOptions, qc as OauthTokensResponse, qi as VaultDataDeletedEventResponse, ql as SerializedAuthorizationCheckOptions, qn as DsyncGroupUpdatedEvent, qo as RefreshSessionFailureReason, qr as OrganizationDomainDeletedEvent, qs as UserManagementAuthorizationURLOptions, qt as WorkOSResponseError, qu as HttpClient, r as UpdateObjectOptions, ra as VaultKekCreatedEventResponse, rc as AccessToken, ri as OrganizationMembershipDeleted, rl as SSOPKCEAuthorizationURLResult, rn as ApiKeyCreatedEvent, ro as FeatureFlagResponse, rr as DsyncUserUpdatedEvent, rs as LogoutURLOptions, rt as AuditLogTarget, ru as CreateOptionsWithParentExternalId, s as ObjectDigest, sa as VaultNamesListedEventResponse, sc as AuthenticateWithSessionCookieSuccessResponse, si as OrganizationRoleCreatedEvent, sl as DirectoryUserWithGroups, sn as AuthenticationEmailVerificationSucceededEvent, so as ValidateApiKeyOptions, sr as Event, ss as ListUserFeatureFlagsOptions, st as AuditLogActorSchema, su as UpdateAuthorizationResourceOptions, t as WorkOS, ta as VaultDekReadEventResponse, tc as AuthenticateWithTotpOptions, ti as OrganizationMembershipCreated, tl as ConnectionType, tn as GetOptions, to as FlagTarget, tr as DsyncUserDeletedEvent, ts as MagicAuthEventResponse, tt as SerializedCreateAuditLogSchemaOptions, tu as AuthorizationResourceResponse, u as ObjectVersion, ua as VaultActorSource, uc as AuthenticationResponseResponse, ui as OrganizationRoleDeletedEventResponse, ul as OrganizationRoleEvent, un as AuthenticationMagicAuthFailedEventResponse, uo as CreatedApiKey, ur as EventResponse, us as ListOrganizationMembershipsOptions, ut as AuditLogSchemaResponse, uu as UpdatePermissionOptions, v as CreateDataKeyResponse, va as VaultDataReadEventData, vc as AuthenticateWithRefreshTokenOptions, vi as PasswordResetSucceededEventResponse, vl as ListEffectivePermissionsByExternalIdOptions, vn as AuthenticationOAuthSucceededEventResponse, vo as OrganizationDomainVerificationFailedResponse, vr as FlagUpdatedEventResponse, vs as OrganizationMembershipStatus, vt as SerializedCreatePasswordlessSessionOptions, vu as SerializedUpdateOrganizationRoleOptions, w as PublicWorkOS, wa as VaultDekReadEventData, wc as AuthenticateWithOrganizationSelectionOptions, wi as PermissionUpdatedEventResponse, wl as RemoveRoleOptionsWithResourceId, wn as AuthenticationPasswordFailedEventResponse, wo as SerializedCreateOrganizationDomainOptions, wr as GroupMemberAddedEventResponse, ws as InvitationEvent, wt as PKCE, wu as SetEnvironmentRolePermissionsOptions, x as PublicClientOptions, xa as VaultDataUpdatedEventResponseData, xc as AuthenticateWithPasswordOptions, xi as PermissionDeletedEvent, xl as BaseRemoveRoleOptions, xn as AuthenticationPasskeySucceededEvent, xo as OrganizationDomainState, xr as GroupDeletedEvent, xs as ListGroupsForOrganizationMembershipOptions, xt as ListEventOptions, xu as SerializedCreateOrganizationRoleOptions, ya as VaultDataReadEventResponseData, yc as SerializedAuthenticateWithRefreshTokenOptions, yi as PermissionCreatedEvent, yl as ListEffectivePermissionsOptions, yn as AuthenticationPasskeyFailedEvent, yo as OrganizationDomain, yr as GroupCreatedEvent, ys as ListInvitationsOptions, yt as PasswordlessSession, yu as UpdateOrganizationRoleOptions, z as NotFoundException, za as ListGroupOrganizationMembershipsOptions, zc as SerializedAuthenticatePublicClientBase, zi as UserDeletedEventResponse, zl as ListResourcesForMembershipOptions, zn as DsyncActivatedEvent, zo as SerializedSendInvitationOptions, zr as MagicAuthCreatedEvent, zs as SerializedCreateUserOptions, zt as OrganizationResponse, zu as DirectoryGroupResponse } from "./workos-DUcDmctT.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/vault/interfaces/object/list-object-versions.interface.d.ts
|
|
4
4
|
interface ObjectVersionResponse {
|
|
@@ -30,5 +30,5 @@ declare class WorkOSNode extends WorkOS {
|
|
|
30
30
|
emitWarning(warning: string): void;
|
|
31
31
|
}
|
|
32
32
|
//#endregion
|
|
33
|
-
export { AccessToken, ActionContext, ActionPayload, AddEnvironmentRolePermissionOptions, AddFlagTargetOptions, AddOrganizationRolePermissionOptions, ApiKey, ApiKeyCreatedEvent, ApiKeyCreatedEventResponse, ApiKeyRequiredException, ApiKeyRevokedEvent, ApiKeyRevokedEventResponse, AssignRoleOptions, AssignRoleOptionsWithResourceExternalId, AssignRoleOptionsWithResourceId, AuditLogActor, AuditLogActorSchema, AuditLogExport, AuditLogExportOptions, AuditLogExportResponse, AuditLogSchema, AuditLogSchemaMetadata, AuditLogTarget, AuditLogTargetSchema, AuthMethod, AuthenticateUserWithCodeCredentials, AuthenticateUserWithEmailVerificationCredentials, AuthenticateUserWithMagicAuthCredentials, AuthenticateUserWithOrganizationSelectionCredentials, AuthenticateUserWithPasswordCredentials, AuthenticateUserWithRefreshTokenCredentials, AuthenticateUserWithTotpCredentials, AuthenticateWithCodeAndVerifierOptions, AuthenticateWithCodeOptions, AuthenticateWithEmailVerificationOptions, AuthenticateWithMagicAuthOptions, AuthenticateWithOptionsBase, AuthenticateWithOrganizationSelectionOptions, AuthenticateWithPasswordOptions, AuthenticateWithRefreshTokenOptions, AuthenticateWithRefreshTokenPublicClientOptions, AuthenticateWithSessionCookieFailedResponse, AuthenticateWithSessionCookieFailureReason, AuthenticateWithSessionCookieOptions, AuthenticateWithSessionCookieSuccessResponse, AuthenticateWithSessionOptions, AuthenticateWithTotpOptions, AuthenticationActionResponseData, AuthenticationEmailVerificationSucceededEvent, AuthenticationEmailVerificationSucceededEventResponse, AuthenticationEvent, AuthenticationEventResponse, AuthenticationEventSso, AuthenticationEventSsoResponse, AuthenticationMagicAuthFailedEvent, AuthenticationMagicAuthFailedEventResponse, AuthenticationMagicAuthSucceededEvent, AuthenticationMagicAuthSucceededEventResponse, AuthenticationMfaSucceededEvent, AuthenticationMfaSucceededEventResponse, AuthenticationOAuthFailedEvent, AuthenticationOAuthFailedEventResponse, AuthenticationOAuthSucceededEvent, AuthenticationOAuthSucceededEventResponse, AuthenticationPasskeyFailedEvent, AuthenticationPasskeyFailedEventResponse, AuthenticationPasskeySucceededEvent, AuthenticationPasskeySucceededEventResponse, AuthenticationPasswordFailedEvent, AuthenticationPasswordFailedEventResponse, AuthenticationPasswordSucceededEvent, AuthenticationPasswordSucceededEventResponse, AuthenticationRadarRiskDetectedEvent, AuthenticationRadarRiskDetectedEventData, AuthenticationRadarRiskDetectedEventResponse, AuthenticationRadarRiskDetectedEventResponseData, AuthenticationResponse, AuthenticationResponseResponse, AuthenticationSSOFailedEvent, AuthenticationSSOFailedEventResponse, AuthenticationSSOSucceededEvent, AuthenticationSSOSucceededEventResponse, AuthorizationCheckOptions, AuthorizationCheckOptionsWithResourceExternalId, AuthorizationCheckOptionsWithResourceId, AuthorizationCheckResult, AuthorizationOrganizationMembership, AuthorizationOrganizationMembershipList, AuthorizationOrganizationMembershipListResponse, AuthorizationOrganizationMembershipResponse, AuthorizationResource, AuthorizationResourceList, AuthorizationResourceListResponse, AuthorizationResourceResponse, AutoPaginatable, BadRequestException, BaseAssignRoleOptions, BaseOrganizationMembership, BaseOrganizationMembershipResponse, BaseRemoveRoleOptions, BatchWriteResourcesOptions, BatchWriteResourcesResponse, CheckBatchOptions, CheckOp, CheckOptions, CheckRequestOptions, CheckResult, CheckResultInterface, CheckResultResponse, CheckWarrantOptions, type ConfidentialClientOptions, Connection, ConnectionActivatedEvent, ConnectionActivatedEventResponse, ConnectionDeactivatedEvent, ConnectionDeactivatedEventResponse, ConnectionDeletedEvent, ConnectionDeletedEventResponse, ConnectionDomain, ConnectionResponse, ConnectionType, CookieSession, CreateAuditLogEventOptions, CreateAuditLogEventRequestOptions, CreateAuditLogSchemaOptions, CreateAuditLogSchemaRequestOptions, CreateAuditLogSchemaResponse, CreateAuthorizationResourceOptions, CreateDataKeyOptions, CreateDataKeyResponse, CreateEnvironmentRoleOptions, CreateMagicAuthOptions, CreateObjectEntity, CreateObjectOptions, CreateOptionsWithParentExternalId, CreateOptionsWithParentResourceId, CreateOrganizationApiKeyOptions, CreateOrganizationApiKeyRequestOptions, CreateOrganizationDomainOptions, CreateOrganizationMembershipOptions, CreateOrganizationOptions, CreateOrganizationRequestOptions, CreateOrganizationRoleOptions, CreatePasswordResetOptions, CreatePasswordlessSessionOptions, CreatePermissionOptions, CreateResourceOptions, CreateUserOptions, CreatedApiKey, DataKey, DataKeyPair, DebugInfo, DebugInfoResponse, DecisionTreeNode, DecisionTreeNodeResponse, DecryptDataKeyOptions, DecryptDataKeyResponse, DefaultCustomAttributes, DeleteAuthorizationResourceByExternalIdOptions, DeleteAuthorizationResourceOptions, DeleteObjectOptions, DeleteResourceOptions, Directory, DirectoryGroup, DirectoryGroupResponse, DirectoryResponse, DirectoryState, DirectoryStateResponse, DirectoryType, DirectoryUser, DirectoryUserResponse, DirectoryUserWithGroups, DirectoryUserWithGroupsResponse, DomainData, DomainDataState, DsyncActivatedEvent, DsyncActivatedEventResponse, DsyncDeletedEvent, DsyncDeletedEventResponse, DsyncGroupCreatedEvent, DsyncGroupCreatedEventResponse, DsyncGroupDeletedEvent, DsyncGroupDeletedEventResponse, DsyncGroupUpdatedEvent, DsyncGroupUpdatedEventResponse, DsyncGroupUserAddedEvent, DsyncGroupUserAddedEventResponse, DsyncGroupUserRemovedEvent, DsyncGroupUserRemovedEventResponse, DsyncUserCreatedEvent, DsyncUserCreatedEventResponse, DsyncUserDeletedEvent, DsyncUserDeletedEventResponse, DsyncUserUpdatedEvent, DsyncUserUpdatedEventResponse, EmailVerification, EmailVerificationCreatedEvent, EmailVerificationCreatedEventResponse, EmailVerificationEvent, EmailVerificationEventResponse, EmailVerificationResponse, EnrollAuthFactorOptions, EnvironmentRole, EnvironmentRoleList, EnvironmentRoleListResponse, EnvironmentRoleResponse, EvaluationContext, Event, EventBase, EventDirectory, EventDirectoryResponse, EventName, EventResponse, Factor, FactorResponse, FactorWithSecrets, FactorWithSecretsResponse, FeatureFlag, FeatureFlagResponse, FeatureFlagsRuntimeClient, FlagCreatedEvent, FlagCreatedEventResponse, FlagDeletedEvent, FlagDeletedEventResponse, FlagPollEntry, FlagPollResponse, FlagRuleUpdatedEvent, FlagRuleUpdatedEventResponse, FlagTarget, FlagUpdatedEvent, FlagUpdatedEventResponse, GeneratePortalLinkIntent, GenericServerException, GetAuthorizationResourceByExternalIdOptions, GetOptions, GetProfileAndTokenOptions, GetProfileOptions, GetResourceOptions, HttpClientInterface, HttpClientResponseInterface, Identity, IdentityResponse, Impersonator, ImpersonatorResponse, Invitation, InvitationAcceptedEvent, InvitationAcceptedEventResponse, InvitationCreatedEvent, InvitationCreatedEventResponse, InvitationEvent, InvitationEventResponse, InvitationResentEvent, InvitationResentEventResponse, InvitationResponse, InvitationRevokedEvent, InvitationRevokedEventResponse, KeyContext, List, ListAuthFactorsOptions, ListAuthorizationResourcesOptions, ListConnectionsOptions, ListDirectoriesOptions, ListDirectoryGroupsOptions, ListDirectoryUsersOptions, ListEventOptions, ListFeatureFlagsOptions, ListInvitationsOptions, ListMembershipsForResourceByExternalIdOptions, ListMembershipsForResourceOptions, ListObjectVersionsResponse, ListOrganizationApiKeysOptions, ListOrganizationFeatureFlagsOptions, ListOrganizationMembershipsOptions, ListOrganizationRolesResponse, ListOrganizationsOptions, ListPermissionsOptions, ListResourcesForMembershipOptions, ListResourcesForMembershipOptionsWithParentExternalId, ListResourcesForMembershipOptionsWithParentId, ListResourcesOptions, ListResponse, ListRoleAssignmentsOptions, ListSessionsOptions, ListUserFeatureFlagsOptions, ListUsersOptions, ListWarrantsOptions, ListWarrantsRequestOptions, Locale, LogoutURLOptions, MagicAuth, MagicAuthCreatedEvent, MagicAuthCreatedEventResponse, MagicAuthEvent, MagicAuthEventResponse, MagicAuthResponse, NoApiKeyProvidedException, NotFoundException, OauthException, OauthTokens, OauthTokensResponse, ObjectDigest, ObjectDigestResponse, ObjectMetadata, ObjectUpdateBy, ObjectVersion, ObjectVersionResponse, Organization, OrganizationCreatedEvent, OrganizationCreatedResponse, OrganizationDeletedEvent, OrganizationDeletedResponse, OrganizationDomain, OrganizationDomainCreatedEvent, OrganizationDomainCreatedEventResponse, OrganizationDomainDeletedEvent, OrganizationDomainDeletedEventResponse, OrganizationDomainResponse, OrganizationDomainState, OrganizationDomainUpdatedEvent, OrganizationDomainUpdatedEventResponse, OrganizationDomainVerificationFailed, OrganizationDomainVerificationFailedEvent, OrganizationDomainVerificationFailedEventResponse, OrganizationDomainVerificationFailedResponse, OrganizationDomainVerificationStrategy, OrganizationDomainVerifiedEvent, OrganizationDomainVerifiedEventResponse, OrganizationMembership, OrganizationMembershipCreated, OrganizationMembershipCreatedResponse, OrganizationMembershipDeleted, OrganizationMembershipDeletedResponse, OrganizationMembershipResponse, OrganizationMembershipStatus, OrganizationMembershipUpdated, OrganizationMembershipUpdatedResponse, OrganizationResponse, OrganizationRole, OrganizationRoleCreatedEvent, OrganizationRoleCreatedEventResponse, OrganizationRoleDeletedEvent, OrganizationRoleDeletedEventResponse, OrganizationRoleEvent, OrganizationRoleEventResponse, OrganizationRoleResponse, OrganizationRoleUpdatedEvent, OrganizationRoleUpdatedEventResponse, OrganizationUpdatedEvent, OrganizationUpdatedResponse, PKCE, PKCEAuthorizationURLResult, PKCEPair, PaginationOptions, PasswordReset, PasswordResetCreatedEvent, PasswordResetCreatedEventResponse, PasswordResetEvent, PasswordResetEventResponse, PasswordResetResponse, PasswordResetSucceededEvent, PasswordResetSucceededEventResponse, PasswordlessSession, PasswordlessSessionResponse, PatchOptions, Permission, PermissionCreatedEvent, PermissionCreatedEventResponse, PermissionDeletedEvent, PermissionDeletedEventResponse, PermissionList, PermissionListResponse, PermissionResponse, PermissionUpdatedEvent, PermissionUpdatedEventResponse, PolicyContext, PostOptions, Profile, ProfileAndToken, ProfileAndTokenResponse, ProfileResponse, type PublicClientOptions, type PublicSSO, type PublicUserManagement, type PublicWorkOS, PutOptions, QueryOptions, QueryRequestOptions, QueryResult, QueryResultResponse, RateLimitExceededException, ReadObjectMetadataResponse, ReadObjectOptions, ReadObjectResponse, RefreshSessionFailureReason, RefreshSessionResponse, RemoveFlagTargetOptions, RemoveOrganizationRolePermissionOptions, RemoveRoleAssignmentOptions, RemoveRoleOptions, RemoveRoleOptionsWithResourceExternalId, RemoveRoleOptionsWithResourceId, RequestHeaders, RequestOptions, ResendInvitationOptions, ResetPasswordOptions, Resource, ResourceInterface, ResourceOp, ResourceOptions, ResourceResponse, ResponseHeaderValue, ResponseHeaders, ResponsePayload, RevokeSessionOptions, Role, RoleAssignment, RoleAssignmentList, RoleAssignmentListResponse, RoleAssignmentResource, RoleAssignmentResourceResponse, RoleAssignmentResponse, RoleAssignmentRole, RoleCreatedEvent, RoleCreatedEventResponse, RoleDeletedEvent, RoleDeletedEventResponse, RoleEvent, RoleEventResponse, RoleList, RoleResponse, RoleUpdatedEvent, RoleUpdatedEventResponse, RuntimeClientLogger, RuntimeClientOptions, RuntimeClientStats, SSOAuthorizationURLOptions, SSOPKCEAuthorizationURLResult, SendInvitationOptions, SendSessionResponse, SendVerificationEmailOptions, SerializedApiKey, SerializedAssignRoleOptions, SerializedAuditLogExportOptions, SerializedAuthenticatePublicClientBase, SerializedAuthenticateWithCodeAndVerifierOptions, SerializedAuthenticateWithCodeOptions, SerializedAuthenticateWithEmailVerificationOptions, SerializedAuthenticateWithMagicAuthOptions, SerializedAuthenticateWithOptionsBase, SerializedAuthenticateWithOrganizationSelectionOptions, SerializedAuthenticateWithPasswordOptions, SerializedAuthenticateWithRefreshTokenOptions, SerializedAuthenticateWithRefreshTokenPublicClientOptions, SerializedAuthenticateWithTotpOptions, SerializedAuthorizationCheckOptions, SerializedBatchWriteResourcesOptions, SerializedCheckBatchOptions, SerializedCheckOptions, SerializedCheckWarrantOptions, SerializedCreateAuditLogEventOptions, SerializedCreateAuditLogSchemaOptions, SerializedCreateAuthorizationResourceOptions, SerializedCreateEnvironmentRoleOptions, SerializedCreateMagicAuthOptions, SerializedCreateOrganizationApiKeyOptions, SerializedCreateOrganizationDomainOptions, SerializedCreateOrganizationMembershipOptions, SerializedCreateOrganizationOptions, SerializedCreateOrganizationRoleOptions, SerializedCreatePasswordResetOptions, SerializedCreatePasswordlessSessionOptions, SerializedCreatePermissionOptions, SerializedCreateResourceOptions, SerializedCreateUserOptions, SerializedCreatedApiKey, SerializedDeleteResourceOptions, SerializedEnrollUserInMfaFactorOptions, SerializedListAuthorizationResourcesOptions, SerializedListConnectionsOptions, SerializedListDirectoriesOptions, SerializedListEventOptions, SerializedListInvitationsOptions, SerializedListOrganizationMembershipsOptions, SerializedListResourcesForMembershipOptions, SerializedListResourcesOptions, SerializedListSessionsOptions, SerializedListUsersOptions, SerializedListWarrantsOptions, SerializedQueryOptions, SerializedRemoveRoleOptions, SerializedResendInvitationOptions, SerializedResetPasswordOptions, SerializedResourceOptions, SerializedRevokeSessionOptions, SerializedSendInvitationOptions, SerializedSubject, SerializedUpdateAuthorizationResourceOptions, SerializedUpdateEnvironmentRoleOptions, SerializedUpdateOrganizationMembershipOptions, SerializedUpdateOrganizationOptions, SerializedUpdateOrganizationRoleOptions, SerializedUpdatePermissionOptions, SerializedUpdateUserOptions, SerializedUpdateUserPasswordOptions, SerializedValidateApiKeyResponse, SerializedVerifyEmailOptions, SerializedWriteWarrantOptions, Session, SessionCookieData, SessionCreatedEvent, SessionCreatedEventResponse, SessionResponse, SessionRevokedEvent, SessionRevokedEventResponse, SessionStatus, SetEnvironmentRolePermissionsOptions, SetOrganizationRolePermissionsOptions, SignatureVerificationException, Subject, UnauthorizedException, UnprocessableEntityError, UnprocessableEntityException, UpdateAuthorizationResourceByExternalIdOptions, UpdateAuthorizationResourceOptions, UpdateEnvironmentRoleOptions, UpdateObjectEntity, UpdateObjectOptions, UpdateOrganizationMembershipOptions, UpdateOrganizationOptions, UpdateOrganizationRoleOptions, UpdatePermissionOptions, UpdateResourceOptions, UpdateUserOptions, UpdateUserPasswordOptions, User, UserCreatedEvent, UserCreatedEventResponse, UserData, UserDataPayload, UserDeletedEvent, UserDeletedEventResponse, UserManagementAuthorizationURLOptions, UserRegistrationActionPayload, UserRegistrationActionResponseData, UserResponse, UserUpdatedEvent, UserUpdatedEventResponse, ValidateApiKeyOptions, ValidateApiKeyResponse, VaultActor, VaultActorResponse, VaultActorSource, VaultByokKeyProvider, VaultByokKeyVerificationCompletedEvent, VaultByokKeyVerificationCompletedEventData, VaultByokKeyVerificationCompletedEventResponse, VaultByokKeyVerificationCompletedEventResponseData, VaultDataCreatedEvent, VaultDataCreatedEventData, VaultDataCreatedEventResponse, VaultDataCreatedEventResponseData, VaultDataDeletedEvent, VaultDataDeletedEventData, VaultDataDeletedEventResponse, VaultDataDeletedEventResponseData, VaultDataReadEvent, VaultDataReadEventData, VaultDataReadEventResponse, VaultDataReadEventResponseData, VaultDataUpdatedEvent, VaultDataUpdatedEventData, VaultDataUpdatedEventResponse, VaultDataUpdatedEventResponseData, VaultDekDecryptedEvent, VaultDekDecryptedEventData, VaultDekDecryptedEventResponse, VaultDekDecryptedEventResponseData, VaultDekReadEvent, VaultDekReadEventData, VaultDekReadEventResponse, VaultDekReadEventResponseData, VaultKekCreatedEvent, VaultKekCreatedEventData, VaultKekCreatedEventResponse, VaultKekCreatedEventResponseData, VaultMetadataReadEvent, VaultMetadataReadEventData, VaultMetadataReadEventResponse, VaultMetadataReadEventResponseData, VaultNamesListedEvent, VaultNamesListedEventData, VaultNamesListedEventResponse, VaultNamesListedEventResponseData, VaultObject, VerifyEmailOptions, Warrant, WarrantOp, WarrantResponse, WarrantToken, WarrantTokenResponse, WithResolvedClientId, WorkOSNode as WorkOS, WorkOSOptions, WorkOSResponseError, WriteWarrantOptions, createWorkOS, serializeRevokeSessionOptions };
|
|
33
|
+
export { AccessToken, ActionContext, ActionPayload, AddEnvironmentRolePermissionOptions, AddFlagTargetOptions, AddGroupOrganizationMembershipOptions, AddOrganizationRolePermissionOptions, ApiKey, ApiKeyCreatedEvent, ApiKeyCreatedEventResponse, ApiKeyRequiredException, ApiKeyRevokedEvent, ApiKeyRevokedEventResponse, AssignRoleOptions, AssignRoleOptionsWithResourceExternalId, AssignRoleOptionsWithResourceId, AuditLogActor, AuditLogActorSchema, AuditLogExport, AuditLogExportOptions, AuditLogExportResponse, AuditLogSchema, AuditLogSchemaMetadata, AuditLogSchemaResponse, AuditLogTarget, AuditLogTargetSchema, AuthMethod, AuthenticateUserWithCodeCredentials, AuthenticateUserWithEmailVerificationCredentials, AuthenticateUserWithMagicAuthCredentials, AuthenticateUserWithOrganizationSelectionCredentials, AuthenticateUserWithPasswordCredentials, AuthenticateUserWithRefreshTokenCredentials, AuthenticateUserWithTotpCredentials, AuthenticateWithCodeAndVerifierOptions, AuthenticateWithCodeOptions, AuthenticateWithEmailVerificationOptions, AuthenticateWithMagicAuthOptions, AuthenticateWithOptionsBase, AuthenticateWithOrganizationSelectionOptions, AuthenticateWithPasswordOptions, AuthenticateWithRefreshTokenOptions, AuthenticateWithRefreshTokenPublicClientOptions, AuthenticateWithSessionCookieFailedResponse, AuthenticateWithSessionCookieFailureReason, AuthenticateWithSessionCookieOptions, AuthenticateWithSessionCookieSuccessResponse, AuthenticateWithSessionOptions, AuthenticateWithTotpOptions, AuthenticationActionResponseData, AuthenticationEmailVerificationSucceededEvent, AuthenticationEmailVerificationSucceededEventResponse, AuthenticationErrorCode, AuthenticationErrorData, AuthenticationEvent, AuthenticationEventResponse, AuthenticationEventSso, AuthenticationEventSsoResponse, AuthenticationException, AuthenticationMagicAuthFailedEvent, AuthenticationMagicAuthFailedEventResponse, AuthenticationMagicAuthSucceededEvent, AuthenticationMagicAuthSucceededEventResponse, AuthenticationMfaSucceededEvent, AuthenticationMfaSucceededEventResponse, AuthenticationOAuthFailedEvent, AuthenticationOAuthFailedEventResponse, AuthenticationOAuthSucceededEvent, AuthenticationOAuthSucceededEventResponse, AuthenticationPasskeyFailedEvent, AuthenticationPasskeyFailedEventResponse, AuthenticationPasskeySucceededEvent, AuthenticationPasskeySucceededEventResponse, AuthenticationPasswordFailedEvent, AuthenticationPasswordFailedEventResponse, AuthenticationPasswordSucceededEvent, AuthenticationPasswordSucceededEventResponse, AuthenticationRadarRiskDetectedEvent, AuthenticationRadarRiskDetectedEventData, AuthenticationRadarRiskDetectedEventResponse, AuthenticationRadarRiskDetectedEventResponseData, AuthenticationResponse, AuthenticationResponseResponse, AuthenticationSSOFailedEvent, AuthenticationSSOFailedEventResponse, AuthenticationSSOSucceededEvent, AuthenticationSSOSucceededEventResponse, AuthorizationCheckOptions, AuthorizationCheckOptionsWithResourceExternalId, AuthorizationCheckOptionsWithResourceId, AuthorizationCheckResult, AuthorizationOrganizationMembership, AuthorizationOrganizationMembershipResponse, AuthorizationResource, AuthorizationResourceResponse, AutoPaginatable, BadRequestException, BaseAssignRoleOptions, BaseOrganizationMembership, BaseOrganizationMembershipResponse, BaseRemoveRoleOptions, type ConfidentialClientOptions, ConflictException, Connection, ConnectionActivatedEvent, ConnectionActivatedEventResponse, ConnectionDeactivatedEvent, ConnectionDeactivatedEventResponse, ConnectionDeletedEvent, ConnectionDeletedEventResponse, ConnectionDomain, ConnectionResponse, ConnectionType, CookieSession, CreateAuditLogEventOptions, CreateAuditLogEventRequestOptions, CreateAuditLogSchemaOptions, CreateAuditLogSchemaRequestOptions, CreateAuditLogSchemaResponse, CreateAuthorizationResourceOptions, CreateDataKeyOptions, CreateDataKeyResponse, CreateEnvironmentRoleOptions, CreateGroupOptions, CreateMagicAuthOptions, CreateObjectEntity, CreateObjectOptions, CreateOptionsWithParentExternalId, CreateOptionsWithParentResourceId, CreateOrganizationApiKeyOptions, CreateOrganizationApiKeyRequestOptions, CreateOrganizationDomainOptions, CreateOrganizationMembershipOptions, CreateOrganizationOptions, CreateOrganizationRequestOptions, CreateOrganizationRoleOptions, CreatePasswordResetOptions, CreatePasswordlessSessionOptions, CreatePermissionOptions, CreateUserOptions, CreatedApiKey, DataKey, DataKeyPair, DecryptDataKeyOptions, DecryptDataKeyResponse, DefaultCustomAttributes, DeleteAuthorizationResourceByExternalIdOptions, DeleteAuthorizationResourceOptions, DeleteGroupOptions, DeleteObjectOptions, Directory, DirectoryGroup, DirectoryGroupResponse, DirectoryResponse, DirectoryState, DirectoryStateResponse, DirectoryType, DirectoryUser, DirectoryUserResponse, DirectoryUserWithGroups, DirectoryUserWithGroupsResponse, DomainData, DomainDataState, DsyncActivatedEvent, DsyncActivatedEventResponse, DsyncDeletedEvent, DsyncDeletedEventResponse, DsyncGroupCreatedEvent, DsyncGroupCreatedEventResponse, DsyncGroupDeletedEvent, DsyncGroupDeletedEventResponse, DsyncGroupUpdatedEvent, DsyncGroupUpdatedEventResponse, DsyncGroupUserAddedEvent, DsyncGroupUserAddedEventResponse, DsyncGroupUserRemovedEvent, DsyncGroupUserRemovedEventResponse, DsyncUserCreatedEvent, DsyncUserCreatedEventResponse, DsyncUserDeletedEvent, DsyncUserDeletedEventResponse, DsyncUserUpdatedEvent, DsyncUserUpdatedEventResponse, EmailVerification, EmailVerificationCreatedEvent, EmailVerificationCreatedEventResponse, EmailVerificationEvent, EmailVerificationEventResponse, EmailVerificationResponse, EnrollAuthFactorOptions, EnvironmentRole, EnvironmentRoleList, EnvironmentRoleListResponse, EnvironmentRoleResponse, EvaluationContext, Event, EventBase, EventDirectory, EventDirectoryResponse, EventName, EventResponse, Factor, FactorResponse, FactorWithSecrets, FactorWithSecretsResponse, FeatureFlag, FeatureFlagResponse, FeatureFlagsRuntimeClient, FlagCreatedEvent, FlagCreatedEventResponse, FlagDeletedEvent, FlagDeletedEventResponse, FlagPollEntry, FlagPollResponse, FlagRuleUpdatedEvent, FlagRuleUpdatedEventResponse, FlagTarget, FlagUpdatedEvent, FlagUpdatedEventResponse, GenerateLink, GenerateLinkIntent, GenerateLinkResponse, GenericServerException, GetAuthorizationResourceByExternalIdOptions, GetGroupOptions, GetOptions, GetProfileAndTokenOptions, GetProfileOptions, Group, GroupCreatedEvent, GroupCreatedEventResponse, GroupDeletedEvent, GroupDeletedEventResponse, GroupMemberAddedEvent, GroupMemberAddedEventResponse, GroupMemberEventData, GroupMemberEventResponseData, GroupMemberRemovedEvent, GroupMemberRemovedEventResponse, GroupResponse, GroupUpdatedEvent, GroupUpdatedEventResponse, HttpClientInterface, HttpClientResponseInterface, Identity, Impersonator, ImpersonatorResponse, IntentOptions, IntentOptionsResponse, Invitation, InvitationAcceptedEvent, InvitationAcceptedEventResponse, InvitationCreatedEvent, InvitationCreatedEventResponse, InvitationEvent, InvitationEventResponse, InvitationResentEvent, InvitationResentEventResponse, InvitationResponse, InvitationRevokedEvent, InvitationRevokedEventResponse, KeyContext, List, ListAuthFactorsOptions, ListAuthorizationResourcesOptions, ListConnectionsOptions, ListDirectoriesOptions, ListDirectoryGroupsOptions, ListDirectoryUsersOptions, ListEffectivePermissionsByExternalIdOptions, ListEffectivePermissionsOptions, ListEventOptions, ListFeatureFlagsOptions, ListGroupOrganizationMembershipsOptions, ListGroupsForOrganizationMembershipOptions, ListGroupsOptions, ListInvitationsOptions, ListMembershipsForResourceByExternalIdOptions, ListMembershipsForResourceOptions, ListObjectVersionsResponse, ListOrganizationApiKeysOptions, ListOrganizationFeatureFlagsOptions, ListOrganizationMembershipsOptions, ListOrganizationRolesResponse, ListOrganizationsOptions, ListPermissionsOptions, ListResourcesForMembershipOptions, ListResourcesForMembershipOptionsWithParentExternalId, ListResourcesForMembershipOptionsWithParentId, ListResponse, ListRoleAssignmentsOptions, ListSessionsOptions, ListUserFeatureFlagsOptions, ListUsersOptions, Locale, LogoutURLOptions, MagicAuth, MagicAuthCreatedEvent, MagicAuthCreatedEventResponse, MagicAuthEvent, MagicAuthEventResponse, MagicAuthResponse, NoApiKeyProvidedException, NotFoundException, OauthException, OauthTokens, OauthTokensResponse, ObjectDigest, ObjectDigestResponse, ObjectMetadata, ObjectUpdateBy, ObjectVersion, ObjectVersionResponse, Organization, OrganizationCreatedEvent, OrganizationCreatedResponse, OrganizationDeletedEvent, OrganizationDeletedResponse, OrganizationDomain, OrganizationDomainCreatedEvent, OrganizationDomainCreatedEventResponse, OrganizationDomainDeletedEvent, OrganizationDomainDeletedEventResponse, OrganizationDomainResponse, OrganizationDomainState, OrganizationDomainUpdatedEvent, OrganizationDomainUpdatedEventResponse, OrganizationDomainVerificationFailed, OrganizationDomainVerificationFailedEvent, OrganizationDomainVerificationFailedEventResponse, OrganizationDomainVerificationFailedResponse, OrganizationDomainVerificationStrategy, OrganizationDomainVerifiedEvent, OrganizationDomainVerifiedEventResponse, OrganizationMembership, OrganizationMembershipCreated, OrganizationMembershipCreatedResponse, OrganizationMembershipDeleted, OrganizationMembershipDeletedResponse, OrganizationMembershipResponse, OrganizationMembershipStatus, OrganizationMembershipUpdated, OrganizationMembershipUpdatedResponse, OrganizationResponse, OrganizationRole, OrganizationRoleCreatedEvent, OrganizationRoleCreatedEventResponse, OrganizationRoleDeletedEvent, OrganizationRoleDeletedEventResponse, OrganizationRoleEvent, OrganizationRoleEventResponse, OrganizationRoleResponse, OrganizationRoleUpdatedEvent, OrganizationRoleUpdatedEventResponse, OrganizationUpdatedEvent, OrganizationUpdatedResponse, PKCE, PKCEAuthorizationURLResult, PKCEPair, PaginationOptions, PasswordReset, PasswordResetCreatedEvent, PasswordResetCreatedEventResponse, PasswordResetEvent, PasswordResetEventResponse, PasswordResetResponse, PasswordResetSucceededEvent, PasswordResetSucceededEventResponse, PasswordlessSession, PasswordlessSessionResponse, PatchOptions, Permission, PermissionCreatedEvent, PermissionCreatedEventResponse, PermissionDeletedEvent, PermissionDeletedEventResponse, PermissionResponse, PermissionUpdatedEvent, PermissionUpdatedEventResponse, PortalLinkResponse, PortalLinkResponseWire, PostOptions, Profile, ProfileAndToken, ProfileAndTokenResponse, ProfileResponse, type PublicClientOptions, type PublicSSO, type PublicUserManagement, type PublicWorkOS, PutOptions, RateLimitExceededException, ReadObjectMetadataResponse, ReadObjectOptions, ReadObjectResponse, RefreshSessionFailureReason, RefreshSessionResponse, RemoveFlagTargetOptions, RemoveGroupOrganizationMembershipOptions, RemoveOrganizationRolePermissionOptions, RemoveRoleAssignmentOptions, RemoveRoleOptions, RemoveRoleOptionsWithResourceExternalId, RemoveRoleOptionsWithResourceId, RequestHeaders, RequestOptions, ResendInvitationOptions, ResetPasswordOptions, ResponseHeaderValue, ResponseHeaders, ResponsePayload, RevokeSessionOptions, Role, RoleAssignment, RoleAssignmentResource, RoleAssignmentResourceResponse, RoleAssignmentResponse, RoleAssignmentRole, RoleCreatedEvent, RoleCreatedEventResponse, RoleDeletedEvent, RoleDeletedEventResponse, RoleEvent, RoleEventResponse, RoleList, RoleResponse, RoleUpdatedEvent, RoleUpdatedEventResponse, RuntimeClientLogger, RuntimeClientOptions, RuntimeClientStats, SSOAuthorizationURLOptions, SSOIntentOptions, SSOIntentOptionsResponse, SSOPKCEAuthorizationURLResult, SendInvitationOptions, SendSessionResponse, SendVerificationEmailOptions, SerializedAddGroupOrganizationMembershipOptions, SerializedApiKey, SerializedAssignRoleOptions, SerializedAuditLogExportOptions, SerializedAuthenticatePublicClientBase, SerializedAuthenticateWithCodeAndVerifierOptions, SerializedAuthenticateWithCodeOptions, SerializedAuthenticateWithEmailVerificationOptions, SerializedAuthenticateWithMagicAuthOptions, SerializedAuthenticateWithOptionsBase, SerializedAuthenticateWithOrganizationSelectionOptions, SerializedAuthenticateWithPasswordOptions, SerializedAuthenticateWithRefreshTokenOptions, SerializedAuthenticateWithRefreshTokenPublicClientOptions, SerializedAuthenticateWithTotpOptions, SerializedAuthorizationCheckOptions, SerializedCreateAuditLogEventOptions, SerializedCreateAuditLogSchemaOptions, SerializedCreateAuthorizationResourceOptions, SerializedCreateEnvironmentRoleOptions, SerializedCreateGroupOptions, SerializedCreateMagicAuthOptions, SerializedCreateOrganizationApiKeyOptions, SerializedCreateOrganizationDomainOptions, SerializedCreateOrganizationMembershipOptions, SerializedCreateOrganizationOptions, SerializedCreateOrganizationRoleOptions, SerializedCreatePasswordResetOptions, SerializedCreatePasswordlessSessionOptions, SerializedCreatePermissionOptions, SerializedCreateUserOptions, SerializedCreatedApiKey, SerializedEnrollUserInMfaFactorOptions, SerializedListAuthorizationResourcesOptions, SerializedListConnectionsOptions, SerializedListDirectoriesOptions, SerializedListEventOptions, SerializedListInvitationsOptions, SerializedListOrganizationMembershipsOptions, SerializedListResourcesForMembershipOptions, SerializedListSessionsOptions, SerializedListUsersOptions, SerializedRemoveRoleOptions, SerializedResendInvitationOptions, SerializedResetPasswordOptions, SerializedRevokeSessionOptions, SerializedSendInvitationOptions, SerializedUpdateAuthorizationResourceOptions, SerializedUpdateEnvironmentRoleOptions, SerializedUpdateGroupOptions, SerializedUpdateOrganizationMembershipOptions, SerializedUpdateOrganizationOptions, SerializedUpdateOrganizationRoleOptions, SerializedUpdatePermissionOptions, SerializedUpdateUserOptions, SerializedUpdateUserPasswordOptions, SerializedValidateApiKeyResponse, SerializedVerifyEmailOptions, Session, SessionCookieData, SessionCreatedEvent, SessionCreatedEventResponse, SessionResponse, SessionRevokedEvent, SessionRevokedEventResponse, SessionStatus, SetEnvironmentRolePermissionsOptions, SetOrganizationRolePermissionsOptions, SignatureVerificationException, UnauthorizedException, UnknownEvent, UnprocessableEntityError, UnprocessableEntityException, UpdateAuthorizationResourceByExternalIdOptions, UpdateAuthorizationResourceOptions, UpdateEnvironmentRoleOptions, UpdateGroupOptions, UpdateObjectEntity, UpdateObjectOptions, UpdateOrganizationMembershipOptions, UpdateOrganizationOptions, UpdateOrganizationRoleOptions, UpdatePermissionOptions, UpdateUserOptions, UpdateUserPasswordOptions, User, UserCreatedEvent, UserCreatedEventResponse, UserData, UserDataPayload, UserDeletedEvent, UserDeletedEventResponse, UserManagementAuthorizationURLOptions, UserRegistrationActionPayload, UserRegistrationActionResponseData, UserResponse, UserUpdatedEvent, UserUpdatedEventResponse, ValidateApiKeyOptions, ValidateApiKeyResponse, VaultActor, VaultActorResponse, VaultActorSource, VaultByokKeyProvider, VaultByokKeyVerificationCompletedEvent, VaultByokKeyVerificationCompletedEventData, VaultByokKeyVerificationCompletedEventResponse, VaultByokKeyVerificationCompletedEventResponseData, VaultDataCreatedEvent, VaultDataCreatedEventData, VaultDataCreatedEventResponse, VaultDataCreatedEventResponseData, VaultDataDeletedEvent, VaultDataDeletedEventData, VaultDataDeletedEventResponse, VaultDataDeletedEventResponseData, VaultDataReadEvent, VaultDataReadEventData, VaultDataReadEventResponse, VaultDataReadEventResponseData, VaultDataUpdatedEvent, VaultDataUpdatedEventData, VaultDataUpdatedEventResponse, VaultDataUpdatedEventResponseData, VaultDekDecryptedEvent, VaultDekDecryptedEventData, VaultDekDecryptedEventResponse, VaultDekDecryptedEventResponseData, VaultDekReadEvent, VaultDekReadEventData, VaultDekReadEventResponse, VaultDekReadEventResponseData, VaultKekCreatedEvent, VaultKekCreatedEventData, VaultKekCreatedEventResponse, VaultKekCreatedEventResponseData, VaultMetadataReadEvent, VaultMetadataReadEventData, VaultMetadataReadEventResponse, VaultMetadataReadEventResponseData, VaultNamesListedEvent, VaultNamesListedEventData, VaultNamesListedEventResponse, VaultNamesListedEventResponseData, VaultObject, VerifyEmailOptions, WithResolvedClientId, WorkOSNode as WorkOS, WorkOSErrorData, WorkOSOptions, WorkOSResponseError, createWorkOS, isAuthenticationErrorData, serializeRevokeSessionOptions };
|
|
34
34
|
//# sourceMappingURL=index.d.mts.map
|
package/lib/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as FetchHttpClient, C as NoApiKeyProvidedException, D as isAuthenticationErrorData, E as AuthenticationException, O as GenericServerException, S as NotFoundException, T as BadRequestException, _ as UnprocessableEntityException, a as DomainDataState, b as RateLimitExceededException, c as FeatureFlagsRuntimeClient, d as serializeRevokeSessionOptions, f as AuthenticateWithSessionCookieFailureReason, g as Actions, h as Webhooks, i as OrganizationDomainVerificationStrategy, j as SubtleCryptoProvider, k as ApiKeyRequiredException, l as CookieSession, m as PKCE, n as ConnectionType, o as GenerateLinkIntent, p as AutoPaginatable, r as OrganizationDomainState, s as WorkOS, t as createWorkOS, u as RefreshSessionFailureReason, v as UnauthorizedException, w as ConflictException, x as OauthException, y as SignatureVerificationException } from "./factory-BcKWtJoA.mjs";
|
|
2
2
|
//#region src/index.ts
|
|
3
3
|
var WorkOSNode = class extends WorkOS {
|
|
4
4
|
/** @override */
|
|
@@ -34,6 +34,6 @@ var WorkOSNode = class extends WorkOS {
|
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
|
37
|
-
export { ApiKeyRequiredException, AuthenticateWithSessionCookieFailureReason, AutoPaginatable, BadRequestException,
|
|
37
|
+
export { ApiKeyRequiredException, AuthenticateWithSessionCookieFailureReason, AuthenticationException, AutoPaginatable, BadRequestException, ConflictException, ConnectionType, CookieSession, DomainDataState, FeatureFlagsRuntimeClient, GenerateLinkIntent, GenericServerException, NoApiKeyProvidedException, NotFoundException, OauthException, OrganizationDomainState, OrganizationDomainVerificationStrategy, PKCE, RateLimitExceededException, RefreshSessionFailureReason, SignatureVerificationException, UnauthorizedException, UnprocessableEntityException, WorkOSNode as WorkOS, createWorkOS, isAuthenticationErrorData, serializeRevokeSessionOptions };
|
|
38
38
|
|
|
39
39
|
//# sourceMappingURL=index.mjs.map
|
package/lib/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["// @oagen-ignore-file\nimport { SubtleCryptoProvider } from './common/crypto/subtle-crypto-provider';\nimport { CryptoProvider } from './common/crypto/crypto-provider';\n\nimport { HttpClient } from './common/net/http-client';\nimport { FetchHttpClient } from './common/net/fetch-client';\n\nimport { Actions } from './actions/actions';\nimport { Webhooks } from './webhooks/webhooks';\nimport { WorkOS } from './workos';\nimport { WorkOSOptions } from './common/interfaces';\n\nexport * from './actions/interfaces';\nexport * from './api-keys/interfaces';\nexport * from './audit-logs/interfaces';\nexport * from './authorization/interfaces';\nexport * from './common/exceptions';\nexport * from './common/interfaces';\nexport * from './common/utils/pagination';\nexport * from './directory-sync/interfaces';\nexport * from './events/interfaces';\nexport * from './feature-flags/interfaces';\nexport { FeatureFlagsRuntimeClient } from './feature-flags/runtime-client';\nexport * from './groups/interfaces';\nexport * from './organizations/interfaces';\nexport * from './organization-domains/interfaces';\nexport * from './passwordless/interfaces';\nexport * from './admin-portal/interfaces';\nexport * from './roles/interfaces';\nexport * from './sso/interfaces';\nexport * from './user-management/interfaces';\nexport { CookieSession } from './user-management/session';\nexport * from './vault/interfaces';\nexport * from './pkce/pkce';\nexport {\n createWorkOS,\n type PublicWorkOS,\n type PublicUserManagement,\n type PublicSSO,\n type PublicClientOptions,\n type ConfidentialClientOptions,\n} from './factory';\n\nclass WorkOSNode extends WorkOS {\n /** @override */\n createHttpClient(options: WorkOSOptions, userAgent: string): HttpClient {\n const headers: Record<string, string> = {};\n\n const configHeaders = options.config?.headers;\n if (configHeaders) {\n if (configHeaders instanceof Headers) {\n configHeaders.forEach((v, k) => (headers[k] = v));\n } else if (Array.isArray(configHeaders)) {\n configHeaders.forEach(([k, v]) => (headers[k] = v));\n } else {\n Object.assign(headers, configHeaders);\n }\n }\n\n headers['User-Agent'] = userAgent;\n\n if (this.key) {\n headers['Authorization'] = `Bearer ${this.key}`;\n }\n\n const opts = {\n ...options.config,\n timeout: options.timeout,\n headers,\n };\n\n return new FetchHttpClient(this.baseURL, opts, options.fetchFn);\n }\n\n /** @override */\n createWebhookClient(): Webhooks {\n return new Webhooks(this.getCryptoProvider());\n }\n\n override getCryptoProvider(): CryptoProvider {\n return new SubtleCryptoProvider();\n }\n\n /** @override */\n createActionsClient(): Actions {\n return new Actions(this.getCryptoProvider());\n }\n\n /** @override */\n emitWarning(warning: string): void {\n return process.emitWarning(warning, 'WorkOS');\n }\n}\n\nexport { WorkOSNode as WorkOS };\n"],"mappings":";;AA2CA,IAAM,aAAN,cAAyB,OAAO;;CAE9B,iBAAiB,SAAwB,WAA+B;EACtE,MAAM,UAAkC,EAAE;EAE1C,MAAM,gBAAgB,QAAQ,QAAQ;AACtC,MAAI,cACF,KAAI,yBAAyB,QAC3B,eAAc,SAAS,GAAG,MAAO,QAAQ,KAAK,EAAG;WACxC,MAAM,QAAQ,cAAc,CACrC,eAAc,SAAS,CAAC,GAAG,OAAQ,QAAQ,KAAK,EAAG;MAEnD,QAAO,OAAO,SAAS,cAAc;AAIzC,UAAQ,gBAAgB;AAExB,MAAI,KAAK,IACP,SAAQ,mBAAmB,UAAU,KAAK;EAG5C,MAAM,OAAO;GACX,GAAG,QAAQ;GACX,SAAS,QAAQ;GACjB;GACD;AAED,SAAO,IAAI,gBAAgB,KAAK,SAAS,MAAM,QAAQ,QAAQ;;;CAIjE,sBAAgC;AAC9B,SAAO,IAAI,SAAS,KAAK,mBAAmB,CAAC;;CAG/C,oBAA6C;AAC3C,SAAO,IAAI,sBAAsB;;;CAInC,sBAA+B;AAC7B,SAAO,IAAI,QAAQ,KAAK,mBAAmB,CAAC;;;CAI9C,YAAY,SAAuB;AACjC,SAAO,QAAQ,YAAY,SAAS,SAAS"}
|
package/lib/index.worker.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_factory = require("./factory-
|
|
2
|
+
const require_factory = require("./factory-CgfeO0z2.cjs");
|
|
3
3
|
//#region src/index.worker.ts
|
|
4
4
|
var WorkOSWorker = class extends require_factory.WorkOS {
|
|
5
5
|
/** @override */
|
|
@@ -32,13 +32,13 @@ var WorkOSWorker = class extends require_factory.WorkOS {
|
|
|
32
32
|
//#endregion
|
|
33
33
|
exports.ApiKeyRequiredException = require_factory.ApiKeyRequiredException;
|
|
34
34
|
exports.AuthenticateWithSessionCookieFailureReason = require_factory.AuthenticateWithSessionCookieFailureReason;
|
|
35
|
+
exports.AuthenticationException = require_factory.AuthenticationException;
|
|
35
36
|
exports.AutoPaginatable = require_factory.AutoPaginatable;
|
|
36
37
|
exports.BadRequestException = require_factory.BadRequestException;
|
|
37
|
-
exports.
|
|
38
|
-
exports.CheckResult = require_factory.CheckResult;
|
|
38
|
+
exports.ConflictException = require_factory.ConflictException;
|
|
39
39
|
exports.ConnectionType = require_factory.ConnectionType;
|
|
40
40
|
exports.DomainDataState = require_factory.DomainDataState;
|
|
41
|
-
exports.
|
|
41
|
+
exports.GenerateLinkIntent = require_factory.GenerateLinkIntent;
|
|
42
42
|
exports.GenericServerException = require_factory.GenericServerException;
|
|
43
43
|
exports.NoApiKeyProvidedException = require_factory.NoApiKeyProvidedException;
|
|
44
44
|
exports.NotFoundException = require_factory.NotFoundException;
|
|
@@ -48,13 +48,12 @@ exports.OrganizationDomainVerificationStrategy = require_factory.OrganizationDom
|
|
|
48
48
|
exports.PKCE = require_factory.PKCE;
|
|
49
49
|
exports.RateLimitExceededException = require_factory.RateLimitExceededException;
|
|
50
50
|
exports.RefreshSessionFailureReason = require_factory.RefreshSessionFailureReason;
|
|
51
|
-
exports.ResourceOp = require_factory.ResourceOp;
|
|
52
51
|
exports.SignatureVerificationException = require_factory.SignatureVerificationException;
|
|
53
52
|
exports.UnauthorizedException = require_factory.UnauthorizedException;
|
|
54
53
|
exports.UnprocessableEntityException = require_factory.UnprocessableEntityException;
|
|
55
|
-
exports.WarrantOp = require_factory.WarrantOp;
|
|
56
54
|
exports.WorkOS = WorkOSWorker;
|
|
57
55
|
exports.createWorkOS = require_factory.createWorkOS;
|
|
56
|
+
exports.isAuthenticationErrorData = require_factory.isAuthenticationErrorData;
|
|
58
57
|
exports.serializeRevokeSessionOptions = require_factory.serializeRevokeSessionOptions;
|
|
59
58
|
|
|
60
59
|
//# sourceMappingURL=index.worker.cjs.map
|
package/lib/index.worker.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.worker.cjs","names":["WorkOS","FetchHttpClient","Webhooks","SubtleCryptoProvider","Actions"],"sources":["../src/index.worker.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"index.worker.cjs","names":["WorkOS","FetchHttpClient","Webhooks","SubtleCryptoProvider","Actions"],"sources":["../src/index.worker.ts"],"sourcesContent":["// @oagen-ignore-file\nimport { Actions } from './actions/actions';\nimport { CryptoProvider } from './common/crypto/crypto-provider';\nimport { SubtleCryptoProvider } from './common/crypto/subtle-crypto-provider';\nimport { FetchHttpClient } from './common/net/fetch-client';\nimport { HttpClient } from './common/net/http-client';\nimport { WorkOSOptions } from './index.worker';\nimport { Webhooks } from './webhooks/webhooks';\nimport { WorkOS } from './workos';\n\nexport * from './actions/interfaces';\nexport * from './audit-logs/interfaces';\nexport * from './authorization/interfaces';\nexport * from './common/exceptions';\nexport * from './common/interfaces';\nexport * from './common/utils/pagination';\nexport * from './directory-sync/interfaces';\nexport * from './events/interfaces';\nexport * from './organizations/interfaces';\nexport * from './organization-domains/interfaces';\nexport * from './passwordless/interfaces';\nexport * from './admin-portal/interfaces';\nexport * from './sso/interfaces';\nexport * from './user-management/interfaces';\nexport * from './roles/interfaces';\nexport * from './pkce/pkce';\nexport {\n createWorkOS,\n type PublicWorkOS,\n type PublicUserManagement,\n type PublicSSO,\n type PublicClientOptions,\n type ConfidentialClientOptions,\n} from './factory';\n\nclass WorkOSWorker extends WorkOS {\n /** @override */\n createHttpClient(options: WorkOSOptions, userAgent: string): HttpClient {\n const headers: Record<string, string> = {\n 'User-Agent': userAgent,\n };\n\n const configHeaders = options.config?.headers;\n if (\n configHeaders &&\n typeof configHeaders === 'object' &&\n !Array.isArray(configHeaders) &&\n !(configHeaders instanceof Headers)\n ) {\n Object.assign(headers, configHeaders);\n }\n\n if (this.key) {\n headers['Authorization'] = `Bearer ${this.key}`;\n }\n\n return new FetchHttpClient(this.baseURL, {\n ...options.config,\n headers,\n });\n }\n\n /** @override */\n createWebhookClient(): Webhooks {\n const cryptoProvider = new SubtleCryptoProvider();\n\n return new Webhooks(cryptoProvider);\n }\n\n override getCryptoProvider(): CryptoProvider {\n return new SubtleCryptoProvider();\n }\n\n /** @override */\n createActionsClient(): Actions {\n const cryptoProvider = new SubtleCryptoProvider();\n\n return new Actions(cryptoProvider);\n }\n\n /** @override */\n emitWarning(warning: string): void {\n // tslint:disable-next-line:no-console\n return console.warn(`WorkOS: ${warning}`);\n }\n}\n\nexport { WorkOSWorker as WorkOS };\n"],"mappings":";;;AAmCA,IAAM,eAAN,cAA2BA,gBAAAA,OAAO;;CAEhC,iBAAiB,SAAwB,WAA+B;EACtE,MAAM,UAAkC,EACtC,cAAc,WACf;EAED,MAAM,gBAAgB,QAAQ,QAAQ;AACtC,MACE,iBACA,OAAO,kBAAkB,YACzB,CAAC,MAAM,QAAQ,cAAc,IAC7B,EAAE,yBAAyB,SAE3B,QAAO,OAAO,SAAS,cAAc;AAGvC,MAAI,KAAK,IACP,SAAQ,mBAAmB,UAAU,KAAK;AAG5C,SAAO,IAAIC,gBAAAA,gBAAgB,KAAK,SAAS;GACvC,GAAG,QAAQ;GACX;GACD,CAAC;;;CAIJ,sBAAgC;AAG9B,SAAO,IAAIC,gBAAAA,SAFY,IAAIC,gBAAAA,sBAAsB,CAEd;;CAGrC,oBAA6C;AAC3C,SAAO,IAAIA,gBAAAA,sBAAsB;;;CAInC,sBAA+B;AAG7B,SAAO,IAAIC,gBAAAA,QAFY,IAAID,gBAAAA,sBAAsB,CAEf;;;CAIpC,YAAY,SAAuB;AAEjC,SAAO,QAAQ,KAAK,WAAW,UAAU"}
|