windmill-client 1.423.1 → 1.423.2

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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.423.1',
42
+ VERSION: '1.423.2',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -149,7 +149,7 @@ class UserService {
149
149
  static getUser(data) {
150
150
  return (0, request_1.request)(OpenAPI_1.OpenAPI, {
151
151
  method: 'GET',
152
- url: '/w/{workspace}/users/{username}',
152
+ url: '/w/{workspace}/users/get/{username}',
153
153
  path: {
154
154
  workspace: data.workspace,
155
155
  username: data.username
@@ -708,7 +708,7 @@ class AdminService {
708
708
  static getUser(data) {
709
709
  return (0, request_1.request)(OpenAPI_1.OpenAPI, {
710
710
  method: 'GET',
711
- url: '/w/{workspace}/users/{username}',
711
+ url: '/w/{workspace}/users/get/{username}',
712
712
  path: {
713
713
  workspace: data.workspace,
714
714
  username: data.username
@@ -5374,7 +5374,7 @@ export type $OpenApiTs = {
5374
5374
  };
5375
5375
  };
5376
5376
  };
5377
- '/w/{workspace}/users/{username}': {
5377
+ '/w/{workspace}/users/get/{username}': {
5378
5378
  get: {
5379
5379
  req: {
5380
5380
  username: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.423.1",
4
+ "version": "1.423.2",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {