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.
@@ -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
  };