@heliofi/common 0.1.519 → 0.1.522
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +4 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +8 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +4 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +8 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +18 -0
- package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.js +18 -0
- package/dist/src/domain/model/prepare-refund/shopify/index.js.map +1 -0
- package/dist/src/domain/model/refund-request/dtos/GetRefundRequestsQueryParams.js +2 -2
- package/dist/src/domain/model/refund-request/dtos/GetRefundRequestsQueryParams.js.map +1 -1
- package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.d.ts +3 -0
- package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.js +22 -0
- package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.js.map +1 -0
- package/dist/src/domain/model/shopify-merchant/entities/ShopifyMerchant.entity.d.ts +1 -0
- package/dist/src/domain/model/shopify-merchant/entities/ShopifyMerchant.entity.js.map +1 -1
- package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.d.ts +0 -2
- package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.js +0 -7
- package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.js.map +1 -1
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +1 -1
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +3 -4
- package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +1 -1
- package/dist/src/domain/model/submit-shopify-refund/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/submit-shopify-refund/dtos/index.js +18 -0
- package/dist/src/domain/model/submit-shopify-refund/dtos/index.js.map +1 -0
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +8 -0
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js +43 -0
- package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +1 -0
- package/dist/src/domain/model/submit-shopify-refund/index.d.ts +1 -0
- package/dist/src/domain/model/submit-shopify-refund/index.js +18 -0
- package/dist/src/domain/model/submit-shopify-refund/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.522",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"ts-loader": "^9.3.1",
|
|
30
30
|
"typescript": "4.8.4"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "f642a96e3e9aedb37fdd2416531042ce82f12197"
|
|
33
33
|
}
|