@workos-inc/node
Advanced tools
Comparing version 0.9.8 to 0.9.9
{ | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"name": "@workos-inc/node", | ||
@@ -38,7 +38,7 @@ "author": "WorkOS", | ||
"pluralize": "8.0.0", | ||
"query-string": "6.14.1" | ||
"query-string": "7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.22", | ||
"@types/node": "12.20.7", | ||
"@types/node": "12.20.8", | ||
"@types/pluralize": "0.0.29", | ||
@@ -49,3 +49,3 @@ "axios-mock-adapter": "1.19.0", | ||
"supertest": "6.1.3", | ||
"ts-jest": "26.5.4", | ||
"ts-jest": "26.5.5", | ||
"tslint": "6.1.3", | ||
@@ -52,0 +52,0 @@ "typescript": "4.2.4" |
@@ -13,2 +13,3 @@ import { WorkOS } from '../workos'; | ||
listDirectories(options?: ListDirectoriesOptions): Promise<List<Directory>>; | ||
deleteDirectory(id: string): Promise<void>; | ||
listGroups(options: ListGroupsOptions): Promise<List<Group>>; | ||
@@ -15,0 +16,0 @@ listUsers(options: ListUsersOptions): Promise<List<UserWithGroups>>; |
@@ -23,2 +23,7 @@ "use strict"; | ||
} | ||
deleteDirectory(id) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
yield this.workos.delete(`/directories/${id}`); | ||
}); | ||
} | ||
listGroups(options) { | ||
@@ -25,0 +30,0 @@ return __awaiter(this, void 0, void 0, function* () { |
{ | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"name": "@workos-inc/node", | ||
@@ -38,7 +38,7 @@ "author": "WorkOS", | ||
"pluralize": "8.0.0", | ||
"query-string": "6.14.1" | ||
"query-string": "7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.22", | ||
"@types/node": "12.20.7", | ||
"@types/node": "12.20.8", | ||
"@types/pluralize": "0.0.29", | ||
@@ -49,3 +49,3 @@ "axios-mock-adapter": "1.19.0", | ||
"supertest": "6.1.3", | ||
"ts-jest": "26.5.4", | ||
"ts-jest": "26.5.5", | ||
"tslint": "6.1.3", | ||
@@ -52,0 +52,0 @@ "typescript": "4.2.4" |
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
50940
1068
+ Addedquery-string@7.0.0(transitive)
- Removedquery-string@6.14.1(transitive)
Updatedquery-string@7.0.0