@azure/arm-selfhelp 2.0.0-beta.2 → 2.0.0-beta.4

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