@dalmore/api-contracts 0.0.0-dev.2dc8e92 → 0.0.0-dev.4bb6b7a

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 (206) hide show
  1. package/README.md +23 -19
  2. package/common/types/account-contact.types.ts +2 -1
  3. package/common/types/account-manager.types.ts +3 -7
  4. package/common/types/account-setting.types.ts +65 -0
  5. package/common/types/account.types.ts +1 -0
  6. package/common/types/activity.types.ts +1 -1
  7. package/common/types/api-key-logs.types.ts +1 -1
  8. package/common/types/asset.types.ts +14 -14
  9. package/common/types/auth.types.ts +7 -18
  10. package/common/types/bonus-tier.types.ts +33 -0
  11. package/common/types/cart.types.ts +4 -1
  12. package/common/types/common.types.ts +38 -6
  13. package/common/types/contact-us.types.ts +6 -2
  14. package/common/types/covered-person.types.ts +2 -1
  15. package/common/types/dashboard.types.ts +2 -9
  16. package/common/types/disbursements.types.ts +119 -3
  17. package/common/types/escrow-account.types.ts +3 -3
  18. package/common/types/file.types.ts +20 -4
  19. package/common/types/i-will-do-it-later.types.ts +68 -0
  20. package/common/types/index.ts +2 -0
  21. package/common/types/individuals.types.ts +5 -17
  22. package/common/types/investor-account.types.ts +2 -1
  23. package/common/types/invite.types.ts +27 -1
  24. package/common/types/issuer-offering.types.ts +113 -30
  25. package/common/types/issuer-payment-method.types.ts +41 -0
  26. package/common/types/issuer.types.ts +9 -0
  27. package/common/types/legal-entity.types.ts +3 -2
  28. package/common/types/mail-template.types.ts +34 -0
  29. package/common/types/note.types.ts +1 -1
  30. package/common/types/notification.types.ts +525 -29
  31. package/common/types/offering.types.ts +106 -20
  32. package/common/types/site-settings.types.ts +2 -1
  33. package/common/types/site.types.ts +2 -9
  34. package/common/types/{trade-line-item.type.ts → trade-line-item.types.ts} +2 -9
  35. package/common/types/trade.types.ts +118 -2
  36. package/common/types/transaction.types.ts +12 -1
  37. package/common/types/trusted-contact.types.ts +7 -7
  38. package/common/types/user.types.ts +17 -33
  39. package/common/types/webhook.types.ts +142 -0
  40. package/contracts/{investors → clients}/cart/index.ts +11 -6
  41. package/contracts/clients/index.ts +10 -0
  42. package/contracts/{investors → clients}/issuer-payment-methods/index.ts +5 -2
  43. package/contracts/{compliance → clients}/payment-methods/index.ts +40 -12
  44. package/contracts/{investors → clients}/trade-line-items/index.ts +19 -28
  45. package/contracts/clients/trades/index.ts +65 -1
  46. package/contracts/{investors → clients}/transactions/index.ts +3 -3
  47. package/index.ts +10 -0
  48. package/package.json +23 -32
  49. package/contracts/compliance/account-contacts/index.ts +0 -82
  50. package/contracts/compliance/account-managers/index.ts +0 -142
  51. package/contracts/compliance/accounts/index.ts +0 -187
  52. package/contracts/compliance/activities/index.ts +0 -55
  53. package/contracts/compliance/aic/index.ts +0 -60
  54. package/contracts/compliance/api-keys/index.ts +0 -91
  55. package/contracts/compliance/assets/index.ts +0 -122
  56. package/contracts/compliance/auth/index.ts +0 -134
  57. package/contracts/compliance/batch-jobs/index.ts +0 -62
  58. package/contracts/compliance/bonus-tiers/index.ts +0 -55
  59. package/contracts/compliance/checklist/index.ts +0 -87
  60. package/contracts/compliance/checklist-items/index.ts +0 -86
  61. package/contracts/compliance/covered-persons/index.ts +0 -97
  62. package/contracts/compliance/dashboard/index.ts +0 -111
  63. package/contracts/compliance/data-records/index.ts +0 -116
  64. package/contracts/compliance/data-rooms/index.ts +0 -113
  65. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  66. package/contracts/compliance/disbursement/index.ts +0 -165
  67. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  68. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  69. package/contracts/compliance/domain-filters/index.ts +0 -117
  70. package/contracts/compliance/email-themes/index.ts +0 -284
  71. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  72. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  73. package/contracts/compliance/exchange-imports/index.ts +0 -137
  74. package/contracts/compliance/files/index.ts +0 -267
  75. package/contracts/compliance/files-public/index.ts +0 -188
  76. package/contracts/compliance/health/index.ts +0 -26
  77. package/contracts/compliance/index.ts +0 -147
  78. package/contracts/compliance/individuals/index.ts +0 -57
  79. package/contracts/compliance/investor-accounts/index.ts +0 -141
  80. package/contracts/compliance/invites/index.ts +0 -137
  81. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  82. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  83. package/contracts/compliance/issuers/index.ts +0 -97
  84. package/contracts/compliance/job-items/index.ts +0 -58
  85. package/contracts/compliance/jobs/index.ts +0 -59
  86. package/contracts/compliance/kyb/index.ts +0 -54
  87. package/contracts/compliance/kyc/index.ts +0 -77
  88. package/contracts/compliance/legal-entities/index.ts +0 -57
  89. package/contracts/compliance/login-histories/index.ts +0 -37
  90. package/contracts/compliance/notes/index.ts +0 -69
  91. package/contracts/compliance/notion-databases/index.ts +0 -107
  92. package/contracts/compliance/notion-pages/index.ts +0 -105
  93. package/contracts/compliance/offering-reports/index.ts +0 -149
  94. package/contracts/compliance/offerings/index.ts +0 -233
  95. package/contracts/compliance/pages/index.ts +0 -178
  96. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  97. package/contracts/compliance/review/index.ts +0 -169
  98. package/contracts/compliance/roles/index.ts +0 -34
  99. package/contracts/compliance/secondary-customers/index.ts +0 -77
  100. package/contracts/compliance/secondary-orders/index.ts +0 -60
  101. package/contracts/compliance/secondary-trades/index.ts +0 -100
  102. package/contracts/compliance/secure-requests/index.ts +0 -54
  103. package/contracts/compliance/signer/index.ts +0 -369
  104. package/contracts/compliance/site-links/index.ts +0 -128
  105. package/contracts/compliance/site-settings/index.ts +0 -669
  106. package/contracts/compliance/sites/index.ts +0 -56
  107. package/contracts/compliance/state-machine/index.ts +0 -94
  108. package/contracts/compliance/tasks/index.ts +0 -91
  109. package/contracts/compliance/third-parties/index.ts +0 -52
  110. package/contracts/compliance/trade-line-items/index.ts +0 -59
  111. package/contracts/compliance/trades/index.ts +0 -230
  112. package/contracts/compliance/transactions/index.ts +0 -161
  113. package/contracts/compliance/user-manuals/index.ts +0 -271
  114. package/contracts/compliance/user-settings/index.ts +0 -189
  115. package/contracts/compliance/users/index.ts +0 -200
  116. package/contracts/compliance/webhooks/index.ts +0 -41
  117. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  118. package/contracts/compliance-apikey/index.ts +0 -14
  119. package/contracts/index.ts +0 -6
  120. package/contracts/investors/account-contacts/index.ts +0 -58
  121. package/contracts/investors/aic/index.ts +0 -59
  122. package/contracts/investors/assets/index.ts +0 -61
  123. package/contracts/investors/auth/index.ts +0 -116
  124. package/contracts/investors/bonus-tiers/index.ts +0 -37
  125. package/contracts/investors/contact-us/index.ts +0 -48
  126. package/contracts/investors/data-records/index.ts +0 -113
  127. package/contracts/investors/data-rooms/index.ts +0 -96
  128. package/contracts/investors/files/index.ts +0 -167
  129. package/contracts/investors/files-public/index.ts +0 -185
  130. package/contracts/investors/index.ts +0 -72
  131. package/contracts/investors/individuals/index.ts +0 -99
  132. package/contracts/investors/investor-accounts/index.ts +0 -110
  133. package/contracts/investors/issuers/index.ts +0 -30
  134. package/contracts/investors/legal-entities/index.ts +0 -93
  135. package/contracts/investors/notes/index.ts +0 -69
  136. package/contracts/investors/offerings/index.ts +0 -93
  137. package/contracts/investors/pages/index.ts +0 -88
  138. package/contracts/investors/payment-methods/index.ts +0 -149
  139. package/contracts/investors/portfolios/index.ts +0 -53
  140. package/contracts/investors/sites/index.ts +0 -96
  141. package/contracts/investors/tasks/index.ts +0 -111
  142. package/contracts/investors/trades/index.ts +0 -114
  143. package/contracts/investors/trusted-contacts/index.ts +0 -93
  144. package/contracts/investors/user-manuals/index.ts +0 -62
  145. package/contracts/investors/user-settings/index.ts +0 -170
  146. package/contracts/investors/users/index.ts +0 -45
  147. package/contracts/investors/webhooks/index.ts +0 -30
  148. package/contracts/issuers/account-contacts/index.ts +0 -76
  149. package/contracts/issuers/account-integrations/index.ts +0 -97
  150. package/contracts/issuers/accounts/index.ts +0 -97
  151. package/contracts/issuers/activities/index.ts +0 -54
  152. package/contracts/issuers/aic/index.ts +0 -39
  153. package/contracts/issuers/api-key-logs/index.ts +0 -53
  154. package/contracts/issuers/api-keys/index.ts +0 -93
  155. package/contracts/issuers/assets/index.ts +0 -122
  156. package/contracts/issuers/auth/index.ts +0 -152
  157. package/contracts/issuers/bonus-tiers/index.ts +0 -55
  158. package/contracts/issuers/contact-us/index.ts +0 -48
  159. package/contracts/issuers/covered-persons/index.ts +0 -136
  160. package/contracts/issuers/dashboard/index.ts +0 -72
  161. package/contracts/issuers/data-records/index.ts +0 -257
  162. package/contracts/issuers/data-rooms/index.ts +0 -134
  163. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  164. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  165. package/contracts/issuers/disbursements/index.ts +0 -153
  166. package/contracts/issuers/email-themes/index.ts +0 -242
  167. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  168. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  169. package/contracts/issuers/files/index.ts +0 -166
  170. package/contracts/issuers/files-public/index.ts +0 -166
  171. package/contracts/issuers/health/index.ts +0 -24
  172. package/contracts/issuers/index.ts +0 -112
  173. package/contracts/issuers/investor-accounts/index.ts +0 -148
  174. package/contracts/issuers/invites/index.ts +0 -129
  175. package/contracts/issuers/issuer/index.ts +0 -94
  176. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  177. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  178. package/contracts/issuers/kyc/index.ts +0 -38
  179. package/contracts/issuers/login-histories/index.ts +0 -51
  180. package/contracts/issuers/notes/index.ts +0 -69
  181. package/contracts/issuers/offerings/index.ts +0 -206
  182. package/contracts/issuers/pages/index.ts +0 -138
  183. package/contracts/issuers/payment-methods/index.ts +0 -61
  184. package/contracts/issuers/portfolios/index.ts +0 -36
  185. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  186. package/contracts/issuers/review/index.ts +0 -63
  187. package/contracts/issuers/secondary-customers/index.ts +0 -55
  188. package/contracts/issuers/secondary-orders/index.ts +0 -57
  189. package/contracts/issuers/secondary-trades/index.ts +0 -57
  190. package/contracts/issuers/secure-requests/index.ts +0 -34
  191. package/contracts/issuers/site-links/index.ts +0 -116
  192. package/contracts/issuers/site-settings/index.ts +0 -585
  193. package/contracts/issuers/sites/index.ts +0 -32
  194. package/contracts/issuers/tasks/index.ts +0 -111
  195. package/contracts/issuers/trades/index.ts +0 -132
  196. package/contracts/issuers/transactions/index.ts +0 -158
  197. package/contracts/issuers/user-manuals/index.ts +0 -62
  198. package/contracts/issuers/user-settings/index.ts +0 -170
  199. package/contracts/issuers/users/index.ts +0 -126
  200. package/contracts/secondaries/accounts/index.ts +0 -58
  201. package/contracts/secondaries/index.ts +0 -23
  202. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  203. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  204. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  205. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  206. package/contracts/secondaries/secondary-trades/index.ts +0 -56
@@ -1,169 +0,0 @@
1
- import { initContract } from '@ts-rest/core';
2
- import {
3
- ForbiddenError,
4
- InternalError,
5
- GetReviewKycResponse,
6
- ReviewKycFilters,
7
- UnauthorizedError,
8
- ReviewAmlFilters,
9
- GetReviewAmlResponse,
10
- ReviewAicFilters,
11
- GetReviewAicResponse,
12
- PostReviewBody,
13
- PostReviewResponse,
14
- GetPendingReviewResponse,
15
- IIndividualZod,
16
- individualIdSchema,
17
- PendingReviewFilters,
18
- PaginationOptionsZod,
19
- } from '../../../common/types';
20
- import { z } from 'zod';
21
-
22
- const c = initContract();
23
-
24
- export const reviewContract = c.router(
25
- {
26
- getReviewKyc: {
27
- summary: 'Get KYC review for individuals',
28
- method: 'GET',
29
- path: '/kyc',
30
- metadata: {
31
- auth: true,
32
- },
33
- query: ReviewKycFilters,
34
- responses: {
35
- 200: GetReviewKycResponse,
36
- 401: UnauthorizedError,
37
- 403: ForbiddenError,
38
- 500: InternalError,
39
- },
40
- },
41
- getReviewAml: {
42
- summary: 'Get AML review for individuals',
43
- method: 'GET',
44
- path: '/aml',
45
- metadata: {
46
- auth: true,
47
- },
48
- query: ReviewAmlFilters,
49
- responses: {
50
- 200: GetReviewAmlResponse,
51
- 401: UnauthorizedError,
52
- 403: ForbiddenError,
53
- 500: InternalError,
54
- },
55
- },
56
- getReviewAic: {
57
- summary: 'Get AIC review for individuals',
58
- method: 'GET',
59
- path: '/aic',
60
- metadata: {
61
- auth: true,
62
- },
63
- query: ReviewAicFilters,
64
- responses: {
65
- 200: GetReviewAicResponse,
66
- 401: UnauthorizedError,
67
- 403: ForbiddenError,
68
- 500: InternalError,
69
- },
70
- },
71
- getPendingReviews: {
72
- summary: 'Get all pending reviews',
73
- method: 'GET',
74
- path: '/',
75
- metadata: {
76
- auth: true,
77
- },
78
- query: PaginationOptionsZod.merge(PendingReviewFilters),
79
- responses: {
80
- 200: GetPendingReviewResponse,
81
- 401: UnauthorizedError,
82
- 403: ForbiddenError,
83
- 500: InternalError,
84
- },
85
- },
86
- postReviewKyc: {
87
- summary: 'Post KYC review for individuals',
88
- method: 'POST',
89
- path: '/kyc',
90
- metadata: {
91
- auth: true,
92
- },
93
- body: PostReviewBody,
94
- responses: {
95
- 201: PostReviewResponse,
96
- 401: UnauthorizedError,
97
- 403: ForbiddenError,
98
- 500: InternalError,
99
- },
100
- },
101
- postReviewAml: {
102
- summary: 'Post AML review for individuals',
103
- method: 'POST',
104
- path: '/aml',
105
- metadata: {
106
- auth: true,
107
- },
108
- body: PostReviewBody,
109
- responses: {
110
- 201: PostReviewResponse,
111
- 401: UnauthorizedError,
112
- 403: ForbiddenError,
113
- 500: InternalError,
114
- },
115
- },
116
- postReviewAic: {
117
- summary: 'Post AIC review for individuals',
118
- method: 'POST',
119
- path: '/aic',
120
- metadata: {
121
- auth: true,
122
- },
123
- body: PostReviewBody,
124
- responses: {
125
- 201: PostReviewResponse,
126
- 401: UnauthorizedError,
127
- 403: ForbiddenError,
128
- 500: InternalError,
129
- },
130
- },
131
- reProcessKyc: {
132
- summary: 'Reprocess KYC for individuals',
133
- method: 'POST',
134
- path: '/kyc/re-process',
135
- metadata: {
136
- auth: true,
137
- },
138
- body: z.object({
139
- individualId: individualIdSchema,
140
- }),
141
- responses: {
142
- 200: IIndividualZod,
143
- 401: UnauthorizedError,
144
- 403: ForbiddenError,
145
- 500: InternalError,
146
- },
147
- },
148
- reProcessAml: {
149
- summary: 'Reprocess AML for individuals',
150
- method: 'POST',
151
- path: '/aml/re-process',
152
- metadata: {
153
- auth: true,
154
- },
155
- body: z.object({
156
- individualId: individualIdSchema,
157
- }),
158
- responses: {
159
- 200: IIndividualZod,
160
- 401: UnauthorizedError,
161
- 403: ForbiddenError,
162
- 500: InternalError,
163
- },
164
- },
165
- },
166
- {
167
- pathPrefix: 'review',
168
- },
169
- );
@@ -1,34 +0,0 @@
1
- import { initContract } from '@ts-rest/core';
2
- import {
3
- ForbiddenError,
4
- InternalError,
5
- UnauthorizedError,
6
- PortalType,
7
- RoleZod,
8
- } from '../../../common/types';
9
- import { z } from 'zod';
10
-
11
- const c = initContract();
12
-
13
- export const rolesContract = c.router(
14
- {
15
- getRoles: {
16
- summary: 'Get roles',
17
- method: 'GET',
18
- path: '/',
19
- metadata: {
20
- auth: true,
21
- },
22
- query: z.object({ portalType: z.nativeEnum(PortalType) }),
23
- responses: {
24
- 200: z.array(RoleZod),
25
- 401: UnauthorizedError,
26
- 403: ForbiddenError,
27
- 500: InternalError,
28
- },
29
- },
30
- },
31
- {
32
- pathPrefix: 'roles',
33
- },
34
- );
@@ -1,77 +0,0 @@
1
- import { initContract } from '@ts-rest/core';
2
- import {
3
- IPaginatedSecondaryCustomers,
4
- SecondaryCustomerFiltersZod,
5
- secondaryCustomerIdSchema,
6
- SecondaryCustomer,
7
- ExportSecondaryCustomersResponse,
8
- } from '../../../common/types/secondary-customer.types';
9
- import {
10
- ForbiddenError,
11
- NotFoundError,
12
- UnauthorizedError,
13
- PaginationOptionsZod,
14
- InternalError,
15
- } from '../../../common/types';
16
- import { z } from 'zod';
17
- import { StreamableFile } from '@nestjs/common';
18
-
19
- const c = initContract();
20
-
21
- export const secondaryCustomersContract = c.router(
22
- {
23
- getCustomers: {
24
- summary: 'Get Customers',
25
- method: 'GET',
26
- path: '',
27
- metadata: {
28
- auth: true,
29
- },
30
- query: PaginationOptionsZod.merge(SecondaryCustomerFiltersZod),
31
- responses: {
32
- 200: IPaginatedSecondaryCustomers,
33
- 401: UnauthorizedError,
34
- 403: ForbiddenError,
35
- 500: InternalError,
36
- },
37
- },
38
- exportCustomers: {
39
- summary: 'Export Secondary Customers to CSV',
40
- method: 'GET',
41
- path: '/export',
42
- metadata: {
43
- auth: true,
44
- },
45
- query: SecondaryCustomerFiltersZod,
46
- responses: {
47
- 200: z.union([
48
- ExportSecondaryCustomersResponse,
49
- z.instanceof(StreamableFile),
50
- ]),
51
- 401: UnauthorizedError,
52
- 403: ForbiddenError,
53
- 500: InternalError,
54
- },
55
- },
56
- getCustomer: {
57
- summary: 'Get Customer',
58
- method: 'GET',
59
- path: '/:id',
60
- metadata: {
61
- auth: true,
62
- },
63
- pathParams: z.object({
64
- id: secondaryCustomerIdSchema,
65
- }),
66
- responses: {
67
- 200: SecondaryCustomer,
68
- 401: UnauthorizedError,
69
- 403: ForbiddenError,
70
- 404: NotFoundError,
71
- },
72
- },
73
- },
74
- {
75
- pathPrefix: 'secondary-customers',
76
- },
77
- );
@@ -1,60 +0,0 @@
1
- import { initContract } from '@ts-rest/core';
2
- import { z } from 'zod';
3
- import { PaginationOptionsZod } from '../../../common/types/common.types';
4
- import {
5
- ForbiddenError,
6
- InternalError,
7
- NotFoundError,
8
- UnauthorizedError,
9
- } from '../../../common/types/error-responses.types';
10
- import {
11
- IPaginatedSecondaryOrders,
12
- SecondaryOrder,
13
- SecondaryOrderDateRangeFiltersZod,
14
- SecondaryOrderFiltersZod,
15
- secondaryOrderIdSchema,
16
- } from '../../../common/types/secondary-order.types';
17
- const c = initContract();
18
-
19
- export const secondaryOrdersContract = c.router(
20
- {
21
- getSecondaryOrders: {
22
- method: 'GET',
23
- path: '',
24
- query: PaginationOptionsZod.merge(SecondaryOrderFiltersZod).merge(
25
- SecondaryOrderDateRangeFiltersZod,
26
- ),
27
- metadata: {
28
- auth: true,
29
- },
30
- summary: 'Get all secondary orders',
31
- responses: {
32
- 200: IPaginatedSecondaryOrders,
33
- 401: UnauthorizedError,
34
- 403: ForbiddenError,
35
- 500: InternalError,
36
- },
37
- },
38
- getSecondaryOrder: {
39
- method: 'GET',
40
- path: '/:id',
41
- metadata: {
42
- auth: true,
43
- },
44
- pathParams: z.object({
45
- id: secondaryOrderIdSchema,
46
- }),
47
- summary: 'Get a secondary order by id',
48
- responses: {
49
- 200: SecondaryOrder,
50
- 401: UnauthorizedError,
51
- 403: ForbiddenError,
52
- 404: NotFoundError,
53
- 500: InternalError,
54
- },
55
- },
56
- },
57
- {
58
- pathPrefix: 'secondary-orders',
59
- },
60
- );
@@ -1,100 +0,0 @@
1
- import { StreamableFile } from '@nestjs/common';
2
- import { initContract } from '@ts-rest/core';
3
- import { z } from 'zod';
4
- import { PaginationOptionsZod } from '../../../common/types/common.types';
5
- import {
6
- ForbiddenError,
7
- InternalError,
8
- NotFoundError,
9
- UnauthorizedError,
10
- } from '../../../common/types/error-responses.types';
11
- import {
12
- PaginatedSecondaryTradeSummaryResponseZod,
13
- SecondaryTradesSummaryFiltersZod,
14
- } from '../../../common/types/exchange-provider.types';
15
- import {
16
- ExportSecondaryTradesResponse,
17
- IPaginatedSecondaryTrades,
18
- SecondaryTradeDateRangeFiltersZod,
19
- SecondaryTradeFiltersZod,
20
- secondaryTradeIdSchema,
21
- SecondaryTradeZod,
22
- } from '../../../common/types/secondary-trade.types';
23
-
24
- const c = initContract();
25
-
26
- export const secondaryTradesContract = c.router(
27
- {
28
- getSecondaryTrades: {
29
- method: 'GET',
30
- path: '/',
31
- query: PaginationOptionsZod.merge(SecondaryTradeFiltersZod).merge(
32
- SecondaryTradeDateRangeFiltersZod,
33
- ),
34
- metadata: {
35
- auth: true,
36
- },
37
- summary: 'Get all secondary trades',
38
- responses: {
39
- 200: IPaginatedSecondaryTrades,
40
- 401: UnauthorizedError,
41
- 403: ForbiddenError,
42
- 500: InternalError,
43
- },
44
- },
45
- exportSecondaryTrades: {
46
- summary: 'Export Secondary Trades to CSV',
47
- method: 'GET',
48
- path: '/export',
49
- metadata: {
50
- auth: true,
51
- },
52
- query: SecondaryTradeFiltersZod,
53
- responses: {
54
- 200: z.union([
55
- ExportSecondaryTradesResponse,
56
- z.instanceof(StreamableFile),
57
- ]),
58
- 401: UnauthorizedError,
59
- 403: ForbiddenError,
60
- 500: InternalError,
61
- },
62
- },
63
- getSecondaryTradesSummary: {
64
- method: 'GET',
65
- path: '/summary',
66
- metadata: {
67
- auth: true,
68
- },
69
- query: PaginationOptionsZod.merge(SecondaryTradesSummaryFiltersZod),
70
- summary: 'Get secondary trades summary with pagination',
71
- responses: {
72
- 200: PaginatedSecondaryTradeSummaryResponseZod,
73
- 401: UnauthorizedError,
74
- 403: ForbiddenError,
75
- 500: InternalError,
76
- },
77
- },
78
- getSecondaryTrade: {
79
- method: 'GET',
80
- path: '/:id',
81
- metadata: {
82
- auth: true,
83
- },
84
- pathParams: z.object({
85
- id: secondaryTradeIdSchema,
86
- }),
87
- summary: 'Get a secondary trade by id',
88
- responses: {
89
- 200: SecondaryTradeZod,
90
- 401: UnauthorizedError,
91
- 403: ForbiddenError,
92
- 404: NotFoundError,
93
- 500: InternalError,
94
- },
95
- },
96
- },
97
- {
98
- pathPrefix: 'secondary-trades',
99
- },
100
- );
@@ -1,54 +0,0 @@
1
- import { initContract } from '@ts-rest/core';
2
- import {
3
- ForbiddenError,
4
- NotFoundError,
5
- UnauthorizedError,
6
- PaginationOptionsZod,
7
- } from '../../../common/types';
8
- import { z } from 'zod';
9
- import {
10
- IPaginatedSecureRequests,
11
- secureRequestIdSchema,
12
- SecureRequestZod,
13
- } from '../../../common/types/secure-request.types';
14
-
15
- const c = initContract();
16
-
17
- export const secureRequestContract = c.router(
18
- {
19
- getSecureRequests: {
20
- summary: 'Get Secure Requests',
21
- method: 'GET',
22
- path: '',
23
- metadata: {
24
- auth: true,
25
- },
26
- query: PaginationOptionsZod,
27
- responses: {
28
- 200: IPaginatedSecureRequests,
29
- 401: UnauthorizedError,
30
- 403: ForbiddenError,
31
- },
32
- },
33
- getSecureRequest: {
34
- summary: 'Get Secure Request',
35
- method: 'GET',
36
- path: '/:id',
37
- metadata: {
38
- auth: true,
39
- },
40
- pathParams: z.object({
41
- id: secureRequestIdSchema,
42
- }),
43
- responses: {
44
- 200: SecureRequestZod,
45
- 401: UnauthorizedError,
46
- 403: ForbiddenError,
47
- 404: NotFoundError,
48
- },
49
- },
50
- },
51
- {
52
- pathPrefix: 'secure-request',
53
- },
54
- );