@rlvt/workflows-openapi-client 1.0.446 → 1.0.447

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.
Files changed (2) hide show
  1. package/build/api.d.ts +1 -1
  2. package/package.json +1 -1
package/build/api.d.ts CHANGED
@@ -1186,7 +1186,7 @@ export default class {
1186
1186
  id: string;
1187
1187
  indexOrId: string | number;
1188
1188
  'rlvt-u'?: string | string[] | undefined;
1189
- mode?: "debug" | "click" | "display" | undefined;
1189
+ mode?: "debug" | "click" | "display" | "ui-debug" | undefined;
1190
1190
  'no-cache'?: boolean | undefined;
1191
1191
  'dry-run'?: boolean | undefined;
1192
1192
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.446+382ef1f",
3
+ "version": "1.0.447+3f91aea",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",