@builder.io/ai-utils 0.74.3 → 0.74.4
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 +1 -1
- package/src/projects.d.ts +4 -0
package/package.json
CHANGED
package/src/projects.d.ts
CHANGED
|
@@ -993,6 +993,10 @@ export interface BuilderMyContext {
|
|
|
993
993
|
enabled: boolean;
|
|
994
994
|
};
|
|
995
995
|
error?: string;
|
|
996
|
+
kubeHostname?: string | null;
|
|
997
|
+
kubeHostnames?: string[] | null;
|
|
998
|
+
appName?: string | null;
|
|
999
|
+
fusionShareableUrlSuffix?: string | null;
|
|
996
1000
|
}
|
|
997
1001
|
export interface WebhookConfig {
|
|
998
1002
|
url: string;
|