@coveo/platform-client 37.12.0 → 37.13.0

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.
@@ -122,7 +122,8 @@ export declare enum CrawlingModuleLogRequestState {
122
122
  ERROR = "ERROR",
123
123
  RUNNING = "RUNNING",
124
124
  SUCCESSFUL = "SUCCESSFUL",
125
- TIMEOUT = "TIMEOUT"
125
+ TIMEOUT = "TIMEOUT",
126
+ EMPTY = "EMPTY"
126
127
  }
127
128
  export interface CrawlingModuleLogRequestModel {
128
129
  /**
@@ -13,5 +13,6 @@ var CrawlingModuleLogRequestState;
13
13
  CrawlingModuleLogRequestState["RUNNING"] = "RUNNING";
14
14
  CrawlingModuleLogRequestState["SUCCESSFUL"] = "SUCCESSFUL";
15
15
  CrawlingModuleLogRequestState["TIMEOUT"] = "TIMEOUT";
16
+ CrawlingModuleLogRequestState["EMPTY"] = "EMPTY";
16
17
  })(CrawlingModuleLogRequestState = exports.CrawlingModuleLogRequestState || (exports.CrawlingModuleLogRequestState = {}));
17
18
  //# sourceMappingURL=CrawlingModuleInterfaces.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":";;;AAyHA,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACvC,sDAAmB,CAAA;IACnB,oDAAiB,CAAA;AACrB,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C;AAED,IAAY,6BAMX;AAND,WAAY,6BAA6B;IACrC,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,oDAAmB,CAAA;IACnB,0DAAyB,CAAA;IACzB,oDAAmB,CAAA;AACvB,CAAC,EANW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAMxC"}
1
+ {"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":";;;AAyHA,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACvC,sDAAmB,CAAA;IACnB,oDAAiB,CAAA;AACrB,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C;AAED,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACrC,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,oDAAmB,CAAA;IACnB,0DAAyB,CAAA;IACzB,oDAAmB,CAAA;IACnB,gDAAe,CAAA;AACnB,CAAC,EAPW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAOxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "37.12.0",
3
+ "version": "37.13.0",
4
4
  "description": "",
5
5
  "main": "dist/Entry.js",
6
6
  "types": "dist/definitions/Entry.d.ts",