intelica-library-components 1.1.78 → 1.1.80
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
|
@@ -2654,7 +2654,7 @@ declare function GetCookieAttributes(environment: string): CookieAttributes;
|
|
|
2654
2654
|
|
|
2655
2655
|
declare const IntelicaTheme: _primeuix_themes_types.Preset<_primeuix_themes_aura_base.AuraBaseDesignTokens>;
|
|
2656
2656
|
|
|
2657
|
-
type JobStatusCatalog = "pending" | "running" | "completed" | "failed" | "cancelled";
|
|
2657
|
+
type JobStatusCatalog = "idle" | "pending" | "running" | "completed" | "failed" | "cancelled";
|
|
2658
2658
|
type OriginCatalog = "default" | "testing" | "security" | "alerts" | "filesharing";
|
|
2659
2659
|
type BucketCatalog = "general" | "fee" | "security" | "alerts" | "filesharing";
|
|
2660
2660
|
type NotificationTypeCatalog = "NTF" | "PRG" | "BRD" | "TEM" | "OPT";
|