@trackunit/filters-asset-filter-definitions 0.0.97 → 0.0.99
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
|
@@ -206,7 +206,7 @@ export type AssetFiltersInput = {
|
|
|
206
206
|
/** List of activities */
|
|
207
207
|
activities?: InputMaybe<Array<AssetActivityState>>;
|
|
208
208
|
/** A list of asset ID's to do a bulk lookup for. */
|
|
209
|
-
assetIds?: InputMaybe<Array<Scalars["
|
|
209
|
+
assetIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
210
210
|
/** List of asset types */
|
|
211
211
|
assetTypes?: InputMaybe<Array<AssetType>>;
|
|
212
212
|
/** Filter by bounding box */
|
|
@@ -222,7 +222,7 @@ export type AssetFiltersInput = {
|
|
|
222
222
|
/** List of customerIds to exclude */
|
|
223
223
|
customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
224
224
|
/** List of customerIds */
|
|
225
|
-
customerIds?: InputMaybe<Array<Scalars["
|
|
225
|
+
customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
226
226
|
/** List of customer types */
|
|
227
227
|
customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
|
|
228
228
|
/** Digital key mode of the asset */
|
|
@@ -248,7 +248,7 @@ export type AssetFiltersInput = {
|
|
|
248
248
|
/** List of owner account names */
|
|
249
249
|
ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
250
250
|
/** Filter by partner ID */
|
|
251
|
-
partnerId?: InputMaybe<Scalars["
|
|
251
|
+
partnerId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
252
252
|
/** List of production years */
|
|
253
253
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
254
254
|
/** List of rental customer names */
|
|
@@ -268,7 +268,7 @@ export type AssetFiltersInput = {
|
|
|
268
268
|
/** List of service provider IDs */
|
|
269
269
|
serviceProviderIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
270
270
|
/** List of siteIds */
|
|
271
|
-
siteIds?: InputMaybe<Array<Scalars["
|
|
271
|
+
siteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
272
272
|
/** List of site types */
|
|
273
273
|
siteTypes?: InputMaybe<Array<SiteTypeSFS>>;
|
|
274
274
|
/** The measurement system used for unit conversion of filters. */
|
package/translation.cjs16.js
CHANGED
|
@@ -124,7 +124,7 @@ var translation = {
|
|
|
124
124
|
"fleetlist.column.city": "県, 市",
|
|
125
125
|
"fleetlist.column.country": "国",
|
|
126
126
|
"fleetlist.column.customerIds": "顧客",
|
|
127
|
-
"fleetlist.column.externalReference": "
|
|
127
|
+
"fleetlist.column.externalReference": "外部参照情報",
|
|
128
128
|
"fleetlist.column.groupIds": "グループ",
|
|
129
129
|
"fleetlist.column.lastSeen": "最終確認日",
|
|
130
130
|
"fleetlist.column.metadata": "メタデータ",
|
|
@@ -149,7 +149,7 @@ var translation = {
|
|
|
149
149
|
"fleetList.sorting.BRAND": "メーカー",
|
|
150
150
|
"fleetList.sorting.CATEGORY": "タイプ",
|
|
151
151
|
"fleetList.sorting.CRITICALITY": "重要度",
|
|
152
|
-
"fleetList.sorting.EXTERNAL_REFERENCE": "
|
|
152
|
+
"fleetList.sorting.EXTERNAL_REFERENCE": "外部参照情報",
|
|
153
153
|
"fleetList.sorting.LOCATION": "所在地",
|
|
154
154
|
"fleetList.sorting.LOCATION_UPDATED_AT": "最後に見た順",
|
|
155
155
|
"fleetList.sorting.MODEL": "モデル",
|
package/translation.esm16.js
CHANGED
|
@@ -122,7 +122,7 @@ var translation = {
|
|
|
122
122
|
"fleetlist.column.city": "県, 市",
|
|
123
123
|
"fleetlist.column.country": "国",
|
|
124
124
|
"fleetlist.column.customerIds": "顧客",
|
|
125
|
-
"fleetlist.column.externalReference": "
|
|
125
|
+
"fleetlist.column.externalReference": "外部参照情報",
|
|
126
126
|
"fleetlist.column.groupIds": "グループ",
|
|
127
127
|
"fleetlist.column.lastSeen": "最終確認日",
|
|
128
128
|
"fleetlist.column.metadata": "メタデータ",
|
|
@@ -147,7 +147,7 @@ var translation = {
|
|
|
147
147
|
"fleetList.sorting.BRAND": "メーカー",
|
|
148
148
|
"fleetList.sorting.CATEGORY": "タイプ",
|
|
149
149
|
"fleetList.sorting.CRITICALITY": "重要度",
|
|
150
|
-
"fleetList.sorting.EXTERNAL_REFERENCE": "
|
|
150
|
+
"fleetList.sorting.EXTERNAL_REFERENCE": "外部参照情報",
|
|
151
151
|
"fleetList.sorting.LOCATION": "所在地",
|
|
152
152
|
"fleetList.sorting.LOCATION_UPDATED_AT": "最後に見た順",
|
|
153
153
|
"fleetList.sorting.MODEL": "モデル",
|