@uipath/solution-sdk 1.196.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.
Files changed (60) hide show
  1. package/README.md +21 -0
  2. package/dist/generated/src/apis/ConfigurationsApi.d.ts +28 -0
  3. package/dist/generated/src/apis/DeploymentsApi.d.ts +49 -0
  4. package/dist/generated/src/apis/PackagesApi.d.ts +88 -0
  5. package/dist/generated/src/apis/ProjectsApi.d.ts +37 -0
  6. package/dist/generated/src/apis/SearchApi.d.ts +38 -0
  7. package/dist/generated/src/apis/SettingsApi.d.ts +32 -0
  8. package/dist/generated/src/apis/index.d.ts +6 -0
  9. package/dist/generated/src/index.d.ts +3 -0
  10. package/dist/generated/src/models/BlobFileAccessDto.d.ts +45 -0
  11. package/dist/generated/src/models/CreateConfigurationCommand.d.ts +38 -0
  12. package/dist/generated/src/models/DeploymentActivationStatus.d.ts +30 -0
  13. package/dist/generated/src/models/DeploymentAutoRequest.d.ts +52 -0
  14. package/dist/generated/src/models/DeploymentDto.d.ts +38 -0
  15. package/dist/generated/src/models/DeploymentItemDto.d.ts +215 -0
  16. package/dist/generated/src/models/DeploymentOperation.d.ts +29 -0
  17. package/dist/generated/src/models/DeploymentOperationStatus.d.ts +28 -0
  18. package/dist/generated/src/models/DeploymentRequest.d.ts +69 -0
  19. package/dist/generated/src/models/DeploymentSearchItemDto2.d.ts +206 -0
  20. package/dist/generated/src/models/DeploymentStatus.d.ts +33 -0
  21. package/dist/generated/src/models/DeploymentType.d.ts +25 -0
  22. package/dist/generated/src/models/DeploymentUpgradeType.d.ts +27 -0
  23. package/dist/generated/src/models/DeploymentsSearchRequest2.d.ts +114 -0
  24. package/dist/generated/src/models/ExtendedPackageVersionState.d.ts +27 -0
  25. package/dist/generated/src/models/FolderInfo.d.ts +44 -0
  26. package/dist/generated/src/models/LocationDto.d.ts +44 -0
  27. package/dist/generated/src/models/OrderByDirection.d.ts +25 -0
  28. package/dist/generated/src/models/Overwrite.d.ts +63 -0
  29. package/dist/generated/src/models/OverwriteType.d.ts +25 -0
  30. package/dist/generated/src/models/PackageInfo.d.ts +99 -0
  31. package/dist/generated/src/models/PackageVersionComponentsDto.d.ts +46 -0
  32. package/dist/generated/src/models/PackageVersionInfoDto.d.ts +100 -0
  33. package/dist/generated/src/models/PackageVersionOrigin.d.ts +27 -0
  34. package/dist/generated/src/models/PackageVersionResourceDto.d.ts +63 -0
  35. package/dist/generated/src/models/PageInfoDtoOfDeploymentSearchItemDto2.d.ts +39 -0
  36. package/dist/generated/src/models/PageInfoDtoOfPackageInfo.d.ts +39 -0
  37. package/dist/generated/src/models/ProblemDetails.d.ts +57 -0
  38. package/dist/generated/src/models/ProjectCreateRequest.d.ts +38 -0
  39. package/dist/generated/src/models/ProjectDto.d.ts +75 -0
  40. package/dist/generated/src/models/ProjectImportStatus.d.ts +27 -0
  41. package/dist/generated/src/models/ResourceOverwrite.d.ts +45 -0
  42. package/dist/generated/src/models/ResourceStats.d.ts +44 -0
  43. package/dist/generated/src/models/ResponseDictionaryDto.d.ts +38 -0
  44. package/dist/generated/src/models/RuntimeSetup.d.ts +32 -0
  45. package/dist/generated/src/models/SearchFilter.d.ts +57 -0
  46. package/dist/generated/src/models/WorkflowAction.d.ts +29 -0
  47. package/dist/generated/src/models/index.d.ts +37 -0
  48. package/dist/generated/src/runtime.d.ts +184 -0
  49. package/dist/index.js +15612 -0
  50. package/dist/index.js.map +159 -0
  51. package/dist/scripts/generate-sdk.js +176 -0
  52. package/dist/scripts/generate-sdk.js.map +10 -0
  53. package/dist/src/bundle-service.d.ts +25 -0
  54. package/dist/src/index.d.ts +9 -0
  55. package/dist/src/solution-file.d.ts +133 -0
  56. package/dist/src/types.d.ts +42 -0
  57. package/dist/src/upload-service.d.ts +34 -0
  58. package/dist/src/user-agent.d.ts +1 -0
  59. package/dist/src/zip-utils.d.ts +63 -0
  60. package/package.json +44 -0
@@ -0,0 +1,215 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkflowAction } from './WorkflowAction';
13
+ import type { DeploymentActivationStatus } from './DeploymentActivationStatus';
14
+ import type { DeploymentOperation } from './DeploymentOperation';
15
+ import type { PackageVersionOrigin } from './PackageVersionOrigin';
16
+ import type { DeploymentOperationStatus } from './DeploymentOperationStatus';
17
+ import type { DeploymentUpgradeType } from './DeploymentUpgradeType';
18
+ import type { DeploymentStatus } from './DeploymentStatus';
19
+ import type { RuntimeSetup } from './RuntimeSetup';
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface DeploymentItemDto
24
+ */
25
+ export interface DeploymentItemDto {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof DeploymentItemDto
30
+ */
31
+ key: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof DeploymentItemDto
36
+ */
37
+ installDeploymentKey: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof DeploymentItemDto
42
+ */
43
+ name: string;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof DeploymentItemDto
48
+ */
49
+ configurationKey: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof DeploymentItemDto
54
+ */
55
+ packageVersionKey: string;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof DeploymentItemDto
60
+ */
61
+ packageKey: string;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof DeploymentItemDto
66
+ */
67
+ packageName: string;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof DeploymentItemDto
72
+ * @deprecated
73
+ */
74
+ packageVersion: string;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof DeploymentItemDto
79
+ */
80
+ currentPackageVersion?: string | null;
81
+ /**
82
+ *
83
+ * @type {string}
84
+ * @memberof DeploymentItemDto
85
+ */
86
+ targetPackageVersion?: string | null;
87
+ /**
88
+ *
89
+ * @type {string}
90
+ * @memberof DeploymentItemDto
91
+ */
92
+ folderPath?: string | null;
93
+ /**
94
+ *
95
+ * @type {string}
96
+ * @memberof DeploymentItemDto
97
+ */
98
+ installedRootFolderKey?: string | null;
99
+ /**
100
+ *
101
+ * @type {string}
102
+ * @memberof DeploymentItemDto
103
+ */
104
+ installedRootFolderName?: string | null;
105
+ /**
106
+ *
107
+ * @type {PackageVersionOrigin}
108
+ * @memberof DeploymentItemDto
109
+ */
110
+ packageVersionOrigin: PackageVersionOrigin;
111
+ /**
112
+ *
113
+ * @type {Date}
114
+ * @memberof DeploymentItemDto
115
+ */
116
+ deploymentCreationTime: Date;
117
+ /**
118
+ *
119
+ * @type {DeploymentStatus}
120
+ * @memberof DeploymentItemDto
121
+ */
122
+ status: DeploymentStatus;
123
+ /**
124
+ *
125
+ * @type {Date}
126
+ * @memberof DeploymentItemDto
127
+ */
128
+ startTime?: Date | null;
129
+ /**
130
+ *
131
+ * @type {Date}
132
+ * @memberof DeploymentItemDto
133
+ */
134
+ endTime?: Date | null;
135
+ /**
136
+ *
137
+ * @type {DeploymentUpgradeType}
138
+ * @memberof DeploymentItemDto
139
+ */
140
+ upgradeType?: DeploymentUpgradeType;
141
+ /**
142
+ *
143
+ * @type {DeploymentOperation}
144
+ * @memberof DeploymentItemDto
145
+ */
146
+ operation: DeploymentOperation;
147
+ /**
148
+ *
149
+ * @type {DeploymentOperationStatus}
150
+ * @memberof DeploymentItemDto
151
+ */
152
+ operationStatus: DeploymentOperationStatus;
153
+ /**
154
+ *
155
+ * @type {DeploymentActivationStatus}
156
+ * @memberof DeploymentItemDto
157
+ */
158
+ activationStatus: DeploymentActivationStatus;
159
+ /**
160
+ *
161
+ * @type {string}
162
+ * @memberof DeploymentItemDto
163
+ */
164
+ instanceId?: string | null;
165
+ /**
166
+ *
167
+ * @type {string}
168
+ * @memberof DeploymentItemDto
169
+ */
170
+ newPackageVersionAvailable?: string | null;
171
+ /**
172
+ *
173
+ * @type {string}
174
+ * @memberof DeploymentItemDto
175
+ */
176
+ packageVersionDescription?: string | null;
177
+ /**
178
+ *
179
+ * @type {string}
180
+ * @memberof DeploymentItemDto
181
+ */
182
+ packageVersionReleaseNotes?: string | null;
183
+ /**
184
+ *
185
+ * @type {string}
186
+ * @memberof DeploymentItemDto
187
+ */
188
+ authorName: string;
189
+ /**
190
+ *
191
+ * @type {string}
192
+ * @memberof DeploymentItemDto
193
+ */
194
+ previousDeploymentKey?: string | null;
195
+ /**
196
+ *
197
+ * @type {RuntimeSetup}
198
+ * @memberof DeploymentItemDto
199
+ */
200
+ runtimeSetup?: RuntimeSetup;
201
+ /**
202
+ *
203
+ * @type {Array<WorkflowAction>}
204
+ * @memberof DeploymentItemDto
205
+ */
206
+ actions: Array<WorkflowAction>;
207
+ }
208
+ /**
209
+ * Check if a given object implements the DeploymentItemDto interface.
210
+ */
211
+ export declare function instanceOfDeploymentItemDto(value: object): value is DeploymentItemDto;
212
+ export declare function DeploymentItemDtoFromJSON(json: any): DeploymentItemDto;
213
+ export declare function DeploymentItemDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentItemDto;
214
+ export declare function DeploymentItemDtoToJSON(json: any): DeploymentItemDto;
215
+ export declare function DeploymentItemDtoToJSONTyped(value?: DeploymentItemDto | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const DeploymentOperation: {
17
+ readonly Install: "Install";
18
+ readonly Uninstall: "Uninstall";
19
+ readonly VersionChange: "VersionChange";
20
+ readonly ConfigurationChange: "ConfigurationChange";
21
+ readonly Rollback: "Rollback";
22
+ readonly ActivationSetup: "ActivationSetup";
23
+ };
24
+ export type DeploymentOperation = typeof DeploymentOperation[keyof typeof DeploymentOperation];
25
+ export declare function instanceOfDeploymentOperation(value: any): boolean;
26
+ export declare function DeploymentOperationFromJSON(json: any): DeploymentOperation;
27
+ export declare function DeploymentOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentOperation;
28
+ export declare function DeploymentOperationToJSON(value?: DeploymentOperation | null): any;
29
+ export declare function DeploymentOperationToJSONTyped(value: any, ignoreDiscriminator: boolean): DeploymentOperation;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const DeploymentOperationStatus: {
17
+ readonly Draft: "Draft";
18
+ readonly Successful: "Successful";
19
+ readonly Failed: "Failed";
20
+ readonly InProgress: "InProgress";
21
+ readonly FailedRollback: "FailedRollback";
22
+ };
23
+ export type DeploymentOperationStatus = typeof DeploymentOperationStatus[keyof typeof DeploymentOperationStatus];
24
+ export declare function instanceOfDeploymentOperationStatus(value: any): boolean;
25
+ export declare function DeploymentOperationStatusFromJSON(json: any): DeploymentOperationStatus;
26
+ export declare function DeploymentOperationStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentOperationStatus;
27
+ export declare function DeploymentOperationStatusToJSON(value?: DeploymentOperationStatus | null): any;
28
+ export declare function DeploymentOperationStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): DeploymentOperationStatus;
@@ -0,0 +1,69 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RuntimeSetup } from './RuntimeSetup';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DeploymentRequest
17
+ */
18
+ export interface DeploymentRequest {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof DeploymentRequest
23
+ */
24
+ configurationKey: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DeploymentRequest
29
+ */
30
+ deploymentName: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof DeploymentRequest
35
+ */
36
+ installationFolderKey?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof DeploymentRequest
41
+ */
42
+ pathFullyQualifiedName?: string | null;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof DeploymentRequest
47
+ */
48
+ solutionRootFolderName?: string | null;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof DeploymentRequest
53
+ */
54
+ forceActivate?: boolean | null;
55
+ /**
56
+ *
57
+ * @type {RuntimeSetup}
58
+ * @memberof DeploymentRequest
59
+ */
60
+ runtimeSetup?: RuntimeSetup;
61
+ }
62
+ /**
63
+ * Check if a given object implements the DeploymentRequest interface.
64
+ */
65
+ export declare function instanceOfDeploymentRequest(value: object): value is DeploymentRequest;
66
+ export declare function DeploymentRequestFromJSON(json: any): DeploymentRequest;
67
+ export declare function DeploymentRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentRequest;
68
+ export declare function DeploymentRequestToJSON(json: any): DeploymentRequest;
69
+ export declare function DeploymentRequestToJSONTyped(value?: DeploymentRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,206 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkflowAction } from './WorkflowAction';
13
+ import type { DeploymentActivationStatus } from './DeploymentActivationStatus';
14
+ import type { DeploymentOperation } from './DeploymentOperation';
15
+ import type { PackageVersionOrigin } from './PackageVersionOrigin';
16
+ import type { DeploymentOperationStatus } from './DeploymentOperationStatus';
17
+ import type { DeploymentType } from './DeploymentType';
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface DeploymentSearchItemDto2
22
+ */
23
+ export interface DeploymentSearchItemDto2 {
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DeploymentSearchItemDto2
28
+ */
29
+ key: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof DeploymentSearchItemDto2
34
+ */
35
+ installDeploymentKey: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof DeploymentSearchItemDto2
40
+ */
41
+ instanceId?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof DeploymentSearchItemDto2
46
+ */
47
+ configurationKey: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof DeploymentSearchItemDto2
52
+ */
53
+ packageVersionKey: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof DeploymentSearchItemDto2
58
+ */
59
+ packageKey: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof DeploymentSearchItemDto2
64
+ */
65
+ packageName: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof DeploymentSearchItemDto2
70
+ */
71
+ packageVersion: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof DeploymentSearchItemDto2
76
+ */
77
+ currentPackageVersion?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof DeploymentSearchItemDto2
82
+ */
83
+ targetPackageVersion?: string | null;
84
+ /**
85
+ *
86
+ * @type {PackageVersionOrigin}
87
+ * @memberof DeploymentSearchItemDto2
88
+ */
89
+ packageVersionOrigin: PackageVersionOrigin;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof DeploymentSearchItemDto2
94
+ */
95
+ folderPath?: string | null;
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof DeploymentSearchItemDto2
100
+ */
101
+ installedRootFolderKey?: string | null;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof DeploymentSearchItemDto2
106
+ */
107
+ installedRootFolderName?: string | null;
108
+ /**
109
+ *
110
+ * @type {Date}
111
+ * @memberof DeploymentSearchItemDto2
112
+ */
113
+ deploymentCreationTime: Date;
114
+ /**
115
+ *
116
+ * @type {Date}
117
+ * @memberof DeploymentSearchItemDto2
118
+ */
119
+ startTime?: Date | null;
120
+ /**
121
+ *
122
+ * @type {Date}
123
+ * @memberof DeploymentSearchItemDto2
124
+ */
125
+ endTime?: Date | null;
126
+ /**
127
+ *
128
+ * @type {Array<WorkflowAction>}
129
+ * @memberof DeploymentSearchItemDto2
130
+ */
131
+ actions: Array<WorkflowAction>;
132
+ /**
133
+ *
134
+ * @type {string}
135
+ * @memberof DeploymentSearchItemDto2
136
+ */
137
+ name: string;
138
+ /**
139
+ *
140
+ * @type {DeploymentType}
141
+ * @memberof DeploymentSearchItemDto2
142
+ */
143
+ type: DeploymentType;
144
+ /**
145
+ *
146
+ * @type {DeploymentOperation}
147
+ * @memberof DeploymentSearchItemDto2
148
+ */
149
+ operation: DeploymentOperation;
150
+ /**
151
+ *
152
+ * @type {DeploymentOperationStatus}
153
+ * @memberof DeploymentSearchItemDto2
154
+ */
155
+ operationStatus: DeploymentOperationStatus;
156
+ /**
157
+ *
158
+ * @type {DeploymentActivationStatus}
159
+ * @memberof DeploymentSearchItemDto2
160
+ */
161
+ activationStatus: DeploymentActivationStatus;
162
+ /**
163
+ *
164
+ * @type {string}
165
+ * @memberof DeploymentSearchItemDto2
166
+ */
167
+ newPackageVersionAvailable?: string | null;
168
+ /**
169
+ *
170
+ * @type {string}
171
+ * @memberof DeploymentSearchItemDto2
172
+ */
173
+ packageVersionDescription?: string | null;
174
+ /**
175
+ *
176
+ * @type {string}
177
+ * @memberof DeploymentSearchItemDto2
178
+ */
179
+ packageVersionReleaseNotes?: string | null;
180
+ /**
181
+ *
182
+ * @type {string}
183
+ * @memberof DeploymentSearchItemDto2
184
+ */
185
+ authorName: string;
186
+ /**
187
+ *
188
+ * @type {string}
189
+ * @memberof DeploymentSearchItemDto2
190
+ */
191
+ previousDeploymentKey?: string | null;
192
+ /**
193
+ *
194
+ * @type {string}
195
+ * @memberof DeploymentSearchItemDto2
196
+ */
197
+ previousInstanceId?: string | null;
198
+ }
199
+ /**
200
+ * Check if a given object implements the DeploymentSearchItemDto2 interface.
201
+ */
202
+ export declare function instanceOfDeploymentSearchItemDto2(value: object): value is DeploymentSearchItemDto2;
203
+ export declare function DeploymentSearchItemDto2FromJSON(json: any): DeploymentSearchItemDto2;
204
+ export declare function DeploymentSearchItemDto2FromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentSearchItemDto2;
205
+ export declare function DeploymentSearchItemDto2ToJSON(json: any): DeploymentSearchItemDto2;
206
+ export declare function DeploymentSearchItemDto2ToJSONTyped(value?: DeploymentSearchItemDto2 | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const DeploymentStatus: {
17
+ readonly SuccessfulInstall: "SuccessfulInstall";
18
+ readonly SuccessfulUninstall: "SuccessfulUninstall";
19
+ readonly InstallProgress: "InstallProgress";
20
+ readonly UninstallProgress: "UninstallProgress";
21
+ readonly FailedInstall: "FailedInstall";
22
+ readonly FailedUninstall: "FailedUninstall";
23
+ readonly Draft: "Draft";
24
+ readonly SuccessfulActivate: "SuccessfulActivate";
25
+ readonly FailedActivate: "FailedActivate";
26
+ readonly ActivateProgress: "ActivateProgress";
27
+ };
28
+ export type DeploymentStatus = typeof DeploymentStatus[keyof typeof DeploymentStatus];
29
+ export declare function instanceOfDeploymentStatus(value: any): boolean;
30
+ export declare function DeploymentStatusFromJSON(json: any): DeploymentStatus;
31
+ export declare function DeploymentStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentStatus;
32
+ export declare function DeploymentStatusToJSON(value?: DeploymentStatus | null): any;
33
+ export declare function DeploymentStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): DeploymentStatus;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const DeploymentType: {
17
+ readonly Managed: "Managed";
18
+ readonly Unmanaged: "Unmanaged";
19
+ };
20
+ export type DeploymentType = typeof DeploymentType[keyof typeof DeploymentType];
21
+ export declare function instanceOfDeploymentType(value: any): boolean;
22
+ export declare function DeploymentTypeFromJSON(json: any): DeploymentType;
23
+ export declare function DeploymentTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentType;
24
+ export declare function DeploymentTypeToJSON(value?: DeploymentType | null): any;
25
+ export declare function DeploymentTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): DeploymentType;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * UiPath.AutomationSolutionsService.WebApi 1.0
3
+ * Solutions API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const DeploymentUpgradeType: {
17
+ readonly ConfigChange: "ConfigChange";
18
+ readonly VersionChange: "VersionChange";
19
+ readonly UpgradeRollback: "UpgradeRollback";
20
+ readonly ActivationSetup: "ActivationSetup";
21
+ };
22
+ export type DeploymentUpgradeType = typeof DeploymentUpgradeType[keyof typeof DeploymentUpgradeType];
23
+ export declare function instanceOfDeploymentUpgradeType(value: any): boolean;
24
+ export declare function DeploymentUpgradeTypeFromJSON(json: any): DeploymentUpgradeType;
25
+ export declare function DeploymentUpgradeTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeploymentUpgradeType;
26
+ export declare function DeploymentUpgradeTypeToJSON(value?: DeploymentUpgradeType | null): any;
27
+ export declare function DeploymentUpgradeTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): DeploymentUpgradeType;