@heliofi/common 0.2.71 → 0.2.73

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 (33) 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/webhook/paylink/paylink-hook/entities/PaylinkHookEvent.entity.d.ts +6 -0
  4. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHookEvent.entity.js +23 -1
  5. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/PaylinkHookEvent.entity.js.map +1 -1
  6. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/index.d.ts +1 -0
  7. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/index.js +18 -0
  8. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/index.js.map +1 -0
  9. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/retryAttemps.d.ts +1 -0
  10. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/retryAttemps.js +5 -0
  11. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/constants/retryAttemps.js.map +1 -0
  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/src/domain/model/webhook/paylink/paylink-hook-event/entities/BasePaylinkHookEvents.entity.d.ts +1 -1
  22. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.d.ts +1 -0
  23. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.js +1 -0
  24. package/dist/src/domain/model/webhook/paylink/paylink-hook-event/index.js.map +1 -1
  25. package/dist/src/domain/services/ClusterService.js +1 -1
  26. package/dist/src/domain/services/ClusterService.js.map +1 -1
  27. package/dist/tsconfig.tsbuildinfo +1 -1
  28. package/package.json +2 -2
  29. package/dist/src/domain/constants/RedirectQueryParams.js.map +0 -1
  30. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.d.ts +0 -4
  31. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js +0 -8
  32. package/dist/src/domain/model/webhook/paylink/paylink-hook/entities/HookSecret.entity.js.map +0 -1
  33. /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.71",
4
+ "version": "0.2.73",
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": "3c5019dd10e7532075f3f501487f28bdb115b1db"
34
+ "gitHead": "7dc9b9fa896579319a36c691d53e6731a20c621c"
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"}