@dropins/storefront-order 0.1.0-alpha10 → 0.1.0-alpha12

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 (80) hide show
  1. package/api/getCustomerOrdersReturn/getCustomerOrdersReturn.d.ts +4 -0
  2. package/api/getCustomerOrdersReturn/graphql/getCustomerOrdersReturn.graphql.d.ts +2 -0
  3. package/api/getCustomerOrdersReturn/index.d.ts +2 -0
  4. package/api/getOrderDetailsById/graphql/orderItemsFragment.graphql.d.ts +5 -1
  5. package/api/getOrderDetailsById/graphql/orderSummaryFragment.graphql.d.ts +1 -1
  6. package/api/getStoreConfig/graphql/StoreConfigQuery.d.ts +1 -1
  7. package/api/index.d.ts +1 -0
  8. package/api.js +70 -56
  9. package/chunks/OrderLoaders.js +1 -1
  10. package/chunks/convertCase.js +1 -0
  11. package/chunks/customerAddressFragment.graphql.js +55 -0
  12. package/chunks/fetch-graphql.js +1 -1
  13. package/chunks/getAttributesForm.js +3 -3
  14. package/chunks/getCustomer.js +34 -27
  15. package/chunks/getCustomerOrdersReturn.js +52 -0
  16. package/chunks/getStoreConfig.js +9 -2
  17. package/chunks/setTaxStatus.js +1 -0
  18. package/chunks/transform-order-details.js +77 -72
  19. package/components/EmptyList/EmptyList.d.ts +5 -0
  20. package/components/EmptyList/index.d.ts +3 -0
  21. package/components/OrderCancelReasonsForm/OrderCancelReasonsForm.d.ts +5 -0
  22. package/components/OrderCancelReasonsForm/index.d.ts +3 -0
  23. package/components/OrderCostSummaryContent/Blocks.d.ts +38 -0
  24. package/components/OrderCostSummaryContent/OrderCostSummaryContent.d.ts +5 -0
  25. package/components/OrderCostSummaryContent/index.d.ts +3 -0
  26. package/components/OrderLoaders/OrderLoaders.d.ts +2 -0
  27. package/components/OrderProductListContent/CartSummaryItem.d.ts +5 -0
  28. package/components/OrderProductListContent/OrderProductListContent.d.ts +5 -0
  29. package/components/OrderProductListContent/index.d.ts +4 -0
  30. package/components/ReturnsListContent/ReturnsListContent.d.ts +5 -0
  31. package/components/ReturnsListContent/index.d.ts +3 -0
  32. package/components/index.d.ts +5 -1
  33. package/configs/mock.config.d.ts +786 -0
  34. package/containers/CustomerDetails.js +1 -1
  35. package/containers/OrderCancel/OrderCancel.d.ts +5 -0
  36. package/containers/OrderCancel.d.ts +3 -0
  37. package/containers/OrderCancel.js +87 -0
  38. package/containers/OrderCostSummary/OrderCostSummary.d.ts +5 -0
  39. package/containers/OrderCostSummary/index.d.ts +3 -0
  40. package/containers/OrderCostSummary.d.ts +3 -0
  41. package/containers/OrderCostSummary.js +1 -0
  42. package/containers/OrderProductList/OrderProductList.d.ts +5 -0
  43. package/containers/OrderProductList/index.d.ts +3 -0
  44. package/containers/OrderProductList.d.ts +3 -0
  45. package/containers/OrderProductList.js +1 -0
  46. package/containers/OrderSearch.js +1 -1
  47. package/containers/OrderStatus.js +1 -80
  48. package/containers/ReturnsList/ReturnsList.d.ts +5 -0
  49. package/containers/ReturnsList/index.d.ts +3 -0
  50. package/containers/ReturnsList.d.ts +3 -0
  51. package/containers/ReturnsList.js +1 -0
  52. package/containers/ShippingStatus.js +1 -1
  53. package/containers/index.d.ts +4 -0
  54. package/data/models/customer-orders-return.d.ts +36 -0
  55. package/data/models/index.d.ts +2 -0
  56. package/data/models/order-details.d.ts +44 -8
  57. package/data/models/store-config.d.ts +7 -0
  58. package/data/transforms/index.d.ts +2 -0
  59. package/data/transforms/transform-customer-orders-return.d.ts +5 -0
  60. package/data/transforms/transform-order-details.d.ts +11 -1
  61. package/hooks/containers/useOrderCostSummary.d.ts +9 -0
  62. package/hooks/containers/useOrderProductList.d.ts +9 -0
  63. package/hooks/containers/useReturnsList.d.ts +14 -0
  64. package/hooks/index.d.ts +4 -0
  65. package/hooks/useIsMobile.d.ts +2 -0
  66. package/i18n/en_US.json.d.ts +67 -4
  67. package/lib/setTaxStatus.d.ts +4 -0
  68. package/package.json +1 -1
  69. package/render.js +2 -2
  70. package/types/api/getCustomerOrdersReturn.types.d.ts +46 -0
  71. package/types/api/getOrderDetails.types.d.ts +24 -5
  72. package/types/emptyList.types.d.ts +7 -0
  73. package/types/index.d.ts +5 -0
  74. package/types/orderCancel.types.d.ts +8 -4
  75. package/types/orderCostSummary.types.d.ts +28 -0
  76. package/types/orderProductList.types.d.ts +30 -0
  77. package/types/returnsList.types.d.ts +42 -0
  78. package/components/OrderCancel/OrderCancel.d.ts +0 -5
  79. /package/chunks/{CustomerDetailsContent.js → OrderCancelReasonsForm.js} +0 -0
  80. /package/{components → containers}/OrderCancel/index.d.ts +0 -0
@@ -921,4 +921,790 @@ export declare const storyBookNormalizeAddress: {
921
921
  label: null;
922
922
  }[])[];
923
923
  };
924
+ export declare const orderCostSummaryMockup: {
925
+ number: string;
926
+ email: string;
927
+ token: string;
928
+ status: string;
929
+ isVirtual: boolean;
930
+ totalQuantity: number;
931
+ shippingMethod: string;
932
+ carrier: string;
933
+ discounts: {
934
+ amount: {
935
+ value: number;
936
+ currency: string;
937
+ };
938
+ label: string;
939
+ }[];
940
+ coupons: {
941
+ code: string;
942
+ }[];
943
+ payments: {
944
+ code: string;
945
+ name: string;
946
+ }[];
947
+ shipping: {
948
+ code: string;
949
+ amount: number;
950
+ currency: string;
951
+ };
952
+ shipments: {
953
+ id: string;
954
+ number: string;
955
+ tracking: {
956
+ carrier: string;
957
+ number: string;
958
+ title: string;
959
+ }[];
960
+ comments: {
961
+ message: string;
962
+ timestamp: string;
963
+ }[];
964
+ items: {
965
+ id: string;
966
+ productSku: string;
967
+ productName: string;
968
+ orderItem: {
969
+ id: string;
970
+ type: string;
971
+ discounted: boolean;
972
+ productName: string;
973
+ totalQuantity: number;
974
+ price: {
975
+ value: number;
976
+ currency: string;
977
+ };
978
+ totalInclTax: {};
979
+ priceInclTax: {};
980
+ regularPrice: {
981
+ value: number;
982
+ currency: string;
983
+ };
984
+ total: {
985
+ value: number;
986
+ currency: string;
987
+ };
988
+ configurableOptions: {};
989
+ product: {
990
+ id: string;
991
+ name: string;
992
+ productType: string;
993
+ sku: string;
994
+ thumbnail: {
995
+ url: string;
996
+ label: string;
997
+ };
998
+ };
999
+ thumbnail: {
1000
+ url: string;
1001
+ label: string;
1002
+ };
1003
+ quantityCanceled: number;
1004
+ quantityInvoiced: number;
1005
+ quantityOrdered: number;
1006
+ quantityRefunded: number;
1007
+ quantityReturned: number;
1008
+ quantityShipped: number;
1009
+ };
1010
+ }[];
1011
+ }[];
1012
+ items: {
1013
+ id: string;
1014
+ type: string;
1015
+ discounted: boolean;
1016
+ productName: string;
1017
+ totalQuantity: number;
1018
+ price: {
1019
+ value: number;
1020
+ currency: string;
1021
+ };
1022
+ totalInclTax: {};
1023
+ priceInclTax: {};
1024
+ regularPrice: {
1025
+ value: number;
1026
+ currency: string;
1027
+ };
1028
+ total: {
1029
+ value: number;
1030
+ currency: string;
1031
+ };
1032
+ configurableOptions: {};
1033
+ product: {
1034
+ id: string;
1035
+ name: string;
1036
+ productType: string;
1037
+ sku: string;
1038
+ thumbnail: {
1039
+ url: string;
1040
+ label: string;
1041
+ };
1042
+ };
1043
+ thumbnail: {
1044
+ url: string;
1045
+ label: string;
1046
+ };
1047
+ quantityCanceled: number;
1048
+ quantityInvoiced: number;
1049
+ quantityOrdered: number;
1050
+ quantityRefunded: number;
1051
+ quantityReturned: number;
1052
+ quantityShipped: number;
1053
+ }[];
1054
+ totalGiftcard: {
1055
+ value: number;
1056
+ currency: string;
1057
+ };
1058
+ grandTotal: {
1059
+ value: number;
1060
+ currency: string;
1061
+ };
1062
+ totalShipping: {
1063
+ value: number;
1064
+ currency: string;
1065
+ };
1066
+ subtotal: {
1067
+ value: number;
1068
+ currency: string;
1069
+ };
1070
+ totalTax: {
1071
+ value: number;
1072
+ currency: string;
1073
+ };
1074
+ shippingAddress: {
1075
+ street: string[];
1076
+ city: string;
1077
+ country: string;
1078
+ company: string;
1079
+ firstName: string;
1080
+ middleName: string;
1081
+ lastName: string;
1082
+ postCode: string;
1083
+ region: string;
1084
+ regionId: string;
1085
+ telephone: string;
1086
+ customAttributes: never[];
1087
+ };
1088
+ billingAddress: {
1089
+ street: string[];
1090
+ city: string;
1091
+ company: string;
1092
+ country: string;
1093
+ firstName: string;
1094
+ middleName: string;
1095
+ lastName: string;
1096
+ postCode: string;
1097
+ region: string;
1098
+ regionId: string;
1099
+ telephone: string;
1100
+ customAttributes: never[];
1101
+ };
1102
+ availableActions: never[];
1103
+ };
1104
+ export declare const orderMockOrderProductItemsList: {
1105
+ items: ({
1106
+ type: string;
1107
+ productName: string;
1108
+ quantityCanceled: number;
1109
+ quantityInvoiced: number;
1110
+ quantityOrdered: number;
1111
+ quantityRefunded: number;
1112
+ quantityReturned: number;
1113
+ quantityShipped: number;
1114
+ id: string;
1115
+ discounted: boolean;
1116
+ total: {
1117
+ value: number;
1118
+ currency: string;
1119
+ };
1120
+ totalInclTax: {
1121
+ value: number;
1122
+ currency: string;
1123
+ };
1124
+ price: {
1125
+ value: number;
1126
+ currency: string;
1127
+ };
1128
+ priceInclTax: {
1129
+ value: number;
1130
+ currency: string;
1131
+ };
1132
+ totalQuantity: number;
1133
+ regularPrice: {
1134
+ value: number;
1135
+ currency: string;
1136
+ };
1137
+ product: {
1138
+ __typename: string;
1139
+ canonicalUrl: string;
1140
+ uid: string;
1141
+ name: string;
1142
+ sku: string;
1143
+ onlyXLeftInStock: null;
1144
+ stockStatus: string;
1145
+ thumbnail: {
1146
+ label: string;
1147
+ url: string;
1148
+ };
1149
+ priceRange: {
1150
+ maximumPrice: {
1151
+ regularPrice: {
1152
+ currency: string;
1153
+ value: number;
1154
+ };
1155
+ };
1156
+ };
1157
+ id: string;
1158
+ image: string;
1159
+ productType: string;
1160
+ };
1161
+ thumbnail: {
1162
+ label: string;
1163
+ url: string;
1164
+ };
1165
+ configurableOptions: {
1166
+ Color?: undefined;
1167
+ Size?: undefined;
1168
+ };
1169
+ bundleOptions: null;
1170
+ itemPrices: {
1171
+ priceIncludingTax: {
1172
+ value: number;
1173
+ currency: string;
1174
+ };
1175
+ originalPrice: {
1176
+ value: number;
1177
+ currency: string;
1178
+ };
1179
+ originalPriceIncludingTax: {
1180
+ value: number;
1181
+ currency: string;
1182
+ };
1183
+ price: {
1184
+ value: number;
1185
+ currency: string;
1186
+ };
1187
+ discounts?: undefined;
1188
+ };
1189
+ downloadableLinks: {
1190
+ count: number;
1191
+ result: string;
1192
+ };
1193
+ giftCard?: undefined;
1194
+ } | {
1195
+ type: string;
1196
+ productName: string;
1197
+ quantityCanceled: number;
1198
+ quantityInvoiced: number;
1199
+ quantityOrdered: number;
1200
+ quantityRefunded: number;
1201
+ quantityReturned: number;
1202
+ quantityShipped: number;
1203
+ id: string;
1204
+ discounted: boolean;
1205
+ total: {
1206
+ value: number;
1207
+ currency: string;
1208
+ };
1209
+ totalInclTax: {
1210
+ value: number;
1211
+ currency: string;
1212
+ };
1213
+ price: {
1214
+ value: number;
1215
+ currency: string;
1216
+ };
1217
+ priceInclTax: {
1218
+ value: number;
1219
+ currency: string;
1220
+ };
1221
+ totalQuantity: number;
1222
+ regularPrice: {
1223
+ value: number;
1224
+ currency: string;
1225
+ };
1226
+ product: {
1227
+ __typename: string;
1228
+ canonicalUrl: string;
1229
+ uid: string;
1230
+ name: string;
1231
+ sku: string;
1232
+ onlyXLeftInStock: null;
1233
+ stockStatus: string;
1234
+ thumbnail: {
1235
+ label: string;
1236
+ url: string;
1237
+ };
1238
+ priceRange: {
1239
+ maximumPrice: {
1240
+ regularPrice: {
1241
+ currency: string;
1242
+ value: number;
1243
+ };
1244
+ };
1245
+ };
1246
+ id: string;
1247
+ image: string;
1248
+ productType: string;
1249
+ };
1250
+ thumbnail: {
1251
+ label: string;
1252
+ url: string;
1253
+ };
1254
+ configurableOptions: {
1255
+ Color: string;
1256
+ Size: string;
1257
+ };
1258
+ bundleOptions: null;
1259
+ itemPrices: {
1260
+ priceIncludingTax: {
1261
+ value: number;
1262
+ currency: string;
1263
+ };
1264
+ originalPrice: {
1265
+ value: number;
1266
+ currency: string;
1267
+ };
1268
+ originalPriceIncludingTax: {
1269
+ value: number;
1270
+ currency: string;
1271
+ };
1272
+ price: {
1273
+ value: number;
1274
+ currency: string;
1275
+ };
1276
+ discounts: {
1277
+ label: string;
1278
+ amount: {
1279
+ value: number;
1280
+ };
1281
+ }[];
1282
+ };
1283
+ downloadableLinks?: undefined;
1284
+ giftCard?: undefined;
1285
+ } | {
1286
+ type: string;
1287
+ productName: string;
1288
+ quantityCanceled: number;
1289
+ quantityInvoiced: number;
1290
+ quantityOrdered: number;
1291
+ quantityRefunded: number;
1292
+ quantityReturned: number;
1293
+ quantityShipped: number;
1294
+ id: string;
1295
+ discounted: boolean;
1296
+ total: {
1297
+ value: number;
1298
+ currency: string;
1299
+ };
1300
+ totalInclTax: {
1301
+ value: number;
1302
+ currency: string;
1303
+ };
1304
+ price: {
1305
+ value: number;
1306
+ currency: string;
1307
+ };
1308
+ priceInclTax: {
1309
+ value: number;
1310
+ currency: string;
1311
+ };
1312
+ totalQuantity: number;
1313
+ regularPrice: {
1314
+ value: number;
1315
+ currency: string;
1316
+ };
1317
+ product: {
1318
+ __typename: string;
1319
+ canonicalUrl: string;
1320
+ uid: string;
1321
+ name: string;
1322
+ sku: string;
1323
+ onlyXLeftInStock: null;
1324
+ stockStatus: string;
1325
+ thumbnail: {
1326
+ label: string;
1327
+ url: string;
1328
+ };
1329
+ priceRange: {
1330
+ maximumPrice: {
1331
+ regularPrice: {
1332
+ currency: string;
1333
+ value: number;
1334
+ };
1335
+ };
1336
+ };
1337
+ id: string;
1338
+ image: string;
1339
+ productType: string;
1340
+ };
1341
+ thumbnail: {
1342
+ label: string;
1343
+ url: string;
1344
+ };
1345
+ configurableOptions: {
1346
+ Color?: undefined;
1347
+ Size?: undefined;
1348
+ };
1349
+ bundleOptions: null;
1350
+ itemPrices: {
1351
+ priceIncludingTax: {
1352
+ value: number;
1353
+ currency: string;
1354
+ };
1355
+ originalPrice: {
1356
+ value: number;
1357
+ currency: string;
1358
+ };
1359
+ originalPriceIncludingTax: {
1360
+ value: number;
1361
+ currency: string;
1362
+ };
1363
+ price: {
1364
+ value: number;
1365
+ currency: string;
1366
+ };
1367
+ discounts: {
1368
+ label: string;
1369
+ amount: {
1370
+ value: number;
1371
+ };
1372
+ }[];
1373
+ };
1374
+ downloadableLinks?: undefined;
1375
+ giftCard?: undefined;
1376
+ } | {
1377
+ type: string;
1378
+ productName: string;
1379
+ quantityCanceled: number;
1380
+ quantityInvoiced: number;
1381
+ quantityOrdered: number;
1382
+ quantityRefunded: number;
1383
+ quantityReturned: number;
1384
+ quantityShipped: number;
1385
+ id: string;
1386
+ discounted: boolean;
1387
+ total: {
1388
+ value: number;
1389
+ currency: string;
1390
+ };
1391
+ totalInclTax: {
1392
+ value: number;
1393
+ currency: string;
1394
+ };
1395
+ price: {
1396
+ value: number;
1397
+ currency: string;
1398
+ };
1399
+ priceInclTax: {
1400
+ value: number;
1401
+ currency: string;
1402
+ };
1403
+ totalQuantity: number;
1404
+ regularPrice: {
1405
+ value: number;
1406
+ currency: string;
1407
+ };
1408
+ product: {
1409
+ __typename: string;
1410
+ canonicalUrl: string;
1411
+ uid: string;
1412
+ name: string;
1413
+ sku: string;
1414
+ onlyXLeftInStock: null;
1415
+ stockStatus: string;
1416
+ thumbnail: {
1417
+ label: string;
1418
+ url: string;
1419
+ };
1420
+ priceRange: {
1421
+ maximumPrice: {
1422
+ regularPrice: {
1423
+ currency: string;
1424
+ value: number;
1425
+ };
1426
+ };
1427
+ };
1428
+ id: string;
1429
+ image: string;
1430
+ productType: string;
1431
+ };
1432
+ thumbnail: {
1433
+ label: string;
1434
+ url: string;
1435
+ };
1436
+ configurableOptions: {
1437
+ Color?: undefined;
1438
+ Size?: undefined;
1439
+ };
1440
+ bundleOptions: {
1441
+ 'Sprite Foam Yoga Brick': string;
1442
+ 'Sprite Foam Roller': string;
1443
+ 'Sprite Stasis Ball': string;
1444
+ 'Sprite Yoga Strap': string;
1445
+ };
1446
+ itemPrices: {
1447
+ priceIncludingTax: {
1448
+ value: number;
1449
+ currency: string;
1450
+ };
1451
+ originalPrice: {
1452
+ value: number;
1453
+ currency: string;
1454
+ };
1455
+ originalPriceIncludingTax: {
1456
+ value: number;
1457
+ currency: string;
1458
+ };
1459
+ price: {
1460
+ value: number;
1461
+ currency: string;
1462
+ };
1463
+ discounts: {
1464
+ label: string;
1465
+ amount: {
1466
+ value: number;
1467
+ };
1468
+ }[];
1469
+ };
1470
+ downloadableLinks?: undefined;
1471
+ giftCard?: undefined;
1472
+ } | {
1473
+ type: string;
1474
+ productName: string;
1475
+ quantityCanceled: number;
1476
+ quantityInvoiced: number;
1477
+ quantityOrdered: number;
1478
+ quantityRefunded: number;
1479
+ quantityReturned: number;
1480
+ quantityShipped: number;
1481
+ id: string;
1482
+ discounted: boolean;
1483
+ total: {
1484
+ value: number;
1485
+ currency: string;
1486
+ };
1487
+ totalInclTax: {
1488
+ value: number;
1489
+ currency: string;
1490
+ };
1491
+ price: {
1492
+ value: number;
1493
+ currency: string;
1494
+ };
1495
+ priceInclTax: {
1496
+ value: number;
1497
+ currency: string;
1498
+ };
1499
+ totalQuantity: number;
1500
+ regularPrice: {
1501
+ value: number;
1502
+ currency: string;
1503
+ };
1504
+ product: {
1505
+ __typename: string;
1506
+ canonicalUrl: string;
1507
+ uid: string;
1508
+ name: string;
1509
+ sku: string;
1510
+ onlyXLeftInStock: null;
1511
+ stockStatus: string;
1512
+ thumbnail: {
1513
+ label: string;
1514
+ url: string;
1515
+ };
1516
+ priceRange: {
1517
+ maximumPrice: {
1518
+ regularPrice: {
1519
+ currency: string;
1520
+ value: number;
1521
+ };
1522
+ };
1523
+ };
1524
+ id: string;
1525
+ image: string;
1526
+ productType: string;
1527
+ };
1528
+ thumbnail: {
1529
+ label: string;
1530
+ url: string;
1531
+ };
1532
+ giftCard: {
1533
+ senderName: string;
1534
+ senderEmail: string;
1535
+ recipientEmail: string;
1536
+ recipientName: string;
1537
+ message: string;
1538
+ };
1539
+ configurableOptions: {
1540
+ Color?: undefined;
1541
+ Size?: undefined;
1542
+ };
1543
+ bundleOptions: null;
1544
+ itemPrices: {
1545
+ priceIncludingTax: {
1546
+ value: number;
1547
+ currency: string;
1548
+ };
1549
+ originalPrice: {
1550
+ value: number;
1551
+ currency: string;
1552
+ };
1553
+ originalPriceIncludingTax: {
1554
+ value: number;
1555
+ currency: string;
1556
+ };
1557
+ price: {
1558
+ value: number;
1559
+ currency: string;
1560
+ };
1561
+ discounts: {
1562
+ label: string;
1563
+ amount: {
1564
+ value: number;
1565
+ };
1566
+ }[];
1567
+ };
1568
+ downloadableLinks?: undefined;
1569
+ })[];
1570
+ totalQuantity: number;
1571
+ };
1572
+ export declare const returnOrderListMockResponse: {
1573
+ customer: {
1574
+ returns: {
1575
+ page_info: {
1576
+ page_size: number;
1577
+ total_pages: number;
1578
+ current_page: number;
1579
+ };
1580
+ items: {
1581
+ number: string;
1582
+ shipping: {
1583
+ tracking: {
1584
+ status: null;
1585
+ carrier: {
1586
+ uid: string;
1587
+ label: string;
1588
+ };
1589
+ tracking_number: string;
1590
+ }[];
1591
+ };
1592
+ order: {
1593
+ number: string;
1594
+ token: string;
1595
+ };
1596
+ items: {
1597
+ uid: string;
1598
+ quantity: number;
1599
+ status: string;
1600
+ request_quantity: number;
1601
+ order_item: {
1602
+ __typename: string;
1603
+ status: string;
1604
+ product_name: string;
1605
+ id: string;
1606
+ quantity_ordered: number;
1607
+ quantity_shipped: number;
1608
+ quantity_canceled: number;
1609
+ quantity_invoiced: number;
1610
+ quantity_refunded: number;
1611
+ quantity_returned: number;
1612
+ product_sale_price: {
1613
+ value: number;
1614
+ currency: string;
1615
+ };
1616
+ selected_options: never[];
1617
+ product: {
1618
+ __typename: string;
1619
+ canonical_url: null;
1620
+ uid: string;
1621
+ name: string;
1622
+ sku: string;
1623
+ thumbnail: {
1624
+ label: string;
1625
+ url: string;
1626
+ };
1627
+ price_range: {
1628
+ maximum_price: {
1629
+ regular_price: {
1630
+ currency: string;
1631
+ value: number;
1632
+ };
1633
+ };
1634
+ };
1635
+ };
1636
+ };
1637
+ }[];
1638
+ }[];
1639
+ };
1640
+ };
1641
+ };
1642
+ export declare const returnOrderListMock: {
1643
+ token: string;
1644
+ orderNumber: string;
1645
+ items: {
1646
+ uid: string;
1647
+ quantity: number;
1648
+ status: string;
1649
+ requestQuantity: number;
1650
+ orderItem: {
1651
+ type: string;
1652
+ productName: string;
1653
+ quantityCanceled: number;
1654
+ quantityInvoiced: number;
1655
+ quantityOrdered: number;
1656
+ quantityRefunded: number;
1657
+ quantityReturned: number;
1658
+ quantityShipped: number;
1659
+ id: string;
1660
+ discounted: boolean;
1661
+ total: {
1662
+ value: number;
1663
+ currency: string;
1664
+ };
1665
+ totalInclTax: {
1666
+ value: number;
1667
+ currency: string;
1668
+ };
1669
+ price: {
1670
+ value: number;
1671
+ currency: string;
1672
+ };
1673
+ priceInclTax: {
1674
+ value: number;
1675
+ currency: string;
1676
+ };
1677
+ totalQuantity: number;
1678
+ regularPrice: {
1679
+ value: number;
1680
+ currency: string;
1681
+ };
1682
+ product: {
1683
+ canonicalUrl: string;
1684
+ id: string;
1685
+ name: string;
1686
+ sku: string;
1687
+ image: string;
1688
+ productType: string;
1689
+ thumbnail: {
1690
+ label: string;
1691
+ url: string;
1692
+ };
1693
+ };
1694
+ thumbnail: {
1695
+ label: string;
1696
+ url: string;
1697
+ };
1698
+ configurableOptions: {};
1699
+ };
1700
+ }[];
1701
+ tracking: {
1702
+ status: null;
1703
+ carrier: {
1704
+ uid: string;
1705
+ label: string;
1706
+ };
1707
+ trackingNumber: string;
1708
+ }[];
1709
+ }[];
924
1710
  //# sourceMappingURL=mock.config.d.ts.map