@vrplatform/api 1.3.1-stage.2438 → 1.3.1-stage.2440
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.
|
@@ -2925,24 +2925,6 @@ export interface paths {
|
|
|
2925
2925
|
patch?: never;
|
|
2926
2926
|
trace?: never;
|
|
2927
2927
|
};
|
|
2928
|
-
"/teams/opening-balances/credit-card": {
|
|
2929
|
-
parameters: {
|
|
2930
|
-
query?: never;
|
|
2931
|
-
header?: never;
|
|
2932
|
-
path?: never;
|
|
2933
|
-
cookie?: never;
|
|
2934
|
-
};
|
|
2935
|
-
/** @description Retrieve opening balance operating credit card summary */
|
|
2936
|
-
get: operations["getTeamsOpeningBalancesCreditCard"];
|
|
2937
|
-
/** @description Update opening balance operating credit card */
|
|
2938
|
-
put: operations["putTeamsOpeningBalancesCreditCard"];
|
|
2939
|
-
post?: never;
|
|
2940
|
-
delete?: never;
|
|
2941
|
-
options?: never;
|
|
2942
|
-
head?: never;
|
|
2943
|
-
patch?: never;
|
|
2944
|
-
trace?: never;
|
|
2945
|
-
};
|
|
2946
2928
|
"/teams/opening-balances/operating": {
|
|
2947
2929
|
parameters: {
|
|
2948
2930
|
query?: never;
|
|
@@ -2961,24 +2943,6 @@ export interface paths {
|
|
|
2961
2943
|
patch?: never;
|
|
2962
2944
|
trace?: never;
|
|
2963
2945
|
};
|
|
2964
|
-
"/teams/opening-balances/other": {
|
|
2965
|
-
parameters: {
|
|
2966
|
-
query?: never;
|
|
2967
|
-
header?: never;
|
|
2968
|
-
path?: never;
|
|
2969
|
-
cookie?: never;
|
|
2970
|
-
};
|
|
2971
|
-
/** @description Retrieve opening balance operating other summary */
|
|
2972
|
-
get: operations["getTeamsOpeningBalancesOther"];
|
|
2973
|
-
/** @description Update opening balance operating other */
|
|
2974
|
-
put: operations["putTeamsOpeningBalancesOther"];
|
|
2975
|
-
post?: never;
|
|
2976
|
-
delete?: never;
|
|
2977
|
-
options?: never;
|
|
2978
|
-
head?: never;
|
|
2979
|
-
patch?: never;
|
|
2980
|
-
trace?: never;
|
|
2981
|
-
};
|
|
2982
2946
|
"/teams/opening-balances/tax-payable": {
|
|
2983
2947
|
parameters: {
|
|
2984
2948
|
query?: never;
|
|
@@ -40600,239 +40564,6 @@ export interface operations {
|
|
|
40600
40564
|
};
|
|
40601
40565
|
};
|
|
40602
40566
|
};
|
|
40603
|
-
getTeamsOpeningBalancesCreditCard: {
|
|
40604
|
-
parameters: {
|
|
40605
|
-
query?: never;
|
|
40606
|
-
header?: never;
|
|
40607
|
-
path?: never;
|
|
40608
|
-
cookie?: never;
|
|
40609
|
-
};
|
|
40610
|
-
requestBody?: never;
|
|
40611
|
-
responses: {
|
|
40612
|
-
/** @description Successful response */
|
|
40613
|
-
200: {
|
|
40614
|
-
headers: {
|
|
40615
|
-
[name: string]: unknown;
|
|
40616
|
-
};
|
|
40617
|
-
content: {
|
|
40618
|
-
"application/json": {
|
|
40619
|
-
/** @description Value in cents (100 = 1€) */
|
|
40620
|
-
amount: number;
|
|
40621
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
40622
|
-
currency: string;
|
|
40623
|
-
updatedAt?: string | null;
|
|
40624
|
-
transactionId?: string | null;
|
|
40625
|
-
account?: {
|
|
40626
|
-
/** Format: uuid */
|
|
40627
|
-
id: string;
|
|
40628
|
-
name: string;
|
|
40629
|
-
} | null;
|
|
40630
|
-
};
|
|
40631
|
-
};
|
|
40632
|
-
};
|
|
40633
|
-
/** @description Bad request */
|
|
40634
|
-
400: {
|
|
40635
|
-
headers: {
|
|
40636
|
-
[name: string]: unknown;
|
|
40637
|
-
};
|
|
40638
|
-
content: {
|
|
40639
|
-
"application/json": {
|
|
40640
|
-
code: string;
|
|
40641
|
-
message: string;
|
|
40642
|
-
issues?: {
|
|
40643
|
-
message: string;
|
|
40644
|
-
}[];
|
|
40645
|
-
context?: unknown;
|
|
40646
|
-
};
|
|
40647
|
-
};
|
|
40648
|
-
};
|
|
40649
|
-
/** @description Unauthorized */
|
|
40650
|
-
401: {
|
|
40651
|
-
headers: {
|
|
40652
|
-
[name: string]: unknown;
|
|
40653
|
-
};
|
|
40654
|
-
content: {
|
|
40655
|
-
"application/json": {
|
|
40656
|
-
code: string;
|
|
40657
|
-
message: string;
|
|
40658
|
-
issues?: {
|
|
40659
|
-
message: string;
|
|
40660
|
-
}[];
|
|
40661
|
-
context?: unknown;
|
|
40662
|
-
};
|
|
40663
|
-
};
|
|
40664
|
-
};
|
|
40665
|
-
/** @description Forbidden */
|
|
40666
|
-
403: {
|
|
40667
|
-
headers: {
|
|
40668
|
-
[name: string]: unknown;
|
|
40669
|
-
};
|
|
40670
|
-
content: {
|
|
40671
|
-
"application/json": {
|
|
40672
|
-
code: string;
|
|
40673
|
-
message: string;
|
|
40674
|
-
issues?: {
|
|
40675
|
-
message: string;
|
|
40676
|
-
}[];
|
|
40677
|
-
context?: unknown;
|
|
40678
|
-
};
|
|
40679
|
-
};
|
|
40680
|
-
};
|
|
40681
|
-
/** @description Not found */
|
|
40682
|
-
404: {
|
|
40683
|
-
headers: {
|
|
40684
|
-
[name: string]: unknown;
|
|
40685
|
-
};
|
|
40686
|
-
content: {
|
|
40687
|
-
"application/json": {
|
|
40688
|
-
code: string;
|
|
40689
|
-
message: string;
|
|
40690
|
-
issues?: {
|
|
40691
|
-
message: string;
|
|
40692
|
-
}[];
|
|
40693
|
-
context?: unknown;
|
|
40694
|
-
};
|
|
40695
|
-
};
|
|
40696
|
-
};
|
|
40697
|
-
/** @description Internal server error */
|
|
40698
|
-
500: {
|
|
40699
|
-
headers: {
|
|
40700
|
-
[name: string]: unknown;
|
|
40701
|
-
};
|
|
40702
|
-
content: {
|
|
40703
|
-
"application/json": {
|
|
40704
|
-
code: string;
|
|
40705
|
-
message: string;
|
|
40706
|
-
issues?: {
|
|
40707
|
-
message: string;
|
|
40708
|
-
}[];
|
|
40709
|
-
context?: unknown;
|
|
40710
|
-
};
|
|
40711
|
-
};
|
|
40712
|
-
};
|
|
40713
|
-
};
|
|
40714
|
-
};
|
|
40715
|
-
putTeamsOpeningBalancesCreditCard: {
|
|
40716
|
-
parameters: {
|
|
40717
|
-
query?: never;
|
|
40718
|
-
header?: never;
|
|
40719
|
-
path?: never;
|
|
40720
|
-
cookie?: never;
|
|
40721
|
-
};
|
|
40722
|
-
requestBody?: {
|
|
40723
|
-
content: {
|
|
40724
|
-
"application/json": {
|
|
40725
|
-
accountId?: string | null;
|
|
40726
|
-
/** @description Value in cents (100 = 1€) */
|
|
40727
|
-
amount: number;
|
|
40728
|
-
currency?: string | null;
|
|
40729
|
-
};
|
|
40730
|
-
};
|
|
40731
|
-
};
|
|
40732
|
-
responses: {
|
|
40733
|
-
/** @description Successful response */
|
|
40734
|
-
200: {
|
|
40735
|
-
headers: {
|
|
40736
|
-
[name: string]: unknown;
|
|
40737
|
-
};
|
|
40738
|
-
content: {
|
|
40739
|
-
"application/json": {
|
|
40740
|
-
/** @description Value in cents (100 = 1€) */
|
|
40741
|
-
amount: number;
|
|
40742
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
40743
|
-
currency: string;
|
|
40744
|
-
updatedAt?: string | null;
|
|
40745
|
-
transactionId?: string | null;
|
|
40746
|
-
account?: {
|
|
40747
|
-
/** Format: uuid */
|
|
40748
|
-
id: string;
|
|
40749
|
-
name: string;
|
|
40750
|
-
} | null;
|
|
40751
|
-
};
|
|
40752
|
-
};
|
|
40753
|
-
};
|
|
40754
|
-
/** @description Bad request */
|
|
40755
|
-
400: {
|
|
40756
|
-
headers: {
|
|
40757
|
-
[name: string]: unknown;
|
|
40758
|
-
};
|
|
40759
|
-
content: {
|
|
40760
|
-
"application/json": {
|
|
40761
|
-
code: string;
|
|
40762
|
-
message: string;
|
|
40763
|
-
issues?: {
|
|
40764
|
-
message: string;
|
|
40765
|
-
}[];
|
|
40766
|
-
context?: unknown;
|
|
40767
|
-
};
|
|
40768
|
-
};
|
|
40769
|
-
};
|
|
40770
|
-
/** @description Unauthorized */
|
|
40771
|
-
401: {
|
|
40772
|
-
headers: {
|
|
40773
|
-
[name: string]: unknown;
|
|
40774
|
-
};
|
|
40775
|
-
content: {
|
|
40776
|
-
"application/json": {
|
|
40777
|
-
code: string;
|
|
40778
|
-
message: string;
|
|
40779
|
-
issues?: {
|
|
40780
|
-
message: string;
|
|
40781
|
-
}[];
|
|
40782
|
-
context?: unknown;
|
|
40783
|
-
};
|
|
40784
|
-
};
|
|
40785
|
-
};
|
|
40786
|
-
/** @description Forbidden */
|
|
40787
|
-
403: {
|
|
40788
|
-
headers: {
|
|
40789
|
-
[name: string]: unknown;
|
|
40790
|
-
};
|
|
40791
|
-
content: {
|
|
40792
|
-
"application/json": {
|
|
40793
|
-
code: string;
|
|
40794
|
-
message: string;
|
|
40795
|
-
issues?: {
|
|
40796
|
-
message: string;
|
|
40797
|
-
}[];
|
|
40798
|
-
context?: unknown;
|
|
40799
|
-
};
|
|
40800
|
-
};
|
|
40801
|
-
};
|
|
40802
|
-
/** @description Not found */
|
|
40803
|
-
404: {
|
|
40804
|
-
headers: {
|
|
40805
|
-
[name: string]: unknown;
|
|
40806
|
-
};
|
|
40807
|
-
content: {
|
|
40808
|
-
"application/json": {
|
|
40809
|
-
code: string;
|
|
40810
|
-
message: string;
|
|
40811
|
-
issues?: {
|
|
40812
|
-
message: string;
|
|
40813
|
-
}[];
|
|
40814
|
-
context?: unknown;
|
|
40815
|
-
};
|
|
40816
|
-
};
|
|
40817
|
-
};
|
|
40818
|
-
/** @description Internal server error */
|
|
40819
|
-
500: {
|
|
40820
|
-
headers: {
|
|
40821
|
-
[name: string]: unknown;
|
|
40822
|
-
};
|
|
40823
|
-
content: {
|
|
40824
|
-
"application/json": {
|
|
40825
|
-
code: string;
|
|
40826
|
-
message: string;
|
|
40827
|
-
issues?: {
|
|
40828
|
-
message: string;
|
|
40829
|
-
}[];
|
|
40830
|
-
context?: unknown;
|
|
40831
|
-
};
|
|
40832
|
-
};
|
|
40833
|
-
};
|
|
40834
|
-
};
|
|
40835
|
-
};
|
|
40836
40567
|
getTeamsOpeningBalancesOperating: {
|
|
40837
40568
|
parameters: {
|
|
40838
40569
|
query?: never;
|
|
@@ -41092,239 +40823,6 @@ export interface operations {
|
|
|
41092
40823
|
};
|
|
41093
40824
|
};
|
|
41094
40825
|
};
|
|
41095
|
-
getTeamsOpeningBalancesOther: {
|
|
41096
|
-
parameters: {
|
|
41097
|
-
query?: never;
|
|
41098
|
-
header?: never;
|
|
41099
|
-
path?: never;
|
|
41100
|
-
cookie?: never;
|
|
41101
|
-
};
|
|
41102
|
-
requestBody?: never;
|
|
41103
|
-
responses: {
|
|
41104
|
-
/** @description Successful response */
|
|
41105
|
-
200: {
|
|
41106
|
-
headers: {
|
|
41107
|
-
[name: string]: unknown;
|
|
41108
|
-
};
|
|
41109
|
-
content: {
|
|
41110
|
-
"application/json": {
|
|
41111
|
-
/** @description Value in cents (100 = 1€) */
|
|
41112
|
-
amount: number;
|
|
41113
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
41114
|
-
currency: string;
|
|
41115
|
-
updatedAt?: string | null;
|
|
41116
|
-
transactionId?: string | null;
|
|
41117
|
-
account?: {
|
|
41118
|
-
/** Format: uuid */
|
|
41119
|
-
id: string;
|
|
41120
|
-
name: string;
|
|
41121
|
-
} | null;
|
|
41122
|
-
};
|
|
41123
|
-
};
|
|
41124
|
-
};
|
|
41125
|
-
/** @description Bad request */
|
|
41126
|
-
400: {
|
|
41127
|
-
headers: {
|
|
41128
|
-
[name: string]: unknown;
|
|
41129
|
-
};
|
|
41130
|
-
content: {
|
|
41131
|
-
"application/json": {
|
|
41132
|
-
code: string;
|
|
41133
|
-
message: string;
|
|
41134
|
-
issues?: {
|
|
41135
|
-
message: string;
|
|
41136
|
-
}[];
|
|
41137
|
-
context?: unknown;
|
|
41138
|
-
};
|
|
41139
|
-
};
|
|
41140
|
-
};
|
|
41141
|
-
/** @description Unauthorized */
|
|
41142
|
-
401: {
|
|
41143
|
-
headers: {
|
|
41144
|
-
[name: string]: unknown;
|
|
41145
|
-
};
|
|
41146
|
-
content: {
|
|
41147
|
-
"application/json": {
|
|
41148
|
-
code: string;
|
|
41149
|
-
message: string;
|
|
41150
|
-
issues?: {
|
|
41151
|
-
message: string;
|
|
41152
|
-
}[];
|
|
41153
|
-
context?: unknown;
|
|
41154
|
-
};
|
|
41155
|
-
};
|
|
41156
|
-
};
|
|
41157
|
-
/** @description Forbidden */
|
|
41158
|
-
403: {
|
|
41159
|
-
headers: {
|
|
41160
|
-
[name: string]: unknown;
|
|
41161
|
-
};
|
|
41162
|
-
content: {
|
|
41163
|
-
"application/json": {
|
|
41164
|
-
code: string;
|
|
41165
|
-
message: string;
|
|
41166
|
-
issues?: {
|
|
41167
|
-
message: string;
|
|
41168
|
-
}[];
|
|
41169
|
-
context?: unknown;
|
|
41170
|
-
};
|
|
41171
|
-
};
|
|
41172
|
-
};
|
|
41173
|
-
/** @description Not found */
|
|
41174
|
-
404: {
|
|
41175
|
-
headers: {
|
|
41176
|
-
[name: string]: unknown;
|
|
41177
|
-
};
|
|
41178
|
-
content: {
|
|
41179
|
-
"application/json": {
|
|
41180
|
-
code: string;
|
|
41181
|
-
message: string;
|
|
41182
|
-
issues?: {
|
|
41183
|
-
message: string;
|
|
41184
|
-
}[];
|
|
41185
|
-
context?: unknown;
|
|
41186
|
-
};
|
|
41187
|
-
};
|
|
41188
|
-
};
|
|
41189
|
-
/** @description Internal server error */
|
|
41190
|
-
500: {
|
|
41191
|
-
headers: {
|
|
41192
|
-
[name: string]: unknown;
|
|
41193
|
-
};
|
|
41194
|
-
content: {
|
|
41195
|
-
"application/json": {
|
|
41196
|
-
code: string;
|
|
41197
|
-
message: string;
|
|
41198
|
-
issues?: {
|
|
41199
|
-
message: string;
|
|
41200
|
-
}[];
|
|
41201
|
-
context?: unknown;
|
|
41202
|
-
};
|
|
41203
|
-
};
|
|
41204
|
-
};
|
|
41205
|
-
};
|
|
41206
|
-
};
|
|
41207
|
-
putTeamsOpeningBalancesOther: {
|
|
41208
|
-
parameters: {
|
|
41209
|
-
query?: never;
|
|
41210
|
-
header?: never;
|
|
41211
|
-
path?: never;
|
|
41212
|
-
cookie?: never;
|
|
41213
|
-
};
|
|
41214
|
-
requestBody?: {
|
|
41215
|
-
content: {
|
|
41216
|
-
"application/json": {
|
|
41217
|
-
accountId?: string | null;
|
|
41218
|
-
/** @description Value in cents (100 = 1€) */
|
|
41219
|
-
amount: number;
|
|
41220
|
-
currency?: string | null;
|
|
41221
|
-
};
|
|
41222
|
-
};
|
|
41223
|
-
};
|
|
41224
|
-
responses: {
|
|
41225
|
-
/** @description Successful response */
|
|
41226
|
-
200: {
|
|
41227
|
-
headers: {
|
|
41228
|
-
[name: string]: unknown;
|
|
41229
|
-
};
|
|
41230
|
-
content: {
|
|
41231
|
-
"application/json": {
|
|
41232
|
-
/** @description Value in cents (100 = 1€) */
|
|
41233
|
-
amount: number;
|
|
41234
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
41235
|
-
currency: string;
|
|
41236
|
-
updatedAt?: string | null;
|
|
41237
|
-
transactionId?: string | null;
|
|
41238
|
-
account?: {
|
|
41239
|
-
/** Format: uuid */
|
|
41240
|
-
id: string;
|
|
41241
|
-
name: string;
|
|
41242
|
-
} | null;
|
|
41243
|
-
};
|
|
41244
|
-
};
|
|
41245
|
-
};
|
|
41246
|
-
/** @description Bad request */
|
|
41247
|
-
400: {
|
|
41248
|
-
headers: {
|
|
41249
|
-
[name: string]: unknown;
|
|
41250
|
-
};
|
|
41251
|
-
content: {
|
|
41252
|
-
"application/json": {
|
|
41253
|
-
code: string;
|
|
41254
|
-
message: string;
|
|
41255
|
-
issues?: {
|
|
41256
|
-
message: string;
|
|
41257
|
-
}[];
|
|
41258
|
-
context?: unknown;
|
|
41259
|
-
};
|
|
41260
|
-
};
|
|
41261
|
-
};
|
|
41262
|
-
/** @description Unauthorized */
|
|
41263
|
-
401: {
|
|
41264
|
-
headers: {
|
|
41265
|
-
[name: string]: unknown;
|
|
41266
|
-
};
|
|
41267
|
-
content: {
|
|
41268
|
-
"application/json": {
|
|
41269
|
-
code: string;
|
|
41270
|
-
message: string;
|
|
41271
|
-
issues?: {
|
|
41272
|
-
message: string;
|
|
41273
|
-
}[];
|
|
41274
|
-
context?: unknown;
|
|
41275
|
-
};
|
|
41276
|
-
};
|
|
41277
|
-
};
|
|
41278
|
-
/** @description Forbidden */
|
|
41279
|
-
403: {
|
|
41280
|
-
headers: {
|
|
41281
|
-
[name: string]: unknown;
|
|
41282
|
-
};
|
|
41283
|
-
content: {
|
|
41284
|
-
"application/json": {
|
|
41285
|
-
code: string;
|
|
41286
|
-
message: string;
|
|
41287
|
-
issues?: {
|
|
41288
|
-
message: string;
|
|
41289
|
-
}[];
|
|
41290
|
-
context?: unknown;
|
|
41291
|
-
};
|
|
41292
|
-
};
|
|
41293
|
-
};
|
|
41294
|
-
/** @description Not found */
|
|
41295
|
-
404: {
|
|
41296
|
-
headers: {
|
|
41297
|
-
[name: string]: unknown;
|
|
41298
|
-
};
|
|
41299
|
-
content: {
|
|
41300
|
-
"application/json": {
|
|
41301
|
-
code: string;
|
|
41302
|
-
message: string;
|
|
41303
|
-
issues?: {
|
|
41304
|
-
message: string;
|
|
41305
|
-
}[];
|
|
41306
|
-
context?: unknown;
|
|
41307
|
-
};
|
|
41308
|
-
};
|
|
41309
|
-
};
|
|
41310
|
-
/** @description Internal server error */
|
|
41311
|
-
500: {
|
|
41312
|
-
headers: {
|
|
41313
|
-
[name: string]: unknown;
|
|
41314
|
-
};
|
|
41315
|
-
content: {
|
|
41316
|
-
"application/json": {
|
|
41317
|
-
code: string;
|
|
41318
|
-
message: string;
|
|
41319
|
-
issues?: {
|
|
41320
|
-
message: string;
|
|
41321
|
-
}[];
|
|
41322
|
-
context?: unknown;
|
|
41323
|
-
};
|
|
41324
|
-
};
|
|
41325
|
-
};
|
|
41326
|
-
};
|
|
41327
|
-
};
|
|
41328
40826
|
getTeamsOpeningBalancesTaxPayable: {
|
|
41329
40827
|
parameters: {
|
|
41330
40828
|
query?: never;
|