@azure/arm-selfhelp 2.0.0-beta.2 → 2.0.0-beta.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/CHANGELOG.md +120 -0
- package/LICENSE +1 -1
- package/README.md +3 -2
- package/dist/index.js +1589 -861
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +7 -7
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.js +4 -13
- package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.js +1 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.js +6 -41
- package/dist-esm/samples-dev/discoverySolutionListSample.js.map +1 -1
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts +2 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js +45 -0
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts +2 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js +43 -0
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +5 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +46 -0
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +37 -0
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionCreateSample.js +8 -5
- package/dist-esm/samples-dev/solutionCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/solutionGetSample.js +1 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +36 -0
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionUpdateSample.js +2 -11
- package/dist-esm/samples-dev/solutionUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.js +37 -0
- package/dist-esm/samples-dev/solutionWarmUpSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.js +6 -6
- package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +1 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.js +5 -5
- package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.js +1 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.js +1 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.js +1 -1
- package/dist-esm/src/helpRP.d.ts +8 -1
- package/dist-esm/src/helpRP.d.ts.map +1 -1
- package/dist-esm/src/helpRP.js +25 -15
- package/dist-esm/src/helpRP.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +227 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +24 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +860 -523
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +95 -44
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.js +4 -4
- package/dist-esm/src/operations/diagnostics.d.ts +6 -10
- package/dist-esm/src/operations/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operations/diagnostics.js +24 -28
- package/dist-esm/src/operations/diagnostics.js.map +1 -1
- package/dist-esm/src/operations/discoverySolution.d.ts +3 -12
- package/dist-esm/src/operations/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operations/discoverySolution.js +27 -36
- package/dist-esm/src/operations/discoverySolution.js.map +1 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +19 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js +49 -0
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +19 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +1 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +49 -0
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +4 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/simplifiedSolutions.d.ts +52 -0
- package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist-esm/src/operations/simplifiedSolutions.js +159 -0
- package/dist-esm/src/operations/simplifiedSolutions.js.map +1 -0
- package/dist-esm/src/operations/solution.d.ts +20 -25
- package/dist-esm/src/operations/solution.d.ts.map +1 -1
- package/dist-esm/src/operations/solution.js +71 -54
- package/dist-esm/src/operations/solution.js.map +1 -1
- package/dist-esm/src/operations/solutionSelfHelp.d.ts +23 -0
- package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist-esm/src/operations/solutionSelfHelp.js +51 -0
- package/dist-esm/src/operations/solutionSelfHelp.js.map +1 -0
- package/dist-esm/src/operations/troubleshooters.js +26 -26
- package/dist-esm/src/operations/troubleshooters.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +6 -10
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +2 -5
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js +9 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +9 -0
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +4 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/solution.d.ts +20 -25
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/test/selfhelp_operations_test.spec.js +2 -2
- package/dist-esm/test/selfhelp_operations_test.spec.js.map +1 -1
- package/package.json +8 -10
- package/review/arm-selfhelp.api.md +177 -2
- package/src/helpRP.ts +58 -17
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +263 -22
- package/src/models/mappers.ts +898 -529
- package/src/models/parameters.ts +105 -45
- package/src/operations/checkNameAvailability.ts +7 -7
- package/src/operations/diagnostics.ts +39 -46
- package/src/operations/discoverySolution.ts +29 -46
- package/src/operations/discoverySolutionNLPSubscriptionScope.ts +64 -0
- package/src/operations/discoverySolutionNLPTenantScope.ts +64 -0
- package/src/operations/index.ts +4 -0
- package/src/operations/operations.ts +16 -16
- package/src/operations/simplifiedSolutions.ts +216 -0
- package/src/operations/solution.ts +101 -77
- package/src/operations/solutionSelfHelp.ts +68 -0
- package/src/operations/troubleshooters.ts +42 -47
- package/src/operationsInterfaces/checkNameAvailability.ts +2 -2
- package/src/operationsInterfaces/diagnostics.ts +10 -14
- package/src/operationsInterfaces/discoverySolution.ts +3 -7
- package/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts +24 -0
- package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +24 -0
- package/src/operationsInterfaces/index.ts +4 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/simplifiedSolutions.ts +74 -0
- package/src/operationsInterfaces/solution.ts +30 -30
- package/src/operationsInterfaces/solutionSelfHelp.ts +29 -0
- package/src/operationsInterfaces/troubleshooters.ts +6 -6
- package/src/pagingHelper.ts +1 -1
- package/types/arm-selfhelp.d.ts +359 -46
- package/types/tsdoc-metadata.json +1 -1
|
@@ -18,20 +18,20 @@ export const OperationListResult = {
|
|
|
18
18
|
element: {
|
|
19
19
|
type: {
|
|
20
20
|
name: "Composite",
|
|
21
|
-
className: "Operation"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
21
|
+
className: "Operation",
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
25
|
},
|
|
26
26
|
nextLink: {
|
|
27
27
|
serializedName: "nextLink",
|
|
28
28
|
readOnly: true,
|
|
29
29
|
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
30
|
+
name: "String",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
35
|
};
|
|
36
36
|
export const Operation = {
|
|
37
37
|
type: {
|
|
@@ -42,39 +42,39 @@ export const Operation = {
|
|
|
42
42
|
serializedName: "name",
|
|
43
43
|
readOnly: true,
|
|
44
44
|
type: {
|
|
45
|
-
name: "String"
|
|
46
|
-
}
|
|
45
|
+
name: "String",
|
|
46
|
+
},
|
|
47
47
|
},
|
|
48
48
|
isDataAction: {
|
|
49
49
|
serializedName: "isDataAction",
|
|
50
50
|
readOnly: true,
|
|
51
51
|
type: {
|
|
52
|
-
name: "Boolean"
|
|
53
|
-
}
|
|
52
|
+
name: "Boolean",
|
|
53
|
+
},
|
|
54
54
|
},
|
|
55
55
|
display: {
|
|
56
56
|
serializedName: "display",
|
|
57
57
|
type: {
|
|
58
58
|
name: "Composite",
|
|
59
|
-
className: "OperationDisplay"
|
|
60
|
-
}
|
|
59
|
+
className: "OperationDisplay",
|
|
60
|
+
},
|
|
61
61
|
},
|
|
62
62
|
origin: {
|
|
63
63
|
serializedName: "origin",
|
|
64
64
|
readOnly: true,
|
|
65
65
|
type: {
|
|
66
|
-
name: "String"
|
|
67
|
-
}
|
|
66
|
+
name: "String",
|
|
67
|
+
},
|
|
68
68
|
},
|
|
69
69
|
actionType: {
|
|
70
70
|
serializedName: "actionType",
|
|
71
71
|
readOnly: true,
|
|
72
72
|
type: {
|
|
73
|
-
name: "String"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
73
|
+
name: "String",
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
78
|
};
|
|
79
79
|
export const OperationDisplay = {
|
|
80
80
|
type: {
|
|
@@ -85,32 +85,32 @@ export const OperationDisplay = {
|
|
|
85
85
|
serializedName: "provider",
|
|
86
86
|
readOnly: true,
|
|
87
87
|
type: {
|
|
88
|
-
name: "String"
|
|
89
|
-
}
|
|
88
|
+
name: "String",
|
|
89
|
+
},
|
|
90
90
|
},
|
|
91
91
|
resource: {
|
|
92
92
|
serializedName: "resource",
|
|
93
93
|
readOnly: true,
|
|
94
94
|
type: {
|
|
95
|
-
name: "String"
|
|
96
|
-
}
|
|
95
|
+
name: "String",
|
|
96
|
+
},
|
|
97
97
|
},
|
|
98
98
|
operation: {
|
|
99
99
|
serializedName: "operation",
|
|
100
100
|
readOnly: true,
|
|
101
101
|
type: {
|
|
102
|
-
name: "String"
|
|
103
|
-
}
|
|
102
|
+
name: "String",
|
|
103
|
+
},
|
|
104
104
|
},
|
|
105
105
|
description: {
|
|
106
106
|
serializedName: "description",
|
|
107
107
|
readOnly: true,
|
|
108
108
|
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
109
|
+
name: "String",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
114
|
};
|
|
115
115
|
export const ErrorResponse = {
|
|
116
116
|
type: {
|
|
@@ -121,11 +121,11 @@ export const ErrorResponse = {
|
|
|
121
121
|
serializedName: "error",
|
|
122
122
|
type: {
|
|
123
123
|
name: "Composite",
|
|
124
|
-
className: "ErrorDetail"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
124
|
+
className: "ErrorDetail",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
129
|
};
|
|
130
130
|
export const ErrorDetail = {
|
|
131
131
|
type: {
|
|
@@ -136,22 +136,22 @@ export const ErrorDetail = {
|
|
|
136
136
|
serializedName: "code",
|
|
137
137
|
readOnly: true,
|
|
138
138
|
type: {
|
|
139
|
-
name: "String"
|
|
140
|
-
}
|
|
139
|
+
name: "String",
|
|
140
|
+
},
|
|
141
141
|
},
|
|
142
142
|
message: {
|
|
143
143
|
serializedName: "message",
|
|
144
144
|
readOnly: true,
|
|
145
145
|
type: {
|
|
146
|
-
name: "String"
|
|
147
|
-
}
|
|
146
|
+
name: "String",
|
|
147
|
+
},
|
|
148
148
|
},
|
|
149
149
|
target: {
|
|
150
150
|
serializedName: "target",
|
|
151
151
|
readOnly: true,
|
|
152
152
|
type: {
|
|
153
|
-
name: "String"
|
|
154
|
-
}
|
|
153
|
+
name: "String",
|
|
154
|
+
},
|
|
155
155
|
},
|
|
156
156
|
details: {
|
|
157
157
|
serializedName: "details",
|
|
@@ -161,10 +161,10 @@ export const ErrorDetail = {
|
|
|
161
161
|
element: {
|
|
162
162
|
type: {
|
|
163
163
|
name: "Composite",
|
|
164
|
-
className: "ErrorDetail"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
164
|
+
className: "ErrorDetail",
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
168
|
},
|
|
169
169
|
additionalInfo: {
|
|
170
170
|
serializedName: "additionalInfo",
|
|
@@ -174,13 +174,13 @@ export const ErrorDetail = {
|
|
|
174
174
|
element: {
|
|
175
175
|
type: {
|
|
176
176
|
name: "Composite",
|
|
177
|
-
className: "ErrorAdditionalInfo"
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
177
|
+
className: "ErrorAdditionalInfo",
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
184
|
};
|
|
185
185
|
export const ErrorAdditionalInfo = {
|
|
186
186
|
type: {
|
|
@@ -191,19 +191,19 @@ export const ErrorAdditionalInfo = {
|
|
|
191
191
|
serializedName: "type",
|
|
192
192
|
readOnly: true,
|
|
193
193
|
type: {
|
|
194
|
-
name: "String"
|
|
195
|
-
}
|
|
194
|
+
name: "String",
|
|
195
|
+
},
|
|
196
196
|
},
|
|
197
197
|
info: {
|
|
198
198
|
serializedName: "info",
|
|
199
199
|
readOnly: true,
|
|
200
200
|
type: {
|
|
201
201
|
name: "Dictionary",
|
|
202
|
-
value: { type: { name: "any" } }
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
202
|
+
value: { type: { name: "any" } },
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
207
|
};
|
|
208
208
|
export const CheckNameAvailabilityRequest = {
|
|
209
209
|
type: {
|
|
@@ -213,17 +213,17 @@ export const CheckNameAvailabilityRequest = {
|
|
|
213
213
|
name: {
|
|
214
214
|
serializedName: "name",
|
|
215
215
|
type: {
|
|
216
|
-
name: "String"
|
|
217
|
-
}
|
|
216
|
+
name: "String",
|
|
217
|
+
},
|
|
218
218
|
},
|
|
219
219
|
type: {
|
|
220
220
|
serializedName: "type",
|
|
221
221
|
type: {
|
|
222
|
-
name: "String"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
}
|
|
222
|
+
name: "String",
|
|
223
|
+
},
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
},
|
|
227
227
|
};
|
|
228
228
|
export const CheckNameAvailabilityResponse = {
|
|
229
229
|
type: {
|
|
@@ -233,23 +233,23 @@ export const CheckNameAvailabilityResponse = {
|
|
|
233
233
|
nameAvailable: {
|
|
234
234
|
serializedName: "nameAvailable",
|
|
235
235
|
type: {
|
|
236
|
-
name: "Boolean"
|
|
237
|
-
}
|
|
236
|
+
name: "Boolean",
|
|
237
|
+
},
|
|
238
238
|
},
|
|
239
239
|
reason: {
|
|
240
240
|
serializedName: "reason",
|
|
241
241
|
type: {
|
|
242
|
-
name: "String"
|
|
243
|
-
}
|
|
242
|
+
name: "String",
|
|
243
|
+
},
|
|
244
244
|
},
|
|
245
245
|
message: {
|
|
246
246
|
serializedName: "message",
|
|
247
247
|
type: {
|
|
248
|
-
name: "String"
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
248
|
+
name: "String",
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
},
|
|
253
253
|
};
|
|
254
254
|
export const DiagnosticInvocation = {
|
|
255
255
|
type: {
|
|
@@ -259,18 +259,18 @@ export const DiagnosticInvocation = {
|
|
|
259
259
|
solutionId: {
|
|
260
260
|
serializedName: "solutionId",
|
|
261
261
|
type: {
|
|
262
|
-
name: "String"
|
|
263
|
-
}
|
|
262
|
+
name: "String",
|
|
263
|
+
},
|
|
264
264
|
},
|
|
265
265
|
additionalParameters: {
|
|
266
266
|
serializedName: "additionalParameters",
|
|
267
267
|
type: {
|
|
268
268
|
name: "Dictionary",
|
|
269
|
-
value: { type: { name: "String" } }
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
}
|
|
269
|
+
value: { type: { name: "String" } },
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
274
|
};
|
|
275
275
|
export const Diagnostic = {
|
|
276
276
|
type: {
|
|
@@ -280,14 +280,14 @@ export const Diagnostic = {
|
|
|
280
280
|
solutionId: {
|
|
281
281
|
serializedName: "solutionId",
|
|
282
282
|
type: {
|
|
283
|
-
name: "String"
|
|
284
|
-
}
|
|
283
|
+
name: "String",
|
|
284
|
+
},
|
|
285
285
|
},
|
|
286
286
|
status: {
|
|
287
287
|
serializedName: "status",
|
|
288
288
|
type: {
|
|
289
|
-
name: "String"
|
|
290
|
-
}
|
|
289
|
+
name: "String",
|
|
290
|
+
},
|
|
291
291
|
},
|
|
292
292
|
insights: {
|
|
293
293
|
serializedName: "insights",
|
|
@@ -296,20 +296,20 @@ export const Diagnostic = {
|
|
|
296
296
|
element: {
|
|
297
297
|
type: {
|
|
298
298
|
name: "Composite",
|
|
299
|
-
className: "Insight"
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}
|
|
299
|
+
className: "Insight",
|
|
300
|
+
},
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
303
|
},
|
|
304
304
|
error: {
|
|
305
305
|
serializedName: "error",
|
|
306
306
|
type: {
|
|
307
307
|
name: "Composite",
|
|
308
|
-
className: "ErrorModel"
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
}
|
|
308
|
+
className: "ErrorModel",
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
313
|
};
|
|
314
314
|
export const Insight = {
|
|
315
315
|
type: {
|
|
@@ -319,29 +319,29 @@ export const Insight = {
|
|
|
319
319
|
id: {
|
|
320
320
|
serializedName: "id",
|
|
321
321
|
type: {
|
|
322
|
-
name: "String"
|
|
323
|
-
}
|
|
322
|
+
name: "String",
|
|
323
|
+
},
|
|
324
324
|
},
|
|
325
325
|
title: {
|
|
326
326
|
serializedName: "title",
|
|
327
327
|
type: {
|
|
328
|
-
name: "String"
|
|
329
|
-
}
|
|
328
|
+
name: "String",
|
|
329
|
+
},
|
|
330
330
|
},
|
|
331
331
|
results: {
|
|
332
332
|
serializedName: "results",
|
|
333
333
|
type: {
|
|
334
|
-
name: "String"
|
|
335
|
-
}
|
|
334
|
+
name: "String",
|
|
335
|
+
},
|
|
336
336
|
},
|
|
337
337
|
importanceLevel: {
|
|
338
338
|
serializedName: "importanceLevel",
|
|
339
339
|
type: {
|
|
340
|
-
name: "String"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
}
|
|
340
|
+
name: "String",
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
345
|
};
|
|
346
346
|
export const ErrorModel = {
|
|
347
347
|
type: {
|
|
@@ -352,22 +352,22 @@ export const ErrorModel = {
|
|
|
352
352
|
serializedName: "code",
|
|
353
353
|
readOnly: true,
|
|
354
354
|
type: {
|
|
355
|
-
name: "String"
|
|
356
|
-
}
|
|
355
|
+
name: "String",
|
|
356
|
+
},
|
|
357
357
|
},
|
|
358
358
|
type: {
|
|
359
359
|
serializedName: "type",
|
|
360
360
|
readOnly: true,
|
|
361
361
|
type: {
|
|
362
|
-
name: "String"
|
|
363
|
-
}
|
|
362
|
+
name: "String",
|
|
363
|
+
},
|
|
364
364
|
},
|
|
365
365
|
message: {
|
|
366
366
|
serializedName: "message",
|
|
367
367
|
readOnly: true,
|
|
368
368
|
type: {
|
|
369
|
-
name: "String"
|
|
370
|
-
}
|
|
369
|
+
name: "String",
|
|
370
|
+
},
|
|
371
371
|
},
|
|
372
372
|
details: {
|
|
373
373
|
serializedName: "details",
|
|
@@ -376,13 +376,13 @@ export const ErrorModel = {
|
|
|
376
376
|
element: {
|
|
377
377
|
type: {
|
|
378
378
|
name: "Composite",
|
|
379
|
-
className: "ErrorModel"
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
}
|
|
379
|
+
className: "ErrorModel",
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
386
|
};
|
|
387
387
|
export const Resource = {
|
|
388
388
|
type: {
|
|
@@ -393,32 +393,32 @@ export const Resource = {
|
|
|
393
393
|
serializedName: "id",
|
|
394
394
|
readOnly: true,
|
|
395
395
|
type: {
|
|
396
|
-
name: "String"
|
|
397
|
-
}
|
|
396
|
+
name: "String",
|
|
397
|
+
},
|
|
398
398
|
},
|
|
399
399
|
name: {
|
|
400
400
|
serializedName: "name",
|
|
401
401
|
readOnly: true,
|
|
402
402
|
type: {
|
|
403
|
-
name: "String"
|
|
404
|
-
}
|
|
403
|
+
name: "String",
|
|
404
|
+
},
|
|
405
405
|
},
|
|
406
406
|
type: {
|
|
407
407
|
serializedName: "type",
|
|
408
408
|
readOnly: true,
|
|
409
409
|
type: {
|
|
410
|
-
name: "String"
|
|
411
|
-
}
|
|
410
|
+
name: "String",
|
|
411
|
+
},
|
|
412
412
|
},
|
|
413
413
|
systemData: {
|
|
414
414
|
serializedName: "systemData",
|
|
415
415
|
type: {
|
|
416
416
|
name: "Composite",
|
|
417
|
-
className: "SystemData"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
417
|
+
className: "SystemData",
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
422
|
};
|
|
423
423
|
export const SystemData = {
|
|
424
424
|
type: {
|
|
@@ -428,41 +428,41 @@ export const SystemData = {
|
|
|
428
428
|
createdBy: {
|
|
429
429
|
serializedName: "createdBy",
|
|
430
430
|
type: {
|
|
431
|
-
name: "String"
|
|
432
|
-
}
|
|
431
|
+
name: "String",
|
|
432
|
+
},
|
|
433
433
|
},
|
|
434
434
|
createdByType: {
|
|
435
435
|
serializedName: "createdByType",
|
|
436
436
|
type: {
|
|
437
|
-
name: "String"
|
|
438
|
-
}
|
|
437
|
+
name: "String",
|
|
438
|
+
},
|
|
439
439
|
},
|
|
440
440
|
createdAt: {
|
|
441
441
|
serializedName: "createdAt",
|
|
442
442
|
type: {
|
|
443
|
-
name: "DateTime"
|
|
444
|
-
}
|
|
443
|
+
name: "DateTime",
|
|
444
|
+
},
|
|
445
445
|
},
|
|
446
446
|
lastModifiedBy: {
|
|
447
447
|
serializedName: "lastModifiedBy",
|
|
448
448
|
type: {
|
|
449
|
-
name: "String"
|
|
450
|
-
}
|
|
449
|
+
name: "String",
|
|
450
|
+
},
|
|
451
451
|
},
|
|
452
452
|
lastModifiedByType: {
|
|
453
453
|
serializedName: "lastModifiedByType",
|
|
454
454
|
type: {
|
|
455
|
-
name: "String"
|
|
456
|
-
}
|
|
455
|
+
name: "String",
|
|
456
|
+
},
|
|
457
457
|
},
|
|
458
458
|
lastModifiedAt: {
|
|
459
459
|
serializedName: "lastModifiedAt",
|
|
460
460
|
type: {
|
|
461
|
-
name: "DateTime"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
}
|
|
461
|
+
name: "DateTime",
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
},
|
|
465
|
+
},
|
|
466
466
|
};
|
|
467
467
|
export const DiscoveryResponse = {
|
|
468
468
|
type: {
|
|
@@ -476,19 +476,19 @@ export const DiscoveryResponse = {
|
|
|
476
476
|
element: {
|
|
477
477
|
type: {
|
|
478
478
|
name: "Composite",
|
|
479
|
-
className: "SolutionMetadataResource"
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
479
|
+
className: "SolutionMetadataResource",
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
},
|
|
483
483
|
},
|
|
484
484
|
nextLink: {
|
|
485
485
|
serializedName: "nextLink",
|
|
486
486
|
type: {
|
|
487
|
-
name: "String"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
487
|
+
name: "String",
|
|
488
|
+
},
|
|
489
|
+
},
|
|
490
|
+
},
|
|
491
|
+
},
|
|
492
492
|
};
|
|
493
493
|
export const SolutionMetadataProperties = {
|
|
494
494
|
type: {
|
|
@@ -498,22 +498,22 @@ export const SolutionMetadataProperties = {
|
|
|
498
498
|
solutionId: {
|
|
499
499
|
serializedName: "solutionId",
|
|
500
500
|
type: {
|
|
501
|
-
name: "String"
|
|
502
|
-
}
|
|
501
|
+
name: "String",
|
|
502
|
+
},
|
|
503
503
|
},
|
|
504
504
|
solutionType: {
|
|
505
505
|
serializedName: "solutionType",
|
|
506
506
|
readOnly: true,
|
|
507
507
|
type: {
|
|
508
|
-
name: "String"
|
|
509
|
-
}
|
|
508
|
+
name: "String",
|
|
509
|
+
},
|
|
510
510
|
},
|
|
511
511
|
description: {
|
|
512
512
|
serializedName: "description",
|
|
513
513
|
readOnly: true,
|
|
514
514
|
type: {
|
|
515
|
-
name: "String"
|
|
516
|
-
}
|
|
515
|
+
name: "String",
|
|
516
|
+
},
|
|
517
517
|
},
|
|
518
518
|
requiredInputs: {
|
|
519
519
|
serializedName: "requiredInputs",
|
|
@@ -522,13 +522,13 @@ export const SolutionMetadataProperties = {
|
|
|
522
522
|
name: "Sequence",
|
|
523
523
|
element: {
|
|
524
524
|
type: {
|
|
525
|
-
name: "String"
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
}
|
|
525
|
+
name: "String",
|
|
526
|
+
},
|
|
527
|
+
},
|
|
528
|
+
},
|
|
529
|
+
},
|
|
530
|
+
},
|
|
531
|
+
},
|
|
532
532
|
};
|
|
533
533
|
export const TriggerCriterion = {
|
|
534
534
|
type: {
|
|
@@ -538,17 +538,17 @@ export const TriggerCriterion = {
|
|
|
538
538
|
name: {
|
|
539
539
|
serializedName: "name",
|
|
540
540
|
type: {
|
|
541
|
-
name: "String"
|
|
542
|
-
}
|
|
541
|
+
name: "String",
|
|
542
|
+
},
|
|
543
543
|
},
|
|
544
544
|
value: {
|
|
545
545
|
serializedName: "value",
|
|
546
546
|
type: {
|
|
547
|
-
name: "String"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
}
|
|
547
|
+
name: "String",
|
|
548
|
+
},
|
|
549
|
+
},
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
552
|
};
|
|
553
553
|
export const ReplacementMaps = {
|
|
554
554
|
type: {
|
|
@@ -562,10 +562,10 @@ export const ReplacementMaps = {
|
|
|
562
562
|
element: {
|
|
563
563
|
type: {
|
|
564
564
|
name: "Composite",
|
|
565
|
-
className: "WebResult"
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
}
|
|
565
|
+
className: "WebResult",
|
|
566
|
+
},
|
|
567
|
+
},
|
|
568
|
+
},
|
|
569
569
|
},
|
|
570
570
|
diagnostics: {
|
|
571
571
|
serializedName: "diagnostics",
|
|
@@ -574,10 +574,10 @@ export const ReplacementMaps = {
|
|
|
574
574
|
element: {
|
|
575
575
|
type: {
|
|
576
576
|
name: "Composite",
|
|
577
|
-
className: "SolutionsDiagnostic"
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
}
|
|
577
|
+
className: "SolutionsDiagnostic",
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
|
+
},
|
|
581
581
|
},
|
|
582
582
|
troubleshooters: {
|
|
583
583
|
serializedName: "troubleshooters",
|
|
@@ -586,10 +586,10 @@ export const ReplacementMaps = {
|
|
|
586
586
|
element: {
|
|
587
587
|
type: {
|
|
588
588
|
name: "Composite",
|
|
589
|
-
className: "SolutionsTroubleshooters"
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
}
|
|
589
|
+
className: "SolutionsTroubleshooters",
|
|
590
|
+
},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
593
593
|
},
|
|
594
594
|
metricsBasedCharts: {
|
|
595
595
|
serializedName: "metricsBasedCharts",
|
|
@@ -598,10 +598,10 @@ export const ReplacementMaps = {
|
|
|
598
598
|
element: {
|
|
599
599
|
type: {
|
|
600
600
|
name: "Composite",
|
|
601
|
-
className: "MetricsBasedChart"
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
}
|
|
601
|
+
className: "MetricsBasedChart",
|
|
602
|
+
},
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
605
|
},
|
|
606
606
|
videos: {
|
|
607
607
|
serializedName: "videos",
|
|
@@ -610,10 +610,10 @@ export const ReplacementMaps = {
|
|
|
610
610
|
element: {
|
|
611
611
|
type: {
|
|
612
612
|
name: "Composite",
|
|
613
|
-
className: "Video"
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
}
|
|
613
|
+
className: "Video",
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
617
|
},
|
|
618
618
|
videoGroups: {
|
|
619
619
|
serializedName: "videoGroups",
|
|
@@ -622,13 +622,13 @@ export const ReplacementMaps = {
|
|
|
622
622
|
element: {
|
|
623
623
|
type: {
|
|
624
624
|
name: "Composite",
|
|
625
|
-
className: "VideoGroup"
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
}
|
|
625
|
+
className: "VideoGroup",
|
|
626
|
+
},
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
632
|
};
|
|
633
633
|
export const WebResult = {
|
|
634
634
|
type: {
|
|
@@ -638,8 +638,8 @@ export const WebResult = {
|
|
|
638
638
|
replacementKey: {
|
|
639
639
|
serializedName: "replacementKey",
|
|
640
640
|
type: {
|
|
641
|
-
name: "String"
|
|
642
|
-
}
|
|
641
|
+
name: "String",
|
|
642
|
+
},
|
|
643
643
|
},
|
|
644
644
|
searchResults: {
|
|
645
645
|
serializedName: "searchResults",
|
|
@@ -648,13 +648,13 @@ export const WebResult = {
|
|
|
648
648
|
element: {
|
|
649
649
|
type: {
|
|
650
650
|
name: "Composite",
|
|
651
|
-
className: "SearchResult"
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
651
|
+
className: "SearchResult",
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
},
|
|
656
|
+
},
|
|
657
|
+
},
|
|
658
658
|
};
|
|
659
659
|
export const SearchResult = {
|
|
660
660
|
type: {
|
|
@@ -664,53 +664,53 @@ export const SearchResult = {
|
|
|
664
664
|
solutionId: {
|
|
665
665
|
serializedName: "solutionId",
|
|
666
666
|
type: {
|
|
667
|
-
name: "String"
|
|
668
|
-
}
|
|
667
|
+
name: "String",
|
|
668
|
+
},
|
|
669
669
|
},
|
|
670
670
|
content: {
|
|
671
671
|
serializedName: "content",
|
|
672
672
|
type: {
|
|
673
|
-
name: "String"
|
|
674
|
-
}
|
|
673
|
+
name: "String",
|
|
674
|
+
},
|
|
675
675
|
},
|
|
676
676
|
title: {
|
|
677
677
|
serializedName: "title",
|
|
678
678
|
type: {
|
|
679
|
-
name: "String"
|
|
680
|
-
}
|
|
679
|
+
name: "String",
|
|
680
|
+
},
|
|
681
681
|
},
|
|
682
682
|
confidence: {
|
|
683
683
|
serializedName: "confidence",
|
|
684
684
|
type: {
|
|
685
|
-
name: "String"
|
|
686
|
-
}
|
|
685
|
+
name: "String",
|
|
686
|
+
},
|
|
687
687
|
},
|
|
688
688
|
source: {
|
|
689
689
|
serializedName: "source",
|
|
690
690
|
type: {
|
|
691
|
-
name: "String"
|
|
692
|
-
}
|
|
691
|
+
name: "String",
|
|
692
|
+
},
|
|
693
693
|
},
|
|
694
694
|
resultType: {
|
|
695
695
|
serializedName: "resultType",
|
|
696
696
|
type: {
|
|
697
|
-
name: "String"
|
|
698
|
-
}
|
|
697
|
+
name: "String",
|
|
698
|
+
},
|
|
699
699
|
},
|
|
700
700
|
rank: {
|
|
701
701
|
serializedName: "rank",
|
|
702
702
|
type: {
|
|
703
|
-
name: "Number"
|
|
704
|
-
}
|
|
703
|
+
name: "Number",
|
|
704
|
+
},
|
|
705
705
|
},
|
|
706
706
|
link: {
|
|
707
707
|
serializedName: "link",
|
|
708
708
|
type: {
|
|
709
|
-
name: "String"
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
}
|
|
709
|
+
name: "String",
|
|
710
|
+
},
|
|
711
|
+
},
|
|
712
|
+
},
|
|
713
|
+
},
|
|
714
714
|
};
|
|
715
715
|
export const SolutionsDiagnostic = {
|
|
716
716
|
type: {
|
|
@@ -720,26 +720,32 @@ export const SolutionsDiagnostic = {
|
|
|
720
720
|
solutionId: {
|
|
721
721
|
serializedName: "solutionId",
|
|
722
722
|
type: {
|
|
723
|
-
name: "String"
|
|
724
|
-
}
|
|
723
|
+
name: "String",
|
|
724
|
+
},
|
|
725
725
|
},
|
|
726
726
|
status: {
|
|
727
727
|
serializedName: "status",
|
|
728
728
|
type: {
|
|
729
|
-
name: "String"
|
|
730
|
-
}
|
|
729
|
+
name: "String",
|
|
730
|
+
},
|
|
731
731
|
},
|
|
732
732
|
statusDetails: {
|
|
733
733
|
serializedName: "statusDetails",
|
|
734
734
|
type: {
|
|
735
|
-
name: "String"
|
|
736
|
-
}
|
|
735
|
+
name: "String",
|
|
736
|
+
},
|
|
737
737
|
},
|
|
738
738
|
replacementKey: {
|
|
739
739
|
serializedName: "replacementKey",
|
|
740
740
|
type: {
|
|
741
|
-
name: "String"
|
|
742
|
-
}
|
|
741
|
+
name: "String",
|
|
742
|
+
},
|
|
743
|
+
},
|
|
744
|
+
estimatedCompletionTime: {
|
|
745
|
+
serializedName: "estimatedCompletionTime",
|
|
746
|
+
type: {
|
|
747
|
+
name: "String",
|
|
748
|
+
},
|
|
743
749
|
},
|
|
744
750
|
requiredParameters: {
|
|
745
751
|
serializedName: "requiredParameters",
|
|
@@ -747,10 +753,10 @@ export const SolutionsDiagnostic = {
|
|
|
747
753
|
name: "Sequence",
|
|
748
754
|
element: {
|
|
749
755
|
type: {
|
|
750
|
-
name: "String"
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
756
|
+
name: "String",
|
|
757
|
+
},
|
|
758
|
+
},
|
|
759
|
+
},
|
|
754
760
|
},
|
|
755
761
|
insights: {
|
|
756
762
|
serializedName: "insights",
|
|
@@ -759,13 +765,13 @@ export const SolutionsDiagnostic = {
|
|
|
759
765
|
element: {
|
|
760
766
|
type: {
|
|
761
767
|
name: "Composite",
|
|
762
|
-
className: "Insight"
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
}
|
|
768
|
+
className: "Insight",
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
},
|
|
769
775
|
};
|
|
770
776
|
export const SolutionsTroubleshooters = {
|
|
771
777
|
type: {
|
|
@@ -775,23 +781,23 @@ export const SolutionsTroubleshooters = {
|
|
|
775
781
|
solutionId: {
|
|
776
782
|
serializedName: "solutionId",
|
|
777
783
|
type: {
|
|
778
|
-
name: "String"
|
|
779
|
-
}
|
|
784
|
+
name: "String",
|
|
785
|
+
},
|
|
780
786
|
},
|
|
781
787
|
title: {
|
|
782
788
|
serializedName: "title",
|
|
783
789
|
type: {
|
|
784
|
-
name: "String"
|
|
785
|
-
}
|
|
790
|
+
name: "String",
|
|
791
|
+
},
|
|
786
792
|
},
|
|
787
793
|
summary: {
|
|
788
794
|
serializedName: "summary",
|
|
789
795
|
type: {
|
|
790
|
-
name: "String"
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
}
|
|
796
|
+
name: "String",
|
|
797
|
+
},
|
|
798
|
+
},
|
|
799
|
+
},
|
|
800
|
+
},
|
|
795
801
|
};
|
|
796
802
|
export const MetricsBasedChart = {
|
|
797
803
|
type: {
|
|
@@ -801,42 +807,42 @@ export const MetricsBasedChart = {
|
|
|
801
807
|
name: {
|
|
802
808
|
serializedName: "name",
|
|
803
809
|
type: {
|
|
804
|
-
name: "String"
|
|
805
|
-
}
|
|
810
|
+
name: "String",
|
|
811
|
+
},
|
|
806
812
|
},
|
|
807
813
|
aggregationType: {
|
|
808
814
|
serializedName: "aggregationType",
|
|
809
815
|
type: {
|
|
810
|
-
name: "String"
|
|
811
|
-
}
|
|
816
|
+
name: "String",
|
|
817
|
+
},
|
|
812
818
|
},
|
|
813
819
|
timeSpanDuration: {
|
|
814
820
|
serializedName: "timeSpanDuration",
|
|
815
821
|
type: {
|
|
816
|
-
name: "String"
|
|
817
|
-
}
|
|
822
|
+
name: "String",
|
|
823
|
+
},
|
|
818
824
|
},
|
|
819
825
|
title: {
|
|
820
826
|
serializedName: "title",
|
|
821
827
|
type: {
|
|
822
|
-
name: "String"
|
|
823
|
-
}
|
|
828
|
+
name: "String",
|
|
829
|
+
},
|
|
824
830
|
},
|
|
825
831
|
filterGroup: {
|
|
826
832
|
serializedName: "filterGroup",
|
|
827
833
|
type: {
|
|
828
834
|
name: "Composite",
|
|
829
|
-
className: "FilterGroup"
|
|
830
|
-
}
|
|
835
|
+
className: "FilterGroup",
|
|
836
|
+
},
|
|
831
837
|
},
|
|
832
838
|
replacementKey: {
|
|
833
839
|
serializedName: "replacementKey",
|
|
834
840
|
type: {
|
|
835
|
-
name: "String"
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
}
|
|
841
|
+
name: "String",
|
|
842
|
+
},
|
|
843
|
+
},
|
|
844
|
+
},
|
|
845
|
+
},
|
|
840
846
|
};
|
|
841
847
|
export const FilterGroup = {
|
|
842
848
|
type: {
|
|
@@ -850,13 +856,13 @@ export const FilterGroup = {
|
|
|
850
856
|
element: {
|
|
851
857
|
type: {
|
|
852
858
|
name: "Composite",
|
|
853
|
-
className: "Filter"
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
}
|
|
859
|
+
className: "Filter",
|
|
860
|
+
},
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
},
|
|
860
866
|
};
|
|
861
867
|
export const Filter = {
|
|
862
868
|
type: {
|
|
@@ -866,23 +872,23 @@ export const Filter = {
|
|
|
866
872
|
name: {
|
|
867
873
|
serializedName: "name",
|
|
868
874
|
type: {
|
|
869
|
-
name: "String"
|
|
870
|
-
}
|
|
875
|
+
name: "String",
|
|
876
|
+
},
|
|
871
877
|
},
|
|
872
878
|
values: {
|
|
873
879
|
serializedName: "values",
|
|
874
880
|
type: {
|
|
875
|
-
name: "String"
|
|
876
|
-
}
|
|
881
|
+
name: "String",
|
|
882
|
+
},
|
|
877
883
|
},
|
|
878
884
|
operator: {
|
|
879
885
|
serializedName: "operator",
|
|
880
886
|
type: {
|
|
881
|
-
name: "String"
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
}
|
|
887
|
+
name: "String",
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
},
|
|
891
|
+
},
|
|
886
892
|
};
|
|
887
893
|
export const VideoGroupVideo = {
|
|
888
894
|
type: {
|
|
@@ -892,17 +898,17 @@ export const VideoGroupVideo = {
|
|
|
892
898
|
src: {
|
|
893
899
|
serializedName: "src",
|
|
894
900
|
type: {
|
|
895
|
-
name: "String"
|
|
896
|
-
}
|
|
901
|
+
name: "String",
|
|
902
|
+
},
|
|
897
903
|
},
|
|
898
904
|
title: {
|
|
899
905
|
serializedName: "title",
|
|
900
906
|
type: {
|
|
901
|
-
name: "String"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
}
|
|
907
|
+
name: "String",
|
|
908
|
+
},
|
|
909
|
+
},
|
|
910
|
+
},
|
|
911
|
+
},
|
|
906
912
|
};
|
|
907
913
|
export const VideoGroup = {
|
|
908
914
|
type: {
|
|
@@ -916,19 +922,19 @@ export const VideoGroup = {
|
|
|
916
922
|
element: {
|
|
917
923
|
type: {
|
|
918
924
|
name: "Composite",
|
|
919
|
-
className: "VideoGroupVideo"
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
}
|
|
925
|
+
className: "VideoGroupVideo",
|
|
926
|
+
},
|
|
927
|
+
},
|
|
928
|
+
},
|
|
923
929
|
},
|
|
924
930
|
replacementKey: {
|
|
925
931
|
serializedName: "replacementKey",
|
|
926
932
|
type: {
|
|
927
|
-
name: "String"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|
|
933
|
+
name: "String",
|
|
934
|
+
},
|
|
935
|
+
},
|
|
936
|
+
},
|
|
937
|
+
},
|
|
932
938
|
};
|
|
933
939
|
export const Section = {
|
|
934
940
|
type: {
|
|
@@ -938,24 +944,24 @@ export const Section = {
|
|
|
938
944
|
title: {
|
|
939
945
|
serializedName: "title",
|
|
940
946
|
type: {
|
|
941
|
-
name: "String"
|
|
942
|
-
}
|
|
947
|
+
name: "String",
|
|
948
|
+
},
|
|
943
949
|
},
|
|
944
950
|
content: {
|
|
945
951
|
serializedName: "content",
|
|
946
952
|
type: {
|
|
947
|
-
name: "String"
|
|
948
|
-
}
|
|
953
|
+
name: "String",
|
|
954
|
+
},
|
|
949
955
|
},
|
|
950
956
|
replacementMaps: {
|
|
951
957
|
serializedName: "replacementMaps",
|
|
952
958
|
type: {
|
|
953
959
|
name: "Composite",
|
|
954
|
-
className: "ReplacementMaps"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
}
|
|
960
|
+
className: "ReplacementMaps",
|
|
961
|
+
},
|
|
962
|
+
},
|
|
963
|
+
},
|
|
964
|
+
},
|
|
959
965
|
};
|
|
960
966
|
export const SolutionPatchRequestBody = {
|
|
961
967
|
type: {
|
|
@@ -969,52 +975,52 @@ export const SolutionPatchRequestBody = {
|
|
|
969
975
|
element: {
|
|
970
976
|
type: {
|
|
971
977
|
name: "Composite",
|
|
972
|
-
className: "TriggerCriterion"
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
}
|
|
978
|
+
className: "TriggerCriterion",
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
},
|
|
976
982
|
},
|
|
977
983
|
parameters: {
|
|
978
984
|
serializedName: "properties.parameters",
|
|
979
985
|
type: {
|
|
980
986
|
name: "Dictionary",
|
|
981
|
-
value: { type: { name: "String" } }
|
|
982
|
-
}
|
|
987
|
+
value: { type: { name: "String" } },
|
|
988
|
+
},
|
|
983
989
|
},
|
|
984
990
|
solutionId: {
|
|
985
991
|
serializedName: "properties.solutionId",
|
|
986
992
|
readOnly: true,
|
|
987
993
|
type: {
|
|
988
|
-
name: "String"
|
|
989
|
-
}
|
|
994
|
+
name: "String",
|
|
995
|
+
},
|
|
990
996
|
},
|
|
991
997
|
provisioningState: {
|
|
992
998
|
serializedName: "properties.provisioningState",
|
|
993
999
|
readOnly: true,
|
|
994
1000
|
type: {
|
|
995
|
-
name: "String"
|
|
996
|
-
}
|
|
1001
|
+
name: "String",
|
|
1002
|
+
},
|
|
997
1003
|
},
|
|
998
1004
|
title: {
|
|
999
1005
|
serializedName: "properties.title",
|
|
1000
1006
|
readOnly: true,
|
|
1001
1007
|
type: {
|
|
1002
|
-
name: "String"
|
|
1003
|
-
}
|
|
1008
|
+
name: "String",
|
|
1009
|
+
},
|
|
1004
1010
|
},
|
|
1005
1011
|
content: {
|
|
1006
1012
|
serializedName: "properties.content",
|
|
1007
1013
|
readOnly: true,
|
|
1008
1014
|
type: {
|
|
1009
|
-
name: "String"
|
|
1010
|
-
}
|
|
1015
|
+
name: "String",
|
|
1016
|
+
},
|
|
1011
1017
|
},
|
|
1012
1018
|
replacementMaps: {
|
|
1013
1019
|
serializedName: "properties.replacementMaps",
|
|
1014
1020
|
type: {
|
|
1015
1021
|
name: "Composite",
|
|
1016
|
-
className: "ReplacementMaps"
|
|
1017
|
-
}
|
|
1022
|
+
className: "ReplacementMaps",
|
|
1023
|
+
},
|
|
1018
1024
|
},
|
|
1019
1025
|
sections: {
|
|
1020
1026
|
serializedName: "properties.sections",
|
|
@@ -1024,13 +1030,28 @@ export const SolutionPatchRequestBody = {
|
|
|
1024
1030
|
element: {
|
|
1025
1031
|
type: {
|
|
1026
1032
|
name: "Composite",
|
|
1027
|
-
className: "Section"
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1033
|
+
className: "Section",
|
|
1034
|
+
},
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
1040
|
+
};
|
|
1041
|
+
export const SolutionWarmUpRequestBody = {
|
|
1042
|
+
type: {
|
|
1043
|
+
name: "Composite",
|
|
1044
|
+
className: "SolutionWarmUpRequestBody",
|
|
1045
|
+
modelProperties: {
|
|
1046
|
+
parameters: {
|
|
1047
|
+
serializedName: "parameters",
|
|
1048
|
+
type: {
|
|
1049
|
+
name: "Dictionary",
|
|
1050
|
+
value: { type: { name: "String" } },
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
},
|
|
1034
1055
|
};
|
|
1035
1056
|
export const Step = {
|
|
1036
1057
|
type: {
|
|
@@ -1040,50 +1061,50 @@ export const Step = {
|
|
|
1040
1061
|
id: {
|
|
1041
1062
|
serializedName: "id",
|
|
1042
1063
|
type: {
|
|
1043
|
-
name: "String"
|
|
1044
|
-
}
|
|
1064
|
+
name: "String",
|
|
1065
|
+
},
|
|
1045
1066
|
},
|
|
1046
1067
|
title: {
|
|
1047
1068
|
serializedName: "title",
|
|
1048
1069
|
type: {
|
|
1049
|
-
name: "String"
|
|
1050
|
-
}
|
|
1070
|
+
name: "String",
|
|
1071
|
+
},
|
|
1051
1072
|
},
|
|
1052
1073
|
description: {
|
|
1053
1074
|
serializedName: "description",
|
|
1054
1075
|
type: {
|
|
1055
|
-
name: "String"
|
|
1056
|
-
}
|
|
1076
|
+
name: "String",
|
|
1077
|
+
},
|
|
1057
1078
|
},
|
|
1058
1079
|
guidance: {
|
|
1059
1080
|
serializedName: "guidance",
|
|
1060
1081
|
type: {
|
|
1061
|
-
name: "String"
|
|
1062
|
-
}
|
|
1082
|
+
name: "String",
|
|
1083
|
+
},
|
|
1063
1084
|
},
|
|
1064
1085
|
executionStatus: {
|
|
1065
1086
|
serializedName: "executionStatus",
|
|
1066
1087
|
type: {
|
|
1067
|
-
name: "String"
|
|
1068
|
-
}
|
|
1088
|
+
name: "String",
|
|
1089
|
+
},
|
|
1069
1090
|
},
|
|
1070
1091
|
executionStatusDescription: {
|
|
1071
1092
|
serializedName: "executionStatusDescription",
|
|
1072
1093
|
type: {
|
|
1073
|
-
name: "String"
|
|
1074
|
-
}
|
|
1094
|
+
name: "String",
|
|
1095
|
+
},
|
|
1075
1096
|
},
|
|
1076
1097
|
type: {
|
|
1077
1098
|
serializedName: "type",
|
|
1078
1099
|
type: {
|
|
1079
|
-
name: "String"
|
|
1080
|
-
}
|
|
1100
|
+
name: "String",
|
|
1101
|
+
},
|
|
1081
1102
|
},
|
|
1082
1103
|
isLastStep: {
|
|
1083
1104
|
serializedName: "isLastStep",
|
|
1084
1105
|
type: {
|
|
1085
|
-
name: "Boolean"
|
|
1086
|
-
}
|
|
1106
|
+
name: "Boolean",
|
|
1107
|
+
},
|
|
1087
1108
|
},
|
|
1088
1109
|
inputs: {
|
|
1089
1110
|
serializedName: "inputs",
|
|
@@ -1092,17 +1113,17 @@ export const Step = {
|
|
|
1092
1113
|
element: {
|
|
1093
1114
|
type: {
|
|
1094
1115
|
name: "Composite",
|
|
1095
|
-
className: "StepInput"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1116
|
+
className: "StepInput",
|
|
1117
|
+
},
|
|
1118
|
+
},
|
|
1119
|
+
},
|
|
1099
1120
|
},
|
|
1100
1121
|
automatedCheckResults: {
|
|
1101
1122
|
serializedName: "automatedCheckResults",
|
|
1102
1123
|
type: {
|
|
1103
1124
|
name: "Composite",
|
|
1104
|
-
className: "AutomatedCheckResult"
|
|
1105
|
-
}
|
|
1125
|
+
className: "AutomatedCheckResult",
|
|
1126
|
+
},
|
|
1106
1127
|
},
|
|
1107
1128
|
insights: {
|
|
1108
1129
|
serializedName: "insights",
|
|
@@ -1111,20 +1132,20 @@ export const Step = {
|
|
|
1111
1132
|
element: {
|
|
1112
1133
|
type: {
|
|
1113
1134
|
name: "Composite",
|
|
1114
|
-
className: "Insight"
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1135
|
+
className: "Insight",
|
|
1136
|
+
},
|
|
1137
|
+
},
|
|
1138
|
+
},
|
|
1118
1139
|
},
|
|
1119
1140
|
error: {
|
|
1120
1141
|
serializedName: "error",
|
|
1121
1142
|
type: {
|
|
1122
1143
|
name: "Composite",
|
|
1123
|
-
className: "ErrorDetail"
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1144
|
+
className: "ErrorDetail",
|
|
1145
|
+
},
|
|
1146
|
+
},
|
|
1147
|
+
},
|
|
1148
|
+
},
|
|
1128
1149
|
};
|
|
1129
1150
|
export const StepInput = {
|
|
1130
1151
|
type: {
|
|
@@ -1134,51 +1155,57 @@ export const StepInput = {
|
|
|
1134
1155
|
questionId: {
|
|
1135
1156
|
serializedName: "questionId",
|
|
1136
1157
|
type: {
|
|
1137
|
-
name: "String"
|
|
1138
|
-
}
|
|
1158
|
+
name: "String",
|
|
1159
|
+
},
|
|
1139
1160
|
},
|
|
1140
1161
|
questionType: {
|
|
1141
1162
|
serializedName: "questionType",
|
|
1142
1163
|
type: {
|
|
1143
|
-
name: "String"
|
|
1144
|
-
}
|
|
1164
|
+
name: "String",
|
|
1165
|
+
},
|
|
1166
|
+
},
|
|
1167
|
+
questionTitle: {
|
|
1168
|
+
serializedName: "questionTitle",
|
|
1169
|
+
type: {
|
|
1170
|
+
name: "String",
|
|
1171
|
+
},
|
|
1145
1172
|
},
|
|
1146
1173
|
questionContent: {
|
|
1147
1174
|
serializedName: "questionContent",
|
|
1148
1175
|
type: {
|
|
1149
|
-
name: "String"
|
|
1150
|
-
}
|
|
1176
|
+
name: "String",
|
|
1177
|
+
},
|
|
1151
1178
|
},
|
|
1152
1179
|
questionContentType: {
|
|
1153
1180
|
serializedName: "questionContentType",
|
|
1154
1181
|
type: {
|
|
1155
|
-
name: "String"
|
|
1156
|
-
}
|
|
1182
|
+
name: "String",
|
|
1183
|
+
},
|
|
1157
1184
|
},
|
|
1158
1185
|
responseHint: {
|
|
1159
1186
|
serializedName: "responseHint",
|
|
1160
1187
|
type: {
|
|
1161
|
-
name: "String"
|
|
1162
|
-
}
|
|
1188
|
+
name: "String",
|
|
1189
|
+
},
|
|
1163
1190
|
},
|
|
1164
1191
|
recommendedOption: {
|
|
1165
1192
|
serializedName: "recommendedOption",
|
|
1166
1193
|
type: {
|
|
1167
|
-
name: "String"
|
|
1168
|
-
}
|
|
1194
|
+
name: "String",
|
|
1195
|
+
},
|
|
1169
1196
|
},
|
|
1170
1197
|
selectedOptionValue: {
|
|
1171
1198
|
serializedName: "selectedOptionValue",
|
|
1172
1199
|
type: {
|
|
1173
|
-
name: "String"
|
|
1174
|
-
}
|
|
1200
|
+
name: "String",
|
|
1201
|
+
},
|
|
1175
1202
|
},
|
|
1176
1203
|
responseValidationProperties: {
|
|
1177
1204
|
serializedName: "responseValidationProperties",
|
|
1178
1205
|
type: {
|
|
1179
1206
|
name: "Composite",
|
|
1180
|
-
className: "ResponseValidationProperties"
|
|
1181
|
-
}
|
|
1207
|
+
className: "ResponseValidationProperties",
|
|
1208
|
+
},
|
|
1182
1209
|
},
|
|
1183
1210
|
responseOptions: {
|
|
1184
1211
|
serializedName: "responseOptions",
|
|
@@ -1187,13 +1214,13 @@ export const StepInput = {
|
|
|
1187
1214
|
element: {
|
|
1188
1215
|
type: {
|
|
1189
1216
|
name: "Composite",
|
|
1190
|
-
className: "ResponseOption"
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1217
|
+
className: "ResponseOption",
|
|
1218
|
+
},
|
|
1219
|
+
},
|
|
1220
|
+
},
|
|
1221
|
+
},
|
|
1222
|
+
},
|
|
1223
|
+
},
|
|
1197
1224
|
};
|
|
1198
1225
|
export const ResponseValidationProperties = {
|
|
1199
1226
|
type: {
|
|
@@ -1203,29 +1230,35 @@ export const ResponseValidationProperties = {
|
|
|
1203
1230
|
regex: {
|
|
1204
1231
|
serializedName: "regex",
|
|
1205
1232
|
type: {
|
|
1206
|
-
name: "String"
|
|
1207
|
-
}
|
|
1233
|
+
name: "String",
|
|
1234
|
+
},
|
|
1235
|
+
},
|
|
1236
|
+
validationScope: {
|
|
1237
|
+
serializedName: "validationScope",
|
|
1238
|
+
type: {
|
|
1239
|
+
name: "String",
|
|
1240
|
+
},
|
|
1208
1241
|
},
|
|
1209
1242
|
isRequired: {
|
|
1210
1243
|
serializedName: "isRequired",
|
|
1211
1244
|
type: {
|
|
1212
|
-
name: "Boolean"
|
|
1213
|
-
}
|
|
1245
|
+
name: "Boolean",
|
|
1246
|
+
},
|
|
1214
1247
|
},
|
|
1215
1248
|
validationErrorMessage: {
|
|
1216
1249
|
serializedName: "validationErrorMessage",
|
|
1217
1250
|
type: {
|
|
1218
|
-
name: "String"
|
|
1219
|
-
}
|
|
1251
|
+
name: "String",
|
|
1252
|
+
},
|
|
1220
1253
|
},
|
|
1221
1254
|
maxLength: {
|
|
1222
1255
|
serializedName: "maxLength",
|
|
1223
1256
|
type: {
|
|
1224
|
-
name: "Number"
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1257
|
+
name: "Number",
|
|
1258
|
+
},
|
|
1259
|
+
},
|
|
1260
|
+
},
|
|
1261
|
+
},
|
|
1229
1262
|
};
|
|
1230
1263
|
export const ResponseOption = {
|
|
1231
1264
|
type: {
|
|
@@ -1235,37 +1268,49 @@ export const ResponseOption = {
|
|
|
1235
1268
|
key: {
|
|
1236
1269
|
serializedName: "key",
|
|
1237
1270
|
type: {
|
|
1238
|
-
name: "String"
|
|
1239
|
-
}
|
|
1271
|
+
name: "String",
|
|
1272
|
+
},
|
|
1240
1273
|
},
|
|
1241
1274
|
value: {
|
|
1242
1275
|
serializedName: "value",
|
|
1243
1276
|
type: {
|
|
1244
|
-
name: "String"
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1277
|
+
name: "String",
|
|
1278
|
+
},
|
|
1279
|
+
},
|
|
1280
|
+
},
|
|
1281
|
+
},
|
|
1249
1282
|
};
|
|
1250
1283
|
export const AutomatedCheckResult = {
|
|
1251
1284
|
type: {
|
|
1252
1285
|
name: "Composite",
|
|
1253
1286
|
className: "AutomatedCheckResult",
|
|
1254
1287
|
modelProperties: {
|
|
1288
|
+
version: {
|
|
1289
|
+
serializedName: "version",
|
|
1290
|
+
type: {
|
|
1291
|
+
name: "String",
|
|
1292
|
+
},
|
|
1293
|
+
},
|
|
1294
|
+
status: {
|
|
1295
|
+
serializedName: "status",
|
|
1296
|
+
type: {
|
|
1297
|
+
name: "String",
|
|
1298
|
+
},
|
|
1299
|
+
},
|
|
1255
1300
|
result: {
|
|
1256
1301
|
serializedName: "result",
|
|
1257
1302
|
type: {
|
|
1258
|
-
name: "String"
|
|
1259
|
-
}
|
|
1303
|
+
name: "String",
|
|
1304
|
+
},
|
|
1260
1305
|
},
|
|
1261
1306
|
type: {
|
|
1262
1307
|
serializedName: "type",
|
|
1263
1308
|
type: {
|
|
1264
|
-
name: "String"
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1309
|
+
name: "String",
|
|
1310
|
+
},
|
|
1311
|
+
},
|
|
1312
|
+
},
|
|
1313
|
+
},
|
|
1269
1314
|
};
|
|
1270
1315
|
export const ContinueRequestBody = {
|
|
1271
1316
|
type: {
|
|
@@ -1275,8 +1320,8 @@ export const ContinueRequestBody = {
|
|
|
1275
1320
|
stepId: {
|
|
1276
1321
|
serializedName: "stepId",
|
|
1277
1322
|
type: {
|
|
1278
|
-
name: "String"
|
|
1279
|
-
}
|
|
1323
|
+
name: "String",
|
|
1324
|
+
},
|
|
1280
1325
|
},
|
|
1281
1326
|
responses: {
|
|
1282
1327
|
serializedName: "responses",
|
|
@@ -1285,13 +1330,13 @@ export const ContinueRequestBody = {
|
|
|
1285
1330
|
element: {
|
|
1286
1331
|
type: {
|
|
1287
1332
|
name: "Composite",
|
|
1288
|
-
className: "TroubleshooterResponse"
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1333
|
+
className: "TroubleshooterResponse",
|
|
1334
|
+
},
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1337
|
+
},
|
|
1338
|
+
},
|
|
1339
|
+
},
|
|
1295
1340
|
};
|
|
1296
1341
|
export const TroubleshooterResponse = {
|
|
1297
1342
|
type: {
|
|
@@ -1301,23 +1346,23 @@ export const TroubleshooterResponse = {
|
|
|
1301
1346
|
questionId: {
|
|
1302
1347
|
serializedName: "questionId",
|
|
1303
1348
|
type: {
|
|
1304
|
-
name: "String"
|
|
1305
|
-
}
|
|
1349
|
+
name: "String",
|
|
1350
|
+
},
|
|
1306
1351
|
},
|
|
1307
1352
|
questionType: {
|
|
1308
1353
|
serializedName: "questionType",
|
|
1309
1354
|
type: {
|
|
1310
|
-
name: "String"
|
|
1311
|
-
}
|
|
1355
|
+
name: "String",
|
|
1356
|
+
},
|
|
1312
1357
|
},
|
|
1313
1358
|
response: {
|
|
1314
1359
|
serializedName: "response",
|
|
1315
1360
|
type: {
|
|
1316
|
-
name: "String"
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1361
|
+
name: "String",
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1321
1366
|
};
|
|
1322
1367
|
export const RestartTroubleshooterResponse = {
|
|
1323
1368
|
type: {
|
|
@@ -1328,18 +1373,175 @@ export const RestartTroubleshooterResponse = {
|
|
|
1328
1373
|
serializedName: "troubleshooterResourceName",
|
|
1329
1374
|
readOnly: true,
|
|
1330
1375
|
type: {
|
|
1331
|
-
name: "String"
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1376
|
+
name: "String",
|
|
1377
|
+
},
|
|
1378
|
+
},
|
|
1379
|
+
},
|
|
1380
|
+
},
|
|
1381
|
+
};
|
|
1382
|
+
export const ReplacementMapsSelfHelp = {
|
|
1383
|
+
type: {
|
|
1384
|
+
name: "Composite",
|
|
1385
|
+
className: "ReplacementMapsSelfHelp",
|
|
1386
|
+
modelProperties: {
|
|
1387
|
+
webResults: {
|
|
1388
|
+
serializedName: "webResults",
|
|
1389
|
+
type: {
|
|
1390
|
+
name: "Sequence",
|
|
1391
|
+
element: {
|
|
1392
|
+
type: {
|
|
1393
|
+
name: "Composite",
|
|
1394
|
+
className: "WebResult",
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
},
|
|
1398
|
+
},
|
|
1399
|
+
videos: {
|
|
1400
|
+
serializedName: "videos",
|
|
1401
|
+
type: {
|
|
1402
|
+
name: "Sequence",
|
|
1403
|
+
element: {
|
|
1404
|
+
type: {
|
|
1405
|
+
name: "Composite",
|
|
1406
|
+
className: "Video",
|
|
1407
|
+
},
|
|
1408
|
+
},
|
|
1409
|
+
},
|
|
1410
|
+
},
|
|
1411
|
+
videoGroups: {
|
|
1412
|
+
serializedName: "videoGroups",
|
|
1413
|
+
type: {
|
|
1414
|
+
name: "Sequence",
|
|
1415
|
+
element: {
|
|
1416
|
+
type: {
|
|
1417
|
+
name: "Composite",
|
|
1418
|
+
className: "VideoGroup",
|
|
1419
|
+
},
|
|
1420
|
+
},
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1423
|
+
},
|
|
1424
|
+
},
|
|
1425
|
+
};
|
|
1426
|
+
export const SectionSelfHelp = {
|
|
1427
|
+
type: {
|
|
1428
|
+
name: "Composite",
|
|
1429
|
+
className: "SectionSelfHelp",
|
|
1430
|
+
modelProperties: {
|
|
1431
|
+
title: {
|
|
1432
|
+
serializedName: "title",
|
|
1433
|
+
type: {
|
|
1434
|
+
name: "String",
|
|
1435
|
+
},
|
|
1436
|
+
},
|
|
1437
|
+
content: {
|
|
1438
|
+
serializedName: "content",
|
|
1439
|
+
type: {
|
|
1440
|
+
name: "String",
|
|
1441
|
+
},
|
|
1442
|
+
},
|
|
1443
|
+
replacementMaps: {
|
|
1444
|
+
serializedName: "replacementMaps",
|
|
1445
|
+
type: {
|
|
1446
|
+
name: "Composite",
|
|
1447
|
+
className: "ReplacementMapsSelfHelp",
|
|
1448
|
+
},
|
|
1449
|
+
},
|
|
1450
|
+
},
|
|
1451
|
+
},
|
|
1452
|
+
};
|
|
1453
|
+
export const DiscoveryNlpRequest = {
|
|
1454
|
+
type: {
|
|
1455
|
+
name: "Composite",
|
|
1456
|
+
className: "DiscoveryNlpRequest",
|
|
1457
|
+
modelProperties: {
|
|
1458
|
+
issueSummary: {
|
|
1459
|
+
serializedName: "issueSummary",
|
|
1460
|
+
required: true,
|
|
1461
|
+
type: {
|
|
1462
|
+
name: "String",
|
|
1463
|
+
},
|
|
1464
|
+
},
|
|
1465
|
+
resourceId: {
|
|
1466
|
+
serializedName: "resourceId",
|
|
1467
|
+
type: {
|
|
1468
|
+
name: "String",
|
|
1469
|
+
},
|
|
1470
|
+
},
|
|
1471
|
+
serviceId: {
|
|
1472
|
+
serializedName: "serviceId",
|
|
1473
|
+
type: {
|
|
1474
|
+
name: "String",
|
|
1475
|
+
},
|
|
1476
|
+
},
|
|
1477
|
+
additionalContext: {
|
|
1478
|
+
serializedName: "additionalContext",
|
|
1479
|
+
type: {
|
|
1480
|
+
name: "String",
|
|
1481
|
+
},
|
|
1482
|
+
},
|
|
1483
|
+
},
|
|
1484
|
+
},
|
|
1485
|
+
};
|
|
1486
|
+
export const DiscoveryNlpResponse = {
|
|
1487
|
+
type: {
|
|
1488
|
+
name: "Composite",
|
|
1489
|
+
className: "DiscoveryNlpResponse",
|
|
1490
|
+
modelProperties: {
|
|
1491
|
+
value: {
|
|
1492
|
+
serializedName: "value",
|
|
1493
|
+
type: {
|
|
1494
|
+
name: "Sequence",
|
|
1495
|
+
element: {
|
|
1496
|
+
type: {
|
|
1497
|
+
name: "Composite",
|
|
1498
|
+
className: "SolutionNlpMetadataResource",
|
|
1499
|
+
},
|
|
1500
|
+
},
|
|
1501
|
+
},
|
|
1502
|
+
},
|
|
1503
|
+
},
|
|
1504
|
+
},
|
|
1505
|
+
};
|
|
1506
|
+
export const ClassificationService = {
|
|
1507
|
+
type: {
|
|
1508
|
+
name: "Composite",
|
|
1509
|
+
className: "ClassificationService",
|
|
1510
|
+
modelProperties: {
|
|
1511
|
+
serviceId: {
|
|
1512
|
+
serializedName: "serviceId",
|
|
1513
|
+
readOnly: true,
|
|
1514
|
+
type: {
|
|
1515
|
+
name: "String",
|
|
1516
|
+
},
|
|
1517
|
+
},
|
|
1518
|
+
displayName: {
|
|
1519
|
+
serializedName: "displayName",
|
|
1520
|
+
readOnly: true,
|
|
1521
|
+
type: {
|
|
1522
|
+
name: "String",
|
|
1523
|
+
},
|
|
1524
|
+
},
|
|
1525
|
+
resourceTypes: {
|
|
1526
|
+
serializedName: "resourceTypes",
|
|
1527
|
+
type: {
|
|
1528
|
+
name: "Sequence",
|
|
1529
|
+
element: {
|
|
1530
|
+
type: {
|
|
1531
|
+
name: "String",
|
|
1532
|
+
},
|
|
1533
|
+
},
|
|
1534
|
+
},
|
|
1535
|
+
},
|
|
1536
|
+
},
|
|
1537
|
+
},
|
|
1336
1538
|
};
|
|
1337
1539
|
export const ProxyResource = {
|
|
1338
1540
|
type: {
|
|
1339
1541
|
name: "Composite",
|
|
1340
1542
|
className: "ProxyResource",
|
|
1341
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1342
|
-
}
|
|
1543
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
1544
|
+
},
|
|
1343
1545
|
};
|
|
1344
1546
|
export const Video = {
|
|
1345
1547
|
type: {
|
|
@@ -1348,10 +1550,10 @@ export const Video = {
|
|
|
1348
1550
|
modelProperties: Object.assign(Object.assign({}, VideoGroupVideo.type.modelProperties), { replacementKey: {
|
|
1349
1551
|
serializedName: "replacementKey",
|
|
1350
1552
|
type: {
|
|
1351
|
-
name: "String"
|
|
1352
|
-
}
|
|
1353
|
-
} })
|
|
1354
|
-
}
|
|
1553
|
+
name: "String",
|
|
1554
|
+
},
|
|
1555
|
+
} }),
|
|
1556
|
+
},
|
|
1355
1557
|
};
|
|
1356
1558
|
export const DiagnosticResource = {
|
|
1357
1559
|
type: {
|
|
@@ -1361,8 +1563,8 @@ export const DiagnosticResource = {
|
|
|
1361
1563
|
serializedName: "properties.globalParameters",
|
|
1362
1564
|
type: {
|
|
1363
1565
|
name: "Dictionary",
|
|
1364
|
-
value: { type: { name: "String" } }
|
|
1365
|
-
}
|
|
1566
|
+
value: { type: { name: "String" } },
|
|
1567
|
+
},
|
|
1366
1568
|
}, insights: {
|
|
1367
1569
|
serializedName: "properties.insights",
|
|
1368
1570
|
type: {
|
|
@@ -1370,22 +1572,22 @@ export const DiagnosticResource = {
|
|
|
1370
1572
|
element: {
|
|
1371
1573
|
type: {
|
|
1372
1574
|
name: "Composite",
|
|
1373
|
-
className: "DiagnosticInvocation"
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1575
|
+
className: "DiagnosticInvocation",
|
|
1576
|
+
},
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1377
1579
|
}, acceptedAt: {
|
|
1378
1580
|
serializedName: "properties.acceptedAt",
|
|
1379
1581
|
readOnly: true,
|
|
1380
1582
|
type: {
|
|
1381
|
-
name: "String"
|
|
1382
|
-
}
|
|
1583
|
+
name: "String",
|
|
1584
|
+
},
|
|
1383
1585
|
}, provisioningState: {
|
|
1384
1586
|
serializedName: "properties.provisioningState",
|
|
1385
1587
|
readOnly: true,
|
|
1386
1588
|
type: {
|
|
1387
|
-
name: "String"
|
|
1388
|
-
}
|
|
1589
|
+
name: "String",
|
|
1590
|
+
},
|
|
1389
1591
|
}, diagnostics: {
|
|
1390
1592
|
serializedName: "properties.diagnostics",
|
|
1391
1593
|
readOnly: true,
|
|
@@ -1394,12 +1596,12 @@ export const DiagnosticResource = {
|
|
|
1394
1596
|
element: {
|
|
1395
1597
|
type: {
|
|
1396
1598
|
name: "Composite",
|
|
1397
|
-
className: "Diagnostic"
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
} })
|
|
1402
|
-
}
|
|
1599
|
+
className: "Diagnostic",
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1602
|
+
},
|
|
1603
|
+
} }),
|
|
1604
|
+
},
|
|
1403
1605
|
};
|
|
1404
1606
|
export const SolutionMetadataResource = {
|
|
1405
1607
|
type: {
|
|
@@ -1412,12 +1614,12 @@ export const SolutionMetadataResource = {
|
|
|
1412
1614
|
element: {
|
|
1413
1615
|
type: {
|
|
1414
1616
|
name: "Composite",
|
|
1415
|
-
className: "SolutionMetadataProperties"
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
} })
|
|
1420
|
-
}
|
|
1617
|
+
className: "SolutionMetadataProperties",
|
|
1618
|
+
},
|
|
1619
|
+
},
|
|
1620
|
+
},
|
|
1621
|
+
} }),
|
|
1622
|
+
},
|
|
1421
1623
|
};
|
|
1422
1624
|
export const SolutionResource = {
|
|
1423
1625
|
type: {
|
|
@@ -1430,46 +1632,46 @@ export const SolutionResource = {
|
|
|
1430
1632
|
element: {
|
|
1431
1633
|
type: {
|
|
1432
1634
|
name: "Composite",
|
|
1433
|
-
className: "TriggerCriterion"
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1635
|
+
className: "TriggerCriterion",
|
|
1636
|
+
},
|
|
1637
|
+
},
|
|
1638
|
+
},
|
|
1437
1639
|
}, parameters: {
|
|
1438
1640
|
serializedName: "properties.parameters",
|
|
1439
1641
|
type: {
|
|
1440
1642
|
name: "Dictionary",
|
|
1441
|
-
value: { type: { name: "String" } }
|
|
1442
|
-
}
|
|
1643
|
+
value: { type: { name: "String" } },
|
|
1644
|
+
},
|
|
1443
1645
|
}, solutionId: {
|
|
1444
1646
|
serializedName: "properties.solutionId",
|
|
1445
1647
|
readOnly: true,
|
|
1446
1648
|
type: {
|
|
1447
|
-
name: "String"
|
|
1448
|
-
}
|
|
1649
|
+
name: "String",
|
|
1650
|
+
},
|
|
1449
1651
|
}, provisioningState: {
|
|
1450
1652
|
serializedName: "properties.provisioningState",
|
|
1451
1653
|
readOnly: true,
|
|
1452
1654
|
type: {
|
|
1453
|
-
name: "String"
|
|
1454
|
-
}
|
|
1655
|
+
name: "String",
|
|
1656
|
+
},
|
|
1455
1657
|
}, title: {
|
|
1456
1658
|
serializedName: "properties.title",
|
|
1457
1659
|
readOnly: true,
|
|
1458
1660
|
type: {
|
|
1459
|
-
name: "String"
|
|
1460
|
-
}
|
|
1661
|
+
name: "String",
|
|
1662
|
+
},
|
|
1461
1663
|
}, content: {
|
|
1462
1664
|
serializedName: "properties.content",
|
|
1463
1665
|
readOnly: true,
|
|
1464
1666
|
type: {
|
|
1465
|
-
name: "String"
|
|
1466
|
-
}
|
|
1667
|
+
name: "String",
|
|
1668
|
+
},
|
|
1467
1669
|
}, replacementMaps: {
|
|
1468
1670
|
serializedName: "properties.replacementMaps",
|
|
1469
1671
|
type: {
|
|
1470
1672
|
name: "Composite",
|
|
1471
|
-
className: "ReplacementMaps"
|
|
1472
|
-
}
|
|
1673
|
+
className: "ReplacementMaps",
|
|
1674
|
+
},
|
|
1473
1675
|
}, sections: {
|
|
1474
1676
|
serializedName: "properties.sections",
|
|
1475
1677
|
readOnly: true,
|
|
@@ -1478,12 +1680,55 @@ export const SolutionResource = {
|
|
|
1478
1680
|
element: {
|
|
1479
1681
|
type: {
|
|
1480
1682
|
name: "Composite",
|
|
1481
|
-
className: "Section"
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
} })
|
|
1486
|
-
}
|
|
1683
|
+
className: "Section",
|
|
1684
|
+
},
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1687
|
+
} }),
|
|
1688
|
+
},
|
|
1689
|
+
};
|
|
1690
|
+
export const SimplifiedSolutionsResource = {
|
|
1691
|
+
type: {
|
|
1692
|
+
name: "Composite",
|
|
1693
|
+
className: "SimplifiedSolutionsResource",
|
|
1694
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { solutionId: {
|
|
1695
|
+
serializedName: "properties.solutionId",
|
|
1696
|
+
type: {
|
|
1697
|
+
name: "String",
|
|
1698
|
+
},
|
|
1699
|
+
}, parameters: {
|
|
1700
|
+
serializedName: "properties.parameters",
|
|
1701
|
+
type: {
|
|
1702
|
+
name: "Dictionary",
|
|
1703
|
+
value: { type: { name: "String" } },
|
|
1704
|
+
},
|
|
1705
|
+
}, title: {
|
|
1706
|
+
serializedName: "properties.title",
|
|
1707
|
+
readOnly: true,
|
|
1708
|
+
type: {
|
|
1709
|
+
name: "String",
|
|
1710
|
+
},
|
|
1711
|
+
}, appendix: {
|
|
1712
|
+
serializedName: "properties.appendix",
|
|
1713
|
+
readOnly: true,
|
|
1714
|
+
type: {
|
|
1715
|
+
name: "Dictionary",
|
|
1716
|
+
value: { type: { name: "String" } },
|
|
1717
|
+
},
|
|
1718
|
+
}, content: {
|
|
1719
|
+
serializedName: "properties.content",
|
|
1720
|
+
readOnly: true,
|
|
1721
|
+
type: {
|
|
1722
|
+
name: "String",
|
|
1723
|
+
},
|
|
1724
|
+
}, provisioningState: {
|
|
1725
|
+
serializedName: "properties.provisioningState",
|
|
1726
|
+
readOnly: true,
|
|
1727
|
+
type: {
|
|
1728
|
+
name: "String",
|
|
1729
|
+
},
|
|
1730
|
+
} }),
|
|
1731
|
+
},
|
|
1487
1732
|
};
|
|
1488
1733
|
export const TroubleshooterResource = {
|
|
1489
1734
|
type: {
|
|
@@ -1492,20 +1737,20 @@ export const TroubleshooterResource = {
|
|
|
1492
1737
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { solutionId: {
|
|
1493
1738
|
serializedName: "properties.solutionId",
|
|
1494
1739
|
type: {
|
|
1495
|
-
name: "String"
|
|
1496
|
-
}
|
|
1740
|
+
name: "String",
|
|
1741
|
+
},
|
|
1497
1742
|
}, parameters: {
|
|
1498
1743
|
serializedName: "properties.parameters",
|
|
1499
1744
|
type: {
|
|
1500
1745
|
name: "Dictionary",
|
|
1501
|
-
value: { type: { name: "String" } }
|
|
1502
|
-
}
|
|
1746
|
+
value: { type: { name: "String" } },
|
|
1747
|
+
},
|
|
1503
1748
|
}, provisioningState: {
|
|
1504
1749
|
serializedName: "properties.provisioningState",
|
|
1505
1750
|
readOnly: true,
|
|
1506
1751
|
type: {
|
|
1507
|
-
name: "String"
|
|
1508
|
-
}
|
|
1752
|
+
name: "String",
|
|
1753
|
+
},
|
|
1509
1754
|
}, steps: {
|
|
1510
1755
|
serializedName: "properties.steps",
|
|
1511
1756
|
readOnly: true,
|
|
@@ -1514,12 +1759,104 @@ export const TroubleshooterResource = {
|
|
|
1514
1759
|
element: {
|
|
1515
1760
|
type: {
|
|
1516
1761
|
name: "Composite",
|
|
1517
|
-
className: "Step"
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
} })
|
|
1522
|
-
}
|
|
1762
|
+
className: "Step",
|
|
1763
|
+
},
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1766
|
+
} }),
|
|
1767
|
+
},
|
|
1768
|
+
};
|
|
1769
|
+
export const SolutionResourceSelfHelp = {
|
|
1770
|
+
type: {
|
|
1771
|
+
name: "Composite",
|
|
1772
|
+
className: "SolutionResourceSelfHelp",
|
|
1773
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { solutionId: {
|
|
1774
|
+
serializedName: "properties.solutionId",
|
|
1775
|
+
readOnly: true,
|
|
1776
|
+
type: {
|
|
1777
|
+
name: "String",
|
|
1778
|
+
},
|
|
1779
|
+
}, title: {
|
|
1780
|
+
serializedName: "properties.title",
|
|
1781
|
+
readOnly: true,
|
|
1782
|
+
type: {
|
|
1783
|
+
name: "String",
|
|
1784
|
+
},
|
|
1785
|
+
}, content: {
|
|
1786
|
+
serializedName: "properties.content",
|
|
1787
|
+
readOnly: true,
|
|
1788
|
+
type: {
|
|
1789
|
+
name: "String",
|
|
1790
|
+
},
|
|
1791
|
+
}, replacementMaps: {
|
|
1792
|
+
serializedName: "properties.replacementMaps",
|
|
1793
|
+
type: {
|
|
1794
|
+
name: "Composite",
|
|
1795
|
+
className: "ReplacementMapsSelfHelp",
|
|
1796
|
+
},
|
|
1797
|
+
}, sections: {
|
|
1798
|
+
serializedName: "properties.sections",
|
|
1799
|
+
readOnly: true,
|
|
1800
|
+
type: {
|
|
1801
|
+
name: "Sequence",
|
|
1802
|
+
element: {
|
|
1803
|
+
type: {
|
|
1804
|
+
name: "Composite",
|
|
1805
|
+
className: "SectionSelfHelp",
|
|
1806
|
+
},
|
|
1807
|
+
},
|
|
1808
|
+
},
|
|
1809
|
+
} }),
|
|
1810
|
+
},
|
|
1811
|
+
};
|
|
1812
|
+
export const SolutionNlpMetadataResource = {
|
|
1813
|
+
type: {
|
|
1814
|
+
name: "Composite",
|
|
1815
|
+
className: "SolutionNlpMetadataResource",
|
|
1816
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { problemTitle: {
|
|
1817
|
+
serializedName: "properties.problemTitle",
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "String",
|
|
1820
|
+
},
|
|
1821
|
+
}, problemDescription: {
|
|
1822
|
+
serializedName: "properties.problemDescription",
|
|
1823
|
+
type: {
|
|
1824
|
+
name: "String",
|
|
1825
|
+
},
|
|
1826
|
+
}, serviceId: {
|
|
1827
|
+
serializedName: "properties.serviceId",
|
|
1828
|
+
type: {
|
|
1829
|
+
name: "String",
|
|
1830
|
+
},
|
|
1831
|
+
}, problemClassificationId: {
|
|
1832
|
+
serializedName: "properties.problemClassificationId",
|
|
1833
|
+
type: {
|
|
1834
|
+
name: "String",
|
|
1835
|
+
},
|
|
1836
|
+
}, solutions: {
|
|
1837
|
+
serializedName: "properties.solutions",
|
|
1838
|
+
type: {
|
|
1839
|
+
name: "Sequence",
|
|
1840
|
+
element: {
|
|
1841
|
+
type: {
|
|
1842
|
+
name: "Composite",
|
|
1843
|
+
className: "SolutionMetadataProperties",
|
|
1844
|
+
},
|
|
1845
|
+
},
|
|
1846
|
+
},
|
|
1847
|
+
}, relatedServices: {
|
|
1848
|
+
serializedName: "properties.relatedServices",
|
|
1849
|
+
type: {
|
|
1850
|
+
name: "Sequence",
|
|
1851
|
+
element: {
|
|
1852
|
+
type: {
|
|
1853
|
+
name: "Composite",
|
|
1854
|
+
className: "ClassificationService",
|
|
1855
|
+
},
|
|
1856
|
+
},
|
|
1857
|
+
},
|
|
1858
|
+
} }),
|
|
1859
|
+
},
|
|
1523
1860
|
};
|
|
1524
1861
|
export const SolutionUpdateHeaders = {
|
|
1525
1862
|
type: {
|
|
@@ -1529,11 +1866,11 @@ export const SolutionUpdateHeaders = {
|
|
|
1529
1866
|
location: {
|
|
1530
1867
|
serializedName: "location",
|
|
1531
1868
|
type: {
|
|
1532
|
-
name: "String"
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
}
|
|
1869
|
+
name: "String",
|
|
1870
|
+
},
|
|
1871
|
+
},
|
|
1872
|
+
},
|
|
1873
|
+
},
|
|
1537
1874
|
};
|
|
1538
1875
|
export const TroubleshootersContinueHeaders = {
|
|
1539
1876
|
type: {
|
|
@@ -1543,11 +1880,11 @@ export const TroubleshootersContinueHeaders = {
|
|
|
1543
1880
|
location: {
|
|
1544
1881
|
serializedName: "location",
|
|
1545
1882
|
type: {
|
|
1546
|
-
name: "String"
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1883
|
+
name: "String",
|
|
1884
|
+
},
|
|
1885
|
+
},
|
|
1886
|
+
},
|
|
1887
|
+
},
|
|
1551
1888
|
};
|
|
1552
1889
|
export const TroubleshootersEndHeaders = {
|
|
1553
1890
|
type: {
|
|
@@ -1557,11 +1894,11 @@ export const TroubleshootersEndHeaders = {
|
|
|
1557
1894
|
location: {
|
|
1558
1895
|
serializedName: "location",
|
|
1559
1896
|
type: {
|
|
1560
|
-
name: "String"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1897
|
+
name: "String",
|
|
1898
|
+
},
|
|
1899
|
+
},
|
|
1900
|
+
},
|
|
1901
|
+
},
|
|
1565
1902
|
};
|
|
1566
1903
|
export const TroubleshootersRestartHeaders = {
|
|
1567
1904
|
type: {
|
|
@@ -1571,10 +1908,10 @@ export const TroubleshootersRestartHeaders = {
|
|
|
1571
1908
|
location: {
|
|
1572
1909
|
serializedName: "location",
|
|
1573
1910
|
type: {
|
|
1574
|
-
name: "String"
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1911
|
+
name: "String",
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
},
|
|
1915
|
+
},
|
|
1579
1916
|
};
|
|
1580
1917
|
//# sourceMappingURL=mappers.js.map
|