@rlvt/workflows-openapi-client 1.0.749 → 1.0.751

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/build/api.d.ts CHANGED
@@ -2823,6 +2823,7 @@ export default class {
2823
2823
  index: number;
2824
2824
  description?: string | undefined;
2825
2825
  })[];
2826
+ redirectVariable?: string | undefined;
2826
2827
  }[];
2827
2828
  program: string;
2828
2829
  version: string;
@@ -2851,6 +2852,7 @@ export default class {
2851
2852
  index: number;
2852
2853
  description?: string | undefined;
2853
2854
  })[];
2855
+ redirectVariable?: string | undefined;
2854
2856
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
2855
2857
  status: "success";
2856
2858
  } & {
@@ -2880,6 +2882,7 @@ export default class {
2880
2882
  index: number;
2881
2883
  description?: string | undefined;
2882
2884
  })[];
2885
+ redirectVariable?: string | undefined;
2883
2886
  };
2884
2887
  program: string;
2885
2888
  version: string;
@@ -2919,6 +2922,7 @@ export default class {
2919
2922
  index: number;
2920
2923
  description?: string | undefined;
2921
2924
  })[];
2925
+ redirectVariable?: string | undefined;
2922
2926
  };
2923
2927
  program: string;
2924
2928
  version: string;
@@ -2948,6 +2952,7 @@ export default class {
2948
2952
  index: number;
2949
2953
  description?: string | undefined;
2950
2954
  })[] | undefined;
2955
+ redirectVariable?: string | undefined;
2951
2956
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
2952
2957
  status: "success";
2953
2958
  } & {
@@ -2977,6 +2982,7 @@ export default class {
2977
2982
  index: number;
2978
2983
  description?: string | undefined;
2979
2984
  })[];
2985
+ redirectVariable?: string | undefined;
2980
2986
  };
2981
2987
  program: string;
2982
2988
  version: string;
@@ -377,6 +377,7 @@ export declare type SerializedWorkflowOutputJsonTemplate = SerializedWorkflowSet
377
377
  index: number;
378
378
  description?: string;
379
379
  })[];
380
+ redirectVariable?: string;
380
381
  };
381
382
  export declare type InternalResponse_Array_SerializedWorkflowOutputJsonTemplate = {
382
383
  program: string;
@@ -415,6 +416,7 @@ export declare type JsonTemplateCreateBody = {
415
416
  index: number;
416
417
  description?: string;
417
418
  })[];
419
+ redirectVariable?: string;
418
420
  resourceGroupIds: string[];
419
421
  };
420
422
  export declare type JsonTemplateUpdateBody = {
@@ -436,6 +438,7 @@ export declare type JsonTemplateUpdateBody = {
436
438
  index: number;
437
439
  description?: string;
438
440
  })[];
441
+ redirectVariable?: string;
439
442
  };
440
443
  export declare type InternalResponse_token_string_expiresAt_number = {
441
444
  program: string;
@@ -23,4 +23,4 @@ var WorkflowVersionState;
23
23
  WorkflowVersionState["LIVE"] = "live";
24
24
  WorkflowVersionState["INACTIVE"] = "inactive";
25
25
  })(WorkflowVersionState = exports.WorkflowVersionState || (exports.WorkflowVersionState = {}));
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMEtwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBc1NELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMEtwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBeVNELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.749+d29ca47",
3
+ "version": "1.0.751+0eabaea",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",