@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";
|
|
@@ -5319,4 +5320,4 @@ Object.defineProperty(exports, "serializeRevokeSessionOptions", {
|
|
|
5319
5320
|
}
|
|
5320
5321
|
});
|
|
5321
5322
|
|
|
5322
|
-
//# sourceMappingURL=factory-
|
|
5323
|
+
//# sourceMappingURL=factory-yopqWYw5.cjs.map
|