@workos-inc/node 10.4.0 → 10.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{factory-CRqtXIIK.mjs → factory-B4fXjv0Z.mjs} +4 -3
- package/lib/factory-B4fXjv0Z.mjs.map +1 -0
- package/lib/{factory-CYqsa7gY.cjs → factory-BWQXdnOa.cjs} +4 -3
- package/lib/factory-BWQXdnOa.cjs.map +1 -0
- package/lib/{factory-B85kMVYe.d.cts → factory-DRMv73xI.d.cts} +3 -1
- package/lib/{factory-B85kMVYe.d.mts → factory-DRMv73xI.d.mts} +3 -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/package.json +1 -1
- package/lib/factory-CRqtXIIK.mjs.map +0 -1
- package/lib/factory-CYqsa7gY.cjs.map +0 -1
|
@@ -1366,8 +1366,9 @@ const deserializeProfileAndToken = (profileAndToken) => ({
|
|
|
1366
1366
|
//#endregion
|
|
1367
1367
|
//#region src/user-management/serializers/role.serializer.ts
|
|
1368
1368
|
const deserializeRoleEvent = (role) => ({
|
|
1369
|
-
object:
|
|
1369
|
+
object: role.object,
|
|
1370
1370
|
slug: role.slug,
|
|
1371
|
+
resourceTypeSlug: role.resource_type_slug,
|
|
1371
1372
|
permissions: role.permissions,
|
|
1372
1373
|
createdAt: role.created_at,
|
|
1373
1374
|
updatedAt: role.updated_at
|
|
@@ -7141,7 +7142,7 @@ var Vault = class {
|
|
|
7141
7142
|
};
|
|
7142
7143
|
//#endregion
|
|
7143
7144
|
//#region package.json
|
|
7144
|
-
var version = "10.4.
|
|
7145
|
+
var version = "10.4.1";
|
|
7145
7146
|
//#endregion
|
|
7146
7147
|
//#region src/workos.ts
|
|
7147
7148
|
const DEFAULT_HOSTNAME = "api.workos.com";
|
|
@@ -7672,4 +7673,4 @@ Object.defineProperty(exports, "serializeRevokeSessionOptions", {
|
|
|
7672
7673
|
}
|
|
7673
7674
|
});
|
|
7674
7675
|
|
|
7675
|
-
//# sourceMappingURL=factory-
|
|
7676
|
+
//# sourceMappingURL=factory-BWQXdnOa.cjs.map
|