@indigina/ui-kit 1.1.217 → 1.1.218
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/index.d.ts
CHANGED
|
@@ -3559,7 +3559,7 @@ interface GlobalSearchLineItem {
|
|
|
3559
3559
|
type: 'Air' | 'Road' | 'Sea' | 'Rail' | null;
|
|
3560
3560
|
containerMode?: string | null;
|
|
3561
3561
|
} | null;
|
|
3562
|
-
status
|
|
3562
|
+
status: string;
|
|
3563
3563
|
additionalContent: MatchResult[];
|
|
3564
3564
|
}
|
|
3565
3565
|
interface GlobalSearchPrompt {
|