@commercetools-frontend-extensions/change-history 8.30.0 → 8.31.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 +10244 -10595
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +9545 -9818
- package/dist/commercetools-frontend-extensions-change-history.esm.js +10124 -10477
- package/dist/{de-b245b4c9.cjs.dev.js → de-2d0dac29.cjs.prod.js} +7 -3
- package/dist/{de-72b56e58.esm.js → de-5a7519c6.esm.js} +7 -3
- package/dist/{de-f114d6a4.cjs.prod.js → de-e4cdf8e8.cjs.dev.js} +7 -3
- package/dist/declarations/src/components/change-history/change-history.d.ts +4 -4
- package/dist/declarations/src/components/change-history-link/change-history-link.d.ts +10 -9
- package/dist/declarations/src/constants/constants.d.ts +147 -0
- package/dist/declarations/src/constants/filters.d.ts +44 -0
- package/dist/declarations/src/constants/index.d.ts +5 -0
- package/dist/declarations/src/constants/intervals.d.ts +18 -0
- package/dist/declarations/src/constants/resource-change-input.d.ts +31 -0
- package/dist/declarations/src/i18n/load-i18n.d.ts +8 -0
- package/dist/declarations/src/types/common-types.d.ts +4 -7
- package/dist/declarations/types/src/generated/change-history.d.ts +52 -2
- package/dist/{en-453cd5f9.esm.js → en-435e2878.esm.js} +4 -0
- package/dist/{en-7ace6551.cjs.dev.js → en-d3f15762.cjs.dev.js} +4 -0
- package/dist/{en-e3b6907e.cjs.prod.js → en-f686bae6.cjs.prod.js} +4 -0
- package/dist/{es-e82913af.cjs.prod.js → es-470d7c59.cjs.prod.js} +6 -2
- package/dist/{es-b027454b.esm.js → es-c15fdbfa.esm.js} +6 -2
- package/dist/{es-50e021f2.cjs.dev.js → es-de7e09de.cjs.dev.js} +6 -2
- package/dist/{fr-FR-f0f2dd31.cjs.dev.js → fr-FR-1afefd2c.cjs.prod.js} +6 -2
- package/dist/{fr-FR-a2638177.esm.js → fr-FR-5fe78c89.esm.js} +6 -2
- package/dist/{fr-FR-32b2c489.cjs.prod.js → fr-FR-8909c899.cjs.dev.js} +6 -2
- package/dist/{pt-BR-9a9eeba2.esm.js → pt-BR-c621f022.esm.js} +7 -3
- package/dist/{pt-BR-f170f5c6.cjs.dev.js → pt-BR-cacedef8.cjs.dev.js} +7 -3
- package/dist/{pt-BR-e422e938.cjs.prod.js → pt-BR-cb7d18e7.cjs.prod.js} +7 -3
- package/package.json +22 -23
- package/dist/zh-CN-29aa5f88.cjs.dev.js +0 -3662
- package/dist/zh-CN-316e5511.esm.js +0 -3660
- package/dist/zh-CN-31b7f960.cjs.prod.js +0 -3662
|
@@ -399,6 +399,7 @@ export declare enum DiscountCodeChangeInput {
|
|
|
399
399
|
ChangeCartDiscounts = "changeCartDiscounts",
|
|
400
400
|
ChangeGroups = "changeGroups",
|
|
401
401
|
ChangeIsActive = "changeIsActive",
|
|
402
|
+
SetApplicationVersion = "setApplicationVersion",
|
|
402
403
|
SetCartPredicate = "setCartPredicate",
|
|
403
404
|
SetCustomField = "setCustomField",
|
|
404
405
|
SetCustomType = "setCustomType",
|
|
@@ -446,6 +447,7 @@ export declare enum InventoryEntryChangeInput {
|
|
|
446
447
|
SetCustomField = "setCustomField",
|
|
447
448
|
SetCustomType = "setCustomType",
|
|
448
449
|
SetExpectedDelivery = "setExpectedDelivery",
|
|
450
|
+
SetReservations = "setReservations",
|
|
449
451
|
SetRestockableInDays = "setRestockableInDays",
|
|
450
452
|
SetSupplyChannel = "setSupplyChannel"
|
|
451
453
|
}
|
|
@@ -494,18 +496,22 @@ export type TOrderChange = TChange & {
|
|
|
494
496
|
variant?: Maybe<Scalars['String']['output']>;
|
|
495
497
|
};
|
|
496
498
|
export declare enum OrderChangeInput {
|
|
499
|
+
AddCustomLineItem = "addCustomLineItem",
|
|
497
500
|
AddDelivery = "addDelivery",
|
|
498
501
|
AddDiscountCode = "addDiscountCode",
|
|
499
502
|
AddItemShippingAddress = "addItemShippingAddress",
|
|
500
503
|
AddParcelToDelivery = "addParcelToDelivery",
|
|
501
504
|
AddPayment = "addPayment",
|
|
502
505
|
AddReturnInfo = "addReturnInfo",
|
|
506
|
+
ChangeCustomLineItemQuantity = "changeCustomLineItemQuantity",
|
|
507
|
+
ChangeLineItemQuantity = "changeLineItemQuantity",
|
|
503
508
|
ChangeOrderState = "changeOrderState",
|
|
504
509
|
ChangePaymentState = "changePaymentState",
|
|
505
510
|
ChangeShipmentState = "changeShipmentState",
|
|
506
511
|
ChangeTaxCalculationMode = "changeTaxCalculationMode",
|
|
507
512
|
ChangeTaxMode = "changeTaxMode",
|
|
508
513
|
ChangeTaxRoundingMode = "changeTaxRoundingMode",
|
|
514
|
+
RemoveCustomLineItem = "removeCustomLineItem",
|
|
509
515
|
RemoveDelivery = "removeDelivery",
|
|
510
516
|
RemoveDiscountCode = "removeDiscountCode",
|
|
511
517
|
RemoveItemShippingAddress = "removeItemShippingAddress",
|
|
@@ -516,9 +522,13 @@ export declare enum OrderChangeInput {
|
|
|
516
522
|
SetCustomField = "setCustomField",
|
|
517
523
|
SetCustomLineItemCustomField = "setCustomLineItemCustomField",
|
|
518
524
|
SetCustomLineItemCustomType = "setCustomLineItemCustomType",
|
|
525
|
+
SetCustomLineItemMoney = "setCustomLineItemMoney",
|
|
519
526
|
SetCustomLineItemShippingDetails = "setCustomLineItemShippingDetails",
|
|
520
527
|
SetCustomLineItemTaxAmount = "setCustomLineItemTaxAmount",
|
|
521
528
|
SetCustomLineItemTaxCategory = "setCustomLineItemTaxCategory",
|
|
529
|
+
SetCustomLineItemTaxRate = "setCustomLineItemTaxRate",
|
|
530
|
+
SetCustomLineItemTaxedPrice = "setCustomLineItemTaxedPrice",
|
|
531
|
+
SetCustomLineItemTotalPrice = "setCustomLineItemTotalPrice",
|
|
522
532
|
SetCustomShippingMethod = "setCustomShippingMethod",
|
|
523
533
|
SetCustomType = "setCustomType",
|
|
524
534
|
SetCustomerEmail = "setCustomerEmail",
|
|
@@ -529,13 +539,21 @@ export declare enum OrderChangeInput {
|
|
|
529
539
|
SetDeliveryItems = "setDeliveryItems",
|
|
530
540
|
SetLineItemCustomField = "setLineItemCustomField",
|
|
531
541
|
SetLineItemCustomType = "setLineItemCustomType",
|
|
542
|
+
SetLineItemDiscountedPrice = "setLineItemDiscountedPrice",
|
|
543
|
+
SetLineItemDiscountedPricePerQuantity = "setLineItemDiscountedPricePerQuantity",
|
|
532
544
|
SetLineItemDistributionChannel = "setLineItemDistributionChannel",
|
|
545
|
+
SetLineItemPrice = "setLineItemPrice",
|
|
533
546
|
SetLineItemProductKey = "setLineItemProductKey",
|
|
534
547
|
SetLineItemProductSlug = "setLineItemProductSlug",
|
|
535
548
|
SetLineItemShippingDetails = "setLineItemShippingDetails",
|
|
536
549
|
SetLineItemTaxAmount = "setLineItemTaxAmount",
|
|
550
|
+
SetLineItemTaxRate = "setLineItemTaxRate",
|
|
551
|
+
SetLineItemTaxedPrice = "setLineItemTaxedPrice",
|
|
552
|
+
SetLineItemTotalPrice = "setLineItemTotalPrice",
|
|
537
553
|
SetLocale = "setLocale",
|
|
538
554
|
SetOrderNumber = "setOrderNumber",
|
|
555
|
+
SetOrderTaxedPrice = "setOrderTaxedPrice",
|
|
556
|
+
SetOrderTotalPrice = "setOrderTotalPrice",
|
|
539
557
|
SetOrderTotalTax = "setOrderTotalTax",
|
|
540
558
|
SetParcelCustomField = "setParcelCustomField",
|
|
541
559
|
SetParcelCustomType = "setParcelCustomType",
|
|
@@ -587,6 +605,7 @@ export type TPaymentChange = TChange & {
|
|
|
587
605
|
export declare enum PaymentChangeInput {
|
|
588
606
|
AddInterfaceInteraction = "addInterfaceInteraction",
|
|
589
607
|
AddTransaction = "addTransaction",
|
|
608
|
+
ChangeAmountAuthorized = "changeAmountAuthorized",
|
|
590
609
|
ChangeAmountPlanned = "changeAmountPlanned",
|
|
591
610
|
ChangeTransactionInteractionId = "changeTransactionInteractionId",
|
|
592
611
|
ChangeTransactionState = "changeTransactionState",
|
|
@@ -640,6 +659,7 @@ export declare enum ProductChangeInput {
|
|
|
640
659
|
ChangePrice = "changePrice",
|
|
641
660
|
ChangeReviewRatingStatistics = "changeReviewRatingStatistics",
|
|
642
661
|
ChangeSlug = "changeSlug",
|
|
662
|
+
MoveImageToPosition = "moveImageToPosition",
|
|
643
663
|
Publish = "publish",
|
|
644
664
|
RemoveAsset = "removeAsset",
|
|
645
665
|
RemoveFromCategory = "removeFromCategory",
|
|
@@ -661,6 +681,7 @@ export declare enum ProductChangeInput {
|
|
|
661
681
|
SetMetaDescription = "setMetaDescription",
|
|
662
682
|
SetMetaKeywords = "setMetaKeywords",
|
|
663
683
|
SetMetaTitle = "setMetaTitle",
|
|
684
|
+
SetPrices = "setPrices",
|
|
664
685
|
SetProductPriceCustomField = "setProductPriceCustomField",
|
|
665
686
|
SetProductPriceCustomType = "setProductPriceCustomType",
|
|
666
687
|
SetProductVariantKey = "setProductVariantKey",
|
|
@@ -684,6 +705,7 @@ export declare enum ProductDiscountChangeInput {
|
|
|
684
705
|
ChangeSortOrder = "changeSortOrder",
|
|
685
706
|
ChangeValue = "changeValue",
|
|
686
707
|
SetDescription = "setDescription",
|
|
708
|
+
SetIsValid = "setIsValid",
|
|
687
709
|
SetKey = "setKey",
|
|
688
710
|
SetValidFrom = "setValidFrom",
|
|
689
711
|
SetValidFromAndUntil = "setValidFromAndUntil",
|
|
@@ -749,6 +771,7 @@ export declare enum ProductTypeChangeInput {
|
|
|
749
771
|
ChangeLocalizedEnumValueLabel = "changeLocalizedEnumValueLabel",
|
|
750
772
|
ChangeName = "changeName",
|
|
751
773
|
ChangePlainEnumValueLabel = "changePlainEnumValueLabel",
|
|
774
|
+
ChangePlainEnumValueOrder = "changePlainEnumValueOrder",
|
|
752
775
|
RemoveAttributeDefinition = "removeAttributeDefinition",
|
|
753
776
|
RemoveEnumValues = "removeEnumValues",
|
|
754
777
|
SetInputTip = "setInputTip",
|
|
@@ -1632,6 +1655,7 @@ export declare enum ResourceChangeInput {
|
|
|
1632
1655
|
AddAssociate = "addAssociate",
|
|
1633
1656
|
AddAttributeDefinition = "addAttributeDefinition",
|
|
1634
1657
|
AddBillingAddressId = "addBillingAddressId",
|
|
1658
|
+
AddCustomLineItem = "addCustomLineItem",
|
|
1635
1659
|
AddDelivery = "addDelivery",
|
|
1636
1660
|
AddDiscountCode = "addDiscountCode",
|
|
1637
1661
|
AddEnumValue = "addEnumValue",
|
|
@@ -1659,6 +1683,7 @@ export declare enum ResourceChangeInput {
|
|
|
1659
1683
|
AddTransaction = "addTransaction",
|
|
1660
1684
|
AddVariant = "addVariant",
|
|
1661
1685
|
ChangeAddress = "changeAddress",
|
|
1686
|
+
ChangeAmountAuthorized = "changeAmountAuthorized",
|
|
1662
1687
|
ChangeAmountPlanned = "changeAmountPlanned",
|
|
1663
1688
|
ChangeAssetName = "changeAssetName",
|
|
1664
1689
|
ChangeAssetOrder = "changeAssetOrder",
|
|
@@ -1670,6 +1695,7 @@ export declare enum ResourceChangeInput {
|
|
|
1670
1695
|
ChangeBuyerAssignable = "changeBuyerAssignable",
|
|
1671
1696
|
ChangeCartDiscounts = "changeCartDiscounts",
|
|
1672
1697
|
ChangeCartPredicate = "changeCartPredicate",
|
|
1698
|
+
ChangeCustomLineItemQuantity = "changeCustomLineItemQuantity",
|
|
1673
1699
|
ChangeCustomer = "changeCustomer",
|
|
1674
1700
|
ChangeDescription = "changeDescription",
|
|
1675
1701
|
ChangeEmail = "changeEmail",
|
|
@@ -1685,6 +1711,7 @@ export declare enum ResourceChangeInput {
|
|
|
1685
1711
|
ChangeIsSearchable = "changeIsSearchable",
|
|
1686
1712
|
ChangeKey = "changeKey",
|
|
1687
1713
|
ChangeLabel = "changeLabel",
|
|
1714
|
+
ChangeLineItemName = "changeLineItemName",
|
|
1688
1715
|
ChangeLineItemQuantity = "changeLineItemQuantity",
|
|
1689
1716
|
ChangeLineItemsOrder = "changeLineItemsOrder",
|
|
1690
1717
|
ChangeLocalizedEnumValueLabel = "changeLocalizedEnumValueLabel",
|
|
@@ -1697,6 +1724,7 @@ export declare enum ResourceChangeInput {
|
|
|
1697
1724
|
ChangeParentUnit = "changeParentUnit",
|
|
1698
1725
|
ChangePaymentState = "changePaymentState",
|
|
1699
1726
|
ChangePlainEnumValueLabel = "changePlainEnumValueLabel",
|
|
1727
|
+
ChangePlainEnumValueOrder = "changePlainEnumValueOrder",
|
|
1700
1728
|
ChangePredicate = "changePredicate",
|
|
1701
1729
|
ChangePrice = "changePrice",
|
|
1702
1730
|
ChangeProductSelectionActive = "changeProductSelectionActive",
|
|
@@ -1723,12 +1751,15 @@ export declare enum ResourceChangeInput {
|
|
|
1723
1751
|
ChangeTransactionTimestamp = "changeTransactionTimestamp",
|
|
1724
1752
|
ChangeType = "changeType",
|
|
1725
1753
|
ChangeValue = "changeValue",
|
|
1754
|
+
ExcludeProduct = "excludeProduct",
|
|
1755
|
+
MoveImageToPosition = "moveImageToPosition",
|
|
1726
1756
|
Publish = "publish",
|
|
1727
1757
|
RemoveAddress = "removeAddress",
|
|
1728
1758
|
RemoveAsset = "removeAsset",
|
|
1729
1759
|
RemoveAssociate = "removeAssociate",
|
|
1730
1760
|
RemoveAttributeDefinition = "removeAttributeDefinition",
|
|
1731
1761
|
RemoveBillingAddressId = "removeBillingAddressId",
|
|
1762
|
+
RemoveCustomLineItem = "removeCustomLineItem",
|
|
1732
1763
|
RemoveDelivery = "removeDelivery",
|
|
1733
1764
|
RemoveDiscountCode = "removeDiscountCode",
|
|
1734
1765
|
RemoveEnumValues = "removeEnumValues",
|
|
@@ -1755,12 +1786,13 @@ export declare enum ResourceChangeInput {
|
|
|
1755
1786
|
SetAddressCustomField = "setAddressCustomField",
|
|
1756
1787
|
SetAddressCustomType = "setAddressCustomType",
|
|
1757
1788
|
SetAnonymousId = "setAnonymousId",
|
|
1789
|
+
SetApplicationVersion = "setApplicationVersion",
|
|
1758
1790
|
SetAssetCustomField = "setAssetCustomField",
|
|
1759
1791
|
SetAssetCustomType = "setAssetCustomType",
|
|
1760
1792
|
SetAssetDescription = "setAssetDescription",
|
|
1793
|
+
SetAssetKey = "setAssetKey",
|
|
1761
1794
|
SetAssetSources = "setAssetSources",
|
|
1762
1795
|
SetAssetTags = "setAssetTags",
|
|
1763
|
-
SetAsssetKey = "setAsssetKey",
|
|
1764
1796
|
SetAttribute = "setAttribute",
|
|
1765
1797
|
SetAuthenticationMode = "setAuthenticationMode",
|
|
1766
1798
|
SetAuthorName = "setAuthorName",
|
|
@@ -1774,9 +1806,13 @@ export declare enum ResourceChangeInput {
|
|
|
1774
1806
|
SetCustomField = "setCustomField",
|
|
1775
1807
|
SetCustomLineItemCustomField = "setCustomLineItemCustomField",
|
|
1776
1808
|
SetCustomLineItemCustomType = "setCustomLineItemCustomType",
|
|
1809
|
+
SetCustomLineItemMoney = "setCustomLineItemMoney",
|
|
1777
1810
|
SetCustomLineItemShippingDetails = "setCustomLineItemShippingDetails",
|
|
1778
1811
|
SetCustomLineItemTaxAmount = "setCustomLineItemTaxAmount",
|
|
1779
1812
|
SetCustomLineItemTaxCategory = "setCustomLineItemTaxCategory",
|
|
1813
|
+
SetCustomLineItemTaxRate = "setCustomLineItemTaxRate",
|
|
1814
|
+
SetCustomLineItemTaxedPrice = "setCustomLineItemTaxedPrice",
|
|
1815
|
+
SetCustomLineItemTotalPrice = "setCustomLineItemTotalPrice",
|
|
1780
1816
|
SetCustomShippingMethod = "setCustomShippingMethod",
|
|
1781
1817
|
SetCustomType = "setCustomType",
|
|
1782
1818
|
SetCustomer = "setCustomer",
|
|
@@ -1802,17 +1838,24 @@ export declare enum ResourceChangeInput {
|
|
|
1802
1838
|
SetImageLabel = "setImageLabel",
|
|
1803
1839
|
SetInputTip = "setInputTip",
|
|
1804
1840
|
SetInterfaceId = "setInterfaceId",
|
|
1841
|
+
SetIsValid = "setIsValid",
|
|
1805
1842
|
SetKey = "setKey",
|
|
1806
1843
|
SetLanguages = "setLanguages",
|
|
1807
1844
|
SetLastName = "setLastName",
|
|
1808
1845
|
SetLineItemCustomField = "setLineItemCustomField",
|
|
1809
1846
|
SetLineItemCustomType = "setLineItemCustomType",
|
|
1810
1847
|
SetLineItemDeactivatedAt = "setLineItemDeactivatedAt",
|
|
1848
|
+
SetLineItemDiscountedPrice = "setLineItemDiscountedPrice",
|
|
1849
|
+
SetLineItemDiscountedPricePerQuantity = "setLineItemDiscountedPricePerQuantity",
|
|
1811
1850
|
SetLineItemDistributionChannel = "setLineItemDistributionChannel",
|
|
1851
|
+
SetLineItemPrice = "setLineItemPrice",
|
|
1812
1852
|
SetLineItemProductKey = "setLineItemProductKey",
|
|
1813
1853
|
SetLineItemProductSlug = "setLineItemProductSlug",
|
|
1814
1854
|
SetLineItemShippingDetails = "setLineItemShippingDetails",
|
|
1815
1855
|
SetLineItemTaxAmount = "setLineItemTaxAmount",
|
|
1856
|
+
SetLineItemTaxRate = "setLineItemTaxRate",
|
|
1857
|
+
SetLineItemTaxedPrice = "setLineItemTaxedPrice",
|
|
1858
|
+
SetLineItemTotalPrice = "setLineItemTotalPrice",
|
|
1816
1859
|
SetLocale = "setLocale",
|
|
1817
1860
|
SetMaxApplications = "setMaxApplications",
|
|
1818
1861
|
SetMaxApplicationsPerCustomer = "setMaxApplicationsPerCustomer",
|
|
@@ -1825,6 +1868,8 @@ export declare enum ResourceChangeInput {
|
|
|
1825
1868
|
SetMiddleName = "setMiddleName",
|
|
1826
1869
|
SetName = "setName",
|
|
1827
1870
|
SetOrderNumber = "setOrderNumber",
|
|
1871
|
+
SetOrderTaxedPrice = "setOrderTaxedPrice",
|
|
1872
|
+
SetOrderTotalPrice = "setOrderTotalPrice",
|
|
1828
1873
|
SetOrderTotalTax = "setOrderTotalTax",
|
|
1829
1874
|
SetParcelCustomField = "setParcelCustomField",
|
|
1830
1875
|
SetParcelCustomType = "setParcelCustomType",
|
|
@@ -1833,6 +1878,7 @@ export declare enum ResourceChangeInput {
|
|
|
1833
1878
|
SetParcelTrackingData = "setParcelTrackingData",
|
|
1834
1879
|
SetPassword = "setPassword",
|
|
1835
1880
|
SetPermissions = "setPermissions",
|
|
1881
|
+
SetPrices = "setPrices",
|
|
1836
1882
|
SetProductCount = "setProductCount",
|
|
1837
1883
|
SetProductPriceCustomField = "setProductPriceCustomField",
|
|
1838
1884
|
SetProductPriceCustomType = "setProductPriceCustomType",
|
|
@@ -1841,6 +1887,7 @@ export declare enum ResourceChangeInput {
|
|
|
1841
1887
|
SetProperty = "setProperty",
|
|
1842
1888
|
SetPurchaseOrderNumber = "setPurchaseOrderNumber",
|
|
1843
1889
|
SetRating = "setRating",
|
|
1890
|
+
SetReservations = "setReservations",
|
|
1844
1891
|
SetRestockableInDays = "setRestockableInDays",
|
|
1845
1892
|
SetReturnItemCustomField = "setReturnItemCustomField",
|
|
1846
1893
|
SetReturnItemCustomType = "setReturnItemCustomType",
|
|
@@ -1866,6 +1913,7 @@ export declare enum ResourceChangeInput {
|
|
|
1866
1913
|
SetStoreMode = "setStoreMode",
|
|
1867
1914
|
SetStores = "setStores",
|
|
1868
1915
|
SetSupplyChannel = "setSupplyChannel",
|
|
1916
|
+
SetSupplyChannels = "setSupplyChannels",
|
|
1869
1917
|
SetTarget = "setTarget",
|
|
1870
1918
|
SetTaxCategory = "setTaxCategory",
|
|
1871
1919
|
SetText = "setText",
|
|
@@ -1968,6 +2016,7 @@ export type TShoppingListChange = TChange & {
|
|
|
1968
2016
|
export declare enum ShoppingListChangeInput {
|
|
1969
2017
|
AddLineItem = "addLineItem",
|
|
1970
2018
|
AddTextLineItem = "addTextLineItem",
|
|
2019
|
+
ChangeLineItemName = "changeLineItemName",
|
|
1971
2020
|
ChangeLineItemQuantity = "changeLineItemQuantity",
|
|
1972
2021
|
ChangeLineItemsOrder = "changeLineItemsOrder",
|
|
1973
2022
|
ChangeName = "changeName",
|
|
@@ -2065,7 +2114,8 @@ export declare enum StoreChangeInput {
|
|
|
2065
2114
|
SetDistributionChannels = "setDistributionChannels",
|
|
2066
2115
|
SetLanguages = "setLanguages",
|
|
2067
2116
|
SetName = "setName",
|
|
2068
|
-
SetProductSelections = "setProductSelections"
|
|
2117
|
+
SetProductSelections = "setProductSelections",
|
|
2118
|
+
SetSupplyChannels = "setSupplyChannels"
|
|
2069
2119
|
}
|
|
2070
2120
|
export type TStringLabel = {
|
|
2071
2121
|
__typename?: 'StringLabel';
|
|
@@ -25,6 +25,10 @@ var en = {
|
|
|
25
25
|
developer_comment: "Message for when an entity has been deleted",
|
|
26
26
|
string: "Deleted entity"
|
|
27
27
|
},
|
|
28
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
+
string: "Premium features banner"
|
|
31
|
+
},
|
|
28
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
29
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
30
34
|
string: "Audit Log Basic only offers insight into changes made by Merchant Center users. However, most changes, such as product changes, are initiated through an integration point or API message. Only Audit Log Premium can trace changes made from API messages, bulk imports, custom objects, and retain this information for up to 3 years."
|
|
@@ -27,6 +27,10 @@ var en = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "Audit Log Basic only offers insight into changes made by Merchant Center users. However, most changes, such as product changes, are initiated through an integration point or API message. Only Audit Log Premium can trace changes made from API messages, bulk imports, custom objects, and retain this information for up to 3 years."
|
|
@@ -27,6 +27,10 @@ var en = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "Audit Log Basic only offers insight into changes made by Merchant Center users. However, most changes, such as product changes, are initiated through an integration point or API message. Only Audit Log Premium can trace changes made from API messages, bulk imports, custom objects, and retain this information for up to 3 years."
|
|
@@ -27,6 +27,10 @@ var es = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "Audit Log Basic solo te da una visión de los cambios realizados por los usuarios de Merchant Center. Sin embargo, la mayoría de los cambios se inician con un punto de integración o un mensaje API. Solamente con Audit Log Premium se puede hacer el seguimiento de cambios realizados desde mensajes API, importaciones masivas, objetos personalizados y retener esta información hasta 3 años."
|
|
@@ -213,11 +217,11 @@ var es = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Actualice a nivel Premium para acceder"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Solo Premium"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
|
@@ -25,6 +25,10 @@ var es = {
|
|
|
25
25
|
developer_comment: "Message for when an entity has been deleted",
|
|
26
26
|
string: "Deleted entity"
|
|
27
27
|
},
|
|
28
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
+
string: "Premium features banner"
|
|
31
|
+
},
|
|
28
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
29
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
30
34
|
string: "Audit Log Basic solo te da una visión de los cambios realizados por los usuarios de Merchant Center. Sin embargo, la mayoría de los cambios se inician con un punto de integración o un mensaje API. Solamente con Audit Log Premium se puede hacer el seguimiento de cambios realizados desde mensajes API, importaciones masivas, objetos personalizados y retener esta información hasta 3 años."
|
|
@@ -211,11 +215,11 @@ var es = {
|
|
|
211
215
|
},
|
|
212
216
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
213
217
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Actualice a nivel Premium para acceder"
|
|
215
219
|
},
|
|
216
220
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
217
221
|
developer_comment: "Label for premium filter group title",
|
|
218
|
-
string: "Premium
|
|
222
|
+
string: "Solo Premium"
|
|
219
223
|
},
|
|
220
224
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
221
225
|
developer_comment: "Label for filter entity type",
|
|
@@ -27,6 +27,10 @@ var es = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "Audit Log Basic solo te da una visión de los cambios realizados por los usuarios de Merchant Center. Sin embargo, la mayoría de los cambios se inician con un punto de integración o un mensaje API. Solamente con Audit Log Premium se puede hacer el seguimiento de cambios realizados desde mensajes API, importaciones masivas, objetos personalizados y retener esta información hasta 3 años."
|
|
@@ -213,11 +217,11 @@ var es = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Actualice a nivel Premium para acceder"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Solo Premium"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
|
@@ -27,6 +27,10 @@ var frFR = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "La version Basic d'Audit Log ne propose que des informations sur les modifications effectuées par les utilisateurs du Merchant Center. Cependant, la plupart des modifications, comme les modifications de produit, sont initiées par un point d'intégration ou message d'API. Seul Audit Log Premium peut suivre les modifications apportées depuis des messages d'API, des importations en bloc, des objets personnalisés et conserver ces informations pendant jusqu'à 3 ans."
|
|
@@ -213,11 +217,11 @@ var frFR = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Passez au niveau Premium pour accéder"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Premium uniquement"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
|
@@ -25,6 +25,10 @@ var frFR = {
|
|
|
25
25
|
developer_comment: "Message for when an entity has been deleted",
|
|
26
26
|
string: "Deleted entity"
|
|
27
27
|
},
|
|
28
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
+
string: "Premium features banner"
|
|
31
|
+
},
|
|
28
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
29
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
30
34
|
string: "La version Basic d'Audit Log ne propose que des informations sur les modifications effectuées par les utilisateurs du Merchant Center. Cependant, la plupart des modifications, comme les modifications de produit, sont initiées par un point d'intégration ou message d'API. Seul Audit Log Premium peut suivre les modifications apportées depuis des messages d'API, des importations en bloc, des objets personnalisés et conserver ces informations pendant jusqu'à 3 ans."
|
|
@@ -211,11 +215,11 @@ var frFR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
213
217
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Passez au niveau Premium pour accéder"
|
|
215
219
|
},
|
|
216
220
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
217
221
|
developer_comment: "Label for premium filter group title",
|
|
218
|
-
string: "Premium
|
|
222
|
+
string: "Premium uniquement"
|
|
219
223
|
},
|
|
220
224
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
221
225
|
developer_comment: "Label for filter entity type",
|
|
@@ -27,6 +27,10 @@ var frFR = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Deleted entity"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "La version Basic d'Audit Log ne propose que des informations sur les modifications effectuées par les utilisateurs du Merchant Center. Cependant, la plupart des modifications, comme les modifications de produit, sont initiées par un point d'intégration ou message d'API. Seul Audit Log Premium peut suivre les modifications apportées depuis des messages d'API, des importations en bloc, des objets personnalisés et conserver ces informations pendant jusqu'à 3 ans."
|
|
@@ -213,11 +217,11 @@ var frFR = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Passez au niveau Premium pour accéder"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Premium uniquement"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
|
@@ -25,6 +25,10 @@ var ptBR = {
|
|
|
25
25
|
developer_comment: "Message for when an entity has been deleted",
|
|
26
26
|
string: "Entidade excluída"
|
|
27
27
|
},
|
|
28
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
+
string: "Premium features banner"
|
|
31
|
+
},
|
|
28
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
29
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
30
34
|
string: "O Audit log Basic oferece informações apenas sobre as alterações feitas pelos usuários do Merchant Center. No entanto, a maioria das alterações, como alterações de produtos, são iniciadas por um ponto de integração ou mensagem de API. Somente o Audit log Premium pode rastrear alterações de mensagens de API, importações em massa, objetos personalizados e reter essas informações por até 3 anos."
|
|
@@ -167,7 +171,7 @@ var ptBR = {
|
|
|
167
171
|
},
|
|
168
172
|
"ChangeHistory.filters.basicFilterGroupTitle": {
|
|
169
173
|
developer_comment: "Label for basic filter group title",
|
|
170
|
-
string: "
|
|
174
|
+
string: "Básico"
|
|
171
175
|
},
|
|
172
176
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
173
177
|
developer_comment: "Label for business unit filter",
|
|
@@ -211,11 +215,11 @@ var ptBR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
213
217
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Faça upgrade para o nível Premium para ter acesso"
|
|
215
219
|
},
|
|
216
220
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
217
221
|
developer_comment: "Label for premium filter group title",
|
|
218
|
-
string: "Premium
|
|
222
|
+
string: "Apenas Premium"
|
|
219
223
|
},
|
|
220
224
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
221
225
|
developer_comment: "Label for filter entity type",
|
|
@@ -27,6 +27,10 @@ var ptBR = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Entidade excluída"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "O Audit log Basic oferece informações apenas sobre as alterações feitas pelos usuários do Merchant Center. No entanto, a maioria das alterações, como alterações de produtos, são iniciadas por um ponto de integração ou mensagem de API. Somente o Audit log Premium pode rastrear alterações de mensagens de API, importações em massa, objetos personalizados e reter essas informações por até 3 anos."
|
|
@@ -169,7 +173,7 @@ var ptBR = {
|
|
|
169
173
|
},
|
|
170
174
|
"ChangeHistory.filters.basicFilterGroupTitle": {
|
|
171
175
|
developer_comment: "Label for basic filter group title",
|
|
172
|
-
string: "
|
|
176
|
+
string: "Básico"
|
|
173
177
|
},
|
|
174
178
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
175
179
|
developer_comment: "Label for business unit filter",
|
|
@@ -213,11 +217,11 @@ var ptBR = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Faça upgrade para o nível Premium para ter acesso"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Apenas Premium"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
|
@@ -27,6 +27,10 @@ var ptBR = {
|
|
|
27
27
|
developer_comment: "Message for when an entity has been deleted",
|
|
28
28
|
string: "Entidade excluída"
|
|
29
29
|
},
|
|
30
|
+
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
|
+
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
+
string: "Premium features banner"
|
|
33
|
+
},
|
|
30
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
31
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
32
36
|
string: "O Audit log Basic oferece informações apenas sobre as alterações feitas pelos usuários do Merchant Center. No entanto, a maioria das alterações, como alterações de produtos, são iniciadas por um ponto de integração ou mensagem de API. Somente o Audit log Premium pode rastrear alterações de mensagens de API, importações em massa, objetos personalizados e reter essas informações por até 3 anos."
|
|
@@ -169,7 +173,7 @@ var ptBR = {
|
|
|
169
173
|
},
|
|
170
174
|
"ChangeHistory.filters.basicFilterGroupTitle": {
|
|
171
175
|
developer_comment: "Label for basic filter group title",
|
|
172
|
-
string: "
|
|
176
|
+
string: "Básico"
|
|
173
177
|
},
|
|
174
178
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
175
179
|
developer_comment: "Label for business unit filter",
|
|
@@ -213,11 +217,11 @@ var ptBR = {
|
|
|
213
217
|
},
|
|
214
218
|
"ChangeHistory.filters.premiumFeatureTooltip": {
|
|
215
219
|
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
216
|
-
string: "
|
|
220
|
+
string: "Faça upgrade para o nível Premium para ter acesso"
|
|
217
221
|
},
|
|
218
222
|
"ChangeHistory.filters.premiumFilterGroupTitle": {
|
|
219
223
|
developer_comment: "Label for premium filter group title",
|
|
220
|
-
string: "Premium
|
|
224
|
+
string: "Apenas Premium"
|
|
221
225
|
},
|
|
222
226
|
"ChangeHistory.filters.resourceTypeFilter": {
|
|
223
227
|
developer_comment: "Label for filter entity type",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/change-history",
|
|
3
3
|
"description": "Change history shared components and utilities",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.31.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@apollo/client": "3.8.5",
|
|
19
19
|
"@babel/runtime": "7.24.7",
|
|
20
20
|
"@babel/runtime-corejs3": "7.24.7",
|
|
21
|
-
"@commercetools-
|
|
22
|
-
"@commercetools-uikit/data-table": "19.
|
|
23
|
-
"@commercetools-uikit/
|
|
24
|
-
"@commercetools-uikit/
|
|
25
|
-
"@commercetools-uikit/
|
|
26
|
-
"@commercetools-uikit/input
|
|
27
|
-
"@commercetools-uikit/select-utils": "19.
|
|
28
|
-
"@commercetools-uikit/text": "19.
|
|
29
|
-
"@commercetools-uikit/utils": "19.
|
|
21
|
+
"@commercetools-uikit/data-table": "19.20.1",
|
|
22
|
+
"@commercetools-uikit/data-table-manager": "19.20.1",
|
|
23
|
+
"@commercetools-uikit/design-system": "19.20.1",
|
|
24
|
+
"@commercetools-uikit/icons": "19.20.1",
|
|
25
|
+
"@commercetools-uikit/input-utils": "19.20.1",
|
|
26
|
+
"@commercetools-uikit/select-input": "19.20.1",
|
|
27
|
+
"@commercetools-uikit/select-utils": "19.20.1",
|
|
28
|
+
"@commercetools-uikit/text": "19.20.1",
|
|
29
|
+
"@commercetools-uikit/utils": "19.20.1",
|
|
30
30
|
"@emotion/react": "11.11.4",
|
|
31
31
|
"classnames": "^2.3.2",
|
|
32
32
|
"common-tags": "1.8.2",
|
|
@@ -45,19 +45,18 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/plugin-transform-runtime": "7.24.7",
|
|
48
|
-
"@commercetools-frontend/application-components": "22.
|
|
49
|
-
"@commercetools-frontend/application-shell": "22.
|
|
50
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
51
|
-
"@commercetools-frontend/assets": "22.
|
|
52
|
-
"@commercetools-frontend/constants": "22.
|
|
53
|
-
"@commercetools-frontend/i18n": "22.
|
|
54
|
-
"@commercetools-frontend/l10n": "22.
|
|
55
|
-
"@commercetools-frontend/mc-scripts": "22.
|
|
56
|
-
"@commercetools-frontend/permissions": "22.
|
|
57
|
-
"@commercetools-frontend/sdk": "22.
|
|
58
|
-
"@commercetools-frontend/sentry": "22.
|
|
59
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
60
|
-
"@commercetools-uikit/select-input": "19.11.0",
|
|
48
|
+
"@commercetools-frontend/application-components": "22.37.0",
|
|
49
|
+
"@commercetools-frontend/application-shell": "22.37.0",
|
|
50
|
+
"@commercetools-frontend/application-shell-connectors": "22.37.0",
|
|
51
|
+
"@commercetools-frontend/assets": "22.37.0",
|
|
52
|
+
"@commercetools-frontend/constants": "22.37.0",
|
|
53
|
+
"@commercetools-frontend/i18n": "22.37.0",
|
|
54
|
+
"@commercetools-frontend/l10n": "22.37.0",
|
|
55
|
+
"@commercetools-frontend/mc-scripts": "22.37.0",
|
|
56
|
+
"@commercetools-frontend/permissions": "22.37.0",
|
|
57
|
+
"@commercetools-frontend/sdk": "22.37.0",
|
|
58
|
+
"@commercetools-frontend/sentry": "22.37.0",
|
|
59
|
+
"@commercetools-frontend/ui-kit": "19.20.1",
|
|
61
60
|
"@faker-js/faker": "8.4.1",
|
|
62
61
|
"@formatjs/cli": "6.2.12",
|
|
63
62
|
"@preconstruct/cli": "2.8.3",
|