andoncloud-dashboard-toolkit 1.3.4 → 1.3.5
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/graphql-request.d.ts +18 -98
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -24706,104 +24706,6 @@ export type WorkplaceEventSubscription = {
|
|
|
24706
24706
|
__typename: 'Item';
|
|
24707
24707
|
count: number;
|
|
24708
24708
|
id: string;
|
|
24709
|
-
order: {
|
|
24710
|
-
__typename?: 'Order';
|
|
24711
|
-
executedCount: number;
|
|
24712
|
-
id: string;
|
|
24713
|
-
note?: string | null;
|
|
24714
|
-
number: string;
|
|
24715
|
-
plannedCount: number;
|
|
24716
|
-
position?: number | null;
|
|
24717
|
-
startedAt?: string | null;
|
|
24718
|
-
finishedAt?: string | null;
|
|
24719
|
-
items: Array<{
|
|
24720
|
-
__typename?: 'Item';
|
|
24721
|
-
count: number;
|
|
24722
|
-
id: string;
|
|
24723
|
-
order: {
|
|
24724
|
-
__typename?: 'Order';
|
|
24725
|
-
executedCount: number;
|
|
24726
|
-
id: string;
|
|
24727
|
-
note?: string | null;
|
|
24728
|
-
number: string;
|
|
24729
|
-
plannedCount: number;
|
|
24730
|
-
position?: number | null;
|
|
24731
|
-
startedAt?: string | null;
|
|
24732
|
-
finishedAt?: string | null;
|
|
24733
|
-
workplaces: Array<{
|
|
24734
|
-
__typename?: 'Workplace';
|
|
24735
|
-
deactivated: boolean;
|
|
24736
|
-
departmentId?: string | null;
|
|
24737
|
-
id: string;
|
|
24738
|
-
minOperators: number;
|
|
24739
|
-
name: string;
|
|
24740
|
-
reasonGroupId: string;
|
|
24741
|
-
reasonsRecommendationsEnabled: boolean;
|
|
24742
|
-
currentStatusChange?: {
|
|
24743
|
-
__typename?: 'StatusChange';
|
|
24744
|
-
finishedAt?: string | null;
|
|
24745
|
-
id: string;
|
|
24746
|
-
note?: string | null;
|
|
24747
|
-
reasonHasBeenRecommended: boolean;
|
|
24748
|
-
startedAt: string;
|
|
24749
|
-
workplaceId: string;
|
|
24750
|
-
author: {
|
|
24751
|
-
__typename?: 'User';
|
|
24752
|
-
id: string;
|
|
24753
|
-
login: string;
|
|
24754
|
-
name: string;
|
|
24755
|
-
};
|
|
24756
|
-
order?: {
|
|
24757
|
-
__typename?: 'Order';
|
|
24758
|
-
executedCount: number;
|
|
24759
|
-
id: string;
|
|
24760
|
-
note?: string | null;
|
|
24761
|
-
number: string;
|
|
24762
|
-
plannedCount: number;
|
|
24763
|
-
position?: number | null;
|
|
24764
|
-
startedAt?: string | null;
|
|
24765
|
-
finishedAt?: string | null;
|
|
24766
|
-
} | null;
|
|
24767
|
-
product?: {
|
|
24768
|
-
__typename?: 'Product';
|
|
24769
|
-
assemblyManual?: string | null;
|
|
24770
|
-
id: string;
|
|
24771
|
-
name?: string | null;
|
|
24772
|
-
number?: string | null;
|
|
24773
|
-
} | null;
|
|
24774
|
-
reason: {
|
|
24775
|
-
__typename?: 'Reason';
|
|
24776
|
-
acceptanceMonit: boolean;
|
|
24777
|
-
canBeRecommended: boolean;
|
|
24778
|
-
hasNote: boolean;
|
|
24779
|
-
id: string;
|
|
24780
|
-
isNoteRequired: boolean;
|
|
24781
|
-
leaf: boolean;
|
|
24782
|
-
name: string;
|
|
24783
|
-
parentId?: string | null;
|
|
24784
|
-
position: number;
|
|
24785
|
-
reasonGroupId: string;
|
|
24786
|
-
statusColor: AndonLightColor;
|
|
24787
|
-
};
|
|
24788
|
-
} | null;
|
|
24789
|
-
}>;
|
|
24790
|
-
};
|
|
24791
|
-
product?: {
|
|
24792
|
-
__typename?: 'Product';
|
|
24793
|
-
assemblyManual?: string | null;
|
|
24794
|
-
id: string;
|
|
24795
|
-
name?: string | null;
|
|
24796
|
-
number?: string | null;
|
|
24797
|
-
} | null;
|
|
24798
|
-
}>;
|
|
24799
|
-
};
|
|
24800
|
-
product?: {
|
|
24801
|
-
__typename?: 'Product';
|
|
24802
|
-
assemblyManual?: string | null;
|
|
24803
|
-
id: string;
|
|
24804
|
-
name?: string | null;
|
|
24805
|
-
number?: string | null;
|
|
24806
|
-
} | null;
|
|
24807
24709
|
} | {
|
|
24808
24710
|
__typename: 'MetricValue';
|
|
24809
24711
|
active: boolean;
|
|
@@ -24903,6 +24805,24 @@ export type WorkplaceEventSubscription = {
|
|
|
24903
24805
|
login: string;
|
|
24904
24806
|
name: string;
|
|
24905
24807
|
};
|
|
24808
|
+
order?: {
|
|
24809
|
+
__typename?: 'Order';
|
|
24810
|
+
executedCount: number;
|
|
24811
|
+
id: string;
|
|
24812
|
+
note?: string | null;
|
|
24813
|
+
number: string;
|
|
24814
|
+
plannedCount: number;
|
|
24815
|
+
position?: number | null;
|
|
24816
|
+
startedAt?: string | null;
|
|
24817
|
+
finishedAt?: string | null;
|
|
24818
|
+
} | null;
|
|
24819
|
+
product?: {
|
|
24820
|
+
__typename?: 'Product';
|
|
24821
|
+
assemblyManual?: string | null;
|
|
24822
|
+
id: string;
|
|
24823
|
+
name?: string | null;
|
|
24824
|
+
number?: string | null;
|
|
24825
|
+
} | null;
|
|
24906
24826
|
reason: {
|
|
24907
24827
|
__typename?: 'Reason';
|
|
24908
24828
|
acceptanceMonit: boolean;
|