randmar-api-client 1.226.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?: any[] | null;
6056
+ PartNumbers?: RequisitionPartNumber[] | null;
6053
6057
  };
6054
6058
  export type ReturnPartNumbers = {
6055
6059
  RandmarSKU?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.226.0",
3
+ "version": "1.227.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",