@heliofi/common 0.2.74 → 0.2.75

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 (27) hide show
  1. package/dist/src/domain/constants/{RedirectQueryParams.js → redirectQueryParams.js} +1 -1
  2. package/dist/src/domain/constants/redirectQueryParams.js.map +1 -0
  3. package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +0 -1
  4. package/dist/src/domain/model/charge/dtos/createCharge.dto.js +0 -5
  5. package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
  6. package/dist/src/domain/model/charge/dtos/createChargeWithUsdcAmount.dto.d.ts +4 -0
  7. package/dist/src/domain/model/charge/dtos/createChargeWithUsdcAmount.dto.js +23 -0
  8. package/dist/src/domain/model/charge/dtos/createChargeWithUsdcAmount.dto.js.map +1 -0
  9. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.d.ts +1 -0
  10. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js +5 -0
  11. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js.map +1 -1
  12. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/createPaylinkHookEvent.dto.d.ts +10 -0
  13. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/createPaylinkHookEvent.dto.js +45 -0
  14. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/createPaylinkHookEvent.dto.js.map +1 -0
  15. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/index.d.ts +2 -0
  16. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/index.js +19 -0
  17. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/index.js.map +1 -0
  18. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/updatePaylinkHookEvent.dto.d.ts +6 -0
  19. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/updatePaylinkHookEvent.dto.js +33 -0
  20. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/dtos/updatePaylinkHookEvent.dto.js.map +1 -0
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +2 -2
  23. package/dist/src/domain/constants/RedirectQueryParams.js.map +0 -1
  24. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.d.ts +0 -4
  25. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js +0 -8
  26. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map +0 -1
  27. /package/dist/src/domain/constants/{RedirectQueryParams.d.ts → redirectQueryParams.d.ts} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.2.74",
4
+ "version": "0.2.75",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -31,5 +31,5 @@
31
31
  "ts-loader": "^9.3.1",
32
32
  "typescript": "4.8.4"
33
33
  },
34
- "gitHead": "f5810cf13b1ed1b68a8b9cc264518936d69a4d25"
34
+ "gitHead": "02197a5f52ffab971febc4dd6672da2d9ea770b8"
35
35
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedirectQueryParams.js","sourceRoot":"","sources":["../../../../src/domain/constants/RedirectQueryParams.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,wDAAiC,CAAA;AACnC,CAAC,EAFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAE9B"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../../../entity';
2
- export declare class HookSecret extends Entity {
3
- sharedToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HookSecret = void 0;
4
- const entity_1 = require("../../../../entity");
5
- class HookSecret extends entity_1.Entity {
6
- }
7
- exports.HookSecret = HookSecret;
8
- //# sourceMappingURL=HookSecret.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HookSecret.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAE5C,MAAa,UAAW,SAAQ,eAAM;CAErC;AAFD,gCAEC"}