@heliofi/common 0.1.541 → 0.1.542
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/charge/dtos/createChargeByApiKey.dto.d.ts +6 -0
- package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js +35 -0
- package/dist/src/domain/model/charge/dtos/createChargeByApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/charge/dtos/index.js +2 -0
- package/dist/src/domain/model/charge/dtos/index.js.map +1 -1
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromApiKeyCharge.dto.d.ts +17 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromApiKeyCharge.dto.js +81 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromApiKeyCharge.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareSwapTransactionCharge.dto.d.ts +2 -1
- package/dist/src/domain/model/charge/dtos/prepareSwapTransactionCharge.dto.js +5 -0
- package/dist/src/domain/model/charge/dtos/prepareSwapTransactionCharge.dto.js.map +1 -1
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +19 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +87 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +19 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +87 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +5 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +28 -0
- package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +1 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.d.ts +1 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js +5 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js.map +1 -1
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +4 -0
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +7 -0
- package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +1 -0
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +3 -3
- package/dist/src/domain/model/charge/entities/EnrichedChargePageUrl.entity.d.ts +4 -0
- package/dist/src/domain/model/charge/entities/EnrichedChargePageUrl.entity.js +7 -0
- package/dist/src/domain/model/charge/entities/EnrichedChargePageUrl.entity.js.map +1 -0
- package/dist/src/domain/model/charge/entities/index.d.ts +1 -0
- package/dist/src/domain/model/charge/entities/index.js +1 -0
- package/dist/src/domain/model/charge/entities/index.js.map +1 -1
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +2 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
- package/dist/src/domain/model/currency/entities/index.d.ts +1 -0
- package/dist/src/domain/model/currency/entities/index.js +1 -0
- package/dist/src/domain/model/currency/entities/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- 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/stripe/dtos/createStripeSessionRequest.dto.d.ts +7 -0
- package/dist/src/domain/model/stripe/dtos/createStripeSessionRequest.dto.js +38 -0
- package/dist/src/domain/model/stripe/dtos/createStripeSessionRequest.dto.js.map +1 -0
- package/dist/src/domain/model/stripe/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/stripe/dtos/index.js +18 -0
- package/dist/src/domain/model/stripe/dtos/index.js.map +1 -0
- package/dist/src/domain/model/stripe/entities/CreateStripeSessionResponse.entity.d.ts +4 -0
- package/dist/src/domain/model/stripe/entities/CreateStripeSessionResponse.entity.js +8 -0
- package/dist/src/domain/model/stripe/entities/CreateStripeSessionResponse.entity.js.map +1 -0
- package/dist/src/domain/model/stripe/entities/index.d.ts +1 -0
- package/dist/src/domain/model/stripe/entities/index.js +18 -0
- package/dist/src/domain/model/stripe/entities/index.js.map +1 -0
- package/dist/src/domain/model/stripe/index.d.ts +2 -0
- package/dist/src/domain/model/stripe/index.js +19 -0
- package/dist/src/domain/model/stripe/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.542",
|
|
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": "88f90c2b4fc8f940fa91bfc27b2498faaa6957f0"
|
|
33
33
|
}
|