@trackunit/filters-asset-filter-definitions 0.0.182 → 0.0.183
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
|
@@ -188,11 +188,6 @@ export declare const metadataCompleteness: {
|
|
|
188
188
|
readonly PARTIAL: "PARTIAL";
|
|
189
189
|
};
|
|
190
190
|
export type MetadataCompleteness = (typeof metadataCompleteness)[keyof typeof metadataCompleteness];
|
|
191
|
-
export declare const onboardingStatus: {
|
|
192
|
-
readonly ONBOARDED: "ONBOARDED";
|
|
193
|
-
readonly PENDING: "PENDING";
|
|
194
|
-
};
|
|
195
|
-
export type OnboardingStatus = (typeof onboardingStatus)[keyof typeof onboardingStatus];
|
|
196
191
|
export declare const rentalStatus: {
|
|
197
192
|
readonly AVAILABLE: "AVAILABLE";
|
|
198
193
|
readonly IN_REPAIR: "IN_REPAIR";
|
|
@@ -274,8 +269,6 @@ export type AssetFiltersInput = {
|
|
|
274
269
|
metadataCompleteness?: InputMaybe<MetadataCompleteness>;
|
|
275
270
|
/** List of models */
|
|
276
271
|
models?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
277
|
-
/** Filter by the status of the onboarding process of the asset. */
|
|
278
|
-
onboardingStatus?: InputMaybe<OnboardingStatus>;
|
|
279
272
|
/** List of owner account ids */
|
|
280
273
|
ownerAccountIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
281
274
|
/** List of owner account names */
|