@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4375",
6
+ "version": "1.3.1-stage.4380",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2212,7 +2212,7 @@ export interface paths {
2212
2212
  path?: never;
2213
2213
  cookie?: never;
2214
2214
  };
2215
- /** @description List members of the partner itself (not its child teams) */
2215
+ /** @description List members of the partner itself with their child-team memberships */
2216
2216
  get: operations["getPartnerMembers"];
2217
2217
  put?: never;
2218
2218
  post?: never;
@@ -5582,7 +5582,9 @@ export interface operations {
5582
5582
  };
5583
5583
  postAccountsByIdBankingInit: {
5584
5584
  parameters: {
5585
- query?: never;
5585
+ query?: {
5586
+ dryRun?: boolean;
5587
+ };
5586
5588
  header?: never;
5587
5589
  path: {
5588
5590
  id: string;
@@ -5727,7 +5729,7 @@ export interface operations {
5727
5729
  } | null;
5728
5730
  } | null;
5729
5731
  }[];
5730
- /** @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. */
5732
+ /** @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. */
5731
5733
  attachmentIds?: string[] | null;
5732
5734
  recurringTemplateId?: string | null;
5733
5735
  matchBankAccountLast4?: string | null;
@@ -8756,7 +8758,9 @@ export interface operations {
8756
8758
  };
8757
8759
  batchBankAccounts: {
8758
8760
  parameters: {
8759
- query?: never;
8761
+ query?: {
8762
+ dryRun?: boolean;
8763
+ };
8760
8764
  header?: never;
8761
8765
  path?: never;
8762
8766
  cookie?: never;
@@ -9083,7 +9087,9 @@ export interface operations {
9083
9087
  };
9084
9088
  updateBankAccount: {
9085
9089
  parameters: {
9086
- query?: never;
9090
+ query?: {
9091
+ dryRun?: boolean;
9092
+ };
9087
9093
  header?: never;
9088
9094
  path: {
9089
9095
  id: string;
@@ -9461,7 +9467,7 @@ export interface operations {
9461
9467
  matchReservationProcessorBookingRef?: string | null;
9462
9468
  matchLineTypeClassification?: string | null;
9463
9469
  }[];
9464
- /** @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. */
9470
+ /** @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. */
9465
9471
  attachmentIds?: string[] | null;
9466
9472
  payment?: {
9467
9473
  bankRecordIds: string[];
@@ -10120,7 +10126,7 @@ export interface operations {
10120
10126
  matchReservationProcessorBookingRef?: string | null;
10121
10127
  matchLineTypeClassification?: string | null;
10122
10128
  }[];
10123
- /** @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. */
10129
+ /** @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. */
10124
10130
  attachmentIds?: string[] | null;
10125
10131
  payment?: {
10126
10132
  bankRecordIds: string[];
@@ -11197,7 +11203,7 @@ export interface operations {
11197
11203
  matchReservationProcessorBookingRef?: string | null;
11198
11204
  matchLineTypeClassification?: string | null;
11199
11205
  }[];
11200
- /** @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. */
11206
+ /** @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. */
11201
11207
  attachmentIds?: string[] | null;
11202
11208
  payment?: {
11203
11209
  bankRecordIds: string[];
@@ -12083,7 +12089,7 @@ export interface operations {
12083
12089
  matchReservationProcessorBookingRef?: string | null;
12084
12090
  matchLineTypeClassification?: string | null;
12085
12091
  }[];
12086
- /** @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. */
12092
+ /** @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. */
12087
12093
  attachmentIds?: string[] | null;
12088
12094
  payment?: {
12089
12095
  bankRecordIds: string[];
@@ -15842,7 +15848,9 @@ export interface operations {
15842
15848
  };
15843
15849
  postContactsBatch: {
15844
15850
  parameters: {
15845
- query?: never;
15851
+ query?: {
15852
+ dryRun?: boolean;
15853
+ };
15846
15854
  header?: never;
15847
15855
  path?: never;
15848
15856
  cookie?: never;
@@ -20527,7 +20535,9 @@ export interface operations {
20527
20535
  };
20528
20536
  postGeneralLedgerHistorical: {
20529
20537
  parameters: {
20530
- query?: never;
20538
+ query?: {
20539
+ dryRun?: boolean;
20540
+ };
20531
20541
  header?: never;
20532
20542
  path?: never;
20533
20543
  cookie?: never;
@@ -20826,7 +20836,9 @@ export interface operations {
20826
20836
  };
20827
20837
  putGeneralLedgerOpeningBalancesAccountsPayable: {
20828
20838
  parameters: {
20829
- query?: never;
20839
+ query?: {
20840
+ dryRun?: boolean;
20841
+ };
20830
20842
  header?: never;
20831
20843
  path?: never;
20832
20844
  cookie?: never;
@@ -21114,7 +21126,9 @@ export interface operations {
21114
21126
  };
21115
21127
  putGeneralLedgerOpeningBalancesAccountsReceivableDeferredRevenue: {
21116
21128
  parameters: {
21117
- query?: never;
21129
+ query?: {
21130
+ dryRun?: boolean;
21131
+ };
21118
21132
  header?: never;
21119
21133
  path?: never;
21120
21134
  cookie?: never;
@@ -21413,7 +21427,9 @@ export interface operations {
21413
21427
  };
21414
21428
  putGeneralLedgerOpeningBalancesAdvancedDeposits: {
21415
21429
  parameters: {
21416
- query?: never;
21430
+ query?: {
21431
+ dryRun?: boolean;
21432
+ };
21417
21433
  header?: never;
21418
21434
  path?: never;
21419
21435
  cookie?: never;
@@ -21877,7 +21893,9 @@ export interface operations {
21877
21893
  };
21878
21894
  putGeneralLedgerOpeningBalancesTaxPayable: {
21879
21895
  parameters: {
21880
- query?: never;
21896
+ query?: {
21897
+ dryRun?: boolean;
21898
+ };
21881
21899
  header?: never;
21882
21900
  path?: never;
21883
21901
  cookie?: never;
@@ -22198,7 +22216,9 @@ export interface operations {
22198
22216
  };
22199
22217
  putGeneralLedgerOpeningTrialBalance: {
22200
22218
  parameters: {
22201
- query?: never;
22219
+ query?: {
22220
+ dryRun?: boolean;
22221
+ };
22202
22222
  header?: never;
22203
22223
  path?: never;
22204
22224
  cookie?: never;
@@ -29047,7 +29067,9 @@ export interface operations {
29047
29067
  };
29048
29068
  postListingsOwnershipPeriods: {
29049
29069
  parameters: {
29050
- query?: never;
29070
+ query?: {
29071
+ dryRun?: boolean;
29072
+ };
29051
29073
  header?: never;
29052
29074
  path?: never;
29053
29075
  cookie?: never;
@@ -30574,7 +30596,9 @@ export interface operations {
30574
30596
  };
30575
30597
  putListingsByIdOpeningBalance: {
30576
30598
  parameters: {
30577
- query?: never;
30599
+ query?: {
30600
+ dryRun?: boolean;
30601
+ };
30578
30602
  header?: never;
30579
30603
  path: {
30580
30604
  id: string;
@@ -34776,21 +34800,24 @@ export interface operations {
34776
34800
  data: {
34777
34801
  /** Format: uuid */
34778
34802
  id: string;
34779
- /** Format: uuid */
34780
- userId: string;
34781
- /** Format: uuid */
34782
- tenantId: string;
34783
34803
  /** Format: email */
34784
34804
  email: string;
34785
34805
  secondaryEmails: string[];
34786
- /** @enum {string} */
34787
- role: "admin" | "user";
34788
- status: ("active" | "inactive" | "unconfirmed") | null;
34789
- lastInvitedAt: string | null;
34790
34806
  partnerId: string | null;
34791
34807
  name: string | null;
34792
34808
  firstName: string | null;
34793
34809
  lastName: string | null;
34810
+ lastSeen: string | null;
34811
+ memberships: {
34812
+ tenant: {
34813
+ /** Format: uuid */
34814
+ id: string;
34815
+ name: string;
34816
+ };
34817
+ role?: string | null;
34818
+ status?: string | null;
34819
+ lastInvitedAt: string | null;
34820
+ }[];
34794
34821
  }[];
34795
34822
  };
34796
34823
  };
@@ -34940,9 +34967,11 @@ export interface operations {
34940
34967
  data: {
34941
34968
  /** Format: uuid */
34942
34969
  id: string;
34943
- name?: string | null;
34970
+ firstName: string | null;
34971
+ lastName: string | null;
34944
34972
  /** Format: email */
34945
34973
  email: string;
34974
+ secondaryEmails: string[];
34946
34975
  /** @description User kind (e.g. user, owner) */
34947
34976
  type?: string | null;
34948
34977
  lastSeen: string | null;
@@ -34953,6 +34982,7 @@ export interface operations {
34953
34982
  teamName: string;
34954
34983
  role?: string | null;
34955
34984
  status?: string | null;
34985
+ lastInvitedAt: string | null;
34956
34986
  }[];
34957
34987
  ownerAccesses: {
34958
34988
  /** Format: uuid */
@@ -35108,9 +35138,11 @@ export interface operations {
35108
35138
  "application/json": {
35109
35139
  /** Format: uuid */
35110
35140
  id: string;
35111
- name?: string | null;
35141
+ firstName: string | null;
35142
+ lastName: string | null;
35112
35143
  /** Format: email */
35113
35144
  email: string;
35145
+ secondaryEmails: string[];
35114
35146
  /** @description User kind (e.g. user, owner) */
35115
35147
  type?: string | null;
35116
35148
  lastSeen: string | null;
@@ -35121,6 +35153,7 @@ export interface operations {
35121
35153
  teamName: string;
35122
35154
  role?: string | null;
35123
35155
  status?: string | null;
35156
+ lastInvitedAt: string | null;
35124
35157
  }[];
35125
35158
  ownerAccesses: {
35126
35159
  /** Format: uuid */
@@ -52661,7 +52694,9 @@ export interface operations {
52661
52694
  };
52662
52695
  putReservationsByIdStatus: {
52663
52696
  parameters: {
52664
- query?: never;
52697
+ query?: {
52698
+ dryRun?: boolean;
52699
+ };
52665
52700
  header?: never;
52666
52701
  path: {
52667
52702
  id: string;
@@ -52805,7 +52840,9 @@ export interface operations {
52805
52840
  };
52806
52841
  postReservationsByReservationIdAdjustments: {
52807
52842
  parameters: {
52808
- query?: never;
52843
+ query?: {
52844
+ dryRun?: boolean;
52845
+ };
52809
52846
  header?: never;
52810
52847
  path: {
52811
52848
  reservationId: string;
@@ -53317,7 +53354,9 @@ export interface operations {
53317
53354
  };
53318
53355
  putReservationsByReservationIdAdjustmentsById: {
53319
53356
  parameters: {
53320
- query?: never;
53357
+ query?: {
53358
+ dryRun?: boolean;
53359
+ };
53321
53360
  header?: never;
53322
53361
  path: {
53323
53362
  reservationId: string;
@@ -53829,7 +53868,9 @@ export interface operations {
53829
53868
  };
53830
53869
  deleteReservationsByReservationIdAdjustmentsById: {
53831
53870
  parameters: {
53832
- query?: never;
53871
+ query?: {
53872
+ dryRun?: boolean;
53873
+ };
53833
53874
  header?: never;
53834
53875
  path: {
53835
53876
  reservationId: string;
@@ -58149,7 +58190,9 @@ export interface operations {
58149
58190
  };
58150
58191
  postStatementsHistorical: {
58151
58192
  parameters: {
58152
- query?: never;
58193
+ query?: {
58194
+ dryRun?: boolean;
58195
+ };
58153
58196
  header?: never;
58154
58197
  path?: never;
58155
58198
  cookie?: never;
@@ -59988,7 +60031,9 @@ export interface operations {
59988
60031
  };
59989
60032
  putStatementsLinesByLineIdDescription: {
59990
60033
  parameters: {
59991
- query?: never;
60034
+ query?: {
60035
+ dryRun?: boolean;
60036
+ };
59992
60037
  header?: never;
59993
60038
  path: {
59994
60039
  lineId: string;
@@ -60131,7 +60176,9 @@ export interface operations {
60131
60176
  };
60132
60177
  postStatementsManagerPay: {
60133
60178
  parameters: {
60134
- query?: never;
60179
+ query?: {
60180
+ dryRun?: boolean;
60181
+ };
60135
60182
  header?: never;
60136
60183
  path?: never;
60137
60184
  cookie?: never;
@@ -60275,7 +60322,7 @@ export interface operations {
60275
60322
  } | null;
60276
60323
  } | null;
60277
60324
  }[];
60278
- /** @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. */
60325
+ /** @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. */
60279
60326
  attachmentIds?: string[] | null;
60280
60327
  recurringTemplateId?: string | null;
60281
60328
  matchBankAccountLast4?: string | null;
@@ -63822,7 +63869,9 @@ export interface operations {
63822
63869
  };
63823
63870
  postStatementsByIdPay: {
63824
63871
  parameters: {
63825
- query?: never;
63872
+ query?: {
63873
+ dryRun?: boolean;
63874
+ };
63826
63875
  header?: never;
63827
63876
  path: {
63828
63877
  id: string;
@@ -67767,7 +67816,9 @@ export interface operations {
67767
67816
  };
67768
67817
  postTeamInit: {
67769
67818
  parameters: {
67770
- query?: never;
67819
+ query?: {
67820
+ dryRun?: boolean;
67821
+ };
67771
67822
  header?: never;
67772
67823
  path?: never;
67773
67824
  cookie?: never;
@@ -70829,7 +70880,7 @@ export interface operations {
70829
70880
  } | null;
70830
70881
  } | null;
70831
70882
  }[];
70832
- /** @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. */
70883
+ /** @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. */
70833
70884
  attachmentIds?: string[] | null;
70834
70885
  recurringTemplateId?: string | null;
70835
70886
  matchBankAccountLast4?: string | null;
@@ -71133,7 +71184,7 @@ export interface operations {
71133
71184
  matchReservationProcessorBookingRef?: string | null;
71134
71185
  matchLineTypeClassification?: string | null;
71135
71186
  }[];
71136
- /** @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. */
71187
+ /** @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. */
71137
71188
  attachmentIds?: string[] | null;
71138
71189
  payment?: {
71139
71190
  bankRecordIds?: string[];
@@ -71295,7 +71346,7 @@ export interface operations {
71295
71346
  } | null;
71296
71347
  } | null;
71297
71348
  }[];
71298
- /** @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. */
71349
+ /** @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. */
71299
71350
  attachmentIds?: string[] | null;
71300
71351
  recurringTemplateId?: string | null;
71301
71352
  matchBankAccountLast4?: string | null;
@@ -72166,7 +72217,7 @@ export interface operations {
72166
72217
  matchReservationProcessorBookingRef?: string | null;
72167
72218
  matchLineTypeClassification?: string | null;
72168
72219
  }[];
72169
- /** @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. */
72220
+ /** @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. */
72170
72221
  attachmentIds?: string[] | null;
72171
72222
  payment?: {
72172
72223
  bankRecordIds?: string[];
@@ -73411,7 +73462,9 @@ export interface operations {
73411
73462
  };
73412
73463
  postTransactionsRecurringTemplates: {
73413
73464
  parameters: {
73414
- query?: never;
73465
+ query?: {
73466
+ dryRun?: boolean;
73467
+ };
73415
73468
  header?: never;
73416
73469
  path?: never;
73417
73470
  cookie?: never;
@@ -74200,7 +74253,9 @@ export interface operations {
74200
74253
  };
74201
74254
  putTransactionsRecurringTemplatesById: {
74202
74255
  parameters: {
74203
- query?: never;
74256
+ query?: {
74257
+ dryRun?: boolean;
74258
+ };
74204
74259
  header?: never;
74205
74260
  path: {
74206
74261
  id: string;
@@ -74542,6 +74597,7 @@ export interface operations {
74542
74597
  parameters: {
74543
74598
  query?: {
74544
74599
  onLocked?: "error" | "archive" | "detach";
74600
+ dryRun?: boolean;
74545
74601
  };
74546
74602
  header?: never;
74547
74603
  path: {
@@ -74681,7 +74737,9 @@ export interface operations {
74681
74737
  };
74682
74738
  postTransactionsRecurringTemplatesByIdRun: {
74683
74739
  parameters: {
74684
- query?: never;
74740
+ query?: {
74741
+ dryRun?: boolean;
74742
+ };
74685
74743
  header?: never;
74686
74744
  path: {
74687
74745
  id: string;
@@ -74822,7 +74880,7 @@ export interface operations {
74822
74880
  } | null;
74823
74881
  } | null;
74824
74882
  }[];
74825
- /** @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. */
74883
+ /** @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. */
74826
74884
  attachmentIds?: string[] | null;
74827
74885
  recurringTemplateId?: string | null;
74828
74886
  matchBankAccountLast4?: string | null;
@@ -75204,7 +75262,7 @@ export interface operations {
75204
75262
  } | null;
75205
75263
  } | null;
75206
75264
  }[];
75207
- /** @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. */
75265
+ /** @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. */
75208
75266
  attachmentIds?: string[] | null;
75209
75267
  recurringTemplateId?: string | null;
75210
75268
  matchBankAccountLast4?: string | null;
@@ -75473,7 +75531,7 @@ export interface operations {
75473
75531
  type?: "deposit" | "expense" | "transfer" | "payout";
75474
75532
  date?: string;
75475
75533
  currency?: string | null;
75476
- /** @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. */
75534
+ /** @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. */
75477
75535
  attachmentIds?: string[] | null;
75478
75536
  payment?: {
75479
75537
  bankRecordIds?: string[];
@@ -75724,7 +75782,7 @@ export interface operations {
75724
75782
  } | null;
75725
75783
  } | null;
75726
75784
  }[];
75727
- /** @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. */
75785
+ /** @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. */
75728
75786
  attachmentIds?: string[] | null;
75729
75787
  recurringTemplateId?: string | null;
75730
75788
  matchBankAccountLast4?: string | null;
@@ -76113,7 +76171,9 @@ export interface operations {
76113
76171
  };
76114
76172
  putTransactionsByTransactionIdLinesById: {
76115
76173
  parameters: {
76116
- query?: never;
76174
+ query?: {
76175
+ dryRun?: boolean;
76176
+ };
76117
76177
  header?: never;
76118
76178
  path: {
76119
76179
  transactionId: string;
@@ -76278,7 +76338,7 @@ export interface operations {
76278
76338
  } | null;
76279
76339
  } | null;
76280
76340
  }[];
76281
- /** @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. */
76341
+ /** @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. */
76282
76342
  attachmentIds?: string[] | null;
76283
76343
  recurringTemplateId?: string | null;
76284
76344
  matchBankAccountLast4?: string | null;