gunsmith-common 2.1.15 → 2.1.16

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.
@@ -246,6 +246,7 @@
246
246
  WorkOrderStatus[WorkOrderStatus["CustomerNotified"] = 4] = "CustomerNotified";
247
247
  WorkOrderStatus[WorkOrderStatus["ShippingPostponed"] = 10] = "ShippingPostponed";
248
248
  WorkOrderStatus[WorkOrderStatus["FflNeeded"] = 11] = "FflNeeded";
249
+ WorkOrderStatus[WorkOrderStatus["InspectionNeeded"] = 12] = "InspectionNeeded";
249
250
  WorkOrderStatus[WorkOrderStatus["ReadyToShip"] = 5] = "ReadyToShip";
250
251
  WorkOrderStatus[WorkOrderStatus["Completed"] = 6] = "Completed";
251
252
  WorkOrderStatus[WorkOrderStatus["Cancelled"] = 7] = "Cancelled";