@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.
@@ -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.6.0";
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-B6WUDYmR.cjs.map
7688
+ //# sourceMappingURL=factory-DwW2quUn.cjs.map