@commercetools-frontend-extensions/change-history 9.4.1 → 9.5.0
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/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +87 -31
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +87 -31
- package/dist/commercetools-frontend-extensions-change-history.esm.js +88 -32
- package/dist/declarations/types/src/generated/change-history.d.ts +419 -1
- package/package.json +1 -1
|
@@ -577,8 +577,11 @@ export declare enum InventoryEntryChangeInput {
|
|
|
577
577
|
SetKey = "setKey",
|
|
578
578
|
SetMaxCartQuantity = "setMaxCartQuantity",
|
|
579
579
|
SetMinCartQuantity = "setMinCartQuantity",
|
|
580
|
+
SetReorderPoint = "setReorderPoint",
|
|
581
|
+
SetReservationExpirationInMinutes = "setReservationExpirationInMinutes",
|
|
580
582
|
SetReservations = "setReservations",
|
|
581
583
|
SetRestockableInDays = "setRestockableInDays",
|
|
584
|
+
SetSafetyStock = "setSafetyStock",
|
|
582
585
|
SetSupplyChannel = "setSupplyChannel"
|
|
583
586
|
}
|
|
584
587
|
export declare enum InventoryEntryInternalChangesInput {
|
|
@@ -796,6 +799,7 @@ export declare enum PaymentChangeInput {
|
|
|
796
799
|
SetStatusInterfaceText = "setStatusInterfaceText",
|
|
797
800
|
SetTransactionCustomField = "setTransactionCustomField",
|
|
798
801
|
SetTransactionCustomType = "setTransactionCustomType",
|
|
802
|
+
SetTransactionInterfaceId = "setTransactionInterfaceId",
|
|
799
803
|
TransitionState = "transitionState"
|
|
800
804
|
}
|
|
801
805
|
export declare enum PaymentInternalChangesInput {
|
|
@@ -1101,6 +1105,7 @@ export type TQuery_AssociateRoleArgs = {
|
|
|
1101
1105
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1102
1106
|
type?: InputMaybe<Type>;
|
|
1103
1107
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1108
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1104
1109
|
};
|
|
1105
1110
|
export type TQuery_AssociateRolesArgs = {
|
|
1106
1111
|
changes?: InputMaybe<Array<AssociateRoleChangeInput>>;
|
|
@@ -1115,6 +1120,7 @@ export type TQuery_AssociateRolesArgs = {
|
|
|
1115
1120
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1116
1121
|
type?: InputMaybe<Type>;
|
|
1117
1122
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1123
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1118
1124
|
};
|
|
1119
1125
|
export type TQuery_BusinessUnitArgs = {
|
|
1120
1126
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1131,6 +1137,7 @@ export type TQuery_BusinessUnitArgs = {
|
|
|
1131
1137
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1132
1138
|
type?: InputMaybe<Type>;
|
|
1133
1139
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1140
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1134
1141
|
};
|
|
1135
1142
|
export type TQuery_BusinessUnitsArgs = {
|
|
1136
1143
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1147,6 +1154,7 @@ export type TQuery_BusinessUnitsArgs = {
|
|
|
1147
1154
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1148
1155
|
type?: InputMaybe<Type>;
|
|
1149
1156
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1157
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1150
1158
|
};
|
|
1151
1159
|
export type TQuery_CartDiscountArgs = {
|
|
1152
1160
|
changes?: InputMaybe<Array<CartDiscountChangeInput>>;
|
|
@@ -1162,6 +1170,7 @@ export type TQuery_CartDiscountArgs = {
|
|
|
1162
1170
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1163
1171
|
type?: InputMaybe<Type>;
|
|
1164
1172
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1173
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1165
1174
|
};
|
|
1166
1175
|
export type TQuery_CartDiscountsArgs = {
|
|
1167
1176
|
changes?: InputMaybe<Array<CartDiscountChangeInput>>;
|
|
@@ -1176,6 +1185,7 @@ export type TQuery_CartDiscountsArgs = {
|
|
|
1176
1185
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1177
1186
|
type?: InputMaybe<Type>;
|
|
1178
1187
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1188
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1179
1189
|
};
|
|
1180
1190
|
export type TQuery_CategoriesArgs = {
|
|
1181
1191
|
changes?: InputMaybe<Array<CategoryChangeInput>>;
|
|
@@ -1190,6 +1200,7 @@ export type TQuery_CategoriesArgs = {
|
|
|
1190
1200
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1191
1201
|
type?: InputMaybe<Type>;
|
|
1192
1202
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1203
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1193
1204
|
};
|
|
1194
1205
|
export type TQuery_CategoryArgs = {
|
|
1195
1206
|
changes?: InputMaybe<Array<CategoryChangeInput>>;
|
|
@@ -1205,6 +1216,7 @@ export type TQuery_CategoryArgs = {
|
|
|
1205
1216
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1206
1217
|
type?: InputMaybe<Type>;
|
|
1207
1218
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1219
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1208
1220
|
};
|
|
1209
1221
|
export type TQuery_ChangeHistoryArgs = {
|
|
1210
1222
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1225,6 +1237,7 @@ export type TQuery_ChangeHistoryArgs = {
|
|
|
1225
1237
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1226
1238
|
type?: InputMaybe<Type>;
|
|
1227
1239
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1240
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1228
1241
|
};
|
|
1229
1242
|
export type TQuery_ChannelArgs = {
|
|
1230
1243
|
changes?: InputMaybe<Array<ChannelChangeInput>>;
|
|
@@ -1240,6 +1253,7 @@ export type TQuery_ChannelArgs = {
|
|
|
1240
1253
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1241
1254
|
type?: InputMaybe<Type>;
|
|
1242
1255
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1256
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1243
1257
|
};
|
|
1244
1258
|
export type TQuery_ChannelsArgs = {
|
|
1245
1259
|
changes?: InputMaybe<Array<ChannelChangeInput>>;
|
|
@@ -1255,6 +1269,7 @@ export type TQuery_ChannelsArgs = {
|
|
|
1255
1269
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1256
1270
|
type?: InputMaybe<Type>;
|
|
1257
1271
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1272
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1258
1273
|
};
|
|
1259
1274
|
export type TQuery_CustomObjectArgs = {
|
|
1260
1275
|
changes?: InputMaybe<Array<CustomObjectChangeInput>>;
|
|
@@ -1269,6 +1284,7 @@ export type TQuery_CustomObjectArgs = {
|
|
|
1269
1284
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1270
1285
|
type?: InputMaybe<Type>;
|
|
1271
1286
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1287
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1272
1288
|
};
|
|
1273
1289
|
export type TQuery_CustomObjectsArgs = {
|
|
1274
1290
|
changes?: InputMaybe<Array<CustomObjectChangeInput>>;
|
|
@@ -1283,6 +1299,7 @@ export type TQuery_CustomObjectsArgs = {
|
|
|
1283
1299
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1284
1300
|
type?: InputMaybe<Type>;
|
|
1285
1301
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1302
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1286
1303
|
};
|
|
1287
1304
|
export type TQuery_CustomerArgs = {
|
|
1288
1305
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1298,6 +1315,7 @@ export type TQuery_CustomerArgs = {
|
|
|
1298
1315
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1299
1316
|
type?: InputMaybe<Type>;
|
|
1300
1317
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1318
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1301
1319
|
};
|
|
1302
1320
|
export type TQuery_CustomerGroupArgs = {
|
|
1303
1321
|
changes?: InputMaybe<Array<CustomerGroupChangeInput>>;
|
|
@@ -1312,6 +1330,7 @@ export type TQuery_CustomerGroupArgs = {
|
|
|
1312
1330
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1313
1331
|
type?: InputMaybe<Type>;
|
|
1314
1332
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1333
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1315
1334
|
};
|
|
1316
1335
|
export type TQuery_CustomerGroupsArgs = {
|
|
1317
1336
|
changes?: InputMaybe<Array<CustomerGroupChangeInput>>;
|
|
@@ -1325,6 +1344,7 @@ export type TQuery_CustomerGroupsArgs = {
|
|
|
1325
1344
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1326
1345
|
type?: InputMaybe<Type>;
|
|
1327
1346
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1347
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1328
1348
|
};
|
|
1329
1349
|
export type TQuery_CustomersArgs = {
|
|
1330
1350
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1339,6 +1359,7 @@ export type TQuery_CustomersArgs = {
|
|
|
1339
1359
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1340
1360
|
type?: InputMaybe<Type>;
|
|
1341
1361
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1362
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1342
1363
|
};
|
|
1343
1364
|
export type TQuery_DiscountCodeArgs = {
|
|
1344
1365
|
changes?: InputMaybe<Array<DiscountCodeChangeInput>>;
|
|
@@ -1354,6 +1375,7 @@ export type TQuery_DiscountCodeArgs = {
|
|
|
1354
1375
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1355
1376
|
type?: InputMaybe<Type>;
|
|
1356
1377
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1378
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1357
1379
|
};
|
|
1358
1380
|
export type TQuery_DiscountCodesArgs = {
|
|
1359
1381
|
changes?: InputMaybe<Array<DiscountCodeChangeInput>>;
|
|
@@ -1368,6 +1390,7 @@ export type TQuery_DiscountCodesArgs = {
|
|
|
1368
1390
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1369
1391
|
type?: InputMaybe<Type>;
|
|
1370
1392
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1393
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1371
1394
|
};
|
|
1372
1395
|
export type TQuery_InventoryEntriesArgs = {
|
|
1373
1396
|
changes?: InputMaybe<Array<InventoryEntryChangeInput>>;
|
|
@@ -1382,6 +1405,7 @@ export type TQuery_InventoryEntriesArgs = {
|
|
|
1382
1405
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1383
1406
|
type?: InputMaybe<Type>;
|
|
1384
1407
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1408
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1385
1409
|
};
|
|
1386
1410
|
export type TQuery_InventoryEntryArgs = {
|
|
1387
1411
|
changes?: InputMaybe<Array<InventoryEntryChangeInput>>;
|
|
@@ -1397,6 +1421,7 @@ export type TQuery_InventoryEntryArgs = {
|
|
|
1397
1421
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1398
1422
|
type?: InputMaybe<Type>;
|
|
1399
1423
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1424
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1400
1425
|
};
|
|
1401
1426
|
export type TQuery_OrderArgs = {
|
|
1402
1427
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1414,6 +1439,7 @@ export type TQuery_OrderArgs = {
|
|
|
1414
1439
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1415
1440
|
type?: InputMaybe<Type>;
|
|
1416
1441
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1442
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1417
1443
|
};
|
|
1418
1444
|
export type TQuery_OrdersArgs = {
|
|
1419
1445
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1430,6 +1456,7 @@ export type TQuery_OrdersArgs = {
|
|
|
1430
1456
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1431
1457
|
type?: InputMaybe<Type>;
|
|
1432
1458
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1459
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1433
1460
|
};
|
|
1434
1461
|
export type TQuery_PaymentArgs = {
|
|
1435
1462
|
changes?: InputMaybe<Array<PaymentChangeInput>>;
|
|
@@ -1445,6 +1472,7 @@ export type TQuery_PaymentArgs = {
|
|
|
1445
1472
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1446
1473
|
type?: InputMaybe<Type>;
|
|
1447
1474
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1475
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1448
1476
|
};
|
|
1449
1477
|
export type TQuery_PaymentsArgs = {
|
|
1450
1478
|
changes?: InputMaybe<Array<PaymentChangeInput>>;
|
|
@@ -1459,6 +1487,7 @@ export type TQuery_PaymentsArgs = {
|
|
|
1459
1487
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1460
1488
|
type?: InputMaybe<Type>;
|
|
1461
1489
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1490
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1462
1491
|
};
|
|
1463
1492
|
export type TQuery_ProductArgs = {
|
|
1464
1493
|
changes?: InputMaybe<Array<ProductChangeInput>>;
|
|
@@ -1474,6 +1503,7 @@ export type TQuery_ProductArgs = {
|
|
|
1474
1503
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1475
1504
|
type?: InputMaybe<Type>;
|
|
1476
1505
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1506
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1477
1507
|
};
|
|
1478
1508
|
export type TQuery_ProductDiscountArgs = {
|
|
1479
1509
|
changes?: InputMaybe<Array<ProductDiscountChangeInput>>;
|
|
@@ -1489,6 +1519,7 @@ export type TQuery_ProductDiscountArgs = {
|
|
|
1489
1519
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1490
1520
|
type?: InputMaybe<Type>;
|
|
1491
1521
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1522
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1492
1523
|
};
|
|
1493
1524
|
export type TQuery_ProductDiscountsArgs = {
|
|
1494
1525
|
changes?: InputMaybe<Array<ProductDiscountChangeInput>>;
|
|
@@ -1503,6 +1534,7 @@ export type TQuery_ProductDiscountsArgs = {
|
|
|
1503
1534
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1504
1535
|
type?: InputMaybe<Type>;
|
|
1505
1536
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1537
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1506
1538
|
};
|
|
1507
1539
|
export type TQuery_ProductSelectionArgs = {
|
|
1508
1540
|
changes?: InputMaybe<Array<ProductSelectionChangeInput>>;
|
|
@@ -1518,6 +1550,7 @@ export type TQuery_ProductSelectionArgs = {
|
|
|
1518
1550
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1519
1551
|
type?: InputMaybe<Type>;
|
|
1520
1552
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1553
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1521
1554
|
};
|
|
1522
1555
|
export type TQuery_ProductSelectionsArgs = {
|
|
1523
1556
|
changes?: InputMaybe<Array<ProductSelectionChangeInput>>;
|
|
@@ -1532,6 +1565,7 @@ export type TQuery_ProductSelectionsArgs = {
|
|
|
1532
1565
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1533
1566
|
type?: InputMaybe<Type>;
|
|
1534
1567
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1568
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1535
1569
|
};
|
|
1536
1570
|
export type TQuery_ProductTypeArgs = {
|
|
1537
1571
|
changes?: InputMaybe<Array<ProductTypeChangeInput>>;
|
|
@@ -1546,6 +1580,7 @@ export type TQuery_ProductTypeArgs = {
|
|
|
1546
1580
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1547
1581
|
type?: InputMaybe<Type>;
|
|
1548
1582
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1583
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1549
1584
|
};
|
|
1550
1585
|
export type TQuery_ProductTypesArgs = {
|
|
1551
1586
|
changes?: InputMaybe<Array<ProductTypeChangeInput>>;
|
|
@@ -1559,6 +1594,7 @@ export type TQuery_ProductTypesArgs = {
|
|
|
1559
1594
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1560
1595
|
type?: InputMaybe<Type>;
|
|
1561
1596
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1597
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1562
1598
|
};
|
|
1563
1599
|
export type TQuery_ProductsArgs = {
|
|
1564
1600
|
changes?: InputMaybe<Array<ProductChangeInput>>;
|
|
@@ -1574,6 +1610,7 @@ export type TQuery_ProductsArgs = {
|
|
|
1574
1610
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1575
1611
|
type?: InputMaybe<Type>;
|
|
1576
1612
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1613
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1577
1614
|
};
|
|
1578
1615
|
export type TQuery_QuoteArgs = {
|
|
1579
1616
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1590,6 +1627,7 @@ export type TQuery_QuoteArgs = {
|
|
|
1590
1627
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1591
1628
|
type?: InputMaybe<Type>;
|
|
1592
1629
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1630
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1593
1631
|
};
|
|
1594
1632
|
export type TQuery_QuoteRequestArgs = {
|
|
1595
1633
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1606,6 +1644,7 @@ export type TQuery_QuoteRequestArgs = {
|
|
|
1606
1644
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1607
1645
|
type?: InputMaybe<Type>;
|
|
1608
1646
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1647
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1609
1648
|
};
|
|
1610
1649
|
export type TQuery_QuoteRequestsArgs = {
|
|
1611
1650
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1621,6 +1660,7 @@ export type TQuery_QuoteRequestsArgs = {
|
|
|
1621
1660
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1622
1661
|
type?: InputMaybe<Type>;
|
|
1623
1662
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1663
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1624
1664
|
};
|
|
1625
1665
|
export type TQuery_QuotesArgs = {
|
|
1626
1666
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1636,6 +1676,7 @@ export type TQuery_QuotesArgs = {
|
|
|
1636
1676
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1637
1677
|
type?: InputMaybe<Type>;
|
|
1638
1678
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1679
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1639
1680
|
};
|
|
1640
1681
|
export type TQuery_ReviewArgs = {
|
|
1641
1682
|
changes?: InputMaybe<Array<ReviewChangeInput>>;
|
|
@@ -1651,6 +1692,7 @@ export type TQuery_ReviewArgs = {
|
|
|
1651
1692
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1652
1693
|
type?: InputMaybe<Type>;
|
|
1653
1694
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1695
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1654
1696
|
};
|
|
1655
1697
|
export type TQuery_ReviewsArgs = {
|
|
1656
1698
|
changes?: InputMaybe<Array<ReviewChangeInput>>;
|
|
@@ -1665,6 +1707,7 @@ export type TQuery_ReviewsArgs = {
|
|
|
1665
1707
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1666
1708
|
type?: InputMaybe<Type>;
|
|
1667
1709
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1710
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1668
1711
|
};
|
|
1669
1712
|
export type TQuery_ShippingMethodArgs = {
|
|
1670
1713
|
changes?: InputMaybe<Array<ShippingMethodChangeInput>>;
|
|
@@ -1679,6 +1722,7 @@ export type TQuery_ShippingMethodArgs = {
|
|
|
1679
1722
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1680
1723
|
type?: InputMaybe<Type>;
|
|
1681
1724
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1725
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1682
1726
|
};
|
|
1683
1727
|
export type TQuery_ShippingMethodsArgs = {
|
|
1684
1728
|
changes?: InputMaybe<Array<ShippingMethodChangeInput>>;
|
|
@@ -1692,6 +1736,7 @@ export type TQuery_ShippingMethodsArgs = {
|
|
|
1692
1736
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1693
1737
|
type?: InputMaybe<Type>;
|
|
1694
1738
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1739
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1695
1740
|
};
|
|
1696
1741
|
export type TQuery_ShoppingListArgs = {
|
|
1697
1742
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1709,6 +1754,7 @@ export type TQuery_ShoppingListArgs = {
|
|
|
1709
1754
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1710
1755
|
type?: InputMaybe<Type>;
|
|
1711
1756
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1757
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1712
1758
|
};
|
|
1713
1759
|
export type TQuery_ShoppingListsArgs = {
|
|
1714
1760
|
associateId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1725,6 +1771,7 @@ export type TQuery_ShoppingListsArgs = {
|
|
|
1725
1771
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1726
1772
|
type?: InputMaybe<Type>;
|
|
1727
1773
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1774
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1728
1775
|
};
|
|
1729
1776
|
export type TQuery_StagedQuoteArgs = {
|
|
1730
1777
|
changes?: InputMaybe<Array<StagedQuoteChangeInput>>;
|
|
@@ -1739,6 +1786,7 @@ export type TQuery_StagedQuoteArgs = {
|
|
|
1739
1786
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1740
1787
|
type?: InputMaybe<Type>;
|
|
1741
1788
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1789
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1742
1790
|
};
|
|
1743
1791
|
export type TQuery_StagedQuotesArgs = {
|
|
1744
1792
|
changes?: InputMaybe<Array<StagedQuoteChangeInput>>;
|
|
@@ -1752,6 +1800,7 @@ export type TQuery_StagedQuotesArgs = {
|
|
|
1752
1800
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1753
1801
|
type?: InputMaybe<Type>;
|
|
1754
1802
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1803
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1755
1804
|
};
|
|
1756
1805
|
export type TQuery_StandalonePriceArgs = {
|
|
1757
1806
|
changes?: InputMaybe<Array<StandalonePriceChangeInput>>;
|
|
@@ -1766,6 +1815,7 @@ export type TQuery_StandalonePriceArgs = {
|
|
|
1766
1815
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1767
1816
|
type?: InputMaybe<Type>;
|
|
1768
1817
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1818
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1769
1819
|
};
|
|
1770
1820
|
export type TQuery_StandalonePricesArgs = {
|
|
1771
1821
|
changes?: InputMaybe<Array<StandalonePriceChangeInput>>;
|
|
@@ -1779,6 +1829,7 @@ export type TQuery_StandalonePricesArgs = {
|
|
|
1779
1829
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1780
1830
|
type?: InputMaybe<Type>;
|
|
1781
1831
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1832
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1782
1833
|
};
|
|
1783
1834
|
export type TQuery_StateArgs = {
|
|
1784
1835
|
changes?: InputMaybe<Array<StateChangeInput>>;
|
|
@@ -1793,6 +1844,7 @@ export type TQuery_StateArgs = {
|
|
|
1793
1844
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1794
1845
|
type?: InputMaybe<Type>;
|
|
1795
1846
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1847
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1796
1848
|
};
|
|
1797
1849
|
export type TQuery_StatesArgs = {
|
|
1798
1850
|
changes?: InputMaybe<Array<StateChangeInput>>;
|
|
@@ -1807,6 +1859,7 @@ export type TQuery_StatesArgs = {
|
|
|
1807
1859
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1808
1860
|
type?: InputMaybe<Type>;
|
|
1809
1861
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1862
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1810
1863
|
};
|
|
1811
1864
|
export type TQuery_StoreArgs = {
|
|
1812
1865
|
changes?: InputMaybe<Array<StoreChangeInput>>;
|
|
@@ -1821,6 +1874,7 @@ export type TQuery_StoreArgs = {
|
|
|
1821
1874
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1822
1875
|
type?: InputMaybe<Type>;
|
|
1823
1876
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1877
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1824
1878
|
};
|
|
1825
1879
|
export type TQuery_StoresArgs = {
|
|
1826
1880
|
changes?: InputMaybe<Array<StoreChangeInput>>;
|
|
@@ -1835,6 +1889,7 @@ export type TQuery_StoresArgs = {
|
|
|
1835
1889
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1836
1890
|
type?: InputMaybe<Type>;
|
|
1837
1891
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1892
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1838
1893
|
};
|
|
1839
1894
|
export type TQuery_TaxCategoriesArgs = {
|
|
1840
1895
|
changes?: InputMaybe<Array<TaxCategoryChangeInput>>;
|
|
@@ -1848,6 +1903,7 @@ export type TQuery_TaxCategoriesArgs = {
|
|
|
1848
1903
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1849
1904
|
type?: InputMaybe<Type>;
|
|
1850
1905
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1906
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1851
1907
|
};
|
|
1852
1908
|
export type TQuery_TaxCategoryArgs = {
|
|
1853
1909
|
changes?: InputMaybe<Array<TaxCategoryChangeInput>>;
|
|
@@ -1862,6 +1918,7 @@ export type TQuery_TaxCategoryArgs = {
|
|
|
1862
1918
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1863
1919
|
type?: InputMaybe<Type>;
|
|
1864
1920
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1921
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1865
1922
|
};
|
|
1866
1923
|
export type TQuery_TypeArgs = {
|
|
1867
1924
|
changes?: InputMaybe<Array<TypeChangeInput>>;
|
|
@@ -1876,6 +1933,7 @@ export type TQuery_TypeArgs = {
|
|
|
1876
1933
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1877
1934
|
type?: InputMaybe<Type>;
|
|
1878
1935
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1936
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1879
1937
|
};
|
|
1880
1938
|
export type TQuery_TypesArgs = {
|
|
1881
1939
|
changes?: InputMaybe<Array<TypeChangeInput>>;
|
|
@@ -1890,6 +1948,7 @@ export type TQuery_TypesArgs = {
|
|
|
1890
1948
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1891
1949
|
type?: InputMaybe<Type>;
|
|
1892
1950
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1951
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1893
1952
|
};
|
|
1894
1953
|
export type TQuery_ZoneArgs = {
|
|
1895
1954
|
changes?: InputMaybe<Array<ZoneChangeInput>>;
|
|
@@ -1904,6 +1963,7 @@ export type TQuery_ZoneArgs = {
|
|
|
1904
1963
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1905
1964
|
type?: InputMaybe<Type>;
|
|
1906
1965
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1966
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1907
1967
|
};
|
|
1908
1968
|
export type TQuery_ZonesArgs = {
|
|
1909
1969
|
changes?: InputMaybe<Array<ZoneChangeInput>>;
|
|
@@ -1917,6 +1977,7 @@ export type TQuery_ZonesArgs = {
|
|
|
1917
1977
|
stores?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1918
1978
|
type?: InputMaybe<Type>;
|
|
1919
1979
|
userId?: InputMaybe<Scalars['String']['input']>;
|
|
1980
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1920
1981
|
};
|
|
1921
1982
|
export type TQuoteChange = TChange & {
|
|
1922
1983
|
__typename?: 'QuoteChange';
|
|
@@ -2268,6 +2329,8 @@ export declare enum ResourceChangeInput {
|
|
|
2268
2329
|
SetPurchaseOrderNumber = "setPurchaseOrderNumber",
|
|
2269
2330
|
SetRating = "setRating",
|
|
2270
2331
|
SetReferences = "setReferences",
|
|
2332
|
+
SetReorderPoint = "setReorderPoint",
|
|
2333
|
+
SetReservationExpirationInMinutes = "setReservationExpirationInMinutes",
|
|
2271
2334
|
SetReservations = "setReservations",
|
|
2272
2335
|
SetRestockableInDays = "setRestockableInDays",
|
|
2273
2336
|
SetReturnCustomItemCustomField = "setReturnCustomItemCustomField",
|
|
@@ -2278,6 +2341,7 @@ export declare enum ResourceChangeInput {
|
|
|
2278
2341
|
SetReturnPaymentState = "setReturnPaymentState",
|
|
2279
2342
|
SetReturnShipmentState = "setReturnShipmentState",
|
|
2280
2343
|
SetRoles = "setRoles",
|
|
2344
|
+
SetSafetyStock = "setSafetyStock",
|
|
2281
2345
|
SetSalutation = "setSalutation",
|
|
2282
2346
|
SetSearchKeywords = "setSearchKeywords",
|
|
2283
2347
|
SetSellerComment = "setSellerComment",
|
|
@@ -2314,6 +2378,7 @@ export declare enum ResourceChangeInput {
|
|
|
2314
2378
|
SetTitle = "setTitle",
|
|
2315
2379
|
SetTransactionCustomField = "setTransactionCustomField",
|
|
2316
2380
|
SetTransactionCustomType = "setTransactionCustomType",
|
|
2381
|
+
SetTransactionInterfaceId = "setTransactionInterfaceId",
|
|
2317
2382
|
SetTransitions = "setTransitions",
|
|
2318
2383
|
SetUnitType = "setUnitType",
|
|
2319
2384
|
SetValidFrom = "setValidFrom",
|
|
@@ -2403,11 +2468,13 @@ export type TReviewLabel = {
|
|
|
2403
2468
|
};
|
|
2404
2469
|
export type TShippingMethodChange = TChange & {
|
|
2405
2470
|
__typename?: 'ShippingMethodChange';
|
|
2471
|
+
addedItems?: Maybe<Array<Maybe<Scalars['Item']['output']>>>;
|
|
2406
2472
|
change: Scalars['String']['output'];
|
|
2407
2473
|
customTypeId?: Maybe<Scalars['String']['output']>;
|
|
2408
2474
|
name?: Maybe<Scalars['String']['output']>;
|
|
2409
2475
|
nextValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2410
2476
|
previousValue?: Maybe<Scalars['ChangeValue']['output']>;
|
|
2477
|
+
removedItems?: Maybe<Array<Maybe<Scalars['Item']['output']>>>;
|
|
2411
2478
|
zone?: Maybe<TResourceIdentifier>;
|
|
2412
2479
|
};
|
|
2413
2480
|
export declare enum ShippingMethodChangeInput {
|
|
@@ -2424,7 +2491,8 @@ export declare enum ShippingMethodChangeInput {
|
|
|
2424
2491
|
SetKey = "setKey",
|
|
2425
2492
|
SetLocalizedDescription = "setLocalizedDescription",
|
|
2426
2493
|
SetLocalizedName = "setLocalizedName",
|
|
2427
|
-
SetPredicate = "setPredicate"
|
|
2494
|
+
SetPredicate = "setPredicate",
|
|
2495
|
+
SetStores = "setStores"
|
|
2428
2496
|
}
|
|
2429
2497
|
export type TShippingMethodLabel = {
|
|
2430
2498
|
__typename?: 'ShippingMethodLabel';
|
|
@@ -2638,6 +2706,7 @@ export type TTransaction = {
|
|
|
2638
2706
|
__typename?: 'Transaction';
|
|
2639
2707
|
id?: Maybe<Scalars['String']['output']>;
|
|
2640
2708
|
interactionId?: Maybe<Scalars['String']['output']>;
|
|
2709
|
+
interfaceId?: Maybe<Scalars['String']['output']>;
|
|
2641
2710
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
2642
2711
|
};
|
|
2643
2712
|
export declare enum Type {
|
|
@@ -2890,6 +2959,7 @@ export type TFetchChangeHistoryQueryVariables = Exact<{
|
|
|
2890
2959
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
2891
2960
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
2892
2961
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2962
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2893
2963
|
excludePlatformInitiatedChanges?: InputMaybe<Array<ExcludePlatformInitiatedChangesInput> | ExcludePlatformInitiatedChangesInput>;
|
|
2894
2964
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
2895
2965
|
businessUnit?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3493,6 +3563,7 @@ export type TFetchAssociateRoleChangeHistoryQueryVariables = Exact<{
|
|
|
3493
3563
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
3494
3564
|
changes?: InputMaybe<Array<AssociateRoleChangeInput> | AssociateRoleChangeInput>;
|
|
3495
3565
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3566
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3496
3567
|
}>;
|
|
3497
3568
|
export type TFetchAssociateRoleChangeHistoryQuery = {
|
|
3498
3569
|
__typename?: 'Query';
|
|
@@ -3820,6 +3891,7 @@ export type TFetchBusinessUnitChangeHistoryQueryVariables = Exact<{
|
|
|
3820
3891
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
3821
3892
|
changes?: InputMaybe<Array<BusinessUnitChangeInput> | BusinessUnitChangeInput>;
|
|
3822
3893
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3894
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3823
3895
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
3824
3896
|
}>;
|
|
3825
3897
|
export type TFetchBusinessUnitChangeHistoryQuery = {
|
|
@@ -4260,6 +4332,7 @@ export type TFetchCategoryChangeHistoryQueryVariables = Exact<{
|
|
|
4260
4332
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
4261
4333
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
4262
4334
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4335
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4263
4336
|
}>;
|
|
4264
4337
|
export type TFetchCategoryChangeHistoryQuery = {
|
|
4265
4338
|
__typename?: 'Query';
|
|
@@ -4700,6 +4773,7 @@ export type TFetchChannelChangeHistoryQueryVariables = Exact<{
|
|
|
4700
4773
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
4701
4774
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
4702
4775
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4776
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4703
4777
|
}>;
|
|
4704
4778
|
export type TFetchChannelChangeHistoryQuery = {
|
|
4705
4779
|
__typename?: 'Query';
|
|
@@ -5033,6 +5107,7 @@ export type TFetchCustomerChangeHistoryQueryVariables = Exact<{
|
|
|
5033
5107
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5034
5108
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
5035
5109
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5110
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5036
5111
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
5037
5112
|
}>;
|
|
5038
5113
|
export type TFetchCustomerChangeHistoryQuery = {
|
|
@@ -5474,6 +5549,7 @@ export type TFetchCustomerGroupChangeHistoryQueryVariables = Exact<{
|
|
|
5474
5549
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5475
5550
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
5476
5551
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5552
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5477
5553
|
}>;
|
|
5478
5554
|
export type TFetchCustomerGroupChangeHistoryQuery = {
|
|
5479
5555
|
__typename?: 'Query';
|
|
@@ -5906,6 +5982,7 @@ export type TFetchCartDiscountChangeHistoryQueryVariables = Exact<{
|
|
|
5906
5982
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
5907
5983
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
5908
5984
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5985
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5909
5986
|
}>;
|
|
5910
5987
|
export type TFetchCartDiscountChangeHistoryQuery = {
|
|
5911
5988
|
__typename?: 'Query';
|
|
@@ -6339,6 +6416,7 @@ export type TFetchDiscountCodeChangeHistoryQueryVariables = Exact<{
|
|
|
6339
6416
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
6340
6417
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
6341
6418
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6419
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6342
6420
|
excludePlatformInitiatedChanges?: InputMaybe<Array<DiscountCodeInternalChangesInput> | DiscountCodeInternalChangesInput>;
|
|
6343
6421
|
}>;
|
|
6344
6422
|
export type TFetchDiscountCodeChangeHistoryQuery = {
|
|
@@ -6772,6 +6850,7 @@ export type TFetchProductDiscountChangeHistoryQueryVariables = Exact<{
|
|
|
6772
6850
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
6773
6851
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
6774
6852
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6853
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6775
6854
|
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductDiscountInternalChangesInput> | ProductDiscountInternalChangesInput>;
|
|
6776
6855
|
}>;
|
|
6777
6856
|
export type TFetchProductDiscountChangeHistoryQuery = {
|
|
@@ -7105,6 +7184,7 @@ export type TFetchOrderChangeHistoryQueryVariables = Exact<{
|
|
|
7105
7184
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7106
7185
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
7107
7186
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7187
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7108
7188
|
stores?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
7109
7189
|
}>;
|
|
7110
7190
|
export type TFetchOrderChangeHistoryQuery = {
|
|
@@ -7555,6 +7635,7 @@ export type TFetchProductSelectionChangeHistoryQueryVariables = Exact<{
|
|
|
7555
7635
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7556
7636
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
7557
7637
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7638
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7558
7639
|
}>;
|
|
7559
7640
|
export type TFetchProductSelectionChangeHistoryQuery = {
|
|
7560
7641
|
__typename?: 'Query';
|
|
@@ -7986,6 +8067,7 @@ export type TFetchProductTypeChangeHistoryQueryVariables = Exact<{
|
|
|
7986
8067
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
7987
8068
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
7988
8069
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8070
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7989
8071
|
}>;
|
|
7990
8072
|
export type TFetchProductTypeChangeHistoryQuery = {
|
|
7991
8073
|
__typename?: 'Query';
|
|
@@ -8328,6 +8410,7 @@ export type TFetchProductChangeHistoryQueryVariables = Exact<{
|
|
|
8328
8410
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8329
8411
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
8330
8412
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8413
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8331
8414
|
excludePlatformInitiatedChanges?: InputMaybe<Array<ProductInternalChangesInput> | ProductInternalChangesInput>;
|
|
8332
8415
|
}>;
|
|
8333
8416
|
export type TFetchProductChangeHistoryQuery = {
|
|
@@ -8785,6 +8868,7 @@ export type TFetchQuoteRequestChangeHistoryQueryVariables = Exact<{
|
|
|
8785
8868
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
8786
8869
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
8787
8870
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8871
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8788
8872
|
}>;
|
|
8789
8873
|
export type TFetchQuoteRequestChangeHistoryQuery = {
|
|
8790
8874
|
__typename?: 'Query';
|
|
@@ -9227,6 +9311,7 @@ export type TFetchQuoteChangeHistoryQueryVariables = Exact<{
|
|
|
9227
9311
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
9228
9312
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
9229
9313
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9314
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9230
9315
|
}>;
|
|
9231
9316
|
export type TFetchQuoteChangeHistoryQuery = {
|
|
9232
9317
|
__typename?: 'Query';
|
|
@@ -9687,6 +9772,7 @@ export type TFetchStagedQuoteChangeHistoryQueryVariables = Exact<{
|
|
|
9687
9772
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
9688
9773
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
9689
9774
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9775
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9690
9776
|
}>;
|
|
9691
9777
|
export type TFetchStagedQuoteChangeHistoryQuery = {
|
|
9692
9778
|
__typename?: 'Query';
|
|
@@ -10031,6 +10117,7 @@ export type TFetchShippingMethodChangeHistoryQueryVariables = Exact<{
|
|
|
10031
10117
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
10032
10118
|
changes?: InputMaybe<Array<ShippingMethodChangeInput> | ShippingMethodChangeInput>;
|
|
10033
10119
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10120
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10034
10121
|
}>;
|
|
10035
10122
|
export type TFetchShippingMethodChangeHistoryQuery = {
|
|
10036
10123
|
__typename?: 'Query';
|
|
@@ -10341,6 +10428,334 @@ export type TFetchShippingMethodChangeHistoryQuery = {
|
|
|
10341
10428
|
}>;
|
|
10342
10429
|
};
|
|
10343
10430
|
};
|
|
10431
|
+
export type TStandalonePriceResourceLabelDetailsFragment = {
|
|
10432
|
+
__typename?: 'StandalonePriceLabel';
|
|
10433
|
+
key?: string | null;
|
|
10434
|
+
sku: string;
|
|
10435
|
+
};
|
|
10436
|
+
export type TFetchStandalonePriceChangeHistoryQueryVariables = Exact<{
|
|
10437
|
+
resourceId: Scalars['String']['input'];
|
|
10438
|
+
date?: InputMaybe<TDateRange>;
|
|
10439
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10440
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10441
|
+
source?: InputMaybe<Source>;
|
|
10442
|
+
type?: InputMaybe<Type>;
|
|
10443
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
10444
|
+
userId?: InputMaybe<Scalars['String']['input']>;
|
|
10445
|
+
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
10446
|
+
changes?: InputMaybe<Array<StandalonePriceChangeInput> | StandalonePriceChangeInput>;
|
|
10447
|
+
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10448
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10449
|
+
}>;
|
|
10450
|
+
export type TFetchStandalonePriceChangeHistoryQuery = {
|
|
10451
|
+
__typename?: 'Query';
|
|
10452
|
+
changeHistory: {
|
|
10453
|
+
__typename?: 'ChangeHistoryQueryResults';
|
|
10454
|
+
total?: number | null;
|
|
10455
|
+
results: Array<{
|
|
10456
|
+
__typename?: 'ChangeHistory';
|
|
10457
|
+
version: number;
|
|
10458
|
+
previousVersion: number;
|
|
10459
|
+
modifiedAt: string;
|
|
10460
|
+
type: ChangeType;
|
|
10461
|
+
withoutChanges?: boolean | null;
|
|
10462
|
+
modifiedBy: {
|
|
10463
|
+
__typename?: 'Initiator';
|
|
10464
|
+
isPlatformClient: boolean;
|
|
10465
|
+
id?: string | null;
|
|
10466
|
+
type: ModifiedByType;
|
|
10467
|
+
anonymousId?: string | null;
|
|
10468
|
+
clientId?: string | null;
|
|
10469
|
+
customer?: {
|
|
10470
|
+
__typename?: 'Reference';
|
|
10471
|
+
id: string;
|
|
10472
|
+
typeId: string;
|
|
10473
|
+
} | null;
|
|
10474
|
+
};
|
|
10475
|
+
resource: {
|
|
10476
|
+
__typename?: 'ResourceIdentifier';
|
|
10477
|
+
id?: string | null;
|
|
10478
|
+
typeId: string;
|
|
10479
|
+
};
|
|
10480
|
+
label: {
|
|
10481
|
+
__typename?: 'AssociateRoleLabel';
|
|
10482
|
+
} | {
|
|
10483
|
+
__typename?: 'BusinessUnitLabel';
|
|
10484
|
+
} | {
|
|
10485
|
+
__typename?: 'CartDiscountLabel';
|
|
10486
|
+
} | {
|
|
10487
|
+
__typename?: 'CategoryLabel';
|
|
10488
|
+
} | {
|
|
10489
|
+
__typename?: 'ChannelLabel';
|
|
10490
|
+
} | {
|
|
10491
|
+
__typename?: 'CommonLabel';
|
|
10492
|
+
} | {
|
|
10493
|
+
__typename?: 'CustomObjectLabel';
|
|
10494
|
+
} | {
|
|
10495
|
+
__typename?: 'CustomerGroupLabel';
|
|
10496
|
+
} | {
|
|
10497
|
+
__typename?: 'CustomerLabel';
|
|
10498
|
+
} | {
|
|
10499
|
+
__typename?: 'DiscountCodeLabel';
|
|
10500
|
+
} | {
|
|
10501
|
+
__typename?: 'InventoryEntryLabel';
|
|
10502
|
+
} | {
|
|
10503
|
+
__typename?: 'LocalizedCommonLabel';
|
|
10504
|
+
} | {
|
|
10505
|
+
__typename?: 'LocalizedString';
|
|
10506
|
+
} | {
|
|
10507
|
+
__typename?: 'OrderLabel';
|
|
10508
|
+
} | {
|
|
10509
|
+
__typename?: 'PaymentLabel';
|
|
10510
|
+
} | {
|
|
10511
|
+
__typename?: 'ProductDiscountLabel';
|
|
10512
|
+
} | {
|
|
10513
|
+
__typename?: 'ProductLabel';
|
|
10514
|
+
} | {
|
|
10515
|
+
__typename?: 'ProductSelectionLabel';
|
|
10516
|
+
} | {
|
|
10517
|
+
__typename?: 'ProductTypeLabel';
|
|
10518
|
+
} | {
|
|
10519
|
+
__typename?: 'QuoteLabel';
|
|
10520
|
+
} | {
|
|
10521
|
+
__typename?: 'QuoteRequestLabel';
|
|
10522
|
+
} | {
|
|
10523
|
+
__typename?: 'ReviewLabel';
|
|
10524
|
+
} | {
|
|
10525
|
+
__typename?: 'ShippingMethodLabel';
|
|
10526
|
+
} | {
|
|
10527
|
+
__typename?: 'ShoppingListLabel';
|
|
10528
|
+
} | {
|
|
10529
|
+
__typename?: 'StagedQuoteLabel';
|
|
10530
|
+
} | {
|
|
10531
|
+
__typename?: 'StandalonePriceLabel';
|
|
10532
|
+
key?: string | null;
|
|
10533
|
+
sku: string;
|
|
10534
|
+
} | {
|
|
10535
|
+
__typename?: 'StateLabel';
|
|
10536
|
+
} | {
|
|
10537
|
+
__typename?: 'StoreLabel';
|
|
10538
|
+
} | {
|
|
10539
|
+
__typename?: 'StringLabel';
|
|
10540
|
+
} | {
|
|
10541
|
+
__typename?: 'TaxCategoryLabel';
|
|
10542
|
+
} | {
|
|
10543
|
+
__typename?: 'TypeLabel';
|
|
10544
|
+
} | {
|
|
10545
|
+
__typename?: 'ZoneLabel';
|
|
10546
|
+
};
|
|
10547
|
+
previousLabel: {
|
|
10548
|
+
__typename?: 'AssociateRoleLabel';
|
|
10549
|
+
} | {
|
|
10550
|
+
__typename?: 'BusinessUnitLabel';
|
|
10551
|
+
} | {
|
|
10552
|
+
__typename?: 'CartDiscountLabel';
|
|
10553
|
+
} | {
|
|
10554
|
+
__typename?: 'CategoryLabel';
|
|
10555
|
+
} | {
|
|
10556
|
+
__typename?: 'ChannelLabel';
|
|
10557
|
+
} | {
|
|
10558
|
+
__typename?: 'CommonLabel';
|
|
10559
|
+
} | {
|
|
10560
|
+
__typename?: 'CustomObjectLabel';
|
|
10561
|
+
} | {
|
|
10562
|
+
__typename?: 'CustomerGroupLabel';
|
|
10563
|
+
} | {
|
|
10564
|
+
__typename?: 'CustomerLabel';
|
|
10565
|
+
} | {
|
|
10566
|
+
__typename?: 'DiscountCodeLabel';
|
|
10567
|
+
} | {
|
|
10568
|
+
__typename?: 'InventoryEntryLabel';
|
|
10569
|
+
} | {
|
|
10570
|
+
__typename?: 'LocalizedCommonLabel';
|
|
10571
|
+
} | {
|
|
10572
|
+
__typename?: 'LocalizedString';
|
|
10573
|
+
} | {
|
|
10574
|
+
__typename?: 'OrderLabel';
|
|
10575
|
+
} | {
|
|
10576
|
+
__typename?: 'PaymentLabel';
|
|
10577
|
+
} | {
|
|
10578
|
+
__typename?: 'ProductDiscountLabel';
|
|
10579
|
+
} | {
|
|
10580
|
+
__typename?: 'ProductLabel';
|
|
10581
|
+
} | {
|
|
10582
|
+
__typename?: 'ProductSelectionLabel';
|
|
10583
|
+
} | {
|
|
10584
|
+
__typename?: 'ProductTypeLabel';
|
|
10585
|
+
} | {
|
|
10586
|
+
__typename?: 'QuoteLabel';
|
|
10587
|
+
} | {
|
|
10588
|
+
__typename?: 'QuoteRequestLabel';
|
|
10589
|
+
} | {
|
|
10590
|
+
__typename?: 'ReviewLabel';
|
|
10591
|
+
} | {
|
|
10592
|
+
__typename?: 'ShippingMethodLabel';
|
|
10593
|
+
} | {
|
|
10594
|
+
__typename?: 'ShoppingListLabel';
|
|
10595
|
+
} | {
|
|
10596
|
+
__typename?: 'StagedQuoteLabel';
|
|
10597
|
+
} | {
|
|
10598
|
+
__typename?: 'StandalonePriceLabel';
|
|
10599
|
+
key?: string | null;
|
|
10600
|
+
sku: string;
|
|
10601
|
+
} | {
|
|
10602
|
+
__typename?: 'StateLabel';
|
|
10603
|
+
} | {
|
|
10604
|
+
__typename?: 'StoreLabel';
|
|
10605
|
+
} | {
|
|
10606
|
+
__typename?: 'StringLabel';
|
|
10607
|
+
} | {
|
|
10608
|
+
__typename?: 'TaxCategoryLabel';
|
|
10609
|
+
} | {
|
|
10610
|
+
__typename?: 'TypeLabel';
|
|
10611
|
+
} | {
|
|
10612
|
+
__typename?: 'ZoneLabel';
|
|
10613
|
+
};
|
|
10614
|
+
changes: Array<{
|
|
10615
|
+
__typename?: 'AssociateRoleChange';
|
|
10616
|
+
change: string;
|
|
10617
|
+
nextValue?: any | null;
|
|
10618
|
+
previousValue?: any | null;
|
|
10619
|
+
} | {
|
|
10620
|
+
__typename?: 'BusinessUnitChange';
|
|
10621
|
+
change: string;
|
|
10622
|
+
nextValue?: any | null;
|
|
10623
|
+
previousValue?: any | null;
|
|
10624
|
+
} | {
|
|
10625
|
+
__typename?: 'CartDiscountChange';
|
|
10626
|
+
change: string;
|
|
10627
|
+
nextValue?: any | null;
|
|
10628
|
+
previousValue?: any | null;
|
|
10629
|
+
} | {
|
|
10630
|
+
__typename?: 'CategoryChange';
|
|
10631
|
+
change: string;
|
|
10632
|
+
nextValue?: any | null;
|
|
10633
|
+
previousValue?: any | null;
|
|
10634
|
+
} | {
|
|
10635
|
+
__typename?: 'ChannelChange';
|
|
10636
|
+
change: string;
|
|
10637
|
+
nextValue?: any | null;
|
|
10638
|
+
previousValue?: any | null;
|
|
10639
|
+
} | {
|
|
10640
|
+
__typename?: 'CustomObjectChange';
|
|
10641
|
+
change: string;
|
|
10642
|
+
nextValue?: any | null;
|
|
10643
|
+
previousValue?: any | null;
|
|
10644
|
+
} | {
|
|
10645
|
+
__typename?: 'CustomerChange';
|
|
10646
|
+
change: string;
|
|
10647
|
+
nextValue?: any | null;
|
|
10648
|
+
previousValue?: any | null;
|
|
10649
|
+
} | {
|
|
10650
|
+
__typename?: 'CustomerGroupChange';
|
|
10651
|
+
change: string;
|
|
10652
|
+
nextValue?: any | null;
|
|
10653
|
+
previousValue?: any | null;
|
|
10654
|
+
} | {
|
|
10655
|
+
__typename?: 'DiscountCodeChange';
|
|
10656
|
+
change: string;
|
|
10657
|
+
nextValue?: any | null;
|
|
10658
|
+
previousValue?: any | null;
|
|
10659
|
+
} | {
|
|
10660
|
+
__typename?: 'InventoryEntryChange';
|
|
10661
|
+
change: string;
|
|
10662
|
+
nextValue?: any | null;
|
|
10663
|
+
previousValue?: any | null;
|
|
10664
|
+
} | {
|
|
10665
|
+
__typename?: 'OrderChange';
|
|
10666
|
+
change: string;
|
|
10667
|
+
nextValue?: any | null;
|
|
10668
|
+
previousValue?: any | null;
|
|
10669
|
+
} | {
|
|
10670
|
+
__typename?: 'PaymentChange';
|
|
10671
|
+
change: string;
|
|
10672
|
+
nextValue?: any | null;
|
|
10673
|
+
previousValue?: any | null;
|
|
10674
|
+
} | {
|
|
10675
|
+
__typename?: 'ProductChange';
|
|
10676
|
+
change: string;
|
|
10677
|
+
nextValue?: any | null;
|
|
10678
|
+
previousValue?: any | null;
|
|
10679
|
+
} | {
|
|
10680
|
+
__typename?: 'ProductDiscountChange';
|
|
10681
|
+
change: string;
|
|
10682
|
+
nextValue?: any | null;
|
|
10683
|
+
previousValue?: any | null;
|
|
10684
|
+
} | {
|
|
10685
|
+
__typename?: 'ProductSelectionChange';
|
|
10686
|
+
change: string;
|
|
10687
|
+
nextValue?: any | null;
|
|
10688
|
+
previousValue?: any | null;
|
|
10689
|
+
} | {
|
|
10690
|
+
__typename?: 'ProductTypeChange';
|
|
10691
|
+
change: string;
|
|
10692
|
+
nextValue?: any | null;
|
|
10693
|
+
previousValue?: any | null;
|
|
10694
|
+
} | {
|
|
10695
|
+
__typename?: 'QuoteChange';
|
|
10696
|
+
change: string;
|
|
10697
|
+
nextValue?: any | null;
|
|
10698
|
+
previousValue?: any | null;
|
|
10699
|
+
} | {
|
|
10700
|
+
__typename?: 'QuoteRequestChange';
|
|
10701
|
+
change: string;
|
|
10702
|
+
nextValue?: any | null;
|
|
10703
|
+
previousValue?: any | null;
|
|
10704
|
+
} | {
|
|
10705
|
+
__typename?: 'ReviewChange';
|
|
10706
|
+
change: string;
|
|
10707
|
+
nextValue?: any | null;
|
|
10708
|
+
previousValue?: any | null;
|
|
10709
|
+
} | {
|
|
10710
|
+
__typename?: 'ShippingMethodChange';
|
|
10711
|
+
change: string;
|
|
10712
|
+
nextValue?: any | null;
|
|
10713
|
+
previousValue?: any | null;
|
|
10714
|
+
} | {
|
|
10715
|
+
__typename?: 'ShoppingListChange';
|
|
10716
|
+
change: string;
|
|
10717
|
+
nextValue?: any | null;
|
|
10718
|
+
previousValue?: any | null;
|
|
10719
|
+
} | {
|
|
10720
|
+
__typename?: 'StagedQuoteChange';
|
|
10721
|
+
change: string;
|
|
10722
|
+
nextValue?: any | null;
|
|
10723
|
+
previousValue?: any | null;
|
|
10724
|
+
} | {
|
|
10725
|
+
__typename?: 'StandalonePriceChange';
|
|
10726
|
+
name?: string | null;
|
|
10727
|
+
change: string;
|
|
10728
|
+
nextValue?: any | null;
|
|
10729
|
+
previousValue?: any | null;
|
|
10730
|
+
} | {
|
|
10731
|
+
__typename?: 'StateChange';
|
|
10732
|
+
change: string;
|
|
10733
|
+
nextValue?: any | null;
|
|
10734
|
+
previousValue?: any | null;
|
|
10735
|
+
} | {
|
|
10736
|
+
__typename?: 'StoreChange';
|
|
10737
|
+
change: string;
|
|
10738
|
+
nextValue?: any | null;
|
|
10739
|
+
previousValue?: any | null;
|
|
10740
|
+
} | {
|
|
10741
|
+
__typename?: 'TaxCategoryChange';
|
|
10742
|
+
change: string;
|
|
10743
|
+
nextValue?: any | null;
|
|
10744
|
+
previousValue?: any | null;
|
|
10745
|
+
} | {
|
|
10746
|
+
__typename?: 'TypeChange';
|
|
10747
|
+
change: string;
|
|
10748
|
+
nextValue?: any | null;
|
|
10749
|
+
previousValue?: any | null;
|
|
10750
|
+
} | {
|
|
10751
|
+
__typename?: 'ZoneChange';
|
|
10752
|
+
change: string;
|
|
10753
|
+
nextValue?: any | null;
|
|
10754
|
+
previousValue?: any | null;
|
|
10755
|
+
} | null>;
|
|
10756
|
+
}>;
|
|
10757
|
+
};
|
|
10758
|
+
};
|
|
10344
10759
|
type TStoreResourceLabelDetails_AssociateRoleLabel_Fragment = {
|
|
10345
10760
|
__typename?: 'AssociateRoleLabel';
|
|
10346
10761
|
};
|
|
@@ -10455,6 +10870,7 @@ export type TFetchStoreChangeHistoryQueryVariables = Exact<{
|
|
|
10455
10870
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
10456
10871
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
10457
10872
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10873
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10458
10874
|
}>;
|
|
10459
10875
|
export type TFetchStoreChangeHistoryQuery = {
|
|
10460
10876
|
__typename?: 'Query';
|
|
@@ -10884,6 +11300,7 @@ export type TFetchTaxCategoryChangeHistoryQueryVariables = Exact<{
|
|
|
10884
11300
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
10885
11301
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
10886
11302
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11303
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10887
11304
|
}>;
|
|
10888
11305
|
export type TFetchTaxCategoryChangeHistoryQuery = {
|
|
10889
11306
|
__typename?: 'Query';
|
|
@@ -11309,6 +11726,7 @@ export type TFetchZoneChangeHistoryQueryVariables = Exact<{
|
|
|
11309
11726
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
11310
11727
|
customerId?: InputMaybe<Scalars['String']['input']>;
|
|
11311
11728
|
expand?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11729
|
+
withTotal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11312
11730
|
}>;
|
|
11313
11731
|
export type TFetchZoneChangeHistoryQuery = {
|
|
11314
11732
|
__typename?: 'Query';
|