randmar-api-client 1.225.0 → 1.227.0
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.
|
@@ -6046,10 +6046,14 @@ export type SceneInformation = {
|
|
|
6046
6046
|
Preview?: SceneAsset;
|
|
6047
6047
|
AmbientSound?: SceneAsset;
|
|
6048
6048
|
};
|
|
6049
|
+
export type RequisitionPartNumber = {
|
|
6050
|
+
RandmarSKU?: string | null;
|
|
6051
|
+
Quantity?: number;
|
|
6052
|
+
};
|
|
6049
6053
|
export type CreateRequisitionInput = {
|
|
6050
6054
|
Location?: string | null;
|
|
6051
6055
|
Reference?: string | null;
|
|
6052
|
-
PartNumbers?:
|
|
6056
|
+
PartNumbers?: RequisitionPartNumber[] | null;
|
|
6053
6057
|
};
|
|
6054
6058
|
export type ReturnPartNumbers = {
|
|
6055
6059
|
RandmarSKU?: string | null;
|