@heliofi/common 0.2.318 → 0.2.319

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/model/auth/entities/AuthLoginErrorType.d.ts +4 -0
  2. package/dist/src/domain/model/auth/entities/AuthLoginErrorType.js +9 -0
  3. package/dist/src/domain/model/auth/entities/AuthLoginErrorType.js.map +1 -0
  4. package/dist/src/domain/model/auth/entities/index.d.ts +1 -0
  5. package/dist/src/domain/model/auth/entities/index.js +1 -0
  6. package/dist/src/domain/model/auth/entities/index.js.map +1 -1
  7. package/dist/src/domain/model/companyInvite/entities/CompanyInviteErrorType.d.ts +3 -0
  8. package/dist/src/domain/model/companyInvite/entities/CompanyInviteErrorType.js +8 -0
  9. package/dist/src/domain/model/companyInvite/entities/CompanyInviteErrorType.js.map +1 -0
  10. package/dist/src/domain/model/companyInvite/entities/index.d.ts +1 -0
  11. package/dist/src/domain/model/companyInvite/entities/index.js +1 -0
  12. package/dist/src/domain/model/companyInvite/entities/index.js.map +1 -1
  13. package/dist/src/domain/model/deposit-management/dtos/RefundTransaction.dto.js.map +1 -1
  14. package/dist/src/domain/model/user/constants/UserUpdateErrorType.d.ts +3 -0
  15. package/dist/src/domain/model/user/constants/UserUpdateErrorType.js +8 -0
  16. package/dist/src/domain/model/user/constants/UserUpdateErrorType.js.map +1 -0
  17. package/dist/src/domain/model/user/constants/index.d.ts +1 -0
  18. package/dist/src/domain/model/user/constants/index.js +1 -0
  19. package/dist/src/domain/model/user/constants/index.js.map +1 -1
  20. package/dist/src/domain/model/user/entities/ShallowEnrichedUserWithFirstParty.d.ts +4 -0
  21. package/dist/src/domain/model/user/entities/ShallowEnrichedUserWithFirstParty.js +8 -0
  22. package/dist/src/domain/model/user/entities/ShallowEnrichedUserWithFirstParty.js.map +1 -0
  23. package/dist/src/domain/model/user/entities/index.d.ts +1 -0
  24. package/dist/src/domain/model/user/entities/index.js +1 -0
  25. package/dist/src/domain/model/user/entities/index.js.map +1 -1
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ export declare enum AuthLoginErrorType {
2
+ PLATFORM_ACCOUNT_REDIRECT = "PLATFORM_ACCOUNT_REDIRECT",
3
+ PAYOUT_WALLET_CONFLICT = "PAYOUT_WALLET_CONFLICT"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AuthLoginErrorType = void 0;
4
+ var AuthLoginErrorType;
5
+ (function (AuthLoginErrorType) {
6
+ AuthLoginErrorType["PLATFORM_ACCOUNT_REDIRECT"] = "PLATFORM_ACCOUNT_REDIRECT";
7
+ AuthLoginErrorType["PAYOUT_WALLET_CONFLICT"] = "PAYOUT_WALLET_CONFLICT";
8
+ })(AuthLoginErrorType || (exports.AuthLoginErrorType = AuthLoginErrorType = {}));
9
+ //# sourceMappingURL=AuthLoginErrorType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthLoginErrorType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/AuthLoginErrorType.ts"],"names":[],"mappings":";;;AAKA,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAQ5B,6EAAuD,CAAA;IAEvD,uEAAiD,CAAA;AACnD,CAAC,EAXW,kBAAkB,kCAAlB,kBAAkB,QAW7B"}
@@ -10,6 +10,7 @@ export * from './AccessCodeAuthPublicConfig.entity';
10
10
  export * from './AccessCodeAuthResponse.entity';
11
11
  export * from './TwitterRedirectUrl.entity';
12
12
  export * from './AccountLookup';
13
+ export * from './AuthLoginErrorType';
13
14
  export * from './EmailAccountLookupResult';
14
15
  export * from './WalletAccountLookupResult';
15
16
  export * from './external';
@@ -26,6 +26,7 @@ __exportStar(require("./AccessCodeAuthPublicConfig.entity"), exports);
26
26
  __exportStar(require("./AccessCodeAuthResponse.entity"), exports);
27
27
  __exportStar(require("./TwitterRedirectUrl.entity"), exports);
28
28
  __exportStar(require("./AccountLookup"), exports);
29
+ __exportStar(require("./AuthLoginErrorType"), exports);
29
30
  __exportStar(require("./EmailAccountLookupResult"), exports);
30
31
  __exportStar(require("./WalletAccountLookupResult"), exports);
31
32
  __exportStar(require("./external"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,6CAA2B;AAC3B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,mEAAiD;AACjD,sDAAoC;AACpC,wDAAsC;AACtC,sEAAoD;AACpD,kEAAgD;AAChD,8DAA4C;AAC5C,kDAAgC;AAChC,6DAA2C;AAC3C,8DAA4C;AAC5C,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,6CAA2B;AAC3B,sDAAoC;AACpC,qDAAmC;AACnC,+DAA6C;AAC7C,mEAAiD;AACjD,sDAAoC;AACpC,wDAAsC;AACtC,sEAAoD;AACpD,kEAAgD;AAChD,8DAA4C;AAC5C,kDAAgC;AAChC,uDAAqC;AACrC,6DAA2C;AAC3C,8DAA4C;AAC5C,6CAA2B"}
@@ -0,0 +1,3 @@
1
+ export declare enum CompanyInviteErrorType {
2
+ PLATFORM_MANAGED_TEAM = "PLATFORM_MANAGED_TEAM"
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompanyInviteErrorType = void 0;
4
+ var CompanyInviteErrorType;
5
+ (function (CompanyInviteErrorType) {
6
+ CompanyInviteErrorType["PLATFORM_MANAGED_TEAM"] = "PLATFORM_MANAGED_TEAM";
7
+ })(CompanyInviteErrorType || (exports.CompanyInviteErrorType = CompanyInviteErrorType = {}));
8
+ //# sourceMappingURL=CompanyInviteErrorType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyInviteErrorType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/companyInvite/entities/CompanyInviteErrorType.ts"],"names":[],"mappings":";;;AACA,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAChC,yEAA+C,CAAA;AACjD,CAAC,EAFW,sBAAsB,sCAAtB,sBAAsB,QAEjC"}
@@ -2,3 +2,4 @@ export * from './CompanyInvite.entity';
2
2
  export * from './CompanyInviteWithUser.entity';
3
3
  export * from './BaseCompanyInvite.entity';
4
4
  export * from './CompanyInviteStatus';
5
+ export * from './CompanyInviteErrorType';
@@ -18,4 +18,5 @@ __exportStar(require("./CompanyInvite.entity"), exports);
18
18
  __exportStar(require("./CompanyInviteWithUser.entity"), exports);
19
19
  __exportStar(require("./BaseCompanyInvite.entity"), exports);
20
20
  __exportStar(require("./CompanyInviteStatus"), exports);
21
+ __exportStar(require("./CompanyInviteErrorType"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/companyInvite/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,iEAA+C;AAC/C,6DAA2C;AAC3C,wDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/companyInvite/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,iEAA+C;AAC/C,6DAA2C;AAC3C,wDAAsC;AACtC,2DAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RefundTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/RefundTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,kFAGqD;AAErD,MAAa,oBAAoB;CAyEhC;AAzED,oDAyEC;AA5DC;IANC,IAAA,4BAAU,EACT,CAAC,CAAuB,EAAE,EAAE,CAC1B,CAAC,CAAC,gBAAgB,KAAK,0CAAuB,CAAC,SAAS,CAC3D;IACA,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACY;AAOzB;IALC,IAAA,wBAAM,EAAC;QACN,GAAG,mCAAgB;QACnB,GAAG,0CAAuB;KAC3B,CAAC;IACD,IAAA,4BAAU,GAAE;;8DACgD;AAe7D;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACa;AAa1B;IAFC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;oDACG;AAahB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACU;AAWvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACW"}
1
+ {"version":3,"file":"RefundTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/RefundTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,kFAGqD;AAErD,MAAa,oBAAoB;CA2EhC;AA3ED,oDA2EC;AA9DC;IANC,IAAA,4BAAU,EACT,CAAC,CAAuB,EAAE,EAAE,CAC1B,CAAC,CAAC,gBAAgB,KAAK,0CAAuB,CAAC,SAAS,CAC3D;IACA,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACY;AAOzB;IALC,IAAA,wBAAM,EAAC;QACN,GAAG,mCAAgB;QACnB,GAAG,0CAAuB;KAC3B,CAAC;IACD,IAAA,4BAAU,GAAE;;8DACgD;AAiB7D;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACa;AAa1B;IAFC,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;oDACG;AAahB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACU;AAWvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACW"}
@@ -0,0 +1,3 @@
1
+ export declare enum UserUpdateErrorType {
2
+ PLATFORM_MANAGED_EMAIL = "PLATFORM_MANAGED_EMAIL"
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserUpdateErrorType = void 0;
4
+ var UserUpdateErrorType;
5
+ (function (UserUpdateErrorType) {
6
+ UserUpdateErrorType["PLATFORM_MANAGED_EMAIL"] = "PLATFORM_MANAGED_EMAIL";
7
+ })(UserUpdateErrorType || (exports.UserUpdateErrorType = UserUpdateErrorType = {}));
8
+ //# sourceMappingURL=UserUpdateErrorType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserUpdateErrorType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/constants/UserUpdateErrorType.ts"],"names":[],"mappings":";;;AAQA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAK7B,wEAAiD,CAAA;AACnD,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
@@ -1 +1,2 @@
1
1
  export * from './UserPlatformDetailsFields';
2
+ export * from './UserUpdateErrorType';
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./UserPlatformDetailsFields"), exports);
18
+ __exportStar(require("./UserUpdateErrorType"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wDAAsC"}
@@ -0,0 +1,4 @@
1
+ import { ShallowEnrichedUser } from './ShallowEnrichedUser';
2
+ export declare class ShallowEnrichedUserWithFirstParty extends ShallowEnrichedUser {
3
+ isFirstParty: boolean;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShallowEnrichedUserWithFirstParty = void 0;
4
+ const ShallowEnrichedUser_1 = require("./ShallowEnrichedUser");
5
+ class ShallowEnrichedUserWithFirstParty extends ShallowEnrichedUser_1.ShallowEnrichedUser {
6
+ }
7
+ exports.ShallowEnrichedUserWithFirstParty = ShallowEnrichedUserWithFirstParty;
8
+ //# sourceMappingURL=ShallowEnrichedUserWithFirstParty.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShallowEnrichedUserWithFirstParty.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/ShallowEnrichedUserWithFirstParty.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAU5D,MAAa,iCAAkC,SAAQ,yCAAmB;CAEzE;AAFD,8EAEC"}
@@ -2,5 +2,6 @@ export * from './User';
2
2
  export * from './BaseUser.entity';
3
3
  export * from './ShallowEnrichedUser';
4
4
  export * from './ShallowEnrichedUserWithCompany';
5
+ export * from './ShallowEnrichedUserWithFirstParty';
5
6
  export * from './UserWithPlatformDetails.entity';
6
7
  export * from './UserWithPayoutWallets';
@@ -18,6 +18,7 @@ __exportStar(require("./User"), exports);
18
18
  __exportStar(require("./BaseUser.entity"), exports);
19
19
  __exportStar(require("./ShallowEnrichedUser"), exports);
20
20
  __exportStar(require("./ShallowEnrichedUserWithCompany"), exports);
21
+ __exportStar(require("./ShallowEnrichedUserWithFirstParty"), exports);
21
22
  __exportStar(require("./UserWithPlatformDetails.entity"), exports);
22
23
  __exportStar(require("./UserWithPayoutWallets"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,mEAAiD;AACjD,mEAAiD;AACjD,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,mEAAiD;AACjD,sEAAoD;AACpD,mEAAiD;AACjD,0DAAwC"}