@bigfootai/bigfoot-types 2.12.2 → 2.12.3

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 (2) hide show
  1. package/model.ts +11 -11
  2. package/package.json +1 -1
package/model.ts CHANGED
@@ -690,18 +690,18 @@ export class BlockProcessingResponse {
690
690
  }
691
691
 
692
692
  export const BusinessObjectFields = `${PrimitiveFields}
693
- provider: String!
694
- application: String!
695
- uri: String!
696
- processingStage: String!
697
- processingAttempts: Int!
698
- dateProcessed: Float!
699
- externalId: String!
700
- processingReason: String
701
- iconUrl: String
702
- parentId: String`;
693
+ provider: String!
694
+ application: String!
695
+ uri: String!
696
+ processingStage: String!
697
+ processingAttempts: Int!
698
+ dateProcessed: Float!
699
+ externalId: String!
700
+ processingReason: String
701
+ iconUrl: String
702
+ parentId: String`;
703
703
  export const BusinessObjectQL = `
704
- type BusinessObject {${BlockFields}${BusinessObjectFields}
704
+ type BusinessObject {${BusinessObjectFields}
705
705
  }`;
706
706
  export class BusinessObject extends Block {
707
707
  provider: string; // A unique string representing the provider e.g. "salesforce", "atlassian", etc
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "2.12.2",
4
+ "version": "2.12.3",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",