@trackunit/filters-graphql-hook 0.0.161 → 0.0.163
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
|
@@ -210,11 +210,6 @@ export declare const metadataCompleteness: {
|
|
|
210
210
|
readonly PARTIAL: "PARTIAL";
|
|
211
211
|
};
|
|
212
212
|
export type MetadataCompleteness = (typeof metadataCompleteness)[keyof typeof metadataCompleteness];
|
|
213
|
-
export declare const onboardingStatus: {
|
|
214
|
-
readonly ONBOARDED: "ONBOARDED";
|
|
215
|
-
readonly PENDING: "PENDING";
|
|
216
|
-
};
|
|
217
|
-
export type OnboardingStatus = (typeof onboardingStatus)[keyof typeof onboardingStatus];
|
|
218
213
|
export declare const rentalStatus: {
|
|
219
214
|
readonly AVAILABLE: "AVAILABLE";
|
|
220
215
|
readonly IN_REPAIR: "IN_REPAIR";
|
|
@@ -301,8 +296,6 @@ export type AssetFiltersInput = {
|
|
|
301
296
|
metadataCompleteness?: InputMaybe<MetadataCompleteness>;
|
|
302
297
|
/** List of models */
|
|
303
298
|
models?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
304
|
-
/** Filter by the status of the onboarding process of the asset. */
|
|
305
|
-
onboardingStatus?: InputMaybe<OnboardingStatus>;
|
|
306
299
|
/** List of owner account ids */
|
|
307
300
|
ownerAccountIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
308
301
|
/** List of owner account names */
|