@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1301",
9
+ "version": "1.3.0-stage.1315",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -9334,7 +9334,7 @@ export interface operations {
9334
9334
  /** @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%) */
9335
9335
  rate?: number | null;
9336
9336
  /** @enum {string|null} */
9337
- onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
9337
+ onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
9338
9338
  };
9339
9339
  };
9340
9340
  };
@@ -9429,7 +9429,7 @@ export interface operations {
9429
9429
  /** @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%) */
9430
9430
  rate?: number | null;
9431
9431
  /** @enum {string|null} */
9432
- onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
9432
+ onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
9433
9433
  };
9434
9434
  };
9435
9435
  };
@@ -11293,7 +11293,6 @@ export interface operations {
11293
11293
  bankRecordIds: string[];
11294
11294
  /** @enum {string} */
11295
11295
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
11296
- date?: string | null;
11297
11296
  lock?: {
11298
11297
  /** @enum {string} */
11299
11298
  status: "locked" | "unlocked";
@@ -11304,6 +11303,7 @@ export interface operations {
11304
11303
  ids: string[];
11305
11304
  } | null;
11306
11305
  } | null;
11306
+ date?: string | null;
11307
11307
  };
11308
11308
  connection?: {
11309
11309
  /** Format: uuid */
@@ -14283,7 +14283,6 @@ export interface operations {
14283
14283
  bankRecordIds: string[];
14284
14284
  /** @enum {string} */
14285
14285
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
14286
- date?: string | null;
14287
14286
  lock?: {
14288
14287
  /** @enum {string} */
14289
14288
  status: "locked" | "unlocked";
@@ -14294,6 +14293,7 @@ export interface operations {
14294
14293
  ids: string[];
14295
14294
  } | null;
14296
14295
  } | null;
14296
+ date?: string | null;
14297
14297
  };
14298
14298
  connection?: {
14299
14299
  /** Format: uuid */
@@ -15474,7 +15474,6 @@ export interface operations {
15474
15474
  bankRecordIds: string[];
15475
15475
  /** @enum {string} */
15476
15476
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
15477
- date?: string | null;
15478
15477
  lock?: {
15479
15478
  /** @enum {string} */
15480
15479
  status: "locked" | "unlocked";
@@ -15485,6 +15484,7 @@ export interface operations {
15485
15484
  ids: string[];
15486
15485
  } | null;
15487
15486
  } | null;
15487
+ date?: string | null;
15488
15488
  };
15489
15489
  connection?: {
15490
15490
  /** Format: uuid */
@@ -15934,7 +15934,6 @@ export interface operations {
15934
15934
  bankRecordIds: string[];
15935
15935
  /** @enum {string} */
15936
15936
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
15937
- date?: string | null;
15938
15937
  lock?: {
15939
15938
  /** @enum {string} */
15940
15939
  status: "locked" | "unlocked";
@@ -15945,6 +15944,7 @@ export interface operations {
15945
15944
  ids: string[];
15946
15945
  } | null;
15947
15946
  } | null;
15947
+ date?: string | null;
15948
15948
  };
15949
15949
  connection?: {
15950
15950
  /** Format: uuid */
@@ -16242,7 +16242,6 @@ export interface operations {
16242
16242
  bankRecordIds: string[];
16243
16243
  /** @enum {string} */
16244
16244
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16245
- date?: string | null;
16246
16245
  lock?: {
16247
16246
  /** @enum {string} */
16248
16247
  status: "locked" | "unlocked";
@@ -16253,6 +16252,7 @@ export interface operations {
16253
16252
  ids: string[];
16254
16253
  } | null;
16255
16254
  } | null;
16255
+ date?: string | null;
16256
16256
  };
16257
16257
  connection?: {
16258
16258
  /** Format: uuid */
@@ -16460,7 +16460,6 @@ export interface operations {
16460
16460
  bankRecordIds: string[];
16461
16461
  /** @enum {string} */
16462
16462
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16463
- date?: string | null;
16464
16463
  lock?: {
16465
16464
  /** @enum {string} */
16466
16465
  status: "locked" | "unlocked";
@@ -16471,6 +16470,7 @@ export interface operations {
16471
16470
  ids: string[];
16472
16471
  } | null;
16473
16472
  } | null;
16473
+ date?: string | null;
16474
16474
  };
16475
16475
  connection?: {
16476
16476
  /** Format: uuid */
@@ -16761,7 +16761,6 @@ export interface operations {
16761
16761
  bankRecordIds: string[];
16762
16762
  /** @enum {string} */
16763
16763
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
16764
- date?: string | null;
16765
16764
  lock?: {
16766
16765
  /** @enum {string} */
16767
16766
  status: "locked" | "unlocked";
@@ -16772,6 +16771,7 @@ export interface operations {
16772
16771
  ids: string[];
16773
16772
  } | null;
16774
16773
  } | null;
16774
+ date?: string | null;
16775
16775
  };
16776
16776
  connection?: {
16777
16777
  /** Format: uuid */
@@ -17746,7 +17746,6 @@ export interface operations {
17746
17746
  bankRecordIds: string[];
17747
17747
  /** @enum {string} */
17748
17748
  status: "unpaid" | "underpaid" | "overpaid" | "paid";
17749
- date?: string | null;
17750
17749
  lock?: {
17751
17750
  /** @enum {string} */
17752
17751
  status: "locked" | "unlocked";
@@ -17757,6 +17756,7 @@ export interface operations {
17757
17756
  ids: string[];
17758
17757
  } | null;
17759
17758
  } | null;
17759
+ date?: string | null;
17760
17760
  };
17761
17761
  connection?: {
17762
17762
  /** Format: uuid */
@@ -25711,6 +25711,11 @@ export interface operations {
25711
25711
  external?: string;
25712
25712
  };
25713
25713
  };
25714
+ /** @description Run schema configuration for this flow */
25715
+ runSchema: {
25716
+ /** @description Human readable description for date selection when triggering a run */
25717
+ dateDescription?: string;
25718
+ };
25714
25719
  /** @enum {string} */
25715
25720
  type?: "push" | "pull";
25716
25721
  }[];
@@ -25845,6 +25850,11 @@ export interface operations {
25845
25850
  external?: string;
25846
25851
  };
25847
25852
  };
25853
+ /** @description Run schema configuration for this flow */
25854
+ runSchema: {
25855
+ /** @description Human readable description for date selection when triggering a run */
25856
+ dateDescription?: string;
25857
+ };
25848
25858
  /** @enum {string} */
25849
25859
  type?: "push" | "pull";
25850
25860
  };