@vrplatform/api 1.3.1-6271 → 1.3.1-6279

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-6271",
6
+ "version": "1.3.1-6279",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -569,7 +569,7 @@ export interface paths {
569
569
  get?: never;
570
570
  put?: never;
571
571
  /**
572
- * @description Create or update multiple bank records. Items with a stale Account reference are skipped and returned in issues.
572
+ * @description Create or update multiple bank records. Records before an AccountConnection sync start date are stored inactive without an issue. Items with a stale Account reference are skipped and returned in issues.
573
573
  *
574
574
  * Required scope: bank-records:write
575
575
  */
@@ -2227,6 +2227,23 @@ export interface paths {
2227
2227
  patch?: never;
2228
2228
  trace?: never;
2229
2229
  };
2230
+ "/internal/files/{id}/abandoned-upload": {
2231
+ parameters: {
2232
+ query?: never;
2233
+ header?: never;
2234
+ path?: never;
2235
+ cookie?: never;
2236
+ };
2237
+ get?: never;
2238
+ put?: never;
2239
+ post?: never;
2240
+ /** @description Claim and remove an abandoned GL raw upload after its 24-hour upload reference window. The object bucket is selected from the persisted regional r2:// ref. Missing rows and objects are safe to retry; non-expired uploads and completed files are preserved. */
2241
+ delete: operations["deleteInternalFilesByIdAbandonedUpload"];
2242
+ options?: never;
2243
+ head?: never;
2244
+ patch?: never;
2245
+ trace?: never;
2246
+ };
2230
2247
  "/internal/memberships/{membershipId}": {
2231
2248
  parameters: {
2232
2249
  query?: never;
@@ -47988,6 +48005,258 @@ export interface operations {
47988
48005
  };
47989
48006
  };
47990
48007
  };
48008
+ deleteInternalFilesByIdAbandonedUpload: {
48009
+ parameters: {
48010
+ query?: never;
48011
+ header?: never;
48012
+ path: {
48013
+ id: string;
48014
+ };
48015
+ cookie?: never;
48016
+ };
48017
+ requestBody?: never;
48018
+ responses: {
48019
+ /** @description Successful response */
48020
+ 200: {
48021
+ headers: {
48022
+ [name: string]: unknown;
48023
+ };
48024
+ content: {
48025
+ "application/json": {
48026
+ /** @enum {string} */
48027
+ outcome: "cleaned" | "preserved";
48028
+ /** @constant */
48029
+ status: "deleted";
48030
+ };
48031
+ };
48032
+ };
48033
+ /** @description Bad request */
48034
+ 400: {
48035
+ headers: {
48036
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48037
+ "Retry-After"?: number;
48038
+ [name: string]: unknown;
48039
+ };
48040
+ content: {
48041
+ "application/json": {
48042
+ code: string;
48043
+ message: string;
48044
+ links?: {
48045
+ docs: string;
48046
+ schema: string;
48047
+ };
48048
+ issues?: {
48049
+ message: string;
48050
+ path?: (string | number)[];
48051
+ schema?: string;
48052
+ }[];
48053
+ retryable?: boolean;
48054
+ context?: unknown;
48055
+ };
48056
+ };
48057
+ };
48058
+ /** @description Unauthorized */
48059
+ 401: {
48060
+ headers: {
48061
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48062
+ "Retry-After"?: number;
48063
+ [name: string]: unknown;
48064
+ };
48065
+ content: {
48066
+ "application/json": {
48067
+ code: string;
48068
+ message: string;
48069
+ links?: {
48070
+ docs: string;
48071
+ schema: string;
48072
+ };
48073
+ issues?: {
48074
+ message: string;
48075
+ path?: (string | number)[];
48076
+ schema?: string;
48077
+ }[];
48078
+ retryable?: boolean;
48079
+ context?: unknown;
48080
+ };
48081
+ };
48082
+ };
48083
+ /** @description Forbidden */
48084
+ 403: {
48085
+ headers: {
48086
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48087
+ "Retry-After"?: number;
48088
+ [name: string]: unknown;
48089
+ };
48090
+ content: {
48091
+ "application/json": {
48092
+ code: string;
48093
+ message: string;
48094
+ links?: {
48095
+ docs: string;
48096
+ schema: string;
48097
+ };
48098
+ issues?: {
48099
+ message: string;
48100
+ path?: (string | number)[];
48101
+ schema?: string;
48102
+ }[];
48103
+ retryable?: boolean;
48104
+ context?: unknown;
48105
+ };
48106
+ };
48107
+ };
48108
+ /** @description Not found */
48109
+ 404: {
48110
+ headers: {
48111
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48112
+ "Retry-After"?: number;
48113
+ [name: string]: unknown;
48114
+ };
48115
+ content: {
48116
+ "application/json": {
48117
+ code: string;
48118
+ message: string;
48119
+ links?: {
48120
+ docs: string;
48121
+ schema: string;
48122
+ };
48123
+ issues?: {
48124
+ message: string;
48125
+ path?: (string | number)[];
48126
+ schema?: string;
48127
+ }[];
48128
+ retryable?: boolean;
48129
+ context?: unknown;
48130
+ };
48131
+ };
48132
+ };
48133
+ /** @description Conflict */
48134
+ 409: {
48135
+ headers: {
48136
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48137
+ "Retry-After"?: number;
48138
+ [name: string]: unknown;
48139
+ };
48140
+ content: {
48141
+ "application/json": {
48142
+ code: string;
48143
+ message: string;
48144
+ links?: {
48145
+ docs: string;
48146
+ schema: string;
48147
+ };
48148
+ issues?: {
48149
+ message: string;
48150
+ path?: (string | number)[];
48151
+ schema?: string;
48152
+ }[];
48153
+ retryable?: boolean;
48154
+ context?: unknown;
48155
+ };
48156
+ };
48157
+ };
48158
+ /** @description Gone */
48159
+ 410: {
48160
+ headers: {
48161
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48162
+ "Retry-After"?: number;
48163
+ [name: string]: unknown;
48164
+ };
48165
+ content: {
48166
+ "application/json": {
48167
+ code: string;
48168
+ message: string;
48169
+ links?: {
48170
+ docs: string;
48171
+ schema: string;
48172
+ };
48173
+ issues?: {
48174
+ message: string;
48175
+ path?: (string | number)[];
48176
+ schema?: string;
48177
+ }[];
48178
+ retryable?: boolean;
48179
+ context?: unknown;
48180
+ };
48181
+ };
48182
+ };
48183
+ /** @description Unprocessable content */
48184
+ 422: {
48185
+ headers: {
48186
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48187
+ "Retry-After"?: number;
48188
+ [name: string]: unknown;
48189
+ };
48190
+ content: {
48191
+ "application/json": {
48192
+ code: string;
48193
+ message: string;
48194
+ links?: {
48195
+ docs: string;
48196
+ schema: string;
48197
+ };
48198
+ issues?: {
48199
+ message: string;
48200
+ path?: (string | number)[];
48201
+ schema?: string;
48202
+ }[];
48203
+ retryable?: boolean;
48204
+ context?: unknown;
48205
+ };
48206
+ };
48207
+ };
48208
+ /** @description Internal server error */
48209
+ 500: {
48210
+ headers: {
48211
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48212
+ "Retry-After"?: number;
48213
+ [name: string]: unknown;
48214
+ };
48215
+ content: {
48216
+ "application/json": {
48217
+ code: string;
48218
+ message: string;
48219
+ links?: {
48220
+ docs: string;
48221
+ schema: string;
48222
+ };
48223
+ issues?: {
48224
+ message: string;
48225
+ path?: (string | number)[];
48226
+ schema?: string;
48227
+ }[];
48228
+ retryable?: boolean;
48229
+ context?: unknown;
48230
+ };
48231
+ };
48232
+ };
48233
+ /** @description Service unavailable */
48234
+ 503: {
48235
+ headers: {
48236
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
48237
+ "Retry-After"?: number;
48238
+ [name: string]: unknown;
48239
+ };
48240
+ content: {
48241
+ "application/json": {
48242
+ code: string;
48243
+ message: string;
48244
+ links?: {
48245
+ docs: string;
48246
+ schema: string;
48247
+ };
48248
+ issues?: {
48249
+ message: string;
48250
+ path?: (string | number)[];
48251
+ schema?: string;
48252
+ }[];
48253
+ retryable?: boolean;
48254
+ context?: unknown;
48255
+ };
48256
+ };
48257
+ };
48258
+ };
48259
+ };
47991
48260
  getInternalMembershipsByMembershipId: {
47992
48261
  parameters: {
47993
48262
  query?: never;