@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.
Files changed (123) hide show
  1. package/dist/generated/mackinac.client.d.ts +350 -14
  2. package/dist/generated/mackinac.client.js +804 -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/assignRolesDto.d.ts +24 -0
  8. package/dist/generated/models/assignRolesDto.js +17 -0
  9. package/dist/generated/models/councilDistrictsViewDto.d.ts +28 -0
  10. package/dist/generated/models/councilDistrictsViewDto.js +1 -0
  11. package/dist/generated/models/createFormDefinitionDto.d.ts +5 -0
  12. package/dist/generated/models/createFormDefinitionDtoDestination.d.ts +23 -0
  13. package/dist/generated/models/createFormDefinitionDtoDestination.js +20 -0
  14. package/dist/generated/models/createStaffPayloadDto.d.ts +45 -0
  15. package/dist/generated/models/createStaffPayloadDto.js +17 -0
  16. package/dist/generated/models/createUpdateFieldDefinitionDto.d.ts +7 -1
  17. package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.d.ts +25 -0
  18. package/dist/generated/models/createUpdateFieldDefinitionDtoFormat.js +22 -0
  19. package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.d.ts +1 -0
  20. package/dist/generated/models/createUpdateFieldDefinitionDtoInputType.js +1 -0
  21. package/dist/generated/models/createUpdateFormFieldRuleDto.d.ts +0 -2
  22. package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.d.ts +0 -1
  23. package/dist/generated/models/createUpdateFormFieldRuleDtoEffect.js +0 -1
  24. package/dist/generated/models/createUpdateFormSubmissionActionDto.d.ts +3 -0
  25. package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.d.ts +24 -0
  26. package/dist/generated/models/createUpdateFormSubmissionActionDtoRecipientMode.js +21 -0
  27. package/dist/generated/models/createUserDto.d.ts +47 -0
  28. package/dist/generated/models/createUserDto.js +1 -0
  29. package/dist/generated/models/createUserDtoMode.d.ts +24 -0
  30. package/dist/generated/models/createUserDtoMode.js +21 -0
  31. package/dist/generated/models/documentSearchCriteriaDto.d.ts +50 -0
  32. package/dist/generated/models/documentSearchCriteriaDto.js +17 -0
  33. package/dist/generated/models/documentSearchResponseDto.d.ts +27 -0
  34. package/dist/generated/models/documentSearchResponseDto.js +1 -0
  35. package/dist/generated/models/documentSearchResultDto.d.ts +46 -0
  36. package/dist/generated/models/documentSearchResultDto.js +17 -0
  37. package/dist/generated/models/emailSubjectDto.d.ts +23 -0
  38. package/dist/generated/models/emailSubjectDto.js +17 -0
  39. package/dist/generated/models/fieldDefinitionDto.d.ts +7 -1
  40. package/dist/generated/models/fieldDefinitionDtoFormat.d.ts +25 -0
  41. package/dist/generated/models/fieldDefinitionDtoFormat.js +22 -0
  42. package/dist/generated/models/fieldDefinitionDtoInputType.d.ts +1 -0
  43. package/dist/generated/models/fieldDefinitionDtoInputType.js +1 -0
  44. package/dist/generated/models/fileLimitsDto.d.ts +21 -0
  45. package/dist/generated/models/fileLimitsDto.js +17 -0
  46. package/dist/generated/models/fileUploadResultDto.d.ts +33 -0
  47. package/dist/generated/models/fileUploadResultDto.js +17 -0
  48. package/dist/generated/models/formDefinitionDto.d.ts +5 -0
  49. package/dist/generated/models/formDefinitionDtoDestination.d.ts +23 -0
  50. package/dist/generated/models/formDefinitionDtoDestination.js +20 -0
  51. package/dist/generated/models/formDefinitionFullDto.d.ts +5 -0
  52. package/dist/generated/models/formDefinitionFullDtoDestination.d.ts +23 -0
  53. package/dist/generated/models/formDefinitionFullDtoDestination.js +20 -0
  54. package/dist/generated/models/formFieldRuleDto.d.ts +0 -2
  55. package/dist/generated/models/formFieldRuleDtoEffect.d.ts +0 -1
  56. package/dist/generated/models/formFieldRuleDtoEffect.js +0 -1
  57. package/dist/generated/models/formSubmissionActionDto.d.ts +3 -0
  58. package/dist/generated/models/formSubmissionActionDtoRecipientMode.d.ts +24 -0
  59. package/dist/generated/models/formSubmissionActionDtoRecipientMode.js +21 -0
  60. package/dist/generated/models/formSubmissionDto.d.ts +6 -0
  61. package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.d.ts +19 -0
  62. package/dist/generated/models/getApiV1CodesDispositionsModuleCodeParams.js +17 -0
  63. package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.d.ts +19 -0
  64. package/dist/generated/models/getApiV1PeopleStaffModuleCodeParams.js +17 -0
  65. package/dist/generated/models/getApiV1TimeentriesParams.d.ts +22 -0
  66. package/dist/generated/models/getApiV1TimeentriesParams.js +17 -0
  67. package/dist/generated/models/getApiV1UsersParams.d.ts +23 -0
  68. package/dist/generated/models/getApiV1UsersParams.js +17 -0
  69. package/dist/generated/models/index.d.ts +48 -0
  70. package/dist/generated/models/index.js +48 -0
  71. package/dist/generated/models/labelAndPeopleDto.d.ts +27 -0
  72. package/dist/generated/models/labelAndPeopleDto.js +1 -0
  73. package/dist/generated/models/labelAndStaffDto.d.ts +26 -0
  74. package/dist/generated/models/labelAndStaffDto.js +1 -0
  75. package/dist/generated/models/labelAndVisibilityDto.d.ts +24 -0
  76. package/dist/generated/models/labelAndVisibilityDto.js +17 -0
  77. package/dist/generated/models/labelDto.d.ts +23 -0
  78. package/dist/generated/models/labelDto.js +17 -0
  79. package/dist/generated/models/matterArchiveRemarksDto.d.ts +30 -0
  80. package/dist/generated/models/matterArchiveRemarksDto.js +17 -0
  81. package/dist/generated/models/matterDispositionPatchDto.d.ts +23 -0
  82. package/dist/generated/models/matterDispositionPatchDto.js +17 -0
  83. package/dist/generated/models/matterDispositionTextDto.d.ts +23 -0
  84. package/dist/generated/models/matterDispositionTextDto.js +17 -0
  85. package/dist/generated/models/matterDto.d.ts +2 -1
  86. package/dist/generated/models/matterStatusPatchDto.d.ts +23 -0
  87. package/dist/generated/models/matterStatusPatchDto.js +17 -0
  88. package/dist/generated/models/matterStatusTextDto.d.ts +23 -0
  89. package/dist/generated/models/matterStatusTextDto.js +17 -0
  90. package/dist/generated/models/potdDto.d.ts +23 -0
  91. package/dist/generated/models/potdDto.js +17 -0
  92. package/dist/generated/models/roleDto.d.ts +29 -0
  93. package/dist/generated/models/roleDto.js +17 -0
  94. package/dist/generated/models/selectOptionDto.d.ts +22 -0
  95. package/dist/generated/models/selectOptionDto.js +17 -0
  96. package/dist/generated/models/systemAccountsDto.d.ts +27 -0
  97. package/dist/generated/models/systemAccountsDto.js +1 -0
  98. package/dist/generated/models/systemDepartmentsDto.d.ts +27 -0
  99. package/dist/generated/models/systemDepartmentsDto.js +1 -0
  100. package/dist/generated/models/timeEntryViewDto.d.ts +57 -0
  101. package/dist/generated/models/timeEntryViewDto.js +17 -0
  102. package/dist/generated/models/tracksViewDto.d.ts +27 -0
  103. package/dist/generated/models/tracksViewDto.js +1 -0
  104. package/dist/generated/models/updateFormDefinitionDto.d.ts +5 -0
  105. package/dist/generated/models/updateFormDefinitionDtoDestination.d.ts +23 -0
  106. package/dist/generated/models/updateFormDefinitionDtoDestination.js +20 -0
  107. package/dist/generated/models/updateSelfProfileDto.d.ts +27 -0
  108. package/dist/generated/models/updateSelfProfileDto.js +17 -0
  109. package/dist/generated/models/updateUserDto.d.ts +46 -0
  110. package/dist/generated/models/updateUserDto.js +17 -0
  111. package/dist/generated/models/userDto.d.ts +49 -0
  112. package/dist/generated/models/userDto.js +17 -0
  113. package/dist/generated/models/userDtoCursorPagedResultDto.d.ts +23 -0
  114. package/dist/generated/models/userDtoCursorPagedResultDto.js +1 -0
  115. package/dist/generated/models/viewCodeDto.d.ts +28 -0
  116. package/dist/generated/models/viewCodeDto.js +17 -0
  117. package/dist/generated/models/viewCodeWithTypeDto.d.ts +31 -0
  118. package/dist/generated/models/viewCodeWithTypeDto.js +17 -0
  119. package/dist/generated/models/viewStaffDto.d.ts +26 -0
  120. package/dist/generated/models/viewStaffDto.js +17 -0
  121. package/dist/generated/models/viewStaffWithTypeDto.d.ts +28 -0
  122. package/dist/generated/models/viewStaffWithTypeDto.js +17 -0
  123. 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
+ /**
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 {};
@@ -442,7 +442,8 @@ export interface MatterDto {
442
442
  */
443
443
  shortDescription?: string | null;
444
444
  /**
445
- * MEMOS (TableName=BASE, Name=DESCRIPTION)
445
+ * MEMOS (TableName=BASE, Name=DESCRIPTION). Rich text — TipTap-compatible HTML.
446
+ Field metadata reports `FieldType = "Html"`; clients should render via an HTML viewer.
446
447
  * @nullable
447
448
  */
448
449
  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 {};
@@ -0,0 +1,29 @@
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
+ * An Auth0 role (tenant-level definition). Roles are statically defined in
19
+ the Auth0 dashboard per the RBAC v1 spec; Mackinac surfaces them so CLNG
20
+ can render an assignment picker.
21
+ */
22
+ export interface RoleDto {
23
+ /** @nullable */
24
+ id?: string | null;
25
+ /** @nullable */
26
+ name?: string | null;
27
+ /** @nullable */
28
+ description?: string | null;
29
+ }
@@ -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,22 @@
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 interface SelectOptionDto {
18
+ /** @nullable */
19
+ value?: string | null;
20
+ /** @nullable */
21
+ label?: string | null;
22
+ }
@@ -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,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 { AddsDeptDto } from './addsDeptDto';
18
+ /**
19
+ * Response for `/api/v1/system/accounts`. Wraps the account list with the
20
+ configurable label from `CTYLAW` (`system/adesc_long`).
21
+ */
22
+ export interface SystemAccountsDto {
23
+ /** @nullable */
24
+ label?: string | null;
25
+ /** @nullable */
26
+ accounts?: AddsDeptDto[] | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -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 { AddsDeptDto } from './addsDeptDto';
18
+ /**
19
+ * Response for `/api/v1/system/departments`. Wraps the department list with
20
+ the configurable label from `CTYLAW` (`system/ddesc_long`).
21
+ */
22
+ export interface SystemDepartmentsDto {
23
+ /** @nullable */
24
+ label?: string | null;
25
+ /** @nullable */
26
+ departments?: AddsDeptDto[] | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,57 @@
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
+ * Time entry row returned by `/api/v1/timeentries`. Mirrors the
19
+ `dbo.SelectTATimeByStaff` stored-procedure result (distinct from the
20
+ thinner MackinacService.DTOs.TimeEntryDto which maps the TIMASTER table directly).
21
+ */
22
+ export interface TimeEntryViewDto {
23
+ /** @nullable */
24
+ timasterId?: number | null;
25
+ /** @nullable */
26
+ matterId?: number | null;
27
+ /** @nullable */
28
+ category?: string | null;
29
+ /** @nullable */
30
+ hours?: number | null;
31
+ /** @nullable */
32
+ staff?: string | null;
33
+ /** @nullable */
34
+ staffName?: string | null;
35
+ /** @nullable */
36
+ acctNo?: string | null;
37
+ /** @nullable */
38
+ adds?: string | null;
39
+ /** @nullable */
40
+ effDate?: string | null;
41
+ /** @nullable */
42
+ descrip?: string | null;
43
+ /** @nullable */
44
+ title?: string | null;
45
+ /** @nullable */
46
+ caseNo?: string | null;
47
+ /** @nullable */
48
+ origAmt?: number | null;
49
+ /** @nullable */
50
+ billedAmt?: number | null;
51
+ /** @nullable */
52
+ team?: string | null;
53
+ /** @nullable */
54
+ addsDesc?: string | null;
55
+ /** @nullable */
56
+ acctDesc?: string | null;
57
+ }
@@ -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,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 { ViewCodeDto } from './viewCodeDto';
18
+ /**
19
+ * Response wrapper for `/api/v1/codes/tracks/{moduleCode}`. Includes the
20
+ configurable label pulled from `CTYLAW` alongside the code list.
21
+ */
22
+ export interface TracksViewDto {
23
+ /** @nullable */
24
+ label?: string | null;
25
+ /** @nullable */
26
+ codes?: ViewCodeDto[] | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -15,6 +15,7 @@
15
15
  * OpenAPI spec version: v1
16
16
  */
17
17
  import type { UpdateFormDefinitionDtoSubmitterIdentity } from './updateFormDefinitionDtoSubmitterIdentity';
18
+ import type { UpdateFormDefinitionDtoDestination } from './updateFormDefinitionDtoDestination';
18
19
  import type { LayoutItemDto } from './layoutItemDto';
19
20
  export interface UpdateFormDefinitionDto {
20
21
  /**
@@ -26,5 +27,9 @@ export interface UpdateFormDefinitionDto {
26
27
  description?: string | null;
27
28
  /** @minLength 1 */
28
29
  submitterIdentity: UpdateFormDefinitionDtoSubmitterIdentity;
30
+ /** @nullable */
31
+ destination?: UpdateFormDefinitionDtoDestination;
32
+ /** @nullable */
33
+ displaySummaryFieldId?: string | null;
29
34
  layout: LayoutItemDto[];
30
35
  }
@@ -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
+ * @nullable
19
+ */
20
+ export type UpdateFormDefinitionDtoDestination = typeof UpdateFormDefinitionDtoDestination[keyof typeof UpdateFormDefinitionDtoDestination] | null;
21
+ export declare const UpdateFormDefinitionDtoDestination: {
22
+ readonly 'work-request-portal': "work-request-portal";
23
+ };
@@ -0,0 +1,20 @@
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
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
18
+ export const UpdateFormDefinitionDtoDestination = {
19
+ 'work-request-portal': 'work-request-portal',
20
+ };
@@ -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
+ /**
18
+ * Self-service profile edit (PUT /api/v1/users/me). Visible to all
19
+ authenticated users, no admin permission required.
20
+ */
21
+ export interface UpdateSelfProfileDto {
22
+ /**
23
+ * @minLength 0
24
+ * @maxLength 60
25
+ */
26
+ displayName: string;
27
+ }
@@ -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,46 @@
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
+ * Admin profile edit. Any field left null is left unchanged. Email and
19
+ displayName propagate to Auth0; staff fields propagate to the Staff row.
20
+ */
21
+ export interface UpdateUserDto {
22
+ /**
23
+ * @minLength 0
24
+ * @maxLength 60
25
+ * @nullable
26
+ */
27
+ email?: string | null;
28
+ /**
29
+ * @minLength 0
30
+ * @maxLength 60
31
+ * @nullable
32
+ */
33
+ displayName?: string | null;
34
+ /**
35
+ * @minLength 0
36
+ * @maxLength 60
37
+ * @nullable
38
+ */
39
+ staffName?: string | null;
40
+ /**
41
+ * @minLength 0
42
+ * @maxLength 60
43
+ * @nullable
44
+ */
45
+ title?: string | null;
46
+ }
@@ -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 {};