@rowengine/common 1.0.75 → 1.0.77

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.
@@ -14,13 +14,22 @@ export declare enum ProjectStatus {
14
14
  READY = "READY"
15
15
  }
16
16
  export declare enum ProviderStatus {
17
+ /** Project got out of exportables queue and now is waiting for analysis. */
17
18
  AWAITING_ANALYSIS = "AWAITING_ANALYSIS",
19
+ /** The provider rejected the entire project */
18
20
  REJECTED = "REJECTED",
21
+ /** The provider is editing the project. */
19
22
  EDITING = "EDITING",
23
+ /** Edited or not, but the provider finished the job. */
20
24
  DONE = "DONE",
25
+ /** Awaiting user to accept or reject a full edit by provider. */
21
26
  AWAITING_CONFIRMATION = "AWAITING_CONFIRMATION",
27
+ /** User sent local files and we're updating the project files */
22
28
  UPDATING = "UPDATING",
23
- EDIT_REFUSED = "EDIT_REFUSED"
29
+ /** Owner of the project refused the full edit and partial result, project wont be charged */
30
+ EDIT_REFUSED = "EDIT_REFUSED",
31
+ /** Owner refused the full edit, but accepted the bot result. */
32
+ PARTIAL_RESULT_ACCEPTED = "PARTIAL_RESULT_ACCEPTED"
24
33
  }
25
34
  export declare enum ProviderEditMode {
26
35
  FAST_EDIT = "FAST_EDIT",
@@ -36,6 +45,7 @@ export declare enum PixViewerStatus {
36
45
  }
37
46
  export declare enum BonusExportableStatus {
38
47
  PENDING_ROWS = "PENDING_ROWS",
48
+ AWAITING_CONFIRMATION = "AWAITING_CONFIRMATION",
39
49
  PROCESSING = "PROCESSING",
40
50
  READY = "READY",
41
51
  FAILED = "FAILED"
@@ -14,20 +14,22 @@ var ProjectStatus;
14
14
  })(ProjectStatus || (exports.ProjectStatus = ProjectStatus = {}));
15
15
  var ProviderStatus;
16
16
  (function (ProviderStatus) {
17
- /* Project got out of exportables queue and now is waiting for analysis. */
17
+ /** Project got out of exportables queue and now is waiting for analysis. */
18
18
  ProviderStatus["AWAITING_ANALYSIS"] = "AWAITING_ANALYSIS";
19
- /* The provider rejected the entire project */
19
+ /** The provider rejected the entire project */
20
20
  ProviderStatus["REJECTED"] = "REJECTED";
21
- /* The provider is editing the project. */
21
+ /** The provider is editing the project. */
22
22
  ProviderStatus["EDITING"] = "EDITING";
23
- /* Edited or not, but the provider finished the job. */
23
+ /** Edited or not, but the provider finished the job. */
24
24
  ProviderStatus["DONE"] = "DONE";
25
- /* Awaiting user to accept or reject a full edit by provider. */
25
+ /** Awaiting user to accept or reject a full edit by provider. */
26
26
  ProviderStatus["AWAITING_CONFIRMATION"] = "AWAITING_CONFIRMATION";
27
- /* User sent local files and we're updating the project files */
27
+ /** User sent local files and we're updating the project files */
28
28
  ProviderStatus["UPDATING"] = "UPDATING";
29
- /* Owner of the project refused the full edit by provider. */
29
+ /** Owner of the project refused the full edit and partial result, project wont be charged */
30
30
  ProviderStatus["EDIT_REFUSED"] = "EDIT_REFUSED";
31
+ /** Owner refused the full edit, but accepted the bot result. */
32
+ ProviderStatus["PARTIAL_RESULT_ACCEPTED"] = "PARTIAL_RESULT_ACCEPTED";
31
33
  })(ProviderStatus || (exports.ProviderStatus = ProviderStatus = {}));
32
34
  var ProviderEditMode;
33
35
  (function (ProviderEditMode) {
@@ -47,6 +49,7 @@ var PixViewerStatus;
47
49
  var BonusExportableStatus;
48
50
  (function (BonusExportableStatus) {
49
51
  BonusExportableStatus["PENDING_ROWS"] = "PENDING_ROWS";
52
+ BonusExportableStatus["AWAITING_CONFIRMATION"] = "AWAITING_CONFIRMATION";
50
53
  BonusExportableStatus["PROCESSING"] = "PROCESSING";
51
54
  BonusExportableStatus["READY"] = "READY";
52
55
  BonusExportableStatus["FAILED"] = "FAILED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowengine/common",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "exports": {