@workos-inc/node 8.12.1 → 8.13.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/lib/{factory-DClLn4DC.mjs → factory-HM2NchXm.mjs} +4 -3
- package/lib/{factory-DClLn4DC.mjs.map → factory-HM2NchXm.mjs.map} +1 -1
- package/lib/{factory-DgWOj5Mq.cjs → factory-yopqWYw5.cjs} +4 -3
- package/lib/{factory-DgWOj5Mq.cjs.map → factory-yopqWYw5.cjs.map} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.worker.cjs +1 -1
- package/lib/index.worker.d.cts +1 -1
- package/lib/index.worker.d.mts +1 -1
- package/lib/index.worker.mjs +1 -1
- package/lib/{workos-BsGYox30.d.cts → workos-9ENvbxSO.d.cts} +5 -3
- package/lib/{workos-DeJXESD6.d.mts → workos-CESKLr5j.d.mts} +5 -3
- package/package.json +1 -1
|
@@ -4107,7 +4107,8 @@ const serializeUpdateEnvironmentRoleOptions = (options) => ({
|
|
|
4107
4107
|
const serializeCreateOrganizationRoleOptions = (options) => ({
|
|
4108
4108
|
slug: options.slug,
|
|
4109
4109
|
name: options.name,
|
|
4110
|
-
description: options.description
|
|
4110
|
+
description: options.description,
|
|
4111
|
+
resource_type_slug: options.resourceTypeSlug
|
|
4111
4112
|
});
|
|
4112
4113
|
//#endregion
|
|
4113
4114
|
//#region src/authorization/serializers/update-organization-role-options.serializer.ts
|
|
@@ -4748,7 +4749,7 @@ function extractBunVersionFromUserAgent() {
|
|
|
4748
4749
|
}
|
|
4749
4750
|
//#endregion
|
|
4750
4751
|
//#region package.json
|
|
4751
|
-
var version = "8.
|
|
4752
|
+
var version = "8.13.0";
|
|
4752
4753
|
//#endregion
|
|
4753
4754
|
//#region src/workos.ts
|
|
4754
4755
|
const DEFAULT_HOSTNAME = "api.workos.com";
|
|
@@ -5128,4 +5129,4 @@ function createWorkOS(options) {
|
|
|
5128
5129
|
//#endregion
|
|
5129
5130
|
export { ApiKeyRequiredException as A, SignatureVerificationException as C, NoApiKeyProvidedException as D, NotFoundException as E, SubtleCryptoProvider as M, BadRequestException as O, UnauthorizedException as S, OauthException as T, AutoPaginatable as _, OrganizationDomainVerificationStrategy as a, Actions as b, FeatureFlagsRuntimeClient as c, CheckResult as d, CheckOp as f, AuthenticateWithSessionCookieFailureReason as g, serializeRevokeSessionOptions as h, OrganizationDomainState as i, FetchHttpClient as j, GenericServerException as k, WarrantOp as l, RefreshSessionFailureReason as m, ConnectionType as n, DomainDataState as o, CookieSession as p, GeneratePortalLinkIntent as r, WorkOS as s, createWorkOS as t, ResourceOp as u, PKCE as v, RateLimitExceededException as w, UnprocessableEntityException as x, Webhooks as y };
|
|
5130
5131
|
|
|
5131
|
-
//# sourceMappingURL=factory-
|
|
5132
|
+
//# sourceMappingURL=factory-HM2NchXm.mjs.map
|