@bigfootai/bigfoot-types 5.1.58 → 5.1.59

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 +0 -1
  2. package/model.ts +0 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1106,7 +1106,6 @@ exports.UpsertMessageInputQL = `
1106
1106
  input UpsertMessageInput {${exports.BlockFieldsForUpsert}
1107
1107
  originReferenceBlock: ReferenceBlockInput
1108
1108
  originReferenceTagId: String
1109
- parentId: String
1110
1109
  }`;
1111
1110
  exports.MessageQL = `
1112
1111
  type Message {${exports.BusinessObjectFields}
package/model.ts CHANGED
@@ -1894,7 +1894,6 @@ export const UpsertMessageInputQL = `
1894
1894
  input UpsertMessageInput {${BlockFieldsForUpsert}
1895
1895
  originReferenceBlock: ReferenceBlockInput
1896
1896
  originReferenceTagId: String
1897
- parentId: String
1898
1897
  }`;
1899
1898
  export const MessageQL = `
1900
1899
  type Message {${BusinessObjectFields}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.1.58",
4
+ "version": "5.1.59",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",