@openshift-migration-advisor/agent-sdk 0.8.0-0a190192e598 → 0.8.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.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @openshift-migration-advisor/agent-sdk@0.8.0
|
|
1
|
+
# @openshift-migration-advisor/agent-sdk@0.8.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the raw.githubusercontent.com API.
|
|
4
4
|
|
|
@@ -128,7 +128,7 @@ and is automatically generated by the
|
|
|
128
128
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
129
129
|
|
|
130
130
|
- API version: `v1`
|
|
131
|
-
- Package version: `0.8.0
|
|
131
|
+
- Package version: `0.8.0`
|
|
132
132
|
- Generator version: `7.21.0-SNAPSHOT`
|
|
133
133
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
134
134
|
|
|
@@ -32,13 +32,13 @@ export interface InspectorStatus {
|
|
|
32
32
|
* @export
|
|
33
33
|
*/
|
|
34
34
|
export declare const InspectorStatusStateEnum: {
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
35
|
+
readonly InspectorStatusStateCanceled: "ready";
|
|
36
|
+
readonly InspectorStatusStateCanceling: "Initiating";
|
|
37
|
+
readonly InspectorStatusStateCompleted: "running";
|
|
38
|
+
readonly InspectorStatusStateError: "canceling";
|
|
39
|
+
readonly InspectorStatusStateInitiating: "canceled";
|
|
40
|
+
readonly InspectorStatusStateReady: "completed";
|
|
41
|
+
readonly InspectorStatusStateRunning: "error";
|
|
42
42
|
};
|
|
43
43
|
export type InspectorStatusStateEnum = typeof InspectorStatusStateEnum[keyof typeof InspectorStatusStateEnum];
|
|
44
44
|
/**
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
* @export
|
|
16
16
|
*/
|
|
17
17
|
export const InspectorStatusStateEnum = {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
InspectorStatusStateCanceled: 'ready',
|
|
19
|
+
InspectorStatusStateCanceling: 'Initiating',
|
|
20
|
+
InspectorStatusStateCompleted: 'running',
|
|
21
|
+
InspectorStatusStateError: 'canceling',
|
|
22
|
+
InspectorStatusStateInitiating: 'canceled',
|
|
23
|
+
InspectorStatusStateReady: 'completed',
|
|
24
|
+
InspectorStatusStateRunning: 'error'
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the InspectorStatus interface.
|
|
@@ -32,13 +32,13 @@ export interface InspectorStatus {
|
|
|
32
32
|
* @export
|
|
33
33
|
*/
|
|
34
34
|
export declare const InspectorStatusStateEnum: {
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
35
|
+
readonly InspectorStatusStateCanceled: "ready";
|
|
36
|
+
readonly InspectorStatusStateCanceling: "Initiating";
|
|
37
|
+
readonly InspectorStatusStateCompleted: "running";
|
|
38
|
+
readonly InspectorStatusStateError: "canceling";
|
|
39
|
+
readonly InspectorStatusStateInitiating: "canceled";
|
|
40
|
+
readonly InspectorStatusStateReady: "completed";
|
|
41
|
+
readonly InspectorStatusStateRunning: "error";
|
|
42
42
|
};
|
|
43
43
|
export type InspectorStatusStateEnum = typeof InspectorStatusStateEnum[keyof typeof InspectorStatusStateEnum];
|
|
44
44
|
/**
|
|
@@ -23,13 +23,13 @@ exports.InspectorStatusToJSONTyped = InspectorStatusToJSONTyped;
|
|
|
23
23
|
* @export
|
|
24
24
|
*/
|
|
25
25
|
exports.InspectorStatusStateEnum = {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
InspectorStatusStateCanceled: 'ready',
|
|
27
|
+
InspectorStatusStateCanceling: 'Initiating',
|
|
28
|
+
InspectorStatusStateCompleted: 'running',
|
|
29
|
+
InspectorStatusStateError: 'canceling',
|
|
30
|
+
InspectorStatusStateInitiating: 'canceled',
|
|
31
|
+
InspectorStatusStateReady: 'completed',
|
|
32
|
+
InspectorStatusStateRunning: 'error'
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
35
35
|
* Check if a given object implements the InspectorStatus interface.
|
package/package.json
CHANGED
|
@@ -38,13 +38,13 @@ export interface InspectorStatus {
|
|
|
38
38
|
* @export
|
|
39
39
|
*/
|
|
40
40
|
export const InspectorStatusStateEnum = {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
InspectorStatusStateCanceled: 'ready',
|
|
42
|
+
InspectorStatusStateCanceling: 'Initiating',
|
|
43
|
+
InspectorStatusStateCompleted: 'running',
|
|
44
|
+
InspectorStatusStateError: 'canceling',
|
|
45
|
+
InspectorStatusStateInitiating: 'canceled',
|
|
46
|
+
InspectorStatusStateReady: 'completed',
|
|
47
|
+
InspectorStatusStateRunning: 'error'
|
|
48
48
|
} as const;
|
|
49
49
|
export type InspectorStatusStateEnum = typeof InspectorStatusStateEnum[keyof typeof InspectorStatusStateEnum];
|
|
50
50
|
|