tsv2-library 1.0.61-alpha.40 → 1.0.61-alpha.42

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
3
  "author": "fixedassetv2-fe",
4
- "version": "1.0.61-alpha.40",
4
+ "version": "1.0.61-alpha.42",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
7
7
  "repository": {
@@ -115,15 +115,9 @@ export interface Asset {
115
115
  auditStatus?: string | null;
116
116
  rfid?: boolean;
117
117
  qr?: boolean;
118
- assetImageSmall?: null | 'string';
119
- assetImageMedium?: null | 'string';
120
- assetImageBig?: null | 'string';
121
- imageSmall?: null | 'string';
122
- imageMedium?: null | 'string';
123
- imageBig?: null | 'string';
124
- firstImageSmall?: string;
125
- firstImageMedium?: string;
126
- firstImageBig?: string;
118
+ assetImage?: 'string';
119
+ image?: 'string';
120
+ firstImage?: string;
127
121
  }
128
122
 
129
123
  export type QueryParams = {