@rlvt/workflows-openapi-client 1.0.622 → 1.0.623

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
@@ -144,6 +144,7 @@ export default class {
144
144
  shortId: string;
145
145
  includeContext?: boolean | undefined;
146
146
  includeDatalayerPath?: string[] | undefined;
147
+ waitForEvents?: string[] | undefined;
147
148
  domain: string;
148
149
  filters?: {
149
150
  type: "and" | "or";
@@ -327,6 +328,7 @@ export default class {
327
328
  shortId: string;
328
329
  includeContext?: boolean | undefined;
329
330
  includeDatalayerPath?: string[] | undefined;
331
+ waitForEvents?: string[] | undefined;
330
332
  domain: string;
331
333
  filters?: {
332
334
  type: "and" | "or";
@@ -508,6 +510,7 @@ export default class {
508
510
  shortId: string;
509
511
  includeContext?: boolean | undefined;
510
512
  includeDatalayerPath?: string[] | undefined;
513
+ waitForEvents?: string[] | undefined;
511
514
  domain: string;
512
515
  filters?: {
513
516
  type: "and" | "or";
@@ -752,6 +755,7 @@ export default class {
752
755
  shortId: string;
753
756
  includeContext?: boolean | undefined;
754
757
  includeDatalayerPath?: string[] | undefined;
758
+ waitForEvents?: string[] | undefined;
755
759
  domain: string;
756
760
  filters?: {
757
761
  type: "and" | "or";
@@ -941,6 +945,7 @@ export default class {
941
945
  shortId: string;
942
946
  includeContext?: boolean | undefined;
943
947
  includeDatalayerPath?: string[] | undefined;
948
+ waitForEvents?: string[] | undefined;
944
949
  domain: string;
945
950
  filters?: {
946
951
  type: "and" | "or";
@@ -1119,6 +1124,7 @@ export default class {
1119
1124
  shortId: string;
1120
1125
  includeContext?: boolean | undefined;
1121
1126
  includeDatalayerPath?: string[] | undefined;
1127
+ waitForEvents?: string[] | undefined;
1122
1128
  domain: string;
1123
1129
  filters?: {
1124
1130
  type: "and" | "or";
@@ -1308,6 +1314,7 @@ export default class {
1308
1314
  shortId: string;
1309
1315
  includeContext?: boolean | undefined;
1310
1316
  includeDatalayerPath?: string[] | undefined;
1317
+ waitForEvents?: string[] | undefined;
1311
1318
  domain: string;
1312
1319
  filters?: {
1313
1320
  type: "and" | "or";
@@ -1512,6 +1519,7 @@ export default class {
1512
1519
  type: "web";
1513
1520
  includeContext?: boolean | undefined;
1514
1521
  includeDatalayerPath?: string[] | undefined;
1522
+ waitForEvents?: string[] | undefined;
1515
1523
  filters?: {
1516
1524
  type: "and" | "or";
1517
1525
  conditions: {
@@ -1524,7 +1532,6 @@ export default class {
1524
1532
  selector?: string | undefined;
1525
1533
  emplacement?: "replace" | "before" | "after" | undefined;
1526
1534
  entrypointId?: string | undefined;
1527
- waitForEvents?: string[] | undefined;
1528
1535
  })[];
1529
1536
  };
1530
1537
  status: "success";
@@ -1577,6 +1584,7 @@ export default class {
1577
1584
  type: "web";
1578
1585
  includeContext?: boolean | undefined;
1579
1586
  includeDatalayerPath?: string[] | undefined;
1587
+ waitForEvents?: string[] | undefined;
1580
1588
  filters?: {
1581
1589
  type: "and" | "or";
1582
1590
  conditions: {
@@ -1589,7 +1597,6 @@ export default class {
1589
1597
  selector?: string | undefined;
1590
1598
  emplacement?: "replace" | "before" | "after" | undefined;
1591
1599
  entrypointId?: string | undefined;
1592
- waitForEvents?: string[] | undefined;
1593
1600
  })[];
1594
1601
  };
1595
1602
  status: "success";
@@ -179,6 +179,7 @@ export declare type SerializedWorkflow = {
179
179
  shortId: string;
180
180
  includeContext?: boolean;
181
181
  includeDatalayerPath?: string[];
182
+ waitForEvents?: string[];
182
183
  domain: string;
183
184
  filters?: {
184
185
  type: "and" | "or";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.622+e41ea74",
3
+ "version": "1.0.623+f37d0ca",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",