@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.
- package/model.js +0 -1
- package/model.ts +0 -1
- 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}
|