@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.
- package/model.js +1 -1
- package/model.ts +1 -1
- 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.
|
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 = `${
|
1445
|
+
export const BusinessObjectFields = `${BlockFields}
|
1446
1446
|
provider: String!
|
1447
1447
|
application: String!
|
1448
1448
|
uri: String!
|