windmill-client 1.371.4 → 1.372.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.js +1 -1
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -253,6 +253,7 @@ export type ListableVariable = {
|
|
|
253
253
|
refresh_error?: string;
|
|
254
254
|
is_linked?: boolean;
|
|
255
255
|
is_refreshed?: boolean;
|
|
256
|
+
expires_at?: string;
|
|
256
257
|
};
|
|
257
258
|
export type ContextualVariable = {
|
|
258
259
|
name: string;
|
|
@@ -267,6 +268,7 @@ export type CreateVariable = {
|
|
|
267
268
|
description: string;
|
|
268
269
|
account?: number;
|
|
269
270
|
is_oauth?: boolean;
|
|
271
|
+
expires_at?: string;
|
|
270
272
|
};
|
|
271
273
|
export type EditVariable = {
|
|
272
274
|
path?: string;
|