@automateinc/fleet-types 1.0.89-dev.128f555 → 1.0.89-dev.32620b3
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/types/client-request-category-field.d.ts +25 -2
- package/dist/types/index.d.ts +17 -86
- package/dist/types/phone-admin.d.ts +107 -0
- package/dist/types/structured-content.d.ts +205 -21
- package/dist/types/todo-activity.d.ts +1 -1
- package/dist/types/todo-comment.d.ts +14 -1
- package/dist/types/todo-custom-field.d.ts +40 -7
- package/dist/types/todo-folder.d.ts +54 -1
- package/dist/types/{todo-json-value.d.ts → todo-json.d.ts} +3 -2
- package/dist/types/todo-list-field-config.d.ts +44 -3
- package/dist/types/todo-list.d.ts +0 -1
- package/dist/types/todo-space.d.ts +33 -3
- package/dist/types/todo-status.d.ts +0 -1
- package/dist/types/todo-tag.d.ts +0 -1
- package/dist/types/todo-view.d.ts +66 -4
- package/dist/types/todo.d.ts +87 -3
- package/package.json +1 -1
- package/dist/types/client-request-field-visibility-rule.d.ts +0 -25
- package/dist/types/phone-admin-agent.d.ts +0 -23
- package/dist/types/phone-admin-assigned-queue.d.ts +0 -5
- package/dist/types/phone-admin-prompt-fields.d.ts +0 -15
- package/dist/types/phone-admin-queue-working-hours-day.d.ts +0 -5
- package/dist/types/phone-admin-queue-working-hours.d.ts +0 -11
- package/dist/types/phone-admin-queue.d.ts +0 -21
- package/dist/types/phone-admin-snapshot.d.ts +0 -14
- package/dist/types/phone-admin-summary.d.ts +0 -12
- package/dist/types/phone-admin-system-config.d.ts +0 -7
- package/dist/types/structured-content-collapse-node.d.ts +0 -10
- package/dist/types/structured-content-date-range-filter-constraints.d.ts +0 -8
- package/dist/types/structured-content-date-range-filter-initial-value.d.ts +0 -4
- package/dist/types/structured-content-default-avatar-node.d.ts +0 -8
- package/dist/types/structured-content-default-avatar-value.d.ts +0 -5
- package/dist/types/structured-content-link-node.d.ts +0 -9
- package/dist/types/structured-content-link-value.d.ts +0 -5
- package/dist/types/structured-content-node-base.d.ts +0 -7
- package/dist/types/structured-content-node-layout.d.ts +0 -14
- package/dist/types/structured-content-root.d.ts +0 -15
- package/dist/types/structured-content-space-node.d.ts +0 -7
- package/dist/types/structured-content-table-boolean-column.d.ts +0 -7
- package/dist/types/structured-content-table-column-base.d.ts +0 -6
- package/dist/types/structured-content-table-column-sort-config.d.ts +0 -8
- package/dist/types/structured-content-table-date-column.d.ts +0 -7
- package/dist/types/structured-content-table-date-range-filter.d.ts +0 -11
- package/dist/types/structured-content-table-date-time-column.d.ts +0 -7
- package/dist/types/structured-content-table-default-avatar-column.d.ts +0 -8
- package/dist/types/structured-content-table-link-column.d.ts +0 -7
- package/dist/types/structured-content-table-named-column-base.d.ts +0 -5
- package/dist/types/structured-content-table-node.d.ts +0 -13
- package/dist/types/structured-content-table-number-column.d.ts +0 -7
- package/dist/types/structured-content-table-pagination.d.ts +0 -3
- package/dist/types/structured-content-table-select-filter.d.ts +0 -8
- package/dist/types/structured-content-table-tag-column.d.ts +0 -7
- package/dist/types/structured-content-table-text-column.d.ts +0 -7
- package/dist/types/structured-content-table-time-column.d.ts +0 -7
- package/dist/types/structured-content-table-toolbar-filter-base.d.ts +0 -3
- package/dist/types/structured-content-table-toolbar.d.ts +0 -8
- package/dist/types/structured-content-tag-node.d.ts +0 -9
- package/dist/types/structured-content-tag-value.d.ts +0 -7
- package/dist/types/structured-content-text-node.d.ts +0 -9
- package/dist/types/todo-assignee.d.ts +0 -8
- package/dist/types/todo-checklist-item.d.ts +0 -11
- package/dist/types/todo-checklist.d.ts +0 -10
- package/dist/types/todo-comment-reaction.d.ts +0 -7
- package/dist/types/todo-custom-field-option.d.ts +0 -5
- package/dist/types/todo-custom-field-type.d.ts +0 -26
- package/dist/types/todo-custom-field-value.d.ts +0 -11
- package/dist/types/todo-dashboard-widget-type.d.ts +0 -12
- package/dist/types/todo-dashboard-widget.d.ts +0 -17
- package/dist/types/todo-dashboard.d.ts +0 -12
- package/dist/types/todo-dependency-type.d.ts +0 -1
- package/dist/types/todo-dependency.d.ts +0 -10
- package/dist/types/todo-doc.d.ts +0 -17
- package/dist/types/todo-json-object.d.ts +0 -5
- package/dist/types/todo-list-field-entry.d.ts +0 -13
- package/dist/types/todo-list-item.d.ts +0 -8
- package/dist/types/todo-list-member.d.ts +0 -11
- package/dist/types/todo-people-field-options.d.ts +0 -4
- package/dist/types/todo-priority.d.ts +0 -1
- package/dist/types/todo-recurrence-settings.d.ts +0 -7
- package/dist/types/todo-space-member-role.d.ts +0 -1
- package/dist/types/todo-space-member.d.ts +0 -11
- package/dist/types/todo-space-visibility.d.ts +0 -1
- package/dist/types/todo-system-field.d.ts +0 -7
- package/dist/types/todo-tag-assignment.d.ts +0 -6
- package/dist/types/todo-time-entry.d.ts +0 -12
- package/dist/types/todo-view-type.d.ts +0 -1
- package/dist/types/todo-watcher.d.ts +0 -6
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
|
-
import type { IStructuredContentNode } from "./structured-content";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentSpaceNode extends IStructuredContentNodeBase {
|
|
5
|
-
children?: IStructuredContentNode[];
|
|
6
|
-
type: "SPACE";
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableBooleanColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "BOOLEAN";
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { StructuredContentTableSortOrder } from "./structured-content";
|
|
2
|
-
import type { StructuredContentTableSortType } from "./structured-content";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableColumnSortConfig {
|
|
5
|
-
sortOrder?: StructuredContentTableSortOrder;
|
|
6
|
-
sortType?: StructuredContentTableSortType;
|
|
7
|
-
sortable?: boolean;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableDateColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "DATE";
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableToolbarFilterBase } from "./structured-content-table-toolbar-filter-base";
|
|
2
|
-
import type { IStructuredContentDateRangeFilterConstraints } from "./structured-content-date-range-filter-constraints";
|
|
3
|
-
import type { IStructuredContentDateRangeFilterInitialValue } from "./structured-content-date-range-filter-initial-value";
|
|
4
|
-
|
|
5
|
-
export interface IStructuredContentTableDateRangeFilter extends IStructuredContentTableToolbarFilterBase {
|
|
6
|
-
config?: {
|
|
7
|
-
constraints?: IStructuredContentDateRangeFilterConstraints;
|
|
8
|
-
initialValue?: IStructuredContentDateRangeFilterInitialValue;
|
|
9
|
-
};
|
|
10
|
-
type: "DATE_RANGE";
|
|
11
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableDateTimeColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "DATETIME";
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableColumnBase } from "./structured-content-table-column-base";
|
|
2
|
-
|
|
3
|
-
export interface IStructuredContentTableDefaultAvatarColumn extends IStructuredContentTableColumnBase {
|
|
4
|
-
config?: {
|
|
5
|
-
size?: number;
|
|
6
|
-
};
|
|
7
|
-
type: "DEFAULT_AVATAR";
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableLinkColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "LINK";
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
|
-
import type { IStructuredContentTableColumn } from "./structured-content";
|
|
3
|
-
import type { IStructuredContentTablePagination } from "./structured-content-table-pagination";
|
|
4
|
-
import type { IStructuredContentTableToolbar } from "./structured-content-table-toolbar";
|
|
5
|
-
|
|
6
|
-
export interface IStructuredContentTableNode extends IStructuredContentNodeBase {
|
|
7
|
-
config?: {
|
|
8
|
-
columns?: IStructuredContentTableColumn[];
|
|
9
|
-
pagination?: IStructuredContentTablePagination;
|
|
10
|
-
toolbar?: IStructuredContentTableToolbar;
|
|
11
|
-
};
|
|
12
|
-
type: "TABLE";
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableNumberColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "NUMBER";
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableToolbarFilterBase } from "./structured-content-table-toolbar-filter-base";
|
|
2
|
-
|
|
3
|
-
export interface IStructuredContentTableSelectFilter extends IStructuredContentTableToolbarFilterBase {
|
|
4
|
-
config?: {
|
|
5
|
-
initialValue?: string;
|
|
6
|
-
};
|
|
7
|
-
type?: "SELECT";
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableTagColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "TAG";
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableTextColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "TEXT";
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentTableNamedColumnBase } from "./structured-content-table-named-column-base";
|
|
2
|
-
import type { IStructuredContentTableColumnSortConfig } from "./structured-content-table-column-sort-config";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTableTimeColumn extends IStructuredContentTableNamedColumnBase {
|
|
5
|
-
config?: IStructuredContentTableColumnSortConfig;
|
|
6
|
-
type: "TIME";
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
|
-
import type { StructuredContentTagTone } from "./structured-content";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTagNode extends IStructuredContentNodeBase {
|
|
5
|
-
config?: {
|
|
6
|
-
tone?: StructuredContentTagTone;
|
|
7
|
-
};
|
|
8
|
-
type: "TAG";
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { IStructuredContentNodeBase } from "./structured-content-node-base";
|
|
2
|
-
import type { StructuredContentTextVariant } from "./structured-content";
|
|
3
|
-
|
|
4
|
-
export interface IStructuredContentTextNode extends IStructuredContentNodeBase {
|
|
5
|
-
config?: {
|
|
6
|
-
variant?: StructuredContentTextVariant;
|
|
7
|
-
};
|
|
8
|
-
type: "TEXT";
|
|
9
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export type TodoCustomFieldType =
|
|
2
|
-
| "TEXT"
|
|
3
|
-
| "LONG_TEXT"
|
|
4
|
-
| "NUMBER"
|
|
5
|
-
| "DATE"
|
|
6
|
-
| "DROPDOWN"
|
|
7
|
-
| "MULTI_DROPDOWN"
|
|
8
|
-
| "CHECKBOX"
|
|
9
|
-
| "EMAIL"
|
|
10
|
-
| "PHONE"
|
|
11
|
-
| "URL"
|
|
12
|
-
| "CURRENCY"
|
|
13
|
-
| "RATING"
|
|
14
|
-
| "PROGRESS"
|
|
15
|
-
| "MONEY"
|
|
16
|
-
| "LABELS"
|
|
17
|
-
| "PEOPLE"
|
|
18
|
-
| "USER"
|
|
19
|
-
| "FILES"
|
|
20
|
-
| "TASKS"
|
|
21
|
-
| "RELATIONSHIPS"
|
|
22
|
-
| "ROLLUP"
|
|
23
|
-
| "PROGRESS_MANUAL"
|
|
24
|
-
| "PROGRESS_AUTO"
|
|
25
|
-
| "VOTING"
|
|
26
|
-
| "LOCATION";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TodoJsonValue } from "./todo-json-value";
|
|
2
|
-
|
|
3
|
-
export interface ITodoCustomFieldValue {
|
|
4
|
-
id: string;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
updatedAt?: string;
|
|
7
|
-
todoId: string;
|
|
8
|
-
fieldId: string;
|
|
9
|
-
value: TodoJsonValue;
|
|
10
|
-
metadata?: Record<string, unknown>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type TodoDashboardWidgetType =
|
|
2
|
-
| "STATUS_BREAKDOWN"
|
|
3
|
-
| "PRIORITY_BREAKDOWN"
|
|
4
|
-
| "ASSIGNEE_WORKLOAD"
|
|
5
|
-
| "DUE_DATE_CALENDAR"
|
|
6
|
-
| "RECENT_ACTIVITY"
|
|
7
|
-
| "COMPLETION_TREND"
|
|
8
|
-
| "OVERDUE_TODOS"
|
|
9
|
-
| "BURNDOWN_CHART"
|
|
10
|
-
| "TAG_DISTRIBUTION"
|
|
11
|
-
| "VELOCITY"
|
|
12
|
-
| "STATS_CARD";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { TodoDashboardWidgetType } from "./todo-dashboard-widget-type";
|
|
2
|
-
import type { TodoJsonObject } from "./todo-json-object";
|
|
3
|
-
|
|
4
|
-
export interface ITodoDashboardWidget {
|
|
5
|
-
id: string;
|
|
6
|
-
createdAt: string;
|
|
7
|
-
updatedAt?: string;
|
|
8
|
-
dashboardId: string;
|
|
9
|
-
type: TodoDashboardWidgetType;
|
|
10
|
-
config: TodoJsonObject;
|
|
11
|
-
x: number;
|
|
12
|
-
y: number;
|
|
13
|
-
w: number;
|
|
14
|
-
h: number;
|
|
15
|
-
version: number;
|
|
16
|
-
configVersion: number;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { TodoJsonObject } from "./todo-json-object";
|
|
2
|
-
|
|
3
|
-
export interface ITodoDashboard {
|
|
4
|
-
id: string;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
updatedAt?: string;
|
|
7
|
-
spaceId: string;
|
|
8
|
-
listId?: string;
|
|
9
|
-
config: TodoJsonObject;
|
|
10
|
-
version: number;
|
|
11
|
-
configVersion: number;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TodoDependencyType = "FINISH_TO_START" | "START_TO_START" | "FINISH_TO_FINISH" | "START_TO_FINISH";
|
package/dist/types/todo-doc.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { TodoJsonValue } from "./todo-json-value";
|
|
2
|
-
|
|
3
|
-
export interface ITodoDoc {
|
|
4
|
-
id: string;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
updatedAt?: string;
|
|
7
|
-
deletedAt?: string;
|
|
8
|
-
title: string;
|
|
9
|
-
content?: TodoJsonValue;
|
|
10
|
-
spaceId: string;
|
|
11
|
-
folderId?: string;
|
|
12
|
-
createdById: string;
|
|
13
|
-
sortOrder: number;
|
|
14
|
-
version: number;
|
|
15
|
-
contentVersion: number;
|
|
16
|
-
metadata?: Record<string, unknown>;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { TodoJsonValue } from "./todo-json-value";
|
|
2
|
-
|
|
3
|
-
export interface ITodoListFieldEntry {
|
|
4
|
-
key: string;
|
|
5
|
-
label: string;
|
|
6
|
-
visible: boolean;
|
|
7
|
-
enabled: boolean;
|
|
8
|
-
showInList: boolean;
|
|
9
|
-
order: number;
|
|
10
|
-
type: "system" | "custom";
|
|
11
|
-
fieldId?: string;
|
|
12
|
-
config?: Record<string, TodoJsonValue>;
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TodoSpaceMemberRole } from "./todo-space-member-role";
|
|
2
|
-
|
|
3
|
-
export interface ITodoListMember {
|
|
4
|
-
id: string;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
updatedAt?: string;
|
|
7
|
-
listId: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
role: TodoSpaceMemberRole;
|
|
10
|
-
metadata?: Record<string, unknown>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TodoPriority = "URGENT" | "HIGH" | "NORMAL" | "LOW";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TodoSpaceMemberRole = "OWNER" | "ADMIN" | "EDITOR" | "VIEWER";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { TodoSpaceMemberRole } from "./todo-space-member-role";
|
|
2
|
-
|
|
3
|
-
export interface ITodoSpaceMember {
|
|
4
|
-
id: string;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
updatedAt?: string;
|
|
7
|
-
spaceId: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
role: TodoSpaceMemberRole;
|
|
10
|
-
metadata?: Record<string, unknown>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TodoSpaceVisibility = "PUBLIC" | "PRIVATE";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface ITodoTimeEntry {
|
|
2
|
-
id: string;
|
|
3
|
-
createdAt: string;
|
|
4
|
-
updatedAt?: string;
|
|
5
|
-
todoId: string;
|
|
6
|
-
userId: string;
|
|
7
|
-
startedAt: string;
|
|
8
|
-
stoppedAt?: string;
|
|
9
|
-
duration?: number;
|
|
10
|
-
description?: string;
|
|
11
|
-
metadata?: Record<string, unknown>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TodoViewType = "LIST" | "BOARD" | "GANTT" | "TIMELINE" | "TABLE" | "CALENDAR";
|