@vrplatform/api 1.3.1-2486 → 1.3.1-2494

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.
@@ -3107,7 +3107,7 @@ export interface paths {
3107
3107
  };
3108
3108
  get?: never;
3109
3109
  put?: never;
3110
- /** @description Upload an expense attachment as multipart/form-data. The returned staged attachment id can be passed in attachmentIds when creating or updating an expense transaction. */
3110
+ /** @description Upload an expense attachment (staged) */
3111
3111
  post: operations["postTransactionAttachments"];
3112
3112
  delete?: never;
3113
3113
  options?: never;
@@ -3125,11 +3125,11 @@ export interface paths {
3125
3125
  get?: never;
3126
3126
  put?: never;
3127
3127
  post?: never;
3128
- /** @description Delete an expense attachment. This removes staged attachments and attachments already linked to expense transactions. */
3128
+ /** @description Delete an expense attachment */
3129
3129
  delete: operations["deleteTransactionAttachmentsByAttachmentId"];
3130
3130
  options?: never;
3131
3131
  head?: never;
3132
- /** @description Update attachment visibility. isOwnerAccessible controls whether owners can see the file on owner statement details. */
3132
+ /** @description Update an expense attachment */
3133
3133
  patch: operations["patchTransactionAttachmentsByAttachmentId"];
3134
3134
  trace?: never;
3135
3135
  };
@@ -3160,7 +3160,7 @@ export interface paths {
3160
3160
  /** @description Transactions List */
3161
3161
  get: operations["getTransactions"];
3162
3162
  put?: never;
3163
- /** @description Create a transaction. For expense attachments, first upload each file with POST /transaction-attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
3163
+ /** @description Create an transaction */
3164
3164
  post: operations["postTransactions"];
3165
3165
  delete?: never;
3166
3166
  options?: never;
@@ -3418,7 +3418,7 @@ export interface paths {
3418
3418
  };
3419
3419
  /** @description Transactions List */
3420
3420
  get: operations["getTransactionsById"];
3421
- /** @description Update a transaction by ID. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions. */
3421
+ /** @description Update an transaction by ID */
3422
3422
  put: operations["putTransactionsById"];
3423
3423
  post?: never;
3424
3424
  /** @description Delete an transaction by ID */
@@ -4752,7 +4752,6 @@ export interface operations {
4752
4752
  } | null;
4753
4753
  } | null;
4754
4754
  }[];
4755
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
4756
4755
  attachmentIds?: string[] | null;
4757
4756
  recurringTemplateId?: string | null;
4758
4757
  matchBankAccountLast4?: string | null;
@@ -7712,7 +7711,6 @@ export interface operations {
7712
7711
  matchReservationStripeGuestRef?: string | null;
7713
7712
  matchLineTypeClassification?: string | null;
7714
7713
  }[];
7715
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
7716
7714
  attachmentIds?: string[] | null;
7717
7715
  payment?: {
7718
7716
  bankRecordIds: string[];
@@ -8262,7 +8260,6 @@ export interface operations {
8262
8260
  matchReservationStripeGuestRef?: string | null;
8263
8261
  matchLineTypeClassification?: string | null;
8264
8262
  }[];
8265
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
8266
8263
  attachmentIds?: string[] | null;
8267
8264
  payment?: {
8268
8265
  bankRecordIds: string[];
@@ -9076,7 +9073,6 @@ export interface operations {
9076
9073
  matchReservationStripeGuestRef?: string | null;
9077
9074
  matchLineTypeClassification?: string | null;
9078
9075
  }[];
9079
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
9080
9076
  attachmentIds?: string[] | null;
9081
9077
  payment?: {
9082
9078
  bankRecordIds: string[];
@@ -9835,7 +9831,6 @@ export interface operations {
9835
9831
  matchReservationStripeGuestRef?: string | null;
9836
9832
  matchLineTypeClassification?: string | null;
9837
9833
  }[];
9838
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
9839
9834
  attachmentIds?: string[] | null;
9840
9835
  payment?: {
9841
9836
  bankRecordIds: string[];
@@ -15731,8 +15726,6 @@ export interface operations {
15731
15726
  ids?: string;
15732
15727
  search?: string;
15733
15728
  contactId?: string;
15734
- /** @description Filter listings by ownership period ID. */
15735
- ownershipPeriodId?: string;
15736
15729
  /** @description Comma-separated listing short refs. */
15737
15730
  shortRefs?: string;
15738
15731
  /** @description Filter listings by whether they currently have an active ownership period. */
@@ -15788,18 +15781,8 @@ export interface operations {
15788
15781
  /** @description Value in cents (100 = 1€) */
15789
15782
  reserve: number;
15790
15783
  members: {
15784
+ contactId?: string | null;
15791
15785
  split?: number | null;
15792
- contact?: {
15793
- /** Format: uuid */
15794
- id: string;
15795
- name?: string | null;
15796
- firstName?: string | null;
15797
- uniqueRef?: string | null;
15798
- shortRef?: string | null;
15799
- email?: string | null;
15800
- /** @enum {string} */
15801
- type: "owner" | "vendor";
15802
- } | null;
15803
15786
  }[];
15804
15787
  setListingInactive?: boolean | null;
15805
15788
  /** @enum {string} */
@@ -16066,18 +16049,8 @@ export interface operations {
16066
16049
  /** @description Value in cents (100 = 1€) */
16067
16050
  reserve: number;
16068
16051
  members: {
16052
+ contactId?: string | null;
16069
16053
  split?: number | null;
16070
- contact?: {
16071
- /** Format: uuid */
16072
- id: string;
16073
- name?: string | null;
16074
- firstName?: string | null;
16075
- uniqueRef?: string | null;
16076
- shortRef?: string | null;
16077
- email?: string | null;
16078
- /** @enum {string} */
16079
- type: "owner" | "vendor";
16080
- } | null;
16081
16054
  }[];
16082
16055
  setListingInactive?: boolean | null;
16083
16056
  /** @enum {string} */
@@ -16389,8 +16362,6 @@ export interface operations {
16389
16362
  ids?: string;
16390
16363
  search?: string;
16391
16364
  contactId?: string;
16392
- /** @description Filter listings by ownership period ID. */
16393
- ownershipPeriodId?: string;
16394
16365
  /** @description Comma-separated listing short refs. */
16395
16366
  shortRefs?: string;
16396
16367
  /** @description Filter listings by whether they currently have an active ownership period. */
@@ -16510,8 +16481,6 @@ export interface operations {
16510
16481
  ids?: string;
16511
16482
  search?: string;
16512
16483
  contactId?: string;
16513
- /** @description Filter listings by ownership period ID. */
16514
- ownershipPeriodId?: string;
16515
16484
  /** @description Comma-separated listing short refs. */
16516
16485
  shortRefs?: string;
16517
16486
  /** @description Filter listings by whether they currently have an active ownership period. */
@@ -16686,18 +16655,8 @@ export interface operations {
16686
16655
  /** @description Value in cents (100 = 1€) */
16687
16656
  reserve: number;
16688
16657
  members: {
16658
+ contactId?: string | null;
16689
16659
  split?: number | null;
16690
- contact?: {
16691
- /** Format: uuid */
16692
- id: string;
16693
- name?: string | null;
16694
- firstName?: string | null;
16695
- uniqueRef?: string | null;
16696
- shortRef?: string | null;
16697
- email?: string | null;
16698
- /** @enum {string} */
16699
- type: "owner" | "vendor";
16700
- } | null;
16701
16660
  }[];
16702
16661
  /** Format: uuid */
16703
16662
  id: string;
@@ -16838,18 +16797,8 @@ export interface operations {
16838
16797
  /** @description Value in cents (100 = 1€) */
16839
16798
  reserve: number;
16840
16799
  members: {
16800
+ contactId?: string | null;
16841
16801
  split?: number | null;
16842
- contact?: {
16843
- /** Format: uuid */
16844
- id: string;
16845
- name?: string | null;
16846
- firstName?: string | null;
16847
- uniqueRef?: string | null;
16848
- shortRef?: string | null;
16849
- email?: string | null;
16850
- /** @enum {string} */
16851
- type: "owner" | "vendor";
16852
- } | null;
16853
16802
  }[];
16854
16803
  /** Format: uuid */
16855
16804
  id: string;
@@ -16965,18 +16914,8 @@ export interface operations {
16965
16914
  /** @description Value in cents (100 = 1€) */
16966
16915
  reserve: number;
16967
16916
  members: {
16917
+ contactId?: string | null;
16968
16918
  split?: number | null;
16969
- contact?: {
16970
- /** Format: uuid */
16971
- id: string;
16972
- name?: string | null;
16973
- firstName?: string | null;
16974
- uniqueRef?: string | null;
16975
- shortRef?: string | null;
16976
- email?: string | null;
16977
- /** @enum {string} */
16978
- type: "owner" | "vendor";
16979
- } | null;
16980
16919
  }[];
16981
16920
  /** Format: uuid */
16982
16921
  id: string;
@@ -17109,18 +17048,8 @@ export interface operations {
17109
17048
  /** @description Value in cents (100 = 1€) */
17110
17049
  reserve: number;
17111
17050
  members: {
17051
+ contactId?: string | null;
17112
17052
  split?: number | null;
17113
- contact?: {
17114
- /** Format: uuid */
17115
- id: string;
17116
- name?: string | null;
17117
- firstName?: string | null;
17118
- uniqueRef?: string | null;
17119
- shortRef?: string | null;
17120
- email?: string | null;
17121
- /** @enum {string} */
17122
- type: "owner" | "vendor";
17123
- } | null;
17124
17053
  }[];
17125
17054
  /** Format: uuid */
17126
17055
  id: string;
@@ -17367,18 +17296,8 @@ export interface operations {
17367
17296
  /** @description Value in cents (100 = 1€) */
17368
17297
  reserve: number;
17369
17298
  members: {
17299
+ contactId?: string | null;
17370
17300
  split?: number | null;
17371
- contact?: {
17372
- /** Format: uuid */
17373
- id: string;
17374
- name?: string | null;
17375
- firstName?: string | null;
17376
- uniqueRef?: string | null;
17377
- shortRef?: string | null;
17378
- email?: string | null;
17379
- /** @enum {string} */
17380
- type: "owner" | "vendor";
17381
- } | null;
17382
17301
  }[];
17383
17302
  setListingInactive?: boolean | null;
17384
17303
  /** @enum {string} */
@@ -17637,18 +17556,8 @@ export interface operations {
17637
17556
  /** @description Value in cents (100 = 1€) */
17638
17557
  reserve: number;
17639
17558
  members: {
17559
+ contactId?: string | null;
17640
17560
  split?: number | null;
17641
- contact?: {
17642
- /** Format: uuid */
17643
- id: string;
17644
- name?: string | null;
17645
- firstName?: string | null;
17646
- uniqueRef?: string | null;
17647
- shortRef?: string | null;
17648
- email?: string | null;
17649
- /** @enum {string} */
17650
- type: "owner" | "vendor";
17651
- } | null;
17652
17561
  }[];
17653
17562
  setListingInactive?: boolean | null;
17654
17563
  /** @enum {string} */
@@ -35057,7 +34966,6 @@ export interface operations {
35057
34966
  } | null;
35058
34967
  } | null;
35059
34968
  }[];
35060
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
35061
34969
  attachmentIds?: string[] | null;
35062
34970
  recurringTemplateId?: string | null;
35063
34971
  matchBankAccountLast4?: string | null;
@@ -39192,7 +39100,6 @@ export interface operations {
39192
39100
  targetPartnerId?: string | null;
39193
39101
  targetName?: string | null;
39194
39102
  glStartAt: string;
39195
- moveConnectionCredentials?: boolean;
39196
39103
  };
39197
39104
  };
39198
39105
  };
@@ -41963,7 +41870,6 @@ export interface operations {
41963
41870
  depositTransactionId: string | null;
41964
41871
  hasListingNeedsReview: boolean;
41965
41872
  listingNeedsReviewId: string | null;
41966
- hasOwners: boolean;
41967
41873
  hasOwnerNeedsReview: boolean;
41968
41874
  ownerNeedsReviewId: string | null;
41969
41875
  };
@@ -43596,7 +43502,6 @@ export interface operations {
43596
43502
  } | null;
43597
43503
  } | null;
43598
43504
  }[];
43599
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
43600
43505
  attachmentIds?: string[] | null;
43601
43506
  recurringTemplateId?: string | null;
43602
43507
  matchBankAccountLast4?: string | null;
@@ -43864,7 +43769,6 @@ export interface operations {
43864
43769
  matchReservationStripeGuestRef?: string | null;
43865
43770
  matchLineTypeClassification?: string | null;
43866
43771
  }[];
43867
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
43868
43772
  attachmentIds?: string[] | null;
43869
43773
  payment?: {
43870
43774
  bankRecordIds?: string[];
@@ -44025,7 +43929,6 @@ export interface operations {
44025
43929
  } | null;
44026
43930
  } | null;
44027
43931
  }[];
44028
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
44029
43932
  attachmentIds?: string[] | null;
44030
43933
  recurringTemplateId?: string | null;
44031
43934
  matchBankAccountLast4?: string | null;
@@ -44284,7 +44187,6 @@ export interface operations {
44284
44187
  matchReservationStripeGuestRef?: string | null;
44285
44188
  matchLineTypeClassification?: string | null;
44286
44189
  }[];
44287
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
44288
44190
  attachmentIds?: string[] | null;
44289
44191
  payment?: {
44290
44192
  bankRecordIds?: string[];
@@ -46973,7 +46875,6 @@ export interface operations {
46973
46875
  } | null;
46974
46876
  } | null;
46975
46877
  }[];
46976
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
46977
46878
  attachmentIds?: string[] | null;
46978
46879
  recurringTemplateId?: string | null;
46979
46880
  matchBankAccountLast4?: string | null;
@@ -47454,7 +47355,6 @@ export interface operations {
47454
47355
  } | null;
47455
47356
  } | null;
47456
47357
  }[];
47457
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
47458
47358
  attachmentIds?: string[] | null;
47459
47359
  recurringTemplateId?: string | null;
47460
47360
  matchBankAccountLast4?: string | null;
@@ -47688,7 +47588,6 @@ export interface operations {
47688
47588
  type?: "deposit" | "expense" | "transfer" | "payout";
47689
47589
  date?: string;
47690
47590
  currency?: string | null;
47691
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
47692
47591
  attachmentIds?: string[] | null;
47693
47592
  payment?: {
47694
47593
  bankRecordIds?: string[];
@@ -47935,7 +47834,6 @@ export interface operations {
47935
47834
  } | null;
47936
47835
  } | null;
47937
47836
  }[];
47938
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
47939
47837
  attachmentIds?: string[] | null;
47940
47838
  recurringTemplateId?: string | null;
47941
47839
  matchBankAccountLast4?: string | null;
@@ -48422,7 +48320,6 @@ export interface operations {
48422
48320
  } | null;
48423
48321
  } | null;
48424
48322
  }[];
48425
- /** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
48426
48323
  attachmentIds?: string[] | null;
48427
48324
  recurringTemplateId?: string | null;
48428
48325
  matchBankAccountLast4?: string | null;