@automateinc/fleet-types 1.0.94-dev.5dc13b4 → 1.0.95
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/.vscode/settings.json +10 -10
- package/biome.json +2 -1
- package/dist/types/client-request-category-field.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/phone-admin-snapshot.d.ts +1 -1
- package/dist/types/schedule-draft.d.ts +1 -0
- package/dist/types/scheduling-requirement.d.ts +1 -1
- package/dist/types/structured-content-collapse-node.d.ts +1 -1
- package/dist/types/structured-content-link-node.d.ts +1 -1
- package/dist/types/structured-content-node-layout.d.ts +5 -3
- package/dist/types/structured-content-space-node.d.ts +1 -1
- package/dist/types/structured-content-table-boolean-column.d.ts +1 -1
- package/dist/types/structured-content-table-column-sort-config.d.ts +1 -2
- package/dist/types/structured-content-table-date-column.d.ts +1 -1
- package/dist/types/structured-content-table-date-range-filter.d.ts +1 -1
- package/dist/types/structured-content-table-date-time-column.d.ts +1 -1
- package/dist/types/structured-content-table-link-column.d.ts +1 -1
- package/dist/types/structured-content-table-node.d.ts +1 -1
- package/dist/types/structured-content-table-number-column.d.ts +1 -1
- package/dist/types/structured-content-table-tag-column.d.ts +1 -1
- package/dist/types/structured-content-table-text-column.d.ts +1 -1
- package/dist/types/structured-content-table-time-column.d.ts +1 -1
- package/dist/types/structured-content-tag-node.d.ts +1 -1
- package/dist/types/structured-content-text-node.d.ts +1 -1
- package/dist/types/structured-content.d.ts +11 -11
- package/package.json +3 -3
package/.vscode/settings.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"[javascript]": {
|
|
3
3
|
"editor.codeActionsOnSave": {
|
|
4
|
-
"source.fixAll.biome": "
|
|
5
|
-
"source.organizeImports.biome": "
|
|
4
|
+
"source.fixAll.biome": "always",
|
|
5
|
+
"source.organizeImports.biome": "always"
|
|
6
6
|
},
|
|
7
7
|
"editor.defaultFormatter": "biomejs.biome"
|
|
8
8
|
},
|
|
9
9
|
"[javascriptreact]": {
|
|
10
10
|
"editor.codeActionsOnSave": {
|
|
11
|
-
"source.fixAll.biome": "
|
|
12
|
-
"source.organizeImports.biome": "
|
|
11
|
+
"source.fixAll.biome": "always",
|
|
12
|
+
"source.organizeImports.biome": "always"
|
|
13
13
|
},
|
|
14
14
|
"editor.defaultFormatter": "biomejs.biome"
|
|
15
15
|
},
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
},
|
|
25
25
|
"[typescript]": {
|
|
26
26
|
"editor.codeActionsOnSave": {
|
|
27
|
-
"source.fixAll.biome": "
|
|
28
|
-
"source.organizeImports.biome": "
|
|
27
|
+
"source.fixAll.biome": "always",
|
|
28
|
+
"source.organizeImports.biome": "always"
|
|
29
29
|
},
|
|
30
30
|
"editor.defaultFormatter": "biomejs.biome"
|
|
31
31
|
},
|
|
32
32
|
"[typescriptreact]": {
|
|
33
33
|
"editor.codeActionsOnSave": {
|
|
34
|
-
"source.fixAll.biome": "
|
|
35
|
-
"source.organizeImports.biome": "
|
|
34
|
+
"source.fixAll.biome": "always",
|
|
35
|
+
"source.organizeImports.biome": "always"
|
|
36
36
|
},
|
|
37
37
|
"editor.defaultFormatter": "biomejs.biome"
|
|
38
38
|
},
|
|
39
39
|
"biome.enabled": true,
|
|
40
40
|
"biome.lsp.bin": "./node_modules/.bin/biome",
|
|
41
41
|
"editor.codeActionsOnSave": {
|
|
42
|
-
"source.fixAll.biome": "
|
|
43
|
-
"source.organizeImports.biome": "
|
|
42
|
+
"source.fixAll.biome": "always",
|
|
43
|
+
"source.organizeImports.biome": "always"
|
|
44
44
|
},
|
|
45
45
|
"editor.defaultFormatter": "biomejs.biome",
|
|
46
46
|
"editor.formatOnSave": true
|
package/biome.json
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ export type PaginatedResponse<T> = {
|
|
|
33
33
|
totalPages: number;
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
export * from "./api-key";
|
|
37
36
|
export * from "./ai";
|
|
37
|
+
export * from "./api-key";
|
|
38
38
|
export * from "./asset";
|
|
39
39
|
export * from "./asset-category";
|
|
40
40
|
export * from "./asset-category-field";
|
|
@@ -190,13 +190,13 @@ export * from "./request-type";
|
|
|
190
190
|
export * from "./request-value";
|
|
191
191
|
export * from "./request-verification";
|
|
192
192
|
export * from "./restriction";
|
|
193
|
-
export * from "./scheduling-requirement";
|
|
194
193
|
export * from "./role";
|
|
195
194
|
export * from "./schedule";
|
|
196
195
|
export * from "./schedule-attendance";
|
|
197
196
|
export * from "./schedule-day-off";
|
|
198
197
|
export * from "./schedule-draft";
|
|
199
198
|
export * from "./schedule-site";
|
|
199
|
+
export * from "./scheduling-requirement";
|
|
200
200
|
export * from "./shift";
|
|
201
201
|
export * from "./shift-type";
|
|
202
202
|
export * from "./signing-mode";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IPhoneAdminAgent } from "./phone-admin-agent";
|
|
2
2
|
import type { IPhoneAdminQueue } from "./phone-admin-queue";
|
|
3
|
-
import type { IPhoneAdminSystemConfig } from "./phone-admin-system-config";
|
|
4
3
|
import type { IPhoneAdminSummary } from "./phone-admin-summary";
|
|
4
|
+
import type { IPhoneAdminSystemConfig } from "./phone-admin-system-config";
|
|
5
5
|
|
|
6
6
|
export interface IPhoneAdminSnapshot {
|
|
7
7
|
agents: IPhoneAdminAgent[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IGender } from "./gender";
|
|
2
1
|
import type { IEmployeeGroup } from "./employee-group";
|
|
3
2
|
import type { IEmployeeLabel } from "./employee-label";
|
|
3
|
+
import { IGender } from "./gender";
|
|
4
4
|
import type { IRole } from "./role";
|
|
5
5
|
|
|
6
6
|
export interface ISchedulingRequirement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { IStructuredContentNode } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentCollapseNode extends IStructuredContentNodeBase {
|
|
5
5
|
children?: IStructuredContentNode[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { StructuredContentLinkVariant } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentLinkNode extends IStructuredContentNodeBase {
|
|
5
5
|
config?: {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import type {
|
|
2
|
+
StructuredContentLayoutAlign,
|
|
3
|
+
StructuredContentLayoutSpacing,
|
|
4
|
+
StructuredContentLayoutWidth,
|
|
5
|
+
} from "./structured-content";
|
|
4
6
|
|
|
5
7
|
export interface IStructuredContentNodeLayout {
|
|
6
8
|
align?: StructuredContentLayoutAlign;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { IStructuredContentNode } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentSpaceNode extends IStructuredContentNodeBase {
|
|
5
5
|
children?: IStructuredContentNode[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableBooleanColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { StructuredContentTableSortOrder } from "./structured-content";
|
|
2
|
-
import type { StructuredContentTableSortType } from "./structured-content";
|
|
1
|
+
import type { StructuredContentTableSortOrder, StructuredContentTableSortType } from "./structured-content";
|
|
3
2
|
|
|
4
3
|
export interface IStructuredContentTableColumnSortConfig {
|
|
5
4
|
sortOrder?: StructuredContentTableSortOrder;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableDateColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IStructuredContentTableToolbarFilterBase } from "./structured-content-table-toolbar-filter-base";
|
|
2
1
|
import type { IStructuredContentDateRangeFilterConstraints } from "./structured-content-date-range-filter-constraints";
|
|
3
2
|
import type { IStructuredContentDateRangeFilterInitialValue } from "./structured-content-date-range-filter-initial-value";
|
|
3
|
+
import type { IStructuredContentTableToolbarFilterBase } from "./structured-content-table-toolbar-filter-base";
|
|
4
4
|
|
|
5
5
|
export interface IStructuredContentTableDateRangeFilter extends IStructuredContentTableToolbarFilterBase {
|
|
6
6
|
config?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableDateTimeColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableLinkColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { IStructuredContentTableColumn } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
import type { IStructuredContentTablePagination } from "./structured-content-table-pagination";
|
|
4
4
|
import type { IStructuredContentTableToolbar } from "./structured-content-table-toolbar";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableNumberColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableTagColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableTextColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
1
|
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
2
|
+
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTableTimeColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
5
|
config?: IStructuredContentTableColumnSortConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { StructuredContentTagTone } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTagNode extends IStructuredContentNodeBase {
|
|
5
5
|
config?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
1
|
import type { StructuredContentTextVariant } from "./structured-content";
|
|
2
|
+
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
3
3
|
|
|
4
4
|
export interface IStructuredContentTextNode extends IStructuredContentNodeBase {
|
|
5
5
|
config?: {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IStructuredContentCollapseNode } from "./structured-content-collapse-node";
|
|
2
|
+
import type { IStructuredContentDefaultAvatarNode } from "./structured-content-default-avatar-node";
|
|
2
3
|
import type { IStructuredContentDefaultAvatarValue } from "./structured-content-default-avatar-value";
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
import type {
|
|
4
|
+
import type { IStructuredContentLinkNode } from "./structured-content-link-node";
|
|
5
|
+
import type { IStructuredContentLinkValue } from "./structured-content-link-value";
|
|
6
|
+
import type { IStructuredContentSpaceNode } from "./structured-content-space-node";
|
|
6
7
|
import type { IStructuredContentTableBooleanColumn } from "./structured-content-table-boolean-column";
|
|
7
8
|
import type { IStructuredContentTableDateColumn } from "./structured-content-table-date-column";
|
|
9
|
+
import type { IStructuredContentTableDateRangeFilter } from "./structured-content-table-date-range-filter";
|
|
8
10
|
import type { IStructuredContentTableDateTimeColumn } from "./structured-content-table-date-time-column";
|
|
11
|
+
import type { IStructuredContentTableDefaultAvatarColumn } from "./structured-content-table-default-avatar-column";
|
|
9
12
|
import type { IStructuredContentTableLinkColumn } from "./structured-content-table-link-column";
|
|
13
|
+
import type { IStructuredContentTableNode } from "./structured-content-table-node";
|
|
10
14
|
import type { IStructuredContentTableNumberColumn } from "./structured-content-table-number-column";
|
|
15
|
+
import type { IStructuredContentTableSelectFilter } from "./structured-content-table-select-filter";
|
|
11
16
|
import type { IStructuredContentTableTagColumn } from "./structured-content-table-tag-column";
|
|
12
17
|
import type { IStructuredContentTableTextColumn } from "./structured-content-table-text-column";
|
|
13
18
|
import type { IStructuredContentTableTimeColumn } from "./structured-content-table-time-column";
|
|
14
|
-
import type { IStructuredContentCollapseNode } from "./structured-content-collapse-node";
|
|
15
|
-
import type { IStructuredContentDefaultAvatarNode } from "./structured-content-default-avatar-node";
|
|
16
|
-
import type { IStructuredContentSpaceNode } from "./structured-content-space-node";
|
|
17
|
-
import type { IStructuredContentTextNode } from "./structured-content-text-node";
|
|
18
19
|
import type { IStructuredContentTagNode } from "./structured-content-tag-node";
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type { IStructuredContentLinkValue } from "./structured-content-link-value";
|
|
20
|
+
import type { IStructuredContentTagValue } from "./structured-content-tag-value";
|
|
21
|
+
import type { IStructuredContentTextNode } from "./structured-content-text-node";
|
|
22
22
|
|
|
23
23
|
export type StructuredContentTextVariant = "H1" | "H2" | "H3" | "H4" | "H5" | "H6" | "PARAGRAPH" | "TEXT";
|
|
24
24
|
export type StructuredContentLinkVariant = "BUTTON" | "LINK";
|
package/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"description": "Reusable TypeScript types and interfaces for Fleet API.",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@automateinc/biomejs": "
|
|
22
|
-
"@biomejs/biome": "
|
|
21
|
+
"@automateinc/biomejs": "0.4.6",
|
|
22
|
+
"@biomejs/biome": "2.5.6",
|
|
23
23
|
"@tanstack/react-query": "^4.36.1",
|
|
24
24
|
"axios": "^1.7.9",
|
|
25
25
|
"husky": "^9.1.7",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
53
53
|
},
|
|
54
54
|
"types": "dist/types/index.d.ts",
|
|
55
|
-
"version": "1.0.
|
|
55
|
+
"version": "1.0.95"
|
|
56
56
|
}
|