@bigfootai/bigfoot-types 5.4.128 → 5.4.129

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.
@@ -1,7 +1,7 @@
1
1
  import type { SharingApproach } from './sharing-approach.js';
2
2
  import type { SharingLevel } from './sharing-level.js';
3
3
  export declare const SharingTagInputQL = "\ninput SharingTagInput {\n tagId: String!\n shared: Boolean!\n sharingApproach: Int!\n sharingLevel: Int!\n\tconfidence: Float\n\ttext: String\n}";
4
- export declare const SharingTagQL = "\ntype SharingTag {\n tagId: String!\n shared: Boolean!\n sharingApproach: Int!\n sharingLevel: Int!\n\tconfidence: Float\n\ttext: String\n}";
4
+ export declare const SharingTagQL = "\ntype SharingTag {\n _id: ID\n tagId: String!\n shared: Boolean!\n sharingApproach: Int!\n sharingLevel: Int!\n\tconfidence: Float\n\ttext: String\n}";
5
5
  export interface SharingTag {
6
6
  tagId: string;
7
7
  shared: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"sharing-tag.d.ts","sourceRoot":"","sources":["../src/sharing-tag.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,eAAO,MAAM,iBAAiB,2JAQ5B,CAAC;AACH,eAAO,MAAM,YAAY,qJAQvB,CAAC;AACH,MAAM,WAAW,UAAU;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd"}
1
+ {"version":3,"file":"sharing-tag.d.ts","sourceRoot":"","sources":["../src/sharing-tag.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,eAAO,MAAM,iBAAiB,2JAQ5B,CAAC;AACH,eAAO,MAAM,YAAY,gKASvB,CAAC;AACH,MAAM,WAAW,UAAU;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd"}
@@ -9,6 +9,7 @@ input SharingTagInput {
9
9
  }`;
10
10
  export const SharingTagQL = `
11
11
  type SharingTag {
12
+ _id: ID
12
13
  tagId: String!
13
14
  shared: Boolean!
14
15
  sharingApproach: Int!
@@ -1 +1 @@
1
- {"version":3,"file":"sharing-tag.js","sourceRoot":"","sources":["../src/sharing-tag.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,iBAAiB,GAAG;;;;;;;;EAQ/B,CAAC;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;;;;;;;;EAQ1B,CAAC"}
1
+ {"version":3,"file":"sharing-tag.js","sourceRoot":"","sources":["../src/sharing-tag.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,iBAAiB,GAAG;;;;;;;;EAQ/B,CAAC;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;;;;;;;;;EAS1B,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
4
  "type": "module",
5
- "version": "5.4.128",
5
+ "version": "5.4.129",
6
6
  "description": "The internal library for the types used in the Bigfoot platform",
7
7
  "main": "dist/index.js",
8
8
  "files": [