@bigfootai/bigfoot-types 4.9.1 → 4.9.2

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
@@ -899,7 +899,7 @@ class BusinessObjectIngestionRequest extends Primitive {
899
899
  }
900
900
  }
901
901
  exports.BusinessObjectIngestionRequest = BusinessObjectIngestionRequest;
902
- exports.BusinessObjectFields = `${exports.SharedPrimitiveFields}
902
+ exports.BusinessObjectFields = `${exports.BlockFields}
903
903
  provider: String!
904
904
  application: String!
905
905
  uri: String!
package/model.ts CHANGED
@@ -1442,7 +1442,7 @@ export class BusinessObjectIngestionRequest extends Primitive {
1442
1442
  }
1443
1443
  }
1444
1444
 
1445
- export const BusinessObjectFields = `${SharedPrimitiveFields}
1445
+ export const BusinessObjectFields = `${BlockFields}
1446
1446
  provider: String!
1447
1447
  application: String!
1448
1448
  uri: String!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.9.1",
4
+ "version": "4.9.2",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",