@cycomdatasystems/mackinac-sdk 5.1.1 → 5.2.2

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 (103) hide show
  1. package/dist/generated/mackinac.client.d.ts +271 -14
  2. package/dist/generated/mackinac.client.js +626 -13
  3. package/dist/generated/models/actionResultDtoStatus.d.ts +1 -0
  4. package/dist/generated/models/actionResultDtoStatus.js +1 -0
  5. package/dist/generated/models/addsDeptDto.d.ts +27 -0
  6. package/dist/generated/models/addsDeptDto.js +17 -0
  7. package/dist/generated/models/councilDistrictsViewDto.d.ts +28 -0
  8. package/dist/generated/models/councilDistrictsViewDto.js +1 -0
  9. package/dist/generated/models/createFormDefinitionDto.d.ts +5 -0
  10. package/dist/generated/models/createFormDefinitionDtoDestination.d.ts +23 -0
  11. package/dist/generated/models/createFormDefinitionDtoDestination.js +20 -0
  12. package/dist/generated/models/createUpdateFieldDefinitionDto.d.ts +7 -1
  13. package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.d.ts +25 -0
  14. package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.js +22 -0
  15. package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.d.ts +1 -0
  16. package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.js +1 -0
  17. package/dist/generated/models/createUpdateFormFieldRuleDto.d.ts +0 -2
  18. package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.d.ts +0 -1
  19. package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.js +0 -1
  20. package/dist/generated/models/createUpdateFormSubmissionActionDto.d.ts +3 -0
  21. package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.d.ts +24 -0
  22. package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.js +21 -0
  23. package/dist/generated/models/documentSearchCriteriaDto.d.ts +50 -0
  24. package/dist/generated/models/documentSearchCriteriaDto.js +17 -0
  25. package/dist/generated/models/documentSearchResponseDto.d.ts +27 -0
  26. package/dist/generated/models/documentSearchResponseDto.js +1 -0
  27. package/dist/generated/models/documentSearchResultDto.d.ts +46 -0
  28. package/dist/generated/models/documentSearchResultDto.js +17 -0
  29. package/dist/generated/models/emailSubjectDto.d.ts +23 -0
  30. package/dist/generated/models/emailSubjectDto.js +17 -0
  31. package/dist/generated/models/fieldDefinitionDto.d.ts +7 -1
  32. package/dist/generated/models/fieldDefinitionDtoFormat.d.ts +25 -0
  33. package/dist/generated/models/fieldDefinitionDtoFormat.js +22 -0
  34. package/dist/generated/models/fieldDefinitionDtoInputType.d.ts +1 -0
  35. package/dist/generated/models/fieldDefinitionDtoInputType.js +1 -0
  36. package/dist/generated/models/fileLimitsDto.d.ts +21 -0
  37. package/dist/generated/models/fileLimitsDto.js +17 -0
  38. package/dist/generated/models/fileUploadResultDto.d.ts +33 -0
  39. package/dist/generated/models/fileUploadResultDto.js +17 -0
  40. package/dist/generated/models/formDefinitionDto.d.ts +5 -0
  41. package/dist/generated/models/formDefinitionDtoDestination.d.ts +23 -0
  42. package/dist/generated/models/formDefinitionDtoDestination.js +20 -0
  43. package/dist/generated/models/formDefinitionFullDto.d.ts +5 -0
  44. package/dist/generated/models/formDefinitionFullDtoDestination.d.ts +23 -0
  45. package/dist/generated/models/formDefinitionFullDtoDestination.js +20 -0
  46. package/dist/generated/models/formFieldRuleDto.d.ts +0 -2
  47. package/dist/generated/models/formFieldRuleDtoEffect.d.ts +0 -1
  48. package/dist/generated/models/formFieldRuleDtoEffect.js +0 -1
  49. package/dist/generated/models/formSubmissionActionDto.d.ts +3 -0
  50. package/dist/generated/models/formSubmissionActionDtoRecipientMode.d.ts +24 -0
  51. package/dist/generated/models/formSubmissionActionDtoRecipientMode.js +21 -0
  52. package/dist/generated/models/formSubmissionDto.d.ts +6 -0
  53. package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.d.ts +19 -0
  54. package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.js +17 -0
  55. package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.d.ts +19 -0
  56. package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.js +17 -0
  57. package/dist/generated/models/getApiV1TimeentriesParams.d.ts +22 -0
  58. package/dist/generated/models/getApiV1TimeentriesParams.js +17 -0
  59. package/dist/generated/models/index.d.ts +38 -0
  60. package/dist/generated/models/index.js +38 -0
  61. package/dist/generated/models/labelAndPeopleDto.d.ts +27 -0
  62. package/dist/generated/models/labelAndPeopleDto.js +1 -0
  63. package/dist/generated/models/labelAndStaffDto.d.ts +26 -0
  64. package/dist/generated/models/labelAndStaffDto.js +1 -0
  65. package/dist/generated/models/labelAndVisibilityDto.d.ts +24 -0
  66. package/dist/generated/models/labelAndVisibilityDto.js +17 -0
  67. package/dist/generated/models/labelDto.d.ts +23 -0
  68. package/dist/generated/models/labelDto.js +17 -0
  69. package/dist/generated/models/matterArchiveRemarksDto.d.ts +30 -0
  70. package/dist/generated/models/matterArchiveRemarksDto.js +17 -0
  71. package/dist/generated/models/matterDispositionPatchDto.d.ts +23 -0
  72. package/dist/generated/models/matterDispositionPatchDto.js +17 -0
  73. package/dist/generated/models/matterDispositionTextDto.d.ts +23 -0
  74. package/dist/generated/models/matterDispositionTextDto.js +17 -0
  75. package/dist/generated/models/matterDto.d.ts +32 -1
  76. package/dist/generated/models/matterStatusPatchDto.d.ts +23 -0
  77. package/dist/generated/models/matterStatusPatchDto.js +17 -0
  78. package/dist/generated/models/matterStatusTextDto.d.ts +23 -0
  79. package/dist/generated/models/matterStatusTextDto.js +17 -0
  80. package/dist/generated/models/potdDto.d.ts +23 -0
  81. package/dist/generated/models/potdDto.js +17 -0
  82. package/dist/generated/models/selectOptionDto.d.ts +22 -0
  83. package/dist/generated/models/selectOptionDto.js +17 -0
  84. package/dist/generated/models/systemAccountsDto.d.ts +27 -0
  85. package/dist/generated/models/systemAccountsDto.js +1 -0
  86. package/dist/generated/models/systemDepartmentsDto.d.ts +27 -0
  87. package/dist/generated/models/systemDepartmentsDto.js +1 -0
  88. package/dist/generated/models/timeEntryViewDto.d.ts +57 -0
  89. package/dist/generated/models/timeEntryViewDto.js +17 -0
  90. package/dist/generated/models/tracksViewDto.d.ts +27 -0
  91. package/dist/generated/models/tracksViewDto.js +1 -0
  92. package/dist/generated/models/updateFormDefinitionDto.d.ts +5 -0
  93. package/dist/generated/models/updateFormDefinitionDtoDestination.d.ts +23 -0
  94. package/dist/generated/models/updateFormDefinitionDtoDestination.js +20 -0
  95. package/dist/generated/models/viewCodeDto.d.ts +28 -0
  96. package/dist/generated/models/viewCodeDto.js +17 -0
  97. package/dist/generated/models/viewCodeWithTypeDto.d.ts +31 -0
  98. package/dist/generated/models/viewCodeWithTypeDto.js +17 -0
  99. package/dist/generated/models/viewStaffDto.d.ts +26 -0
  100. package/dist/generated/models/viewStaffDto.js +17 -0
  101. package/dist/generated/models/viewStaffWithTypeDto.d.ts +28 -0
  102. package/dist/generated/models/viewStaffWithTypeDto.js +17 -0
  103. package/package.json +1 -1
@@ -18,6 +18,7 @@ export * from './actionResultDto';
18
18
  export * from './actionResultDtoAction';
19
19
  export * from './actionResultDtoDetail';
20
20
  export * from './actionResultDtoStatus';
21
+ export * from './addsDeptDto';
21
22
  export * from './allegationDesiredOutcomeDto';
22
23
  export * from './allegationDesiredOutcomeDtoPaginatedResultDto';
23
24
  export * from './allegationDto';
@@ -42,6 +43,7 @@ export * from './confidentialFooterDto';
42
43
  export * from './constructorInfo';
43
44
  export * from './contractCounselDto';
44
45
  export * from './contractCounselDtoPaginatedResultDto';
46
+ export * from './councilDistrictsViewDto';
45
47
  export * from './createAllegationDesiredOutcomeDto';
46
48
  export * from './createAllegationDto';
47
49
  export * from './createAllegationIssueDetailsDto';
@@ -54,6 +56,7 @@ export * from './createCtyLawDto';
54
56
  export * from './createExpenseReserveDto';
55
57
  export * from './createExpertWitnessDto';
56
58
  export * from './createFormDefinitionDto';
59
+ export * from './createFormDefinitionDtoDestination';
57
60
  export * from './createFormDefinitionDtoSubmitterIdentity';
58
61
  export * from './createFormSubmissionDto';
59
62
  export * from './createFormSubmissionDtoFieldValues';
@@ -70,6 +73,7 @@ export * from './createSettlementDto';
70
73
  export * from './createStaffPayloadDto';
71
74
  export * from './createStageDispositionMappingDto';
72
75
  export * from './createUpdateFieldDefinitionDto';
76
+ export * from './createUpdateFieldDefinitionDtoFormat';
73
77
  export * from './createUpdateFieldDefinitionDtoInputType';
74
78
  export * from './createUpdateFieldDefinitionDtoValueDestination';
75
79
  export * from './createUpdateFormElementDto';
@@ -82,6 +86,7 @@ export * from './createUpdateFormFieldRuleDtoTargetType';
82
86
  export * from './createUpdateFormSubmissionActionDto';
83
87
  export * from './createUpdateFormSubmissionActionDtoAction';
84
88
  export * from './createUpdateFormSubmissionActionDtoEmailBody';
89
+ export * from './createUpdateFormSubmissionActionDtoRecipientMode';
85
90
  export * from './createUserDto';
86
91
  export * from './createUserDtoMode';
87
92
  export * from './createWrpAssignmentMatterDto';
@@ -91,6 +96,10 @@ export * from './customAttributeNamedArgument';
91
96
  export * from './customAttributeTypedArgument';
92
97
  export * from './customAttributeTypedArgumentValue';
93
98
  export * from './deleteApiV1MattersMatterIdParams';
99
+ export * from './documentSearchCriteriaDto';
100
+ export * from './documentSearchResponseDto';
101
+ export * from './documentSearchResultDto';
102
+ export * from './emailSubjectDto';
94
103
  export * from './eventAttributes';
95
104
  export * from './eventInfo';
96
105
  export * from './exception';
@@ -102,15 +111,20 @@ export * from './expertWitnessDtoPaginatedResultDto';
102
111
  export * from './fieldAttributes';
103
112
  export * from './fieldDefinitionDto';
104
113
  export * from './fieldDefinitionDtoCursorPagedResultDto';
114
+ export * from './fieldDefinitionDtoFormat';
105
115
  export * from './fieldDefinitionDtoInputType';
106
116
  export * from './fieldDefinitionDtoValueDestination';
107
117
  export * from './fieldDto';
108
118
  export * from './fieldInfo';
109
119
  export * from './fieldMetadataDto';
120
+ export * from './fileLimitsDto';
121
+ export * from './fileUploadResultDto';
110
122
  export * from './formDefinitionDto';
111
123
  export * from './formDefinitionDtoCursorPagedResultDto';
124
+ export * from './formDefinitionDtoDestination';
112
125
  export * from './formDefinitionDtoSubmitterIdentity';
113
126
  export * from './formDefinitionFullDto';
127
+ export * from './formDefinitionFullDtoDestination';
114
128
  export * from './formDefinitionFullDtoSubmitterIdentity';
115
129
  export * from './formElementDto';
116
130
  export * from './formElementDtoCardIcon';
@@ -127,6 +141,7 @@ export * from './formSubmissionActionDto';
127
141
  export * from './formSubmissionActionDtoAction';
128
142
  export * from './formSubmissionActionDtoEmailBody';
129
143
  export * from './formSubmissionActionDtoListResultDto';
144
+ export * from './formSubmissionActionDtoRecipientMode';
130
145
  export * from './formSubmissionDto';
131
146
  export * from './formSubmissionDtoCursorPagedResultDto';
132
147
  export * from './formSubmissionDtoFieldValues';
@@ -142,6 +157,7 @@ export * from './getApiV1AllegationsStageDispositionsParams';
142
157
  export * from './getApiV1AllegationsStagesDispositionMappingsParams';
143
158
  export * from './getApiV1AllegationsStagesParams';
144
159
  export * from './getApiV1AllegationsSubcodesParams';
160
+ export * from './getApiV1CodesDispositionsModuleCodeParams';
145
161
  export * from './getApiV1CodesParams';
146
162
  export * from './getApiV1FieldDefinitionsParams';
147
163
  export * from './getApiV1FormDefinitionsFormIdRulesParams';
@@ -165,10 +181,12 @@ export * from './getApiV1MattersMatterIdFinanceExpendituresSettlementsParams';
165
181
  export * from './getApiV1MattersMatterIdFinanceReservesExpensesParams';
166
182
  export * from './getApiV1MattersMyOpenParams';
167
183
  export * from './getApiV1MattersNextFileNumberParams';
184
+ export * from './getApiV1PeopleStaffModuleCodeParams';
168
185
  export * from './getApiV1ReportsExportRiskDataReportParams';
169
186
  export * from './getApiV1ReportsManagerReportParams';
170
187
  export * from './getApiV1StaffParams';
171
188
  export * from './getApiV1SystemManagementAppSettingsParams';
189
+ export * from './getApiV1TimeentriesParams';
172
190
  export * from './getApiV1TipssCitationsSearchParams';
173
191
  export * from './getApiV1UsersParams';
174
192
  export * from './getApiV2MattersFieldsMetadataParams';
@@ -177,6 +195,10 @@ export * from './iSelectableItem';
177
195
  export * from './iSelectableItemValue';
178
196
  export * from './indemnityReserveDto';
179
197
  export * from './intPtr';
198
+ export * from './labelAndPeopleDto';
199
+ export * from './labelAndStaffDto';
200
+ export * from './labelAndVisibilityDto';
201
+ export * from './labelDto';
180
202
  export * from './layoutItemDto';
181
203
  export * from './layoutItemDtoType';
182
204
  export * from './layoutKind';
@@ -188,6 +210,9 @@ export * from './matterAllegationDto';
188
210
  export * from './matterAllegationDtoPaginatedResultDto';
189
211
  export * from './matterAllegationStageDto';
190
212
  export * from './matterAllegationStageDtoPaginatedResultDto';
213
+ export * from './matterArchiveRemarksDto';
214
+ export * from './matterDispositionPatchDto';
215
+ export * from './matterDispositionTextDto';
191
216
  export * from './matterDto';
192
217
  export * from './matterFieldDefinitionDto';
193
218
  export * from './matterFieldMetadataDto';
@@ -207,6 +232,8 @@ export * from './matterPersonRelationDto';
207
232
  export * from './matterSearchCriteriaDto';
208
233
  export * from './matterSearchHitsRequestDto';
209
234
  export * from './matterSearchRequestDto';
235
+ export * from './matterStatusPatchDto';
236
+ export * from './matterStatusTextDto';
210
237
  export * from './memberInfo';
211
238
  export * from './memberTypes';
212
239
  export * from './methodAttributes';
@@ -240,6 +267,7 @@ export * from './postApiV1Codes400Two';
240
267
  export * from './postApiV1MattersParams';
241
268
  export * from './postApiV1PeopleSearchParams';
242
269
  export * from './postApiV1TipssGreenFormSyncParams';
270
+ export * from './potdDto';
243
271
  export * from './problemDetails';
244
272
  export * from './propertyAttributes';
245
273
  export * from './propertyInfo';
@@ -250,6 +278,7 @@ export * from './runtimeTypeHandle';
250
278
  export * from './searchCitationHitDto';
251
279
  export * from './searchCitationHitDtoPaginatedResultDto';
252
280
  export * from './securityRuleSet';
281
+ export * from './selectOptionDto';
253
282
  export * from './selectableItemDto';
254
283
  export * from './selectableItemDtoValue';
255
284
  export * from './settlementDto';
@@ -259,12 +288,17 @@ export * from './stageDispositionMappingDto';
259
288
  export * from './stageDispositionMappingDtoPaginatedResultDto';
260
289
  export * from './structLayoutAttribute';
261
290
  export * from './structLayoutAttributeTypeId';
291
+ export * from './systemAccountsDto';
292
+ export * from './systemDepartmentsDto';
293
+ export * from './timeEntryViewDto';
262
294
  export * from './tipssSyncRequestDto';
263
295
  export * from './tipssSyncResponseDto';
296
+ export * from './tracksViewDto';
264
297
  export * from './type';
265
298
  export * from './typeAttributes';
266
299
  export * from './typeInfo';
267
300
  export * from './updateFormDefinitionDto';
301
+ export * from './updateFormDefinitionDtoDestination';
268
302
  export * from './updateFormDefinitionDtoSubmitterIdentity';
269
303
  export * from './updateSelfProfileDto';
270
304
  export * from './updateUserDto';
@@ -272,6 +306,10 @@ export * from './userDto';
272
306
  export * from './userDtoCursorPagedResultDto';
273
307
  export * from './validationProblemDetails';
274
308
  export * from './validationProblemDetailsErrors';
309
+ export * from './viewCodeDto';
310
+ export * from './viewCodeWithTypeDto';
311
+ export * from './viewStaffDto';
312
+ export * from './viewStaffWithTypeDto';
275
313
  export * from './wrpAssignmentMatterResponseDto';
276
314
  export * from './wrpBrandingDto';
277
315
  export * from './wrpConfigDto';
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ import type { ViewStaffDto } from './viewStaffDto';
18
+ /**
19
+ * Response wrapper for attorney/investigator/outside-counsel/teams lookups.
20
+ Includes the configurable label from `CTYLAW`.
21
+ */
22
+ export interface LabelAndPeopleDto {
23
+ /** @nullable */
24
+ label?: string | null;
25
+ /** @nullable */
26
+ codes?: ViewStaffDto[] | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ import type { ViewStaffWithTypeDto } from './viewStaffWithTypeDto';
18
+ /**
19
+ * Response wrapper for the staff lookup (includes `type` per row).
20
+ */
21
+ export interface LabelAndStaffDto {
22
+ /** @nullable */
23
+ label?: string | null;
24
+ /** @nullable */
25
+ codes?: ViewStaffWithTypeDto[] | null;
26
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Configurable label + enabled flag pulled from `CTYLAW`.
19
+ */
20
+ export interface LabelAndVisibilityDto {
21
+ enabled?: boolean;
22
+ /** @nullable */
23
+ label?: string | null;
24
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Simple label-only response from a single `CTYLAW` row.
19
+ */
20
+ export interface LabelDto {
21
+ /** @nullable */
22
+ label?: string | null;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Response wrapper for `GET /api/v1/archive/archiveremarks/{matterId}`.
19
+ Holds the free-text archive remarks pulled from the `MEMOS` row
20
+ keyed by `(TABLENAME='BASE', NAME='arc_remarks', RECNO=matterId)`.
21
+ Distinct from MackinacService.DTOs.ArchiveRemarksDto, which mirrors the broader
22
+ archive-remarks record shape used elsewhere in the API.
23
+ */
24
+ export interface MatterArchiveRemarksDto {
25
+ /**
26
+ * The archive remarks text. Empty string when no MEMOS row exists.
27
+ * @nullable
28
+ */
29
+ archiveRemarks?: string | null;
30
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Body for `PATCH /api/v1/matters/{matterId}/disposition`.
19
+ */
20
+ export interface MatterDispositionPatchDto {
21
+ /** @minLength 1 */
22
+ dispositionUpdate: string;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Response for `GET /api/v1/matters/{matterId}/disposition`.
19
+ */
20
+ export interface MatterDispositionTextDto {
21
+ /** @nullable */
22
+ dispositionText?: string | null;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -392,6 +392,11 @@ export interface MatterDto {
392
392
  * @nullable
393
393
  */
394
394
  courtNumber?: string | null;
395
+ /**
396
+ * CAUSE.AUTO_ID for LITIGAT.CAUSE.
397
+ * @nullable
398
+ */
399
+ primaryCauseId?: number | null;
395
400
  /**
396
401
  * LITIGAT.CAUSE
397
402
  * @minLength 0
@@ -399,6 +404,11 @@ export interface MatterDto {
399
404
  * @nullable
400
405
  */
401
406
  primaryCause?: string | null;
407
+ /**
408
+ * CAUSE.AUTO_ID for LITIGAT.SECCAUSE1.
409
+ * @nullable
410
+ */
411
+ secondaryCause1Id?: number | null;
402
412
  /**
403
413
  * LITIGAT.SECCAUSE1
404
414
  * @minLength 0
@@ -406,6 +416,11 @@ export interface MatterDto {
406
416
  * @nullable
407
417
  */
408
418
  secondaryCause1?: string | null;
419
+ /**
420
+ * CAUSE.AUTO_ID for LITIGAT.SECCAUSE2.
421
+ * @nullable
422
+ */
423
+ secondaryCause2Id?: number | null;
409
424
  /**
410
425
  * LITIGAT.SECCAUSE2
411
426
  * @minLength 0
@@ -413,6 +428,11 @@ export interface MatterDto {
413
428
  * @nullable
414
429
  */
415
430
  secondaryCause2?: string | null;
431
+ /**
432
+ * CAUSE.AUTO_ID for LITIGAT.SECCAUSE3.
433
+ * @nullable
434
+ */
435
+ secondaryCause3Id?: number | null;
416
436
  /**
417
437
  * LITIGAT.SECCAUSE3
418
438
  * @minLength 0
@@ -420,6 +440,11 @@ export interface MatterDto {
420
440
  * @nullable
421
441
  */
422
442
  secondaryCause3?: string | null;
443
+ /**
444
+ * CAUSE.AUTO_ID for LITIGAT.SECCAUSE4.
445
+ * @nullable
446
+ */
447
+ secondaryCause4Id?: number | null;
423
448
  /**
424
449
  * LITIGAT.SECCAUSE4
425
450
  * @minLength 0
@@ -427,6 +452,11 @@ export interface MatterDto {
427
452
  * @nullable
428
453
  */
429
454
  secondaryCause4?: string | null;
455
+ /**
456
+ * CAUSE.AUTO_ID for LITIGAT.SECCAUSE5.
457
+ * @nullable
458
+ */
459
+ secondaryCause5Id?: number | null;
430
460
  /**
431
461
  * LITIGAT.SECCAUSE5
432
462
  * @minLength 0
@@ -442,7 +472,8 @@ export interface MatterDto {
442
472
  */
443
473
  shortDescription?: string | null;
444
474
  /**
445
- * MEMOS (TableName=BASE, Name=DESCRIPTION)
475
+ * MEMOS (TableName=BASE, Name=DESCRIPTION). Rich text — TipTap-compatible HTML.
476
+ Field metadata reports `FieldType = "Html"`; clients should render via an HTML viewer.
446
477
  * @nullable
447
478
  */
448
479
  description?: string | null;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Body for `PATCH /api/v1/matters/{matterId}/status`.
19
+ */
20
+ export interface MatterStatusPatchDto {
21
+ /** @minLength 1 */
22
+ statusUpdate: string;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Response for `GET /api/v1/matters/{matterId}/status`.
19
+ */
20
+ export interface MatterStatusTextDto {
21
+ /** @nullable */
22
+ statusText?: string | null;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ /**
18
+ * Response for `/api/v1/system/potd`.
19
+ */
20
+ export interface PotdDto {
21
+ /** @nullable */
22
+ suffix?: string | null;
23
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.17.0 🍺
3
+ * Do not edit manually.
4
+ * Mackinac API
5
+ * Mackinac API - feature parity with Golden Gate.
6
+
7
+ **Custom Forms conventions**
8
+
9
+ - UUIDs are lowercase hyphenated strings.
10
+ - Pagination is cursor-based: `?cursor={id}&limit={n}` (default 50, max 200).
11
+ - Timestamps are ISO 8601 with offset.
12
+ - Errors follow RFC 9457 `application/problem+json`.
13
+ - Mutations to a form or any of its children (fields, elements, actions, rules) increment `FormDefinition.Version` and update `UpdatedAt`.
14
+ - The Custom Forms model is product-agnostic: the consuming product owns auth, identity resolution, and AV scanning of uploaded files. Mackinac validates the identity contract and persists/executes submissions.
15
+ * OpenAPI spec version: v1
16
+ */
17
+ export {};