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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.371.4',
42
+ VERSION: '1.372.0',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -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;
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.371.4",
4
+ "version": "1.372.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {