@vrplatform/api 1.3.0-stage.1301 → 1.3.0-stage.1315

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.
@@ -9333,7 +9333,7 @@ export interface operations {
9333
9333
  /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9334
9334
  rate?: number | null;
9335
9335
  /** @enum {string|null} */
9336
- onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
9336
+ onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
9337
9337
  };
9338
9338
  };
9339
9339
  };
@@ -9428,7 +9428,7 @@ export interface operations {
9428
9428
  /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9429
9429
  rate?: number | null;
9430
9430
  /** @enum {string|null} */
9431
- onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
9431
+ onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
9432
9432
  };
9433
9433
  };
9434
9434
  };
@@ -11292,7 +11292,6 @@ export interface operations {
11292
11292
  bankRecordIds: string[];
11293
11293
  /** @enum {string} */
11294
11294
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
11295
- date?: string | null;
11296
11295
  lock?: {
11297
11296
  /** @enum {string} */
11298
11297
  status: "locked" | "unlocked";
@@ -11303,6 +11302,7 @@ export interface operations {
11303
11302
  ids: string[];
11304
11303
  } | null;
11305
11304
  } | null;
11305
+ date?: string | null;
11306
11306
  };
11307
11307
  connection?: {
11308
11308
  /** Format: uuid */
@@ -14282,7 +14282,6 @@ export interface operations {
14282
14282
  bankRecordIds: string[];
14283
14283
  /** @enum {string} */
14284
14284
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
14285
- date?: string | null;
14286
14285
  lock?: {
14287
14286
  /** @enum {string} */
14288
14287
  status: "locked" | "unlocked";
@@ -14293,6 +14292,7 @@ export interface operations {
14293
14292
  ids: string[];
14294
14293
  } | null;
14295
14294
  } | null;
14295
+ date?: string | null;
14296
14296
  };
14297
14297
  connection?: {
14298
14298
  /** Format: uuid */
@@ -15473,7 +15473,6 @@ export interface operations {
15473
15473
  bankRecordIds: string[];
15474
15474
  /** @enum {string} */
15475
15475
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
15476
- date?: string | null;
15477
15476
  lock?: {
15478
15477
  /** @enum {string} */
15479
15478
  status: "locked" | "unlocked";
@@ -15484,6 +15483,7 @@ export interface operations {
15484
15483
  ids: string[];
15485
15484
  } | null;
15486
15485
  } | null;
15486
+ date?: string | null;
15487
15487
  };
15488
15488
  connection?: {
15489
15489
  /** Format: uuid */
@@ -15933,7 +15933,6 @@ export interface operations {
15933
15933
  bankRecordIds: string[];
15934
15934
  /** @enum {string} */
15935
15935
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
15936
- date?: string | null;
15937
15936
  lock?: {
15938
15937
  /** @enum {string} */
15939
15938
  status: "locked" | "unlocked";
@@ -15944,6 +15943,7 @@ export interface operations {
15944
15943
  ids: string[];
15945
15944
  } | null;
15946
15945
  } | null;
15946
+ date?: string | null;
15947
15947
  };
15948
15948
  connection?: {
15949
15949
  /** Format: uuid */
@@ -16241,7 +16241,6 @@ export interface operations {
16241
16241
  bankRecordIds: string[];
16242
16242
  /** @enum {string} */
16243
16243
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16244
- date?: string | null;
16245
16244
  lock?: {
16246
16245
  /** @enum {string} */
16247
16246
  status: "locked" | "unlocked";
@@ -16252,6 +16251,7 @@ export interface operations {
16252
16251
  ids: string[];
16253
16252
  } | null;
16254
16253
  } | null;
16254
+ date?: string | null;
16255
16255
  };
16256
16256
  connection?: {
16257
16257
  /** Format: uuid */
@@ -16459,7 +16459,6 @@ export interface operations {
16459
16459
  bankRecordIds: string[];
16460
16460
  /** @enum {string} */
16461
16461
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16462
- date?: string | null;
16463
16462
  lock?: {
16464
16463
  /** @enum {string} */
16465
16464
  status: "locked" | "unlocked";
@@ -16470,6 +16469,7 @@ export interface operations {
16470
16469
  ids: string[];
16471
16470
  } | null;
16472
16471
  } | null;
16472
+ date?: string | null;
16473
16473
  };
16474
16474
  connection?: {
16475
16475
  /** Format: uuid */
@@ -16760,7 +16760,6 @@ export interface operations {
16760
16760
  bankRecordIds: string[];
16761
16761
  /** @enum {string} */
16762
16762
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16763
- date?: string | null;
16764
16763
  lock?: {
16765
16764
  /** @enum {string} */
16766
16765
  status: "locked" | "unlocked";
@@ -16771,6 +16770,7 @@ export interface operations {
16771
16770
  ids: string[];
16772
16771
  } | null;
16773
16772
  } | null;
16773
+ date?: string | null;
16774
16774
  };
16775
16775
  connection?: {
16776
16776
  /** Format: uuid */
@@ -17745,7 +17745,6 @@ export interface operations {
17745
17745
  bankRecordIds: string[];
17746
17746
  /** @enum {string} */
17747
17747
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
17748
- date?: string | null;
17749
17748
  lock?: {
17750
17749
  /** @enum {string} */
17751
17750
  status: "locked" | "unlocked";
@@ -17756,6 +17755,7 @@ export interface operations {
17756
17755
  ids: string[];
17757
17756
  } | null;
17758
17757
  } | null;
17758
+ date?: string | null;
17759
17759
  };
17760
17760
  connection?: {
17761
17761
  /** Format: uuid */
@@ -25710,6 +25710,11 @@ export interface operations {
25710
25710
  external?: string;
25711
25711
  };
25712
25712
  };
25713
+ /** @description Run schema configuration for this flow */
25714
+ runSchema: {
25715
+ /** @description Human readable description for date selection when triggering a run */
25716
+ dateDescription?: string;
25717
+ };
25713
25718
  /** @enum {string} */
25714
25719
  type?: "push" | "pull";
25715
25720
  }[];
@@ -25844,6 +25849,11 @@ export interface operations {
25844
25849
  external?: string;
25845
25850
  };
25846
25851
  };
25852
+ /** @description Run schema configuration for this flow */
25853
+ runSchema: {
25854
+ /** @description Human readable description for date selection when triggering a run */
25855
+ dateDescription?: string;
25856
+ };
25847
25857
  /** @enum {string} */
25848
25858
  type?: "push" | "pull";
25849
25859
  };