@whiplashmerch/whiplash-api-client 3.0.1 → 3.0.2

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.
@@ -1 +1,771 @@
1
- export declare const ApiV2ShipnoticeAllExample: never[];
1
+ export declare const ApiV2ShipnoticeAllExample: ({
2
+ id: number;
3
+ customer_id: number;
4
+ warehouse_id: number;
5
+ sender: string;
6
+ eta: string;
7
+ status: number;
8
+ status_name: string;
9
+ received_by: null;
10
+ notes_by_whiplash: string;
11
+ notes_by_customer: string;
12
+ total_boxes: null;
13
+ created_at: string;
14
+ updated_at: string;
15
+ arrived_at: string;
16
+ skip_images: null;
17
+ easypostable_id: null;
18
+ easypostable_type: string;
19
+ shipping_label_url: null;
20
+ ship_actual_cost: null;
21
+ shipping_method_text: null;
22
+ carrier: null;
23
+ shipping_method_id: null;
24
+ tracking: string;
25
+ order_id: null;
26
+ type: string;
27
+ postage_billed: null;
28
+ handling_billed: null;
29
+ ship_3rdparty_cost: null;
30
+ requires_label: boolean;
31
+ completed_at: string;
32
+ complete_by: string;
33
+ ship_actual_currency: null;
34
+ delivered_at: string;
35
+ due_at: null;
36
+ meta_data: null;
37
+ reference: null;
38
+ shipnotice_item_count: number;
39
+ shipnotice_item_sku_count: number;
40
+ shipnotice_item_quantity: number;
41
+ purchase_order_numbers: never[];
42
+ quantities_verified: null;
43
+ bol_proxy: null;
44
+ mid_code: null;
45
+ zone_status: null;
46
+ originator: {
47
+ id: number;
48
+ originated_id: null;
49
+ originated_type: string;
50
+ shop_id: null;
51
+ provider: string;
52
+ original_id: string;
53
+ group_id: string;
54
+ misc: null;
55
+ active: boolean;
56
+ integration_id: null;
57
+ last_notified_at: null;
58
+ last_notification_status: null;
59
+ last_synced_at: null;
60
+ distinct_originator_key: null;
61
+ created_at: string;
62
+ updated_at: string;
63
+ application_id: number;
64
+ };
65
+ customer: {
66
+ id: number;
67
+ name: string;
68
+ created_at: string;
69
+ active: boolean;
70
+ auto_merge_gestation: number;
71
+ default_warehouse_id: number;
72
+ eori_number: null;
73
+ estimated_monthly_volume: null;
74
+ fedex_account: string;
75
+ from_email: null;
76
+ instructions: string;
77
+ item_scanning_preference: boolean;
78
+ label_format: string;
79
+ notes: null;
80
+ notify_originator: boolean;
81
+ notify_originator_inventory: number;
82
+ originator_permissions: boolean;
83
+ packing_slip_msg: string;
84
+ packingslip_template: string;
85
+ request_serial_numbers: boolean;
86
+ ship_method_preference: number;
87
+ shipping_name: string;
88
+ ups_account: string;
89
+ vat_number: string;
90
+ ein: null;
91
+ gs1_company_prefix: null;
92
+ warehouse_fallback: number;
93
+ payment_hold: boolean;
94
+ primary_contact: string;
95
+ global_e_guid: null;
96
+ whitelisted_warehouses: {
97
+ id: number;
98
+ name: string;
99
+ timezone: string;
100
+ timezone_raw: string;
101
+ partner_id: number;
102
+ shipping_address_1: string;
103
+ shipping_address_2: string;
104
+ shipping_city: string;
105
+ shipping_state: string;
106
+ shipping_zip: string;
107
+ shipping_country: string;
108
+ shipping_country_iso2: string;
109
+ latitude: number;
110
+ longitude: number;
111
+ slug: string;
112
+ }[];
113
+ allowed_warehouse_ids: number[];
114
+ account_level: number;
115
+ account_level_name: null;
116
+ activated_at: string;
117
+ deactivated_at: null;
118
+ auto_merge_skus: boolean;
119
+ billing_email: string;
120
+ billing_contact_name: string;
121
+ billing_company: string;
122
+ billing_phone1: string;
123
+ billing_phone2: string;
124
+ billing_address1: string;
125
+ billing_address2: string;
126
+ billing_address3: null;
127
+ billing_city: string;
128
+ billing_state: string;
129
+ billing_zip: string;
130
+ billing_country: string;
131
+ billing_residential: null;
132
+ items_returnable: boolean;
133
+ allow_international_returns: boolean;
134
+ items_exchangeable: boolean;
135
+ return_time_limit: number;
136
+ return_label_expires_in: number;
137
+ return_price_restricted: boolean;
138
+ return_sku_match: null;
139
+ rma_display_logo: boolean;
140
+ rma_footer_content: null;
141
+ return_name: null;
142
+ return_company: null;
143
+ return_email: null;
144
+ return_phone: null;
145
+ return_address_1: null;
146
+ return_address_2: null;
147
+ return_city: null;
148
+ return_state: null;
149
+ return_zip: null;
150
+ return_country: null;
151
+ supports_return_labels: boolean;
152
+ logo_content_type: string;
153
+ logo_file_name: string;
154
+ logo_file_size: number;
155
+ logo_updated_at: string;
156
+ full_logo_url: string;
157
+ email_confirmation_from: string;
158
+ email_confirmation_name: string;
159
+ email_confirmation_msg: string;
160
+ email_confirmation_preference: number;
161
+ email_confirmation_template: string;
162
+ low_inventory_threshold: null;
163
+ lot_control: boolean;
164
+ expiration_period: null;
165
+ ship_strategy: number;
166
+ items_unavailable_on_sellout: number;
167
+ replenishment_min: null;
168
+ replenishment_target: null;
169
+ allow_b_stock_receiving: boolean;
170
+ location_default_return_role: string;
171
+ location_enable_pending_returns: boolean;
172
+ location_enable_receiving_into_reserved: boolean;
173
+ receiving_fields: null;
174
+ project_task_labels: null;
175
+ dashboard_enable_domo: boolean;
176
+ dashboard_enable_parcel_insights: boolean;
177
+ };
178
+ warehouse: {
179
+ id: number;
180
+ name: string;
181
+ timezone: string;
182
+ timezone_raw: string;
183
+ partner_id: number;
184
+ shipping_address_1: string;
185
+ shipping_address_2: string;
186
+ shipping_city: string;
187
+ shipping_state: string;
188
+ shipping_zip: string;
189
+ shipping_country: string;
190
+ shipping_country_iso2: string;
191
+ latitude: number;
192
+ longitude: number;
193
+ slug: string;
194
+ };
195
+ inspection_required: boolean;
196
+ shipping_method: null;
197
+ shipnotice_items: never[];
198
+ processing_started_at: string;
199
+ } | {
200
+ id: number;
201
+ customer_id: number;
202
+ warehouse_id: number;
203
+ sender: string;
204
+ eta: string;
205
+ status: number;
206
+ status_name: string;
207
+ received_by: null;
208
+ notes_by_whiplash: string;
209
+ notes_by_customer: string;
210
+ total_boxes: null;
211
+ created_at: string;
212
+ updated_at: string;
213
+ arrived_at: null;
214
+ skip_images: null;
215
+ easypostable_id: null;
216
+ easypostable_type: string;
217
+ shipping_label_url: null;
218
+ ship_actual_cost: null;
219
+ shipping_method_text: null;
220
+ carrier: null;
221
+ shipping_method_id: null;
222
+ tracking: string;
223
+ order_id: null;
224
+ type: string;
225
+ postage_billed: null;
226
+ handling_billed: null;
227
+ ship_3rdparty_cost: null;
228
+ requires_label: boolean;
229
+ completed_at: null;
230
+ complete_by: string;
231
+ ship_actual_currency: null;
232
+ delivered_at: null;
233
+ due_at: null;
234
+ meta_data: null;
235
+ reference: null;
236
+ shipnotice_item_count: number;
237
+ shipnotice_item_sku_count: number;
238
+ shipnotice_item_quantity: number;
239
+ purchase_order_numbers: never[];
240
+ quantities_verified: null;
241
+ bol_proxy: null;
242
+ mid_code: null;
243
+ zone_status: null;
244
+ originator: {
245
+ id: number;
246
+ originated_id: null;
247
+ originated_type: string;
248
+ shop_id: null;
249
+ provider: string;
250
+ original_id: string;
251
+ group_id: string;
252
+ misc: null;
253
+ active: boolean;
254
+ integration_id: null;
255
+ last_notified_at: null;
256
+ last_notification_status: null;
257
+ last_synced_at: null;
258
+ distinct_originator_key: null;
259
+ created_at: string;
260
+ updated_at: string;
261
+ application_id: number;
262
+ };
263
+ customer: {
264
+ id: number;
265
+ name: string;
266
+ created_at: string;
267
+ active: boolean;
268
+ auto_merge_gestation: number;
269
+ default_warehouse_id: number;
270
+ eori_number: null;
271
+ estimated_monthly_volume: null;
272
+ fedex_account: string;
273
+ from_email: null;
274
+ instructions: string;
275
+ item_scanning_preference: boolean;
276
+ label_format: string;
277
+ notes: null;
278
+ notify_originator: boolean;
279
+ notify_originator_inventory: number;
280
+ originator_permissions: boolean;
281
+ packing_slip_msg: string;
282
+ packingslip_template: string;
283
+ request_serial_numbers: boolean;
284
+ ship_method_preference: number;
285
+ shipping_name: string;
286
+ ups_account: string;
287
+ vat_number: string;
288
+ ein: null;
289
+ gs1_company_prefix: null;
290
+ warehouse_fallback: number;
291
+ payment_hold: boolean;
292
+ primary_contact: string;
293
+ global_e_guid: null;
294
+ whitelisted_warehouses: {
295
+ id: number;
296
+ name: string;
297
+ timezone: string;
298
+ timezone_raw: string;
299
+ partner_id: number;
300
+ shipping_address_1: string;
301
+ shipping_address_2: string;
302
+ shipping_city: string;
303
+ shipping_state: string;
304
+ shipping_zip: string;
305
+ shipping_country: string;
306
+ shipping_country_iso2: string;
307
+ latitude: number;
308
+ longitude: number;
309
+ slug: string;
310
+ }[];
311
+ allowed_warehouse_ids: number[];
312
+ account_level: number;
313
+ account_level_name: null;
314
+ activated_at: string;
315
+ deactivated_at: null;
316
+ auto_merge_skus: boolean;
317
+ billing_email: string;
318
+ billing_contact_name: string;
319
+ billing_company: string;
320
+ billing_phone1: string;
321
+ billing_phone2: string;
322
+ billing_address1: string;
323
+ billing_address2: string;
324
+ billing_address3: null;
325
+ billing_city: string;
326
+ billing_state: string;
327
+ billing_zip: string;
328
+ billing_country: string;
329
+ billing_residential: null;
330
+ items_returnable: boolean;
331
+ allow_international_returns: boolean;
332
+ items_exchangeable: boolean;
333
+ return_time_limit: number;
334
+ return_label_expires_in: number;
335
+ return_price_restricted: boolean;
336
+ return_sku_match: null;
337
+ rma_display_logo: boolean;
338
+ rma_footer_content: null;
339
+ return_name: null;
340
+ return_company: null;
341
+ return_email: null;
342
+ return_phone: null;
343
+ return_address_1: null;
344
+ return_address_2: null;
345
+ return_city: null;
346
+ return_state: null;
347
+ return_zip: null;
348
+ return_country: null;
349
+ supports_return_labels: boolean;
350
+ logo_content_type: string;
351
+ logo_file_name: string;
352
+ logo_file_size: number;
353
+ logo_updated_at: string;
354
+ full_logo_url: string;
355
+ email_confirmation_from: string;
356
+ email_confirmation_name: string;
357
+ email_confirmation_msg: string;
358
+ email_confirmation_preference: number;
359
+ email_confirmation_template: string;
360
+ low_inventory_threshold: null;
361
+ lot_control: boolean;
362
+ expiration_period: null;
363
+ ship_strategy: number;
364
+ items_unavailable_on_sellout: number;
365
+ replenishment_min: null;
366
+ replenishment_target: null;
367
+ allow_b_stock_receiving: boolean;
368
+ location_default_return_role: string;
369
+ location_enable_pending_returns: boolean;
370
+ location_enable_receiving_into_reserved: boolean;
371
+ receiving_fields: null;
372
+ project_task_labels: null;
373
+ dashboard_enable_domo: boolean;
374
+ dashboard_enable_parcel_insights: boolean;
375
+ };
376
+ warehouse: {
377
+ id: number;
378
+ name: string;
379
+ timezone: string;
380
+ timezone_raw: string;
381
+ partner_id: number;
382
+ shipping_address_1: string;
383
+ shipping_address_2: string;
384
+ shipping_city: string;
385
+ shipping_state: string;
386
+ shipping_zip: string;
387
+ shipping_country: string;
388
+ shipping_country_iso2: string;
389
+ latitude: number;
390
+ longitude: number;
391
+ slug: string;
392
+ };
393
+ inspection_required: boolean;
394
+ shipping_method: null;
395
+ shipnotice_items: {
396
+ id: number;
397
+ shipnotice_id: number;
398
+ item_id: number;
399
+ quantity: number;
400
+ quantity_good: number;
401
+ quantity_damaged: number;
402
+ description: string;
403
+ extended_description: null;
404
+ include_in_published: boolean;
405
+ return_action: string;
406
+ purchase_order_number: null;
407
+ created_at: string;
408
+ updated_at: string;
409
+ item: {
410
+ id: number;
411
+ sku: string;
412
+ title: string;
413
+ description: string;
414
+ full_description: string;
415
+ created_at: string;
416
+ updated_at: string;
417
+ customer_id: number;
418
+ quantity: number;
419
+ weight: string;
420
+ available: boolean;
421
+ image_originator_url: string;
422
+ vendor: null;
423
+ scancode: string;
424
+ price: string;
425
+ media_mail: boolean;
426
+ packaging: boolean;
427
+ length: string;
428
+ width: string;
429
+ height: string;
430
+ active: boolean;
431
+ wholesale_cost: null;
432
+ is_bundle: boolean;
433
+ packaging_type: null;
434
+ promo: boolean;
435
+ street_date: null;
436
+ category: null;
437
+ include_inbound_in_published: boolean;
438
+ returnable: null;
439
+ return_sku_match: null;
440
+ return_price_restricted: null;
441
+ request_serial_number: null;
442
+ currency: string;
443
+ tariff_number: null;
444
+ notify_originator_inventory: null;
445
+ name: string;
446
+ nmfc_code: string;
447
+ nmfc_class: string;
448
+ commodity_description: string;
449
+ image_url: string;
450
+ hazmat: boolean;
451
+ hazmat_type: null;
452
+ misc: null;
453
+ ean: null;
454
+ lot_control: boolean;
455
+ expiration_period: null;
456
+ ship_strategy: number;
457
+ velocity: number;
458
+ case_quantity: null;
459
+ carton_quantity: null;
460
+ origin_country: null;
461
+ alcohol: boolean;
462
+ shippable_container: boolean;
463
+ goh: boolean;
464
+ label_format: null;
465
+ replenishment_min: null;
466
+ replenishment_target: null;
467
+ low_inventory_threshold: null;
468
+ published_quantity: number;
469
+ };
470
+ lot: null;
471
+ item_image_url: string;
472
+ item_scancode: null;
473
+ item_sku: string;
474
+ item_title: string;
475
+ item_lot_control: boolean;
476
+ item_currency: string;
477
+ case_quantity: null;
478
+ carton_quantity: null;
479
+ goh: boolean;
480
+ unit_cost: null;
481
+ warehouse_id: number;
482
+ unallocated: number;
483
+ }[];
484
+ processing_started_at: null;
485
+ } | {
486
+ id: number;
487
+ customer_id: number;
488
+ warehouse_id: number;
489
+ sender: string;
490
+ eta: string;
491
+ status: number;
492
+ status_name: string;
493
+ received_by: null;
494
+ notes_by_whiplash: string;
495
+ notes_by_customer: string;
496
+ total_boxes: null;
497
+ created_at: string;
498
+ updated_at: string;
499
+ arrived_at: string;
500
+ skip_images: null;
501
+ easypostable_id: null;
502
+ easypostable_type: string;
503
+ shipping_label_url: null;
504
+ ship_actual_cost: null;
505
+ shipping_method_text: null;
506
+ carrier: null;
507
+ shipping_method_id: null;
508
+ tracking: string;
509
+ order_id: null;
510
+ type: string;
511
+ postage_billed: null;
512
+ handling_billed: null;
513
+ ship_3rdparty_cost: null;
514
+ requires_label: boolean;
515
+ completed_at: null;
516
+ complete_by: string;
517
+ ship_actual_currency: null;
518
+ delivered_at: string;
519
+ due_at: null;
520
+ meta_data: null;
521
+ reference: null;
522
+ shipnotice_item_count: number;
523
+ shipnotice_item_sku_count: number;
524
+ shipnotice_item_quantity: number;
525
+ purchase_order_numbers: never[];
526
+ quantities_verified: null;
527
+ bol_proxy: null;
528
+ mid_code: null;
529
+ zone_status: null;
530
+ originator: {
531
+ id: number;
532
+ originated_id: null;
533
+ originated_type: string;
534
+ shop_id: null;
535
+ provider: string;
536
+ original_id: string;
537
+ group_id: string;
538
+ misc: null;
539
+ active: boolean;
540
+ integration_id: null;
541
+ last_notified_at: null;
542
+ last_notification_status: null;
543
+ last_synced_at: null;
544
+ distinct_originator_key: null;
545
+ created_at: string;
546
+ updated_at: string;
547
+ application_id: number;
548
+ };
549
+ customer: {
550
+ id: number;
551
+ name: string;
552
+ created_at: string;
553
+ active: boolean;
554
+ auto_merge_gestation: number;
555
+ default_warehouse_id: number;
556
+ eori_number: null;
557
+ estimated_monthly_volume: null;
558
+ fedex_account: string;
559
+ from_email: null;
560
+ instructions: string;
561
+ item_scanning_preference: boolean;
562
+ label_format: string;
563
+ notes: null;
564
+ notify_originator: boolean;
565
+ notify_originator_inventory: number;
566
+ originator_permissions: boolean;
567
+ packing_slip_msg: string;
568
+ packingslip_template: string;
569
+ request_serial_numbers: boolean;
570
+ ship_method_preference: number;
571
+ shipping_name: string;
572
+ ups_account: string;
573
+ vat_number: string;
574
+ ein: null;
575
+ gs1_company_prefix: null;
576
+ warehouse_fallback: number;
577
+ payment_hold: boolean;
578
+ primary_contact: string;
579
+ global_e_guid: null;
580
+ whitelisted_warehouses: {
581
+ id: number;
582
+ name: string;
583
+ timezone: string;
584
+ timezone_raw: string;
585
+ partner_id: number;
586
+ shipping_address_1: string;
587
+ shipping_address_2: string;
588
+ shipping_city: string;
589
+ shipping_state: string;
590
+ shipping_zip: string;
591
+ shipping_country: string;
592
+ shipping_country_iso2: string;
593
+ latitude: number;
594
+ longitude: number;
595
+ slug: string;
596
+ }[];
597
+ allowed_warehouse_ids: number[];
598
+ account_level: number;
599
+ account_level_name: null;
600
+ activated_at: string;
601
+ deactivated_at: null;
602
+ auto_merge_skus: boolean;
603
+ billing_email: string;
604
+ billing_contact_name: string;
605
+ billing_company: string;
606
+ billing_phone1: string;
607
+ billing_phone2: string;
608
+ billing_address1: string;
609
+ billing_address2: string;
610
+ billing_address3: null;
611
+ billing_city: string;
612
+ billing_state: string;
613
+ billing_zip: string;
614
+ billing_country: string;
615
+ billing_residential: null;
616
+ items_returnable: boolean;
617
+ allow_international_returns: boolean;
618
+ items_exchangeable: boolean;
619
+ return_time_limit: number;
620
+ return_label_expires_in: number;
621
+ return_price_restricted: boolean;
622
+ return_sku_match: null;
623
+ rma_display_logo: boolean;
624
+ rma_footer_content: null;
625
+ return_name: null;
626
+ return_company: null;
627
+ return_email: null;
628
+ return_phone: null;
629
+ return_address_1: null;
630
+ return_address_2: null;
631
+ return_city: null;
632
+ return_state: null;
633
+ return_zip: null;
634
+ return_country: null;
635
+ supports_return_labels: boolean;
636
+ logo_content_type: string;
637
+ logo_file_name: string;
638
+ logo_file_size: number;
639
+ logo_updated_at: string;
640
+ full_logo_url: string;
641
+ email_confirmation_from: string;
642
+ email_confirmation_name: string;
643
+ email_confirmation_msg: string;
644
+ email_confirmation_preference: number;
645
+ email_confirmation_template: string;
646
+ low_inventory_threshold: null;
647
+ lot_control: boolean;
648
+ expiration_period: null;
649
+ ship_strategy: number;
650
+ items_unavailable_on_sellout: number;
651
+ replenishment_min: null;
652
+ replenishment_target: null;
653
+ allow_b_stock_receiving: boolean;
654
+ location_default_return_role: string;
655
+ location_enable_pending_returns: boolean;
656
+ location_enable_receiving_into_reserved: boolean;
657
+ receiving_fields: null;
658
+ project_task_labels: null;
659
+ dashboard_enable_domo: boolean;
660
+ dashboard_enable_parcel_insights: boolean;
661
+ };
662
+ warehouse: {
663
+ id: number;
664
+ name: string;
665
+ timezone: string;
666
+ timezone_raw: string;
667
+ partner_id: number;
668
+ shipping_address_1: string;
669
+ shipping_address_2: string;
670
+ shipping_city: string;
671
+ shipping_state: string;
672
+ shipping_zip: string;
673
+ shipping_country: string;
674
+ shipping_country_iso2: string;
675
+ latitude: number;
676
+ longitude: number;
677
+ slug: string;
678
+ };
679
+ inspection_required: boolean;
680
+ shipping_method: null;
681
+ shipnotice_items: {
682
+ id: number;
683
+ shipnotice_id: number;
684
+ item_id: number;
685
+ quantity: number;
686
+ quantity_good: number;
687
+ quantity_damaged: number;
688
+ description: null;
689
+ extended_description: null;
690
+ include_in_published: boolean;
691
+ return_action: null;
692
+ purchase_order_number: null;
693
+ created_at: string;
694
+ updated_at: string;
695
+ item: {
696
+ id: number;
697
+ sku: string;
698
+ title: string;
699
+ description: string;
700
+ full_description: string;
701
+ created_at: string;
702
+ updated_at: string;
703
+ customer_id: number;
704
+ quantity: number;
705
+ weight: string;
706
+ available: boolean;
707
+ image_originator_url: string;
708
+ vendor: null;
709
+ scancode: string;
710
+ price: string;
711
+ media_mail: boolean;
712
+ packaging: boolean;
713
+ length: string;
714
+ width: string;
715
+ height: string;
716
+ active: boolean;
717
+ wholesale_cost: null;
718
+ is_bundle: boolean;
719
+ packaging_type: null;
720
+ promo: boolean;
721
+ street_date: null;
722
+ category: null;
723
+ include_inbound_in_published: boolean;
724
+ returnable: null;
725
+ return_sku_match: null;
726
+ return_price_restricted: null;
727
+ request_serial_number: null;
728
+ currency: string;
729
+ tariff_number: null;
730
+ notify_originator_inventory: null;
731
+ name: string;
732
+ nmfc_code: string;
733
+ nmfc_class: string;
734
+ commodity_description: string;
735
+ image_url: string;
736
+ hazmat: boolean;
737
+ hazmat_type: null;
738
+ misc: null;
739
+ ean: null;
740
+ lot_control: boolean;
741
+ expiration_period: null;
742
+ ship_strategy: number;
743
+ velocity: number;
744
+ case_quantity: null;
745
+ carton_quantity: null;
746
+ origin_country: null;
747
+ alcohol: boolean;
748
+ shippable_container: boolean;
749
+ goh: boolean;
750
+ label_format: null;
751
+ replenishment_min: null;
752
+ replenishment_target: null;
753
+ low_inventory_threshold: null;
754
+ published_quantity: number;
755
+ };
756
+ lot: null;
757
+ item_image_url: string;
758
+ item_scancode: null;
759
+ item_sku: string;
760
+ item_title: string;
761
+ item_lot_control: boolean;
762
+ item_currency: string;
763
+ case_quantity: null;
764
+ carton_quantity: null;
765
+ goh: boolean;
766
+ unit_cost: null;
767
+ warehouse_id: number;
768
+ unallocated: number;
769
+ }[];
770
+ processing_started_at: null;
771
+ })[];