@vrplatform/api 1.3.1-stage.3999 → 1.3.1-stage.4000

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