@workos-inc/node
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -153,2 +153,4 @@ "use strict"; | ||
actors: ['Jon', 'Smith'], | ||
actor_names: ['Jon', 'Smith'], | ||
actor_ids: ['user_foo', 'user_bar'], | ||
organization_id: 'org_123', | ||
@@ -155,0 +157,0 @@ range_end: new Date(), |
export interface AuditLogExportOptions { | ||
actions?: string[]; | ||
/** | ||
* @deprecated Please use `actor_names` instead. | ||
*/ | ||
actors?: string[]; | ||
actor_names?: string[]; | ||
actor_ids?: string[]; | ||
organization_id: string; | ||
@@ -5,0 +10,0 @@ range_end: Date; |
@@ -28,3 +28,3 @@ "use strict"; | ||
const bad_request_exception_1 = require("./common/exceptions/bad-request.exception"); | ||
const VERSION = '2.17.0'; | ||
const VERSION = '2.18.0'; | ||
const DEFAULT_HOSTNAME = 'api.workos.com'; | ||
@@ -31,0 +31,0 @@ class WorkOS { |
{ | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"name": "@workos-inc/node", | ||
@@ -4,0 +4,0 @@ "author": "WorkOS", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189227
4182