@pedro.araujo/ml-architecture-shared 0.1.135 → 0.1.137

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 (125) hide show
  1. package/dist/auction-item/auction-item-order-type.enum.d.ts +7 -5
  2. package/dist/auction-item/auction-item-order-type.enum.d.ts.map +1 -1
  3. package/dist/auction-item/auction-item-order-type.enum.js +15 -5
  4. package/dist/auction-item-participation/auction-participation-status.enum.d.ts +5 -3
  5. package/dist/auction-item-participation/auction-participation-status.enum.d.ts.map +1 -1
  6. package/dist/auction-item-participation/auction-participation-status.enum.js +11 -3
  7. package/dist/auction-item-participation/auction-participation-type.enum.d.ts +4 -2
  8. package/dist/auction-item-participation/auction-participation-type.enum.d.ts.map +1 -1
  9. package/dist/auction-item-participation/auction-participation-type.enum.js +9 -2
  10. package/dist/auction-item-status/auction-item-status.enum.d.ts +8 -6
  11. package/dist/auction-item-status/auction-item-status.enum.d.ts.map +1 -1
  12. package/dist/auction-item-status/auction-item-status.enum.js +17 -6
  13. package/dist/auction-item-user/auction-item-user-role.enum.d.ts +2 -0
  14. package/dist/auction-item-user/auction-item-user-role.enum.d.ts.map +1 -1
  15. package/dist/auction-item-user/auction-item-user-role.enum.js +8 -0
  16. package/dist/auction-item-user/auction-item-user-status.enum.d.ts +2 -0
  17. package/dist/auction-item-user/auction-item-user-status.enum.d.ts.map +1 -1
  18. package/dist/auction-item-user/auction-item-user-status.enum.js +8 -0
  19. package/dist/auction-source/create-system-auction-sources-request.dto.d.ts +9 -0
  20. package/dist/auction-source/create-system-auction-sources-request.dto.d.ts.map +1 -0
  21. package/dist/auction-source/create-system-auction-sources-request.schema.d.ts +4 -0
  22. package/dist/auction-source/create-system-auction-sources-request.schema.d.ts.map +1 -0
  23. package/dist/auction-source/create-system-auction-sources-request.schema.js +9 -0
  24. package/dist/auction-source-type/auction-source-type.enum.d.ts +4 -2
  25. package/dist/auction-source-type/auction-source-type.enum.d.ts.map +1 -1
  26. package/dist/auction-source-type/auction-source-type.enum.js +9 -2
  27. package/dist/counterparty-type/counterparty-type.d.ts +4 -2
  28. package/dist/counterparty-type/counterparty-type.d.ts.map +1 -1
  29. package/dist/counterparty-type/counterparty-type.js +9 -2
  30. package/dist/entity-type/entity-type.enum.d.ts +12 -0
  31. package/dist/entity-type/entity-type.enum.d.ts.map +1 -0
  32. package/dist/entity-type/entity-type.enum.js +12 -0
  33. package/dist/external-auction-item/external-auction-item-order-type.enum.d.ts +7 -5
  34. package/dist/external-auction-item/external-auction-item-order-type.enum.d.ts.map +1 -1
  35. package/dist/external-auction-item/external-auction-item-order-type.enum.js +15 -5
  36. package/dist/external-auction-item/external-auction-item-response.dto.d.ts +0 -1
  37. package/dist/external-auction-item/external-auction-item-response.dto.d.ts.map +1 -1
  38. package/dist/external-auction-item-status/external-auction-item-status.enum.d.ts +5 -3
  39. package/dist/external-auction-item-status/external-auction-item-status.enum.d.ts.map +1 -1
  40. package/dist/external-auction-item-status/external-auction-item-status.enum.js +11 -3
  41. package/dist/financial-movement-kind/financial-movement-kind.enum.d.ts +2 -0
  42. package/dist/financial-movement-kind/financial-movement-kind.enum.d.ts.map +1 -1
  43. package/dist/financial-movement-kind/financial-movement-kind.enum.js +7 -0
  44. package/dist/financial-report/financial-report-filters.schema.d.ts +4 -0
  45. package/dist/financial-report/financial-report-filters.schema.d.ts.map +1 -0
  46. package/dist/financial-report/financial-report-filters.schema.js +12 -0
  47. package/dist/financial-report/financial-report-filters.type.d.ts +8 -0
  48. package/dist/financial-report/financial-report-filters.type.d.ts.map +1 -0
  49. package/dist/financial-report/financial-report-filters.type.js +1 -0
  50. package/dist/group/group-order-type.enum.d.ts +8 -6
  51. package/dist/group/group-order-type.enum.d.ts.map +1 -1
  52. package/dist/group/group-order-type.enum.js +17 -6
  53. package/dist/group/group-user-role.enum.d.ts +2 -0
  54. package/dist/group/group-user-role.enum.d.ts.map +1 -1
  55. package/dist/group/group-user-role.enum.js +8 -0
  56. package/dist/index.d.ts +16 -0
  57. package/dist/index.d.ts.map +1 -1
  58. package/dist/index.js +16 -0
  59. package/dist/item-financial-event/item-financial-event-type.enum.d.ts +2 -0
  60. package/dist/item-financial-event/item-financial-event-type.enum.d.ts.map +1 -1
  61. package/dist/item-financial-event/item-financial-event-type.enum.js +10 -0
  62. package/dist/item-financial-event/payment-type.enum.d.ts +2 -0
  63. package/dist/item-financial-event/payment-type.enum.d.ts.map +1 -1
  64. package/dist/item-financial-event/payment-type.enum.js +7 -0
  65. package/dist/item-financial-movement/movement-direction.enum.d.ts +4 -2
  66. package/dist/item-financial-movement/movement-direction.enum.d.ts.map +1 -1
  67. package/dist/item-financial-movement/movement-direction.enum.js +9 -2
  68. package/dist/notification-channel-type/notification-channel-type.enum.d.ts +6 -4
  69. package/dist/notification-channel-type/notification-channel-type.enum.d.ts.map +1 -1
  70. package/dist/notification-channel-type/notification-channel-type.enum.js +13 -4
  71. package/dist/notification-event-type/notification-event-type.enum.d.ts +11 -9
  72. package/dist/notification-event-type/notification-event-type.enum.d.ts.map +1 -1
  73. package/dist/notification-event-type/notification-event-type.enum.js +23 -9
  74. package/dist/report/create-report-request.dto.d.ts +7 -0
  75. package/dist/report/create-report-request.dto.d.ts.map +1 -0
  76. package/dist/report/create-report-request.dto.js +1 -0
  77. package/dist/report/get-reports-request.dto.d.ts +6 -0
  78. package/dist/report/get-reports-request.dto.d.ts.map +1 -0
  79. package/dist/report/get-reports-request.dto.js +1 -0
  80. package/dist/report/get-reports-request.schema.d.ts +4 -0
  81. package/dist/report/get-reports-request.schema.d.ts.map +1 -0
  82. package/dist/report/get-reports-request.schema.js +6 -0
  83. package/dist/report/report-response.dto.d.ts +13 -0
  84. package/dist/report/report-response.dto.d.ts.map +1 -0
  85. package/dist/report/report-response.dto.js +1 -0
  86. package/dist/report-status/report-status.enum.d.ts +8 -0
  87. package/dist/report-status/report-status.enum.d.ts.map +1 -0
  88. package/dist/report-status/report-status.enum.js +16 -0
  89. package/dist/report-type/report-type.enum.d.ts +5 -0
  90. package/dist/report-type/report-type.enum.d.ts.map +1 -0
  91. package/dist/report-type/report-type.enum.js +10 -0
  92. package/dist/report-type/report-type.schema.d.ts +4 -0
  93. package/dist/report-type/report-type.schema.d.ts.map +1 -0
  94. package/dist/report-type/report-type.schema.js +3 -0
  95. package/dist/subscription/billing-cycle.type.d.ts +4 -2
  96. package/dist/subscription/billing-cycle.type.d.ts.map +1 -1
  97. package/dist/subscription/billing-cycle.type.js +9 -2
  98. package/dist/user/update-profile-picture-request.dto.d.ts +4 -0
  99. package/dist/user/update-profile-picture-request.dto.d.ts.map +1 -0
  100. package/dist/user/update-profile-picture-request.dto.js +1 -0
  101. package/dist/user/update-profile-picture-request.schema.d.ts +4 -0
  102. package/dist/user/update-profile-picture-request.schema.d.ts.map +1 -0
  103. package/dist/user/update-profile-picture-request.schema.js +5 -0
  104. package/dist/user/update-username-request.dto.d.ts +4 -0
  105. package/dist/user/update-username-request.dto.d.ts.map +1 -0
  106. package/dist/user/update-username-request.dto.js +9 -0
  107. package/dist/user/update-username-request.schema.d.ts +4 -0
  108. package/dist/user/update-username-request.schema.d.ts.map +1 -0
  109. package/dist/user/update-username-request.schema.js +1 -0
  110. package/dist/user/user-status.enum.d.ts +2 -0
  111. package/dist/user/user-status.enum.d.ts.map +1 -1
  112. package/dist/user/user-status.enum.js +8 -0
  113. package/dist/user-notification-channel/create-user-notification-channel-request.schema.js +1 -1
  114. package/dist/user-notification-channel/update-user-notification-channel-request.schema.js +1 -1
  115. package/dist/user-notification-preference/create-user-notification-preference.schema.js +2 -2
  116. package/package.json +1 -1
  117. package/dist/auction-item-status/auction-item-status-response.dto.d.ts +0 -9
  118. package/dist/auction-item-status/auction-item-status-response.dto.d.ts.map +0 -1
  119. package/dist/auction-item-status/auction-item-status-response.dto.js +0 -9
  120. package/dist/external-auction-item/create-auction-item.dto.d.ts +0 -19
  121. package/dist/external-auction-item/create-auction-item.dto.d.ts.map +0 -1
  122. package/dist/external-auction-item/create-auction-item.schema.d.ts +0 -4
  123. package/dist/external-auction-item/create-auction-item.schema.d.ts.map +0 -1
  124. package/dist/external-auction-item/create-auction-item.schema.js +0 -41
  125. /package/dist/{external-auction-item/create-auction-item.dto.js → auction-source/create-system-auction-sources-request.dto.js} +0 -0
package/dist/index.d.ts CHANGED
@@ -49,6 +49,8 @@ export * from "./auction-session/update-auction-session-request.schema.js";
49
49
  export * from "./auction-source/auction-source-response.dto.js";
50
50
  export * from "./auction-source/create-auction-source-request.dto.js";
51
51
  export * from "./auction-source/create-auction-source-request.schema.js";
52
+ export * from "./auction-source/create-system-auction-sources-request.dto.js";
53
+ export * from "./auction-source/create-system-auction-sources-request.schema.js";
52
54
  export * from "./auction-source/get-auction-sources-request.dto.js";
53
55
  export * from "./auction-source/get-auction-sources-request.schema.js";
54
56
  export * from "./auction-source/update-auction-source-request.dto.js";
@@ -63,6 +65,7 @@ export * from "./counterparty/get-counterparties-request.schema.js";
63
65
  export * from "./counterparty/update-counterparty-request.dto.js";
64
66
  export * from "./counterparty/update-counterparty.schema.js";
65
67
  export * from "./counterparty-type/counterparty-type.js";
68
+ export * from "./entity-type/entity-type.enum.js";
66
69
  export * from "./external-auction-item/create-external-auction-item.dto.js";
67
70
  export * from "./external-auction-item/create-external-auction-item.schema.js";
68
71
  export * from "./external-auction-item/delete-external-auction-item.dto.js";
@@ -88,6 +91,8 @@ export * from "./financial-overview/financial-overview-by-period-response.dto.js
88
91
  export * from "./financial-overview/financial-overview-response.dto.js";
89
92
  export * from "./financial-overview/get-user-financial-overview-request.dto.js";
90
93
  export * from "./financial-overview/get-user-financial-overview-request.schema.js";
94
+ export * from "./financial-report/financial-report-filters.type.js";
95
+ export * from "./financial-report/financial-report-filters.schema.js";
91
96
  export * from "./group/add-group-users-request.dto.js";
92
97
  export * from "./group/add-group-users-request.schema.js";
93
98
  export * from "./group/create-group-request.dto.js";
@@ -144,11 +149,22 @@ export * from "./pagination/pagination-request.schema.js";
144
149
  export * from "./pagination/pagination-request.dto.js";
145
150
  export * from "./pagination/pagination-response.dto.js";
146
151
  export * from "./public-id/public-id.schema.js";
152
+ export * from "./report/create-report-request.dto.js";
153
+ export * from "./report/get-reports-request.dto.js";
154
+ export * from "./report/get-reports-request.schema.js";
155
+ export * from "./report/report-response.dto.js";
156
+ export * from "./report-status/report-status.enum.js";
157
+ export * from "./report-type/report-type.schema.js";
158
+ export * from "./report-type/report-type.enum.js";
147
159
  export * from "./responsible-authority/responsible-authority-response.dto.js";
148
160
  export * from "./subscription/billing-cycle.type.js";
149
161
  export * from "./subscription/create-subscription-request.dto.js";
150
162
  export * from "./subscription/create-subscription-request.schema.js";
151
163
  export * from "./user/current-user-response.dto.js";
164
+ export * from "./user/update-username-request.dto.js";
165
+ export * from "./user/update-username-request.schema.js";
166
+ export * from "./user/update-profile-picture-request.dto.js";
167
+ export * from "./user/update-profile-picture-request.schema.js";
152
168
  export * from "./user/user-response.dto.js";
153
169
  export * from "./user/user-status.enum.js";
154
170
  export * from "./user-notification-channel/create-user-notification-channel-request.dto.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -49,6 +49,8 @@ export * from "./auction-session/update-auction-session-request.schema.js";
49
49
  export * from "./auction-source/auction-source-response.dto.js";
50
50
  export * from "./auction-source/create-auction-source-request.dto.js";
51
51
  export * from "./auction-source/create-auction-source-request.schema.js";
52
+ export * from "./auction-source/create-system-auction-sources-request.dto.js";
53
+ export * from "./auction-source/create-system-auction-sources-request.schema.js";
52
54
  export * from "./auction-source/get-auction-sources-request.dto.js";
53
55
  export * from "./auction-source/get-auction-sources-request.schema.js";
54
56
  export * from "./auction-source/update-auction-source-request.dto.js";
@@ -63,6 +65,7 @@ export * from "./counterparty/get-counterparties-request.schema.js";
63
65
  export * from "./counterparty/update-counterparty-request.dto.js";
64
66
  export * from "./counterparty/update-counterparty.schema.js";
65
67
  export * from "./counterparty-type/counterparty-type.js";
68
+ export * from "./entity-type/entity-type.enum.js";
66
69
  export * from "./external-auction-item/create-external-auction-item.dto.js";
67
70
  export * from "./external-auction-item/create-external-auction-item.schema.js";
68
71
  export * from "./external-auction-item/delete-external-auction-item.dto.js";
@@ -88,6 +91,8 @@ export * from "./financial-overview/financial-overview-by-period-response.dto.js
88
91
  export * from "./financial-overview/financial-overview-response.dto.js";
89
92
  export * from "./financial-overview/get-user-financial-overview-request.dto.js";
90
93
  export * from "./financial-overview/get-user-financial-overview-request.schema.js";
94
+ export * from "./financial-report/financial-report-filters.type.js";
95
+ export * from "./financial-report/financial-report-filters.schema.js";
91
96
  export * from "./group/add-group-users-request.dto.js";
92
97
  export * from "./group/add-group-users-request.schema.js";
93
98
  export * from "./group/create-group-request.dto.js";
@@ -144,11 +149,22 @@ export * from "./pagination/pagination-request.schema.js";
144
149
  export * from "./pagination/pagination-request.dto.js";
145
150
  export * from "./pagination/pagination-response.dto.js";
146
151
  export * from "./public-id/public-id.schema.js";
152
+ export * from "./report/create-report-request.dto.js";
153
+ export * from "./report/get-reports-request.dto.js";
154
+ export * from "./report/get-reports-request.schema.js";
155
+ export * from "./report/report-response.dto.js";
156
+ export * from "./report-status/report-status.enum.js";
157
+ export * from "./report-type/report-type.schema.js";
158
+ export * from "./report-type/report-type.enum.js";
147
159
  export * from "./responsible-authority/responsible-authority-response.dto.js";
148
160
  export * from "./subscription/billing-cycle.type.js";
149
161
  export * from "./subscription/create-subscription-request.dto.js";
150
162
  export * from "./subscription/create-subscription-request.schema.js";
151
163
  export * from "./user/current-user-response.dto.js";
164
+ export * from "./user/update-username-request.dto.js";
165
+ export * from "./user/update-username-request.schema.js";
166
+ export * from "./user/update-profile-picture-request.dto.js";
167
+ export * from "./user/update-profile-picture-request.schema.js";
152
168
  export * from "./user/user-response.dto.js";
153
169
  export * from "./user/user-status.enum.js";
154
170
  export * from "./user-notification-channel/create-user-notification-channel-request.dto.js";
@@ -5,4 +5,6 @@ export declare enum ItemFinancialEventType {
5
5
  INCOME = "income",
6
6
  SHARE_SETTLEMENT = "share_settlement"
7
7
  }
8
+ export declare const ItemFinancialEventTypeLabels: Record<ItemFinancialEventType, string>;
9
+ export declare function getItemFinancialEventTypeLabel(type: ItemFinancialEventType): string;
8
10
  //# sourceMappingURL=item-financial-event-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"item-financial-event-type.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-event/item-financial-event-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAChC,mBAAmB,wBAAwB;IAC3C,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,gBAAgB,qBAAqB;CACtC"}
1
+ {"version":3,"file":"item-financial-event-type.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-event/item-financial-event-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAChC,mBAAmB,wBAAwB;IAC3C,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,gBAAgB,qBAAqB;CACtC;AAED,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,sBAAsB,EAAE,MAAM,CAM/E,CAAC;AAEF,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,sBAAsB,GAC3B,MAAM,CAER"}
@@ -6,3 +6,13 @@ export var ItemFinancialEventType;
6
6
  ItemFinancialEventType["INCOME"] = "income";
7
7
  ItemFinancialEventType["SHARE_SETTLEMENT"] = "share_settlement";
8
8
  })(ItemFinancialEventType || (ItemFinancialEventType = {}));
9
+ export const ItemFinancialEventTypeLabels = {
10
+ [ItemFinancialEventType.AUCTION_ACQUISITION]: "Arrematação em leilão",
11
+ [ItemFinancialEventType.SALE]: "Venda",
12
+ [ItemFinancialEventType.EXPENSE]: "Despesa",
13
+ [ItemFinancialEventType.INCOME]: "Receita",
14
+ [ItemFinancialEventType.SHARE_SETTLEMENT]: "Liquidação de cotas",
15
+ };
16
+ export function getItemFinancialEventTypeLabel(type) {
17
+ return ItemFinancialEventTypeLabels[type];
18
+ }
@@ -2,4 +2,6 @@ export declare enum PaymentType {
2
2
  CASH = "cash",
3
3
  INSTALLMENT = "installment"
4
4
  }
5
+ export declare const PaymentTypeLabels: Record<PaymentType, string>;
6
+ export declare function getPaymentTypeLabel(type: PaymentType): string;
5
7
  //# sourceMappingURL=payment-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"payment-type.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-event/payment-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,IAAI,SAAS;IACb,WAAW,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"payment-type.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-event/payment-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,IAAI,SAAS;IACb,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAGzD,CAAC;AAEF,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,WAAW,GAChB,MAAM,CAER"}
@@ -3,3 +3,10 @@ export var PaymentType;
3
3
  PaymentType["CASH"] = "cash";
4
4
  PaymentType["INSTALLMENT"] = "installment";
5
5
  })(PaymentType || (PaymentType = {}));
6
+ export const PaymentTypeLabels = {
7
+ [PaymentType.CASH]: "À vista",
8
+ [PaymentType.INSTALLMENT]: "Parcelado",
9
+ };
10
+ export function getPaymentTypeLabel(type) {
11
+ return PaymentTypeLabels[type];
12
+ }
@@ -1,5 +1,7 @@
1
1
  export declare enum MovementDirection {
2
- IN = "IN",
3
- OUT = "OUT"
2
+ IN = "in",
3
+ OUT = "out"
4
4
  }
5
+ export declare const MovementDirectionLabels: Record<MovementDirection, string>;
6
+ export declare function getMovementDirectionLabel(direction: MovementDirection): string;
5
7
  //# sourceMappingURL=movement-direction.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"movement-direction.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-movement/movement-direction.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,OAAO;IACT,GAAG,QAAQ;CACZ"}
1
+ {"version":3,"file":"movement-direction.enum.d.ts","sourceRoot":"","sources":["../../src/item-financial-movement/movement-direction.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,EAAE,OAAO;IACT,GAAG,QAAQ;CACZ;AAED,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAGrE,CAAC;AAEF,wBAAgB,yBAAyB,CACvC,SAAS,EAAE,iBAAiB,GAC3B,MAAM,CAER"}
@@ -1,5 +1,12 @@
1
1
  export var MovementDirection;
2
2
  (function (MovementDirection) {
3
- MovementDirection["IN"] = "IN";
4
- MovementDirection["OUT"] = "OUT";
3
+ MovementDirection["IN"] = "in";
4
+ MovementDirection["OUT"] = "out";
5
5
  })(MovementDirection || (MovementDirection = {}));
6
+ export const MovementDirectionLabels = {
7
+ [MovementDirection.IN]: 'Entrada',
8
+ [MovementDirection.OUT]: 'Saída',
9
+ };
10
+ export function getMovementDirectionLabel(direction) {
11
+ return MovementDirectionLabels[direction];
12
+ }
@@ -1,7 +1,9 @@
1
1
  export declare enum NotificationChannelType {
2
- SMS = "SMS",
3
- WHATSAPP = "WHATSAPP",
4
- PUSH = "PUSH",
5
- EMAIL = "EMAIL"
2
+ SMS = "sms",
3
+ WHATSAPP = "whatsapp",
4
+ PUSH = "push",
5
+ EMAIL = "email"
6
6
  }
7
+ export declare const NotificationChannelTypeLabels: Record<NotificationChannelType, string>;
8
+ export declare function getNotificationChannelTypeLabel(type: NotificationChannelType): string;
7
9
  //# sourceMappingURL=notification-channel-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification-channel-type.enum.d.ts","sourceRoot":"","sources":["../../src/notification-channel-type/notification-channel-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,KAAK,UAAU;CAChB"}
1
+ {"version":3,"file":"notification-channel-type.enum.d.ts","sourceRoot":"","sources":["../../src/notification-channel-type/notification-channel-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AAED,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,uBAAuB,EAAE,MAAM,CAKjF,CAAC;AAEF,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,uBAAuB,GAC5B,MAAM,CAER"}
@@ -1,7 +1,16 @@
1
1
  export var NotificationChannelType;
2
2
  (function (NotificationChannelType) {
3
- NotificationChannelType["SMS"] = "SMS";
4
- NotificationChannelType["WHATSAPP"] = "WHATSAPP";
5
- NotificationChannelType["PUSH"] = "PUSH";
6
- NotificationChannelType["EMAIL"] = "EMAIL";
3
+ NotificationChannelType["SMS"] = "sms";
4
+ NotificationChannelType["WHATSAPP"] = "whatsapp";
5
+ NotificationChannelType["PUSH"] = "push";
6
+ NotificationChannelType["EMAIL"] = "email";
7
7
  })(NotificationChannelType || (NotificationChannelType = {}));
8
+ export const NotificationChannelTypeLabels = {
9
+ [NotificationChannelType.SMS]: "SMS",
10
+ [NotificationChannelType.WHATSAPP]: "WhatsApp",
11
+ [NotificationChannelType.PUSH]: "Push",
12
+ [NotificationChannelType.EMAIL]: "Email",
13
+ };
14
+ export function getNotificationChannelTypeLabel(type) {
15
+ return NotificationChannelTypeLabels[type];
16
+ }
@@ -1,12 +1,14 @@
1
1
  export declare enum NotificationEventType {
2
- COMMENT_REPLIED = "COMMENT_REPLIED",
3
- ITEM_SHARED_AS_VIEWER = "ITEM_SHARED_AS_VIEWER",
4
- ITEM_PARTICIPANT_INVITED = "ITEM_PARTICIPANT_INVITED",
5
- AUCTION_WON = "AUCTION_WON",
6
- AUCTION_ENDING_SOON = "AUCTION_ENDING_SOON",
7
- ITEM_SOLD = "ITEM_SOLD",
8
- PASSWORD_CHANGED = "PASSWORD_CHANGED",
9
- ACCOUNT_UPDATED = "ACCOUNT_UPDATED",
10
- ACCOUNT_CREATED = "ACCOUNT_CREATED"
2
+ COMMENT_REPLIED = "comment_replied",
3
+ ITEM_SHARED_AS_VIEWER = "item_shared_as_viewer",
4
+ ITEM_PARTICIPANT_INVITED = "item_participant_invited",
5
+ AUCTION_WON = "auction_won",
6
+ AUCTION_ENDING_SOON = "auction_ending_soon",
7
+ ITEM_SOLD = "item_sold",
8
+ PASSWORD_CHANGED = "password_changed",
9
+ ACCOUNT_UPDATED = "account_updated",
10
+ ACCOUNT_CREATED = "account_created"
11
11
  }
12
+ export declare const NotificationEventTypeLabels: Record<NotificationEventType, string>;
13
+ export declare function getNotificationEventTypeLabel(type: NotificationEventType): string;
12
14
  //# sourceMappingURL=notification-event-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification-event-type.enum.d.ts","sourceRoot":"","sources":["../../src/notification-event-type/notification-event-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,eAAe,oBAAoB;IAEnC,qBAAqB,0BAA0B;IAC/C,wBAAwB,6BAA6B;IAErD,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAE3C,SAAS,cAAc;IAEvB,gBAAgB,qBAAqB;IACrC,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;CACpC"}
1
+ {"version":3,"file":"notification-event-type.enum.d.ts","sourceRoot":"","sources":["../../src/notification-event-type/notification-event-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,eAAe,oBAAoB;IAEnC,qBAAqB,0BAA0B;IAC/C,wBAAwB,6BAA6B;IAErD,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAE3C,SAAS,cAAc;IAEvB,gBAAgB,qBAAqB;IACrC,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;CACpC;AAED,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,qBAAqB,EACrB,MAAM,CAeP,CAAC;AAEF,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,qBAAqB,GAC1B,MAAM,CAER"}
@@ -1,12 +1,26 @@
1
1
  export var NotificationEventType;
2
2
  (function (NotificationEventType) {
3
- NotificationEventType["COMMENT_REPLIED"] = "COMMENT_REPLIED";
4
- NotificationEventType["ITEM_SHARED_AS_VIEWER"] = "ITEM_SHARED_AS_VIEWER";
5
- NotificationEventType["ITEM_PARTICIPANT_INVITED"] = "ITEM_PARTICIPANT_INVITED";
6
- NotificationEventType["AUCTION_WON"] = "AUCTION_WON";
7
- NotificationEventType["AUCTION_ENDING_SOON"] = "AUCTION_ENDING_SOON";
8
- NotificationEventType["ITEM_SOLD"] = "ITEM_SOLD";
9
- NotificationEventType["PASSWORD_CHANGED"] = "PASSWORD_CHANGED";
10
- NotificationEventType["ACCOUNT_UPDATED"] = "ACCOUNT_UPDATED";
11
- NotificationEventType["ACCOUNT_CREATED"] = "ACCOUNT_CREATED";
3
+ NotificationEventType["COMMENT_REPLIED"] = "comment_replied";
4
+ NotificationEventType["ITEM_SHARED_AS_VIEWER"] = "item_shared_as_viewer";
5
+ NotificationEventType["ITEM_PARTICIPANT_INVITED"] = "item_participant_invited";
6
+ NotificationEventType["AUCTION_WON"] = "auction_won";
7
+ NotificationEventType["AUCTION_ENDING_SOON"] = "auction_ending_soon";
8
+ NotificationEventType["ITEM_SOLD"] = "item_sold";
9
+ NotificationEventType["PASSWORD_CHANGED"] = "password_changed";
10
+ NotificationEventType["ACCOUNT_UPDATED"] = "account_updated";
11
+ NotificationEventType["ACCOUNT_CREATED"] = "account_created";
12
12
  })(NotificationEventType || (NotificationEventType = {}));
13
+ export const NotificationEventTypeLabels = {
14
+ [NotificationEventType.COMMENT_REPLIED]: "Comentário respondido",
15
+ [NotificationEventType.ITEM_SHARED_AS_VIEWER]: "Item compartilhado para visualização",
16
+ [NotificationEventType.ITEM_PARTICIPANT_INVITED]: "Convite para participar do item",
17
+ [NotificationEventType.AUCTION_WON]: "Leilão vencido",
18
+ [NotificationEventType.AUCTION_ENDING_SOON]: "Leilão encerrando em breve",
19
+ [NotificationEventType.ITEM_SOLD]: "Item vendido",
20
+ [NotificationEventType.PASSWORD_CHANGED]: "Senha alterada",
21
+ [NotificationEventType.ACCOUNT_UPDATED]: "Conta atualizada",
22
+ [NotificationEventType.ACCOUNT_CREATED]: "Conta criada",
23
+ };
24
+ export function getNotificationEventTypeLabel(type) {
25
+ return NotificationEventTypeLabels[type];
26
+ }
@@ -0,0 +1,7 @@
1
+ import { FinancialReportFilters } from "../financial-report/financial-report-filters.type.js";
2
+ import { ReportType } from "../report-type/report-type.enum.js";
3
+ export type CreateReportRequestDTO = {
4
+ type: ReportType.FINANCIAL;
5
+ filters: FinancialReportFilters;
6
+ };
7
+ //# sourceMappingURL=create-report-request.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-report-request.dto.d.ts","sourceRoot":"","sources":["../../src/report/create-report-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sDAAsD,CAAC;AAC9F,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,MAAM,MAAM,sBAAsB,GAC9B;IACE,IAAI,EAAE,UAAU,CAAC,SAAS,CAAC;IAC3B,OAAO,EAAE,sBAAsB,CAAC;CACjC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { PaginationRequestDTO } from "../pagination/pagination-request.dto.js";
2
+ import { ReportType } from "../report-type/report-type.enum.js";
3
+ export interface GetReportsRequestDTO extends PaginationRequestDTO {
4
+ type: ReportType;
5
+ }
6
+ //# sourceMappingURL=get-reports-request.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reports-request.dto.d.ts","sourceRoot":"","sources":["../../src/report/get-reports-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,MAAM,WAAW,oBAAqB,SAAQ,oBAAoB;IAChE,IAAI,EAAE,UAAU,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { z } from "zod";
2
+ import { GetReportsRequestDTO } from "./get-reports-request.dto.js";
3
+ export declare const GetReportsRequestSchema: z.ZodType<GetReportsRequestDTO>;
4
+ //# sourceMappingURL=get-reports-request.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reports-request.schema.d.ts","sourceRoot":"","sources":["../../src/report/get-reports-request.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAIpE,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAGhE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { z } from "zod";
2
+ import { PaginationRequestSchema } from "../pagination/pagination-request.schema.js";
3
+ import { ReportType } from "../report-type/report-type.enum.js";
4
+ export const GetReportsRequestSchema = PaginationRequestSchema.extend({
5
+ type: z.enum(ReportType),
6
+ });
@@ -0,0 +1,13 @@
1
+ import { ReportStatus } from "../report-status/report-status.enum.js";
2
+ import { ReportType } from "../report-type/report-type.enum.js";
3
+ export interface ReportResponseDTO {
4
+ publicId: string;
5
+ type: ReportType;
6
+ status: ReportStatus;
7
+ filters: Record<string, unknown>;
8
+ filePath: string | null;
9
+ fileName: string | null;
10
+ errorMessage: string | null;
11
+ createdAt: string;
12
+ }
13
+ //# sourceMappingURL=report-response.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-response.dto.d.ts","sourceRoot":"","sources":["../../src/report/report-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,UAAU,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export declare enum ReportStatus {
2
+ PENDING = "pending",
3
+ PROCESSING = "processing",
4
+ COMPLETED = "completed",
5
+ FAILED = "failed"
6
+ }
7
+ export declare function getReportStatusLabel(status: ReportStatus): string;
8
+ //# sourceMappingURL=report-status.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-status.enum.d.ts","sourceRoot":"","sources":["../../src/report-status/report-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AASD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,YAAY,GAAG,MAAM,CAEjE"}
@@ -0,0 +1,16 @@
1
+ export var ReportStatus;
2
+ (function (ReportStatus) {
3
+ ReportStatus["PENDING"] = "pending";
4
+ ReportStatus["PROCESSING"] = "processing";
5
+ ReportStatus["COMPLETED"] = "completed";
6
+ ReportStatus["FAILED"] = "failed";
7
+ })(ReportStatus || (ReportStatus = {}));
8
+ const ReportStatusLabels = {
9
+ [ReportStatus.PENDING]: "Pendente",
10
+ [ReportStatus.PROCESSING]: "Processando",
11
+ [ReportStatus.COMPLETED]: "Concluído",
12
+ [ReportStatus.FAILED]: "Falhou",
13
+ };
14
+ export function getReportStatusLabel(status) {
15
+ return ReportStatusLabels[status];
16
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum ReportType {
2
+ FINANCIAL = "financial"
3
+ }
4
+ export declare function getReportTypeLabel(type: ReportType): string;
5
+ //# sourceMappingURL=report-type.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-type.enum.d.ts","sourceRoot":"","sources":["../../src/report-type/report-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,SAAS,cAAc;CACxB;AAMD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,UAAU,GAAG,MAAM,CAE3D"}
@@ -0,0 +1,10 @@
1
+ export var ReportType;
2
+ (function (ReportType) {
3
+ ReportType["FINANCIAL"] = "financial";
4
+ })(ReportType || (ReportType = {}));
5
+ const ReportTypeLabels = {
6
+ [ReportType.FINANCIAL]: "Relatório Financeiro",
7
+ };
8
+ export function getReportTypeLabel(type) {
9
+ return ReportTypeLabels[type];
10
+ }
@@ -0,0 +1,4 @@
1
+ import z from "zod";
2
+ import { ReportType } from "./report-type.enum.js";
3
+ export declare const ReportTypeSchema: z.ZodEnum<typeof ReportType>;
4
+ //# sourceMappingURL=report-type.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-type.schema.d.ts","sourceRoot":"","sources":["../../src/report-type/report-type.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,eAAO,MAAM,gBAAgB,8BAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import z from "zod";
2
+ import { ReportType } from "./report-type.enum.js";
3
+ export const ReportTypeSchema = z.enum(ReportType);
@@ -1,5 +1,7 @@
1
1
  export declare enum BillingCycle {
2
- MONTHLY = "MONTHLY",
3
- YEARLY = "YEARLY"
2
+ MONTHLY = "monthly",
3
+ YEARLY = "yearly"
4
4
  }
5
+ export declare const BillingCycleLabels: Record<BillingCycle, string>;
6
+ export declare function getBillingCycleLabel(cycle: BillingCycle): string;
5
7
  //# sourceMappingURL=billing-cycle.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"billing-cycle.type.d.ts","sourceRoot":"","sources":["../../src/subscription/billing-cycle.type.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB"}
1
+ {"version":3,"file":"billing-cycle.type.d.ts","sourceRoot":"","sources":["../../src/subscription/billing-cycle.type.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAG3D,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,YAAY,GAClB,MAAM,CAER"}
@@ -1,5 +1,12 @@
1
1
  export var BillingCycle;
2
2
  (function (BillingCycle) {
3
- BillingCycle["MONTHLY"] = "MONTHLY";
4
- BillingCycle["YEARLY"] = "YEARLY";
3
+ BillingCycle["MONTHLY"] = "monthly";
4
+ BillingCycle["YEARLY"] = "yearly";
5
5
  })(BillingCycle || (BillingCycle = {}));
6
+ export const BillingCycleLabels = {
7
+ [BillingCycle.MONTHLY]: "Mensal",
8
+ [BillingCycle.YEARLY]: "Anual",
9
+ };
10
+ export function getBillingCycleLabel(cycle) {
11
+ return BillingCycleLabels[cycle];
12
+ }
@@ -0,0 +1,4 @@
1
+ export interface UpdateProfilePictureRequestDTO {
2
+ profilePictureUrl: string;
3
+ }
4
+ //# sourceMappingURL=update-profile-picture-request.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-profile-picture-request.dto.d.ts","sourceRoot":"","sources":["../../src/user/update-profile-picture-request.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,8BAA8B;IAC7C,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import z from "zod";
2
+ import { UpdateProfilePictureRequestDTO } from "./update-profile-picture-request.dto.js";
3
+ export declare const updateProfilePictureRequestSchema: z.ZodType<UpdateProfilePictureRequestDTO>;
4
+ //# sourceMappingURL=update-profile-picture-request.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-profile-picture-request.schema.d.ts","sourceRoot":"","sources":["../../src/user/update-profile-picture-request.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAEzF,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CAAC,8BAA8B,CAIpF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import z from "zod";
2
+ export const updateProfilePictureRequestSchema = z.object({
3
+ profilePictureUrl: z
4
+ .url("URL da foto de perfil inválida"),
5
+ });
@@ -0,0 +1,4 @@
1
+ import { z } from "zod";
2
+ import { UpdateUsernameRequestDTO } from "./update-username-request.schema.js";
3
+ export declare const updateUsernameRequestSchema: z.ZodType<UpdateUsernameRequestDTO>;
4
+ //# sourceMappingURL=update-username-request.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-username-request.dto.d.ts","sourceRoot":"","sources":["../../src/user/update-username-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,wBAAwB,CAWxE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+ export const updateUsernameRequestSchema = z.object({
3
+ username: z
4
+ .string()
5
+ .trim()
6
+ .min(2, "Nome de usuário deve possuir no mínimo 2 caracteres")
7
+ .max(30, "Nome de usuário deve possuir no máximo 30 caracteres")
8
+ .regex(/^\p{L}/u, "Nome de usuário deve começar com uma letra"),
9
+ });
@@ -0,0 +1,4 @@
1
+ export interface UpdateUsernameRequestDTO {
2
+ username: string;
3
+ }
4
+ //# sourceMappingURL=update-username-request.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-username-request.schema.d.ts","sourceRoot":"","sources":["../../src/user/update-username-request.schema.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -3,4 +3,6 @@ export declare enum UserStatus {
3
3
  PENDING = "pending",
4
4
  DELETED = "deleted"
5
5
  }
6
+ export declare const UserStatusLabels: Record<UserStatus, string>;
7
+ export declare function getUserStatusLabel(status: UserStatus): string;
6
8
  //# sourceMappingURL=user-status.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-status.enum.d.ts","sourceRoot":"","sources":["../../src/user/user-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
1
+ {"version":3,"file":"user-status.enum.d.ts","sourceRoot":"","sources":["../../src/user/user-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAIvD,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,UAAU,GACjB,MAAM,CAER"}
@@ -4,3 +4,11 @@ export var UserStatus;
4
4
  UserStatus["PENDING"] = "pending";
5
5
  UserStatus["DELETED"] = "deleted";
6
6
  })(UserStatus || (UserStatus = {}));
7
+ export const UserStatusLabels = {
8
+ [UserStatus.ACTIVE]: 'Ativo',
9
+ [UserStatus.PENDING]: 'Pendente',
10
+ [UserStatus.DELETED]: 'Deletado',
11
+ };
12
+ export function getUserStatusLabel(status) {
13
+ return UserStatusLabels[status];
14
+ }
@@ -1,7 +1,7 @@
1
1
  import { z } from "zod";
2
2
  import { NotificationChannelType } from "../notification-channel-type/notification-channel-type.enum.js";
3
3
  export const CreateUserNotificationChannelSchema = z.object({
4
- channelType: z.nativeEnum(NotificationChannelType),
4
+ channelType: z.enum(NotificationChannelType),
5
5
  value: z.string(),
6
6
  enabled: z.coerce.boolean(),
7
7
  });
@@ -1,7 +1,7 @@
1
1
  import { z } from "zod";
2
2
  import { NotificationChannelType } from "../notification-channel-type/notification-channel-type.enum.js";
3
3
  export const UpdateUserNotificationChannelSchema = z.object({
4
- channelType: z.nativeEnum(NotificationChannelType),
4
+ channelType: z.enum(NotificationChannelType),
5
5
  value: z.string().optional(),
6
6
  enabled: z.coerce.boolean().optional(),
7
7
  });