@workos-inc/node
Advanced tools
Comparing version 0.9.3 to 0.9.4
{ | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"name": "@workos-inc/node", | ||
@@ -12,3 +12,3 @@ "author": "WorkOS", | ||
"volta": { | ||
"node": "10.23.3", | ||
"node": "10.24.0", | ||
"yarn": "1.22.10" | ||
@@ -39,3 +39,3 @@ }, | ||
"pluralize": "8.0.0", | ||
"query-string": "6.14.0" | ||
"query-string": "6.14.1" | ||
}, | ||
@@ -50,6 +50,6 @@ "devDependencies": { | ||
"supertest": "6.1.3", | ||
"ts-jest": "26.5.1", | ||
"ts-jest": "26.5.3", | ||
"tslint": "6.1.3", | ||
"typescript": "4.1.5" | ||
"typescript": "4.2.2" | ||
} | ||
} |
@@ -8,4 +8,4 @@ export interface Directory { | ||
environment_id: string; | ||
state: 'unlinked' | 'linked'; | ||
state: 'unlinked' | 'linked' | 'invalid_credentials'; | ||
type: string; | ||
} |
export declare enum GeneratePortalLinkIntent { | ||
SSO = "sso" | ||
SSO = "sso", | ||
DSync = "dsync" | ||
} |
@@ -7,2 +7,3 @@ "use strict"; | ||
GeneratePortalLinkIntent["SSO"] = "sso"; | ||
GeneratePortalLinkIntent["DSync"] = "dsync"; | ||
})(GeneratePortalLinkIntent = exports.GeneratePortalLinkIntent || (exports.GeneratePortalLinkIntent = {})); |
{ | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"name": "@workos-inc/node", | ||
@@ -12,3 +12,3 @@ "author": "WorkOS", | ||
"volta": { | ||
"node": "10.23.3", | ||
"node": "10.24.0", | ||
"yarn": "1.22.10" | ||
@@ -39,3 +39,3 @@ }, | ||
"pluralize": "8.0.0", | ||
"query-string": "6.14.0" | ||
"query-string": "6.14.1" | ||
}, | ||
@@ -50,6 +50,6 @@ "devDependencies": { | ||
"supertest": "6.1.3", | ||
"ts-jest": "26.5.1", | ||
"ts-jest": "26.5.3", | ||
"tslint": "6.1.3", | ||
"typescript": "4.1.5" | ||
"typescript": "4.2.2" | ||
} | ||
} |
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
50456
1055
+ Addedquery-string@6.14.1(transitive)
- Removedquery-string@6.14.0(transitive)
Updatedquery-string@6.14.1