@cycomdatasystems/mackinac-sdk 5.0.0 → 5.2.1
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.
- package/dist/generated/mackinac.client.d.ts +350 -14
- package/dist/generated/mackinac.client.js +804 -13
- package/dist/generated/models/actionResultDtoStatus.d.ts +1 -0
- package/dist/generated/models/actionResultDtoStatus.js +1 -0
- package/dist/generated/models/addsDeptDto.d.ts +27 -0
- package/dist/generated/models/addsDeptDto.js +17 -0
- package/dist/generated/models/assignRolesDto.d.ts +24 -0
- package/dist/generated/models/assignRolesDto.js +17 -0
- package/dist/generated/models/councilDistrictsViewDto.d.ts +28 -0
- package/dist/generated/models/councilDistrictsViewDto.js +1 -0
- package/dist/generated/models/createFormDefinitionDto.d.ts +5 -0
- package/dist/generated/models/createFormDefinitionDtoDestination.d.ts +23 -0
- package/dist/generated/models/createFormDefinitionDtoDestination.js +20 -0
- package/dist/generated/models/createStaffPayloadDto.d.ts +45 -0
- package/dist/generated/models/createStaffPayloadDto.js +17 -0
- package/dist/generated/models/createUpdateFieldDefinitionDto.d.ts +7 -1
- package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.d.ts +25 -0
- package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.js +22 -0
- package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.d.ts +1 -0
- package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.js +1 -0
- package/dist/generated/models/createUpdateFormFieldRuleDto.d.ts +0 -2
- package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.d.ts +0 -1
- package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.js +0 -1
- package/dist/generated/models/createUpdateFormSubmissionActionDto.d.ts +3 -0
- package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.d.ts +24 -0
- package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.js +21 -0
- package/dist/generated/models/createUserDto.d.ts +47 -0
- package/dist/generated/models/createUserDto.js +1 -0
- package/dist/generated/models/createUserDtoMode.d.ts +24 -0
- package/dist/generated/models/createUserDtoMode.js +21 -0
- package/dist/generated/models/documentSearchCriteriaDto.d.ts +50 -0
- package/dist/generated/models/documentSearchCriteriaDto.js +17 -0
- package/dist/generated/models/documentSearchResponseDto.d.ts +27 -0
- package/dist/generated/models/documentSearchResponseDto.js +1 -0
- package/dist/generated/models/documentSearchResultDto.d.ts +46 -0
- package/dist/generated/models/documentSearchResultDto.js +17 -0
- package/dist/generated/models/emailSubjectDto.d.ts +23 -0
- package/dist/generated/models/emailSubjectDto.js +17 -0
- package/dist/generated/models/fieldDefinitionDto.d.ts +7 -1
- package/dist/generated/models/fieldDefinitionDtoFormat.d.ts +25 -0
- package/dist/generated/models/fieldDefinitionDtoFormat.js +22 -0
- package/dist/generated/models/fieldDefinitionDtoInputType.d.ts +1 -0
- package/dist/generated/models/fieldDefinitionDtoInputType.js +1 -0
- package/dist/generated/models/fileLimitsDto.d.ts +21 -0
- package/dist/generated/models/fileLimitsDto.js +17 -0
- package/dist/generated/models/fileUploadResultDto.d.ts +33 -0
- package/dist/generated/models/fileUploadResultDto.js +17 -0
- package/dist/generated/models/formDefinitionDto.d.ts +5 -0
- package/dist/generated/models/formDefinitionDtoDestination.d.ts +23 -0
- package/dist/generated/models/formDefinitionDtoDestination.js +20 -0
- package/dist/generated/models/formDefinitionFullDto.d.ts +5 -0
- package/dist/generated/models/formDefinitionFullDtoDestination.d.ts +23 -0
- package/dist/generated/models/formDefinitionFullDtoDestination.js +20 -0
- package/dist/generated/models/formFieldRuleDto.d.ts +0 -2
- package/dist/generated/models/formFieldRuleDtoEffect.d.ts +0 -1
- package/dist/generated/models/formFieldRuleDtoEffect.js +0 -1
- package/dist/generated/models/formSubmissionActionDto.d.ts +3 -0
- package/dist/generated/models/formSubmissionActionDtoRecipientMode.d.ts +24 -0
- package/dist/generated/models/formSubmissionActionDtoRecipientMode.js +21 -0
- package/dist/generated/models/formSubmissionDto.d.ts +6 -0
- package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.d.ts +19 -0
- package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.js +17 -0
- package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.d.ts +19 -0
- package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.js +17 -0
- package/dist/generated/models/getApiV1TimeentriesParams.d.ts +22 -0
- package/dist/generated/models/getApiV1TimeentriesParams.js +17 -0
- package/dist/generated/models/getApiV1UsersParams.d.ts +23 -0
- package/dist/generated/models/getApiV1UsersParams.js +17 -0
- package/dist/generated/models/index.d.ts +48 -0
- package/dist/generated/models/index.js +48 -0
- package/dist/generated/models/labelAndPeopleDto.d.ts +27 -0
- package/dist/generated/models/labelAndPeopleDto.js +1 -0
- package/dist/generated/models/labelAndStaffDto.d.ts +26 -0
- package/dist/generated/models/labelAndStaffDto.js +1 -0
- package/dist/generated/models/labelAndVisibilityDto.d.ts +24 -0
- package/dist/generated/models/labelAndVisibilityDto.js +17 -0
- package/dist/generated/models/labelDto.d.ts +23 -0
- package/dist/generated/models/labelDto.js +17 -0
- package/dist/generated/models/matterArchiveRemarksDto.d.ts +30 -0
- package/dist/generated/models/matterArchiveRemarksDto.js +17 -0
- package/dist/generated/models/matterDispositionPatchDto.d.ts +23 -0
- package/dist/generated/models/matterDispositionPatchDto.js +17 -0
- package/dist/generated/models/matterDispositionTextDto.d.ts +23 -0
- package/dist/generated/models/matterDispositionTextDto.js +17 -0
- package/dist/generated/models/matterDto.d.ts +2 -1
- package/dist/generated/models/matterStatusPatchDto.d.ts +23 -0
- package/dist/generated/models/matterStatusPatchDto.js +17 -0
- package/dist/generated/models/matterStatusTextDto.d.ts +23 -0
- package/dist/generated/models/matterStatusTextDto.js +17 -0
- package/dist/generated/models/potdDto.d.ts +23 -0
- package/dist/generated/models/potdDto.js +17 -0
- package/dist/generated/models/roleDto.d.ts +29 -0
- package/dist/generated/models/roleDto.js +17 -0
- package/dist/generated/models/selectOptionDto.d.ts +22 -0
- package/dist/generated/models/selectOptionDto.js +17 -0
- package/dist/generated/models/systemAccountsDto.d.ts +27 -0
- package/dist/generated/models/systemAccountsDto.js +1 -0
- package/dist/generated/models/systemDepartmentsDto.d.ts +27 -0
- package/dist/generated/models/systemDepartmentsDto.js +1 -0
- package/dist/generated/models/timeEntryViewDto.d.ts +57 -0
- package/dist/generated/models/timeEntryViewDto.js +17 -0
- package/dist/generated/models/tracksViewDto.d.ts +27 -0
- package/dist/generated/models/tracksViewDto.js +1 -0
- package/dist/generated/models/updateFormDefinitionDto.d.ts +5 -0
- package/dist/generated/models/updateFormDefinitionDtoDestination.d.ts +23 -0
- package/dist/generated/models/updateFormDefinitionDtoDestination.js +20 -0
- package/dist/generated/models/updateSelfProfileDto.d.ts +27 -0
- package/dist/generated/models/updateSelfProfileDto.js +17 -0
- package/dist/generated/models/updateUserDto.d.ts +46 -0
- package/dist/generated/models/updateUserDto.js +17 -0
- package/dist/generated/models/userDto.d.ts +49 -0
- package/dist/generated/models/userDto.js +17 -0
- package/dist/generated/models/userDtoCursorPagedResultDto.d.ts +23 -0
- package/dist/generated/models/userDtoCursorPagedResultDto.js +1 -0
- package/dist/generated/models/viewCodeDto.d.ts +28 -0
- package/dist/generated/models/viewCodeDto.js +17 -0
- package/dist/generated/models/viewCodeWithTypeDto.d.ts +31 -0
- package/dist/generated/models/viewCodeWithTypeDto.js +17 -0
- package/dist/generated/models/viewStaffDto.d.ts +26 -0
- package/dist/generated/models/viewStaffDto.js +17 -0
- package/dist/generated/models/viewStaffWithTypeDto.d.ts +28 -0
- package/dist/generated/models/viewStaffWithTypeDto.js +17 -0
- package/package.json +1 -1
|
@@ -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
|
+
export type GetApiV1UsersParams = {
|
|
18
|
+
search?: string;
|
|
19
|
+
isBlocked?: boolean;
|
|
20
|
+
staffId?: string;
|
|
21
|
+
cursor?: number;
|
|
22
|
+
limit?: number;
|
|
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 {};
|
|
@@ -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';
|
|
@@ -33,6 +34,7 @@ export * from './allegationStageDtoPaginatedResultDto';
|
|
|
33
34
|
export * from './allegationSubCodeDto';
|
|
34
35
|
export * from './allegationSubCodeDtoPaginatedResultDto';
|
|
35
36
|
export * from './assembly';
|
|
37
|
+
export * from './assignRolesDto';
|
|
36
38
|
export * from './bulkMatterAllegationStageRowDto';
|
|
37
39
|
export * from './bulkMatterAllegationStageRowDtoPaginatedResultDto';
|
|
38
40
|
export * from './callingConventions';
|
|
@@ -41,6 +43,7 @@ export * from './confidentialFooterDto';
|
|
|
41
43
|
export * from './constructorInfo';
|
|
42
44
|
export * from './contractCounselDto';
|
|
43
45
|
export * from './contractCounselDtoPaginatedResultDto';
|
|
46
|
+
export * from './councilDistrictsViewDto';
|
|
44
47
|
export * from './createAllegationDesiredOutcomeDto';
|
|
45
48
|
export * from './createAllegationDto';
|
|
46
49
|
export * from './createAllegationIssueDetailsDto';
|
|
@@ -53,6 +56,7 @@ export * from './createCtyLawDto';
|
|
|
53
56
|
export * from './createExpenseReserveDto';
|
|
54
57
|
export * from './createExpertWitnessDto';
|
|
55
58
|
export * from './createFormDefinitionDto';
|
|
59
|
+
export * from './createFormDefinitionDtoDestination';
|
|
56
60
|
export * from './createFormDefinitionDtoSubmitterIdentity';
|
|
57
61
|
export * from './createFormSubmissionDto';
|
|
58
62
|
export * from './createFormSubmissionDtoFieldValues';
|
|
@@ -66,8 +70,10 @@ export * from './createMatterDto';
|
|
|
66
70
|
export * from './createMatterFormLayoutDto';
|
|
67
71
|
export * from './createPaymentDto';
|
|
68
72
|
export * from './createSettlementDto';
|
|
73
|
+
export * from './createStaffPayloadDto';
|
|
69
74
|
export * from './createStageDispositionMappingDto';
|
|
70
75
|
export * from './createUpdateFieldDefinitionDto';
|
|
76
|
+
export * from './createUpdateFieldDefinitionDtoFormat';
|
|
71
77
|
export * from './createUpdateFieldDefinitionDtoInputType';
|
|
72
78
|
export * from './createUpdateFieldDefinitionDtoValueDestination';
|
|
73
79
|
export * from './createUpdateFormElementDto';
|
|
@@ -80,6 +86,9 @@ export * from './createUpdateFormFieldRuleDtoTargetType';
|
|
|
80
86
|
export * from './createUpdateFormSubmissionActionDto';
|
|
81
87
|
export * from './createUpdateFormSubmissionActionDtoAction';
|
|
82
88
|
export * from './createUpdateFormSubmissionActionDtoEmailBody';
|
|
89
|
+
export * from './createUpdateFormSubmissionActionDtoRecipientMode';
|
|
90
|
+
export * from './createUserDto';
|
|
91
|
+
export * from './createUserDtoMode';
|
|
83
92
|
export * from './createWrpAssignmentMatterDto';
|
|
84
93
|
export * from './ctyLawDto';
|
|
85
94
|
export * from './customAttributeData';
|
|
@@ -87,6 +96,10 @@ export * from './customAttributeNamedArgument';
|
|
|
87
96
|
export * from './customAttributeTypedArgument';
|
|
88
97
|
export * from './customAttributeTypedArgumentValue';
|
|
89
98
|
export * from './deleteApiV1MattersMatterIdParams';
|
|
99
|
+
export * from './documentSearchCriteriaDto';
|
|
100
|
+
export * from './documentSearchResponseDto';
|
|
101
|
+
export * from './documentSearchResultDto';
|
|
102
|
+
export * from './emailSubjectDto';
|
|
90
103
|
export * from './eventAttributes';
|
|
91
104
|
export * from './eventInfo';
|
|
92
105
|
export * from './exception';
|
|
@@ -98,15 +111,20 @@ export * from './expertWitnessDtoPaginatedResultDto';
|
|
|
98
111
|
export * from './fieldAttributes';
|
|
99
112
|
export * from './fieldDefinitionDto';
|
|
100
113
|
export * from './fieldDefinitionDtoCursorPagedResultDto';
|
|
114
|
+
export * from './fieldDefinitionDtoFormat';
|
|
101
115
|
export * from './fieldDefinitionDtoInputType';
|
|
102
116
|
export * from './fieldDefinitionDtoValueDestination';
|
|
103
117
|
export * from './fieldDto';
|
|
104
118
|
export * from './fieldInfo';
|
|
105
119
|
export * from './fieldMetadataDto';
|
|
120
|
+
export * from './fileLimitsDto';
|
|
121
|
+
export * from './fileUploadResultDto';
|
|
106
122
|
export * from './formDefinitionDto';
|
|
107
123
|
export * from './formDefinitionDtoCursorPagedResultDto';
|
|
124
|
+
export * from './formDefinitionDtoDestination';
|
|
108
125
|
export * from './formDefinitionDtoSubmitterIdentity';
|
|
109
126
|
export * from './formDefinitionFullDto';
|
|
127
|
+
export * from './formDefinitionFullDtoDestination';
|
|
110
128
|
export * from './formDefinitionFullDtoSubmitterIdentity';
|
|
111
129
|
export * from './formElementDto';
|
|
112
130
|
export * from './formElementDtoCardIcon';
|
|
@@ -123,6 +141,7 @@ export * from './formSubmissionActionDto';
|
|
|
123
141
|
export * from './formSubmissionActionDtoAction';
|
|
124
142
|
export * from './formSubmissionActionDtoEmailBody';
|
|
125
143
|
export * from './formSubmissionActionDtoListResultDto';
|
|
144
|
+
export * from './formSubmissionActionDtoRecipientMode';
|
|
126
145
|
export * from './formSubmissionDto';
|
|
127
146
|
export * from './formSubmissionDtoCursorPagedResultDto';
|
|
128
147
|
export * from './formSubmissionDtoFieldValues';
|
|
@@ -138,6 +157,7 @@ export * from './getApiV1AllegationsStageDispositionsParams';
|
|
|
138
157
|
export * from './getApiV1AllegationsStagesDispositionMappingsParams';
|
|
139
158
|
export * from './getApiV1AllegationsStagesParams';
|
|
140
159
|
export * from './getApiV1AllegationsSubcodesParams';
|
|
160
|
+
export * from './getApiV1CodesDispositionsModuleCodeParams';
|
|
141
161
|
export * from './getApiV1CodesParams';
|
|
142
162
|
export * from './getApiV1FieldDefinitionsParams';
|
|
143
163
|
export * from './getApiV1FormDefinitionsFormIdRulesParams';
|
|
@@ -161,17 +181,24 @@ export * from './getApiV1MattersMatterIdFinanceExpendituresSettlementsParams';
|
|
|
161
181
|
export * from './getApiV1MattersMatterIdFinanceReservesExpensesParams';
|
|
162
182
|
export * from './getApiV1MattersMyOpenParams';
|
|
163
183
|
export * from './getApiV1MattersNextFileNumberParams';
|
|
184
|
+
export * from './getApiV1PeopleStaffModuleCodeParams';
|
|
164
185
|
export * from './getApiV1ReportsExportRiskDataReportParams';
|
|
165
186
|
export * from './getApiV1ReportsManagerReportParams';
|
|
166
187
|
export * from './getApiV1StaffParams';
|
|
167
188
|
export * from './getApiV1SystemManagementAppSettingsParams';
|
|
189
|
+
export * from './getApiV1TimeentriesParams';
|
|
168
190
|
export * from './getApiV1TipssCitationsSearchParams';
|
|
191
|
+
export * from './getApiV1UsersParams';
|
|
169
192
|
export * from './getApiV2MattersFieldsMetadataParams';
|
|
170
193
|
export * from './iCustomAttributeProvider';
|
|
171
194
|
export * from './iSelectableItem';
|
|
172
195
|
export * from './iSelectableItemValue';
|
|
173
196
|
export * from './indemnityReserveDto';
|
|
174
197
|
export * from './intPtr';
|
|
198
|
+
export * from './labelAndPeopleDto';
|
|
199
|
+
export * from './labelAndStaffDto';
|
|
200
|
+
export * from './labelAndVisibilityDto';
|
|
201
|
+
export * from './labelDto';
|
|
175
202
|
export * from './layoutItemDto';
|
|
176
203
|
export * from './layoutItemDtoType';
|
|
177
204
|
export * from './layoutKind';
|
|
@@ -183,6 +210,9 @@ export * from './matterAllegationDto';
|
|
|
183
210
|
export * from './matterAllegationDtoPaginatedResultDto';
|
|
184
211
|
export * from './matterAllegationStageDto';
|
|
185
212
|
export * from './matterAllegationStageDtoPaginatedResultDto';
|
|
213
|
+
export * from './matterArchiveRemarksDto';
|
|
214
|
+
export * from './matterDispositionPatchDto';
|
|
215
|
+
export * from './matterDispositionTextDto';
|
|
186
216
|
export * from './matterDto';
|
|
187
217
|
export * from './matterFieldDefinitionDto';
|
|
188
218
|
export * from './matterFieldMetadataDto';
|
|
@@ -202,6 +232,8 @@ export * from './matterPersonRelationDto';
|
|
|
202
232
|
export * from './matterSearchCriteriaDto';
|
|
203
233
|
export * from './matterSearchHitsRequestDto';
|
|
204
234
|
export * from './matterSearchRequestDto';
|
|
235
|
+
export * from './matterStatusPatchDto';
|
|
236
|
+
export * from './matterStatusTextDto';
|
|
205
237
|
export * from './memberInfo';
|
|
206
238
|
export * from './memberTypes';
|
|
207
239
|
export * from './methodAttributes';
|
|
@@ -235,15 +267,18 @@ export * from './postApiV1Codes400Two';
|
|
|
235
267
|
export * from './postApiV1MattersParams';
|
|
236
268
|
export * from './postApiV1PeopleSearchParams';
|
|
237
269
|
export * from './postApiV1TipssGreenFormSyncParams';
|
|
270
|
+
export * from './potdDto';
|
|
238
271
|
export * from './problemDetails';
|
|
239
272
|
export * from './propertyAttributes';
|
|
240
273
|
export * from './propertyInfo';
|
|
274
|
+
export * from './roleDto';
|
|
241
275
|
export * from './runtimeFieldHandle';
|
|
242
276
|
export * from './runtimeMethodHandle';
|
|
243
277
|
export * from './runtimeTypeHandle';
|
|
244
278
|
export * from './searchCitationHitDto';
|
|
245
279
|
export * from './searchCitationHitDtoPaginatedResultDto';
|
|
246
280
|
export * from './securityRuleSet';
|
|
281
|
+
export * from './selectOptionDto';
|
|
247
282
|
export * from './selectableItemDto';
|
|
248
283
|
export * from './selectableItemDtoValue';
|
|
249
284
|
export * from './settlementDto';
|
|
@@ -253,15 +288,28 @@ export * from './stageDispositionMappingDto';
|
|
|
253
288
|
export * from './stageDispositionMappingDtoPaginatedResultDto';
|
|
254
289
|
export * from './structLayoutAttribute';
|
|
255
290
|
export * from './structLayoutAttributeTypeId';
|
|
291
|
+
export * from './systemAccountsDto';
|
|
292
|
+
export * from './systemDepartmentsDto';
|
|
293
|
+
export * from './timeEntryViewDto';
|
|
256
294
|
export * from './tipssSyncRequestDto';
|
|
257
295
|
export * from './tipssSyncResponseDto';
|
|
296
|
+
export * from './tracksViewDto';
|
|
258
297
|
export * from './type';
|
|
259
298
|
export * from './typeAttributes';
|
|
260
299
|
export * from './typeInfo';
|
|
261
300
|
export * from './updateFormDefinitionDto';
|
|
301
|
+
export * from './updateFormDefinitionDtoDestination';
|
|
262
302
|
export * from './updateFormDefinitionDtoSubmitterIdentity';
|
|
303
|
+
export * from './updateSelfProfileDto';
|
|
304
|
+
export * from './updateUserDto';
|
|
305
|
+
export * from './userDto';
|
|
306
|
+
export * from './userDtoCursorPagedResultDto';
|
|
263
307
|
export * from './validationProblemDetails';
|
|
264
308
|
export * from './validationProblemDetailsErrors';
|
|
309
|
+
export * from './viewCodeDto';
|
|
310
|
+
export * from './viewCodeWithTypeDto';
|
|
311
|
+
export * from './viewStaffDto';
|
|
312
|
+
export * from './viewStaffWithTypeDto';
|
|
265
313
|
export * from './wrpAssignmentMatterResponseDto';
|
|
266
314
|
export * from './wrpBrandingDto';
|
|
267
315
|
export * from './wrpConfigDto';
|
|
@@ -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';
|
|
@@ -33,6 +34,7 @@ export * from './allegationStageDtoPaginatedResultDto';
|
|
|
33
34
|
export * from './allegationSubCodeDto';
|
|
34
35
|
export * from './allegationSubCodeDtoPaginatedResultDto';
|
|
35
36
|
export * from './assembly';
|
|
37
|
+
export * from './assignRolesDto';
|
|
36
38
|
export * from './bulkMatterAllegationStageRowDto';
|
|
37
39
|
export * from './bulkMatterAllegationStageRowDtoPaginatedResultDto';
|
|
38
40
|
export * from './callingConventions';
|
|
@@ -41,6 +43,7 @@ export * from './confidentialFooterDto';
|
|
|
41
43
|
export * from './constructorInfo';
|
|
42
44
|
export * from './contractCounselDto';
|
|
43
45
|
export * from './contractCounselDtoPaginatedResultDto';
|
|
46
|
+
export * from './councilDistrictsViewDto';
|
|
44
47
|
export * from './createAllegationDesiredOutcomeDto';
|
|
45
48
|
export * from './createAllegationDto';
|
|
46
49
|
export * from './createAllegationIssueDetailsDto';
|
|
@@ -53,6 +56,7 @@ export * from './createCtyLawDto';
|
|
|
53
56
|
export * from './createExpenseReserveDto';
|
|
54
57
|
export * from './createExpertWitnessDto';
|
|
55
58
|
export * from './createFormDefinitionDto';
|
|
59
|
+
export * from './createFormDefinitionDtoDestination';
|
|
56
60
|
export * from './createFormDefinitionDtoSubmitterIdentity';
|
|
57
61
|
export * from './createFormSubmissionDto';
|
|
58
62
|
export * from './createFormSubmissionDtoFieldValues';
|
|
@@ -66,8 +70,10 @@ export * from './createMatterDto';
|
|
|
66
70
|
export * from './createMatterFormLayoutDto';
|
|
67
71
|
export * from './createPaymentDto';
|
|
68
72
|
export * from './createSettlementDto';
|
|
73
|
+
export * from './createStaffPayloadDto';
|
|
69
74
|
export * from './createStageDispositionMappingDto';
|
|
70
75
|
export * from './createUpdateFieldDefinitionDto';
|
|
76
|
+
export * from './createUpdateFieldDefinitionDtoFormat';
|
|
71
77
|
export * from './createUpdateFieldDefinitionDtoInputType';
|
|
72
78
|
export * from './createUpdateFieldDefinitionDtoValueDestination';
|
|
73
79
|
export * from './createUpdateFormElementDto';
|
|
@@ -80,6 +86,9 @@ export * from './createUpdateFormFieldRuleDtoTargetType';
|
|
|
80
86
|
export * from './createUpdateFormSubmissionActionDto';
|
|
81
87
|
export * from './createUpdateFormSubmissionActionDtoAction';
|
|
82
88
|
export * from './createUpdateFormSubmissionActionDtoEmailBody';
|
|
89
|
+
export * from './createUpdateFormSubmissionActionDtoRecipientMode';
|
|
90
|
+
export * from './createUserDto';
|
|
91
|
+
export * from './createUserDtoMode';
|
|
83
92
|
export * from './createWrpAssignmentMatterDto';
|
|
84
93
|
export * from './ctyLawDto';
|
|
85
94
|
export * from './customAttributeData';
|
|
@@ -87,6 +96,10 @@ export * from './customAttributeNamedArgument';
|
|
|
87
96
|
export * from './customAttributeTypedArgument';
|
|
88
97
|
export * from './customAttributeTypedArgumentValue';
|
|
89
98
|
export * from './deleteApiV1MattersMatterIdParams';
|
|
99
|
+
export * from './documentSearchCriteriaDto';
|
|
100
|
+
export * from './documentSearchResponseDto';
|
|
101
|
+
export * from './documentSearchResultDto';
|
|
102
|
+
export * from './emailSubjectDto';
|
|
90
103
|
export * from './eventAttributes';
|
|
91
104
|
export * from './eventInfo';
|
|
92
105
|
export * from './exception';
|
|
@@ -98,15 +111,20 @@ export * from './expertWitnessDtoPaginatedResultDto';
|
|
|
98
111
|
export * from './fieldAttributes';
|
|
99
112
|
export * from './fieldDefinitionDto';
|
|
100
113
|
export * from './fieldDefinitionDtoCursorPagedResultDto';
|
|
114
|
+
export * from './fieldDefinitionDtoFormat';
|
|
101
115
|
export * from './fieldDefinitionDtoInputType';
|
|
102
116
|
export * from './fieldDefinitionDtoValueDestination';
|
|
103
117
|
export * from './fieldDto';
|
|
104
118
|
export * from './fieldInfo';
|
|
105
119
|
export * from './fieldMetadataDto';
|
|
120
|
+
export * from './fileLimitsDto';
|
|
121
|
+
export * from './fileUploadResultDto';
|
|
106
122
|
export * from './formDefinitionDto';
|
|
107
123
|
export * from './formDefinitionDtoCursorPagedResultDto';
|
|
124
|
+
export * from './formDefinitionDtoDestination';
|
|
108
125
|
export * from './formDefinitionDtoSubmitterIdentity';
|
|
109
126
|
export * from './formDefinitionFullDto';
|
|
127
|
+
export * from './formDefinitionFullDtoDestination';
|
|
110
128
|
export * from './formDefinitionFullDtoSubmitterIdentity';
|
|
111
129
|
export * from './formElementDto';
|
|
112
130
|
export * from './formElementDtoCardIcon';
|
|
@@ -123,6 +141,7 @@ export * from './formSubmissionActionDto';
|
|
|
123
141
|
export * from './formSubmissionActionDtoAction';
|
|
124
142
|
export * from './formSubmissionActionDtoEmailBody';
|
|
125
143
|
export * from './formSubmissionActionDtoListResultDto';
|
|
144
|
+
export * from './formSubmissionActionDtoRecipientMode';
|
|
126
145
|
export * from './formSubmissionDto';
|
|
127
146
|
export * from './formSubmissionDtoCursorPagedResultDto';
|
|
128
147
|
export * from './formSubmissionDtoFieldValues';
|
|
@@ -138,6 +157,7 @@ export * from './getApiV1AllegationsStageDispositionsParams';
|
|
|
138
157
|
export * from './getApiV1AllegationsStagesDispositionMappingsParams';
|
|
139
158
|
export * from './getApiV1AllegationsStagesParams';
|
|
140
159
|
export * from './getApiV1AllegationsSubcodesParams';
|
|
160
|
+
export * from './getApiV1CodesDispositionsModuleCodeParams';
|
|
141
161
|
export * from './getApiV1CodesParams';
|
|
142
162
|
export * from './getApiV1FieldDefinitionsParams';
|
|
143
163
|
export * from './getApiV1FormDefinitionsFormIdRulesParams';
|
|
@@ -161,17 +181,24 @@ export * from './getApiV1MattersMatterIdFinanceExpendituresSettlementsParams';
|
|
|
161
181
|
export * from './getApiV1MattersMatterIdFinanceReservesExpensesParams';
|
|
162
182
|
export * from './getApiV1MattersMyOpenParams';
|
|
163
183
|
export * from './getApiV1MattersNextFileNumberParams';
|
|
184
|
+
export * from './getApiV1PeopleStaffModuleCodeParams';
|
|
164
185
|
export * from './getApiV1ReportsExportRiskDataReportParams';
|
|
165
186
|
export * from './getApiV1ReportsManagerReportParams';
|
|
166
187
|
export * from './getApiV1StaffParams';
|
|
167
188
|
export * from './getApiV1SystemManagementAppSettingsParams';
|
|
189
|
+
export * from './getApiV1TimeentriesParams';
|
|
168
190
|
export * from './getApiV1TipssCitationsSearchParams';
|
|
191
|
+
export * from './getApiV1UsersParams';
|
|
169
192
|
export * from './getApiV2MattersFieldsMetadataParams';
|
|
170
193
|
export * from './iCustomAttributeProvider';
|
|
171
194
|
export * from './iSelectableItem';
|
|
172
195
|
export * from './iSelectableItemValue';
|
|
173
196
|
export * from './indemnityReserveDto';
|
|
174
197
|
export * from './intPtr';
|
|
198
|
+
export * from './labelAndPeopleDto';
|
|
199
|
+
export * from './labelAndStaffDto';
|
|
200
|
+
export * from './labelAndVisibilityDto';
|
|
201
|
+
export * from './labelDto';
|
|
175
202
|
export * from './layoutItemDto';
|
|
176
203
|
export * from './layoutItemDtoType';
|
|
177
204
|
export * from './layoutKind';
|
|
@@ -183,6 +210,9 @@ export * from './matterAllegationDto';
|
|
|
183
210
|
export * from './matterAllegationDtoPaginatedResultDto';
|
|
184
211
|
export * from './matterAllegationStageDto';
|
|
185
212
|
export * from './matterAllegationStageDtoPaginatedResultDto';
|
|
213
|
+
export * from './matterArchiveRemarksDto';
|
|
214
|
+
export * from './matterDispositionPatchDto';
|
|
215
|
+
export * from './matterDispositionTextDto';
|
|
186
216
|
export * from './matterDto';
|
|
187
217
|
export * from './matterFieldDefinitionDto';
|
|
188
218
|
export * from './matterFieldMetadataDto';
|
|
@@ -202,6 +232,8 @@ export * from './matterPersonRelationDto';
|
|
|
202
232
|
export * from './matterSearchCriteriaDto';
|
|
203
233
|
export * from './matterSearchHitsRequestDto';
|
|
204
234
|
export * from './matterSearchRequestDto';
|
|
235
|
+
export * from './matterStatusPatchDto';
|
|
236
|
+
export * from './matterStatusTextDto';
|
|
205
237
|
export * from './memberInfo';
|
|
206
238
|
export * from './memberTypes';
|
|
207
239
|
export * from './methodAttributes';
|
|
@@ -235,15 +267,18 @@ export * from './postApiV1Codes400Two';
|
|
|
235
267
|
export * from './postApiV1MattersParams';
|
|
236
268
|
export * from './postApiV1PeopleSearchParams';
|
|
237
269
|
export * from './postApiV1TipssGreenFormSyncParams';
|
|
270
|
+
export * from './potdDto';
|
|
238
271
|
export * from './problemDetails';
|
|
239
272
|
export * from './propertyAttributes';
|
|
240
273
|
export * from './propertyInfo';
|
|
274
|
+
export * from './roleDto';
|
|
241
275
|
export * from './runtimeFieldHandle';
|
|
242
276
|
export * from './runtimeMethodHandle';
|
|
243
277
|
export * from './runtimeTypeHandle';
|
|
244
278
|
export * from './searchCitationHitDto';
|
|
245
279
|
export * from './searchCitationHitDtoPaginatedResultDto';
|
|
246
280
|
export * from './securityRuleSet';
|
|
281
|
+
export * from './selectOptionDto';
|
|
247
282
|
export * from './selectableItemDto';
|
|
248
283
|
export * from './selectableItemDtoValue';
|
|
249
284
|
export * from './settlementDto';
|
|
@@ -253,15 +288,28 @@ export * from './stageDispositionMappingDto';
|
|
|
253
288
|
export * from './stageDispositionMappingDtoPaginatedResultDto';
|
|
254
289
|
export * from './structLayoutAttribute';
|
|
255
290
|
export * from './structLayoutAttributeTypeId';
|
|
291
|
+
export * from './systemAccountsDto';
|
|
292
|
+
export * from './systemDepartmentsDto';
|
|
293
|
+
export * from './timeEntryViewDto';
|
|
256
294
|
export * from './tipssSyncRequestDto';
|
|
257
295
|
export * from './tipssSyncResponseDto';
|
|
296
|
+
export * from './tracksViewDto';
|
|
258
297
|
export * from './type';
|
|
259
298
|
export * from './typeAttributes';
|
|
260
299
|
export * from './typeInfo';
|
|
261
300
|
export * from './updateFormDefinitionDto';
|
|
301
|
+
export * from './updateFormDefinitionDtoDestination';
|
|
262
302
|
export * from './updateFormDefinitionDtoSubmitterIdentity';
|
|
303
|
+
export * from './updateSelfProfileDto';
|
|
304
|
+
export * from './updateUserDto';
|
|
305
|
+
export * from './userDto';
|
|
306
|
+
export * from './userDtoCursorPagedResultDto';
|
|
263
307
|
export * from './validationProblemDetails';
|
|
264
308
|
export * from './validationProblemDetailsErrors';
|
|
309
|
+
export * from './viewCodeDto';
|
|
310
|
+
export * from './viewCodeWithTypeDto';
|
|
311
|
+
export * from './viewStaffDto';
|
|
312
|
+
export * from './viewStaffWithTypeDto';
|
|
265
313
|
export * from './wrpAssignmentMatterResponseDto';
|
|
266
314
|
export * from './wrpBrandingDto';
|
|
267
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 {};
|