@explorins/pers-shared 2.1.97 → 2.1.98

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 (203) hide show
  1. package/dist/cjs/shared-lib/dto/user/user.dto.d.ts +9 -0
  2. package/dist/cjs/shared-lib/dto/user/user.dto.d.ts.map +1 -1
  3. package/dist/cjs/shared-lib/dto/user/user.dto.js +35 -0
  4. package/dist/cjs/shared-lib/dto/user/user.dto.js.map +1 -1
  5. package/dist/cjs/shared-lib/dto/user-status-type.dto.d.ts +1 -2
  6. package/dist/cjs/shared-lib/dto/user-status-type.dto.d.ts.map +1 -1
  7. package/dist/cjs/shared-lib/dto/user-status-type.dto.js +12 -16
  8. package/dist/cjs/shared-lib/dto/user-status-type.dto.js.map +1 -1
  9. package/dist/cjs/shared-lib/enum/balance-migration-type.enum.d.ts +13 -0
  10. package/dist/cjs/shared-lib/enum/balance-migration-type.enum.d.ts.map +1 -0
  11. package/dist/cjs/shared-lib/enum/balance-migration-type.enum.js +17 -0
  12. package/dist/cjs/shared-lib/enum/balance-migration-type.enum.js.map +1 -0
  13. package/dist/cjs/shared-lib/enum/index.d.ts +1 -0
  14. package/dist/cjs/shared-lib/enum/index.d.ts.map +1 -1
  15. package/dist/cjs/shared-lib/enum/index.js +1 -0
  16. package/dist/cjs/shared-lib/enum/index.js.map +1 -1
  17. package/dist/cjs/shared-lib/interfaces/balance-filter-options.interface.d.ts +43 -0
  18. package/dist/cjs/shared-lib/interfaces/balance-filter-options.interface.d.ts.map +1 -0
  19. package/dist/cjs/shared-lib/interfaces/balance-filter-options.interface.js +3 -0
  20. package/dist/cjs/shared-lib/interfaces/balance-filter-options.interface.js.map +1 -0
  21. package/dist/cjs/shared-lib/interfaces/index.d.ts +1 -0
  22. package/dist/cjs/shared-lib/interfaces/index.d.ts.map +1 -1
  23. package/dist/cjs/shared-lib/interfaces/index.js +1 -0
  24. package/dist/cjs/shared-lib/interfaces/index.js.map +1 -1
  25. package/dist/cjs/shared-lib/interfaces/token-storage-data.interface.d.ts +5 -1
  26. package/dist/cjs/shared-lib/interfaces/token-storage-data.interface.d.ts.map +1 -1
  27. package/dist/cjs/shared-lib/interfaces/token-storage-data.interface.js +4 -0
  28. package/dist/cjs/shared-lib/interfaces/token-storage-data.interface.js.map +1 -1
  29. package/dist/cjs/shared-lib/types/index.d.ts +1 -0
  30. package/dist/cjs/shared-lib/types/index.d.ts.map +1 -1
  31. package/dist/cjs/shared-lib/types/index.js +1 -0
  32. package/dist/cjs/shared-lib/types/index.js.map +1 -1
  33. package/dist/cjs/shared-lib/types/user-include-relation.type.d.ts +11 -0
  34. package/dist/cjs/shared-lib/types/user-include-relation.type.d.ts.map +1 -0
  35. package/dist/cjs/shared-lib/types/user-include-relation.type.js +16 -0
  36. package/dist/cjs/shared-lib/types/user-include-relation.type.js.map +1 -0
  37. package/dist/cjs/shared-lib/value-objects/token-balance.value-object.d.ts +18 -1
  38. package/dist/cjs/shared-lib/value-objects/token-balance.value-object.d.ts.map +1 -1
  39. package/dist/cjs/shared-lib/value-objects/token-balance.value-object.js +24 -2
  40. package/dist/cjs/shared-lib/value-objects/token-balance.value-object.js.map +1 -1
  41. package/dist/cjs/shared-patterns/functions/helper.functions.d.ts +71 -0
  42. package/dist/cjs/shared-patterns/functions/helper.functions.d.ts.map +1 -0
  43. package/dist/cjs/shared-patterns/functions/helper.functions.js +185 -0
  44. package/dist/cjs/shared-patterns/functions/helper.functions.js.map +1 -0
  45. package/dist/esm/browser.js +2 -2
  46. package/dist/esm/index.js +5 -5
  47. package/dist/esm/shared-lib/decorators/index.js +1 -1
  48. package/dist/esm/shared-lib/dto/account-selector.dto.js +2 -2
  49. package/dist/esm/shared-lib/dto/account-token-balances.dto.js +1 -1
  50. package/dist/esm/shared-lib/dto/admin/admin-create.request.dto.js +2 -2
  51. package/dist/esm/shared-lib/dto/admin/admin.dto.js +2 -2
  52. package/dist/esm/shared-lib/dto/admin/index.js +2 -2
  53. package/dist/esm/shared-lib/dto/ai/ai-generation-log.dto.js +2 -2
  54. package/dist/esm/shared-lib/dto/ai/ai-prompt-config.dto.js +1 -1
  55. package/dist/esm/shared-lib/dto/ai/index.js +2 -2
  56. package/dist/esm/shared-lib/dto/analytics/ai-analytics.dto.js +4 -4
  57. package/dist/esm/shared-lib/dto/analytics/base-analytics.dto.js +1 -1
  58. package/dist/esm/shared-lib/dto/analytics/business-ranking-analytics.dto.js +3 -3
  59. package/dist/esm/shared-lib/dto/analytics/campaign-claim-analytics-request.dto.js +5 -5
  60. package/dist/esm/shared-lib/dto/analytics/campaign-claim-analytics.dto.js +5 -5
  61. package/dist/esm/shared-lib/dto/analytics/group-by-expression.dto.js +2 -2
  62. package/dist/esm/shared-lib/dto/analytics/index.js +9 -9
  63. package/dist/esm/shared-lib/dto/analytics/retention-analytics.dto.js +3 -3
  64. package/dist/esm/shared-lib/dto/analytics/transaction-analytics.request.dto.js +6 -6
  65. package/dist/esm/shared-lib/dto/analytics/user-analytics.dto.js +1 -1
  66. package/dist/esm/shared-lib/dto/analytics/user-ranking-analytics.dto.js +3 -3
  67. package/dist/esm/shared-lib/dto/api-key/api-key-verification.dto.js +1 -1
  68. package/dist/esm/shared-lib/dto/api-key/api-key.dto.js +1 -1
  69. package/dist/esm/shared-lib/dto/api-key/index.js +3 -3
  70. package/dist/esm/shared-lib/dto/auth/auth.dto.js +5 -5
  71. package/dist/esm/shared-lib/dto/auth/index.js +2 -2
  72. package/dist/esm/shared-lib/dto/business/business-create.request.dto.js +1 -1
  73. package/dist/esm/shared-lib/dto/business/business-membership.dto.js +4 -4
  74. package/dist/esm/shared-lib/dto/business/business-type.dto.js +1 -1
  75. package/dist/esm/shared-lib/dto/business/business-update.request.dto.js +1 -1
  76. package/dist/esm/shared-lib/dto/business/business.dto.js +3 -3
  77. package/dist/esm/shared-lib/dto/business/businessToggleActive.request.dto.js +1 -1
  78. package/dist/esm/shared-lib/dto/business/businessTypeCreate.request.dto.js +1 -1
  79. package/dist/esm/shared-lib/dto/business/index.js +8 -8
  80. package/dist/esm/shared-lib/dto/campaign/campaign-business-engagement.request.dto.js +1 -1
  81. package/dist/esm/shared-lib/dto/campaign/campaign.dto.js +5 -5
  82. package/dist/esm/shared-lib/dto/campaign/campaignClaim.request.dto.js +1 -1
  83. package/dist/esm/shared-lib/dto/campaign/campaignCreate.request.dto.js +1 -1
  84. package/dist/esm/shared-lib/dto/campaign/campaignTrigger.dto.js +4 -4
  85. package/dist/esm/shared-lib/dto/campaign/campaignTriggerCondition.dto.js +1 -1
  86. package/dist/esm/shared-lib/dto/campaign/campaignUpdate.request.dto.js +1 -1
  87. package/dist/esm/shared-lib/dto/campaign/campaignUserClaim.dto.js +6 -6
  88. package/dist/esm/shared-lib/dto/campaign/trigger-source.dto.js +2 -2
  89. package/dist/esm/shared-lib/dto/error-response.dto.js +2 -2
  90. package/dist/esm/shared-lib/dto/file/entity-storage-url.dto.js +3 -3
  91. package/dist/esm/shared-lib/dto/file/index.js +2 -2
  92. package/dist/esm/shared-lib/dto/index.js +36 -36
  93. package/dist/esm/shared-lib/dto/pagination/index.js +2 -2
  94. package/dist/esm/shared-lib/dto/pagination/pagination.request.dto.js +2 -2
  95. package/dist/esm/shared-lib/dto/purchase/index.js +9 -9
  96. package/dist/esm/shared-lib/dto/purchase/purchase.dto.js +1 -1
  97. package/dist/esm/shared-lib/dto/purchase/purchaseCreate.request.dto.js +1 -1
  98. package/dist/esm/shared-lib/dto/purchase/purchaseCreate.response.dto.js +1 -1
  99. package/dist/esm/shared-lib/dto/purchase/purchaseTokenUpdate.request.dto.js +1 -1
  100. package/dist/esm/shared-lib/dto/purchase/purchaseType.dto.js +1 -1
  101. package/dist/esm/shared-lib/dto/redemption/index.js +5 -5
  102. package/dist/esm/shared-lib/dto/redemption/redemption.dto.js +4 -4
  103. package/dist/esm/shared-lib/dto/redemption/redemptionCreate.request.dto.js +1 -1
  104. package/dist/esm/shared-lib/dto/redemption/redemptionRedeem.dto.js +5 -5
  105. package/dist/esm/shared-lib/dto/redemption/redemptionRedeem.request.dto.js +1 -1
  106. package/dist/esm/shared-lib/dto/redemption/redemptionType.dto.js +1 -1
  107. package/dist/esm/shared-lib/dto/signing-account/create-signing-account-request.dto.js +4 -4
  108. package/dist/esm/shared-lib/dto/signing-account/index.js +5 -5
  109. package/dist/esm/shared-lib/dto/signing-account/signing-account.dto.js +1 -1
  110. package/dist/esm/shared-lib/dto/signing-account/update-signing-account.dto.js +1 -1
  111. package/dist/esm/shared-lib/dto/tenant/index.js +4 -4
  112. package/dist/esm/shared-lib/dto/tenant/tenant.dto.js +1 -1
  113. package/dist/esm/shared-lib/dto/tenant/tenantUpdate.request.dto.js +1 -1
  114. package/dist/esm/shared-lib/dto/token/index.js +7 -7
  115. package/dist/esm/shared-lib/dto/token/token-balance.dto.js +1 -1
  116. package/dist/esm/shared-lib/dto/token/token-metadata.dto.js +3 -3
  117. package/dist/esm/shared-lib/dto/token/token-selector.dto.js +1 -1
  118. package/dist/esm/shared-lib/dto/token/token-type.dto.js +2 -2
  119. package/dist/esm/shared-lib/dto/token/token-unit.dto.js +2 -2
  120. package/dist/esm/shared-lib/dto/token/token.dto.js +2 -2
  121. package/dist/esm/shared-lib/dto/token/token.request.dto.js +2 -2
  122. package/dist/esm/shared-lib/dto/transaction/index.js +8 -8
  123. package/dist/esm/shared-lib/dto/transaction/transaction-bulk-data.request.dto.js +2 -2
  124. package/dist/esm/shared-lib/dto/transaction/transaction-pagination.request.dto.js +4 -4
  125. package/dist/esm/shared-lib/dto/transaction/transaction-trigger-process.dto.js +1 -1
  126. package/dist/esm/shared-lib/dto/transaction/transaction.dto.js +6 -6
  127. package/dist/esm/shared-lib/dto/transaction/transaction.request.dto.js +9 -9
  128. package/dist/esm/shared-lib/dto/user/index.js +3 -3
  129. package/dist/esm/shared-lib/dto/user/user.dto.d.ts +9 -0
  130. package/dist/esm/shared-lib/dto/user/user.dto.d.ts.map +1 -1
  131. package/dist/esm/shared-lib/dto/user/user.dto.js +37 -3
  132. package/dist/esm/shared-lib/dto/user/user.dto.js.map +1 -1
  133. package/dist/esm/shared-lib/dto/user/user.request.dto.js +1 -1
  134. package/dist/esm/shared-lib/dto/user/userUploadData.dto.js +1 -1
  135. package/dist/esm/shared-lib/dto/user-status-type.dto.d.ts +1 -2
  136. package/dist/esm/shared-lib/dto/user-status-type.dto.d.ts.map +1 -1
  137. package/dist/esm/shared-lib/dto/user-status-type.dto.js +12 -15
  138. package/dist/esm/shared-lib/dto/user-status-type.dto.js.map +1 -1
  139. package/dist/esm/shared-lib/dto/wallet.dto.js +2 -2
  140. package/dist/esm/shared-lib/dto/web3-contract.dto.js +3 -3
  141. package/dist/esm/shared-lib/enum/balance-migration-type.enum.d.ts +13 -0
  142. package/dist/esm/shared-lib/enum/balance-migration-type.enum.d.ts.map +1 -0
  143. package/dist/esm/shared-lib/enum/balance-migration-type.enum.js +14 -0
  144. package/dist/esm/shared-lib/enum/balance-migration-type.enum.js.map +1 -0
  145. package/dist/esm/shared-lib/enum/campaign/index.js +3 -3
  146. package/dist/esm/shared-lib/enum/index.d.ts +1 -0
  147. package/dist/esm/shared-lib/enum/index.d.ts.map +1 -1
  148. package/dist/esm/shared-lib/enum/index.js +28 -27
  149. package/dist/esm/shared-lib/enum/index.js.map +1 -1
  150. package/dist/esm/shared-lib/enum/purchase/index.js +2 -2
  151. package/dist/esm/shared-lib/errors/base-business-error.js +1 -1
  152. package/dist/esm/shared-lib/errors/domains/authentication-errors.js +3 -3
  153. package/dist/esm/shared-lib/errors/domains/balance-errors.js +2 -2
  154. package/dist/esm/shared-lib/errors/domains/business-errors.js +2 -2
  155. package/dist/esm/shared-lib/errors/domains/campaign-errors.js +2 -2
  156. package/dist/esm/shared-lib/errors/domains/contract-errors.js +2 -2
  157. package/dist/esm/shared-lib/errors/domains/signing-account-errors.js +2 -2
  158. package/dist/esm/shared-lib/errors/domains/system-errors.js +2 -2
  159. package/dist/esm/shared-lib/errors/domains/tenant-errors.js +2 -2
  160. package/dist/esm/shared-lib/errors/domains/token-errors.js +2 -2
  161. package/dist/esm/shared-lib/errors/domains/transaction-errors.js +2 -2
  162. package/dist/esm/shared-lib/errors/domains/trigger-source-errors.js +2 -2
  163. package/dist/esm/shared-lib/errors/domains/user-errors.js +2 -2
  164. package/dist/esm/shared-lib/errors/domains/validation-errors.js +2 -2
  165. package/dist/esm/shared-lib/errors/domains/wallet-errors.js +2 -2
  166. package/dist/esm/shared-lib/errors/index.js +18 -18
  167. package/dist/esm/shared-lib/errors/technical-errors.js +2 -2
  168. package/dist/esm/shared-lib/interfaces/balance-filter-options.interface.d.ts +43 -0
  169. package/dist/esm/shared-lib/interfaces/balance-filter-options.interface.d.ts.map +1 -0
  170. package/dist/esm/shared-lib/interfaces/balance-filter-options.interface.js +2 -0
  171. package/dist/esm/shared-lib/interfaces/balance-filter-options.interface.js.map +1 -0
  172. package/dist/esm/shared-lib/interfaces/campaign/index.js +1 -1
  173. package/dist/esm/shared-lib/interfaces/index.d.ts +1 -0
  174. package/dist/esm/shared-lib/interfaces/index.d.ts.map +1 -1
  175. package/dist/esm/shared-lib/interfaces/index.js +21 -20
  176. package/dist/esm/shared-lib/interfaces/index.js.map +1 -1
  177. package/dist/esm/shared-lib/interfaces/token-storage-data.interface.d.ts +5 -1
  178. package/dist/esm/shared-lib/interfaces/token-storage-data.interface.d.ts.map +1 -1
  179. package/dist/esm/shared-lib/interfaces/token-storage-data.interface.js +4 -0
  180. package/dist/esm/shared-lib/interfaces/token-storage-data.interface.js.map +1 -1
  181. package/dist/esm/shared-lib/types/index.d.ts +1 -0
  182. package/dist/esm/shared-lib/types/index.d.ts.map +1 -1
  183. package/dist/esm/shared-lib/types/index.js +15 -14
  184. package/dist/esm/shared-lib/types/index.js.map +1 -1
  185. package/dist/esm/shared-lib/types/user-include-relation.type.d.ts +11 -0
  186. package/dist/esm/shared-lib/types/user-include-relation.type.d.ts.map +1 -0
  187. package/dist/esm/shared-lib/types/user-include-relation.type.js +12 -0
  188. package/dist/esm/shared-lib/types/user-include-relation.type.js.map +1 -0
  189. package/dist/esm/shared-lib/value-objects/account-selector.vo.js +3 -3
  190. package/dist/esm/shared-lib/value-objects/address.value-object.js +1 -1
  191. package/dist/esm/shared-lib/value-objects/index.js +8 -8
  192. package/dist/esm/shared-lib/value-objects/token-balance.value-object.d.ts +18 -1
  193. package/dist/esm/shared-lib/value-objects/token-balance.value-object.d.ts.map +1 -1
  194. package/dist/esm/shared-lib/value-objects/token-balance.value-object.js +24 -2
  195. package/dist/esm/shared-lib/value-objects/token-balance.value-object.js.map +1 -1
  196. package/dist/esm/shared-lib/value-objects/token-transaction-entity-reference-input.vo.js +2 -2
  197. package/dist/esm/shared-lib/value-objects/token-transaction-input.vo.js +2 -2
  198. package/dist/esm/shared-patterns/errors/error-factory.js +13 -13
  199. package/dist/esm/shared-patterns/functions/helper.functions.d.ts +71 -0
  200. package/dist/esm/shared-patterns/functions/helper.functions.d.ts.map +1 -0
  201. package/dist/esm/shared-patterns/functions/helper.functions.js +174 -0
  202. package/dist/esm/shared-patterns/functions/helper.functions.js.map +1 -0
  203. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
- export * from './token-balance.dto.js';
2
- export * from './token-metadata.dto.js';
3
- export * from './token-unit.dto.js';
4
- export * from './token.dto.js';
5
- export * from './token-selector.dto.js';
6
- export * from './token-type.dto.js';
7
- export * from './token.request.dto.js';
1
+ export * from './token-balance.dto';
2
+ export * from './token-metadata.dto';
3
+ export * from './token-unit.dto';
4
+ export * from './token.dto';
5
+ export * from './token-selector.dto';
6
+ export * from './token-type.dto';
7
+ export * from './token.request.dto';
8
8
  //# sourceMappingURL=index.js.map
@@ -5,7 +5,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
- import { NativeTokenTypes } from "../../types/native-token.type.js";
8
+ import { NativeTokenTypes } from "../../types/native-token.type";
9
9
  export class TokenBalanceDTO {
10
10
  contractAddress = '';
11
11
  chainId = 0;
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsUrl, IsString, IsDateString, IsEnum, IsNumber, IsArray, ValidateNested } from 'class-validator';
9
9
  import { Type } from 'class-transformer';
10
- import { OptionalStrip, OptionalStripNumber } from '../../decorators/index.js';
11
- import { TokenValidityTypes } from '../../enum/token-validity-type.enum.js';
12
- import { AiPromptConfigDTO } from '../ai/ai-prompt-config.dto.js';
10
+ import { OptionalStrip, OptionalStripNumber } from '../../decorators';
11
+ import { TokenValidityTypes } from '../../enum/token-validity-type.enum';
12
+ import { AiPromptConfigDTO } from '../ai/ai-prompt-config.dto';
13
13
  /**
14
14
  * Token Metadata - NFT Template/Blueprint
15
15
  *
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsString, IsInt } from 'class-validator';
9
- import { OptionalStrip, OptionalStripNumber } from '../../decorators/index.js';
9
+ import { OptionalStrip, OptionalStripNumber } from '../../decorators';
10
10
  /**
11
11
  * 🎯 Crystal Clear Token Identification Strategy
12
12
  *
@@ -6,8 +6,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsEnum, IsString, IsUrl } from 'class-validator';
9
- import { NativeTokenTypes } from "../../types/native-token.type.js";
10
- import { OptionalStrip } from '../../decorators/index.js';
9
+ import { NativeTokenTypes } from "../../types/native-token.type";
10
+ import { OptionalStrip } from '../../decorators';
11
11
  export class TokenTypeDTO {
12
12
  nativeTokenType = NativeTokenTypes.ERC20;
13
13
  name;
@@ -6,8 +6,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsNotEmpty, IsNumber, IsUUID } from 'class-validator';
9
- import { TokenDTO } from "./token.dto.js";
10
- import { OptionalStrip, OptionalStripNumber } from '../../decorators/index.js';
9
+ import { TokenDTO } from "./token.dto";
10
+ import { OptionalStrip, OptionalStripNumber } from '../../decorators';
11
11
  /**
12
12
  * Token Unit - Defines what tokens to mint/transfer in a transaction
13
13
  *
@@ -5,8 +5,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
- import { TokenMetadataDTO } from "./token-metadata.dto.js";
9
- import { NativeTokenTypes } from "../../types/native-token.type.js";
8
+ import { TokenMetadataDTO } from "./token-metadata.dto";
9
+ import { NativeTokenTypes } from "../../types/native-token.type";
10
10
  /**
11
11
  * Token DTO - Smart Contract Wrapper
12
12
  *
@@ -6,8 +6,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsBoolean, IsString, IsNotEmpty, IsNumber, IsEnum, IsUrl } from 'class-validator';
9
- import { NativeTokenTypes } from "../../types/native-token.type.js";
10
- import { OptionalStrip, OptionalStripNumber, OptionalNullify } from '../../decorators/index.js';
9
+ import { NativeTokenTypes } from "../../types/native-token.type";
10
+ import { OptionalStrip, OptionalStripNumber, OptionalNullify } from '../../decorators';
11
11
  export class TokenUpdateRequestDTO {
12
12
  isGallery;
13
13
  name;
@@ -1,9 +1,9 @@
1
- export * from './transaction-bulk-data.request.dto.js';
2
- // export * from './transaction-to-sign.dto.js';
3
- export * from './transaction-trigger-process.dto.js';
4
- export * from './transaction.dto.js';
5
- export * from './transaction.request.dto.js';
6
- export * from '../analytics/transaction-analytics.request.dto.js';
7
- export * from './transaction-pagination.request.dto.js';
8
- export * from './transaction-request-actionable.dto.js';
1
+ export * from './transaction-bulk-data.request.dto';
2
+ // export * from './transaction-to-sign.dto';
3
+ export * from './transaction-trigger-process.dto';
4
+ export * from './transaction.dto';
5
+ export * from './transaction.request.dto';
6
+ export * from '../analytics/transaction-analytics.request.dto';
7
+ export * from './transaction-pagination.request.dto';
8
+ export * from './transaction-request-actionable.dto';
9
9
  //# sourceMappingURL=index.js.map
@@ -4,11 +4,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { UserUploadDataDto } from "../user/userUploadData.dto.js";
7
+ import { UserUploadDataDto } from "../user/userUploadData.dto";
8
8
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
9
9
  import { Type } from 'class-transformer';
10
10
  import { IsArray, ValidateNested, IsNumber, IsString, MinLength, ArrayMinSize } from 'class-validator';
11
- import { OptionalStrip, OptionalStripNumber } from '../../decorators/index.js';
11
+ import { OptionalStrip, OptionalStripNumber } from '../../decorators';
12
12
  export class TransactionBulkUserUploadDataDto extends UserUploadDataDto {
13
13
  amount;
14
14
  tokenAddress;
@@ -6,11 +6,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiPropertyOptional } from '@nestjs/swagger';
8
8
  import { IsString, IsIn } from 'class-validator';
9
- import { NativeTokenTypes } from '../../types/index.js';
10
- import { Web3TransactionType, TransactionRole } from '../../enum/index.js';
11
- import { BaseFiltersDTO, BasePaginationRequestDTO } from '../pagination/pagination.request.dto.js';
9
+ import { NativeTokenTypes } from '../../types';
10
+ import { Web3TransactionType, TransactionRole } from '../../enum';
11
+ import { BaseFiltersDTO, BasePaginationRequestDTO } from '../pagination/pagination.request.dto';
12
12
  import { Transform } from 'class-transformer';
13
- import { OptionalStrip } from '../../decorators/index.js';
13
+ import { OptionalStrip } from '../../decorators';
14
14
  const TRANSACTION_SORT_FIELDS = [
15
15
  'createdAt',
16
16
  'amount',
@@ -4,7 +4,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { TransactionTriggerProcessType } from "../../enum/transaction-trigger-process-type.enum.js";
7
+ import { TransactionTriggerProcessType } from "../../enum/transaction-trigger-process-type.enum";
8
8
  import { ApiProperty } from "@nestjs/swagger";
9
9
  export class TransactionTriggerProcessDTO {
10
10
  type = TransactionTriggerProcessType.PURCHASE;
@@ -5,12 +5,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { ApiProperty, getSchemaPath } from "@nestjs/swagger";
8
- import { Web3TransactionType } from "../../enum/transaction-type.enum.js";
9
- import { TransactionStatus } from "../../enum/transaction-status.enum.js";
10
- import { TransactionTriggerProcessType } from "../../enum/transaction-trigger-process-type.enum.js";
11
- import { AccountOwnerType } from "../../enum/index.js";
12
- import { UserDTO } from "../user/user.dto.js";
13
- import { BusinessDTO } from "../business/business.dto.js";
8
+ import { Web3TransactionType } from "../../enum/transaction-type.enum";
9
+ import { TransactionStatus } from "../../enum/transaction-status.enum";
10
+ import { TransactionTriggerProcessType } from "../../enum/transaction-trigger-process-type.enum";
11
+ import { AccountOwnerType } from "../../enum";
12
+ import { UserDTO } from "../user/user.dto";
13
+ import { BusinessDTO } from "../business/business.dto";
14
14
  export class TransactionDTO {
15
15
  amount = null;
16
16
  id = '';
@@ -7,16 +7,16 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { Type } from 'class-transformer';
9
9
  import { IsEnum, IsNumber, ValidateNested, IsNotEmpty, IsUUID, IsString } from 'class-validator';
10
- import { Web3TransactionType } from "../../enum/transaction-type.enum.js";
11
- import { TokenSelectorDTO } from "../token/token-selector.dto.js";
12
- import { AccountSelectorDTO } from "../account-selector.dto.js";
10
+ import { Web3TransactionType } from "../../enum/transaction-type.enum";
11
+ import { TokenSelectorDTO } from "../token/token-selector.dto";
12
+ import { AccountSelectorDTO } from "../account-selector.dto";
13
13
  import { TRANSACTION_FORMAT_DESCRIPTIONS, TRANSACTION_FORMATS } from '@explorins/web3-types';
14
- import { TransactionDTO } from "./transaction.dto.js";
15
- // import { SigningAccountDTO } from "../signing-account/signing-account.dto.js";
16
- import { TransactionStatus } from "../../enum/transaction-status.enum.js";
17
- import { TransactionActionableDTO } from "./transaction-request-actionable.dto.js";
18
- import { AccountOwnerType } from "../../enum/index.js";
19
- import { OptionalStrip } from "../../decorators/index.js";
14
+ import { TransactionDTO } from "./transaction.dto";
15
+ // import { SigningAccountDTO } from "../signing-account/signing-account.dto";
16
+ import { TransactionStatus } from "../../enum/transaction-status.enum";
17
+ import { TransactionActionableDTO } from "./transaction-request-actionable.dto";
18
+ import { AccountOwnerType } from "../../enum";
19
+ import { OptionalStrip } from "../../decorators";
20
20
  export class TransactionSubmissionRequestDTO {
21
21
  transactionId;
22
22
  type;
@@ -1,4 +1,4 @@
1
- export * from './userUploadData.dto.js';
2
- export * from './user.dto.js';
3
- export * from './user.request.dto.js';
1
+ export * from './userUploadData.dto';
2
+ export * from './user.dto';
3
+ export * from './user.request.dto';
4
4
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,6 @@
1
1
  import { PublicWalletDTO } from "../wallet.dto";
2
2
  import { AccountTokenBalancesDTO } from "../account-token-balances.dto";
3
+ import { UserStatusTypeDTO } from "../user-status-type.dto";
3
4
  export declare class UserDTO {
4
5
  id: string;
5
6
  email: string | null;
@@ -24,6 +25,10 @@ export declare class UserDTO {
24
25
  wallets: PublicWalletDTO[];
25
26
  createdAt: Date | null;
26
27
  updatedAt: Date | null;
28
+ included?: {
29
+ statusTypes?: UserStatusTypeDTO[];
30
+ tokenBalances?: AccountTokenBalancesDTO[];
31
+ };
27
32
  }
28
33
  export declare class PublicUserDTO {
29
34
  id: string;
@@ -31,6 +36,10 @@ export declare class PublicUserDTO {
31
36
  [key: string]: any;
32
37
  };
33
38
  }
39
+ /**
40
+ * @deprecated Use UserDTO with include=balances pattern instead.
41
+ * Will be removed in future version.
42
+ */
34
43
  export declare class UserTokenBalancesDTO extends UserDTO {
35
44
  tokenBalances: AccountTokenBalancesDTO[];
36
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../../src/shared-lib/dto/user/user.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAGxE,qBAAa,OAAO;IAGhB,EAAE,EAAG,MAAM,CAAM;IAIjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAM5B,eAAe,EAAE,MAAM,CAAM;IAW7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAQ;IAMhC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAM/B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEjC;;OAEG;IAQH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IAQrC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAMzC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAKxC,UAAU,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,CAAQ;IAOhD,aAAa,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,CAAQ;IAKnD,QAAQ,EAAE,OAAO,CAAQ;IAMzB,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAO9C,OAAO,EAAE,eAAe,EAAE,CAAM;IAMhC,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;IAO9B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;CACjC;AAED,qBAAa,aAAa;IAEtB,EAAE,EAAG,MAAM,CAAM;IAKjB,aAAa,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAM;CAC7C;AAED,qBAAa,oBAAqB,SAAQ,OAAO;IAK7C,aAAa,EAAE,uBAAuB,EAAE,CAAM;CACjD;AAED;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,CAAC"}
1
+ {"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../../src/shared-lib/dto/user/user.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAG5D,qBAAa,OAAO;IAOhB,EAAE,EAAG,MAAM,CAAM;IAIjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAQ;IAM5B,eAAe,EAAE,MAAM,CAAM;IAW7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAQ;IAMhC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAM/B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEjC;;OAEG;IAQH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IAQrC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAMzC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAKxC,UAAU,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,CAAQ;IAOhD,aAAa,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,CAAQ;IAKnD,QAAQ,EAAE,OAAO,CAAQ;IAMzB,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAO9C,OAAO,EAAE,eAAe,EAAE,CAAM;IAMhC,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;IAO9B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAQ;IA0B9B,QAAQ,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAClC,aAAa,CAAC,EAAE,uBAAuB,EAAE,CAAC;KAC7C,CAAC;CACL;AAED,qBAAa,aAAa;IAEtB,EAAE,EAAG,MAAM,CAAM;IAKjB,aAAa,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAM;CAC7C;AAED;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,OAAO;IAK7C,aAAa,EAAE,uBAAuB,EAAE,CAAM;CACjD;AAED;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,CAAC"}
@@ -4,10 +4,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
- import { PublicWalletDTO } from "../wallet.dto.js";
9
- import { AccountTokenBalancesDTO } from "../account-token-balances.dto.js";
7
+ import { ApiProperty, ApiPropertyOptional, getSchemaPath } from "@nestjs/swagger";
8
+ import { PublicWalletDTO } from "../wallet.dto";
9
+ import { AccountTokenBalancesDTO } from "../account-token-balances.dto";
10
+ import { UserStatusTypeDTO } from "../user-status-type.dto";
10
11
  export class UserDTO {
12
+ // =====================================
13
+ // SCALAR FIELDS
14
+ // =====================================
11
15
  id = '';
12
16
  // @IsDefined()
13
17
  email = null;
@@ -32,6 +36,12 @@ export class UserDTO {
32
36
  wallets = [];
33
37
  createdAt = null;
34
38
  updatedAt = null;
39
+ // =====================================
40
+ // OPTIONAL INCLUDED ENTITIES
41
+ // =====================================
42
+ // Only populated when include query param is specified
43
+ // e.g., GET /users/me?include=status,balances
44
+ included;
35
45
  }
36
46
  __decorate([
37
47
  ApiProperty()
@@ -117,6 +127,26 @@ __decorate([
117
127
  nullable: true
118
128
  })
119
129
  ], UserDTO.prototype, "updatedAt", void 0);
130
+ __decorate([
131
+ ApiPropertyOptional({
132
+ description: 'Included related entities. Only populated when include parameter is specified.',
133
+ required: false,
134
+ nullable: true,
135
+ type: 'object',
136
+ properties: {
137
+ statusTypes: {
138
+ description: 'User status types earned based on token balances (via ?include=status)',
139
+ type: 'array',
140
+ items: { $ref: getSchemaPath(UserStatusTypeDTO) }
141
+ },
142
+ tokenBalances: {
143
+ description: 'Token balances for user wallets (via ?include=balances)',
144
+ type: 'array',
145
+ items: { $ref: getSchemaPath(AccountTokenBalancesDTO) }
146
+ }
147
+ }
148
+ })
149
+ ], UserDTO.prototype, "included", void 0);
120
150
  export class PublicUserDTO {
121
151
  id = '';
122
152
  publicProfile = {};
@@ -127,6 +157,10 @@ __decorate([
127
157
  __decorate([
128
158
  ApiProperty({ description: 'Public profile data' })
129
159
  ], PublicUserDTO.prototype, "publicProfile", void 0);
160
+ /**
161
+ * @deprecated Use UserDTO with include=balances pattern instead.
162
+ * Will be removed in future version.
163
+ */
130
164
  export class UserTokenBalancesDTO extends UserDTO {
131
165
  tokenBalances = [];
132
166
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user.dto.js","sourceRoot":"","sources":["../../../../../src/shared-lib/dto/user/user.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"user.dto.js","sourceRoot":"","sources":["../../../../../src/shared-lib/dto/user/user.dto.ts"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsEmail, IsString, IsObject, IsBoolean } from 'class-validator';
9
- import { OptionalStrip } from '../../decorators/index.js';
9
+ import { OptionalStrip } from '../../decorators';
10
10
  export class UserCreateRequestDTO {
11
11
  email;
12
12
  instagramAccountId;
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
8
8
  import { IsEmail, IsObject, IsString, ValidateNested, MinLength } from 'class-validator';
9
9
  import { Type } from 'class-transformer';
10
- import { OptionalStrip } from '../../decorators/index.js';
10
+ import { OptionalStrip } from '../../decorators';
11
11
  // This DTO represents the user identification part.
12
12
  // It implements IUserIdentifierObject to align with the shared library type structure.
13
13
  export class UserIdentifierObjectDto {
@@ -4,11 +4,10 @@ export declare class UserStatusTypeCreateRequestDTO {
4
4
  minTokenBalance: number;
5
5
  discountPercentage: number;
6
6
  imageUrl?: string;
7
+ eligibleTokenAddresses?: string[];
7
8
  tags?: string[];
8
9
  }
9
10
  export declare class UserStatusTypeDTO extends UserStatusTypeCreateRequestDTO {
10
11
  id: number;
11
- eligibleTokenAddresses: string[];
12
- tags: string[];
13
12
  }
14
13
  //# sourceMappingURL=user-status-type.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-status-type.dto.d.ts","sourceRoot":"","sources":["../../../../src/shared-lib/dto/user-status-type.dto.ts"],"names":[],"mappings":"AAIA,qBAAa,8BAA8B;IAMvC,IAAI,EAAE,MAAM,CAAM;IAOlB,WAAW,CAAC,EAAE,MAAM,CAAC;IAOrB,eAAe,EAAE,MAAM,CAAK;IAO5B,kBAAkB,EAAE,MAAM,CAAK;IAO/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAUlB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,qBAAa,iBAAkB,SAAQ,8BAA8B;IAIjE,EAAE,EAAE,MAAM,CAAK;IAKf,sBAAsB,EAAE,MAAM,EAAE,CAAM;IAOtC,IAAI,EAAE,MAAM,EAAE,CAAM;CACvB"}
1
+ {"version":3,"file":"user-status-type.dto.d.ts","sourceRoot":"","sources":["../../../../src/shared-lib/dto/user-status-type.dto.ts"],"names":[],"mappings":"AAIA,qBAAa,8BAA8B;IAMvC,IAAI,EAAE,MAAM,CAAM;IAOlB,WAAW,CAAC,EAAE,MAAM,CAAC;IAOrB,eAAe,EAAE,MAAM,CAAK;IAO5B,kBAAkB,EAAE,MAAM,CAAK;IAO/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAUlB,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAUlC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,qBAAa,iBAAkB,SAAQ,8BAA8B;IAIjE,EAAE,EAAE,MAAM,CAAK;CAClB"}
@@ -6,13 +6,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsNotEmpty, IsString, IsNumber, IsUrl, IsArray } from 'class-validator';
9
- import { OptionalStrip } from '../decorators/index.js';
9
+ import { OptionalStrip } from '../decorators';
10
10
  export class UserStatusTypeCreateRequestDTO {
11
11
  name = '';
12
12
  description;
13
13
  minTokenBalance = 0;
14
14
  discountPercentage = 0;
15
15
  imageUrl;
16
+ eligibleTokenAddresses;
16
17
  tags;
17
18
  }
18
19
  __decorate([
@@ -50,6 +51,16 @@ __decorate([
50
51
  OptionalStrip(),
51
52
  IsUrl()
52
53
  ], UserStatusTypeCreateRequestDTO.prototype, "imageUrl", void 0);
54
+ __decorate([
55
+ ApiPropertyOptional({
56
+ description: 'Eligible token contract addresses for this status type',
57
+ type: [String],
58
+ example: ['0x1234...', '0x5678...']
59
+ }),
60
+ OptionalStrip(),
61
+ IsArray(),
62
+ IsString({ each: true })
63
+ ], UserStatusTypeCreateRequestDTO.prototype, "eligibleTokenAddresses", void 0);
53
64
  __decorate([
54
65
  ApiPropertyOptional({
55
66
  description: 'Tags for categorization and filtering',
@@ -62,24 +73,10 @@ __decorate([
62
73
  ], UserStatusTypeCreateRequestDTO.prototype, "tags", void 0);
63
74
  export class UserStatusTypeDTO extends UserStatusTypeCreateRequestDTO {
64
75
  id = 0;
65
- eligibleTokenAddresses = [];
66
- tags = [];
67
76
  }
68
77
  __decorate([
69
78
  ApiProperty({
70
79
  description: 'User Status Type id',
71
80
  })
72
81
  ], UserStatusTypeDTO.prototype, "id", void 0);
73
- __decorate([
74
- ApiProperty({
75
- description: 'User Status Type eligible Token Addresses',
76
- })
77
- ], UserStatusTypeDTO.prototype, "eligibleTokenAddresses", void 0);
78
- __decorate([
79
- ApiProperty({
80
- description: 'Tags for categorization and filtering',
81
- type: [String],
82
- default: []
83
- })
84
- ], UserStatusTypeDTO.prototype, "tags", void 0);
85
82
  //# sourceMappingURL=user-status-type.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-status-type.dto.js","sourceRoot":"","sources":["../../../../src/shared-lib/dto/user-status-type.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,OAAO,8BAA8B;IAMvC,IAAI,GAAW,EAAE,CAAC;IAOlB,WAAW,CAAU;IAOrB,eAAe,GAAW,CAAC,CAAC;IAO5B,kBAAkB,GAAW,CAAC,CAAC;IAO/B,QAAQ,CAAU;IAUlB,IAAI,CAAY;CACnB;AAvCG;IALC,WAAW,CAAC;QACT,WAAW,EAAE,uBAAuB;KACvC,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;4DACO;AAOlB;IALC,mBAAmB,CAAC;QACjB,WAAW,EAAE,8BAA8B;KAC9C,CAAC;IACD,aAAa,EAAE;IACf,QAAQ,EAAE;mEACU;AAOrB;IALC,WAAW,CAAC;QACT,WAAW,EAAE,2CAA2C;KAC3D,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;uEACiB;AAO5B;IALC,WAAW,CAAC;QACT,WAAW,EAAE,8CAA8C;KAC9D,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;0EACoB;AAO/B;IALC,mBAAmB,CAAC;QACjB,WAAW,EAAE,4BAA4B;KAC5C,CAAC;IACD,aAAa,EAAE;IACf,KAAK,EAAE;gEACU;AAUlB;IARC,mBAAmB,CAAC;QACjB,WAAW,EAAE,uCAAuC;QACpD,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC;KACtC,CAAC;IACD,aAAa,EAAE;IACf,OAAO,EAAE;IACT,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;4DACT;AAGpB,MAAM,OAAO,iBAAkB,SAAQ,8BAA8B;IAIjE,EAAE,GAAW,CAAC,CAAC;IAKf,sBAAsB,GAAa,EAAE,CAAC;IAOtC,IAAI,GAAa,EAAE,CAAC;CACvB;AAbG;IAHC,WAAW,CAAC;QACT,WAAW,EAAE,qBAAqB;KACrC,CAAC;6CACa;AAKf;IAHC,WAAW,CAAC;QACT,WAAW,EAAE,2CAA2C;KAC3D,CAAC;iEACoC;AAOtC;IALC,WAAW,CAAC;QACT,WAAW,EAAE,uCAAuC;QACpD,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,EAAE;KACd,CAAC;+CACkB"}
1
+ {"version":3,"file":"user-status-type.dto.js","sourceRoot":"","sources":["../../../../src/shared-lib/dto/user-status-type.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,OAAO,8BAA8B;IAMvC,IAAI,GAAW,EAAE,CAAC;IAOlB,WAAW,CAAU;IAOrB,eAAe,GAAW,CAAC,CAAC;IAO5B,kBAAkB,GAAW,CAAC,CAAC;IAO/B,QAAQ,CAAU;IAUlB,sBAAsB,CAAY;IAUlC,IAAI,CAAY;CACnB;AAjDG;IALC,WAAW,CAAC;QACT,WAAW,EAAE,uBAAuB;KACvC,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;4DACO;AAOlB;IALC,mBAAmB,CAAC;QACjB,WAAW,EAAE,8BAA8B;KAC9C,CAAC;IACD,aAAa,EAAE;IACf,QAAQ,EAAE;mEACU;AAOrB;IALC,WAAW,CAAC;QACT,WAAW,EAAE,2CAA2C;KAC3D,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;uEACiB;AAO5B;IALC,WAAW,CAAC;QACT,WAAW,EAAE,8CAA8C;KAC9D,CAAC;IACD,UAAU,EAAE;IACZ,QAAQ,EAAE;0EACoB;AAO/B;IALC,mBAAmB,CAAC;QACjB,WAAW,EAAE,4BAA4B;KAC5C,CAAC;IACD,aAAa,EAAE;IACf,KAAK,EAAE;gEACU;AAUlB;IARC,mBAAmB,CAAC;QACjB,WAAW,EAAE,wDAAwD;QACrE,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,WAAW,EAAE,WAAW,CAAC;KACtC,CAAC;IACD,aAAa,EAAE;IACf,OAAO,EAAE;IACT,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;8EACS;AAUlC;IARC,mBAAmB,CAAC;QACjB,WAAW,EAAE,uCAAuC;QACpD,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC;KACtC,CAAC;IACD,aAAa,EAAE;IACf,OAAO,EAAE;IACT,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;4DACT;AAGpB,MAAM,OAAO,iBAAkB,SAAQ,8BAA8B;IAIjE,EAAE,GAAW,CAAC,CAAC;CAClB;AADG;IAHC,WAAW,CAAC;QACT,WAAW,EAAE,qBAAqB;KACrC,CAAC;6CACa"}
@@ -5,8 +5,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
- import { WalletManagementType, WalletStatus } from "../enum/wallet.enum.js";
9
- import { AccountOwnerType } from "../enum/owner-type.enum.js";
8
+ import { WalletManagementType, WalletStatus } from "../enum/wallet.enum";
9
+ import { AccountOwnerType } from "../enum/owner-type.enum";
10
10
  export class PublicWalletDTO {
11
11
  id = '';
12
12
  ownerType = AccountOwnerType.USER;
@@ -6,9 +6,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  };
7
7
  import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
8
8
  import { IsNotEmpty, IsString, IsNumber, IsBoolean, IsEnum, IsUrl } from 'class-validator';
9
- import { Web3ContractTypes } from "../enum/web3-contract-type.enum.js";
10
- import { NativeTokenTypes } from "../types/native-token.type.js";
11
- import { OptionalStrip, OptionalNullify } from '../decorators/index.js';
9
+ import { Web3ContractTypes } from "../enum/web3-contract-type.enum";
10
+ import { NativeTokenTypes } from "../types/native-token.type";
11
+ import { OptionalStrip, OptionalNullify } from '../decorators';
12
12
  export var Web3ContractDeploymentStatus;
13
13
  (function (Web3ContractDeploymentStatus) {
14
14
  Web3ContractDeploymentStatus["COMPUTED"] = "COMPUTED";
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Balance Migration Type
3
+ *
4
+ * Defines how token balances should be migrated between accounts.
5
+ * Used during user merge operations and account balance transfers.
6
+ */
7
+ export declare enum BalanceMigrationType {
8
+ /** Replace: New balance = from balance - to balance (diff only) */
9
+ REPLACE = "replace",
10
+ /** Merge: New balance = from balance (full transfer) */
11
+ MERGE = "merge"
12
+ }
13
+ //# sourceMappingURL=balance-migration-type.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-migration-type.enum.d.ts","sourceRoot":"","sources":["../../../../src/shared-lib/enum/balance-migration-type.enum.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,oBAAY,oBAAoB;IAC5B,mEAAmE;IACnE,OAAO,YAAY;IACnB,wDAAwD;IACxD,KAAK,UAAU;CAClB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Balance Migration Type
3
+ *
4
+ * Defines how token balances should be migrated between accounts.
5
+ * Used during user merge operations and account balance transfers.
6
+ */
7
+ export var BalanceMigrationType;
8
+ (function (BalanceMigrationType) {
9
+ /** Replace: New balance = from balance - to balance (diff only) */
10
+ BalanceMigrationType["REPLACE"] = "replace";
11
+ /** Merge: New balance = from balance (full transfer) */
12
+ BalanceMigrationType["MERGE"] = "merge";
13
+ })(BalanceMigrationType || (BalanceMigrationType = {}));
14
+ //# sourceMappingURL=balance-migration-type.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-migration-type.enum.js","sourceRoot":"","sources":["../../../../src/shared-lib/enum/balance-migration-type.enum.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,mEAAmE;IACnE,2CAAmB,CAAA;IACnB,wDAAwD;IACxD,uCAAe,CAAA;AACnB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B"}
@@ -1,4 +1,4 @@
1
- export * from "./trigger-source-type.enum.js";
2
- export * from "./campaignConditionType.enum.js";
3
- export * from "./campaignTriggerType.enum.js";
1
+ export * from "./trigger-source-type.enum";
2
+ export * from "./campaignConditionType.enum";
3
+ export * from "./campaignTriggerType.enum";
4
4
  //# sourceMappingURL=index.js.map
@@ -19,6 +19,7 @@ export * from './process-record-status.enum';
19
19
  export * from './file-upload-entity-type.enum';
20
20
  export * from './signed-url-type.enum';
21
21
  export * from './token-validity-type.enum';
22
+ export * from './balance-migration-type.enum';
22
23
  export * from './purchase';
23
24
  export * from './campaign';
24
25
  export * from './ai-operation-type.enum';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/shared-lib/enum/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAE3C,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAG3C,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/shared-lib/enum/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAE9C,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAG3C,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC"}
@@ -1,30 +1,31 @@
1
1
  // Enums Barrel - Auto-exports all enums
2
- export * from './transaction-role.enum.js';
3
- export * from './transaction-type.enum.js';
4
- export * from './transaction-status.enum.js';
5
- export * from './transaction-trigger-process-type.enum.js';
6
- export * from './api-key-type.enum.js';
7
- export * from './admin-type.enum.js';
8
- export * from './membership-role.enum.js';
9
- export * from './web3-contract-type.enum.js';
10
- export * from './owner-type.enum.js';
11
- export * from './storageType.enum.js';
12
- export * from './storageDataType.enum.js';
13
- export * from './web3-master-wallet-type.enum.js';
14
- export * from './signing-account-provider.enum.js';
15
- export * from './signing-account-status.enum.js';
16
- export * from './crypto.enum.js';
17
- export * from './wallet.enum.js';
18
- export * from './sort-order.enum.js';
19
- export * from './process-record-status.enum.js';
20
- export * from './file-upload-entity-type.enum.js';
21
- export * from './signed-url-type.enum.js';
22
- export * from './token-validity-type.enum.js';
23
- export * from './purchase/index.js';
24
- export * from './campaign/index.js';
25
- export * from './ai-operation-type.enum.js';
26
- export * from './ai-trigger-process-type.enum.js';
27
- export * from './ai-analytics-metric.enum.js';
2
+ export * from './transaction-role.enum';
3
+ export * from './transaction-type.enum';
4
+ export * from './transaction-status.enum';
5
+ export * from './transaction-trigger-process-type.enum';
6
+ export * from './api-key-type.enum';
7
+ export * from './admin-type.enum';
8
+ export * from './membership-role.enum';
9
+ export * from './web3-contract-type.enum';
10
+ export * from './owner-type.enum';
11
+ export * from './storageType.enum';
12
+ export * from './storageDataType.enum';
13
+ export * from './web3-master-wallet-type.enum';
14
+ export * from './signing-account-provider.enum';
15
+ export * from './signing-account-status.enum';
16
+ export * from './crypto.enum';
17
+ export * from './wallet.enum';
18
+ export * from './sort-order.enum';
19
+ export * from './process-record-status.enum';
20
+ export * from './file-upload-entity-type.enum';
21
+ export * from './signed-url-type.enum';
22
+ export * from './token-validity-type.enum';
23
+ export * from './balance-migration-type.enum';
24
+ export * from './purchase';
25
+ export * from './campaign';
26
+ export * from './ai-operation-type.enum';
27
+ export * from './ai-trigger-process-type.enum';
28
+ export * from './ai-analytics-metric.enum';
28
29
  // Error classification enum
29
- export { ErrorCategory } from '../errors/base/error-classification-enums.js';
30
+ export { ErrorCategory } from '../errors/base/error-classification-enums';
30
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared-lib/enum/index.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAE3C,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAE3C,4BAA4B;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared-lib/enum/index.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yCAAyC,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAE9C,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAE3C,4BAA4B;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './purchase-status.enum.js';
2
- export * from './purchase-currency.enum.js';
1
+ export * from './purchase-status.enum';
2
+ export * from './purchase-currency.enum';
3
3
  //# sourceMappingURL=index.js.map