@dropins/storefront-purchase-order 1.2.0-beta.1 → 1.2.1-beta.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/CHANGELOG.md +17 -0
- package/api/addPurchaseOrderComment/addPurchaseOrderComment.d.ts +16 -2
- package/api/addPurchaseOrderComment/graphql/addPurchaseOrderComment.graphql.d.ts +0 -1
- package/api/addPurchaseOrderComment/index.d.ts +0 -1
- package/api/addPurchaseOrderItemsToCart/addPurchaseOrderItemsToCart.d.ts +16 -2
- package/api/addPurchaseOrderItemsToCart/graphql/addPurchaseOrderItemsToCart.graphql.d.ts +0 -1
- package/api/addPurchaseOrderItemsToCart/index.d.ts +0 -1
- package/api/approvePurchaseOrders/approvePurchaseOrders.d.ts +0 -2
- package/api/approvePurchaseOrders/graphql/approvePurchaseOrders.graphql.d.ts +1 -2
- package/api/approvePurchaseOrders/index.d.ts +0 -1
- package/api/cancelPurchaseOrders/cancelPurchaseOrders.d.ts +0 -2
- package/api/cancelPurchaseOrders/graphql/cancelPurchaseOrders.graphql.d.ts +1 -2
- package/api/cancelPurchaseOrders/index.d.ts +0 -1
- package/api/createPurchaseOrderApprovalRule/createPurchaseOrderApprovalRule.d.ts +0 -2
- package/api/createPurchaseOrderApprovalRule/graphql/createPurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/createPurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/currencyInfo/currencyInfo.d.ts +0 -1
- package/api/currencyInfo/graphql/currencyInfo.graphql.d.ts +0 -1
- package/api/currencyInfo/index.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/deletePurchaseOrderApprovalRule.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/graphql/deletePurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/fetch-graphql/fetch-graphql.d.ts +3 -4
- package/api/fetch-graphql/index.d.ts +0 -1
- package/api/fragments.d.ts +0 -1
- package/api/getPurchaseOrder/getPurchaseOrder.d.ts +16 -2
- package/api/getPurchaseOrder/graphql/getPurchaseOrder.graphql.d.ts +1 -2
- package/api/getPurchaseOrder/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRule/getPurchaseOrderApprovalRule.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRule/graphql/getPurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRuleMetadata/getPurchaseOrderApprovalRuleMetadata.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRuleMetadata/graphql/getPurchaseOrderApprovalRuleMetadata.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRuleMetadata/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRules/getPurchaseOrderApprovalRules.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRules/graphql/getPurchaseOrderApprovalRules.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRules/index.d.ts +0 -1
- package/api/getPurchaseOrders/getPurchaseOrders.d.ts +16 -2
- package/api/getPurchaseOrders/graphql/getPurchaseOrders.graphql.d.ts +1 -2
- package/api/getPurchaseOrders/index.d.ts +0 -1
- package/api/graphql/PurchaseOrderQuoteFragment.d.ts +0 -1
- package/api/graphql/PurchaseOrdersFragment.graphql.d.ts +1 -2
- package/api/index.d.ts +0 -1
- package/api/initialize/index.d.ts +0 -1
- package/api/initialize/initialize.d.ts +19 -5
- package/api/permissions.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/graphql/placeOrderForPurchaseOrder.graphql.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/index.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/placeOrderForPurchaseOrder.d.ts +16 -2
- package/api/placePurchaseOrder/graphql/placePurchaseOrder.graphql.d.ts +1 -2
- package/api/placePurchaseOrder/index.d.ts +0 -1
- package/api/placePurchaseOrder/placePurchaseOrder.d.ts +16 -2
- package/api/rejectPurchaseOrders/graphql/rejectPurchaseOrders.graphql.d.ts +1 -2
- package/api/rejectPurchaseOrders/index.d.ts +0 -1
- package/api/rejectPurchaseOrders/rejectPurchaseOrders.d.ts +0 -2
- package/api/updatePurchaseOrderApprovalRule/graphql/updatePurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/updatePurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/updatePurchaseOrderApprovalRule/updatePurchaseOrderApprovalRule.d.ts +0 -2
- package/api/validatePurchaseOrders/graphql/validatePurchaseOrders.graphql.d.ts +1 -2
- package/api/validatePurchaseOrders/index.d.ts +0 -1
- package/api/validatePurchaseOrders/validatePurchaseOrders.d.ts +0 -2
- package/api.d.ts +1 -1
- package/api.js +12 -12
- package/api.js.map +1 -1
- package/chunks/components.js +1 -1
- package/chunks/components.js.map +1 -1
- package/components/ApprovalRuleDetailsContent/ApprovalRuleDetailsContent.d.ts +16 -2
- package/components/ApprovalRuleDetailsContent/index.d.ts +0 -1
- package/components/ApprovalRuleForm/ApprovalRuleForm.d.ts +16 -2
- package/components/ApprovalRuleForm/blocks/ErrorMessage.d.ts +16 -2
- package/components/ApprovalRuleForm/blocks/Form.d.ts +18 -4
- package/components/ApprovalRuleForm/blocks/index.d.ts +0 -1
- package/components/ApprovalRuleForm/index.d.ts +0 -1
- package/components/FormLoader/FormLoader.d.ts +16 -2
- package/components/FormLoader/index.d.ts +0 -1
- package/components/PurchaseOrderApprovalFlowContent/PurchaseOrderApprovalFlowContent.d.ts +16 -2
- package/components/PurchaseOrderApprovalFlowContent/index.d.ts +0 -1
- package/components/PurchaseOrderCommentFormContent/PurchaseOrderCommentFormContent.d.ts +16 -2
- package/components/PurchaseOrderCommentFormContent/index.d.ts +0 -1
- package/components/PurchaseOrderCommentsListContent/PurchaseOrderCommentsListContent.d.ts +16 -2
- package/components/PurchaseOrderCommentsListContent/index.d.ts +0 -1
- package/components/PurchaseOrderConfirmationContent/PurchaseOrderConfirmationContent.d.ts +16 -2
- package/components/PurchaseOrderConfirmationContent/index.d.ts +0 -1
- package/components/PurchaseOrderHistoryLogContent/PurchaseOrderHistoryLogContent.d.ts +16 -2
- package/components/PurchaseOrderHistoryLogContent/index.d.ts +0 -1
- package/components/PurchaseOrderStatusContent/PurchaseOrderStatusContent.d.ts +16 -2
- package/components/PurchaseOrderStatusContent/index.d.ts +0 -1
- package/components/PurchaseOrdersHeader/PurchaseOrdersHeader.d.ts +16 -2
- package/components/PurchaseOrdersHeader/index.d.ts +0 -1
- package/components/PurchaseOrdersTable/PurchaseOrdersTable.d.ts +16 -2
- package/components/PurchaseOrdersTable/index.d.ts +0 -1
- package/components/PurchaseOrdersTableActions/PurchaseOrdersTableActions.d.ts +16 -2
- package/components/PurchaseOrdersTableActions/index.d.ts +0 -1
- package/components/index.d.ts +0 -1
- package/configs/approvalRuleForm.config.d.ts +19 -5
- package/configs/companyPurchaseOrders.config.d.ts +16 -2
- package/configs/customerPurchaseOrders.config.d.ts +16 -2
- package/configs/index.d.ts +0 -1
- package/configs/pageSize.config.d.ts +0 -1
- package/configs/purchaseOrderApprovalRules.config.d.ts +16 -2
- package/containers/ApprovalRuleDetails/ApprovalRuleDetails.d.ts +17 -3
- package/containers/ApprovalRuleDetails/index.d.ts +0 -1
- package/containers/ApprovalRuleDetails.d.ts +1 -3
- package/containers/ApprovalRuleDetails.js +1 -1
- package/containers/ApprovalRuleForm/ApprovalRuleForm.d.ts +17 -3
- package/containers/ApprovalRuleForm/index.d.ts +0 -1
- package/containers/ApprovalRuleForm.d.ts +1 -3
- package/containers/ApprovalRuleForm.js +1 -1
- package/containers/ApprovalRulesList/ApprovalRulesList.d.ts +17 -3
- package/containers/ApprovalRulesList/index.d.ts +0 -1
- package/containers/ApprovalRulesList.d.ts +1 -3
- package/containers/ApprovalRulesList.js +1 -1
- package/containers/CompanyPurchaseOrders/CompanyPurchaseOrders.d.ts +17 -3
- package/containers/CompanyPurchaseOrders/index.d.ts +0 -1
- package/containers/CompanyPurchaseOrders.d.ts +1 -3
- package/containers/CompanyPurchaseOrders.js +1 -1
- package/containers/CustomerPurchaseOrders/CustomerPurchaseOrders.d.ts +17 -3
- package/containers/CustomerPurchaseOrders/index.d.ts +0 -1
- package/containers/CustomerPurchaseOrders.d.ts +1 -3
- package/containers/CustomerPurchaseOrders.js +1 -1
- package/containers/PurchaseOrderApprovalFlow/PurchaseOrderApprovalFlow.d.ts +17 -3
- package/containers/PurchaseOrderApprovalFlow/index.d.ts +0 -1
- package/containers/PurchaseOrderApprovalFlow.d.ts +1 -3
- package/containers/PurchaseOrderApprovalFlow.js +1 -1
- package/containers/PurchaseOrderCommentForm/PurchaseOrderCommentForm.d.ts +17 -3
- package/containers/PurchaseOrderCommentForm/index.d.ts +0 -1
- package/containers/PurchaseOrderCommentForm.d.ts +1 -3
- package/containers/PurchaseOrderCommentForm.js +1 -1
- package/containers/PurchaseOrderCommentsList/PurchaseOrderCommentsList.d.ts +17 -3
- package/containers/PurchaseOrderCommentsList/index.d.ts +0 -1
- package/containers/PurchaseOrderCommentsList.d.ts +1 -3
- package/containers/PurchaseOrderCommentsList.js +1 -1
- package/containers/PurchaseOrderConfirmation/PurchaseOrderConfirmation.d.ts +17 -3
- package/containers/PurchaseOrderConfirmation/index.d.ts +0 -1
- package/containers/PurchaseOrderConfirmation.d.ts +1 -3
- package/containers/PurchaseOrderConfirmation.js +1 -1
- package/containers/PurchaseOrderHistoryLog/PurchaseOrderHistoryLog.d.ts +17 -3
- package/containers/PurchaseOrderHistoryLog/index.d.ts +0 -1
- package/containers/PurchaseOrderHistoryLog.d.ts +1 -3
- package/containers/PurchaseOrderHistoryLog.js +1 -1
- package/containers/PurchaseOrderStatus/PurchaseOrderStatus.d.ts +17 -3
- package/containers/PurchaseOrderStatus/index.d.ts +0 -1
- package/containers/PurchaseOrderStatus.d.ts +1 -3
- package/containers/PurchaseOrderStatus.js +1 -1
- package/containers/RequireApprovalPurchaseOrders/RequireApprovalPurchaseOrders.d.ts +17 -3
- package/containers/RequireApprovalPurchaseOrders/index.d.ts +0 -1
- package/containers/RequireApprovalPurchaseOrders.d.ts +1 -3
- package/containers/RequireApprovalPurchaseOrders.js +1 -1
- package/containers/index.d.ts +0 -1
- package/data/models/cart-model.d.ts +0 -1
- package/data/models/customer-order-model.d.ts +0 -1
- package/data/models/customer-role-permissions-model.d.ts +0 -1
- package/data/models/index.d.ts +0 -1
- package/data/models/purchase-order-approval-rule-metadata-model.d.ts +0 -1
- package/data/models/purchase-order-approval-rule-model.d.ts +0 -1
- package/data/models/purchase-order-comment-model.d.ts +0 -1
- package/data/models/purchase-order-model.d.ts +0 -1
- package/data/transforms/index.d.ts +0 -1
- package/data/transforms/transform-cart.d.ts +16 -2
- package/data/transforms/transform-customer-order.d.ts +16 -2
- package/data/transforms/transform-customer-role-permissions.d.ts +16 -2
- package/data/transforms/transform-purchase-order-approval-rule-metadata.d.ts +16 -2
- package/data/transforms/transform-purchase-order-approval-rule.d.ts +16 -2
- package/data/transforms/transform-purchase-order-comment.d.ts +16 -2
- package/data/transforms/transform-purchase-order.d.ts +16 -2
- package/hooks/index.d.ts +0 -1
- package/hooks/useApprovalRuleDetails.d.ts +16 -2
- package/hooks/useApprovalRuleForm.d.ts +16 -2
- package/hooks/useApprovalRulesList.d.ts +16 -2
- package/hooks/useCustomerRolePermissions.d.ts +16 -2
- package/hooks/usePurchaseOrderData.d.ts +16 -2
- package/hooks/usePurchaseOrderStatus.d.ts +16 -2
- package/hooks/usePurchaseOrders.d.ts +16 -2
- package/lib/case-converter.d.ts +0 -1
- package/lib/cleanAndDeep.d.ts +0 -1
- package/lib/fetch-error.d.ts +0 -1
- package/lib/formValidation.d.ts +16 -2
- package/lib/formatDate.d.ts +0 -1
- package/lib/getRange.d.ts +0 -1
- package/lib/getStatusVariant.d.ts +0 -1
- package/lib/index.d.ts +1 -1
- package/lib/isValidUrl.d.ts +0 -1
- package/lib/navigation.d.ts +1 -0
- package/lib/network-error.d.ts +0 -1
- package/lib/transformToFormValues.d.ts +16 -2
- package/lib/updateFormFieldValue.d.ts +16 -2
- package/mocks/index.d.ts +2 -3
- package/mocks/storybook/approval-rules.d.ts +18 -0
- package/mocks/storybook/events-data.d.ts +6 -2
- package/mocks/storybook/index.d.ts +0 -1
- package/mocks/storybook/purchase-orders.d.ts +179 -0
- package/package.json +1 -1
- package/render/Provider.d.ts +16 -2
- package/render/index.d.ts +0 -1
- package/render/render.d.ts +17 -3
- package/render.d.ts +1 -1
- package/types/api/api.enums.types.d.ts +0 -1
- package/types/api/index.d.ts +0 -1
- package/types/components/approvalFlowContent.types.d.ts +0 -2
- package/types/components/approvalRuleDetailsContentProps.types.d.ts +16 -2
- package/types/components/approvalRuleForm.types.d.ts +16 -2
- package/types/components/historyLogContent.types.d.ts +0 -2
- package/types/components/index.d.ts +0 -1
- package/types/components/pagination.types.d.ts +0 -1
- package/types/components/purchaseOrderCommentFormContent.types.d.ts +0 -2
- package/types/components/purchaseOrderCommentsListContent.types.d.ts +0 -2
- package/types/components/purchaseOrderConfirmationContent.types.d.ts +16 -2
- package/types/components/purchaseOrderHistoryLogContent.types.d.ts +16 -2
- package/types/components/purchaseOrderStatusContent.types.d.ts +17 -3
- package/types/components/purchaseOrdersTable.types.d.ts +16 -2
- package/types/components/purchaseOrdersTableActions.d.ts +0 -1
- package/types/containers/approvalRuleDetailsProps.types.d.ts +0 -1
- package/types/containers/approvalRuleForm.types.d.ts +16 -2
- package/types/containers/approvalRulesList.types.d.ts +16 -2
- package/types/containers/companyPurchaseOrders.types.d.ts +16 -2
- package/types/containers/customerPurchaseOrders.types.d.ts +16 -2
- package/types/containers/historyLog.types.d.ts +0 -1
- package/types/containers/index.d.ts +0 -1
- package/types/containers/purchaseOrderApprovalFlow.types.d.ts +0 -1
- package/types/containers/purchaseOrderCommentForm.types.d.ts +0 -1
- package/types/containers/purchaseOrderCommentsList.types.d.ts +0 -1
- package/types/containers/purchaseOrderConfirmationProps.types.d.ts +16 -2
- package/types/containers/purchaseOrderHistoryLog.types.d.ts +0 -1
- package/types/containers/purchaseOrderStatus.types.d.ts +17 -3
- package/types/containers/requireApprovalPurchaseOrders.types.d.ts +16 -2
- package/types/hooks/index.d.ts +0 -1
- package/types/hooks/useApprovalRuleDetails.types.d.ts +0 -1
- package/types/hooks/useApprovalRuleForm.types.d.ts +16 -2
- package/types/hooks/useApprovalRulesList.types.d.ts +16 -2
- package/types/hooks/usePurchaseOrderStatus.types.d.ts +17 -3
- package/types/hooks/usePurchaseOrders.types.d.ts +16 -2
- package/i18n/en_US.json.d.ts +0 -310
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @dropins/storefront-purchase-order
|
|
2
2
|
|
|
3
|
+
## 1.2.1-beta.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1969b8e: Bump SDK beta versions
|
|
8
|
+
|
|
9
|
+
## 1.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- ec5b9f8: Removed the `engines.node` constraint from `package.json`. This package targets browser environments exclusively and does not depend on a specific Node.js runtime version. The package is now built and distributed using Node.js 22 LTS.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- d2240ff: Bump @adobe-commerce/elsie to v1.9.0-beta.3
|
|
18
|
+
- d88f96a: Bump commerce packages to latest stable version
|
|
19
|
+
|
|
3
20
|
## 1.2.0-beta.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderCommentModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const addPurchaseOrderComment: (uid: string, comment: string) => Promise<PurchaseOrderCommentModel>;
|
|
4
|
-
//# sourceMappingURL=addPurchaseOrderComment.d.ts.map
|
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const ADD_PURCHASE_ORDER_COMMENT = "\n mutation ADD_PURCHASE_ORDER_COMMENT(\n $purchaseOrderUid: ID!\n $comment: String!\n ) {\n addPurchaseOrderComment(\n input: { purchase_order_uid: $purchaseOrderUid, comment: $comment }\n ) {\n comment {\n created_at\n text\n uid\n author {\n allow_remote_shopping_assistance\n confirmation_status\n created_at\n date_of_birth\n email\n firstname\n gender\n job_title\n lastname\n middlename\n prefix\n status\n structure_id\n suffix\n telephone\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=addPurchaseOrderComment.graphql.d.ts.map
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { CartModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const addPurchaseOrderItemsToCart: (purchaseOrderUid: string, cartId: string, replaceExistingCartItems?: boolean) => Promise<CartModel>;
|
|
4
|
-
//# sourceMappingURL=addPurchaseOrderItemsToCart.d.ts.map
|
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const ADD_PURCHASE_ORDER_ITEMS_TO_CART = "\n mutation ADD_PURCHASE_ORDER_ITEMS_TO_CART(\n $purchaseOrderUid: ID!\n $cartId: String!\n $replaceExistingCartItems: Boolean!\n ) {\n addPurchaseOrderItemsToCart(\n input: {\n purchase_order_uid: $purchaseOrderUid\n cart_id: $cartId\n replace_existing_cart_items: $replaceExistingCartItems\n }\n ) {\n cart {\n id\n itemsV2 {\n items {\n uid\n quantity\n product {\n uid\n name\n sku\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=addPurchaseOrderItemsToCart.graphql.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PurchaseOrderModel } from '../../data/models';
|
|
2
|
-
|
|
3
2
|
export declare const approvePurchaseOrders: (uids: string | string[]) => Promise<{
|
|
4
3
|
errors: {
|
|
5
4
|
message: string;
|
|
@@ -7,4 +6,3 @@ export declare const approvePurchaseOrders: (uids: string | string[]) => Promise
|
|
|
7
6
|
}[];
|
|
8
7
|
purchaseOrders: PurchaseOrderModel[];
|
|
9
8
|
}>;
|
|
10
|
-
//# sourceMappingURL=approvePurchaseOrders.d.ts.map
|
|
@@ -14,5 +14,4 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const APPROVE_PURCHASE_ORDERS:
|
|
18
|
-
//# sourceMappingURL=approvePurchaseOrders.graphql.d.ts.map
|
|
17
|
+
export declare const APPROVE_PURCHASE_ORDERS = "\n mutation APPROVE_PURCHASE_ORDERS($input: PurchaseOrdersActionInput!) {\n approvePurchaseOrders(input: $input) {\n purchase_orders {\n ...PURCHASE_ORDERS_FRAGMENT\n }\n errors {\n message\n type\n }\n }\n }\n \n fragment PURCHASE_ORDERS_FRAGMENT on PurchaseOrder {\n __typename\n uid\n number\n status\n available_actions\n approval_flow {\n events {\n name\n role\n message\n status\n updated_at\n }\n rule_name\n }\n comments {\n created_at\n author {\n firstname\n lastname\n email\n }\n text\n }\n created_at\n updated_at\n created_by {\n firstname\n lastname\n email\n }\n history_log {\n message\n created_at\n activity\n __typename\n uid\n }\n order {\n number\n }\n quote {\n ...PURCHASE_ORDER_QUOTE_FRAGMENT\n }\n }\n \n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n\n\n";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PurchaseOrderModel } from '../../data/models';
|
|
2
|
-
|
|
3
2
|
export declare const cancelPurchaseOrders: (uids: string | string[]) => Promise<{
|
|
4
3
|
errors: {
|
|
5
4
|
message: string;
|
|
@@ -7,4 +6,3 @@ export declare const cancelPurchaseOrders: (uids: string | string[]) => Promise<
|
|
|
7
6
|
}[];
|
|
8
7
|
purchaseOrders: PurchaseOrderModel[];
|
|
9
8
|
}>;
|
|
10
|
-
//# sourceMappingURL=cancelPurchaseOrders.d.ts.map
|
|
@@ -14,5 +14,4 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const CANCEL_PURCHASE_ORDERS:
|
|
18
|
-
//# sourceMappingURL=cancelPurchaseOrders.graphql.d.ts.map
|
|
17
|
+
export declare const CANCEL_PURCHASE_ORDERS = "\n mutation CANCEL_PURCHASE_ORDERS($input: PurchaseOrdersActionInput!) {\n cancelPurchaseOrders(input: $input) {\n purchase_orders {\n ...PURCHASE_ORDERS_FRAGMENT\n }\n errors {\n message\n type\n }\n }\n }\n \n fragment PURCHASE_ORDERS_FRAGMENT on PurchaseOrder {\n __typename\n uid\n number\n status\n available_actions\n approval_flow {\n events {\n name\n role\n message\n status\n updated_at\n }\n rule_name\n }\n comments {\n created_at\n author {\n firstname\n lastname\n email\n }\n text\n }\n created_at\n updated_at\n created_by {\n firstname\n lastname\n email\n }\n history_log {\n message\n created_at\n activity\n __typename\n uid\n }\n order {\n number\n }\n quote {\n ...PURCHASE_ORDER_QUOTE_FRAGMENT\n }\n }\n \n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n\n\n";
|
|
@@ -1,4 +1,2 @@
|
|
|
1
1
|
import { PurchaseOrderApprovalRuleModel } from '../../data/models/purchase-order-approval-rule-model';
|
|
2
|
-
|
|
3
2
|
export declare const createPurchaseOrderApprovalRule: (input: any) => Promise<PurchaseOrderApprovalRuleModel>;
|
|
4
|
-
//# sourceMappingURL=createPurchaseOrderApprovalRule.d.ts.map
|
package/api/createPurchaseOrderApprovalRule/graphql/createPurchaseOrderApprovalRule.graphql.d.ts
CHANGED
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const CREATE_PURCHASE_ORDER_APPROVAL_RULE = "\n mutation CREATE_PURCHASE_ORDER_APPROVAL_RULE(\n $input: PurchaseOrderApprovalRuleInput!\n ) {\n createPurchaseOrderApprovalRule(input: $input) {\n created_at\n created_by\n description\n name\n status\n uid\n updated_at\n applies_to_roles {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n }\n }\n condition {\n attribute\n operator\n }\n approver_roles {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=createPurchaseOrderApprovalRule.graphql.d.ts.map
|
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const GET_CURRENCY_INFO = "\n query GET_CURRENCY_INFO {\n currency {\n base_currency_code\n available_currency_codes\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=currencyInfo.graphql.d.ts.map
|
package/api/deletePurchaseOrderApprovalRule/graphql/deletePurchaseOrderApprovalRule.graphql.d.ts
CHANGED
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const DELETE_PURCHASE_ORDER_APPROVAL_RULE = "\n mutation DELETE_PURCHASE_ORDER_APPROVAL_RULE(\n $input: DeletePurchaseOrderApprovalRuleInput!\n ) {\n deletePurchaseOrderApprovalRule(input: $input) {\n errors {\n message\n type\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=deletePurchaseOrderApprovalRule.graphql.d.ts.map
|
|
@@ -14,11 +14,10 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const setEndpoint: (endpoint: string) => void, setFetchGraphQlHeader: (key: string, value: string | null) => void, removeFetchGraphQlHeader: (key: string) => void, setFetchGraphQlHeaders: (header: import(
|
|
18
|
-
errors?: import(
|
|
17
|
+
export declare const setEndpoint: (endpoint: string) => void, setFetchGraphQlHeader: (key: string, value: string | null) => void, removeFetchGraphQlHeader: (key: string) => void, setFetchGraphQlHeaders: (header: import("@adobe-commerce/fetch-graphql").Header | ((prev: import("@adobe-commerce/fetch-graphql").Header) => import("@adobe-commerce/fetch-graphql").Header)) => void, fetchGraphQl: <T = any>(query: string, options?: import("@adobe-commerce/fetch-graphql").FetchOptions) => Promise<{
|
|
18
|
+
errors?: import("@adobe-commerce/fetch-graphql").FetchQueryError;
|
|
19
19
|
data: T;
|
|
20
20
|
}>, getConfig: () => {
|
|
21
21
|
endpoint: string | undefined;
|
|
22
|
-
fetchGraphQlHeaders: import(
|
|
22
|
+
fetchGraphQlHeaders: import("@adobe-commerce/fetch-graphql").Header;
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=fetch-graphql.d.ts.map
|
package/api/fragments.d.ts
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const getPurchaseOrder: (uid: string) => Promise<{
|
|
4
19
|
purchaseOrder: PurchaseOrderModel;
|
|
5
20
|
}>;
|
|
6
|
-
//# sourceMappingURL=getPurchaseOrder.d.ts.map
|
|
@@ -14,5 +14,4 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const GET_PURCHASE_ORDER:
|
|
18
|
-
//# sourceMappingURL=getPurchaseOrder.graphql.d.ts.map
|
|
17
|
+
export declare const GET_PURCHASE_ORDER = "\n query GET_PURCHASE_ORDER($uid: ID!) {\n customer {\n purchase_order(uid: $uid) {\n ...PURCHASE_ORDERS_FRAGMENT\n }\n }\n }\n \n fragment PURCHASE_ORDERS_FRAGMENT on PurchaseOrder {\n __typename\n uid\n number\n status\n available_actions\n approval_flow {\n events {\n name\n role\n message\n status\n updated_at\n }\n rule_name\n }\n comments {\n created_at\n author {\n firstname\n lastname\n email\n }\n text\n }\n created_at\n updated_at\n created_by {\n firstname\n lastname\n email\n }\n history_log {\n message\n created_at\n activity\n __typename\n uid\n }\n order {\n number\n }\n quote {\n ...PURCHASE_ORDER_QUOTE_FRAGMENT\n }\n }\n \n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n\n\n";
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderApprovalRuleModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const getPurchaseOrderApprovalRule: (id: string) => Promise<PurchaseOrderApprovalRuleModel>;
|
|
4
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRule.d.ts.map
|
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const GET_PURCHASE_ORDER_APPROVAL_RULE = "\n query GET_PURCHASE_ORDER_APPROVAL_RULE($uid: ID!) {\n customer {\n purchase_order_approval_rule(uid: $uid) {\n created_at\n created_by\n description\n name\n status\n uid\n updated_at\n applies_to_roles {\n id\n name\n users_count\n }\n approver_roles {\n id\n name\n users_count\n }\n condition {\n attribute\n operator\n ... on PurchaseOrderApprovalRuleConditionAmount {\n attribute\n operator\n amount {\n currency\n value\n }\n }\n ... on PurchaseOrderApprovalRuleConditionQuantity {\n attribute\n operator\n quantity\n }\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRule.graphql.d.ts.map
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderApprovalRuleMetadataModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const getPurchaseOrderApprovalRuleMetadata: () => Promise<PurchaseOrderApprovalRuleMetadataModel>;
|
|
4
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRuleMetadata.d.ts.map
|
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const GET_PURCHASE_ORDER_APPROVAL_RULE_METADATA = "\n query GET_PURCHASE_ORDER_APPROVAL_RULE_METADATA {\n customer {\n purchase_order_approval_rule_metadata {\n available_applies_to {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n children {\n id\n sort_order\n text\n }\n }\n }\n available_requires_approval_from {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n children {\n id\n sort_order\n text\n }\n }\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRuleMetadata.graphql.d.ts.map
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderApprovalRuleModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const getPurchaseOrderApprovalRules: (currentPage?: number, pageSize?: number) => Promise<{
|
|
4
19
|
totalCount: number;
|
|
5
20
|
pageInfo: {
|
|
@@ -9,4 +24,3 @@ export declare const getPurchaseOrderApprovalRules: (currentPage?: number, pageS
|
|
|
9
24
|
};
|
|
10
25
|
items: PurchaseOrderApprovalRuleModel[];
|
|
11
26
|
}>;
|
|
12
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRules.d.ts.map
|
package/api/getPurchaseOrderApprovalRules/graphql/getPurchaseOrderApprovalRules.graphql.d.ts
CHANGED
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const GET_PURCHASE_ORDER_APPROVAL_RULES = "\n query GET_PURCHASE_ORDER_APPROVAL_RULES($currentPage: Int!, $pageSize: Int!) {\n customer {\n email\n purchase_order_approval_rules(\n currentPage: $currentPage\n pageSize: $pageSize\n ) {\n items {\n applies_to_roles {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n children {\n id\n sort_order\n text\n }\n }\n }\n approver_roles {\n id\n name\n users_count\n permissions {\n id\n sort_order\n text\n children {\n id\n sort_order\n text\n }\n }\n }\n condition {\n attribute\n operator\n }\n created_at\n created_by\n description\n name\n status\n uid\n updated_at\n }\n total_count\n page_info {\n page_size\n current_page\n total_pages\n }\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=getPurchaseOrderApprovalRules.graphql.d.ts.map
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { PurchaseOrderModel } from '../../data/models';
|
|
2
|
-
|
|
3
18
|
export declare const getPurchaseOrders: (filter?: any, pageSize?: number, currentPage?: number) => Promise<{
|
|
4
19
|
totalCount: number;
|
|
5
20
|
pageInfo: {
|
|
@@ -9,4 +24,3 @@ export declare const getPurchaseOrders: (filter?: any, pageSize?: number, curren
|
|
|
9
24
|
};
|
|
10
25
|
purchaseOrderItems: PurchaseOrderModel[];
|
|
11
26
|
}>;
|
|
12
|
-
//# sourceMappingURL=getPurchaseOrders.d.ts.map
|
|
@@ -14,5 +14,4 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const GET_PURCHASE_ORDERS:
|
|
18
|
-
//# sourceMappingURL=getPurchaseOrders.graphql.d.ts.map
|
|
17
|
+
export declare const GET_PURCHASE_ORDERS = "\n query GET_PURCHASE_ORDERS(\n $filter: PurchaseOrdersFilterInput\n $pageSize: Int\n $currentPage: Int\n ) {\n customer {\n purchase_orders(\n filter: $filter\n pageSize: $pageSize\n currentPage: $currentPage\n ) {\n total_count\n page_info {\n current_page\n page_size\n total_pages\n }\n items {\n ...PURCHASE_ORDERS_FRAGMENT\n }\n }\n }\n }\n \n fragment PURCHASE_ORDERS_FRAGMENT on PurchaseOrder {\n __typename\n uid\n number\n status\n available_actions\n approval_flow {\n events {\n name\n role\n message\n status\n updated_at\n }\n rule_name\n }\n comments {\n created_at\n author {\n firstname\n lastname\n email\n }\n text\n }\n created_at\n updated_at\n created_by {\n firstname\n lastname\n email\n }\n history_log {\n message\n created_at\n activity\n __typename\n uid\n }\n order {\n number\n }\n quote {\n ...PURCHASE_ORDER_QUOTE_FRAGMENT\n }\n }\n \n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n\n\n";
|
|
@@ -19,4 +19,3 @@
|
|
|
19
19
|
* Some fields from full Cart type may not be available in purchase_order.quote
|
|
20
20
|
*/
|
|
21
21
|
export declare const PURCHASE_ORDER_QUOTE_FRAGMENT = "\n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n";
|
|
22
|
-
//# sourceMappingURL=PurchaseOrderQuoteFragment.d.ts.map
|
|
@@ -14,5 +14,4 @@
|
|
|
14
14
|
* is strictly forbidden unless prior written permission is obtained
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
|
-
export declare const PURCHASE_ORDERS_FRAGMENT:
|
|
18
|
-
//# sourceMappingURL=PurchaseOrdersFragment.graphql.d.ts.map
|
|
17
|
+
export declare const PURCHASE_ORDERS_FRAGMENT = "\n fragment PURCHASE_ORDERS_FRAGMENT on PurchaseOrder {\n __typename\n uid\n number\n status\n available_actions\n approval_flow {\n events {\n name\n role\n message\n status\n updated_at\n }\n rule_name\n }\n comments {\n created_at\n author {\n firstname\n lastname\n email\n }\n text\n }\n created_at\n updated_at\n created_by {\n firstname\n lastname\n email\n }\n history_log {\n message\n created_at\n activity\n __typename\n uid\n }\n order {\n number\n }\n quote {\n ...PURCHASE_ORDER_QUOTE_FRAGMENT\n }\n }\n \n fragment PURCHASE_ORDER_QUOTE_FRAGMENT on Cart {\n __typename\n id\n email\n is_virtual\n total_quantity\n applied_coupons {\n code\n }\n applied_gift_cards {\n code\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n expiration_date\n }\n applied_reward_points {\n money {\n value\n currency\n }\n points\n }\n applied_store_credit {\n applied_balance {\n value\n currency\n }\n current_balance {\n value\n currency\n }\n }\n available_gift_wrappings {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n gift_message {\n from\n to\n message\n }\n gift_receipt_included\n gift_wrapping {\n uid\n design\n price {\n value\n currency\n }\n image {\n url\n label\n }\n }\n printed_card_included\n available_payment_methods {\n code\n title\n is_deferred\n }\n selected_payment_method {\n code\n title\n }\n billing_address {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n }\n shipping_addresses {\n city\n company\n country {\n code\n label\n }\n firstname\n lastname\n postcode\n region {\n code\n label\n }\n street\n telephone\n custom_attributes {\n code\n }\n fax\n id\n middlename\n prefix\n suffix\n uid\n vat_id\n available_shipping_methods {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n }\n }\n rules {\n uid\n }\n itemsV2(pageSize: 100, currentPage: 1) {\n items {\n uid\n quantity\n product {\n __typename\n uid\n name\n sku\n url_key\n canonical_url\n stock_status\n only_x_left_in_stock\n image {\n url\n label\n }\n small_image {\n url\n label\n }\n thumbnail {\n url\n label\n }\n price_range {\n maximum_price {\n regular_price {\n value\n currency\n }\n final_price {\n value\n currency\n }\n }\n }\n }\n prices {\n price {\n value\n currency\n }\n price_including_tax {\n value\n currency\n }\n original_item_price {\n value\n currency\n }\n original_row_total {\n value\n currency\n }\n row_total {\n value\n currency\n }\n row_total_including_tax {\n value\n currency\n }\n total_item_discount {\n value\n currency\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n fixed_product_taxes {\n label\n amount {\n value\n currency\n }\n }\n }\n ... on SimpleCartItem {\n customizable_options {\n label\n values {\n label\n value\n }\n }\n }\n ... on ConfigurableCartItem {\n configurable_options {\n option_label\n value_label\n }\n }\n ... on BundleCartItem {\n bundle_options {\n uid\n label\n type\n values {\n uid\n label\n quantity\n }\n }\n }\n ... on DownloadableCartItem {\n links {\n uid\n title\n }\n }\n ... on GiftCardCartItem {\n sender_name\n sender_email\n recipient_name\n recipient_email\n message\n amount {\n value\n currency\n }\n }\n errors {\n code\n message\n }\n is_available\n max_qty\n min_qty\n not_available_message\n note_from_buyer {\n note_uid\n note\n created_at\n }\n note_from_seller {\n note_uid\n note\n created_at\n }\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n prices {\n grand_total {\n value\n currency\n }\n grand_total_excluding_tax {\n value\n currency\n }\n subtotal_excluding_tax {\n value\n currency\n }\n subtotal_including_tax {\n value\n currency\n }\n subtotal_with_discount_excluding_tax {\n value\n currency\n }\n applied_taxes {\n label\n amount {\n value\n currency\n }\n }\n discounts {\n label\n amount {\n value\n currency\n }\n }\n gift_options {\n gift_wrapping_for_items {\n value\n currency\n }\n gift_wrapping_for_items_incl_tax {\n value\n currency\n }\n gift_wrapping_for_order {\n value\n currency\n }\n gift_wrapping_for_order_incl_tax {\n value\n currency\n }\n printed_card {\n value\n currency\n }\n printed_card_incl_tax {\n value\n currency\n }\n }\n }\n }\n\n";
|
package/api/index.d.ts
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
17
|
+
import { Initializer } from '@dropins/tools/lib';
|
|
18
|
+
import { Lang } from '@dropins/tools/i18n';
|
|
4
19
|
type ConfigProps = {
|
|
5
20
|
langDefinitions?: Lang;
|
|
6
21
|
poRef?: string;
|
|
7
22
|
};
|
|
8
23
|
export declare const initialize: Initializer<ConfigProps>;
|
|
9
|
-
export declare const config: import(
|
|
24
|
+
export declare const config: import("@dropins/tools/lib").Config<ConfigProps>;
|
|
10
25
|
export {};
|
|
11
|
-
//# sourceMappingURL=initialize.d.ts.map
|
package/api/permissions.d.ts
CHANGED
|
@@ -15,4 +15,3 @@
|
|
|
15
15
|
* from Adobe.
|
|
16
16
|
*******************************************************************/
|
|
17
17
|
export declare const PLACE_ORDER_FOR_PURCHASE_ORDER = "\n mutation PLACE_ORDER_FOR_PURCHASE_ORDER(\n $input: PlaceOrderForPurchaseOrderInput!\n ) {\n placeOrderForPurchaseOrder(input: $input) {\n order {\n available_actions\n carrier\n email\n gift_receipt_included\n id\n is_virtual\n number\n order_date\n order_status_change_date\n printed_card_included\n shipping_method\n status\n token\n }\n }\n }\n";
|
|
18
|
-
//# sourceMappingURL=placeOrderForPurchaseOrder.graphql.d.ts.map
|