@vrplatform/api 1.3.0-stage.1096 → 1.3.0-stage.1103
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/build/main/generated/v1.d.ts +238 -128
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +238 -128
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +238 -128
|
@@ -1647,6 +1647,23 @@ export interface paths {
|
|
|
1647
1647
|
patch?: never;
|
|
1648
1648
|
trace?: never;
|
|
1649
1649
|
};
|
|
1650
|
+
"/report/journal-entries/csv": {
|
|
1651
|
+
parameters: {
|
|
1652
|
+
query?: never;
|
|
1653
|
+
header?: never;
|
|
1654
|
+
path?: never;
|
|
1655
|
+
cookie?: never;
|
|
1656
|
+
};
|
|
1657
|
+
/** @description CSV export for journal entries */
|
|
1658
|
+
get: operations["getJournalEntriesReportCsv"];
|
|
1659
|
+
put?: never;
|
|
1660
|
+
post?: never;
|
|
1661
|
+
delete?: never;
|
|
1662
|
+
options?: never;
|
|
1663
|
+
head?: never;
|
|
1664
|
+
patch?: never;
|
|
1665
|
+
trace?: never;
|
|
1666
|
+
};
|
|
1650
1667
|
"/reports/manager-statements": {
|
|
1651
1668
|
parameters: {
|
|
1652
1669
|
query?: never;
|
|
@@ -1698,6 +1715,23 @@ export interface paths {
|
|
|
1698
1715
|
patch?: never;
|
|
1699
1716
|
trace?: never;
|
|
1700
1717
|
};
|
|
1718
|
+
"/reports/manager-statements/detail/journal-entries/csv": {
|
|
1719
|
+
parameters: {
|
|
1720
|
+
query?: never;
|
|
1721
|
+
header?: never;
|
|
1722
|
+
path?: never;
|
|
1723
|
+
cookie?: never;
|
|
1724
|
+
};
|
|
1725
|
+
/** @description CSV export for manager statement journal entries */
|
|
1726
|
+
get: operations["getManagerStatementReportJournalEntriesCsv"];
|
|
1727
|
+
put?: never;
|
|
1728
|
+
post?: never;
|
|
1729
|
+
delete?: never;
|
|
1730
|
+
options?: never;
|
|
1731
|
+
head?: never;
|
|
1732
|
+
patch?: never;
|
|
1733
|
+
trace?: never;
|
|
1734
|
+
};
|
|
1701
1735
|
"/reports/profit-and-loss": {
|
|
1702
1736
|
parameters: {
|
|
1703
1737
|
query?: never;
|
|
@@ -1800,23 +1834,6 @@ export interface paths {
|
|
|
1800
1834
|
patch?: never;
|
|
1801
1835
|
trace?: never;
|
|
1802
1836
|
};
|
|
1803
|
-
"/report/journal-entries/csv": {
|
|
1804
|
-
parameters: {
|
|
1805
|
-
query?: never;
|
|
1806
|
-
header?: never;
|
|
1807
|
-
path?: never;
|
|
1808
|
-
cookie?: never;
|
|
1809
|
-
};
|
|
1810
|
-
/** @description CSV export for journal entries */
|
|
1811
|
-
get: operations["getJournalEntriesReportCsv"];
|
|
1812
|
-
put?: never;
|
|
1813
|
-
post?: never;
|
|
1814
|
-
delete?: never;
|
|
1815
|
-
options?: never;
|
|
1816
|
-
head?: never;
|
|
1817
|
-
patch?: never;
|
|
1818
|
-
trace?: never;
|
|
1819
|
-
};
|
|
1820
1837
|
"/calendar-blocks": {
|
|
1821
1838
|
parameters: {
|
|
1822
1839
|
query?: never;
|
|
@@ -5925,7 +5942,7 @@ export interface operations {
|
|
|
5925
5942
|
data: {
|
|
5926
5943
|
/** Format: uuid */
|
|
5927
5944
|
listingId: string;
|
|
5928
|
-
/** @default 2025-11-
|
|
5945
|
+
/** @default 2025-11-19 */
|
|
5929
5946
|
startAt: string;
|
|
5930
5947
|
endAt?: string | null;
|
|
5931
5948
|
setListingInactive?: boolean | null;
|
|
@@ -6007,7 +6024,7 @@ export interface operations {
|
|
|
6007
6024
|
"application/json": {
|
|
6008
6025
|
/** Format: uuid */
|
|
6009
6026
|
listingId: string;
|
|
6010
|
-
/** @default 2025-11-
|
|
6027
|
+
/** @default 2025-11-19 */
|
|
6011
6028
|
startAt?: string;
|
|
6012
6029
|
endAt?: string | null;
|
|
6013
6030
|
members: {
|
|
@@ -6041,7 +6058,7 @@ export interface operations {
|
|
|
6041
6058
|
"application/json": {
|
|
6042
6059
|
/** Format: uuid */
|
|
6043
6060
|
listingId: string;
|
|
6044
|
-
/** @default 2025-11-
|
|
6061
|
+
/** @default 2025-11-19 */
|
|
6045
6062
|
startAt: string;
|
|
6046
6063
|
endAt?: string | null;
|
|
6047
6064
|
setListingInactive?: boolean | null;
|
|
@@ -6121,7 +6138,7 @@ export interface operations {
|
|
|
6121
6138
|
"application/json": {
|
|
6122
6139
|
/** Format: uuid */
|
|
6123
6140
|
listingId: string;
|
|
6124
|
-
/** @default 2025-11-
|
|
6141
|
+
/** @default 2025-11-19 */
|
|
6125
6142
|
startAt: string;
|
|
6126
6143
|
endAt?: string | null;
|
|
6127
6144
|
setListingInactive?: boolean | null;
|
|
@@ -6204,7 +6221,7 @@ export interface operations {
|
|
|
6204
6221
|
"application/json": {
|
|
6205
6222
|
/** Format: uuid */
|
|
6206
6223
|
listingId?: string;
|
|
6207
|
-
/** @default 2025-11-
|
|
6224
|
+
/** @default 2025-11-19 */
|
|
6208
6225
|
startAt?: string;
|
|
6209
6226
|
endAt?: string | null;
|
|
6210
6227
|
members?: {
|
|
@@ -6238,7 +6255,7 @@ export interface operations {
|
|
|
6238
6255
|
"application/json": {
|
|
6239
6256
|
/** Format: uuid */
|
|
6240
6257
|
listingId: string;
|
|
6241
|
-
/** @default 2025-11-
|
|
6258
|
+
/** @default 2025-11-19 */
|
|
6242
6259
|
startAt: string;
|
|
6243
6260
|
endAt?: string | null;
|
|
6244
6261
|
setListingInactive?: boolean | null;
|
|
@@ -6424,7 +6441,7 @@ export interface operations {
|
|
|
6424
6441
|
/** Format: uuid */
|
|
6425
6442
|
sourceId?: string | null;
|
|
6426
6443
|
initialOwnership?: {
|
|
6427
|
-
/** @default 2025-11-
|
|
6444
|
+
/** @default 2025-11-19 */
|
|
6428
6445
|
startAt?: string;
|
|
6429
6446
|
endAt?: string | null;
|
|
6430
6447
|
members: {
|
|
@@ -6482,7 +6499,7 @@ export interface operations {
|
|
|
6482
6499
|
status: "active" | "inactive";
|
|
6483
6500
|
defaultCurrency?: string | null;
|
|
6484
6501
|
activeOwnership?: {
|
|
6485
|
-
/** @default 2025-11-
|
|
6502
|
+
/** @default 2025-11-19 */
|
|
6486
6503
|
startAt: string;
|
|
6487
6504
|
endAt?: string | null;
|
|
6488
6505
|
setListingInactive?: boolean | null;
|
|
@@ -6723,7 +6740,7 @@ export interface operations {
|
|
|
6723
6740
|
status: "active" | "inactive";
|
|
6724
6741
|
defaultCurrency?: string | null;
|
|
6725
6742
|
activeOwnership?: {
|
|
6726
|
-
/** @default 2025-11-
|
|
6743
|
+
/** @default 2025-11-19 */
|
|
6727
6744
|
startAt: string;
|
|
6728
6745
|
endAt?: string | null;
|
|
6729
6746
|
setListingInactive?: boolean | null;
|
|
@@ -6862,7 +6879,7 @@ export interface operations {
|
|
|
6862
6879
|
/** Format: uuid */
|
|
6863
6880
|
sourceId?: string | null;
|
|
6864
6881
|
initialOwnership?: {
|
|
6865
|
-
/** @default 2025-11-
|
|
6882
|
+
/** @default 2025-11-19 */
|
|
6866
6883
|
startAt?: string;
|
|
6867
6884
|
endAt?: string | null;
|
|
6868
6885
|
members: {
|
|
@@ -6916,7 +6933,7 @@ export interface operations {
|
|
|
6916
6933
|
status: "active" | "inactive";
|
|
6917
6934
|
defaultCurrency?: string | null;
|
|
6918
6935
|
activeOwnership?: {
|
|
6919
|
-
/** @default 2025-11-
|
|
6936
|
+
/** @default 2025-11-19 */
|
|
6920
6937
|
startAt: string;
|
|
6921
6938
|
endAt?: string | null;
|
|
6922
6939
|
setListingInactive?: boolean | null;
|
|
@@ -7133,7 +7150,7 @@ export interface operations {
|
|
|
7133
7150
|
status: "active" | "inactive";
|
|
7134
7151
|
defaultCurrency?: string | null;
|
|
7135
7152
|
activeOwnership?: {
|
|
7136
|
-
/** @default 2025-11-
|
|
7153
|
+
/** @default 2025-11-19 */
|
|
7137
7154
|
startAt: string;
|
|
7138
7155
|
endAt?: string | null;
|
|
7139
7156
|
setListingInactive?: boolean | null;
|
|
@@ -7280,7 +7297,7 @@ export interface operations {
|
|
|
7280
7297
|
/** Format: uuid */
|
|
7281
7298
|
sourceId?: string | null;
|
|
7282
7299
|
initialOwnership?: {
|
|
7283
|
-
/** @default 2025-11-
|
|
7300
|
+
/** @default 2025-11-19 */
|
|
7284
7301
|
startAt?: string;
|
|
7285
7302
|
endAt?: string | null;
|
|
7286
7303
|
members: {
|
|
@@ -7334,7 +7351,7 @@ export interface operations {
|
|
|
7334
7351
|
status: "active" | "inactive";
|
|
7335
7352
|
defaultCurrency?: string | null;
|
|
7336
7353
|
activeOwnership?: {
|
|
7337
|
-
/** @default 2025-11-
|
|
7354
|
+
/** @default 2025-11-19 */
|
|
7338
7355
|
startAt: string;
|
|
7339
7356
|
endAt?: string | null;
|
|
7340
7357
|
setListingInactive?: boolean | null;
|
|
@@ -21376,8 +21393,7 @@ export interface operations {
|
|
|
21376
21393
|
effects: {
|
|
21377
21394
|
/** Format: uuid */
|
|
21378
21395
|
id: string;
|
|
21379
|
-
|
|
21380
|
-
effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "UPDATE_RESERVATION_LINKABLES" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
|
|
21396
|
+
effectType: string;
|
|
21381
21397
|
payload?: unknown;
|
|
21382
21398
|
/** @enum {string} */
|
|
21383
21399
|
status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|
|
@@ -22670,6 +22686,101 @@ export interface operations {
|
|
|
22670
22686
|
};
|
|
22671
22687
|
};
|
|
22672
22688
|
};
|
|
22689
|
+
getJournalEntriesReportCsv: {
|
|
22690
|
+
parameters: {
|
|
22691
|
+
query?: {
|
|
22692
|
+
/** @description comma separated journal entry ids */
|
|
22693
|
+
ids?: string;
|
|
22694
|
+
txnCode?: string;
|
|
22695
|
+
published?: boolean;
|
|
22696
|
+
status?: "active" | "inactive";
|
|
22697
|
+
startAt?: string;
|
|
22698
|
+
endAt?: string;
|
|
22699
|
+
search?: string;
|
|
22700
|
+
date?: string;
|
|
22701
|
+
amount?: string;
|
|
22702
|
+
isDateRangeEndInclusive?: boolean;
|
|
22703
|
+
reservationIds?: string;
|
|
22704
|
+
transactionIds?: string;
|
|
22705
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22706
|
+
currency?: string;
|
|
22707
|
+
/** @description listing ids comma separated or "unmapped" */
|
|
22708
|
+
listingIds?: string;
|
|
22709
|
+
/** @description account ids comma separated accounts or "unmapped" */
|
|
22710
|
+
accountIds?: string;
|
|
22711
|
+
/** @description comma separated categories */
|
|
22712
|
+
categoryIds?: string;
|
|
22713
|
+
classifications?: string;
|
|
22714
|
+
types?: string;
|
|
22715
|
+
entityTypes?: string;
|
|
22716
|
+
party?: "owners" | "manager";
|
|
22717
|
+
};
|
|
22718
|
+
header?: {
|
|
22719
|
+
"X-Team-Id"?: string;
|
|
22720
|
+
};
|
|
22721
|
+
path?: never;
|
|
22722
|
+
cookie?: never;
|
|
22723
|
+
};
|
|
22724
|
+
requestBody?: never;
|
|
22725
|
+
responses: {
|
|
22726
|
+
/** @description Successful response */
|
|
22727
|
+
200: {
|
|
22728
|
+
headers: {
|
|
22729
|
+
[name: string]: unknown;
|
|
22730
|
+
};
|
|
22731
|
+
content: {
|
|
22732
|
+
"application/json": {
|
|
22733
|
+
url: string;
|
|
22734
|
+
};
|
|
22735
|
+
};
|
|
22736
|
+
};
|
|
22737
|
+
/** @description Invalid input data */
|
|
22738
|
+
400: {
|
|
22739
|
+
headers: {
|
|
22740
|
+
[name: string]: unknown;
|
|
22741
|
+
};
|
|
22742
|
+
content: {
|
|
22743
|
+
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
22744
|
+
};
|
|
22745
|
+
};
|
|
22746
|
+
/** @description Authorization not provided */
|
|
22747
|
+
401: {
|
|
22748
|
+
headers: {
|
|
22749
|
+
[name: string]: unknown;
|
|
22750
|
+
};
|
|
22751
|
+
content: {
|
|
22752
|
+
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
22753
|
+
};
|
|
22754
|
+
};
|
|
22755
|
+
/** @description Insufficient access */
|
|
22756
|
+
403: {
|
|
22757
|
+
headers: {
|
|
22758
|
+
[name: string]: unknown;
|
|
22759
|
+
};
|
|
22760
|
+
content: {
|
|
22761
|
+
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
22762
|
+
};
|
|
22763
|
+
};
|
|
22764
|
+
/** @description Not found */
|
|
22765
|
+
404: {
|
|
22766
|
+
headers: {
|
|
22767
|
+
[name: string]: unknown;
|
|
22768
|
+
};
|
|
22769
|
+
content: {
|
|
22770
|
+
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
22771
|
+
};
|
|
22772
|
+
};
|
|
22773
|
+
/** @description Internal server error */
|
|
22774
|
+
500: {
|
|
22775
|
+
headers: {
|
|
22776
|
+
[name: string]: unknown;
|
|
22777
|
+
};
|
|
22778
|
+
content: {
|
|
22779
|
+
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
22780
|
+
};
|
|
22781
|
+
};
|
|
22782
|
+
};
|
|
22783
|
+
};
|
|
22673
22784
|
getManagerStatementsReport: {
|
|
22674
22785
|
parameters: {
|
|
22675
22786
|
query: {
|
|
@@ -23019,6 +23130,100 @@ export interface operations {
|
|
|
23019
23130
|
};
|
|
23020
23131
|
};
|
|
23021
23132
|
};
|
|
23133
|
+
getManagerStatementReportJournalEntriesCsv: {
|
|
23134
|
+
parameters: {
|
|
23135
|
+
query?: {
|
|
23136
|
+
/** @description comma separated journal entry ids */
|
|
23137
|
+
ids?: string;
|
|
23138
|
+
txnCode?: string;
|
|
23139
|
+
published?: boolean;
|
|
23140
|
+
status?: "active" | "inactive";
|
|
23141
|
+
startAt?: string;
|
|
23142
|
+
endAt?: string;
|
|
23143
|
+
search?: string;
|
|
23144
|
+
date?: string;
|
|
23145
|
+
amount?: string;
|
|
23146
|
+
isDateRangeEndInclusive?: boolean;
|
|
23147
|
+
reservationIds?: string;
|
|
23148
|
+
transactionIds?: string;
|
|
23149
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
23150
|
+
currency?: string;
|
|
23151
|
+
/** @description listing ids comma separated or "unmapped" */
|
|
23152
|
+
listingIds?: string;
|
|
23153
|
+
/** @description account ids comma separated accounts or "unmapped" */
|
|
23154
|
+
accountIds?: string;
|
|
23155
|
+
/** @description comma separated categories */
|
|
23156
|
+
categoryIds?: string;
|
|
23157
|
+
classifications?: string;
|
|
23158
|
+
types?: string;
|
|
23159
|
+
entityTypes?: string;
|
|
23160
|
+
};
|
|
23161
|
+
header?: {
|
|
23162
|
+
"X-Team-Id"?: string;
|
|
23163
|
+
};
|
|
23164
|
+
path?: never;
|
|
23165
|
+
cookie?: never;
|
|
23166
|
+
};
|
|
23167
|
+
requestBody?: never;
|
|
23168
|
+
responses: {
|
|
23169
|
+
/** @description Successful response */
|
|
23170
|
+
200: {
|
|
23171
|
+
headers: {
|
|
23172
|
+
[name: string]: unknown;
|
|
23173
|
+
};
|
|
23174
|
+
content: {
|
|
23175
|
+
"application/json": {
|
|
23176
|
+
url: string;
|
|
23177
|
+
};
|
|
23178
|
+
};
|
|
23179
|
+
};
|
|
23180
|
+
/** @description Invalid input data */
|
|
23181
|
+
400: {
|
|
23182
|
+
headers: {
|
|
23183
|
+
[name: string]: unknown;
|
|
23184
|
+
};
|
|
23185
|
+
content: {
|
|
23186
|
+
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
23187
|
+
};
|
|
23188
|
+
};
|
|
23189
|
+
/** @description Authorization not provided */
|
|
23190
|
+
401: {
|
|
23191
|
+
headers: {
|
|
23192
|
+
[name: string]: unknown;
|
|
23193
|
+
};
|
|
23194
|
+
content: {
|
|
23195
|
+
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
23196
|
+
};
|
|
23197
|
+
};
|
|
23198
|
+
/** @description Insufficient access */
|
|
23199
|
+
403: {
|
|
23200
|
+
headers: {
|
|
23201
|
+
[name: string]: unknown;
|
|
23202
|
+
};
|
|
23203
|
+
content: {
|
|
23204
|
+
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
23205
|
+
};
|
|
23206
|
+
};
|
|
23207
|
+
/** @description Not found */
|
|
23208
|
+
404: {
|
|
23209
|
+
headers: {
|
|
23210
|
+
[name: string]: unknown;
|
|
23211
|
+
};
|
|
23212
|
+
content: {
|
|
23213
|
+
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
23214
|
+
};
|
|
23215
|
+
};
|
|
23216
|
+
/** @description Internal server error */
|
|
23217
|
+
500: {
|
|
23218
|
+
headers: {
|
|
23219
|
+
[name: string]: unknown;
|
|
23220
|
+
};
|
|
23221
|
+
content: {
|
|
23222
|
+
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
23223
|
+
};
|
|
23224
|
+
};
|
|
23225
|
+
};
|
|
23226
|
+
};
|
|
23022
23227
|
getProfitAndLossReport: {
|
|
23023
23228
|
parameters: {
|
|
23024
23229
|
query?: {
|
|
@@ -23642,101 +23847,6 @@ export interface operations {
|
|
|
23642
23847
|
};
|
|
23643
23848
|
};
|
|
23644
23849
|
};
|
|
23645
|
-
getJournalEntriesReportCsv: {
|
|
23646
|
-
parameters: {
|
|
23647
|
-
query?: {
|
|
23648
|
-
/** @description comma separated journal entry ids */
|
|
23649
|
-
ids?: string;
|
|
23650
|
-
txnCode?: string;
|
|
23651
|
-
published?: boolean;
|
|
23652
|
-
status?: "active" | "inactive";
|
|
23653
|
-
startAt?: string;
|
|
23654
|
-
endAt?: string;
|
|
23655
|
-
search?: string;
|
|
23656
|
-
date?: string;
|
|
23657
|
-
amount?: string;
|
|
23658
|
-
isDateRangeEndInclusive?: boolean;
|
|
23659
|
-
reservationIds?: string;
|
|
23660
|
-
transactionIds?: string;
|
|
23661
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
23662
|
-
currency?: string;
|
|
23663
|
-
/** @description listing ids comma separated or "unmapped" */
|
|
23664
|
-
listingIds?: string;
|
|
23665
|
-
/** @description account ids comma separated accounts or "unmapped" */
|
|
23666
|
-
accountIds?: string;
|
|
23667
|
-
/** @description comma separated categories */
|
|
23668
|
-
categoryIds?: string;
|
|
23669
|
-
classifications?: string;
|
|
23670
|
-
types?: string;
|
|
23671
|
-
entityTypes?: string;
|
|
23672
|
-
party?: "owners" | "manager";
|
|
23673
|
-
};
|
|
23674
|
-
header?: {
|
|
23675
|
-
"X-Team-Id"?: string;
|
|
23676
|
-
};
|
|
23677
|
-
path?: never;
|
|
23678
|
-
cookie?: never;
|
|
23679
|
-
};
|
|
23680
|
-
requestBody?: never;
|
|
23681
|
-
responses: {
|
|
23682
|
-
/** @description Successful response */
|
|
23683
|
-
200: {
|
|
23684
|
-
headers: {
|
|
23685
|
-
[name: string]: unknown;
|
|
23686
|
-
};
|
|
23687
|
-
content: {
|
|
23688
|
-
"application/json": {
|
|
23689
|
-
url: string;
|
|
23690
|
-
};
|
|
23691
|
-
};
|
|
23692
|
-
};
|
|
23693
|
-
/** @description Invalid input data */
|
|
23694
|
-
400: {
|
|
23695
|
-
headers: {
|
|
23696
|
-
[name: string]: unknown;
|
|
23697
|
-
};
|
|
23698
|
-
content: {
|
|
23699
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
23700
|
-
};
|
|
23701
|
-
};
|
|
23702
|
-
/** @description Authorization not provided */
|
|
23703
|
-
401: {
|
|
23704
|
-
headers: {
|
|
23705
|
-
[name: string]: unknown;
|
|
23706
|
-
};
|
|
23707
|
-
content: {
|
|
23708
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
23709
|
-
};
|
|
23710
|
-
};
|
|
23711
|
-
/** @description Insufficient access */
|
|
23712
|
-
403: {
|
|
23713
|
-
headers: {
|
|
23714
|
-
[name: string]: unknown;
|
|
23715
|
-
};
|
|
23716
|
-
content: {
|
|
23717
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
23718
|
-
};
|
|
23719
|
-
};
|
|
23720
|
-
/** @description Not found */
|
|
23721
|
-
404: {
|
|
23722
|
-
headers: {
|
|
23723
|
-
[name: string]: unknown;
|
|
23724
|
-
};
|
|
23725
|
-
content: {
|
|
23726
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
23727
|
-
};
|
|
23728
|
-
};
|
|
23729
|
-
/** @description Internal server error */
|
|
23730
|
-
500: {
|
|
23731
|
-
headers: {
|
|
23732
|
-
[name: string]: unknown;
|
|
23733
|
-
};
|
|
23734
|
-
content: {
|
|
23735
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
23736
|
-
};
|
|
23737
|
-
};
|
|
23738
|
-
};
|
|
23739
|
-
};
|
|
23740
23850
|
getCalendar: {
|
|
23741
23851
|
parameters: {
|
|
23742
23852
|
query: {
|