@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.
Files changed (3) hide show
  1. package/model.js +1 -1
  2. package/model.ts +1 -1
  3. 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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.0.19",
4
+ "version": "5.0.20",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",