@workos-inc/node 10.9.0 → 10.10.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.
@@ -1180,6 +1180,7 @@ const deserializeAction = (actionPayload) => {
1180
1180
  object: actionPayload.object,
1181
1181
  userData: deserializeUserData(actionPayload.user_data),
1182
1182
  invitation: actionPayload.invitation ? deserializeInvitation(actionPayload.invitation) : void 0,
1183
+ authenticationMethod: actionPayload.authentication_method,
1183
1184
  ipAddress: actionPayload.ip_address,
1184
1185
  userAgent: actionPayload.user_agent,
1185
1186
  deviceFingerprint: actionPayload.device_fingerprint
@@ -1190,6 +1191,7 @@ const deserializeAction = (actionPayload) => {
1190
1191
  user: deserializeUser(actionPayload.user),
1191
1192
  organization: actionPayload.organization ? deserializeOrganization(actionPayload.organization) : void 0,
1192
1193
  organizationMembership: actionPayload.organization_membership ? deserializeOrganizationMembership(actionPayload.organization_membership) : void 0,
1194
+ authenticationMethod: actionPayload.authentication_method,
1193
1195
  ipAddress: actionPayload.ip_address,
1194
1196
  userAgent: actionPayload.user_agent,
1195
1197
  deviceFingerprint: actionPayload.device_fingerprint,
@@ -8069,7 +8071,7 @@ var Vault = class {
8069
8071
  };
8070
8072
  //#endregion
8071
8073
  //#region package.json
8072
- var version = "10.9.0";
8074
+ var version = "10.10.0";
8073
8075
  //#endregion
8074
8076
  //#region src/workos.ts
8075
8077
  const DEFAULT_HOSTNAME = "api.workos.com";
@@ -8606,4 +8608,4 @@ Object.defineProperty(exports, "serializeRevokeSessionOptions", {
8606
8608
  }
8607
8609
  });
8608
8610
 
8609
- //# sourceMappingURL=factory-Bd19upQB.cjs.map
8611
+ //# sourceMappingURL=factory-CrK6SPfn.cjs.map