@vrplatform/api 1.2.33-stage.783 → 1.2.33-stage.785

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.
@@ -4093,6 +4093,8 @@ export interface operations {
4093
4093
  account?: {
4094
4094
  id: string;
4095
4095
  name: string;
4096
+ /** @enum {string} */
4097
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4096
4098
  } | null;
4097
4099
  recurringFee?: {
4098
4100
  id: string;
@@ -4578,6 +4580,8 @@ export interface operations {
4578
4580
  account?: {
4579
4581
  id: string;
4580
4582
  name: string;
4583
+ /** @enum {string} */
4584
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4581
4585
  } | null;
4582
4586
  recurringFee?: {
4583
4587
  id: string;
@@ -5144,6 +5148,8 @@ export interface operations {
5144
5148
  account?: {
5145
5149
  id: string;
5146
5150
  name: string;
5151
+ /** @enum {string} */
5152
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5147
5153
  } | null;
5148
5154
  recurringFee?: {
5149
5155
  id: string;
@@ -5978,6 +5984,8 @@ export interface operations {
5978
5984
  account?: {
5979
5985
  id: string;
5980
5986
  name: string;
5987
+ /** @enum {string} */
5988
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5981
5989
  } | null;
5982
5990
  recurringFee?: {
5983
5991
  id: string;
@@ -6297,7 +6305,7 @@ export interface operations {
6297
6305
  data: {
6298
6306
  /** Format: uuid */
6299
6307
  listingId: string;
6300
- /** @default 2025-10-14 */
6308
+ /** @default 2025-10-15 */
6301
6309
  startAt: string;
6302
6310
  endAt?: string | null;
6303
6311
  setListingInactive?: boolean | null;
@@ -6379,7 +6387,7 @@ export interface operations {
6379
6387
  "application/json": {
6380
6388
  /** Format: uuid */
6381
6389
  listingId: string;
6382
- /** @default 2025-10-14 */
6390
+ /** @default 2025-10-15 */
6383
6391
  startAt?: string;
6384
6392
  endAt?: string | null;
6385
6393
  members: {
@@ -6413,7 +6421,7 @@ export interface operations {
6413
6421
  "application/json": {
6414
6422
  /** Format: uuid */
6415
6423
  listingId: string;
6416
- /** @default 2025-10-14 */
6424
+ /** @default 2025-10-15 */
6417
6425
  startAt: string;
6418
6426
  endAt?: string | null;
6419
6427
  setListingInactive?: boolean | null;
@@ -6493,7 +6501,7 @@ export interface operations {
6493
6501
  "application/json": {
6494
6502
  /** Format: uuid */
6495
6503
  listingId: string;
6496
- /** @default 2025-10-14 */
6504
+ /** @default 2025-10-15 */
6497
6505
  startAt: string;
6498
6506
  endAt?: string | null;
6499
6507
  setListingInactive?: boolean | null;
@@ -6576,7 +6584,7 @@ export interface operations {
6576
6584
  "application/json": {
6577
6585
  /** Format: uuid */
6578
6586
  listingId?: string;
6579
- /** @default 2025-10-14 */
6587
+ /** @default 2025-10-15 */
6580
6588
  startAt?: string;
6581
6589
  endAt?: string | null;
6582
6590
  members?: {
@@ -6605,7 +6613,7 @@ export interface operations {
6605
6613
  "application/json": {
6606
6614
  /** Format: uuid */
6607
6615
  listingId: string;
6608
- /** @default 2025-10-14 */
6616
+ /** @default 2025-10-15 */
6609
6617
  startAt: string;
6610
6618
  endAt?: string | null;
6611
6619
  setListingInactive?: boolean | null;
@@ -6791,7 +6799,7 @@ export interface operations {
6791
6799
  /** Format: uuid */
6792
6800
  sourceId?: string | null;
6793
6801
  initialOwnership?: {
6794
- /** @default 2025-10-14 */
6802
+ /** @default 2025-10-15 */
6795
6803
  startAt?: string;
6796
6804
  endAt?: string | null;
6797
6805
  members: {
@@ -6849,7 +6857,7 @@ export interface operations {
6849
6857
  status: "active" | "inactive";
6850
6858
  defaultCurrency?: string | null;
6851
6859
  activeOwnership?: {
6852
- /** @default 2025-10-14 */
6860
+ /** @default 2025-10-15 */
6853
6861
  startAt: string;
6854
6862
  endAt?: string | null;
6855
6863
  setListingInactive?: boolean | null;
@@ -7090,7 +7098,7 @@ export interface operations {
7090
7098
  status: "active" | "inactive";
7091
7099
  defaultCurrency?: string | null;
7092
7100
  activeOwnership?: {
7093
- /** @default 2025-10-14 */
7101
+ /** @default 2025-10-15 */
7094
7102
  startAt: string;
7095
7103
  endAt?: string | null;
7096
7104
  setListingInactive?: boolean | null;
@@ -7229,7 +7237,7 @@ export interface operations {
7229
7237
  /** Format: uuid */
7230
7238
  sourceId?: string | null;
7231
7239
  initialOwnership?: {
7232
- /** @default 2025-10-14 */
7240
+ /** @default 2025-10-15 */
7233
7241
  startAt?: string;
7234
7242
  endAt?: string | null;
7235
7243
  members: {
@@ -7283,7 +7291,7 @@ export interface operations {
7283
7291
  status: "active" | "inactive";
7284
7292
  defaultCurrency?: string | null;
7285
7293
  activeOwnership?: {
7286
- /** @default 2025-10-14 */
7294
+ /** @default 2025-10-15 */
7287
7295
  startAt: string;
7288
7296
  endAt?: string | null;
7289
7297
  setListingInactive?: boolean | null;
@@ -7500,7 +7508,7 @@ export interface operations {
7500
7508
  status: "active" | "inactive";
7501
7509
  defaultCurrency?: string | null;
7502
7510
  activeOwnership?: {
7503
- /** @default 2025-10-14 */
7511
+ /** @default 2025-10-15 */
7504
7512
  startAt: string;
7505
7513
  endAt?: string | null;
7506
7514
  setListingInactive?: boolean | null;
@@ -7647,7 +7655,7 @@ export interface operations {
7647
7655
  /** Format: uuid */
7648
7656
  sourceId?: string | null;
7649
7657
  initialOwnership?: {
7650
- /** @default 2025-10-14 */
7658
+ /** @default 2025-10-15 */
7651
7659
  startAt?: string;
7652
7660
  endAt?: string | null;
7653
7661
  members: {
@@ -7701,7 +7709,7 @@ export interface operations {
7701
7709
  status: "active" | "inactive";
7702
7710
  defaultCurrency?: string | null;
7703
7711
  activeOwnership?: {
7704
- /** @default 2025-10-14 */
7712
+ /** @default 2025-10-15 */
7705
7713
  startAt: string;
7706
7714
  endAt?: string | null;
7707
7715
  setListingInactive?: boolean | null;
@@ -8924,6 +8932,8 @@ export interface operations {
8924
8932
  account?: {
8925
8933
  id: string;
8926
8934
  name: string;
8935
+ /** @enum {string} */
8936
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
8927
8937
  } | null;
8928
8938
  recurringFee?: {
8929
8939
  id: string;