@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.
|
@@ -5581,7 +5581,9 @@ export interface operations {
|
|
|
5581
5581
|
};
|
|
5582
5582
|
postAccountsByIdBankingInit: {
|
|
5583
5583
|
parameters: {
|
|
5584
|
-
query?:
|
|
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 /
|
|
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?:
|
|
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?:
|
|
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 /
|
|
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 /
|
|
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 /
|
|
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 /
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
30598
|
+
query?: {
|
|
30599
|
+
dryRun?: boolean;
|
|
30600
|
+
};
|
|
30577
30601
|
header?: never;
|
|
30578
30602
|
path: {
|
|
30579
30603
|
id: string;
|
|
@@ -52669,7 +52693,9 @@ export interface operations {
|
|
|
52669
52693
|
};
|
|
52670
52694
|
putReservationsByIdStatus: {
|
|
52671
52695
|
parameters: {
|
|
52672
|
-
query?:
|
|
52696
|
+
query?: {
|
|
52697
|
+
dryRun?: boolean;
|
|
52698
|
+
};
|
|
52673
52699
|
header?: never;
|
|
52674
52700
|
path: {
|
|
52675
52701
|
id: string;
|
|
@@ -52813,7 +52839,9 @@ export interface operations {
|
|
|
52813
52839
|
};
|
|
52814
52840
|
postReservationsByReservationIdAdjustments: {
|
|
52815
52841
|
parameters: {
|
|
52816
|
-
query?:
|
|
52842
|
+
query?: {
|
|
52843
|
+
dryRun?: boolean;
|
|
52844
|
+
};
|
|
52817
52845
|
header?: never;
|
|
52818
52846
|
path: {
|
|
52819
52847
|
reservationId: string;
|
|
@@ -53325,7 +53353,9 @@ export interface operations {
|
|
|
53325
53353
|
};
|
|
53326
53354
|
putReservationsByReservationIdAdjustmentsById: {
|
|
53327
53355
|
parameters: {
|
|
53328
|
-
query?:
|
|
53356
|
+
query?: {
|
|
53357
|
+
dryRun?: boolean;
|
|
53358
|
+
};
|
|
53329
53359
|
header?: never;
|
|
53330
53360
|
path: {
|
|
53331
53361
|
reservationId: string;
|
|
@@ -53837,7 +53867,9 @@ export interface operations {
|
|
|
53837
53867
|
};
|
|
53838
53868
|
deleteReservationsByReservationIdAdjustmentsById: {
|
|
53839
53869
|
parameters: {
|
|
53840
|
-
query?:
|
|
53870
|
+
query?: {
|
|
53871
|
+
dryRun?: boolean;
|
|
53872
|
+
};
|
|
53841
53873
|
header?: never;
|
|
53842
53874
|
path: {
|
|
53843
53875
|
reservationId: string;
|
|
@@ -58157,7 +58189,9 @@ export interface operations {
|
|
|
58157
58189
|
};
|
|
58158
58190
|
postStatementsHistorical: {
|
|
58159
58191
|
parameters: {
|
|
58160
|
-
query?:
|
|
58192
|
+
query?: {
|
|
58193
|
+
dryRun?: boolean;
|
|
58194
|
+
};
|
|
58161
58195
|
header?: never;
|
|
58162
58196
|
path?: never;
|
|
58163
58197
|
cookie?: never;
|
|
@@ -59996,7 +60030,9 @@ export interface operations {
|
|
|
59996
60030
|
};
|
|
59997
60031
|
putStatementsLinesByLineIdDescription: {
|
|
59998
60032
|
parameters: {
|
|
59999
|
-
query?:
|
|
60033
|
+
query?: {
|
|
60034
|
+
dryRun?: boolean;
|
|
60035
|
+
};
|
|
60000
60036
|
header?: never;
|
|
60001
60037
|
path: {
|
|
60002
60038
|
lineId: string;
|
|
@@ -60139,7 +60175,9 @@ export interface operations {
|
|
|
60139
60175
|
};
|
|
60140
60176
|
postStatementsManagerPay: {
|
|
60141
60177
|
parameters: {
|
|
60142
|
-
query?:
|
|
60178
|
+
query?: {
|
|
60179
|
+
dryRun?: boolean;
|
|
60180
|
+
};
|
|
60143
60181
|
header?: never;
|
|
60144
60182
|
path?: never;
|
|
60145
60183
|
cookie?: never;
|
|
@@ -60283,7 +60321,7 @@ export interface operations {
|
|
|
60283
60321
|
} | null;
|
|
60284
60322
|
} | null;
|
|
60285
60323
|
}[];
|
|
60286
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
60287
60325
|
attachmentIds?: string[] | null;
|
|
60288
60326
|
recurringTemplateId?: string | null;
|
|
60289
60327
|
matchBankAccountLast4?: string | null;
|
|
@@ -63830,7 +63868,9 @@ export interface operations {
|
|
|
63830
63868
|
};
|
|
63831
63869
|
postStatementsByIdPay: {
|
|
63832
63870
|
parameters: {
|
|
63833
|
-
query?:
|
|
63871
|
+
query?: {
|
|
63872
|
+
dryRun?: boolean;
|
|
63873
|
+
};
|
|
63834
63874
|
header?: never;
|
|
63835
63875
|
path: {
|
|
63836
63876
|
id: string;
|
|
@@ -67775,7 +67815,9 @@ export interface operations {
|
|
|
67775
67815
|
};
|
|
67776
67816
|
postTeamInit: {
|
|
67777
67817
|
parameters: {
|
|
67778
|
-
query?:
|
|
67818
|
+
query?: {
|
|
67819
|
+
dryRun?: boolean;
|
|
67820
|
+
};
|
|
67779
67821
|
header?: never;
|
|
67780
67822
|
path?: never;
|
|
67781
67823
|
cookie?: never;
|
|
@@ -70837,7 +70879,7 @@ export interface operations {
|
|
|
70837
70879
|
} | null;
|
|
70838
70880
|
} | null;
|
|
70839
70881
|
}[];
|
|
70840
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
70841
70883
|
attachmentIds?: string[] | null;
|
|
70842
70884
|
recurringTemplateId?: string | null;
|
|
70843
70885
|
matchBankAccountLast4?: string | null;
|
|
@@ -71141,7 +71183,7 @@ export interface operations {
|
|
|
71141
71183
|
matchReservationProcessorBookingRef?: string | null;
|
|
71142
71184
|
matchLineTypeClassification?: string | null;
|
|
71143
71185
|
}[];
|
|
71144
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
71145
71187
|
attachmentIds?: string[] | null;
|
|
71146
71188
|
payment?: {
|
|
71147
71189
|
bankRecordIds?: string[];
|
|
@@ -71303,7 +71345,7 @@ export interface operations {
|
|
|
71303
71345
|
} | null;
|
|
71304
71346
|
} | null;
|
|
71305
71347
|
}[];
|
|
71306
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
71307
71349
|
attachmentIds?: string[] | null;
|
|
71308
71350
|
recurringTemplateId?: string | null;
|
|
71309
71351
|
matchBankAccountLast4?: string | null;
|
|
@@ -72174,7 +72216,7 @@ export interface operations {
|
|
|
72174
72216
|
matchReservationProcessorBookingRef?: string | null;
|
|
72175
72217
|
matchLineTypeClassification?: string | null;
|
|
72176
72218
|
}[];
|
|
72177
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
72178
72220
|
attachmentIds?: string[] | null;
|
|
72179
72221
|
payment?: {
|
|
72180
72222
|
bankRecordIds?: string[];
|
|
@@ -73419,7 +73461,9 @@ export interface operations {
|
|
|
73419
73461
|
};
|
|
73420
73462
|
postTransactionsRecurringTemplates: {
|
|
73421
73463
|
parameters: {
|
|
73422
|
-
query?:
|
|
73464
|
+
query?: {
|
|
73465
|
+
dryRun?: boolean;
|
|
73466
|
+
};
|
|
73423
73467
|
header?: never;
|
|
73424
73468
|
path?: never;
|
|
73425
73469
|
cookie?: never;
|
|
@@ -74208,7 +74252,9 @@ export interface operations {
|
|
|
74208
74252
|
};
|
|
74209
74253
|
putTransactionsRecurringTemplatesById: {
|
|
74210
74254
|
parameters: {
|
|
74211
|
-
query?:
|
|
74255
|
+
query?: {
|
|
74256
|
+
dryRun?: boolean;
|
|
74257
|
+
};
|
|
74212
74258
|
header?: never;
|
|
74213
74259
|
path: {
|
|
74214
74260
|
id: string;
|
|
@@ -74550,6 +74596,7 @@ export interface operations {
|
|
|
74550
74596
|
parameters: {
|
|
74551
74597
|
query?: {
|
|
74552
74598
|
onLocked?: "error" | "archive" | "detach";
|
|
74599
|
+
dryRun?: boolean;
|
|
74553
74600
|
};
|
|
74554
74601
|
header?: never;
|
|
74555
74602
|
path: {
|
|
@@ -74689,7 +74736,9 @@ export interface operations {
|
|
|
74689
74736
|
};
|
|
74690
74737
|
postTransactionsRecurringTemplatesByIdRun: {
|
|
74691
74738
|
parameters: {
|
|
74692
|
-
query?:
|
|
74739
|
+
query?: {
|
|
74740
|
+
dryRun?: boolean;
|
|
74741
|
+
};
|
|
74693
74742
|
header?: never;
|
|
74694
74743
|
path: {
|
|
74695
74744
|
id: string;
|
|
@@ -74830,7 +74879,7 @@ export interface operations {
|
|
|
74830
74879
|
} | null;
|
|
74831
74880
|
} | null;
|
|
74832
74881
|
}[];
|
|
74833
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
74834
74883
|
attachmentIds?: string[] | null;
|
|
74835
74884
|
recurringTemplateId?: string | null;
|
|
74836
74885
|
matchBankAccountLast4?: string | null;
|
|
@@ -75212,7 +75261,7 @@ export interface operations {
|
|
|
75212
75261
|
} | null;
|
|
75213
75262
|
} | null;
|
|
75214
75263
|
}[];
|
|
75215
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75216
75265
|
attachmentIds?: string[] | null;
|
|
75217
75266
|
recurringTemplateId?: string | null;
|
|
75218
75267
|
matchBankAccountLast4?: string | null;
|
|
@@ -75481,7 +75530,7 @@ export interface operations {
|
|
|
75481
75530
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
75482
75531
|
date?: string;
|
|
75483
75532
|
currency?: string | null;
|
|
75484
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75485
75534
|
attachmentIds?: string[] | null;
|
|
75486
75535
|
payment?: {
|
|
75487
75536
|
bankRecordIds?: string[];
|
|
@@ -75732,7 +75781,7 @@ export interface operations {
|
|
|
75732
75781
|
} | null;
|
|
75733
75782
|
} | null;
|
|
75734
75783
|
}[];
|
|
75735
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
75736
75785
|
attachmentIds?: string[] | null;
|
|
75737
75786
|
recurringTemplateId?: string | null;
|
|
75738
75787
|
matchBankAccountLast4?: string | null;
|
|
@@ -76121,7 +76170,9 @@ export interface operations {
|
|
|
76121
76170
|
};
|
|
76122
76171
|
putTransactionsByTransactionIdLinesById: {
|
|
76123
76172
|
parameters: {
|
|
76124
|
-
query?:
|
|
76173
|
+
query?: {
|
|
76174
|
+
dryRun?: boolean;
|
|
76175
|
+
};
|
|
76125
76176
|
header?: never;
|
|
76126
76177
|
path: {
|
|
76127
76178
|
transactionId: string;
|
|
@@ -76286,7 +76337,7 @@ export interface operations {
|
|
|
76286
76337
|
} | null;
|
|
76287
76338
|
} | null;
|
|
76288
76339
|
}[];
|
|
76289
|
-
/** @description Expense attachment IDs returned by POST /
|
|
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. */
|
|
76290
76341
|
attachmentIds?: string[] | null;
|
|
76291
76342
|
recurringTemplateId?: string | null;
|
|
76292
76343
|
matchBankAccountLast4?: string | null;
|