@codeforamerica/safety-net-openapi-california 1.0.0

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 (211) hide show
  1. package/dist/applications/client/client.gen.d.ts +2 -0
  2. package/dist/applications/client/client.gen.js +128 -0
  3. package/dist/applications/client/index.d.ts +8 -0
  4. package/dist/applications/client/index.js +6 -0
  5. package/dist/applications/client/types.gen.d.ts +88 -0
  6. package/dist/applications/client/types.gen.js +2 -0
  7. package/dist/applications/client/utils.gen.d.ts +14 -0
  8. package/dist/applications/client/utils.gen.js +171 -0
  9. package/dist/applications/client.gen.d.ts +12 -0
  10. package/dist/applications/client.gen.js +3 -0
  11. package/dist/applications/core/auth.gen.d.ts +18 -0
  12. package/dist/applications/core/auth.gen.js +14 -0
  13. package/dist/applications/core/bodySerializer.gen.d.ts +25 -0
  14. package/dist/applications/core/bodySerializer.gen.js +57 -0
  15. package/dist/applications/core/params.gen.d.ts +43 -0
  16. package/dist/applications/core/params.gen.js +100 -0
  17. package/dist/applications/core/pathSerializer.gen.d.ts +33 -0
  18. package/dist/applications/core/pathSerializer.gen.js +114 -0
  19. package/dist/applications/core/queryKeySerializer.gen.d.ts +18 -0
  20. package/dist/applications/core/queryKeySerializer.gen.js +99 -0
  21. package/dist/applications/core/serverSentEvents.gen.d.ts +71 -0
  22. package/dist/applications/core/serverSentEvents.gen.js +137 -0
  23. package/dist/applications/core/types.gen.d.ts +78 -0
  24. package/dist/applications/core/types.gen.js +2 -0
  25. package/dist/applications/core/utils.gen.d.ts +19 -0
  26. package/dist/applications/core/utils.gen.js +87 -0
  27. package/dist/applications/index.d.ts +2 -0
  28. package/dist/applications/index.js +2 -0
  29. package/dist/applications/sdk.gen.d.ts +45 -0
  30. package/dist/applications/sdk.gen.js +70 -0
  31. package/dist/applications/types.gen.d.ts +34007 -0
  32. package/dist/applications/types.gen.js +2 -0
  33. package/dist/applications/zod.gen.d.ts +17374 -0
  34. package/dist/applications/zod.gen.js +16857 -0
  35. package/dist/households/client/client.gen.d.ts +2 -0
  36. package/dist/households/client/client.gen.js +128 -0
  37. package/dist/households/client/index.d.ts +8 -0
  38. package/dist/households/client/index.js +6 -0
  39. package/dist/households/client/types.gen.d.ts +88 -0
  40. package/dist/households/client/types.gen.js +2 -0
  41. package/dist/households/client/utils.gen.d.ts +14 -0
  42. package/dist/households/client/utils.gen.js +171 -0
  43. package/dist/households/client.gen.d.ts +12 -0
  44. package/dist/households/client.gen.js +3 -0
  45. package/dist/households/core/auth.gen.d.ts +18 -0
  46. package/dist/households/core/auth.gen.js +14 -0
  47. package/dist/households/core/bodySerializer.gen.d.ts +25 -0
  48. package/dist/households/core/bodySerializer.gen.js +57 -0
  49. package/dist/households/core/params.gen.d.ts +43 -0
  50. package/dist/households/core/params.gen.js +100 -0
  51. package/dist/households/core/pathSerializer.gen.d.ts +33 -0
  52. package/dist/households/core/pathSerializer.gen.js +114 -0
  53. package/dist/households/core/queryKeySerializer.gen.d.ts +18 -0
  54. package/dist/households/core/queryKeySerializer.gen.js +99 -0
  55. package/dist/households/core/serverSentEvents.gen.d.ts +71 -0
  56. package/dist/households/core/serverSentEvents.gen.js +137 -0
  57. package/dist/households/core/types.gen.d.ts +78 -0
  58. package/dist/households/core/types.gen.js +2 -0
  59. package/dist/households/core/utils.gen.d.ts +19 -0
  60. package/dist/households/core/utils.gen.js +87 -0
  61. package/dist/households/index.d.ts +2 -0
  62. package/dist/households/index.js +2 -0
  63. package/dist/households/sdk.gen.d.ts +45 -0
  64. package/dist/households/sdk.gen.js +70 -0
  65. package/dist/households/types.gen.d.ts +1693 -0
  66. package/dist/households/types.gen.js +2 -0
  67. package/dist/households/zod.gen.d.ts +624 -0
  68. package/dist/households/zod.gen.js +625 -0
  69. package/dist/incomes/client/client.gen.d.ts +2 -0
  70. package/dist/incomes/client/client.gen.js +128 -0
  71. package/dist/incomes/client/index.d.ts +8 -0
  72. package/dist/incomes/client/index.js +6 -0
  73. package/dist/incomes/client/types.gen.d.ts +88 -0
  74. package/dist/incomes/client/types.gen.js +2 -0
  75. package/dist/incomes/client/utils.gen.d.ts +14 -0
  76. package/dist/incomes/client/utils.gen.js +171 -0
  77. package/dist/incomes/client.gen.d.ts +12 -0
  78. package/dist/incomes/client.gen.js +3 -0
  79. package/dist/incomes/core/auth.gen.d.ts +18 -0
  80. package/dist/incomes/core/auth.gen.js +14 -0
  81. package/dist/incomes/core/bodySerializer.gen.d.ts +25 -0
  82. package/dist/incomes/core/bodySerializer.gen.js +57 -0
  83. package/dist/incomes/core/params.gen.d.ts +43 -0
  84. package/dist/incomes/core/params.gen.js +100 -0
  85. package/dist/incomes/core/pathSerializer.gen.d.ts +33 -0
  86. package/dist/incomes/core/pathSerializer.gen.js +114 -0
  87. package/dist/incomes/core/queryKeySerializer.gen.d.ts +18 -0
  88. package/dist/incomes/core/queryKeySerializer.gen.js +99 -0
  89. package/dist/incomes/core/serverSentEvents.gen.d.ts +71 -0
  90. package/dist/incomes/core/serverSentEvents.gen.js +137 -0
  91. package/dist/incomes/core/types.gen.d.ts +78 -0
  92. package/dist/incomes/core/types.gen.js +2 -0
  93. package/dist/incomes/core/utils.gen.d.ts +19 -0
  94. package/dist/incomes/core/utils.gen.js +87 -0
  95. package/dist/incomes/index.d.ts +2 -0
  96. package/dist/incomes/index.js +2 -0
  97. package/dist/incomes/sdk.gen.d.ts +47 -0
  98. package/dist/incomes/sdk.gen.js +72 -0
  99. package/dist/incomes/types.gen.d.ts +1425 -0
  100. package/dist/incomes/types.gen.js +2 -0
  101. package/dist/incomes/zod.gen.d.ts +961 -0
  102. package/dist/incomes/zod.gen.js +920 -0
  103. package/dist/index.d.ts +5 -0
  104. package/dist/index.js +5 -0
  105. package/dist/persons/client/client.gen.d.ts +2 -0
  106. package/dist/persons/client/client.gen.js +128 -0
  107. package/dist/persons/client/index.d.ts +8 -0
  108. package/dist/persons/client/index.js +6 -0
  109. package/dist/persons/client/types.gen.d.ts +88 -0
  110. package/dist/persons/client/types.gen.js +2 -0
  111. package/dist/persons/client/utils.gen.d.ts +14 -0
  112. package/dist/persons/client/utils.gen.js +171 -0
  113. package/dist/persons/client.gen.d.ts +12 -0
  114. package/dist/persons/client.gen.js +3 -0
  115. package/dist/persons/core/auth.gen.d.ts +18 -0
  116. package/dist/persons/core/auth.gen.js +14 -0
  117. package/dist/persons/core/bodySerializer.gen.d.ts +25 -0
  118. package/dist/persons/core/bodySerializer.gen.js +57 -0
  119. package/dist/persons/core/params.gen.d.ts +43 -0
  120. package/dist/persons/core/params.gen.js +100 -0
  121. package/dist/persons/core/pathSerializer.gen.d.ts +33 -0
  122. package/dist/persons/core/pathSerializer.gen.js +114 -0
  123. package/dist/persons/core/queryKeySerializer.gen.d.ts +18 -0
  124. package/dist/persons/core/queryKeySerializer.gen.js +99 -0
  125. package/dist/persons/core/serverSentEvents.gen.d.ts +71 -0
  126. package/dist/persons/core/serverSentEvents.gen.js +137 -0
  127. package/dist/persons/core/types.gen.d.ts +78 -0
  128. package/dist/persons/core/types.gen.js +2 -0
  129. package/dist/persons/core/utils.gen.d.ts +19 -0
  130. package/dist/persons/core/utils.gen.js +87 -0
  131. package/dist/persons/index.d.ts +2 -0
  132. package/dist/persons/index.js +2 -0
  133. package/dist/persons/sdk.gen.d.ts +45 -0
  134. package/dist/persons/sdk.gen.js +70 -0
  135. package/dist/persons/types.gen.d.ts +7595 -0
  136. package/dist/persons/types.gen.js +2 -0
  137. package/dist/persons/zod.gen.d.ts +3578 -0
  138. package/dist/persons/zod.gen.js +3579 -0
  139. package/dist/search-helpers.d.ts +242 -0
  140. package/dist/search-helpers.js +244 -0
  141. package/package.json +95 -0
  142. package/src/applications/client/client.gen.ts +166 -0
  143. package/src/applications/client/index.ts +23 -0
  144. package/src/applications/client/types.gen.ts +197 -0
  145. package/src/applications/client/utils.gen.ts +213 -0
  146. package/src/applications/client.gen.ts +16 -0
  147. package/src/applications/core/auth.gen.ts +42 -0
  148. package/src/applications/core/bodySerializer.gen.ts +100 -0
  149. package/src/applications/core/params.gen.ts +176 -0
  150. package/src/applications/core/pathSerializer.gen.ts +181 -0
  151. package/src/applications/core/queryKeySerializer.gen.ts +136 -0
  152. package/src/applications/core/serverSentEvents.gen.ts +266 -0
  153. package/src/applications/core/types.gen.ts +118 -0
  154. package/src/applications/core/utils.gen.ts +143 -0
  155. package/src/applications/index.ts +4 -0
  156. package/src/applications/sdk.gen.ts +92 -0
  157. package/src/applications/types.gen.ts +34043 -0
  158. package/src/applications/zod.gen.ts +16877 -0
  159. package/src/households/client/client.gen.ts +166 -0
  160. package/src/households/client/index.ts +23 -0
  161. package/src/households/client/types.gen.ts +197 -0
  162. package/src/households/client/utils.gen.ts +213 -0
  163. package/src/households/client.gen.ts +16 -0
  164. package/src/households/core/auth.gen.ts +42 -0
  165. package/src/households/core/bodySerializer.gen.ts +100 -0
  166. package/src/households/core/params.gen.ts +176 -0
  167. package/src/households/core/pathSerializer.gen.ts +181 -0
  168. package/src/households/core/queryKeySerializer.gen.ts +136 -0
  169. package/src/households/core/serverSentEvents.gen.ts +266 -0
  170. package/src/households/core/types.gen.ts +118 -0
  171. package/src/households/core/utils.gen.ts +143 -0
  172. package/src/households/index.ts +4 -0
  173. package/src/households/sdk.gen.ts +92 -0
  174. package/src/households/types.gen.ts +1729 -0
  175. package/src/households/zod.gen.ts +645 -0
  176. package/src/incomes/client/client.gen.ts +166 -0
  177. package/src/incomes/client/index.ts +23 -0
  178. package/src/incomes/client/types.gen.ts +197 -0
  179. package/src/incomes/client/utils.gen.ts +213 -0
  180. package/src/incomes/client.gen.ts +16 -0
  181. package/src/incomes/core/auth.gen.ts +42 -0
  182. package/src/incomes/core/bodySerializer.gen.ts +100 -0
  183. package/src/incomes/core/params.gen.ts +176 -0
  184. package/src/incomes/core/pathSerializer.gen.ts +181 -0
  185. package/src/incomes/core/queryKeySerializer.gen.ts +136 -0
  186. package/src/incomes/core/serverSentEvents.gen.ts +266 -0
  187. package/src/incomes/core/types.gen.ts +118 -0
  188. package/src/incomes/core/utils.gen.ts +143 -0
  189. package/src/incomes/index.ts +4 -0
  190. package/src/incomes/sdk.gen.ts +94 -0
  191. package/src/incomes/types.gen.ts +1460 -0
  192. package/src/incomes/zod.gen.ts +939 -0
  193. package/src/index.ts +5 -0
  194. package/src/persons/client/client.gen.ts +166 -0
  195. package/src/persons/client/index.ts +23 -0
  196. package/src/persons/client/types.gen.ts +197 -0
  197. package/src/persons/client/utils.gen.ts +213 -0
  198. package/src/persons/client.gen.ts +16 -0
  199. package/src/persons/core/auth.gen.ts +42 -0
  200. package/src/persons/core/bodySerializer.gen.ts +100 -0
  201. package/src/persons/core/params.gen.ts +176 -0
  202. package/src/persons/core/pathSerializer.gen.ts +181 -0
  203. package/src/persons/core/queryKeySerializer.gen.ts +136 -0
  204. package/src/persons/core/serverSentEvents.gen.ts +266 -0
  205. package/src/persons/core/types.gen.ts +118 -0
  206. package/src/persons/core/utils.gen.ts +143 -0
  207. package/src/persons/index.ts +4 -0
  208. package/src/persons/sdk.gen.ts +92 -0
  209. package/src/persons/types.gen.ts +7631 -0
  210. package/src/persons/zod.gen.ts +3599 -0
  211. package/src/search-helpers.ts +264 -0
@@ -0,0 +1,961 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * A single item of income, which may be earned or unearned.
4
+ */
5
+ export declare const zIncome: z.ZodObject<{
6
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
7
+ personId: z.ZodUUID;
8
+ employerId: z.ZodOptional<z.ZodUUID>;
9
+ type: z.ZodEnum<{
10
+ employed: "employed";
11
+ self_employed: "self_employed";
12
+ unearned: "unearned";
13
+ }>;
14
+ unearnedType: z.ZodOptional<z.ZodEnum<{
15
+ child_support: "child_support";
16
+ unemployment: "unemployment";
17
+ kinship_payment: "kinship_payment";
18
+ veterans_programs: "veterans_programs";
19
+ adoption_and_refugee_services: "adoption_and_refugee_services";
20
+ ssi_or_ssdi: "ssi_or_ssdi";
21
+ private_disability: "private_disability";
22
+ workers_compensation: "workers_compensation";
23
+ disability_from_veterans_programs: "disability_from_veterans_programs";
24
+ legal_form_or_settlement: "legal_form_or_settlement";
25
+ scholarship: "scholarship";
26
+ educational_grant: "educational_grant";
27
+ work_study: "work_study";
28
+ spousal_support: "spousal_support";
29
+ retirement_or_pension_plan: "retirement_or_pension_plan";
30
+ investment_interest_and_dividends: "investment_interest_and_dividends";
31
+ social_security_retirement: "social_security_retirement";
32
+ renting_home: "renting_home";
33
+ renting_room: "renting_room";
34
+ renting_equipment: "renting_equipment";
35
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
36
+ donations_or_gifts: "donations_or_gifts";
37
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
38
+ payment_for_participating_in_research: "payment_for_participating_in_research";
39
+ other_money_not_reported: "other_money_not_reported";
40
+ }>>;
41
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
42
+ net: "net";
43
+ gross: "gross";
44
+ }>>;
45
+ amount: z.ZodNumber;
46
+ frequency: z.ZodEnum<{
47
+ weekly: "weekly";
48
+ monthly: "monthly";
49
+ yearly: "yearly";
50
+ hourly: "hourly";
51
+ daily: "daily";
52
+ every_2_weeks: "every_2_weeks";
53
+ twice_a_month: "twice_a_month";
54
+ }>;
55
+ reportedOn: z.ZodISODate;
56
+ source: z.ZodEnum<{
57
+ client: "client";
58
+ authorized_assister: "authorized_assister";
59
+ county_worker: "county_worker";
60
+ }>;
61
+ startDate: z.ZodISODate;
62
+ endDate: z.ZodOptional<z.ZodISODate>;
63
+ isVerified: z.ZodOptional<z.ZodBoolean>;
64
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
65
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
66
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
67
+ }, z.core.$strip>;
68
+ /**
69
+ * A single item of income, which may be earned or unearned.
70
+ */
71
+ export declare const zIncomeCreate: z.ZodObject<{
72
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
73
+ personId: z.ZodUUID;
74
+ employerId: z.ZodOptional<z.ZodUUID>;
75
+ type: z.ZodEnum<{
76
+ employed: "employed";
77
+ self_employed: "self_employed";
78
+ unearned: "unearned";
79
+ }>;
80
+ unearnedType: z.ZodOptional<z.ZodEnum<{
81
+ child_support: "child_support";
82
+ unemployment: "unemployment";
83
+ kinship_payment: "kinship_payment";
84
+ veterans_programs: "veterans_programs";
85
+ adoption_and_refugee_services: "adoption_and_refugee_services";
86
+ ssi_or_ssdi: "ssi_or_ssdi";
87
+ private_disability: "private_disability";
88
+ workers_compensation: "workers_compensation";
89
+ disability_from_veterans_programs: "disability_from_veterans_programs";
90
+ legal_form_or_settlement: "legal_form_or_settlement";
91
+ scholarship: "scholarship";
92
+ educational_grant: "educational_grant";
93
+ work_study: "work_study";
94
+ spousal_support: "spousal_support";
95
+ retirement_or_pension_plan: "retirement_or_pension_plan";
96
+ investment_interest_and_dividends: "investment_interest_and_dividends";
97
+ social_security_retirement: "social_security_retirement";
98
+ renting_home: "renting_home";
99
+ renting_room: "renting_room";
100
+ renting_equipment: "renting_equipment";
101
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
102
+ donations_or_gifts: "donations_or_gifts";
103
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
104
+ payment_for_participating_in_research: "payment_for_participating_in_research";
105
+ other_money_not_reported: "other_money_not_reported";
106
+ }>>;
107
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
108
+ net: "net";
109
+ gross: "gross";
110
+ }>>;
111
+ amount: z.ZodNumber;
112
+ frequency: z.ZodEnum<{
113
+ weekly: "weekly";
114
+ monthly: "monthly";
115
+ yearly: "yearly";
116
+ hourly: "hourly";
117
+ daily: "daily";
118
+ every_2_weeks: "every_2_weeks";
119
+ twice_a_month: "twice_a_month";
120
+ }>;
121
+ reportedOn: z.ZodISODate;
122
+ source: z.ZodEnum<{
123
+ client: "client";
124
+ authorized_assister: "authorized_assister";
125
+ county_worker: "county_worker";
126
+ }>;
127
+ startDate: z.ZodISODate;
128
+ endDate: z.ZodOptional<z.ZodISODate>;
129
+ isVerified: z.ZodOptional<z.ZodBoolean>;
130
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
131
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
132
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
133
+ }, z.core.$strip>;
134
+ /**
135
+ * A single item of income, which may be earned or unearned.
136
+ */
137
+ export declare const zIncomeUpdate: z.ZodObject<{
138
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
139
+ personId: z.ZodUUID;
140
+ employerId: z.ZodOptional<z.ZodUUID>;
141
+ type: z.ZodEnum<{
142
+ employed: "employed";
143
+ self_employed: "self_employed";
144
+ unearned: "unearned";
145
+ }>;
146
+ unearnedType: z.ZodOptional<z.ZodEnum<{
147
+ child_support: "child_support";
148
+ unemployment: "unemployment";
149
+ kinship_payment: "kinship_payment";
150
+ veterans_programs: "veterans_programs";
151
+ adoption_and_refugee_services: "adoption_and_refugee_services";
152
+ ssi_or_ssdi: "ssi_or_ssdi";
153
+ private_disability: "private_disability";
154
+ workers_compensation: "workers_compensation";
155
+ disability_from_veterans_programs: "disability_from_veterans_programs";
156
+ legal_form_or_settlement: "legal_form_or_settlement";
157
+ scholarship: "scholarship";
158
+ educational_grant: "educational_grant";
159
+ work_study: "work_study";
160
+ spousal_support: "spousal_support";
161
+ retirement_or_pension_plan: "retirement_or_pension_plan";
162
+ investment_interest_and_dividends: "investment_interest_and_dividends";
163
+ social_security_retirement: "social_security_retirement";
164
+ renting_home: "renting_home";
165
+ renting_room: "renting_room";
166
+ renting_equipment: "renting_equipment";
167
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
168
+ donations_or_gifts: "donations_or_gifts";
169
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
170
+ payment_for_participating_in_research: "payment_for_participating_in_research";
171
+ other_money_not_reported: "other_money_not_reported";
172
+ }>>;
173
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
174
+ net: "net";
175
+ gross: "gross";
176
+ }>>;
177
+ amount: z.ZodNumber;
178
+ frequency: z.ZodEnum<{
179
+ weekly: "weekly";
180
+ monthly: "monthly";
181
+ yearly: "yearly";
182
+ hourly: "hourly";
183
+ daily: "daily";
184
+ every_2_weeks: "every_2_weeks";
185
+ twice_a_month: "twice_a_month";
186
+ }>;
187
+ reportedOn: z.ZodISODate;
188
+ source: z.ZodEnum<{
189
+ client: "client";
190
+ authorized_assister: "authorized_assister";
191
+ county_worker: "county_worker";
192
+ }>;
193
+ startDate: z.ZodISODate;
194
+ endDate: z.ZodOptional<z.ZodISODate>;
195
+ isVerified: z.ZodOptional<z.ZodBoolean>;
196
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
197
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
198
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
199
+ }, z.core.$strip>;
200
+ export declare const zIncomeList: z.ZodObject<{
201
+ items: z.ZodArray<z.ZodObject<{
202
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
203
+ personId: z.ZodUUID;
204
+ employerId: z.ZodOptional<z.ZodUUID>;
205
+ type: z.ZodEnum<{
206
+ employed: "employed";
207
+ self_employed: "self_employed";
208
+ unearned: "unearned";
209
+ }>;
210
+ unearnedType: z.ZodOptional<z.ZodEnum<{
211
+ child_support: "child_support";
212
+ unemployment: "unemployment";
213
+ kinship_payment: "kinship_payment";
214
+ veterans_programs: "veterans_programs";
215
+ adoption_and_refugee_services: "adoption_and_refugee_services";
216
+ ssi_or_ssdi: "ssi_or_ssdi";
217
+ private_disability: "private_disability";
218
+ workers_compensation: "workers_compensation";
219
+ disability_from_veterans_programs: "disability_from_veterans_programs";
220
+ legal_form_or_settlement: "legal_form_or_settlement";
221
+ scholarship: "scholarship";
222
+ educational_grant: "educational_grant";
223
+ work_study: "work_study";
224
+ spousal_support: "spousal_support";
225
+ retirement_or_pension_plan: "retirement_or_pension_plan";
226
+ investment_interest_and_dividends: "investment_interest_and_dividends";
227
+ social_security_retirement: "social_security_retirement";
228
+ renting_home: "renting_home";
229
+ renting_room: "renting_room";
230
+ renting_equipment: "renting_equipment";
231
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
232
+ donations_or_gifts: "donations_or_gifts";
233
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
234
+ payment_for_participating_in_research: "payment_for_participating_in_research";
235
+ other_money_not_reported: "other_money_not_reported";
236
+ }>>;
237
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
238
+ net: "net";
239
+ gross: "gross";
240
+ }>>;
241
+ amount: z.ZodNumber;
242
+ frequency: z.ZodEnum<{
243
+ weekly: "weekly";
244
+ monthly: "monthly";
245
+ yearly: "yearly";
246
+ hourly: "hourly";
247
+ daily: "daily";
248
+ every_2_weeks: "every_2_weeks";
249
+ twice_a_month: "twice_a_month";
250
+ }>;
251
+ reportedOn: z.ZodISODate;
252
+ source: z.ZodEnum<{
253
+ client: "client";
254
+ authorized_assister: "authorized_assister";
255
+ county_worker: "county_worker";
256
+ }>;
257
+ startDate: z.ZodISODate;
258
+ endDate: z.ZodOptional<z.ZodISODate>;
259
+ isVerified: z.ZodOptional<z.ZodBoolean>;
260
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
261
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
262
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
263
+ }, z.core.$strip>>;
264
+ total: z.ZodInt;
265
+ limit: z.ZodInt;
266
+ offset: z.ZodInt;
267
+ }, z.core.$strip>;
268
+ /**
269
+ * A single item of income, which may be earned or unearned.
270
+ */
271
+ export declare const zIncomeWritable: z.ZodObject<{
272
+ personId: z.ZodUUID;
273
+ employerId: z.ZodOptional<z.ZodUUID>;
274
+ type: z.ZodEnum<{
275
+ employed: "employed";
276
+ self_employed: "self_employed";
277
+ unearned: "unearned";
278
+ }>;
279
+ unearnedType: z.ZodOptional<z.ZodEnum<{
280
+ child_support: "child_support";
281
+ unemployment: "unemployment";
282
+ kinship_payment: "kinship_payment";
283
+ veterans_programs: "veterans_programs";
284
+ adoption_and_refugee_services: "adoption_and_refugee_services";
285
+ ssi_or_ssdi: "ssi_or_ssdi";
286
+ private_disability: "private_disability";
287
+ workers_compensation: "workers_compensation";
288
+ disability_from_veterans_programs: "disability_from_veterans_programs";
289
+ legal_form_or_settlement: "legal_form_or_settlement";
290
+ scholarship: "scholarship";
291
+ educational_grant: "educational_grant";
292
+ work_study: "work_study";
293
+ spousal_support: "spousal_support";
294
+ retirement_or_pension_plan: "retirement_or_pension_plan";
295
+ investment_interest_and_dividends: "investment_interest_and_dividends";
296
+ social_security_retirement: "social_security_retirement";
297
+ renting_home: "renting_home";
298
+ renting_room: "renting_room";
299
+ renting_equipment: "renting_equipment";
300
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
301
+ donations_or_gifts: "donations_or_gifts";
302
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
303
+ payment_for_participating_in_research: "payment_for_participating_in_research";
304
+ other_money_not_reported: "other_money_not_reported";
305
+ }>>;
306
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
307
+ net: "net";
308
+ gross: "gross";
309
+ }>>;
310
+ amount: z.ZodNumber;
311
+ frequency: z.ZodEnum<{
312
+ weekly: "weekly";
313
+ monthly: "monthly";
314
+ yearly: "yearly";
315
+ hourly: "hourly";
316
+ daily: "daily";
317
+ every_2_weeks: "every_2_weeks";
318
+ twice_a_month: "twice_a_month";
319
+ }>;
320
+ reportedOn: z.ZodISODate;
321
+ source: z.ZodEnum<{
322
+ client: "client";
323
+ authorized_assister: "authorized_assister";
324
+ county_worker: "county_worker";
325
+ }>;
326
+ startDate: z.ZodISODate;
327
+ endDate: z.ZodOptional<z.ZodISODate>;
328
+ isVerified: z.ZodOptional<z.ZodBoolean>;
329
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
330
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
331
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
332
+ }, z.core.$strip>;
333
+ /**
334
+ * A single item of income, which may be earned or unearned.
335
+ */
336
+ export declare const zIncomeCreateWritable: z.ZodObject<{
337
+ personId: z.ZodUUID;
338
+ employerId: z.ZodOptional<z.ZodUUID>;
339
+ type: z.ZodEnum<{
340
+ employed: "employed";
341
+ self_employed: "self_employed";
342
+ unearned: "unearned";
343
+ }>;
344
+ unearnedType: z.ZodOptional<z.ZodEnum<{
345
+ child_support: "child_support";
346
+ unemployment: "unemployment";
347
+ kinship_payment: "kinship_payment";
348
+ veterans_programs: "veterans_programs";
349
+ adoption_and_refugee_services: "adoption_and_refugee_services";
350
+ ssi_or_ssdi: "ssi_or_ssdi";
351
+ private_disability: "private_disability";
352
+ workers_compensation: "workers_compensation";
353
+ disability_from_veterans_programs: "disability_from_veterans_programs";
354
+ legal_form_or_settlement: "legal_form_or_settlement";
355
+ scholarship: "scholarship";
356
+ educational_grant: "educational_grant";
357
+ work_study: "work_study";
358
+ spousal_support: "spousal_support";
359
+ retirement_or_pension_plan: "retirement_or_pension_plan";
360
+ investment_interest_and_dividends: "investment_interest_and_dividends";
361
+ social_security_retirement: "social_security_retirement";
362
+ renting_home: "renting_home";
363
+ renting_room: "renting_room";
364
+ renting_equipment: "renting_equipment";
365
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
366
+ donations_or_gifts: "donations_or_gifts";
367
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
368
+ payment_for_participating_in_research: "payment_for_participating_in_research";
369
+ other_money_not_reported: "other_money_not_reported";
370
+ }>>;
371
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
372
+ net: "net";
373
+ gross: "gross";
374
+ }>>;
375
+ amount: z.ZodNumber;
376
+ frequency: z.ZodEnum<{
377
+ weekly: "weekly";
378
+ monthly: "monthly";
379
+ yearly: "yearly";
380
+ hourly: "hourly";
381
+ daily: "daily";
382
+ every_2_weeks: "every_2_weeks";
383
+ twice_a_month: "twice_a_month";
384
+ }>;
385
+ reportedOn: z.ZodISODate;
386
+ source: z.ZodEnum<{
387
+ client: "client";
388
+ authorized_assister: "authorized_assister";
389
+ county_worker: "county_worker";
390
+ }>;
391
+ startDate: z.ZodISODate;
392
+ endDate: z.ZodOptional<z.ZodISODate>;
393
+ isVerified: z.ZodOptional<z.ZodBoolean>;
394
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
395
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
396
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
397
+ }, z.core.$strip>;
398
+ /**
399
+ * A single item of income, which may be earned or unearned.
400
+ */
401
+ export declare const zIncomeUpdateWritable: z.ZodObject<{
402
+ personId: z.ZodUUID;
403
+ employerId: z.ZodOptional<z.ZodUUID>;
404
+ type: z.ZodEnum<{
405
+ employed: "employed";
406
+ self_employed: "self_employed";
407
+ unearned: "unearned";
408
+ }>;
409
+ unearnedType: z.ZodOptional<z.ZodEnum<{
410
+ child_support: "child_support";
411
+ unemployment: "unemployment";
412
+ kinship_payment: "kinship_payment";
413
+ veterans_programs: "veterans_programs";
414
+ adoption_and_refugee_services: "adoption_and_refugee_services";
415
+ ssi_or_ssdi: "ssi_or_ssdi";
416
+ private_disability: "private_disability";
417
+ workers_compensation: "workers_compensation";
418
+ disability_from_veterans_programs: "disability_from_veterans_programs";
419
+ legal_form_or_settlement: "legal_form_or_settlement";
420
+ scholarship: "scholarship";
421
+ educational_grant: "educational_grant";
422
+ work_study: "work_study";
423
+ spousal_support: "spousal_support";
424
+ retirement_or_pension_plan: "retirement_or_pension_plan";
425
+ investment_interest_and_dividends: "investment_interest_and_dividends";
426
+ social_security_retirement: "social_security_retirement";
427
+ renting_home: "renting_home";
428
+ renting_room: "renting_room";
429
+ renting_equipment: "renting_equipment";
430
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
431
+ donations_or_gifts: "donations_or_gifts";
432
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
433
+ payment_for_participating_in_research: "payment_for_participating_in_research";
434
+ other_money_not_reported: "other_money_not_reported";
435
+ }>>;
436
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
437
+ net: "net";
438
+ gross: "gross";
439
+ }>>;
440
+ amount: z.ZodNumber;
441
+ frequency: z.ZodEnum<{
442
+ weekly: "weekly";
443
+ monthly: "monthly";
444
+ yearly: "yearly";
445
+ hourly: "hourly";
446
+ daily: "daily";
447
+ every_2_weeks: "every_2_weeks";
448
+ twice_a_month: "twice_a_month";
449
+ }>;
450
+ reportedOn: z.ZodISODate;
451
+ source: z.ZodEnum<{
452
+ client: "client";
453
+ authorized_assister: "authorized_assister";
454
+ county_worker: "county_worker";
455
+ }>;
456
+ startDate: z.ZodISODate;
457
+ endDate: z.ZodOptional<z.ZodISODate>;
458
+ isVerified: z.ZodOptional<z.ZodBoolean>;
459
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
460
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
461
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
462
+ }, z.core.$strip>;
463
+ export declare const zIncomeListWritable: z.ZodObject<{
464
+ items: z.ZodArray<z.ZodObject<{
465
+ personId: z.ZodUUID;
466
+ employerId: z.ZodOptional<z.ZodUUID>;
467
+ type: z.ZodEnum<{
468
+ employed: "employed";
469
+ self_employed: "self_employed";
470
+ unearned: "unearned";
471
+ }>;
472
+ unearnedType: z.ZodOptional<z.ZodEnum<{
473
+ child_support: "child_support";
474
+ unemployment: "unemployment";
475
+ kinship_payment: "kinship_payment";
476
+ veterans_programs: "veterans_programs";
477
+ adoption_and_refugee_services: "adoption_and_refugee_services";
478
+ ssi_or_ssdi: "ssi_or_ssdi";
479
+ private_disability: "private_disability";
480
+ workers_compensation: "workers_compensation";
481
+ disability_from_veterans_programs: "disability_from_veterans_programs";
482
+ legal_form_or_settlement: "legal_form_or_settlement";
483
+ scholarship: "scholarship";
484
+ educational_grant: "educational_grant";
485
+ work_study: "work_study";
486
+ spousal_support: "spousal_support";
487
+ retirement_or_pension_plan: "retirement_or_pension_plan";
488
+ investment_interest_and_dividends: "investment_interest_and_dividends";
489
+ social_security_retirement: "social_security_retirement";
490
+ renting_home: "renting_home";
491
+ renting_room: "renting_room";
492
+ renting_equipment: "renting_equipment";
493
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
494
+ donations_or_gifts: "donations_or_gifts";
495
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
496
+ payment_for_participating_in_research: "payment_for_participating_in_research";
497
+ other_money_not_reported: "other_money_not_reported";
498
+ }>>;
499
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
500
+ net: "net";
501
+ gross: "gross";
502
+ }>>;
503
+ amount: z.ZodNumber;
504
+ frequency: z.ZodEnum<{
505
+ weekly: "weekly";
506
+ monthly: "monthly";
507
+ yearly: "yearly";
508
+ hourly: "hourly";
509
+ daily: "daily";
510
+ every_2_weeks: "every_2_weeks";
511
+ twice_a_month: "twice_a_month";
512
+ }>;
513
+ reportedOn: z.ZodISODate;
514
+ source: z.ZodEnum<{
515
+ client: "client";
516
+ authorized_assister: "authorized_assister";
517
+ county_worker: "county_worker";
518
+ }>;
519
+ startDate: z.ZodISODate;
520
+ endDate: z.ZodOptional<z.ZodISODate>;
521
+ isVerified: z.ZodOptional<z.ZodBoolean>;
522
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
523
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
524
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
525
+ }, z.core.$strip>>;
526
+ total: z.ZodInt;
527
+ limit: z.ZodInt;
528
+ offset: z.ZodInt;
529
+ }, z.core.$strip>;
530
+ export declare const zListIncomeData: z.ZodObject<{
531
+ body: z.ZodOptional<z.ZodNever>;
532
+ path: z.ZodOptional<z.ZodNever>;
533
+ query: z.ZodOptional<z.ZodObject<{
534
+ q: z.ZodOptional<z.ZodString>;
535
+ limit: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
536
+ offset: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
537
+ }, z.core.$strip>>;
538
+ }, z.core.$strip>;
539
+ /**
540
+ * A paginated collection of income.
541
+ */
542
+ export declare const zListIncomeResponse: z.ZodObject<{
543
+ items: z.ZodArray<z.ZodObject<{
544
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
545
+ personId: z.ZodUUID;
546
+ employerId: z.ZodOptional<z.ZodUUID>;
547
+ type: z.ZodEnum<{
548
+ employed: "employed";
549
+ self_employed: "self_employed";
550
+ unearned: "unearned";
551
+ }>;
552
+ unearnedType: z.ZodOptional<z.ZodEnum<{
553
+ child_support: "child_support";
554
+ unemployment: "unemployment";
555
+ kinship_payment: "kinship_payment";
556
+ veterans_programs: "veterans_programs";
557
+ adoption_and_refugee_services: "adoption_and_refugee_services";
558
+ ssi_or_ssdi: "ssi_or_ssdi";
559
+ private_disability: "private_disability";
560
+ workers_compensation: "workers_compensation";
561
+ disability_from_veterans_programs: "disability_from_veterans_programs";
562
+ legal_form_or_settlement: "legal_form_or_settlement";
563
+ scholarship: "scholarship";
564
+ educational_grant: "educational_grant";
565
+ work_study: "work_study";
566
+ spousal_support: "spousal_support";
567
+ retirement_or_pension_plan: "retirement_or_pension_plan";
568
+ investment_interest_and_dividends: "investment_interest_and_dividends";
569
+ social_security_retirement: "social_security_retirement";
570
+ renting_home: "renting_home";
571
+ renting_room: "renting_room";
572
+ renting_equipment: "renting_equipment";
573
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
574
+ donations_or_gifts: "donations_or_gifts";
575
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
576
+ payment_for_participating_in_research: "payment_for_participating_in_research";
577
+ other_money_not_reported: "other_money_not_reported";
578
+ }>>;
579
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
580
+ net: "net";
581
+ gross: "gross";
582
+ }>>;
583
+ amount: z.ZodNumber;
584
+ frequency: z.ZodEnum<{
585
+ weekly: "weekly";
586
+ monthly: "monthly";
587
+ yearly: "yearly";
588
+ hourly: "hourly";
589
+ daily: "daily";
590
+ every_2_weeks: "every_2_weeks";
591
+ twice_a_month: "twice_a_month";
592
+ }>;
593
+ reportedOn: z.ZodISODate;
594
+ source: z.ZodEnum<{
595
+ client: "client";
596
+ authorized_assister: "authorized_assister";
597
+ county_worker: "county_worker";
598
+ }>;
599
+ startDate: z.ZodISODate;
600
+ endDate: z.ZodOptional<z.ZodISODate>;
601
+ isVerified: z.ZodOptional<z.ZodBoolean>;
602
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
603
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
604
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
605
+ }, z.core.$strip>>;
606
+ total: z.ZodInt;
607
+ limit: z.ZodInt;
608
+ offset: z.ZodInt;
609
+ }, z.core.$strip>;
610
+ export declare const zCreateIncomeData: z.ZodObject<{
611
+ body: z.ZodIntersection<z.ZodObject<{
612
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
613
+ personId: z.ZodUUID;
614
+ employerId: z.ZodOptional<z.ZodUUID>;
615
+ type: z.ZodEnum<{
616
+ employed: "employed";
617
+ self_employed: "self_employed";
618
+ unearned: "unearned";
619
+ }>;
620
+ unearnedType: z.ZodOptional<z.ZodEnum<{
621
+ child_support: "child_support";
622
+ unemployment: "unemployment";
623
+ kinship_payment: "kinship_payment";
624
+ veterans_programs: "veterans_programs";
625
+ adoption_and_refugee_services: "adoption_and_refugee_services";
626
+ ssi_or_ssdi: "ssi_or_ssdi";
627
+ private_disability: "private_disability";
628
+ workers_compensation: "workers_compensation";
629
+ disability_from_veterans_programs: "disability_from_veterans_programs";
630
+ legal_form_or_settlement: "legal_form_or_settlement";
631
+ scholarship: "scholarship";
632
+ educational_grant: "educational_grant";
633
+ work_study: "work_study";
634
+ spousal_support: "spousal_support";
635
+ retirement_or_pension_plan: "retirement_or_pension_plan";
636
+ investment_interest_and_dividends: "investment_interest_and_dividends";
637
+ social_security_retirement: "social_security_retirement";
638
+ renting_home: "renting_home";
639
+ renting_room: "renting_room";
640
+ renting_equipment: "renting_equipment";
641
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
642
+ donations_or_gifts: "donations_or_gifts";
643
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
644
+ payment_for_participating_in_research: "payment_for_participating_in_research";
645
+ other_money_not_reported: "other_money_not_reported";
646
+ }>>;
647
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
648
+ net: "net";
649
+ gross: "gross";
650
+ }>>;
651
+ amount: z.ZodNumber;
652
+ frequency: z.ZodEnum<{
653
+ weekly: "weekly";
654
+ monthly: "monthly";
655
+ yearly: "yearly";
656
+ hourly: "hourly";
657
+ daily: "daily";
658
+ every_2_weeks: "every_2_weeks";
659
+ twice_a_month: "twice_a_month";
660
+ }>;
661
+ reportedOn: z.ZodISODate;
662
+ source: z.ZodEnum<{
663
+ client: "client";
664
+ authorized_assister: "authorized_assister";
665
+ county_worker: "county_worker";
666
+ }>;
667
+ startDate: z.ZodISODate;
668
+ endDate: z.ZodOptional<z.ZodISODate>;
669
+ isVerified: z.ZodOptional<z.ZodBoolean>;
670
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
671
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
672
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
673
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
674
+ path: z.ZodOptional<z.ZodNever>;
675
+ query: z.ZodOptional<z.ZodNever>;
676
+ }, z.core.$strip>;
677
+ /**
678
+ * A single item of income, which may be earned or unearned.
679
+ */
680
+ export declare const zCreateIncomeResponse: z.ZodObject<{
681
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
682
+ personId: z.ZodUUID;
683
+ employerId: z.ZodOptional<z.ZodUUID>;
684
+ type: z.ZodEnum<{
685
+ employed: "employed";
686
+ self_employed: "self_employed";
687
+ unearned: "unearned";
688
+ }>;
689
+ unearnedType: z.ZodOptional<z.ZodEnum<{
690
+ child_support: "child_support";
691
+ unemployment: "unemployment";
692
+ kinship_payment: "kinship_payment";
693
+ veterans_programs: "veterans_programs";
694
+ adoption_and_refugee_services: "adoption_and_refugee_services";
695
+ ssi_or_ssdi: "ssi_or_ssdi";
696
+ private_disability: "private_disability";
697
+ workers_compensation: "workers_compensation";
698
+ disability_from_veterans_programs: "disability_from_veterans_programs";
699
+ legal_form_or_settlement: "legal_form_or_settlement";
700
+ scholarship: "scholarship";
701
+ educational_grant: "educational_grant";
702
+ work_study: "work_study";
703
+ spousal_support: "spousal_support";
704
+ retirement_or_pension_plan: "retirement_or_pension_plan";
705
+ investment_interest_and_dividends: "investment_interest_and_dividends";
706
+ social_security_retirement: "social_security_retirement";
707
+ renting_home: "renting_home";
708
+ renting_room: "renting_room";
709
+ renting_equipment: "renting_equipment";
710
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
711
+ donations_or_gifts: "donations_or_gifts";
712
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
713
+ payment_for_participating_in_research: "payment_for_participating_in_research";
714
+ other_money_not_reported: "other_money_not_reported";
715
+ }>>;
716
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
717
+ net: "net";
718
+ gross: "gross";
719
+ }>>;
720
+ amount: z.ZodNumber;
721
+ frequency: z.ZodEnum<{
722
+ weekly: "weekly";
723
+ monthly: "monthly";
724
+ yearly: "yearly";
725
+ hourly: "hourly";
726
+ daily: "daily";
727
+ every_2_weeks: "every_2_weeks";
728
+ twice_a_month: "twice_a_month";
729
+ }>;
730
+ reportedOn: z.ZodISODate;
731
+ source: z.ZodEnum<{
732
+ client: "client";
733
+ authorized_assister: "authorized_assister";
734
+ county_worker: "county_worker";
735
+ }>;
736
+ startDate: z.ZodISODate;
737
+ endDate: z.ZodOptional<z.ZodISODate>;
738
+ isVerified: z.ZodOptional<z.ZodBoolean>;
739
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
740
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
741
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
742
+ }, z.core.$strip>;
743
+ export declare const zDeleteIncomeData: z.ZodObject<{
744
+ body: z.ZodOptional<z.ZodNever>;
745
+ path: z.ZodObject<{
746
+ incomeId: z.ZodUUID;
747
+ }, z.core.$strip>;
748
+ query: z.ZodOptional<z.ZodNever>;
749
+ }, z.core.$strip>;
750
+ /**
751
+ * Income deleted successfully.
752
+ */
753
+ export declare const zDeleteIncomeResponse: z.ZodVoid;
754
+ export declare const zGetIncomeData: z.ZodObject<{
755
+ body: z.ZodOptional<z.ZodNever>;
756
+ path: z.ZodObject<{
757
+ incomeId: z.ZodUUID;
758
+ }, z.core.$strip>;
759
+ query: z.ZodOptional<z.ZodNever>;
760
+ }, z.core.$strip>;
761
+ /**
762
+ * A single item of income, which may be earned or unearned.
763
+ */
764
+ export declare const zGetIncomeResponse: z.ZodObject<{
765
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
766
+ personId: z.ZodUUID;
767
+ employerId: z.ZodOptional<z.ZodUUID>;
768
+ type: z.ZodEnum<{
769
+ employed: "employed";
770
+ self_employed: "self_employed";
771
+ unearned: "unearned";
772
+ }>;
773
+ unearnedType: z.ZodOptional<z.ZodEnum<{
774
+ child_support: "child_support";
775
+ unemployment: "unemployment";
776
+ kinship_payment: "kinship_payment";
777
+ veterans_programs: "veterans_programs";
778
+ adoption_and_refugee_services: "adoption_and_refugee_services";
779
+ ssi_or_ssdi: "ssi_or_ssdi";
780
+ private_disability: "private_disability";
781
+ workers_compensation: "workers_compensation";
782
+ disability_from_veterans_programs: "disability_from_veterans_programs";
783
+ legal_form_or_settlement: "legal_form_or_settlement";
784
+ scholarship: "scholarship";
785
+ educational_grant: "educational_grant";
786
+ work_study: "work_study";
787
+ spousal_support: "spousal_support";
788
+ retirement_or_pension_plan: "retirement_or_pension_plan";
789
+ investment_interest_and_dividends: "investment_interest_and_dividends";
790
+ social_security_retirement: "social_security_retirement";
791
+ renting_home: "renting_home";
792
+ renting_room: "renting_room";
793
+ renting_equipment: "renting_equipment";
794
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
795
+ donations_or_gifts: "donations_or_gifts";
796
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
797
+ payment_for_participating_in_research: "payment_for_participating_in_research";
798
+ other_money_not_reported: "other_money_not_reported";
799
+ }>>;
800
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
801
+ net: "net";
802
+ gross: "gross";
803
+ }>>;
804
+ amount: z.ZodNumber;
805
+ frequency: z.ZodEnum<{
806
+ weekly: "weekly";
807
+ monthly: "monthly";
808
+ yearly: "yearly";
809
+ hourly: "hourly";
810
+ daily: "daily";
811
+ every_2_weeks: "every_2_weeks";
812
+ twice_a_month: "twice_a_month";
813
+ }>;
814
+ reportedOn: z.ZodISODate;
815
+ source: z.ZodEnum<{
816
+ client: "client";
817
+ authorized_assister: "authorized_assister";
818
+ county_worker: "county_worker";
819
+ }>;
820
+ startDate: z.ZodISODate;
821
+ endDate: z.ZodOptional<z.ZodISODate>;
822
+ isVerified: z.ZodOptional<z.ZodBoolean>;
823
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
824
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
825
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
826
+ }, z.core.$strip>;
827
+ export declare const zUpdateIncomeData: z.ZodObject<{
828
+ body: z.ZodIntersection<z.ZodObject<{
829
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
830
+ personId: z.ZodUUID;
831
+ employerId: z.ZodOptional<z.ZodUUID>;
832
+ type: z.ZodEnum<{
833
+ employed: "employed";
834
+ self_employed: "self_employed";
835
+ unearned: "unearned";
836
+ }>;
837
+ unearnedType: z.ZodOptional<z.ZodEnum<{
838
+ child_support: "child_support";
839
+ unemployment: "unemployment";
840
+ kinship_payment: "kinship_payment";
841
+ veterans_programs: "veterans_programs";
842
+ adoption_and_refugee_services: "adoption_and_refugee_services";
843
+ ssi_or_ssdi: "ssi_or_ssdi";
844
+ private_disability: "private_disability";
845
+ workers_compensation: "workers_compensation";
846
+ disability_from_veterans_programs: "disability_from_veterans_programs";
847
+ legal_form_or_settlement: "legal_form_or_settlement";
848
+ scholarship: "scholarship";
849
+ educational_grant: "educational_grant";
850
+ work_study: "work_study";
851
+ spousal_support: "spousal_support";
852
+ retirement_or_pension_plan: "retirement_or_pension_plan";
853
+ investment_interest_and_dividends: "investment_interest_and_dividends";
854
+ social_security_retirement: "social_security_retirement";
855
+ renting_home: "renting_home";
856
+ renting_room: "renting_room";
857
+ renting_equipment: "renting_equipment";
858
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
859
+ donations_or_gifts: "donations_or_gifts";
860
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
861
+ payment_for_participating_in_research: "payment_for_participating_in_research";
862
+ other_money_not_reported: "other_money_not_reported";
863
+ }>>;
864
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
865
+ net: "net";
866
+ gross: "gross";
867
+ }>>;
868
+ amount: z.ZodNumber;
869
+ frequency: z.ZodEnum<{
870
+ weekly: "weekly";
871
+ monthly: "monthly";
872
+ yearly: "yearly";
873
+ hourly: "hourly";
874
+ daily: "daily";
875
+ every_2_weeks: "every_2_weeks";
876
+ twice_a_month: "twice_a_month";
877
+ }>;
878
+ reportedOn: z.ZodISODate;
879
+ source: z.ZodEnum<{
880
+ client: "client";
881
+ authorized_assister: "authorized_assister";
882
+ county_worker: "county_worker";
883
+ }>;
884
+ startDate: z.ZodISODate;
885
+ endDate: z.ZodOptional<z.ZodISODate>;
886
+ isVerified: z.ZodOptional<z.ZodBoolean>;
887
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
888
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
889
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
890
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
891
+ path: z.ZodObject<{
892
+ incomeId: z.ZodUUID;
893
+ }, z.core.$strip>;
894
+ query: z.ZodOptional<z.ZodNever>;
895
+ }, z.core.$strip>;
896
+ /**
897
+ * A single item of income, which may be earned or unearned.
898
+ */
899
+ export declare const zUpdateIncomeResponse: z.ZodObject<{
900
+ id: z.ZodOptional<z.ZodReadonly<z.ZodUUID>>;
901
+ personId: z.ZodUUID;
902
+ employerId: z.ZodOptional<z.ZodUUID>;
903
+ type: z.ZodEnum<{
904
+ employed: "employed";
905
+ self_employed: "self_employed";
906
+ unearned: "unearned";
907
+ }>;
908
+ unearnedType: z.ZodOptional<z.ZodEnum<{
909
+ child_support: "child_support";
910
+ unemployment: "unemployment";
911
+ kinship_payment: "kinship_payment";
912
+ veterans_programs: "veterans_programs";
913
+ adoption_and_refugee_services: "adoption_and_refugee_services";
914
+ ssi_or_ssdi: "ssi_or_ssdi";
915
+ private_disability: "private_disability";
916
+ workers_compensation: "workers_compensation";
917
+ disability_from_veterans_programs: "disability_from_veterans_programs";
918
+ legal_form_or_settlement: "legal_form_or_settlement";
919
+ scholarship: "scholarship";
920
+ educational_grant: "educational_grant";
921
+ work_study: "work_study";
922
+ spousal_support: "spousal_support";
923
+ retirement_or_pension_plan: "retirement_or_pension_plan";
924
+ investment_interest_and_dividends: "investment_interest_and_dividends";
925
+ social_security_retirement: "social_security_retirement";
926
+ renting_home: "renting_home";
927
+ renting_room: "renting_room";
928
+ renting_equipment: "renting_equipment";
929
+ gambling_lottery_or_other_winnings: "gambling_lottery_or_other_winnings";
930
+ donations_or_gifts: "donations_or_gifts";
931
+ income_from_loan_or_mortgage: "income_from_loan_or_mortgage";
932
+ payment_for_participating_in_research: "payment_for_participating_in_research";
933
+ other_money_not_reported: "other_money_not_reported";
934
+ }>>;
935
+ incomeBasis: z.ZodOptional<z.ZodEnum<{
936
+ net: "net";
937
+ gross: "gross";
938
+ }>>;
939
+ amount: z.ZodNumber;
940
+ frequency: z.ZodEnum<{
941
+ weekly: "weekly";
942
+ monthly: "monthly";
943
+ yearly: "yearly";
944
+ hourly: "hourly";
945
+ daily: "daily";
946
+ every_2_weeks: "every_2_weeks";
947
+ twice_a_month: "twice_a_month";
948
+ }>;
949
+ reportedOn: z.ZodISODate;
950
+ source: z.ZodEnum<{
951
+ client: "client";
952
+ authorized_assister: "authorized_assister";
953
+ county_worker: "county_worker";
954
+ }>;
955
+ startDate: z.ZodISODate;
956
+ endDate: z.ZodOptional<z.ZodISODate>;
957
+ isVerified: z.ZodOptional<z.ZodBoolean>;
958
+ verifiedDate: z.ZodOptional<z.ZodISODate>;
959
+ verifiedBy: z.ZodOptional<z.ZodUUID>;
960
+ verificationSourceIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
961
+ }, z.core.$strip>;