windmill-client 1.684.1 → 1.686.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.
@@ -29,7 +29,7 @@ const OpenAPI = {
29
29
  PASSWORD: void 0,
30
30
  TOKEN: getEnv("WM_TOKEN"),
31
31
  USERNAME: void 0,
32
- VERSION: "1.684.1",
32
+ VERSION: "1.686.0",
33
33
  WITH_CREDENTIALS: true,
34
34
  interceptors: {
35
35
  request: new Interceptors(),
package/dist/index.js CHANGED
@@ -126,7 +126,7 @@ const OpenAPI = {
126
126
  PASSWORD: void 0,
127
127
  TOKEN: getEnv$1("WM_TOKEN"),
128
128
  USERNAME: void 0,
129
- VERSION: "1.684.1",
129
+ VERSION: "1.686.0",
130
130
  WITH_CREDENTIALS: true,
131
131
  interceptors: {
132
132
  request: new Interceptors(),
@@ -4471,10 +4471,9 @@ export type FlowVersion = {
4471
4471
  };
4472
4472
  export type SlackToken = {
4473
4473
  access_token: string;
4474
- team_id: string;
4475
- team_name: string;
4476
- bot: {
4477
- bot_access_token?: string;
4474
+ team?: {
4475
+ id: string;
4476
+ name: string;
4478
4477
  };
4479
4478
  };
4480
4479
  export type TokenResponse = {
@@ -5928,6 +5927,7 @@ export type GetGhesConfigResponse = {
5928
5927
  base_url: string;
5929
5928
  app_slug: string;
5930
5929
  client_id: string;
5930
+ app_owner?: string | null;
5931
5931
  };
5932
5932
  export type ListWorkspacesResponse = Array<Workspace>;
5933
5933
  export type IsDomainAllowedResponse = boolean;
@@ -14405,6 +14405,7 @@ export type $OpenApiTs = {
14405
14405
  base_url: string;
14406
14406
  app_slug: string;
14407
14407
  client_id: string;
14408
+ app_owner?: string | null;
14408
14409
  };
14409
14410
  };
14410
14411
  };
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.684.1",
4
+ "version": "1.686.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "sideEffects": false,