@workos-inc/node 10.6.0 → 10.7.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-nPldaSjn.d.mts → factory-7zoKcOC2.d.cts} +15 -2
- package/lib/{factory-nPldaSjn.d.cts → factory-7zoKcOC2.d.mts} +15 -2
- package/lib/{factory-C3tbwZax.mjs → factory-BjWO1KkE.mjs} +6 -2
- package/lib/{factory-C3tbwZax.mjs.map → factory-BjWO1KkE.mjs.map} +1 -1
- package/lib/{factory-B6WUDYmR.cjs → factory-DwW2quUn.cjs} +6 -2
- package/lib/{factory-B6WUDYmR.cjs.map → factory-DwW2quUn.cjs.map} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +2 -2
- package/lib/index.d.mts +2 -2
- package/lib/index.mjs +1 -1
- package/lib/index.worker.cjs +1 -1
- package/lib/index.worker.d.cts +2 -2
- package/lib/index.worker.d.mts +2 -2
- package/lib/index.worker.mjs +1 -1
- package/package.json +1 -1
|
@@ -5709,6 +5709,10 @@ const deserializeRoleAssignment = (response) => ({
|
|
|
5709
5709
|
externalId: response.resource.external_id,
|
|
5710
5710
|
resourceTypeSlug: response.resource.resource_type_slug
|
|
5711
5711
|
},
|
|
5712
|
+
source: {
|
|
5713
|
+
type: response.source.type,
|
|
5714
|
+
groupRoleAssignmentId: response.source.group_role_assignment_id
|
|
5715
|
+
},
|
|
5712
5716
|
createdAt: response.created_at,
|
|
5713
5717
|
updatedAt: response.updated_at
|
|
5714
5718
|
});
|
|
@@ -7150,7 +7154,7 @@ var Vault = class {
|
|
|
7150
7154
|
};
|
|
7151
7155
|
//#endregion
|
|
7152
7156
|
//#region package.json
|
|
7153
|
-
var version = "10.
|
|
7157
|
+
var version = "10.7.0";
|
|
7154
7158
|
//#endregion
|
|
7155
7159
|
//#region src/workos.ts
|
|
7156
7160
|
const DEFAULT_HOSTNAME = "api.workos.com";
|
|
@@ -7681,4 +7685,4 @@ Object.defineProperty(exports, "serializeRevokeSessionOptions", {
|
|
|
7681
7685
|
}
|
|
7682
7686
|
});
|
|
7683
7687
|
|
|
7684
|
-
//# sourceMappingURL=factory-
|
|
7688
|
+
//# sourceMappingURL=factory-DwW2quUn.cjs.map
|