tsv2-library 1.0.61-alpha.44 → 1.0.61-alpha.46

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.44",
4
+ "version": "1.0.61-alpha.46",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
7
7
  "repository": {
@@ -12,10 +12,12 @@ export interface DialogAssetNameDetailProps {
12
12
  header?: string;
13
13
 
14
14
  /**
15
- * The ID of the asset.
15
+ * The ID of the asset name.
16
16
  */
17
17
  id: string;
18
18
 
19
+ currentTagType?: 'RFID' | 'QR' | 'RFID & QR' | 'Non TAG';
20
+
19
21
  /**
20
22
  * The query params for fetching assets.
21
23
  */
@@ -167,9 +167,14 @@ export interface DialogSelectAssetProps {
167
167
  excludedKey?: string[];
168
168
  /**
169
169
  *
170
- * The list of asset name key to be excluded in fetch list
170
+ * The list of asset name _id to be excluded in fetch list
171
171
  */
172
172
  excludeId?: string[];
173
+ /**
174
+ *
175
+ * The list of group _id of asset names to be excluded in fetch list
176
+ */
177
+ excludeGroupId?: string[];
173
178
  /**
174
179
  * The header of the dialog.
175
180
  *