windmill-client 1.685.0 → 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.
- package/dist/core/OpenAPI.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types.gen.d.ts +5 -4
- package/package.json +1 -1
package/dist/core/OpenAPI.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -4471,10 +4471,9 @@ export type FlowVersion = {
|
|
|
4471
4471
|
};
|
|
4472
4472
|
export type SlackToken = {
|
|
4473
4473
|
access_token: string;
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
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
|
};
|