ebay-api 9.4.3 → 10.0.0-RC.1

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.
Files changed (110) hide show
  1. package/README.md +33 -2
  2. package/dist/api/restful/buy/browse/index.d.ts +1 -4
  3. package/dist/api/restful/buy/browse/index.js +0 -9
  4. package/dist/api/restful/buy/feed/index.d.ts +1 -0
  5. package/dist/api/restful/buy/feed/index.js +8 -0
  6. package/dist/api/restful/buy/marketing/index.d.ts +1 -3
  7. package/dist/api/restful/buy/marketing/index.js +0 -10
  8. package/dist/api/restful/buy/order/index.d.ts +1 -1
  9. package/dist/api/restful/buy/order/index.js +1 -1
  10. package/dist/api/restful/commerce/media/index.d.ts +8 -1
  11. package/dist/api/restful/commerce/media/index.js +24 -0
  12. package/dist/api/restful/commerce/notification/index.d.ts +5 -2
  13. package/dist/api/restful/commerce/notification/index.js +15 -1
  14. package/dist/api/restful/commerce/taxonomy/index.d.ts +1 -0
  15. package/dist/api/restful/commerce/taxonomy/index.js +4 -0
  16. package/dist/api/restful/sell/compliance/index.d.ts +0 -2
  17. package/dist/api/restful/sell/compliance/index.js +0 -3
  18. package/dist/api/restful/sell/feed/index.d.ts +7 -7
  19. package/dist/api/restful/sell/finances/index.d.ts +1 -1
  20. package/dist/api/restful/sell/listing/index.d.ts +2 -1
  21. package/dist/api/restful/sell/logistics/index.d.ts +6 -5
  22. package/dist/api/restful/sell/marketing/index.d.ts +4 -1
  23. package/dist/api/restful/sell/marketing/index.js +10 -0
  24. package/dist/api/restful/sell/metadata/index.d.ts +15 -0
  25. package/dist/api/restful/sell/metadata/index.js +65 -0
  26. package/dist/api/restful/sell/negotiation/index.d.ts +2 -1
  27. package/dist/ebay-api.min.mjs +1 -1
  28. package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  29. package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  30. package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  31. package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  32. package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  33. package/dist/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  34. package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  35. package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  36. package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  37. package/dist/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  38. package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  39. package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  40. package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  41. package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  42. package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  43. package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  44. package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  45. package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  46. package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  47. package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  48. package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  49. package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  50. package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  51. package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  52. package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  53. package/dist/types/restfulTypes.d.ts +33 -14
  54. package/lib/api/restful/buy/browse/index.d.ts +1 -4
  55. package/lib/api/restful/buy/browse/index.js +0 -9
  56. package/lib/api/restful/buy/feed/index.d.ts +1 -0
  57. package/lib/api/restful/buy/feed/index.js +8 -0
  58. package/lib/api/restful/buy/marketing/index.d.ts +1 -3
  59. package/lib/api/restful/buy/marketing/index.js +0 -10
  60. package/lib/api/restful/buy/order/index.d.ts +1 -1
  61. package/lib/api/restful/buy/order/index.js +1 -1
  62. package/lib/api/restful/commerce/media/index.d.ts +8 -1
  63. package/lib/api/restful/commerce/media/index.js +24 -0
  64. package/lib/api/restful/commerce/notification/index.d.ts +5 -2
  65. package/lib/api/restful/commerce/notification/index.js +15 -1
  66. package/lib/api/restful/commerce/taxonomy/index.d.ts +1 -0
  67. package/lib/api/restful/commerce/taxonomy/index.js +4 -0
  68. package/lib/api/restful/sell/compliance/index.d.ts +0 -2
  69. package/lib/api/restful/sell/compliance/index.js +0 -3
  70. package/lib/api/restful/sell/feed/index.d.ts +7 -7
  71. package/lib/api/restful/sell/finances/index.d.ts +1 -1
  72. package/lib/api/restful/sell/listing/index.d.ts +2 -1
  73. package/lib/api/restful/sell/logistics/index.d.ts +6 -5
  74. package/lib/api/restful/sell/marketing/index.d.ts +4 -1
  75. package/lib/api/restful/sell/marketing/index.js +10 -0
  76. package/lib/api/restful/sell/metadata/index.d.ts +15 -0
  77. package/lib/api/restful/sell/metadata/index.js +65 -0
  78. package/lib/api/restful/sell/negotiation/index.d.ts +2 -1
  79. package/lib/ebay-api.min.js +1 -1
  80. package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  81. package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  82. package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  83. package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  84. package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  85. package/lib/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  86. package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  87. package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  88. package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  89. package/lib/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  90. package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  91. package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  92. package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  93. package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  94. package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  95. package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  96. package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  97. package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  98. package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  99. package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  100. package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  101. package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  102. package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  103. package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  104. package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  105. package/lib/types/restfulTypes.d.ts +33 -14
  106. package/package.json +2 -1
  107. package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  108. package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  109. /package/dist/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
  110. /package/lib/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
@@ -1,67 +1,15 @@
1
1
  export interface paths {
2
2
  "/item": {
3
- parameters: {
4
- query?: never;
5
- header?: never;
6
- path?: never;
7
- cookie?: never;
8
- };
9
3
  get: operations["getItemFeed"];
10
- put?: never;
11
- post?: never;
12
- delete?: never;
13
- options?: never;
14
- head?: never;
15
- patch?: never;
16
- trace?: never;
17
4
  };
18
5
  "/item_group": {
19
- parameters: {
20
- query?: never;
21
- header?: never;
22
- path?: never;
23
- cookie?: never;
24
- };
25
6
  get: operations["getItemGroupFeed"];
26
- put?: never;
27
- post?: never;
28
- delete?: never;
29
- options?: never;
30
- head?: never;
31
- patch?: never;
32
- trace?: never;
33
7
  };
34
8
  "/item_snapshot": {
35
- parameters: {
36
- query?: never;
37
- header?: never;
38
- path?: never;
39
- cookie?: never;
40
- };
41
9
  get: operations["getItemSnapshotFeed"];
42
- put?: never;
43
- post?: never;
44
- delete?: never;
45
- options?: never;
46
- head?: never;
47
- patch?: never;
48
- trace?: never;
49
10
  };
50
- "/product": {
51
- parameters: {
52
- query?: never;
53
- header?: never;
54
- path?: never;
55
- cookie?: never;
56
- };
57
- get: operations["getProductFeed"];
58
- put?: never;
59
- post?: never;
60
- delete?: never;
61
- options?: never;
62
- head?: never;
63
- patch?: never;
64
- trace?: never;
11
+ "/item_priority": {
12
+ get: operations["getItemPriorityFeed"];
65
13
  };
66
14
  }
67
15
  export type webhooks = Record<string, never>;
@@ -71,11 +19,11 @@ export interface components {
71
19
  category?: string;
72
20
  domain?: string;
73
21
  errorId?: number;
74
- inputRefIds?: string[];
22
+ inputRefIds?: (string)[];
75
23
  longMessage?: string;
76
24
  message?: string;
77
- outputRefIds?: string[];
78
- parameters?: components["schemas"]["ErrorParameter"][];
25
+ outputRefIds?: (string)[];
26
+ parameters?: (components["schemas"]["ErrorParameter"])[];
79
27
  subdomain?: string;
80
28
  };
81
29
  ErrorParameter: {
@@ -141,6 +89,46 @@ export interface components {
141
89
  packageLength?: string;
142
90
  weightUnitOfMeasure?: string;
143
91
  packageWeight?: string;
92
+ shippingCarrierCode?: string;
93
+ shippingServiceCode?: string;
94
+ shippingType?: string;
95
+ shippingCost?: string;
96
+ shippingCostType?: string;
97
+ additionalShippingCostPerUnit?: string;
98
+ quantityUsedForEstimate?: number;
99
+ unitPrice?: string;
100
+ unitPricingMeasure?: string;
101
+ legacyItemId?: string;
102
+ alerts?: string;
103
+ sellerAccountType?: string;
104
+ tyreLabelImageUrl?: string;
105
+ priorityListingPayload?: string;
106
+ itemCreationDate?: string;
107
+ itemWebUrl?: string;
108
+ defaultImageUrl?: string;
109
+ itemAffiliateWebUrl?: string;
110
+ ageGroup?: string;
111
+ color?: string;
112
+ pattern?: string;
113
+ size?: string;
114
+ gender?: string;
115
+ material?: string;
116
+ totalUnits?: string;
117
+ ecoParticipationFeeValue?: string;
118
+ ecoParticipationFeeCurrency?: string;
119
+ takeBackPolicyLabel?: string;
120
+ takeBackPolicyDescription?: string;
121
+ hazmatSignalWordId?: string;
122
+ hazmatSignalWord?: string;
123
+ hazmatStatementIds?: string;
124
+ hazmatStatementDescriptions?: string;
125
+ hazmatPictogramIds?: string;
126
+ hazmatPictogramDescriptions?: string;
127
+ hazmatPictogramImageUrls?: string;
128
+ hazmatAdditionalInformation?: string;
129
+ repairScore?: string;
130
+ conditionDescriptors?: string;
131
+ sellerUserId?: string;
144
132
  };
145
133
  ItemGroup: {
146
134
  itemGroupId?: string;
@@ -152,10 +140,18 @@ export interface components {
152
140
  imageAlteringProhibited?: boolean;
153
141
  };
154
142
  ItemGroupResponse: {
155
- itemGroups?: components["schemas"]["ItemGroup"][];
143
+ itemGroups?: (components["schemas"]["ItemGroup"])[];
144
+ };
145
+ ItemPriority: {
146
+ itemId?: string;
147
+ priorityListingPayload?: string;
148
+ changeMetadata?: string;
149
+ };
150
+ ItemPriorityResponse: {
151
+ itemDelta?: (components["schemas"]["ItemPriority"])[];
156
152
  };
157
153
  ItemResponse: {
158
- items?: components["schemas"]["Item"][];
154
+ items?: (components["schemas"]["Item"])[];
159
155
  };
160
156
  ItemSnapshot: {
161
157
  itemId?: string;
@@ -206,20 +202,62 @@ export interface components {
206
202
  acceptedPaymentMethods?: string;
207
203
  qualifiedPrograms?: string;
208
204
  lotSize?: number;
209
- };
210
- ItemSnapshotResponse: {
211
- items?: components["schemas"]["ItemSnapshot"][];
212
- };
213
- Product: {
214
- epid?: string;
215
- title?: string;
205
+ shippingCarrierCode?: string;
206
+ shippingServiceCode?: string;
207
+ shippingType?: string;
208
+ shippingCost?: string;
209
+ shippingCostType?: string;
210
+ additionalShippingCostPerUnit?: string;
211
+ quantityUsedForEstimate?: number;
212
+ unitPrice?: string;
213
+ unitPricingMeasure?: string;
214
+ inferredEpid?: string;
215
+ itemCreationDate?: string;
216
+ legacyItemId?: string;
217
+ alerts?: string;
218
+ sellerAccountType?: string;
219
+ tyreLabelImageUrl?: string;
220
+ ageGroup?: string;
221
+ color?: string;
222
+ pattern?: string;
223
+ size?: string;
224
+ gender?: string;
225
+ material?: string;
226
+ totalUnits?: string;
227
+ defaultImageUrl?: string;
228
+ itemWebUrl?: string;
229
+ itemAffiliateWebUrl?: string;
216
230
  description?: string;
217
- imageUrl?: string;
218
- additionalImageUrls?: string;
219
- localizedProductAspects?: string;
231
+ changeMetadata?: string;
232
+ ecoParticipationFeeValue?: string;
233
+ ecoParticipationFeeCurrency?: string;
234
+ takeBackPolicyLabel?: string;
235
+ takeBackPolicyDescription?: string;
236
+ authenticityGuaranteeServiceId?: string;
237
+ authenticityGuaranteeSelection?: string;
238
+ authenticityGuaranteeFeeValue?: string;
239
+ authenticityGuaranteeFeeCurrency?: string;
240
+ couponDiscountType?: string;
241
+ couponRedemptionCode?: string;
242
+ couponMessage?: string;
243
+ couponTermsWebUrl?: string;
244
+ couponDiscountValue?: string;
245
+ couponDiscountCurrency?: string;
246
+ couponExpirationDate?: string;
247
+ hazmatSignalWordId?: string;
248
+ hazmatSignalWord?: string;
249
+ hazmatStatementIds?: string;
250
+ hazmatStatementDescriptions?: string;
251
+ hazmatPictogramIds?: string;
252
+ hazmatPictogramDescriptions?: string;
253
+ hazmatPictogramImageUrls?: string;
254
+ hazmatAdditionalInformation?: string;
255
+ repairScore?: string;
256
+ conditionDescriptors?: string;
257
+ sellerUserId?: string;
220
258
  };
221
- ProductResponse: {
222
- products?: components["schemas"]["Product"][];
259
+ ItemSnapshotResponse: {
260
+ items?: (components["schemas"]["ItemSnapshot"])[];
223
261
  };
224
262
  };
225
263
  responses: never;
@@ -228,7 +266,7 @@ export interface components {
228
266
  headers: never;
229
267
  pathItems: never;
230
268
  }
231
- export type $defs = Record<string, never>;
269
+ export type external = Record<string, never>;
232
270
  export interface operations {
233
271
  getItemFeed: {
234
272
  parameters: {
@@ -238,64 +276,37 @@ export interface operations {
238
276
  date?: string;
239
277
  };
240
278
  header: {
279
+ Accept: string;
241
280
  "X-EBAY-C-MARKETPLACE-ID": string;
242
281
  Range: string;
243
282
  };
244
- path?: never;
245
- cookie?: never;
246
283
  };
247
- requestBody?: never;
248
284
  responses: {
249
285
  200: {
250
286
  headers: {
251
287
  "Content-range"?: string;
252
288
  "Last-Modified"?: string;
253
- [name: string]: unknown;
254
289
  };
255
290
  content: {
256
291
  "text/tab-separated-values": components["schemas"]["ItemResponse"];
257
292
  };
258
293
  };
259
- 204: {
260
- headers: {
261
- [name: string]: unknown;
262
- };
263
- content?: never;
264
- };
294
+ 204: never;
265
295
  206: {
266
296
  headers: {
267
297
  "Content-range"?: string;
268
298
  "Last-Modified"?: string;
269
- [name: string]: unknown;
270
299
  };
271
300
  content: {
272
301
  "text/tab-separated-values": components["schemas"]["ItemResponse"];
273
302
  };
274
303
  };
275
- 400: {
276
- headers: {
277
- [name: string]: unknown;
278
- };
279
- content?: never;
280
- };
281
- 404: {
282
- headers: {
283
- [name: string]: unknown;
284
- };
285
- content?: never;
286
- };
287
- 416: {
288
- headers: {
289
- [name: string]: unknown;
290
- };
291
- content?: never;
292
- };
293
- 500: {
294
- headers: {
295
- [name: string]: unknown;
296
- };
297
- content?: never;
298
- };
304
+ 400: never;
305
+ 403: never;
306
+ 404: never;
307
+ 409: never;
308
+ 416: never;
309
+ 500: never;
299
310
  };
300
311
  };
301
312
  getItemGroupFeed: {
@@ -306,64 +317,37 @@ export interface operations {
306
317
  date?: string;
307
318
  };
308
319
  header: {
320
+ Accept: string;
309
321
  "X-EBAY-C-MARKETPLACE-ID": string;
310
322
  Range?: string;
311
323
  };
312
- path?: never;
313
- cookie?: never;
314
324
  };
315
- requestBody?: never;
316
325
  responses: {
317
326
  200: {
318
327
  headers: {
319
328
  "Content-range"?: string;
320
329
  "Last-Modified"?: string;
321
- [name: string]: unknown;
322
330
  };
323
331
  content: {
324
332
  "text/tab-separated-values": components["schemas"]["ItemGroupResponse"];
325
333
  };
326
334
  };
327
- 204: {
328
- headers: {
329
- [name: string]: unknown;
330
- };
331
- content?: never;
332
- };
335
+ 204: never;
333
336
  206: {
334
337
  headers: {
335
338
  "Content-range"?: string;
336
339
  "Last-Modified"?: string;
337
- [name: string]: unknown;
338
340
  };
339
341
  content: {
340
342
  "text/tab-separated-values": components["schemas"]["ItemGroupResponse"];
341
343
  };
342
344
  };
343
- 400: {
344
- headers: {
345
- [name: string]: unknown;
346
- };
347
- content?: never;
348
- };
349
- 404: {
350
- headers: {
351
- [name: string]: unknown;
352
- };
353
- content?: never;
354
- };
355
- 416: {
356
- headers: {
357
- [name: string]: unknown;
358
- };
359
- content?: never;
360
- };
361
- 500: {
362
- headers: {
363
- [name: string]: unknown;
364
- };
365
- content?: never;
366
- };
345
+ 400: never;
346
+ 403: never;
347
+ 404: never;
348
+ 409: never;
349
+ 416: never;
350
+ 500: never;
367
351
  };
368
352
  };
369
353
  getItemSnapshotFeed: {
@@ -373,132 +357,77 @@ export interface operations {
373
357
  snapshot_date: string;
374
358
  };
375
359
  header: {
360
+ Accept: string;
376
361
  "X-EBAY-C-MARKETPLACE-ID": string;
377
362
  Range: string;
378
363
  };
379
- path?: never;
380
- cookie?: never;
381
364
  };
382
- requestBody?: never;
383
365
  responses: {
384
366
  200: {
385
367
  headers: {
386
368
  "Content-range"?: string;
387
369
  "Last-Modified"?: string;
388
- [name: string]: unknown;
389
370
  };
390
371
  content: {
391
372
  "text/tab-separated-values": components["schemas"]["ItemSnapshotResponse"];
392
373
  };
393
374
  };
394
- 204: {
395
- headers: {
396
- [name: string]: unknown;
397
- };
398
- content?: never;
399
- };
375
+ 204: never;
400
376
  206: {
401
377
  headers: {
402
378
  "Content-range"?: string;
403
379
  "Last-Modified"?: string;
404
- [name: string]: unknown;
405
380
  };
406
381
  content: {
407
382
  "text/tab-separated-values": components["schemas"]["ItemSnapshotResponse"];
408
383
  };
409
384
  };
410
- 400: {
411
- headers: {
412
- [name: string]: unknown;
413
- };
414
- content?: never;
415
- };
416
- 404: {
417
- headers: {
418
- [name: string]: unknown;
419
- };
420
- content?: never;
421
- };
422
- 416: {
423
- headers: {
424
- [name: string]: unknown;
425
- };
426
- content?: never;
427
- };
428
- 500: {
429
- headers: {
430
- [name: string]: unknown;
431
- };
432
- content?: never;
433
- };
385
+ 400: never;
386
+ 403: never;
387
+ 404: never;
388
+ 409: never;
389
+ 416: never;
390
+ 500: never;
434
391
  };
435
392
  };
436
- getProductFeed: {
393
+ getItemPriorityFeed: {
437
394
  parameters: {
438
395
  query: {
439
- feed_scope: string;
440
396
  category_id: string;
441
- date?: string;
397
+ date: string;
442
398
  };
443
399
  header: {
400
+ Accept: string;
444
401
  "X-EBAY-C-MARKETPLACE-ID": string;
445
402
  Range: string;
446
403
  };
447
- path?: never;
448
- cookie?: never;
449
404
  };
450
- requestBody?: never;
451
405
  responses: {
452
406
  200: {
453
407
  headers: {
454
408
  "Content-range"?: string;
455
409
  "Last-Modified"?: string;
456
- [name: string]: unknown;
457
410
  };
458
411
  content: {
459
- "text/tab-separated-values": components["schemas"]["ProductResponse"];
412
+ "text/tab-separated-values": components["schemas"]["ItemPriorityResponse"];
460
413
  };
461
414
  };
462
- 204: {
463
- headers: {
464
- [name: string]: unknown;
465
- };
466
- content?: never;
467
- };
415
+ 204: never;
468
416
  206: {
469
417
  headers: {
470
418
  "Content-range"?: string;
471
419
  "Last-Modified"?: string;
472
- [name: string]: unknown;
473
420
  };
474
421
  content: {
475
- "text/tab-separated-values": components["schemas"]["ProductResponse"];
476
- };
477
- };
478
- 400: {
479
- headers: {
480
- [name: string]: unknown;
481
- };
482
- content?: never;
483
- };
484
- 404: {
485
- headers: {
486
- [name: string]: unknown;
487
- };
488
- content?: never;
489
- };
490
- 416: {
491
- headers: {
492
- [name: string]: unknown;
493
- };
494
- content?: never;
495
- };
496
- 500: {
497
- headers: {
498
- [name: string]: unknown;
422
+ "text/tab-separated-values": components["schemas"]["ItemPriorityResponse"];
499
423
  };
500
- content?: never;
501
424
  };
425
+ 400: never;
426
+ 403: never;
427
+ 404: never;
428
+ 409: never;
429
+ 416: never;
430
+ 500: never;
502
431
  };
503
432
  };
504
433
  }