@createiq/backend 1.0.66 → 1.0.67

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.
@@ -2184,6 +2184,7 @@ export type SendAdvisorPresetRequestDto = {
2184
2184
  };
2185
2185
 
2186
2186
  export type NegotiationSummaryDto = {
2187
+ watching: boolean;
2187
2188
  document: DocumentWithPackDto;
2188
2189
  matchingElections?: number;
2189
2190
  subAccountId: string;
package/dist/index.d.cts CHANGED
@@ -1886,6 +1886,7 @@ type SendAdvisorPresetRequestDto = {
1886
1886
  presetIds: Array<string>;
1887
1887
  };
1888
1888
  type NegotiationSummaryDto = {
1889
+ watching: boolean;
1889
1890
  document: DocumentWithPackDto;
1890
1891
  matchingElections?: number;
1891
1892
  subAccountId: string;
package/dist/index.d.ts CHANGED
@@ -1886,6 +1886,7 @@ type SendAdvisorPresetRequestDto = {
1886
1886
  presetIds: Array<string>;
1887
1887
  };
1888
1888
  type NegotiationSummaryDto = {
1889
+ watching: boolean;
1889
1890
  document: DocumentWithPackDto;
1890
1891
  matchingElections?: number;
1891
1892
  subAccountId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 0c35ae1179e7cc9fbc8e9d50ba606cf982d3b42b95436a9d516f7c83240382e1
1
+ e6d16f9e202f0e3a51f34006519d42facdd320a3699d580413aa14546710a742