@dropins/storefront-order 1.0.0 → 1.0.1-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/api/cancelOrder/graphql/cancelOrderMutation.d.ts +15 -0
  2. package/api/confirmGuestReturn/confirmGuestReturn.d.ts +15 -0
  3. package/api/confirmGuestReturn/graphql/confirmGuestReturn.graphql.d.ts +15 -0
  4. package/api/confirmGuestReturn/index.d.ts +15 -0
  5. package/api/fetch-graphql/fetch-graphql.d.ts +15 -0
  6. package/api/fetch-graphql/index.d.ts +15 -0
  7. package/api/fragments.d.ts +15 -0
  8. package/api/getAttributesForm/graphql/getAttributesForm.graphql.d.ts +15 -0
  9. package/api/getAttributesForm/index.d.ts +15 -0
  10. package/api/getAttributesList/graphql/getAttributesList.graphql.d.ts +15 -0
  11. package/api/getAttributesList/index.d.ts +15 -0
  12. package/api/getCustomer/graphql/getCustomer.graphql.d.ts +15 -0
  13. package/api/getCustomer/index.d.ts +15 -0
  14. package/api/getCustomerOrdersReturn/graphql/getCustomerOrdersReturn.graphql.d.ts +15 -0
  15. package/api/getCustomerOrdersReturn/index.d.ts +15 -0
  16. package/api/getGuestOrder/graphql/getGuestOrder.graphql.d.ts +15 -0
  17. package/api/getGuestOrder/graphql/index.d.ts +15 -0
  18. package/api/getGuestOrder/index.d.ts +15 -0
  19. package/api/getOrderDetailsById/graphql/orderByNumber.graphql.d.ts +15 -0
  20. package/api/getOrderDetailsById/index.d.ts +15 -0
  21. package/api/getStoreConfig/graphql/StoreConfigQuery.d.ts +15 -0
  22. package/api/getStoreConfig/index.d.ts +15 -0
  23. package/api/graphql/CustomerAddressFragment.graphql.d.ts +15 -0
  24. package/api/graphql/GurestOrderFragment.graphql.d.ts +15 -0
  25. package/api/graphql/OrderItemsFragment.graphql.d.ts +15 -0
  26. package/api/graphql/OrderSummaryFragment.graphql.d.ts +15 -0
  27. package/api/graphql/RequestReturnOrderFragment.graphql.d.ts +15 -0
  28. package/api/graphql/ReturnsFragment.graphql.d.ts +15 -0
  29. package/api/guestOrderByToken/graphql/guestOrderByToken.graphql.d.ts +15 -0
  30. package/api/guestOrderByToken/index.d.ts +15 -0
  31. package/api/index.d.ts +15 -0
  32. package/api/initialize/index.d.ts +15 -0
  33. package/api/placeOrder/graphql/placeOrderMutation.d.ts +15 -0
  34. package/api/placeOrder/index.d.ts +15 -0
  35. package/api/reorderItems/graphql/reorderItems.graphql.d.ts +15 -0
  36. package/api/reorderItems/index.d.ts +15 -0
  37. package/api/requestGuestOrderCancel/graphql/requestGuestOrderCancelMutation.d.ts +15 -0
  38. package/api/requestGuestOrderCancel/index.d.ts +15 -0
  39. package/api/requestGuestOrderCancel/requestGuestOrderCancel.d.ts +15 -0
  40. package/api/requestGuestReturn/graphql/requestGuestReturn.graphql.d.ts +15 -0
  41. package/api/requestGuestReturn/index.d.ts +15 -0
  42. package/api/requestReturn/graphql/requestReturn.graphql.d.ts +15 -0
  43. package/api/requestReturn/index.d.ts +15 -0
  44. package/components/CustomerDetailsContent/index.d.ts +15 -0
  45. package/components/EmptyList/index.d.ts +15 -0
  46. package/components/Form/FormInputs/index.d.ts +15 -0
  47. package/components/Form/index.d.ts +15 -0
  48. package/components/OrderActions/index.d.ts +15 -0
  49. package/components/OrderCancel/index.d.ts +15 -0
  50. package/components/OrderCostSummaryContent/index.d.ts +15 -0
  51. package/components/OrderHeader/index.d.ts +15 -0
  52. package/components/OrderLoaders/index.d.ts +15 -0
  53. package/components/OrderProductListContent/index.d.ts +15 -0
  54. package/components/OrderSearchForm/index.d.ts +15 -0
  55. package/components/OrderStatusContent/index.d.ts +15 -0
  56. package/components/Reorder/index.d.ts +15 -0
  57. package/components/ReturnOrderMessage/index.d.ts +15 -0
  58. package/components/ReturnOrderProductList/index.d.ts +15 -0
  59. package/components/ReturnReasonForm/index.d.ts +15 -0
  60. package/components/ReturnsListContent/index.d.ts +15 -0
  61. package/components/ShippingStatusCard/index.d.ts +15 -0
  62. package/components/index.d.ts +15 -0
  63. package/configs/defaultAttributePreset.config.d.ts +15 -0
  64. package/configs/mock.config.d.ts +15 -0
  65. package/containers/CreateReturn/index.d.ts +15 -0
  66. package/containers/CustomerDetails/index.d.ts +15 -0
  67. package/containers/OrderCancelForm/index.d.ts +15 -0
  68. package/containers/OrderCostSummary/index.d.ts +15 -0
  69. package/containers/OrderHeader/index.d.ts +15 -0
  70. package/containers/OrderHeader.js +1 -1
  71. package/containers/OrderProductList/index.d.ts +15 -0
  72. package/containers/OrderReturns/index.d.ts +15 -0
  73. package/containers/OrderSearch/index.d.ts +15 -0
  74. package/containers/OrderStatus/index.d.ts +15 -0
  75. package/containers/ReturnsList/index.d.ts +15 -0
  76. package/containers/ShippingStatus/index.d.ts +15 -0
  77. package/containers/index.d.ts +15 -0
  78. package/data/models/acdl.d.ts +15 -0
  79. package/data/models/customer.d.ts +15 -0
  80. package/data/models/index.d.ts +15 -0
  81. package/data/models/request-return.d.ts +15 -0
  82. package/data/models/store-config.d.ts +15 -0
  83. package/data/transforms/index.d.ts +15 -0
  84. package/hooks/index.d.ts +15 -0
  85. package/hooks/useIsMobile.d.ts +15 -0
  86. package/lib/capitalizeFirst.d.ts +15 -0
  87. package/lib/checkIsFunction.d.ts +15 -0
  88. package/lib/convertCase.d.ts +15 -0
  89. package/lib/fetch-error.d.ts +15 -0
  90. package/lib/formatDateToLocale.d.ts +15 -0
  91. package/lib/getFormValues.d.ts +15 -0
  92. package/lib/getQueryParam.d.ts +15 -0
  93. package/lib/network-error.d.ts +15 -0
  94. package/lib/redirectTo.d.ts +15 -0
  95. package/lib/removeQueryParams.d.ts +15 -0
  96. package/lib/returnOrdersHelper.d.ts +15 -0
  97. package/package.json +1 -1
  98. package/render/index.d.ts +15 -0
  99. package/types/api/getAttributesForm.types.d.ts +15 -0
  100. package/types/api/getAttributesList.types.d.ts +15 -0
  101. package/types/api/getCustomer.types.d.ts +15 -0
  102. package/types/api/getOrderDetails.types.d.ts +15 -0
  103. package/types/api/reorderItems.types.d.ts +15 -0
  104. package/types/api/requestReturn.types.d.ts +15 -0
  105. package/types/emptyList.types.d.ts +15 -0
  106. package/types/form.types.d.ts +15 -0
  107. package/types/index.d.ts +15 -0
  108. package/types/orderEmailActionHandler.types.d.ts +15 -0
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './placeOrder';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const REORDER_ITEMS_MUTATION = "\n mutation REORDER_ITEMS_MUTATION($orderNumber: String!) {\n reorderItems(orderNumber: $orderNumber) {\n cart {\n itemsV2 {\n items {\n uid\n }\n }\n }\n userInputErrors {\n code\n message\n path\n }\n }\n }\n";
2
17
  //# sourceMappingURL=reorderItems.graphql.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './reorderItems';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const REQUEST_GUEST_ORDER_CANCEL_MUTATION: string;
2
17
  //# sourceMappingURL=requestGuestOrderCancelMutation.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './requestGuestOrderCancel';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const requestGuestOrderCancel: (token: string, reason: string, onSuccess: Function, onError: Function) => Promise<void>;
2
17
  //# sourceMappingURL=requestGuestOrderCancel.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const REQUEST_RETURN_GUEST_ORDER: string;
2
17
  //# sourceMappingURL=requestGuestReturn.graphql.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './requestGuestReturn';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const REQUEST_RETURN_ORDER: string;
2
17
  //# sourceMappingURL=requestReturn.graphql.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './requestReturn';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './CustomerDetailsContent';
2
17
  export { CustomerDetailsContent as default } from './CustomerDetailsContent';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './EmptyList';
2
17
  export { EmptyList as default } from './EmptyList';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './FormInputs';
2
17
  export { FormInputs as default } from './FormInputs';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './Form';
2
17
  export { Form as default } from './Form';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderActions';
2
17
  export { OrderActions as default } from './OrderActions';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderCancel';
2
17
  export { OrderCancel as default } from './OrderCancel';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderCostSummaryContent';
2
17
  export { OrderCostSummaryContent as default } from './OrderCostSummaryContent';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderHeader';
2
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderLoaders';
2
17
  export { CardLoader as default } from './OrderLoaders';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderProductListContent';
2
17
  export * from './CartSummaryItem';
3
18
  export { OrderProductListContent as default } from './OrderProductListContent';
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderSearchForm';
2
17
  export { OrderSearchForm as default } from './OrderSearchForm';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './OrderStatusContent';
2
17
  export { OrderStatusContent as default } from './OrderStatusContent';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './Reorder';
2
17
  export { Reorder as default } from '.';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './ReturnOrderMessage';
2
17
  export { ReturnOrderMessage as default } from './ReturnOrderMessage';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './ReturnOrderProductList';
2
17
  export { ReturnOrderProductList as default } from './ReturnOrderProductList';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './ReturnReasonForm';
2
17
  export { ReturnReasonForm as default } from './ReturnReasonForm';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './ReturnsListContent';
2
17
  export { ReturnsListContent as default } from './ReturnsListContent';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './ShippingStatusCard';
2
17
  export * from './ShippingStatusReturnCard';
3
18
  export { ShippingStatusCard as default } from './ShippingStatusCard';
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './CustomerDetailsContent';
2
17
  export * from './EmptyList';
3
18
  export * from './Form';
@@ -1,2 +1,17 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const defaultAttributePreset: string[];
2
17
  //# sourceMappingURL=defaultAttributePreset.config.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export declare const mockOrder: {
2
17
  data: {
3
18
  guestOrder: {
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './CreateReturn';
2
17
  export { CreateReturn as default } from './CreateReturn';
3
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,18 @@
1
+ /********************************************************************
2
+ * ADOBE CONFIDENTIAL
3
+ *
4
+ * Copyright 2024 Adobe
5
+ * All Rights Reserved.
6
+ *
7
+ * NOTICE: All information contained herein is, and remains
8
+ * the property of Adobe and its suppliers, if any. The intellectual
9
+ * and technical concepts contained herein are proprietary to Adobe
10
+ * and its suppliers and are protected by all applicable intellectual
11
+ * property laws, including trade secret and copyright laws.
12
+ * Dissemination of this information or reproduction of this material
13
+ * is strictly forbidden unless prior written permission is obtained
14
+ * from Adobe.
15
+ *******************************************************************/
1
16
  export * from './CustomerDetails';
2
17
  export { CustomerDetails as default } from './CustomerDetails';
3
18
  //# sourceMappingURL=index.d.ts.map