@bigfootai/bigfoot-types 5.0.19 → 5.0.20
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/model.js +1 -1
- package/model.ts +1 -1
- package/package.json +1 -1
package/model.js
CHANGED
@@ -590,7 +590,7 @@ type ProviderApplication {
|
|
590
590
|
dashboardTypeSubscriptions: [String]
|
591
591
|
dashboardTagSubscriptions: [DashboardTagSubscription]
|
592
592
|
authentication: Boolean!
|
593
|
-
installed: Boolean
|
593
|
+
installed: Boolean
|
594
594
|
}`;
|
595
595
|
exports.ProviderQL = `
|
596
596
|
type Provider {${exports.PrimitiveFields}
|
package/model.ts
CHANGED
@@ -853,7 +853,7 @@ type ProviderApplication {
|
|
853
853
|
dashboardTypeSubscriptions: [String]
|
854
854
|
dashboardTagSubscriptions: [DashboardTagSubscription]
|
855
855
|
authentication: Boolean!
|
856
|
-
installed: Boolean
|
856
|
+
installed: Boolean
|
857
857
|
}`;
|
858
858
|
export interface ProviderApplication {
|
859
859
|
name: string;
|