@cycomdatasystems/mackinac-sdk 3.1.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,8 @@ export interface FieldDefinitionDto {
9
9
  /** @nullable */
10
10
  fieldName: string | null;
11
11
  /** @nullable */
12
+ apiFieldName?: string | null;
13
+ /** @nullable */
12
14
  label?: string | null;
13
15
  /** @nullable */
14
16
  fieldType?: string | null;
@@ -5,6 +5,7 @@
5
5
  * Mackinac API - feature parity with Golden Gate
6
6
  * OpenAPI spec version: v1
7
7
  */
8
+ import type { ISelectableItemValue } from './iSelectableItemValue';
8
9
  export interface ISelectableItem {
9
10
  readonly id?: number;
10
11
  /** @nullable */
@@ -12,6 +13,6 @@ export interface ISelectableItem {
12
13
  /** @nullable */
13
14
  readonly displayCode?: string | null;
14
15
  /** @nullable */
15
- readonly value?: string | null;
16
+ readonly value?: ISelectableItemValue;
16
17
  readonly isActive?: boolean;
17
18
  }
@@ -1,8 +1 @@
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
- * OpenAPI spec version: v1
7
- */
8
1
  export {};
@@ -0,0 +1,11 @@
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
+ * OpenAPI spec version: v1
7
+ */
8
+ /**
9
+ * @nullable
10
+ */
11
+ export type ISelectableItemValue = unknown | null;
@@ -0,0 +1,8 @@
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
+ * OpenAPI spec version: v1
7
+ */
8
+ export {};
@@ -106,6 +106,7 @@ export * from './getApiV1TipssCitationsSearchParams';
106
106
  export * from './getApiV2MattersFieldsMetadataParams';
107
107
  export * from './iCustomAttributeProvider';
108
108
  export * from './iSelectableItem';
109
+ export * from './iSelectableItemValue';
109
110
  export * from './indemnityReserveDto';
110
111
  export * from './intPtr';
111
112
  export * from './layoutKind';
@@ -176,6 +177,7 @@ export * from './searchCitationHitDto';
176
177
  export * from './searchCitationHitDtoPaginatedResultDto';
177
178
  export * from './securityRuleSet';
178
179
  export * from './selectableItemDto';
180
+ export * from './selectableItemDtoValue';
179
181
  export * from './settlementDto';
180
182
  export * from './settlementDtoPaginatedResultDto';
181
183
  export * from './staffDto';
@@ -106,6 +106,7 @@ export * from './getApiV1TipssCitationsSearchParams';
106
106
  export * from './getApiV2MattersFieldsMetadataParams';
107
107
  export * from './iCustomAttributeProvider';
108
108
  export * from './iSelectableItem';
109
+ export * from './iSelectableItemValue';
109
110
  export * from './indemnityReserveDto';
110
111
  export * from './intPtr';
111
112
  export * from './layoutKind';
@@ -176,6 +177,7 @@ export * from './searchCitationHitDto';
176
177
  export * from './searchCitationHitDtoPaginatedResultDto';
177
178
  export * from './securityRuleSet';
178
179
  export * from './selectableItemDto';
180
+ export * from './selectableItemDtoValue';
179
181
  export * from './settlementDto';
180
182
  export * from './settlementDtoPaginatedResultDto';
181
183
  export * from './staffDto';
@@ -286,6 +286,8 @@ export interface MatterDto {
286
286
  * @nullable
287
287
  */
288
288
  shortDescription?: string | null;
289
+ /** @nullable */
290
+ description?: string | null;
289
291
  /**
290
292
  * @minLength 0
291
293
  * @maxLength 6
@@ -5,6 +5,7 @@
5
5
  * Mackinac API - feature parity with Golden Gate
6
6
  * OpenAPI spec version: v1
7
7
  */
8
+ import type { SelectableItemDtoValue } from './selectableItemDtoValue';
8
9
  export interface SelectableItemDto {
9
10
  id?: number;
10
11
  /** @nullable */
@@ -12,6 +13,6 @@ export interface SelectableItemDto {
12
13
  /** @nullable */
13
14
  displayCode?: string | null;
14
15
  /** @nullable */
15
- value?: string | null;
16
+ value?: SelectableItemDtoValue;
16
17
  isActive?: boolean;
17
18
  }
@@ -1,8 +1 @@
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
- * OpenAPI spec version: v1
7
- */
8
1
  export {};
@@ -0,0 +1,11 @@
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
+ * OpenAPI spec version: v1
7
+ */
8
+ /**
9
+ * @nullable
10
+ */
11
+ export type SelectableItemDtoValue = unknown | null;
@@ -0,0 +1,8 @@
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
+ * OpenAPI spec version: v1
7
+ */
8
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cycomdatasystems/mackinac-sdk",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "description": "A shared TypeScript client for the Mackinac API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,6 +8,7 @@
8
8
  "build": "tsc -p tsconfig.json",
9
9
  "orval": "orval",
10
10
  "orval:watch": "orval --watch",
11
+ "docs": "typedoc",
11
12
  "prepare": "npm run orval && npm run build"
12
13
  },
13
14
  "files": [
@@ -25,6 +26,7 @@
25
26
  "devDependencies": {
26
27
  "@orval/fetch": "^7.17.0",
27
28
  "orval": "^7.17.0",
29
+ "typedoc": "^0.28.19",
28
30
  "typescript": "^5.9.3"
29
31
  },
30
32
  "publishConfig": {