@deepdesk/deepdesk-sdk 11.2.1-beta.7 → 11.2.1-beta.8

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/dist/index.d.mts CHANGED
@@ -659,7 +659,6 @@ type Autoflow = CamelCaseKeys<Server$1.Autoflow> & {
659
659
  interface State$e {
660
660
  list: Autoflow[];
661
661
  fetchState: FetchState;
662
- isInitialRequest: null | boolean;
663
662
  }
664
663
 
665
664
  interface State$d {
@@ -677,7 +676,6 @@ type CustomMessage = CamelCaseKeys<Server$1.CustomMessage>;
677
676
  interface State$b {
678
677
  list: CustomMessage[];
679
678
  fetchState: FetchState;
680
- isInitialRequest: null | boolean;
681
679
  sentSuggestions: string[];
682
680
  errorSuggestions: string[];
683
681
  answeredSuggestions: string[];
@@ -1552,7 +1550,6 @@ type StyleSuggestion = CamelCaseKeys<Server.StyleSuggestion>;
1552
1550
  interface State$2 {
1553
1551
  list: StyleSuggestion;
1554
1552
  fetchState: FetchState;
1555
- isInitialRequest: null | boolean;
1556
1553
  }
1557
1554
 
1558
1555
  type Cue = CamelCaseKeys<Server.Cue>;
@@ -1564,7 +1561,6 @@ type State$1 = {
1564
1561
  type SuggestionState = {
1565
1562
  suggestions: TextSuggestion[];
1566
1563
  fetchState: FetchState;
1567
- isInitialRequest: null | boolean;
1568
1564
  };
1569
1565
  interface TextSuggestionState {
1570
1566
  [type: string]: SuggestionState;
package/dist/index.d.ts CHANGED
@@ -659,7 +659,6 @@ type Autoflow = CamelCaseKeys<Server$1.Autoflow> & {
659
659
  interface State$e {
660
660
  list: Autoflow[];
661
661
  fetchState: FetchState;
662
- isInitialRequest: null | boolean;
663
662
  }
664
663
 
665
664
  interface State$d {
@@ -677,7 +676,6 @@ type CustomMessage = CamelCaseKeys<Server$1.CustomMessage>;
677
676
  interface State$b {
678
677
  list: CustomMessage[];
679
678
  fetchState: FetchState;
680
- isInitialRequest: null | boolean;
681
679
  sentSuggestions: string[];
682
680
  errorSuggestions: string[];
683
681
  answeredSuggestions: string[];
@@ -1552,7 +1550,6 @@ type StyleSuggestion = CamelCaseKeys<Server.StyleSuggestion>;
1552
1550
  interface State$2 {
1553
1551
  list: StyleSuggestion;
1554
1552
  fetchState: FetchState;
1555
- isInitialRequest: null | boolean;
1556
1553
  }
1557
1554
 
1558
1555
  type Cue = CamelCaseKeys<Server.Cue>;
@@ -1564,7 +1561,6 @@ type State$1 = {
1564
1561
  type SuggestionState = {
1565
1562
  suggestions: TextSuggestion[];
1566
1563
  fetchState: FetchState;
1567
- isInitialRequest: null | boolean;
1568
1564
  };
1569
1565
  interface TextSuggestionState {
1570
1566
  [type: string]: SuggestionState;