@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.
Files changed (36) hide show
  1. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +4 -0
  2. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +8 -0
  3. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +1 -0
  4. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +4 -0
  5. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +8 -0
  6. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +1 -0
  7. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +1 -0
  8. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +18 -0
  9. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +1 -0
  10. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +1 -0
  11. package/dist/src/domain/model/prepare-refund/shopify/index.js +18 -0
  12. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +1 -0
  13. package/dist/src/domain/model/refund-request/dtos/GetRefundRequestsQueryParams.js +2 -2
  14. package/dist/src/domain/model/refund-request/dtos/GetRefundRequestsQueryParams.js.map +1 -1
  15. package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.d.ts +3 -0
  16. package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.js +22 -0
  17. package/dist/src/domain/model/refund-request/dtos/approveRefundRequest.dto.js.map +1 -0
  18. package/dist/src/domain/model/shopify-merchant/entities/ShopifyMerchant.entity.d.ts +1 -0
  19. package/dist/src/domain/model/shopify-merchant/entities/ShopifyMerchant.entity.js.map +1 -1
  20. package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.d.ts +0 -2
  21. package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.js +0 -7
  22. package/dist/src/domain/model/shopify-pay/dtos/createShopifyPayment.dto.js.map +1 -1
  23. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +1 -1
  24. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +3 -4
  25. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +1 -1
  26. package/dist/src/domain/model/submit-shopify-refund/dtos/index.d.ts +1 -0
  27. package/dist/src/domain/model/submit-shopify-refund/dtos/index.js +18 -0
  28. package/dist/src/domain/model/submit-shopify-refund/dtos/index.js.map +1 -0
  29. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +8 -0
  30. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js +43 -0
  31. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +1 -0
  32. package/dist/src/domain/model/submit-shopify-refund/index.d.ts +1 -0
  33. package/dist/src/domain/model/submit-shopify-refund/index.js +18 -0
  34. package/dist/src/domain/model/submit-shopify-refund/index.js.map +1 -0
  35. package/dist/tsconfig.tsbuildinfo +1 -1
  36. 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.519",
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": "c0d7d331e90239bf543377b3c032396bf5eec0bb"
32
+ "gitHead": "f642a96e3e9aedb37fdd2416531042ce82f12197"
33
33
  }