@epilot/message-client 1.10.2 → 1.10.3
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/openapi.d.ts +5 -5
- package/dist/openapi.json +1 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -212,7 +212,7 @@ declare namespace Components {
|
|
|
212
212
|
* example:
|
|
213
213
|
* COMPLETED
|
|
214
214
|
*/
|
|
215
|
-
status?: "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
215
|
+
status?: "INITIATED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
216
216
|
/**
|
|
217
217
|
* Progress of the GenAI job in percentage
|
|
218
218
|
* example:
|
|
@@ -842,7 +842,7 @@ declare namespace Paths {
|
|
|
842
842
|
* example:
|
|
843
843
|
* COMPLETED
|
|
844
844
|
*/
|
|
845
|
-
status?: "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
845
|
+
status?: "INITIATED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
846
846
|
/**
|
|
847
847
|
* Progress of the GenAI job in percentage
|
|
848
848
|
* example:
|
|
@@ -959,7 +959,7 @@ declare namespace Paths {
|
|
|
959
959
|
* example:
|
|
960
960
|
* COMPLETED
|
|
961
961
|
*/
|
|
962
|
-
status?: "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
962
|
+
status?: "INITIATED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
963
963
|
/**
|
|
964
964
|
* Progress of the GenAI job in percentage
|
|
965
965
|
* example:
|
|
@@ -1398,7 +1398,7 @@ declare namespace Paths {
|
|
|
1398
1398
|
* example:
|
|
1399
1399
|
* COMPLETED
|
|
1400
1400
|
*/
|
|
1401
|
-
status?: "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
1401
|
+
status?: "INITIATED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
1402
1402
|
/**
|
|
1403
1403
|
* Progress of the GenAI job in percentage
|
|
1404
1404
|
* example:
|
|
@@ -1497,7 +1497,7 @@ declare namespace Paths {
|
|
|
1497
1497
|
* example:
|
|
1498
1498
|
* COMPLETED
|
|
1499
1499
|
*/
|
|
1500
|
-
status?: "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
1500
|
+
status?: "INITIATED" | "IN_PROGRESS" | "COMPLETED" | "FAILED";
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Progress of the GenAI job in percentage
|
|
1503
1503
|
* example:
|
package/dist/openapi.json
CHANGED