@vrplatform/api 1.3.1-stage.4375 → 1.3.1-stage.4380

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.
@@ -2211,7 +2211,7 @@ export interface paths {
2211
2211
  path?: never;
2212
2212
  cookie?: never;
2213
2213
  };
2214
- /** @description List members of the partner itself (not its child teams) */
2214
+ /** @description List members of the partner itself with their child-team memberships */
2215
2215
  get: operations["getPartnerMembers"];
2216
2216
  put?: never;
2217
2217
  post?: never;
@@ -5581,7 +5581,9 @@ export interface operations {
5581
5581
  };
5582
5582
  postAccountsByIdBankingInit: {
5583
5583
  parameters: {
5584
- query?: never;
5584
+ query?: {
5585
+ dryRun?: boolean;
5586
+ };
5585
5587
  header?: never;
5586
5588
  path: {
5587
5589
  id: string;
@@ -5726,7 +5728,7 @@ export interface operations {
5726
5728
  } | null;
5727
5729
  } | null;
5728
5730
  }[];
5729
- /** @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. */
5731
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
5730
5732
  attachmentIds?: string[] | null;
5731
5733
  recurringTemplateId?: string | null;
5732
5734
  matchBankAccountLast4?: string | null;
@@ -8755,7 +8757,9 @@ export interface operations {
8755
8757
  };
8756
8758
  batchBankAccounts: {
8757
8759
  parameters: {
8758
- query?: never;
8760
+ query?: {
8761
+ dryRun?: boolean;
8762
+ };
8759
8763
  header?: never;
8760
8764
  path?: never;
8761
8765
  cookie?: never;
@@ -9082,7 +9086,9 @@ export interface operations {
9082
9086
  };
9083
9087
  updateBankAccount: {
9084
9088
  parameters: {
9085
- query?: never;
9089
+ query?: {
9090
+ dryRun?: boolean;
9091
+ };
9086
9092
  header?: never;
9087
9093
  path: {
9088
9094
  id: string;
@@ -9460,7 +9466,7 @@ export interface operations {
9460
9466
  matchReservationProcessorBookingRef?: string | null;
9461
9467
  matchLineTypeClassification?: string | null;
9462
9468
  }[];
9463
- /** @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. */
9469
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
9464
9470
  attachmentIds?: string[] | null;
9465
9471
  payment?: {
9466
9472
  bankRecordIds: string[];
@@ -10119,7 +10125,7 @@ export interface operations {
10119
10125
  matchReservationProcessorBookingRef?: string | null;
10120
10126
  matchLineTypeClassification?: string | null;
10121
10127
  }[];
10122
- /** @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. */
10128
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
10123
10129
  attachmentIds?: string[] | null;
10124
10130
  payment?: {
10125
10131
  bankRecordIds: string[];
@@ -11196,7 +11202,7 @@ export interface operations {
11196
11202
  matchReservationProcessorBookingRef?: string | null;
11197
11203
  matchLineTypeClassification?: string | null;
11198
11204
  }[];
11199
- /** @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. */
11205
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
11200
11206
  attachmentIds?: string[] | null;
11201
11207
  payment?: {
11202
11208
  bankRecordIds: string[];
@@ -12082,7 +12088,7 @@ export interface operations {
12082
12088
  matchReservationProcessorBookingRef?: string | null;
12083
12089
  matchLineTypeClassification?: string | null;
12084
12090
  }[];
12085
- /** @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. */
12091
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
12086
12092
  attachmentIds?: string[] | null;
12087
12093
  payment?: {
12088
12094
  bankRecordIds: string[];
@@ -15841,7 +15847,9 @@ export interface operations {
15841
15847
  };
15842
15848
  postContactsBatch: {
15843
15849
  parameters: {
15844
- query?: never;
15850
+ query?: {
15851
+ dryRun?: boolean;
15852
+ };
15845
15853
  header?: never;
15846
15854
  path?: never;
15847
15855
  cookie?: never;
@@ -20526,7 +20534,9 @@ export interface operations {
20526
20534
  };
20527
20535
  postGeneralLedgerHistorical: {
20528
20536
  parameters: {
20529
- query?: never;
20537
+ query?: {
20538
+ dryRun?: boolean;
20539
+ };
20530
20540
  header?: never;
20531
20541
  path?: never;
20532
20542
  cookie?: never;
@@ -20825,7 +20835,9 @@ export interface operations {
20825
20835
  };
20826
20836
  putGeneralLedgerOpeningBalancesAccountsPayable: {
20827
20837
  parameters: {
20828
- query?: never;
20838
+ query?: {
20839
+ dryRun?: boolean;
20840
+ };
20829
20841
  header?: never;
20830
20842
  path?: never;
20831
20843
  cookie?: never;
@@ -21113,7 +21125,9 @@ export interface operations {
21113
21125
  };
21114
21126
  putGeneralLedgerOpeningBalancesAccountsReceivableDeferredRevenue: {
21115
21127
  parameters: {
21116
- query?: never;
21128
+ query?: {
21129
+ dryRun?: boolean;
21130
+ };
21117
21131
  header?: never;
21118
21132
  path?: never;
21119
21133
  cookie?: never;
@@ -21412,7 +21426,9 @@ export interface operations {
21412
21426
  };
21413
21427
  putGeneralLedgerOpeningBalancesAdvancedDeposits: {
21414
21428
  parameters: {
21415
- query?: never;
21429
+ query?: {
21430
+ dryRun?: boolean;
21431
+ };
21416
21432
  header?: never;
21417
21433
  path?: never;
21418
21434
  cookie?: never;
@@ -21876,7 +21892,9 @@ export interface operations {
21876
21892
  };
21877
21893
  putGeneralLedgerOpeningBalancesTaxPayable: {
21878
21894
  parameters: {
21879
- query?: never;
21895
+ query?: {
21896
+ dryRun?: boolean;
21897
+ };
21880
21898
  header?: never;
21881
21899
  path?: never;
21882
21900
  cookie?: never;
@@ -22197,7 +22215,9 @@ export interface operations {
22197
22215
  };
22198
22216
  putGeneralLedgerOpeningTrialBalance: {
22199
22217
  parameters: {
22200
- query?: never;
22218
+ query?: {
22219
+ dryRun?: boolean;
22220
+ };
22201
22221
  header?: never;
22202
22222
  path?: never;
22203
22223
  cookie?: never;
@@ -29046,7 +29066,9 @@ export interface operations {
29046
29066
  };
29047
29067
  postListingsOwnershipPeriods: {
29048
29068
  parameters: {
29049
- query?: never;
29069
+ query?: {
29070
+ dryRun?: boolean;
29071
+ };
29050
29072
  header?: never;
29051
29073
  path?: never;
29052
29074
  cookie?: never;
@@ -30573,7 +30595,9 @@ export interface operations {
30573
30595
  };
30574
30596
  putListingsByIdOpeningBalance: {
30575
30597
  parameters: {
30576
- query?: never;
30598
+ query?: {
30599
+ dryRun?: boolean;
30600
+ };
30577
30601
  header?: never;
30578
30602
  path: {
30579
30603
  id: string;
@@ -34775,21 +34799,24 @@ export interface operations {
34775
34799
  data: {
34776
34800
  /** Format: uuid */
34777
34801
  id: string;
34778
- /** Format: uuid */
34779
- userId: string;
34780
- /** Format: uuid */
34781
- tenantId: string;
34782
34802
  /** Format: email */
34783
34803
  email: string;
34784
34804
  secondaryEmails: string[];
34785
- /** @enum {string} */
34786
- role: "admin" | "user";
34787
- status: ("active" | "inactive" | "unconfirmed") | null;
34788
- lastInvitedAt: string | null;
34789
34805
  partnerId: string | null;
34790
34806
  name: string | null;
34791
34807
  firstName: string | null;
34792
34808
  lastName: string | null;
34809
+ lastSeen: string | null;
34810
+ memberships: {
34811
+ tenant: {
34812
+ /** Format: uuid */
34813
+ id: string;
34814
+ name: string;
34815
+ };
34816
+ role?: string | null;
34817
+ status?: string | null;
34818
+ lastInvitedAt: string | null;
34819
+ }[];
34793
34820
  }[];
34794
34821
  };
34795
34822
  };
@@ -34939,9 +34966,11 @@ export interface operations {
34939
34966
  data: {
34940
34967
  /** Format: uuid */
34941
34968
  id: string;
34942
- name?: string | null;
34969
+ firstName: string | null;
34970
+ lastName: string | null;
34943
34971
  /** Format: email */
34944
34972
  email: string;
34973
+ secondaryEmails: string[];
34945
34974
  /** @description User kind (e.g. user, owner) */
34946
34975
  type?: string | null;
34947
34976
  lastSeen: string | null;
@@ -34952,6 +34981,7 @@ export interface operations {
34952
34981
  teamName: string;
34953
34982
  role?: string | null;
34954
34983
  status?: string | null;
34984
+ lastInvitedAt: string | null;
34955
34985
  }[];
34956
34986
  ownerAccesses: {
34957
34987
  /** Format: uuid */
@@ -35107,9 +35137,11 @@ export interface operations {
35107
35137
  "application/json": {
35108
35138
  /** Format: uuid */
35109
35139
  id: string;
35110
- name?: string | null;
35140
+ firstName: string | null;
35141
+ lastName: string | null;
35111
35142
  /** Format: email */
35112
35143
  email: string;
35144
+ secondaryEmails: string[];
35113
35145
  /** @description User kind (e.g. user, owner) */
35114
35146
  type?: string | null;
35115
35147
  lastSeen: string | null;
@@ -35120,6 +35152,7 @@ export interface operations {
35120
35152
  teamName: string;
35121
35153
  role?: string | null;
35122
35154
  status?: string | null;
35155
+ lastInvitedAt: string | null;
35123
35156
  }[];
35124
35157
  ownerAccesses: {
35125
35158
  /** Format: uuid */
@@ -52660,7 +52693,9 @@ export interface operations {
52660
52693
  };
52661
52694
  putReservationsByIdStatus: {
52662
52695
  parameters: {
52663
- query?: never;
52696
+ query?: {
52697
+ dryRun?: boolean;
52698
+ };
52664
52699
  header?: never;
52665
52700
  path: {
52666
52701
  id: string;
@@ -52804,7 +52839,9 @@ export interface operations {
52804
52839
  };
52805
52840
  postReservationsByReservationIdAdjustments: {
52806
52841
  parameters: {
52807
- query?: never;
52842
+ query?: {
52843
+ dryRun?: boolean;
52844
+ };
52808
52845
  header?: never;
52809
52846
  path: {
52810
52847
  reservationId: string;
@@ -53316,7 +53353,9 @@ export interface operations {
53316
53353
  };
53317
53354
  putReservationsByReservationIdAdjustmentsById: {
53318
53355
  parameters: {
53319
- query?: never;
53356
+ query?: {
53357
+ dryRun?: boolean;
53358
+ };
53320
53359
  header?: never;
53321
53360
  path: {
53322
53361
  reservationId: string;
@@ -53828,7 +53867,9 @@ export interface operations {
53828
53867
  };
53829
53868
  deleteReservationsByReservationIdAdjustmentsById: {
53830
53869
  parameters: {
53831
- query?: never;
53870
+ query?: {
53871
+ dryRun?: boolean;
53872
+ };
53832
53873
  header?: never;
53833
53874
  path: {
53834
53875
  reservationId: string;
@@ -58148,7 +58189,9 @@ export interface operations {
58148
58189
  };
58149
58190
  postStatementsHistorical: {
58150
58191
  parameters: {
58151
- query?: never;
58192
+ query?: {
58193
+ dryRun?: boolean;
58194
+ };
58152
58195
  header?: never;
58153
58196
  path?: never;
58154
58197
  cookie?: never;
@@ -59987,7 +60030,9 @@ export interface operations {
59987
60030
  };
59988
60031
  putStatementsLinesByLineIdDescription: {
59989
60032
  parameters: {
59990
- query?: never;
60033
+ query?: {
60034
+ dryRun?: boolean;
60035
+ };
59991
60036
  header?: never;
59992
60037
  path: {
59993
60038
  lineId: string;
@@ -60130,7 +60175,9 @@ export interface operations {
60130
60175
  };
60131
60176
  postStatementsManagerPay: {
60132
60177
  parameters: {
60133
- query?: never;
60178
+ query?: {
60179
+ dryRun?: boolean;
60180
+ };
60134
60181
  header?: never;
60135
60182
  path?: never;
60136
60183
  cookie?: never;
@@ -60274,7 +60321,7 @@ export interface operations {
60274
60321
  } | null;
60275
60322
  } | null;
60276
60323
  }[];
60277
- /** @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. */
60324
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
60278
60325
  attachmentIds?: string[] | null;
60279
60326
  recurringTemplateId?: string | null;
60280
60327
  matchBankAccountLast4?: string | null;
@@ -63821,7 +63868,9 @@ export interface operations {
63821
63868
  };
63822
63869
  postStatementsByIdPay: {
63823
63870
  parameters: {
63824
- query?: never;
63871
+ query?: {
63872
+ dryRun?: boolean;
63873
+ };
63825
63874
  header?: never;
63826
63875
  path: {
63827
63876
  id: string;
@@ -67766,7 +67815,9 @@ export interface operations {
67766
67815
  };
67767
67816
  postTeamInit: {
67768
67817
  parameters: {
67769
- query?: never;
67818
+ query?: {
67819
+ dryRun?: boolean;
67820
+ };
67770
67821
  header?: never;
67771
67822
  path?: never;
67772
67823
  cookie?: never;
@@ -70828,7 +70879,7 @@ export interface operations {
70828
70879
  } | null;
70829
70880
  } | null;
70830
70881
  }[];
70831
- /** @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. */
70882
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
70832
70883
  attachmentIds?: string[] | null;
70833
70884
  recurringTemplateId?: string | null;
70834
70885
  matchBankAccountLast4?: string | null;
@@ -71132,7 +71183,7 @@ export interface operations {
71132
71183
  matchReservationProcessorBookingRef?: string | null;
71133
71184
  matchLineTypeClassification?: string | null;
71134
71185
  }[];
71135
- /** @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. */
71186
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
71136
71187
  attachmentIds?: string[] | null;
71137
71188
  payment?: {
71138
71189
  bankRecordIds?: string[];
@@ -71294,7 +71345,7 @@ export interface operations {
71294
71345
  } | null;
71295
71346
  } | null;
71296
71347
  }[];
71297
- /** @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. */
71348
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
71298
71349
  attachmentIds?: string[] | null;
71299
71350
  recurringTemplateId?: string | null;
71300
71351
  matchBankAccountLast4?: string | null;
@@ -72165,7 +72216,7 @@ export interface operations {
72165
72216
  matchReservationProcessorBookingRef?: string | null;
72166
72217
  matchLineTypeClassification?: string | null;
72167
72218
  }[];
72168
- /** @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. */
72219
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
72169
72220
  attachmentIds?: string[] | null;
72170
72221
  payment?: {
72171
72222
  bankRecordIds?: string[];
@@ -73410,7 +73461,9 @@ export interface operations {
73410
73461
  };
73411
73462
  postTransactionsRecurringTemplates: {
73412
73463
  parameters: {
73413
- query?: never;
73464
+ query?: {
73465
+ dryRun?: boolean;
73466
+ };
73414
73467
  header?: never;
73415
73468
  path?: never;
73416
73469
  cookie?: never;
@@ -74199,7 +74252,9 @@ export interface operations {
74199
74252
  };
74200
74253
  putTransactionsRecurringTemplatesById: {
74201
74254
  parameters: {
74202
- query?: never;
74255
+ query?: {
74256
+ dryRun?: boolean;
74257
+ };
74203
74258
  header?: never;
74204
74259
  path: {
74205
74260
  id: string;
@@ -74541,6 +74596,7 @@ export interface operations {
74541
74596
  parameters: {
74542
74597
  query?: {
74543
74598
  onLocked?: "error" | "archive" | "detach";
74599
+ dryRun?: boolean;
74544
74600
  };
74545
74601
  header?: never;
74546
74602
  path: {
@@ -74680,7 +74736,9 @@ export interface operations {
74680
74736
  };
74681
74737
  postTransactionsRecurringTemplatesByIdRun: {
74682
74738
  parameters: {
74683
- query?: never;
74739
+ query?: {
74740
+ dryRun?: boolean;
74741
+ };
74684
74742
  header?: never;
74685
74743
  path: {
74686
74744
  id: string;
@@ -74821,7 +74879,7 @@ export interface operations {
74821
74879
  } | null;
74822
74880
  } | null;
74823
74881
  }[];
74824
- /** @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. */
74882
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
74825
74883
  attachmentIds?: string[] | null;
74826
74884
  recurringTemplateId?: string | null;
74827
74885
  matchBankAccountLast4?: string | null;
@@ -75203,7 +75261,7 @@ export interface operations {
75203
75261
  } | null;
75204
75262
  } | null;
75205
75263
  }[];
75206
- /** @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. */
75264
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
75207
75265
  attachmentIds?: string[] | null;
75208
75266
  recurringTemplateId?: string | null;
75209
75267
  matchBankAccountLast4?: string | null;
@@ -75472,7 +75530,7 @@ export interface operations {
75472
75530
  type?: "deposit" | "expense" | "transfer" | "payout";
75473
75531
  date?: string;
75474
75532
  currency?: string | null;
75475
- /** @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. */
75533
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
75476
75534
  attachmentIds?: string[] | null;
75477
75535
  payment?: {
75478
75536
  bankRecordIds?: string[];
@@ -75723,7 +75781,7 @@ export interface operations {
75723
75781
  } | null;
75724
75782
  } | null;
75725
75783
  }[];
75726
- /** @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. */
75784
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
75727
75785
  attachmentIds?: string[] | null;
75728
75786
  recurringTemplateId?: string | null;
75729
75787
  matchBankAccountLast4?: string | null;
@@ -76112,7 +76170,9 @@ export interface operations {
76112
76170
  };
76113
76171
  putTransactionsByTransactionIdLinesById: {
76114
76172
  parameters: {
76115
- query?: never;
76173
+ query?: {
76174
+ dryRun?: boolean;
76175
+ };
76116
76176
  header?: never;
76117
76177
  path: {
76118
76178
  transactionId: string;
@@ -76277,7 +76337,7 @@ export interface operations {
76277
76337
  } | null;
76278
76338
  } | null;
76279
76339
  }[];
76280
- /** @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. */
76340
+ /** @description Expense attachment IDs returned by POST /transactions/attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
76281
76341
  attachmentIds?: string[] | null;
76282
76342
  recurringTemplateId?: string | null;
76283
76343
  matchBankAccountLast4?: string | null;