@worknice/js-sdk 0.47.0 → 0.49.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.
@@ -1407,8 +1407,7 @@ declare enum FieldPresence {
1407
1407
  declare enum FileProcessingStatus {
1408
1408
  Completed = "COMPLETED",
1409
1409
  Failed = "FAILED",
1410
- Pending = "PENDING",
1411
- Processing = "PROCESSING"
1410
+ Pending = "PENDING"
1412
1411
  }
1413
1412
  declare enum Gender {
1414
1413
  Female = "FEMALE",
@@ -144,7 +144,6 @@ var FileProcessingStatus = /* @__PURE__ */ ((FileProcessingStatus2) => {
144
144
  FileProcessingStatus2["Completed"] = "COMPLETED";
145
145
  FileProcessingStatus2["Failed"] = "FAILED";
146
146
  FileProcessingStatus2["Pending"] = "PENDING";
147
- FileProcessingStatus2["Processing"] = "PROCESSING";
148
147
  return FileProcessingStatus2;
149
148
  })(FileProcessingStatus || {});
150
149
  var Gender = /* @__PURE__ */ ((Gender2) => {