@rlvt/workflows-openapi-client 1.0.293 → 1.0.294

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.
@@ -257,4 +257,54 @@ export declare type Error = {
257
257
  [key: string]: AnyValue;
258
258
  };
259
259
  };
260
+ export declare type MissingContentDependencyErrorPayload = {
261
+ workflows: {
262
+ errors: {
263
+ errors: (({
264
+ dependencyId: string;
265
+ } & {
266
+ type: "datasource";
267
+ id: string;
268
+ group?: {
269
+ by: string;
270
+ mode: "aggregated" | "onePerValue" | "topValueOnly" | "oneValueOnly";
271
+ };
272
+ }) | ({
273
+ dependencyId: string;
274
+ } & {
275
+ type: "url-parameter";
276
+ name: string;
277
+ subtype: string;
278
+ }) | ({
279
+ dependencyId: string;
280
+ } & {
281
+ type: "weather" | "context" | "geolocation" | "live-polling";
282
+ }))[];
283
+ contentId: string;
284
+ contentIndex: number;
285
+ }[];
286
+ id: string;
287
+ nodeId: string;
288
+ }[];
289
+ };
290
+ export declare type BindingError = ({
291
+ dependencyId: string;
292
+ } & {
293
+ type: "datasource";
294
+ id: string;
295
+ group?: {
296
+ by: string;
297
+ mode: "aggregated" | "onePerValue" | "topValueOnly" | "oneValueOnly";
298
+ };
299
+ }) | ({
300
+ dependencyId: string;
301
+ } & {
302
+ type: "url-parameter";
303
+ name: string;
304
+ subtype: string;
305
+ }) | ({
306
+ dependencyId: string;
307
+ } & {
308
+ type: "weather" | "context" | "geolocation" | "live-polling";
309
+ });
260
310
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.293+a5fac53",
3
+ "version": "1.0.294+bef3ab7",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",