@vrplatform/api 1.3.1-stage.3999 → 1.3.1-stage.4001
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 +108 -129
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +108 -129
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +108 -129
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -3791,23 +3791,6 @@ export interface paths {
|
|
|
3791
3791
|
patch?: never;
|
|
3792
3792
|
trace?: never;
|
|
3793
3793
|
};
|
|
3794
|
-
"/transactions/{transactionId}/lines/{id}/description": {
|
|
3795
|
-
parameters: {
|
|
3796
|
-
query?: never;
|
|
3797
|
-
header?: never;
|
|
3798
|
-
path?: never;
|
|
3799
|
-
cookie?: never;
|
|
3800
|
-
};
|
|
3801
|
-
get?: never;
|
|
3802
|
-
put?: never;
|
|
3803
|
-
post?: never;
|
|
3804
|
-
delete?: never;
|
|
3805
|
-
options?: never;
|
|
3806
|
-
head?: never;
|
|
3807
|
-
/** @description Update a transaction line description (description-only flow bypasses reconciliation lock) */
|
|
3808
|
-
patch: operations["patchTransactionsByTransactionIdLinesByIdDescription"];
|
|
3809
|
-
trace?: never;
|
|
3810
|
-
};
|
|
3811
3794
|
}
|
|
3812
3795
|
export type webhooks = Record<string, never>;
|
|
3813
3796
|
export interface components {
|
|
@@ -41563,6 +41546,15 @@ export interface operations {
|
|
|
41563
41546
|
context: Record<string, never>;
|
|
41564
41547
|
message: string;
|
|
41565
41548
|
})[];
|
|
41549
|
+
descriptionEdit?: {
|
|
41550
|
+
/** @enum {string} */
|
|
41551
|
+
status: "editable" | "disabled";
|
|
41552
|
+
transactionId?: string | null;
|
|
41553
|
+
/** Format: uuid */
|
|
41554
|
+
lineId?: string;
|
|
41555
|
+
/** @enum {string} */
|
|
41556
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
41557
|
+
};
|
|
41566
41558
|
columns: {
|
|
41567
41559
|
name: string;
|
|
41568
41560
|
text: string;
|
|
@@ -41790,6 +41782,15 @@ export interface operations {
|
|
|
41790
41782
|
context: Record<string, never>;
|
|
41791
41783
|
message: string;
|
|
41792
41784
|
})[];
|
|
41785
|
+
descriptionEdit?: {
|
|
41786
|
+
/** @enum {string} */
|
|
41787
|
+
status: "editable" | "disabled";
|
|
41788
|
+
transactionId?: string | null;
|
|
41789
|
+
/** Format: uuid */
|
|
41790
|
+
lineId?: string;
|
|
41791
|
+
/** @enum {string} */
|
|
41792
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
41793
|
+
};
|
|
41793
41794
|
columns: {
|
|
41794
41795
|
name: string;
|
|
41795
41796
|
text: string;
|
|
@@ -42033,6 +42034,15 @@ export interface operations {
|
|
|
42033
42034
|
context: Record<string, never>;
|
|
42034
42035
|
message: string;
|
|
42035
42036
|
})[];
|
|
42037
|
+
descriptionEdit?: {
|
|
42038
|
+
/** @enum {string} */
|
|
42039
|
+
status: "editable" | "disabled";
|
|
42040
|
+
transactionId?: string | null;
|
|
42041
|
+
/** Format: uuid */
|
|
42042
|
+
lineId?: string;
|
|
42043
|
+
/** @enum {string} */
|
|
42044
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
42045
|
+
};
|
|
42036
42046
|
columns: {
|
|
42037
42047
|
name: string;
|
|
42038
42048
|
text: string;
|
|
@@ -42809,6 +42819,15 @@ export interface operations {
|
|
|
42809
42819
|
context: Record<string, never>;
|
|
42810
42820
|
message: string;
|
|
42811
42821
|
})[];
|
|
42822
|
+
descriptionEdit?: {
|
|
42823
|
+
/** @enum {string} */
|
|
42824
|
+
status: "editable" | "disabled";
|
|
42825
|
+
transactionId?: string | null;
|
|
42826
|
+
/** Format: uuid */
|
|
42827
|
+
lineId?: string;
|
|
42828
|
+
/** @enum {string} */
|
|
42829
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
42830
|
+
};
|
|
42812
42831
|
columns: {
|
|
42813
42832
|
name: string;
|
|
42814
42833
|
text: string;
|
|
@@ -43036,6 +43055,15 @@ export interface operations {
|
|
|
43036
43055
|
context: Record<string, never>;
|
|
43037
43056
|
message: string;
|
|
43038
43057
|
})[];
|
|
43058
|
+
descriptionEdit?: {
|
|
43059
|
+
/** @enum {string} */
|
|
43060
|
+
status: "editable" | "disabled";
|
|
43061
|
+
transactionId?: string | null;
|
|
43062
|
+
/** Format: uuid */
|
|
43063
|
+
lineId?: string;
|
|
43064
|
+
/** @enum {string} */
|
|
43065
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
43066
|
+
};
|
|
43039
43067
|
columns: {
|
|
43040
43068
|
name: string;
|
|
43041
43069
|
text: string;
|
|
@@ -43279,6 +43307,15 @@ export interface operations {
|
|
|
43279
43307
|
context: Record<string, never>;
|
|
43280
43308
|
message: string;
|
|
43281
43309
|
})[];
|
|
43310
|
+
descriptionEdit?: {
|
|
43311
|
+
/** @enum {string} */
|
|
43312
|
+
status: "editable" | "disabled";
|
|
43313
|
+
transactionId?: string | null;
|
|
43314
|
+
/** Format: uuid */
|
|
43315
|
+
lineId?: string;
|
|
43316
|
+
/** @enum {string} */
|
|
43317
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
43318
|
+
};
|
|
43282
43319
|
columns: {
|
|
43283
43320
|
name: string;
|
|
43284
43321
|
text: string;
|
|
@@ -46573,6 +46610,15 @@ export interface operations {
|
|
|
46573
46610
|
context: Record<string, never>;
|
|
46574
46611
|
message: string;
|
|
46575
46612
|
})[];
|
|
46613
|
+
descriptionEdit?: {
|
|
46614
|
+
/** @enum {string} */
|
|
46615
|
+
status: "editable" | "disabled";
|
|
46616
|
+
transactionId?: string | null;
|
|
46617
|
+
/** Format: uuid */
|
|
46618
|
+
lineId?: string;
|
|
46619
|
+
/** @enum {string} */
|
|
46620
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
46621
|
+
};
|
|
46576
46622
|
columns: {
|
|
46577
46623
|
name: string;
|
|
46578
46624
|
text: string;
|
|
@@ -46800,6 +46846,15 @@ export interface operations {
|
|
|
46800
46846
|
context: Record<string, never>;
|
|
46801
46847
|
message: string;
|
|
46802
46848
|
})[];
|
|
46849
|
+
descriptionEdit?: {
|
|
46850
|
+
/** @enum {string} */
|
|
46851
|
+
status: "editable" | "disabled";
|
|
46852
|
+
transactionId?: string | null;
|
|
46853
|
+
/** Format: uuid */
|
|
46854
|
+
lineId?: string;
|
|
46855
|
+
/** @enum {string} */
|
|
46856
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
46857
|
+
};
|
|
46803
46858
|
columns: {
|
|
46804
46859
|
name: string;
|
|
46805
46860
|
text: string;
|
|
@@ -47043,6 +47098,15 @@ export interface operations {
|
|
|
47043
47098
|
context: Record<string, never>;
|
|
47044
47099
|
message: string;
|
|
47045
47100
|
})[];
|
|
47101
|
+
descriptionEdit?: {
|
|
47102
|
+
/** @enum {string} */
|
|
47103
|
+
status: "editable" | "disabled";
|
|
47104
|
+
transactionId?: string | null;
|
|
47105
|
+
/** Format: uuid */
|
|
47106
|
+
lineId?: string;
|
|
47107
|
+
/** @enum {string} */
|
|
47108
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
47109
|
+
};
|
|
47046
47110
|
columns: {
|
|
47047
47111
|
name: string;
|
|
47048
47112
|
text: string;
|
|
@@ -47824,6 +47888,15 @@ export interface operations {
|
|
|
47824
47888
|
context: Record<string, never>;
|
|
47825
47889
|
message: string;
|
|
47826
47890
|
})[];
|
|
47891
|
+
descriptionEdit?: {
|
|
47892
|
+
/** @enum {string} */
|
|
47893
|
+
status: "editable" | "disabled";
|
|
47894
|
+
transactionId?: string | null;
|
|
47895
|
+
/** Format: uuid */
|
|
47896
|
+
lineId?: string;
|
|
47897
|
+
/** @enum {string} */
|
|
47898
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
47899
|
+
};
|
|
47827
47900
|
columns: {
|
|
47828
47901
|
name: string;
|
|
47829
47902
|
text: string;
|
|
@@ -48051,6 +48124,15 @@ export interface operations {
|
|
|
48051
48124
|
context: Record<string, never>;
|
|
48052
48125
|
message: string;
|
|
48053
48126
|
})[];
|
|
48127
|
+
descriptionEdit?: {
|
|
48128
|
+
/** @enum {string} */
|
|
48129
|
+
status: "editable" | "disabled";
|
|
48130
|
+
transactionId?: string | null;
|
|
48131
|
+
/** Format: uuid */
|
|
48132
|
+
lineId?: string;
|
|
48133
|
+
/** @enum {string} */
|
|
48134
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
48135
|
+
};
|
|
48054
48136
|
columns: {
|
|
48055
48137
|
name: string;
|
|
48056
48138
|
text: string;
|
|
@@ -48294,6 +48376,15 @@ export interface operations {
|
|
|
48294
48376
|
context: Record<string, never>;
|
|
48295
48377
|
message: string;
|
|
48296
48378
|
})[];
|
|
48379
|
+
descriptionEdit?: {
|
|
48380
|
+
/** @enum {string} */
|
|
48381
|
+
status: "editable" | "disabled";
|
|
48382
|
+
transactionId?: string | null;
|
|
48383
|
+
/** Format: uuid */
|
|
48384
|
+
lineId?: string;
|
|
48385
|
+
/** @enum {string} */
|
|
48386
|
+
reason?: "notEditable" | "missingLine" | "multipleLines" | "locked" | "missingTarget";
|
|
48387
|
+
};
|
|
48297
48388
|
columns: {
|
|
48298
48389
|
name: string;
|
|
48299
48390
|
text: string;
|
|
@@ -61112,116 +61203,4 @@ export interface operations {
|
|
|
61112
61203
|
};
|
|
61113
61204
|
};
|
|
61114
61205
|
};
|
|
61115
|
-
patchTransactionsByTransactionIdLinesByIdDescription: {
|
|
61116
|
-
parameters: {
|
|
61117
|
-
query?: never;
|
|
61118
|
-
header?: never;
|
|
61119
|
-
path: {
|
|
61120
|
-
transactionId: string;
|
|
61121
|
-
id: string;
|
|
61122
|
-
};
|
|
61123
|
-
cookie?: never;
|
|
61124
|
-
};
|
|
61125
|
-
requestBody?: {
|
|
61126
|
-
content: {
|
|
61127
|
-
"application/json": {
|
|
61128
|
-
description: string;
|
|
61129
|
-
};
|
|
61130
|
-
};
|
|
61131
|
-
};
|
|
61132
|
-
responses: {
|
|
61133
|
-
/** @description Successful response */
|
|
61134
|
-
200: {
|
|
61135
|
-
headers: {
|
|
61136
|
-
[name: string]: unknown;
|
|
61137
|
-
};
|
|
61138
|
-
content: {
|
|
61139
|
-
"application/json": {
|
|
61140
|
-
id: string;
|
|
61141
|
-
description: string;
|
|
61142
|
-
};
|
|
61143
|
-
};
|
|
61144
|
-
};
|
|
61145
|
-
/** @description Bad request */
|
|
61146
|
-
400: {
|
|
61147
|
-
headers: {
|
|
61148
|
-
[name: string]: unknown;
|
|
61149
|
-
};
|
|
61150
|
-
content: {
|
|
61151
|
-
"application/json": {
|
|
61152
|
-
code: string;
|
|
61153
|
-
message: string;
|
|
61154
|
-
issues?: {
|
|
61155
|
-
message: string;
|
|
61156
|
-
}[];
|
|
61157
|
-
context?: unknown;
|
|
61158
|
-
};
|
|
61159
|
-
};
|
|
61160
|
-
};
|
|
61161
|
-
/** @description Unauthorized */
|
|
61162
|
-
401: {
|
|
61163
|
-
headers: {
|
|
61164
|
-
[name: string]: unknown;
|
|
61165
|
-
};
|
|
61166
|
-
content: {
|
|
61167
|
-
"application/json": {
|
|
61168
|
-
code: string;
|
|
61169
|
-
message: string;
|
|
61170
|
-
issues?: {
|
|
61171
|
-
message: string;
|
|
61172
|
-
}[];
|
|
61173
|
-
context?: unknown;
|
|
61174
|
-
};
|
|
61175
|
-
};
|
|
61176
|
-
};
|
|
61177
|
-
/** @description Forbidden */
|
|
61178
|
-
403: {
|
|
61179
|
-
headers: {
|
|
61180
|
-
[name: string]: unknown;
|
|
61181
|
-
};
|
|
61182
|
-
content: {
|
|
61183
|
-
"application/json": {
|
|
61184
|
-
code: string;
|
|
61185
|
-
message: string;
|
|
61186
|
-
issues?: {
|
|
61187
|
-
message: string;
|
|
61188
|
-
}[];
|
|
61189
|
-
context?: unknown;
|
|
61190
|
-
};
|
|
61191
|
-
};
|
|
61192
|
-
};
|
|
61193
|
-
/** @description Not found */
|
|
61194
|
-
404: {
|
|
61195
|
-
headers: {
|
|
61196
|
-
[name: string]: unknown;
|
|
61197
|
-
};
|
|
61198
|
-
content: {
|
|
61199
|
-
"application/json": {
|
|
61200
|
-
code: string;
|
|
61201
|
-
message: string;
|
|
61202
|
-
issues?: {
|
|
61203
|
-
message: string;
|
|
61204
|
-
}[];
|
|
61205
|
-
context?: unknown;
|
|
61206
|
-
};
|
|
61207
|
-
};
|
|
61208
|
-
};
|
|
61209
|
-
/** @description Internal server error */
|
|
61210
|
-
500: {
|
|
61211
|
-
headers: {
|
|
61212
|
-
[name: string]: unknown;
|
|
61213
|
-
};
|
|
61214
|
-
content: {
|
|
61215
|
-
"application/json": {
|
|
61216
|
-
code: string;
|
|
61217
|
-
message: string;
|
|
61218
|
-
issues?: {
|
|
61219
|
-
message: string;
|
|
61220
|
-
}[];
|
|
61221
|
-
context?: unknown;
|
|
61222
|
-
};
|
|
61223
|
-
};
|
|
61224
|
-
};
|
|
61225
|
-
};
|
|
61226
|
-
};
|
|
61227
61206
|
}
|