andoncloud-dashboard-toolkit 1.3.0 → 1.3.2
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 +1 -0
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +4 -2
|
@@ -24663,6 +24663,7 @@ export type ListStatusChangesQuery = {
|
|
|
24663
24663
|
position: number;
|
|
24664
24664
|
reasonGroupId: string;
|
|
24665
24665
|
statusColor: AndonLightColor;
|
|
24666
|
+
temporary: boolean;
|
|
24666
24667
|
};
|
|
24667
24668
|
}>;
|
|
24668
24669
|
};
|