@vrplatform/api 1.3.1-stage.4376 → 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
package/src/generated/v1.ts
CHANGED
|
@@ -5582,7 +5582,9 @@ export interface operations {
|
|
|
5582
5582
|
};
|
|
5583
5583
|
postAccountsByIdBankingInit: {
|
|
5584
5584
|
parameters: {
|
|
5585
|
-
query?:
|
|
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 /
|
|
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?:
|
|
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?:
|
|
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 /
|
|
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 /
|
|
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 /
|
|
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 /
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
30599
|
+
query?: {
|
|
30600
|
+
dryRun?: boolean;
|
|
30601
|
+
};
|
|
30578
30602
|
header?: never;
|
|
30579
30603
|
path: {
|
|
30580
30604
|
id: string;
|
|
@@ -52670,7 +52694,9 @@ export interface operations {
|
|
|
52670
52694
|
};
|
|
52671
52695
|
putReservationsByIdStatus: {
|
|
52672
52696
|
parameters: {
|
|
52673
|
-
query?:
|
|
52697
|
+
query?: {
|
|
52698
|
+
dryRun?: boolean;
|
|
52699
|
+
};
|
|
52674
52700
|
header?: never;
|
|
52675
52701
|
path: {
|
|
52676
52702
|
id: string;
|
|
@@ -52814,7 +52840,9 @@ export interface operations {
|
|
|
52814
52840
|
};
|
|
52815
52841
|
postReservationsByReservationIdAdjustments: {
|
|
52816
52842
|
parameters: {
|
|
52817
|
-
query?:
|
|
52843
|
+
query?: {
|
|
52844
|
+
dryRun?: boolean;
|
|
52845
|
+
};
|
|
52818
52846
|
header?: never;
|
|
52819
52847
|
path: {
|
|
52820
52848
|
reservationId: string;
|
|
@@ -53326,7 +53354,9 @@ export interface operations {
|
|
|
53326
53354
|
};
|
|
53327
53355
|
putReservationsByReservationIdAdjustmentsById: {
|
|
53328
53356
|
parameters: {
|
|
53329
|
-
query?:
|
|
53357
|
+
query?: {
|
|
53358
|
+
dryRun?: boolean;
|
|
53359
|
+
};
|
|
53330
53360
|
header?: never;
|
|
53331
53361
|
path: {
|
|
53332
53362
|
reservationId: string;
|
|
@@ -53838,7 +53868,9 @@ export interface operations {
|
|
|
53838
53868
|
};
|
|
53839
53869
|
deleteReservationsByReservationIdAdjustmentsById: {
|
|
53840
53870
|
parameters: {
|
|
53841
|
-
query?:
|
|
53871
|
+
query?: {
|
|
53872
|
+
dryRun?: boolean;
|
|
53873
|
+
};
|
|
53842
53874
|
header?: never;
|
|
53843
53875
|
path: {
|
|
53844
53876
|
reservationId: string;
|
|
@@ -58158,7 +58190,9 @@ export interface operations {
|
|
|
58158
58190
|
};
|
|
58159
58191
|
postStatementsHistorical: {
|
|
58160
58192
|
parameters: {
|
|
58161
|
-
query?:
|
|
58193
|
+
query?: {
|
|
58194
|
+
dryRun?: boolean;
|
|
58195
|
+
};
|
|
58162
58196
|
header?: never;
|
|
58163
58197
|
path?: never;
|
|
58164
58198
|
cookie?: never;
|
|
@@ -59997,7 +60031,9 @@ export interface operations {
|
|
|
59997
60031
|
};
|
|
59998
60032
|
putStatementsLinesByLineIdDescription: {
|
|
59999
60033
|
parameters: {
|
|
60000
|
-
query?:
|
|
60034
|
+
query?: {
|
|
60035
|
+
dryRun?: boolean;
|
|
60036
|
+
};
|
|
60001
60037
|
header?: never;
|
|
60002
60038
|
path: {
|
|
60003
60039
|
lineId: string;
|
|
@@ -60140,7 +60176,9 @@ export interface operations {
|
|
|
60140
60176
|
};
|
|
60141
60177
|
postStatementsManagerPay: {
|
|
60142
60178
|
parameters: {
|
|
60143
|
-
query?:
|
|
60179
|
+
query?: {
|
|
60180
|
+
dryRun?: boolean;
|
|
60181
|
+
};
|
|
60144
60182
|
header?: never;
|
|
60145
60183
|
path?: never;
|
|
60146
60184
|
cookie?: never;
|
|
@@ -60284,7 +60322,7 @@ export interface operations {
|
|
|
60284
60322
|
} | null;
|
|
60285
60323
|
} | null;
|
|
60286
60324
|
}[];
|
|
60287
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
60288
60326
|
attachmentIds?: string[] | null;
|
|
60289
60327
|
recurringTemplateId?: string | null;
|
|
60290
60328
|
matchBankAccountLast4?: string | null;
|
|
@@ -63831,7 +63869,9 @@ export interface operations {
|
|
|
63831
63869
|
};
|
|
63832
63870
|
postStatementsByIdPay: {
|
|
63833
63871
|
parameters: {
|
|
63834
|
-
query?:
|
|
63872
|
+
query?: {
|
|
63873
|
+
dryRun?: boolean;
|
|
63874
|
+
};
|
|
63835
63875
|
header?: never;
|
|
63836
63876
|
path: {
|
|
63837
63877
|
id: string;
|
|
@@ -67776,7 +67816,9 @@ export interface operations {
|
|
|
67776
67816
|
};
|
|
67777
67817
|
postTeamInit: {
|
|
67778
67818
|
parameters: {
|
|
67779
|
-
query?:
|
|
67819
|
+
query?: {
|
|
67820
|
+
dryRun?: boolean;
|
|
67821
|
+
};
|
|
67780
67822
|
header?: never;
|
|
67781
67823
|
path?: never;
|
|
67782
67824
|
cookie?: never;
|
|
@@ -70838,7 +70880,7 @@ export interface operations {
|
|
|
70838
70880
|
} | null;
|
|
70839
70881
|
} | null;
|
|
70840
70882
|
}[];
|
|
70841
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
70842
70884
|
attachmentIds?: string[] | null;
|
|
70843
70885
|
recurringTemplateId?: string | null;
|
|
70844
70886
|
matchBankAccountLast4?: string | null;
|
|
@@ -71142,7 +71184,7 @@ export interface operations {
|
|
|
71142
71184
|
matchReservationProcessorBookingRef?: string | null;
|
|
71143
71185
|
matchLineTypeClassification?: string | null;
|
|
71144
71186
|
}[];
|
|
71145
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
71146
71188
|
attachmentIds?: string[] | null;
|
|
71147
71189
|
payment?: {
|
|
71148
71190
|
bankRecordIds?: string[];
|
|
@@ -71304,7 +71346,7 @@ export interface operations {
|
|
|
71304
71346
|
} | null;
|
|
71305
71347
|
} | null;
|
|
71306
71348
|
}[];
|
|
71307
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
71308
71350
|
attachmentIds?: string[] | null;
|
|
71309
71351
|
recurringTemplateId?: string | null;
|
|
71310
71352
|
matchBankAccountLast4?: string | null;
|
|
@@ -72175,7 +72217,7 @@ export interface operations {
|
|
|
72175
72217
|
matchReservationProcessorBookingRef?: string | null;
|
|
72176
72218
|
matchLineTypeClassification?: string | null;
|
|
72177
72219
|
}[];
|
|
72178
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
72179
72221
|
attachmentIds?: string[] | null;
|
|
72180
72222
|
payment?: {
|
|
72181
72223
|
bankRecordIds?: string[];
|
|
@@ -73420,7 +73462,9 @@ export interface operations {
|
|
|
73420
73462
|
};
|
|
73421
73463
|
postTransactionsRecurringTemplates: {
|
|
73422
73464
|
parameters: {
|
|
73423
|
-
query?:
|
|
73465
|
+
query?: {
|
|
73466
|
+
dryRun?: boolean;
|
|
73467
|
+
};
|
|
73424
73468
|
header?: never;
|
|
73425
73469
|
path?: never;
|
|
73426
73470
|
cookie?: never;
|
|
@@ -74209,7 +74253,9 @@ export interface operations {
|
|
|
74209
74253
|
};
|
|
74210
74254
|
putTransactionsRecurringTemplatesById: {
|
|
74211
74255
|
parameters: {
|
|
74212
|
-
query?:
|
|
74256
|
+
query?: {
|
|
74257
|
+
dryRun?: boolean;
|
|
74258
|
+
};
|
|
74213
74259
|
header?: never;
|
|
74214
74260
|
path: {
|
|
74215
74261
|
id: string;
|
|
@@ -74551,6 +74597,7 @@ export interface operations {
|
|
|
74551
74597
|
parameters: {
|
|
74552
74598
|
query?: {
|
|
74553
74599
|
onLocked?: "error" | "archive" | "detach";
|
|
74600
|
+
dryRun?: boolean;
|
|
74554
74601
|
};
|
|
74555
74602
|
header?: never;
|
|
74556
74603
|
path: {
|
|
@@ -74690,7 +74737,9 @@ export interface operations {
|
|
|
74690
74737
|
};
|
|
74691
74738
|
postTransactionsRecurringTemplatesByIdRun: {
|
|
74692
74739
|
parameters: {
|
|
74693
|
-
query?:
|
|
74740
|
+
query?: {
|
|
74741
|
+
dryRun?: boolean;
|
|
74742
|
+
};
|
|
74694
74743
|
header?: never;
|
|
74695
74744
|
path: {
|
|
74696
74745
|
id: string;
|
|
@@ -74831,7 +74880,7 @@ export interface operations {
|
|
|
74831
74880
|
} | null;
|
|
74832
74881
|
} | null;
|
|
74833
74882
|
}[];
|
|
74834
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
74835
74884
|
attachmentIds?: string[] | null;
|
|
74836
74885
|
recurringTemplateId?: string | null;
|
|
74837
74886
|
matchBankAccountLast4?: string | null;
|
|
@@ -75213,7 +75262,7 @@ export interface operations {
|
|
|
75213
75262
|
} | null;
|
|
75214
75263
|
} | null;
|
|
75215
75264
|
}[];
|
|
75216
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75217
75266
|
attachmentIds?: string[] | null;
|
|
75218
75267
|
recurringTemplateId?: string | null;
|
|
75219
75268
|
matchBankAccountLast4?: string | null;
|
|
@@ -75482,7 +75531,7 @@ export interface operations {
|
|
|
75482
75531
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
75483
75532
|
date?: string;
|
|
75484
75533
|
currency?: string | null;
|
|
75485
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75486
75535
|
attachmentIds?: string[] | null;
|
|
75487
75536
|
payment?: {
|
|
75488
75537
|
bankRecordIds?: string[];
|
|
@@ -75733,7 +75782,7 @@ export interface operations {
|
|
|
75733
75782
|
} | null;
|
|
75734
75783
|
} | null;
|
|
75735
75784
|
}[];
|
|
75736
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75737
75786
|
attachmentIds?: string[] | null;
|
|
75738
75787
|
recurringTemplateId?: string | null;
|
|
75739
75788
|
matchBankAccountLast4?: string | null;
|
|
@@ -76122,7 +76171,9 @@ export interface operations {
|
|
|
76122
76171
|
};
|
|
76123
76172
|
putTransactionsByTransactionIdLinesById: {
|
|
76124
76173
|
parameters: {
|
|
76125
|
-
query?:
|
|
76174
|
+
query?: {
|
|
76175
|
+
dryRun?: boolean;
|
|
76176
|
+
};
|
|
76126
76177
|
header?: never;
|
|
76127
76178
|
path: {
|
|
76128
76179
|
transactionId: string;
|
|
@@ -76287,7 +76338,7 @@ export interface operations {
|
|
|
76287
76338
|
} | null;
|
|
76288
76339
|
} | null;
|
|
76289
76340
|
}[];
|
|
76290
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
76291
76342
|
attachmentIds?: string[] | null;
|
|
76292
76343
|
recurringTemplateId?: string | null;
|
|
76293
76344
|
matchBankAccountLast4?: string | null;
|