@vrplatform/api 1.3.1-stage.1535 → 1.3.1-stage.1540

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.
@@ -2178,6 +2178,23 @@ export interface paths {
2178
2178
  patch?: never;
2179
2179
  trace?: never;
2180
2180
  };
2181
+ "/transactions/{transactionId}/lines/{id}/description": {
2182
+ parameters: {
2183
+ query?: never;
2184
+ header?: never;
2185
+ path?: never;
2186
+ cookie?: never;
2187
+ };
2188
+ get?: never;
2189
+ put?: never;
2190
+ post?: never;
2191
+ delete?: never;
2192
+ options?: never;
2193
+ head?: never;
2194
+ /** @description Update a transaction line description (books-closed lock only) */
2195
+ patch: operations["patchTransactions:transactionIdLines:idDescription"];
2196
+ trace?: never;
2197
+ };
2181
2198
  }
2182
2199
  export type webhooks = Record<string, never>;
2183
2200
  export interface components {
@@ -22360,6 +22377,7 @@ export interface operations {
22360
22377
  name: string;
22361
22378
  locked?: boolean | null;
22362
22379
  visible?: ("all" | "manager" | "owner" | "none") | null;
22380
+ aggregate?: boolean | null;
22363
22381
  columns: ({
22364
22382
  id?: string | null;
22365
22383
  name: string;
@@ -22477,6 +22495,10 @@ export interface operations {
22477
22495
  /** @enum {string} */
22478
22496
  type: "deposit" | "expense" | "transfer";
22479
22497
  description: string;
22498
+ lines: {
22499
+ id: string;
22500
+ description: string;
22501
+ }[];
22480
22502
  recurringFee: {
22481
22503
  id: string;
22482
22504
  } | null;
@@ -22893,6 +22915,7 @@ export interface operations {
22893
22915
  name: string;
22894
22916
  locked?: boolean | null;
22895
22917
  visible?: ("all" | "manager" | "owner" | "none") | null;
22918
+ aggregate?: boolean | null;
22896
22919
  columns: ({
22897
22920
  id?: string | null;
22898
22921
  name: string;
@@ -23010,6 +23033,10 @@ export interface operations {
23010
23033
  /** @enum {string} */
23011
23034
  type: "deposit" | "expense" | "transfer";
23012
23035
  description: string;
23036
+ lines: {
23037
+ id: string;
23038
+ description: string;
23039
+ }[];
23013
23040
  recurringFee: {
23014
23041
  id: string;
23015
23042
  } | null;
@@ -23251,6 +23278,7 @@ export interface operations {
23251
23278
  name: string;
23252
23279
  locked?: boolean | null;
23253
23280
  visible?: ("all" | "manager" | "owner" | "none") | null;
23281
+ aggregate?: boolean | null;
23254
23282
  columns: ({
23255
23283
  id?: string | null;
23256
23284
  name: string;
@@ -23443,6 +23471,7 @@ export interface operations {
23443
23471
  name: string;
23444
23472
  locked?: boolean | null;
23445
23473
  visible?: ("all" | "manager" | "owner" | "none") | null;
23474
+ aggregate?: boolean | null;
23446
23475
  columns: ({
23447
23476
  id?: string | null;
23448
23477
  name: string;
@@ -23503,6 +23532,7 @@ export interface operations {
23503
23532
  name: string;
23504
23533
  locked?: boolean | null;
23505
23534
  visible?: ("all" | "manager" | "owner" | "none") | null;
23535
+ aggregate?: boolean | null;
23506
23536
  columns: ({
23507
23537
  id?: string | null;
23508
23538
  name: string;
@@ -23692,6 +23722,7 @@ export interface operations {
23692
23722
  name: string;
23693
23723
  locked?: boolean | null;
23694
23724
  visible?: ("all" | "manager" | "owner" | "none") | null;
23725
+ aggregate?: boolean | null;
23695
23726
  columns: ({
23696
23727
  id?: string | null;
23697
23728
  name: string;
@@ -23876,6 +23907,7 @@ export interface operations {
23876
23907
  name: string;
23877
23908
  locked?: boolean | null;
23878
23909
  visible?: ("all" | "manager" | "owner" | "none") | null;
23910
+ aggregate?: boolean | null;
23879
23911
  columns: ({
23880
23912
  id?: string | null;
23881
23913
  name: string;
@@ -23936,6 +23968,7 @@ export interface operations {
23936
23968
  name: string;
23937
23969
  locked?: boolean | null;
23938
23970
  visible?: ("all" | "manager" | "owner" | "none") | null;
23971
+ aggregate?: boolean | null;
23939
23972
  columns: ({
23940
23973
  id?: string | null;
23941
23974
  name: string;
@@ -25080,6 +25113,7 @@ export interface operations {
25080
25113
  name: string;
25081
25114
  locked?: boolean | null;
25082
25115
  visible?: ("all" | "manager" | "owner" | "none") | null;
25116
+ aggregate?: boolean | null;
25083
25117
  columns: ({
25084
25118
  id?: string | null;
25085
25119
  name: string;
@@ -25197,6 +25231,10 @@ export interface operations {
25197
25231
  /** @enum {string} */
25198
25232
  type: "deposit" | "expense" | "transfer";
25199
25233
  description: string;
25234
+ lines: {
25235
+ id: string;
25236
+ description: string;
25237
+ }[];
25200
25238
  recurringFee: {
25201
25239
  id: string;
25202
25240
  } | null;
@@ -25618,6 +25656,7 @@ export interface operations {
25618
25656
  name: string;
25619
25657
  locked?: boolean | null;
25620
25658
  visible?: ("all" | "manager" | "owner" | "none") | null;
25659
+ aggregate?: boolean | null;
25621
25660
  columns: ({
25622
25661
  id?: string | null;
25623
25662
  name: string;
@@ -25735,6 +25774,10 @@ export interface operations {
25735
25774
  /** @enum {string} */
25736
25775
  type: "deposit" | "expense" | "transfer";
25737
25776
  description: string;
25777
+ lines: {
25778
+ id: string;
25779
+ description: string;
25780
+ }[];
25738
25781
  recurringFee: {
25739
25782
  id: string;
25740
25783
  } | null;
@@ -33195,4 +33238,116 @@ export interface operations {
33195
33238
  };
33196
33239
  };
33197
33240
  };
33241
+ "patchTransactions:transactionIdLines:idDescription": {
33242
+ parameters: {
33243
+ query?: never;
33244
+ header?: never;
33245
+ path: {
33246
+ transactionId: string;
33247
+ id: string;
33248
+ };
33249
+ cookie?: never;
33250
+ };
33251
+ requestBody?: {
33252
+ content: {
33253
+ "application/json": {
33254
+ description: string;
33255
+ };
33256
+ };
33257
+ };
33258
+ responses: {
33259
+ /** @description Successful response */
33260
+ 200: {
33261
+ headers: {
33262
+ [name: string]: unknown;
33263
+ };
33264
+ content: {
33265
+ "application/json": {
33266
+ id: string;
33267
+ description: string;
33268
+ };
33269
+ };
33270
+ };
33271
+ /** @description Bad request */
33272
+ 400: {
33273
+ headers: {
33274
+ [name: string]: unknown;
33275
+ };
33276
+ content: {
33277
+ "application/json": {
33278
+ code: string;
33279
+ message: string;
33280
+ issues?: {
33281
+ message: string;
33282
+ }[];
33283
+ context?: unknown;
33284
+ };
33285
+ };
33286
+ };
33287
+ /** @description Unauthorized */
33288
+ 401: {
33289
+ headers: {
33290
+ [name: string]: unknown;
33291
+ };
33292
+ content: {
33293
+ "application/json": {
33294
+ code: string;
33295
+ message: string;
33296
+ issues?: {
33297
+ message: string;
33298
+ }[];
33299
+ context?: unknown;
33300
+ };
33301
+ };
33302
+ };
33303
+ /** @description Forbidden */
33304
+ 403: {
33305
+ headers: {
33306
+ [name: string]: unknown;
33307
+ };
33308
+ content: {
33309
+ "application/json": {
33310
+ code: string;
33311
+ message: string;
33312
+ issues?: {
33313
+ message: string;
33314
+ }[];
33315
+ context?: unknown;
33316
+ };
33317
+ };
33318
+ };
33319
+ /** @description Not found */
33320
+ 404: {
33321
+ headers: {
33322
+ [name: string]: unknown;
33323
+ };
33324
+ content: {
33325
+ "application/json": {
33326
+ code: string;
33327
+ message: string;
33328
+ issues?: {
33329
+ message: string;
33330
+ }[];
33331
+ context?: unknown;
33332
+ };
33333
+ };
33334
+ };
33335
+ /** @description Internal server error */
33336
+ 500: {
33337
+ headers: {
33338
+ [name: string]: unknown;
33339
+ };
33340
+ content: {
33341
+ "application/json": {
33342
+ code: string;
33343
+ message: string;
33344
+ issues?: {
33345
+ message: string;
33346
+ }[];
33347
+ context?: unknown;
33348
+ };
33349
+ };
33350
+ };
33351
+ };
33352
+ };
33198
33353
  }