@azure/arm-selfhelp 2.0.0-beta.1 → 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.
Files changed (174) hide show
  1. package/CHANGELOG.md +214 -1
  2. package/LICENSE +1 -1
  3. package/README.md +3 -2
  4. package/dist/index.js +1679 -907
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +7 -7
  9. package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +1 -1
  10. package/dist-esm/samples-dev/diagnosticsCreateSample.js +3 -3
  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 +45 -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 +43 -0
  21. package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js.map +1 -0
  22. package/dist-esm/samples-dev/operationsListSample.js +5 -3
  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 -10
  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 +1 -1
  40. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/solutionWarmUpSample.js +37 -0
  43. package/dist-esm/samples-dev/solutionWarmUpSample.js.map +1 -0
  44. package/dist-esm/samples-dev/troubleshootersContinueSample.js +6 -6
  45. package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +1 -1
  46. package/dist-esm/samples-dev/troubleshootersCreateSample.js +7 -7
  47. package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +1 -1
  48. package/dist-esm/samples-dev/troubleshootersEndSample.js +1 -1
  49. package/dist-esm/samples-dev/troubleshootersGetSample.js +1 -1
  50. package/dist-esm/samples-dev/troubleshootersRestartSample.js +1 -1
  51. package/dist-esm/src/helpRP.d.ts +8 -1
  52. package/dist-esm/src/helpRP.d.ts.map +1 -1
  53. package/dist-esm/src/helpRP.js +25 -15
  54. package/dist-esm/src/helpRP.js.map +1 -1
  55. package/dist-esm/src/lroImpl.js +1 -1
  56. package/dist-esm/src/models/index.d.ts +350 -89
  57. package/dist-esm/src/models/index.d.ts.map +1 -1
  58. package/dist-esm/src/models/index.js +49 -19
  59. package/dist-esm/src/models/index.js.map +1 -1
  60. package/dist-esm/src/models/mappers.d.ts +10 -2
  61. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  62. package/dist-esm/src/models/mappers.js +947 -590
  63. package/dist-esm/src/models/mappers.js.map +1 -1
  64. package/dist-esm/src/models/parameters.d.ts +6 -0
  65. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  66. package/dist-esm/src/models/parameters.js +95 -44
  67. package/dist-esm/src/models/parameters.js.map +1 -1
  68. package/dist-esm/src/operations/checkNameAvailability.d.ts +3 -2
  69. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -1
  70. package/dist-esm/src/operations/checkNameAvailability.js +7 -6
  71. package/dist-esm/src/operations/checkNameAvailability.js.map +1 -1
  72. package/dist-esm/src/operations/diagnostics.d.ts +15 -16
  73. package/dist-esm/src/operations/diagnostics.d.ts.map +1 -1
  74. package/dist-esm/src/operations/diagnostics.js +33 -34
  75. package/dist-esm/src/operations/diagnostics.js.map +1 -1
  76. package/dist-esm/src/operations/discoverySolution.d.ts +5 -13
  77. package/dist-esm/src/operations/discoverySolution.d.ts.map +1 -1
  78. package/dist-esm/src/operations/discoverySolution.js +29 -37
  79. package/dist-esm/src/operations/discoverySolution.js.map +1 -1
  80. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +19 -0
  81. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
  82. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js +49 -0
  83. package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +1 -0
  84. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +19 -0
  85. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +1 -0
  86. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +49 -0
  87. package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +1 -0
  88. package/dist-esm/src/operations/index.d.ts +4 -0
  89. package/dist-esm/src/operations/index.d.ts.map +1 -1
  90. package/dist-esm/src/operations/index.js +4 -0
  91. package/dist-esm/src/operations/index.js.map +1 -1
  92. package/dist-esm/src/operations/operations.js +9 -9
  93. package/dist-esm/src/operations/operations.js.map +1 -1
  94. package/dist-esm/src/operations/simplifiedSolutions.d.ts +52 -0
  95. package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +1 -0
  96. package/dist-esm/src/operations/simplifiedSolutions.js +159 -0
  97. package/dist-esm/src/operations/simplifiedSolutions.js.map +1 -0
  98. package/dist-esm/src/operations/solution.d.ts +41 -37
  99. package/dist-esm/src/operations/solution.d.ts.map +1 -1
  100. package/dist-esm/src/operations/solution.js +92 -66
  101. package/dist-esm/src/operations/solution.js.map +1 -1
  102. package/dist-esm/src/operations/solutionSelfHelp.d.ts +23 -0
  103. package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +1 -0
  104. package/dist-esm/src/operations/solutionSelfHelp.js +51 -0
  105. package/dist-esm/src/operations/solutionSelfHelp.js.map +1 -0
  106. package/dist-esm/src/operations/troubleshooters.d.ts +22 -19
  107. package/dist-esm/src/operations/troubleshooters.d.ts.map +1 -1
  108. package/dist-esm/src/operations/troubleshooters.js +48 -45
  109. package/dist-esm/src/operations/troubleshooters.js.map +1 -1
  110. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +3 -2
  111. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -1
  112. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +15 -16
  113. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +1 -1
  114. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +3 -6
  115. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +1 -1
  116. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +11 -0
  117. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +11 -0
  121. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  126. package/dist-esm/src/operationsInterfaces/index.js +4 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  128. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  129. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/solution.d.ts +41 -37
  133. package/dist-esm/src/operationsInterfaces/solution.d.ts.map +1 -1
  134. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  135. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js +9 -0
  137. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts +22 -19
  139. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +1 -1
  140. package/dist-esm/src/pagingHelper.js.map +1 -1
  141. package/dist-esm/test/selfhelp_operations_test.spec.js +2 -2
  142. package/dist-esm/test/selfhelp_operations_test.spec.js.map +1 -1
  143. package/package.json +11 -11
  144. package/review/arm-selfhelp.api.md +198 -19
  145. package/src/helpRP.ts +58 -17
  146. package/src/lroImpl.ts +3 -3
  147. package/src/models/index.ts +385 -106
  148. package/src/models/mappers.ts +995 -597
  149. package/src/models/parameters.ts +105 -45
  150. package/src/operations/checkNameAvailability.ts +10 -9
  151. package/src/operations/diagnostics.ts +48 -52
  152. package/src/operations/discoverySolution.ts +31 -47
  153. package/src/operations/discoverySolutionNLPSubscriptionScope.ts +64 -0
  154. package/src/operations/discoverySolutionNLPTenantScope.ts +64 -0
  155. package/src/operations/index.ts +4 -0
  156. package/src/operations/operations.ts +16 -16
  157. package/src/operations/simplifiedSolutions.ts +216 -0
  158. package/src/operations/solution.ts +122 -89
  159. package/src/operations/solutionSelfHelp.ts +68 -0
  160. package/src/operations/troubleshooters.ts +64 -66
  161. package/src/operationsInterfaces/checkNameAvailability.ts +5 -4
  162. package/src/operationsInterfaces/diagnostics.ts +19 -20
  163. package/src/operationsInterfaces/discoverySolution.ts +4 -8
  164. package/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.ts +24 -0
  165. package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +24 -0
  166. package/src/operationsInterfaces/index.ts +4 -0
  167. package/src/operationsInterfaces/operations.ts +1 -1
  168. package/src/operationsInterfaces/simplifiedSolutions.ts +74 -0
  169. package/src/operationsInterfaces/solution.ts +51 -42
  170. package/src/operationsInterfaces/solutionSelfHelp.ts +29 -0
  171. package/src/operationsInterfaces/troubleshooters.ts +28 -25
  172. package/src/pagingHelper.ts +1 -1
  173. package/types/arm-selfhelp.d.ts +505 -136
  174. 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,121 +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
- }
550
- };
551
-
552
- export const SolutionResource: coreClient.CompositeMapper = {
553
- type: {
554
- name: "Composite",
555
- className: "SolutionResource",
556
- modelProperties: {
557
- id: {
558
- serializedName: "id",
559
- readOnly: true,
560
- type: {
561
- name: "String"
562
- }
543
+ name: "String",
544
+ },
545
+ },
546
+ },
563
547
  },
564
- type: {
565
- serializedName: "type",
566
- readOnly: true,
567
- type: {
568
- name: "String"
569
- }
570
- },
571
- name: {
572
- serializedName: "name",
573
- readOnly: true,
574
- type: {
575
- name: "String"
576
- }
577
- },
578
- properties: {
579
- serializedName: "properties",
580
- type: {
581
- name: "Composite",
582
- className: "SolutionResourceProperties"
583
- }
584
- }
585
- }
586
- }
587
- };
588
-
589
- export const SolutionResourceProperties: coreClient.CompositeMapper = {
590
- type: {
591
- name: "Composite",
592
- className: "SolutionResourceProperties",
593
- modelProperties: {
594
- triggerCriteria: {
595
- serializedName: "triggerCriteria",
596
- type: {
597
- name: "Sequence",
598
- element: {
599
- type: {
600
- name: "Composite",
601
- className: "TriggerCriterion"
602
- }
603
- }
604
- }
605
- },
606
- parameters: {
607
- serializedName: "parameters",
608
- type: {
609
- name: "Dictionary",
610
- value: { type: { name: "String" } }
611
- }
612
- },
613
- solutionId: {
614
- serializedName: "solutionId",
615
- type: {
616
- name: "String"
617
- }
618
- },
619
- provisioningState: {
620
- serializedName: "provisioningState",
621
- type: {
622
- name: "String"
623
- }
624
- },
625
- title: {
626
- serializedName: "title",
627
- type: {
628
- name: "String"
629
- }
630
- },
631
- content: {
632
- serializedName: "content",
633
- type: {
634
- name: "String"
635
- }
636
- },
637
- replacementMaps: {
638
- serializedName: "replacementMaps",
639
- type: {
640
- name: "Composite",
641
- className: "ReplacementMaps"
642
- }
643
- },
644
- sections: {
645
- serializedName: "sections",
646
- type: {
647
- name: "Sequence",
648
- element: {
649
- type: {
650
- name: "Composite",
651
- className: "Section"
652
- }
653
- }
654
- }
655
- }
656
- }
657
- }
548
+ },
549
+ },
658
550
  };
659
551
 
660
552
  export const TriggerCriterion: coreClient.CompositeMapper = {
@@ -665,17 +557,17 @@ export const TriggerCriterion: coreClient.CompositeMapper = {
665
557
  name: {
666
558
  serializedName: "name",
667
559
  type: {
668
- name: "String"
669
- }
560
+ name: "String",
561
+ },
670
562
  },
671
563
  value: {
672
564
  serializedName: "value",
673
565
  type: {
674
- name: "String"
675
- }
676
- }
677
- }
678
- }
566
+ name: "String",
567
+ },
568
+ },
569
+ },
570
+ },
679
571
  };
680
572
 
681
573
  export const ReplacementMaps: coreClient.CompositeMapper = {
@@ -690,10 +582,10 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
690
582
  element: {
691
583
  type: {
692
584
  name: "Composite",
693
- className: "WebResult"
694
- }
695
- }
696
- }
585
+ className: "WebResult",
586
+ },
587
+ },
588
+ },
697
589
  },
698
590
  diagnostics: {
699
591
  serializedName: "diagnostics",
@@ -702,10 +594,10 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
702
594
  element: {
703
595
  type: {
704
596
  name: "Composite",
705
- className: "SolutionsDiagnostic"
706
- }
707
- }
708
- }
597
+ className: "SolutionsDiagnostic",
598
+ },
599
+ },
600
+ },
709
601
  },
710
602
  troubleshooters: {
711
603
  serializedName: "troubleshooters",
@@ -714,10 +606,10 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
714
606
  element: {
715
607
  type: {
716
608
  name: "Composite",
717
- className: "SolutionsTroubleshooters"
718
- }
719
- }
720
- }
609
+ className: "SolutionsTroubleshooters",
610
+ },
611
+ },
612
+ },
721
613
  },
722
614
  metricsBasedCharts: {
723
615
  serializedName: "metricsBasedCharts",
@@ -726,10 +618,10 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
726
618
  element: {
727
619
  type: {
728
620
  name: "Composite",
729
- className: "MetricsBasedChart"
730
- }
731
- }
732
- }
621
+ className: "MetricsBasedChart",
622
+ },
623
+ },
624
+ },
733
625
  },
734
626
  videos: {
735
627
  serializedName: "videos",
@@ -738,10 +630,10 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
738
630
  element: {
739
631
  type: {
740
632
  name: "Composite",
741
- className: "Video"
742
- }
743
- }
744
- }
633
+ className: "Video",
634
+ },
635
+ },
636
+ },
745
637
  },
746
638
  videoGroups: {
747
639
  serializedName: "videoGroups",
@@ -750,13 +642,13 @@ export const ReplacementMaps: coreClient.CompositeMapper = {
750
642
  element: {
751
643
  type: {
752
644
  name: "Composite",
753
- className: "VideoGroup"
754
- }
755
- }
756
- }
757
- }
758
- }
759
- }
645
+ className: "VideoGroup",
646
+ },
647
+ },
648
+ },
649
+ },
650
+ },
651
+ },
760
652
  };
761
653
 
762
654
  export const WebResult: coreClient.CompositeMapper = {
@@ -767,8 +659,8 @@ export const WebResult: coreClient.CompositeMapper = {
767
659
  replacementKey: {
768
660
  serializedName: "replacementKey",
769
661
  type: {
770
- name: "String"
771
- }
662
+ name: "String",
663
+ },
772
664
  },
773
665
  searchResults: {
774
666
  serializedName: "searchResults",
@@ -777,13 +669,13 @@ export const WebResult: coreClient.CompositeMapper = {
777
669
  element: {
778
670
  type: {
779
671
  name: "Composite",
780
- className: "SearchResult"
781
- }
782
- }
783
- }
784
- }
785
- }
786
- }
672
+ className: "SearchResult",
673
+ },
674
+ },
675
+ },
676
+ },
677
+ },
678
+ },
787
679
  };
788
680
 
789
681
  export const SearchResult: coreClient.CompositeMapper = {
@@ -794,53 +686,53 @@ export const SearchResult: coreClient.CompositeMapper = {
794
686
  solutionId: {
795
687
  serializedName: "solutionId",
796
688
  type: {
797
- name: "String"
798
- }
689
+ name: "String",
690
+ },
799
691
  },
800
692
  content: {
801
693
  serializedName: "content",
802
694
  type: {
803
- name: "String"
804
- }
695
+ name: "String",
696
+ },
805
697
  },
806
698
  title: {
807
699
  serializedName: "title",
808
700
  type: {
809
- name: "String"
810
- }
701
+ name: "String",
702
+ },
811
703
  },
812
704
  confidence: {
813
705
  serializedName: "confidence",
814
706
  type: {
815
- name: "String"
816
- }
707
+ name: "String",
708
+ },
817
709
  },
818
710
  source: {
819
711
  serializedName: "source",
820
712
  type: {
821
- name: "String"
822
- }
713
+ name: "String",
714
+ },
823
715
  },
824
716
  resultType: {
825
717
  serializedName: "resultType",
826
718
  type: {
827
- name: "String"
828
- }
719
+ name: "String",
720
+ },
829
721
  },
830
722
  rank: {
831
723
  serializedName: "rank",
832
724
  type: {
833
- name: "Number"
834
- }
725
+ name: "Number",
726
+ },
835
727
  },
836
728
  link: {
837
729
  serializedName: "link",
838
730
  type: {
839
- name: "String"
840
- }
841
- }
842
- }
843
- }
731
+ name: "String",
732
+ },
733
+ },
734
+ },
735
+ },
844
736
  };
845
737
 
846
738
  export const SolutionsDiagnostic: coreClient.CompositeMapper = {
@@ -851,26 +743,32 @@ export const SolutionsDiagnostic: coreClient.CompositeMapper = {
851
743
  solutionId: {
852
744
  serializedName: "solutionId",
853
745
  type: {
854
- name: "String"
855
- }
746
+ name: "String",
747
+ },
856
748
  },
857
749
  status: {
858
750
  serializedName: "status",
859
751
  type: {
860
- name: "String"
861
- }
752
+ name: "String",
753
+ },
862
754
  },
863
755
  statusDetails: {
864
756
  serializedName: "statusDetails",
865
757
  type: {
866
- name: "String"
867
- }
758
+ name: "String",
759
+ },
868
760
  },
869
761
  replacementKey: {
870
762
  serializedName: "replacementKey",
871
763
  type: {
872
- name: "String"
873
- }
764
+ name: "String",
765
+ },
766
+ },
767
+ estimatedCompletionTime: {
768
+ serializedName: "estimatedCompletionTime",
769
+ type: {
770
+ name: "String",
771
+ },
874
772
  },
875
773
  requiredParameters: {
876
774
  serializedName: "requiredParameters",
@@ -878,10 +776,10 @@ export const SolutionsDiagnostic: coreClient.CompositeMapper = {
878
776
  name: "Sequence",
879
777
  element: {
880
778
  type: {
881
- name: "String"
882
- }
883
- }
884
- }
779
+ name: "String",
780
+ },
781
+ },
782
+ },
885
783
  },
886
784
  insights: {
887
785
  serializedName: "insights",
@@ -890,13 +788,13 @@ export const SolutionsDiagnostic: coreClient.CompositeMapper = {
890
788
  element: {
891
789
  type: {
892
790
  name: "Composite",
893
- className: "Insight"
894
- }
895
- }
896
- }
897
- }
898
- }
899
- }
791
+ className: "Insight",
792
+ },
793
+ },
794
+ },
795
+ },
796
+ },
797
+ },
900
798
  };
901
799
 
902
800
  export const SolutionsTroubleshooters: coreClient.CompositeMapper = {
@@ -907,23 +805,23 @@ export const SolutionsTroubleshooters: coreClient.CompositeMapper = {
907
805
  solutionId: {
908
806
  serializedName: "solutionId",
909
807
  type: {
910
- name: "String"
911
- }
808
+ name: "String",
809
+ },
912
810
  },
913
811
  title: {
914
812
  serializedName: "title",
915
813
  type: {
916
- name: "String"
917
- }
814
+ name: "String",
815
+ },
918
816
  },
919
817
  summary: {
920
818
  serializedName: "summary",
921
819
  type: {
922
- name: "String"
923
- }
924
- }
925
- }
926
- }
820
+ name: "String",
821
+ },
822
+ },
823
+ },
824
+ },
927
825
  };
928
826
 
929
827
  export const MetricsBasedChart: coreClient.CompositeMapper = {
@@ -934,42 +832,42 @@ export const MetricsBasedChart: coreClient.CompositeMapper = {
934
832
  name: {
935
833
  serializedName: "name",
936
834
  type: {
937
- name: "String"
938
- }
835
+ name: "String",
836
+ },
939
837
  },
940
838
  aggregationType: {
941
839
  serializedName: "aggregationType",
942
840
  type: {
943
- name: "String"
944
- }
841
+ name: "String",
842
+ },
945
843
  },
946
844
  timeSpanDuration: {
947
845
  serializedName: "timeSpanDuration",
948
846
  type: {
949
- name: "String"
950
- }
847
+ name: "String",
848
+ },
951
849
  },
952
850
  title: {
953
851
  serializedName: "title",
954
852
  type: {
955
- name: "String"
956
- }
853
+ name: "String",
854
+ },
957
855
  },
958
856
  filterGroup: {
959
857
  serializedName: "filterGroup",
960
858
  type: {
961
859
  name: "Composite",
962
- className: "FilterGroup"
963
- }
860
+ className: "FilterGroup",
861
+ },
964
862
  },
965
863
  replacementKey: {
966
864
  serializedName: "replacementKey",
967
865
  type: {
968
- name: "String"
969
- }
970
- }
971
- }
972
- }
866
+ name: "String",
867
+ },
868
+ },
869
+ },
870
+ },
973
871
  };
974
872
 
975
873
  export const FilterGroup: coreClient.CompositeMapper = {
@@ -984,13 +882,13 @@ export const FilterGroup: coreClient.CompositeMapper = {
984
882
  element: {
985
883
  type: {
986
884
  name: "Composite",
987
- className: "Filter"
988
- }
989
- }
990
- }
991
- }
992
- }
993
- }
885
+ className: "Filter",
886
+ },
887
+ },
888
+ },
889
+ },
890
+ },
891
+ },
994
892
  };
995
893
 
996
894
  export const Filter: coreClient.CompositeMapper = {
@@ -1001,23 +899,23 @@ export const Filter: coreClient.CompositeMapper = {
1001
899
  name: {
1002
900
  serializedName: "name",
1003
901
  type: {
1004
- name: "String"
1005
- }
902
+ name: "String",
903
+ },
1006
904
  },
1007
905
  values: {
1008
906
  serializedName: "values",
1009
907
  type: {
1010
- name: "String"
1011
- }
908
+ name: "String",
909
+ },
1012
910
  },
1013
911
  operator: {
1014
912
  serializedName: "operator",
1015
913
  type: {
1016
- name: "String"
1017
- }
1018
- }
1019
- }
1020
- }
914
+ name: "String",
915
+ },
916
+ },
917
+ },
918
+ },
1021
919
  };
1022
920
 
1023
921
  export const VideoGroupVideo: coreClient.CompositeMapper = {
@@ -1028,17 +926,17 @@ export const VideoGroupVideo: coreClient.CompositeMapper = {
1028
926
  src: {
1029
927
  serializedName: "src",
1030
928
  type: {
1031
- name: "String"
1032
- }
929
+ name: "String",
930
+ },
1033
931
  },
1034
932
  title: {
1035
933
  serializedName: "title",
1036
934
  type: {
1037
- name: "String"
1038
- }
1039
- }
1040
- }
1041
- }
935
+ name: "String",
936
+ },
937
+ },
938
+ },
939
+ },
1042
940
  };
1043
941
 
1044
942
  export const VideoGroup: coreClient.CompositeMapper = {
@@ -1053,19 +951,19 @@ export const VideoGroup: coreClient.CompositeMapper = {
1053
951
  element: {
1054
952
  type: {
1055
953
  name: "Composite",
1056
- className: "VideoGroupVideo"
1057
- }
1058
- }
1059
- }
954
+ className: "VideoGroupVideo",
955
+ },
956
+ },
957
+ },
1060
958
  },
1061
959
  replacementKey: {
1062
960
  serializedName: "replacementKey",
1063
961
  type: {
1064
- name: "String"
1065
- }
1066
- }
1067
- }
1068
- }
962
+ name: "String",
963
+ },
964
+ },
965
+ },
966
+ },
1069
967
  };
1070
968
 
1071
969
  export const Section: coreClient.CompositeMapper = {
@@ -1076,24 +974,24 @@ export const Section: coreClient.CompositeMapper = {
1076
974
  title: {
1077
975
  serializedName: "title",
1078
976
  type: {
1079
- name: "String"
1080
- }
977
+ name: "String",
978
+ },
1081
979
  },
1082
980
  content: {
1083
981
  serializedName: "content",
1084
982
  type: {
1085
- name: "String"
1086
- }
983
+ name: "String",
984
+ },
1087
985
  },
1088
986
  replacementMaps: {
1089
987
  serializedName: "replacementMaps",
1090
988
  type: {
1091
989
  name: "Composite",
1092
- className: "ReplacementMaps"
1093
- }
1094
- }
1095
- }
1096
- }
990
+ className: "ReplacementMaps",
991
+ },
992
+ },
993
+ },
994
+ },
1097
995
  };
1098
996
 
1099
997
  export const SolutionPatchRequestBody: coreClient.CompositeMapper = {
@@ -1101,15 +999,91 @@ export const SolutionPatchRequestBody: coreClient.CompositeMapper = {
1101
999
  name: "Composite",
1102
1000
  className: "SolutionPatchRequestBody",
1103
1001
  modelProperties: {
1104
- properties: {
1105
- serializedName: "properties",
1002
+ triggerCriteria: {
1003
+ serializedName: "properties.triggerCriteria",
1004
+ type: {
1005
+ name: "Sequence",
1006
+ element: {
1007
+ type: {
1008
+ name: "Composite",
1009
+ className: "TriggerCriterion",
1010
+ },
1011
+ },
1012
+ },
1013
+ },
1014
+ parameters: {
1015
+ serializedName: "properties.parameters",
1016
+ type: {
1017
+ name: "Dictionary",
1018
+ value: { type: { name: "String" } },
1019
+ },
1020
+ },
1021
+ solutionId: {
1022
+ serializedName: "properties.solutionId",
1023
+ readOnly: true,
1024
+ type: {
1025
+ name: "String",
1026
+ },
1027
+ },
1028
+ provisioningState: {
1029
+ serializedName: "properties.provisioningState",
1030
+ readOnly: true,
1031
+ type: {
1032
+ name: "String",
1033
+ },
1034
+ },
1035
+ title: {
1036
+ serializedName: "properties.title",
1037
+ readOnly: true,
1038
+ type: {
1039
+ name: "String",
1040
+ },
1041
+ },
1042
+ content: {
1043
+ serializedName: "properties.content",
1044
+ readOnly: true,
1045
+ type: {
1046
+ name: "String",
1047
+ },
1048
+ },
1049
+ replacementMaps: {
1050
+ serializedName: "properties.replacementMaps",
1106
1051
  type: {
1107
1052
  name: "Composite",
1108
- className: "SolutionResourceProperties"
1109
- }
1110
- }
1111
- }
1112
- }
1053
+ className: "ReplacementMaps",
1054
+ },
1055
+ },
1056
+ sections: {
1057
+ serializedName: "properties.sections",
1058
+ readOnly: true,
1059
+ type: {
1060
+ name: "Sequence",
1061
+ element: {
1062
+ type: {
1063
+ name: "Composite",
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
+ },
1113
1087
  };
1114
1088
 
1115
1089
  export const Step: coreClient.CompositeMapper = {
@@ -1120,50 +1094,50 @@ export const Step: coreClient.CompositeMapper = {
1120
1094
  id: {
1121
1095
  serializedName: "id",
1122
1096
  type: {
1123
- name: "String"
1124
- }
1097
+ name: "String",
1098
+ },
1125
1099
  },
1126
1100
  title: {
1127
1101
  serializedName: "title",
1128
1102
  type: {
1129
- name: "String"
1130
- }
1103
+ name: "String",
1104
+ },
1131
1105
  },
1132
1106
  description: {
1133
1107
  serializedName: "description",
1134
1108
  type: {
1135
- name: "String"
1136
- }
1109
+ name: "String",
1110
+ },
1137
1111
  },
1138
1112
  guidance: {
1139
1113
  serializedName: "guidance",
1140
1114
  type: {
1141
- name: "String"
1142
- }
1115
+ name: "String",
1116
+ },
1143
1117
  },
1144
1118
  executionStatus: {
1145
1119
  serializedName: "executionStatus",
1146
1120
  type: {
1147
- name: "String"
1148
- }
1121
+ name: "String",
1122
+ },
1149
1123
  },
1150
1124
  executionStatusDescription: {
1151
1125
  serializedName: "executionStatusDescription",
1152
1126
  type: {
1153
- name: "String"
1154
- }
1127
+ name: "String",
1128
+ },
1155
1129
  },
1156
1130
  type: {
1157
1131
  serializedName: "type",
1158
1132
  type: {
1159
- name: "String"
1160
- }
1133
+ name: "String",
1134
+ },
1161
1135
  },
1162
1136
  isLastStep: {
1163
1137
  serializedName: "isLastStep",
1164
1138
  type: {
1165
- name: "Boolean"
1166
- }
1139
+ name: "Boolean",
1140
+ },
1167
1141
  },
1168
1142
  inputs: {
1169
1143
  serializedName: "inputs",
@@ -1172,17 +1146,17 @@ export const Step: coreClient.CompositeMapper = {
1172
1146
  element: {
1173
1147
  type: {
1174
1148
  name: "Composite",
1175
- className: "StepInput"
1176
- }
1177
- }
1178
- }
1149
+ className: "StepInput",
1150
+ },
1151
+ },
1152
+ },
1179
1153
  },
1180
1154
  automatedCheckResults: {
1181
1155
  serializedName: "automatedCheckResults",
1182
1156
  type: {
1183
1157
  name: "Composite",
1184
- className: "AutomatedCheckResult"
1185
- }
1158
+ className: "AutomatedCheckResult",
1159
+ },
1186
1160
  },
1187
1161
  insights: {
1188
1162
  serializedName: "insights",
@@ -1191,20 +1165,20 @@ export const Step: coreClient.CompositeMapper = {
1191
1165
  element: {
1192
1166
  type: {
1193
1167
  name: "Composite",
1194
- className: "Insight"
1195
- }
1196
- }
1197
- }
1168
+ className: "Insight",
1169
+ },
1170
+ },
1171
+ },
1198
1172
  },
1199
1173
  error: {
1200
1174
  serializedName: "error",
1201
1175
  type: {
1202
1176
  name: "Composite",
1203
- className: "ErrorDetail"
1204
- }
1205
- }
1206
- }
1207
- }
1177
+ className: "ErrorDetail",
1178
+ },
1179
+ },
1180
+ },
1181
+ },
1208
1182
  };
1209
1183
 
1210
1184
  export const StepInput: coreClient.CompositeMapper = {
@@ -1215,51 +1189,57 @@ export const StepInput: coreClient.CompositeMapper = {
1215
1189
  questionId: {
1216
1190
  serializedName: "questionId",
1217
1191
  type: {
1218
- name: "String"
1219
- }
1192
+ name: "String",
1193
+ },
1220
1194
  },
1221
1195
  questionType: {
1222
1196
  serializedName: "questionType",
1223
1197
  type: {
1224
- name: "String"
1225
- }
1198
+ name: "String",
1199
+ },
1200
+ },
1201
+ questionTitle: {
1202
+ serializedName: "questionTitle",
1203
+ type: {
1204
+ name: "String",
1205
+ },
1226
1206
  },
1227
1207
  questionContent: {
1228
1208
  serializedName: "questionContent",
1229
1209
  type: {
1230
- name: "String"
1231
- }
1210
+ name: "String",
1211
+ },
1232
1212
  },
1233
1213
  questionContentType: {
1234
1214
  serializedName: "questionContentType",
1235
1215
  type: {
1236
- name: "String"
1237
- }
1216
+ name: "String",
1217
+ },
1238
1218
  },
1239
1219
  responseHint: {
1240
1220
  serializedName: "responseHint",
1241
1221
  type: {
1242
- name: "String"
1243
- }
1222
+ name: "String",
1223
+ },
1244
1224
  },
1245
1225
  recommendedOption: {
1246
1226
  serializedName: "recommendedOption",
1247
1227
  type: {
1248
- name: "String"
1249
- }
1228
+ name: "String",
1229
+ },
1250
1230
  },
1251
1231
  selectedOptionValue: {
1252
1232
  serializedName: "selectedOptionValue",
1253
1233
  type: {
1254
- name: "String"
1255
- }
1234
+ name: "String",
1235
+ },
1256
1236
  },
1257
1237
  responseValidationProperties: {
1258
1238
  serializedName: "responseValidationProperties",
1259
1239
  type: {
1260
1240
  name: "Composite",
1261
- className: "ResponseValidationProperties"
1262
- }
1241
+ className: "ResponseValidationProperties",
1242
+ },
1263
1243
  },
1264
1244
  responseOptions: {
1265
1245
  serializedName: "responseOptions",
@@ -1268,13 +1248,13 @@ export const StepInput: coreClient.CompositeMapper = {
1268
1248
  element: {
1269
1249
  type: {
1270
1250
  name: "Composite",
1271
- className: "ResponseOption"
1272
- }
1273
- }
1274
- }
1275
- }
1276
- }
1277
- }
1251
+ className: "ResponseOption",
1252
+ },
1253
+ },
1254
+ },
1255
+ },
1256
+ },
1257
+ },
1278
1258
  };
1279
1259
 
1280
1260
  export const ResponseValidationProperties: coreClient.CompositeMapper = {
@@ -1285,29 +1265,35 @@ export const ResponseValidationProperties: coreClient.CompositeMapper = {
1285
1265
  regex: {
1286
1266
  serializedName: "regex",
1287
1267
  type: {
1288
- name: "String"
1289
- }
1268
+ name: "String",
1269
+ },
1270
+ },
1271
+ validationScope: {
1272
+ serializedName: "validationScope",
1273
+ type: {
1274
+ name: "String",
1275
+ },
1290
1276
  },
1291
1277
  isRequired: {
1292
1278
  serializedName: "isRequired",
1293
1279
  type: {
1294
- name: "Boolean"
1295
- }
1280
+ name: "Boolean",
1281
+ },
1296
1282
  },
1297
1283
  validationErrorMessage: {
1298
1284
  serializedName: "validationErrorMessage",
1299
1285
  type: {
1300
- name: "String"
1301
- }
1286
+ name: "String",
1287
+ },
1302
1288
  },
1303
1289
  maxLength: {
1304
1290
  serializedName: "maxLength",
1305
1291
  type: {
1306
- name: "Number"
1307
- }
1308
- }
1309
- }
1310
- }
1292
+ name: "Number",
1293
+ },
1294
+ },
1295
+ },
1296
+ },
1311
1297
  };
1312
1298
 
1313
1299
  export const ResponseOption: coreClient.CompositeMapper = {
@@ -1318,17 +1304,17 @@ export const ResponseOption: coreClient.CompositeMapper = {
1318
1304
  key: {
1319
1305
  serializedName: "key",
1320
1306
  type: {
1321
- name: "String"
1322
- }
1307
+ name: "String",
1308
+ },
1323
1309
  },
1324
1310
  value: {
1325
1311
  serializedName: "value",
1326
1312
  type: {
1327
- name: "String"
1328
- }
1329
- }
1330
- }
1331
- }
1313
+ name: "String",
1314
+ },
1315
+ },
1316
+ },
1317
+ },
1332
1318
  };
1333
1319
 
1334
1320
  export const AutomatedCheckResult: coreClient.CompositeMapper = {
@@ -1336,20 +1322,32 @@ export const AutomatedCheckResult: coreClient.CompositeMapper = {
1336
1322
  name: "Composite",
1337
1323
  className: "AutomatedCheckResult",
1338
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
+ },
1339
1337
  result: {
1340
1338
  serializedName: "result",
1341
1339
  type: {
1342
- name: "String"
1343
- }
1340
+ name: "String",
1341
+ },
1344
1342
  },
1345
1343
  type: {
1346
1344
  serializedName: "type",
1347
1345
  type: {
1348
- name: "String"
1349
- }
1350
- }
1351
- }
1352
- }
1346
+ name: "String",
1347
+ },
1348
+ },
1349
+ },
1350
+ },
1353
1351
  };
1354
1352
 
1355
1353
  export const ContinueRequestBody: coreClient.CompositeMapper = {
@@ -1360,8 +1358,8 @@ export const ContinueRequestBody: coreClient.CompositeMapper = {
1360
1358
  stepId: {
1361
1359
  serializedName: "stepId",
1362
1360
  type: {
1363
- name: "String"
1364
- }
1361
+ name: "String",
1362
+ },
1365
1363
  },
1366
1364
  responses: {
1367
1365
  serializedName: "responses",
@@ -1370,13 +1368,13 @@ export const ContinueRequestBody: coreClient.CompositeMapper = {
1370
1368
  element: {
1371
1369
  type: {
1372
1370
  name: "Composite",
1373
- className: "TroubleshooterResponse"
1374
- }
1375
- }
1376
- }
1377
- }
1378
- }
1379
- }
1371
+ className: "TroubleshooterResponse",
1372
+ },
1373
+ },
1374
+ },
1375
+ },
1376
+ },
1377
+ },
1380
1378
  };
1381
1379
 
1382
1380
  export const TroubleshooterResponse: coreClient.CompositeMapper = {
@@ -1387,23 +1385,23 @@ export const TroubleshooterResponse: coreClient.CompositeMapper = {
1387
1385
  questionId: {
1388
1386
  serializedName: "questionId",
1389
1387
  type: {
1390
- name: "String"
1391
- }
1388
+ name: "String",
1389
+ },
1392
1390
  },
1393
1391
  questionType: {
1394
1392
  serializedName: "questionType",
1395
1393
  type: {
1396
- name: "String"
1397
- }
1394
+ name: "String",
1395
+ },
1398
1396
  },
1399
1397
  response: {
1400
1398
  serializedName: "response",
1401
1399
  type: {
1402
- name: "String"
1403
- }
1404
- }
1405
- }
1406
- }
1400
+ name: "String",
1401
+ },
1402
+ },
1403
+ },
1404
+ },
1407
1405
  };
1408
1406
 
1409
1407
  export const RestartTroubleshooterResponse: coreClient.CompositeMapper = {
@@ -1415,11 +1413,173 @@ export const RestartTroubleshooterResponse: coreClient.CompositeMapper = {
1415
1413
  serializedName: "troubleshooterResourceName",
1416
1414
  readOnly: true,
1417
1415
  type: {
1418
- name: "String"
1419
- }
1420
- }
1421
- }
1422
- }
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
+ },
1423
1583
  };
1424
1584
 
1425
1585
  export const ProxyResource: coreClient.CompositeMapper = {
@@ -1427,9 +1587,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
1427
1587
  name: "Composite",
1428
1588
  className: "ProxyResource",
1429
1589
  modelProperties: {
1430
- ...Resource.type.modelProperties
1431
- }
1432
- }
1590
+ ...Resource.type.modelProperties,
1591
+ },
1592
+ },
1433
1593
  };
1434
1594
 
1435
1595
  export const Video: coreClient.CompositeMapper = {
@@ -1441,11 +1601,11 @@ export const Video: coreClient.CompositeMapper = {
1441
1601
  replacementKey: {
1442
1602
  serializedName: "replacementKey",
1443
1603
  type: {
1444
- name: "String"
1445
- }
1446
- }
1447
- }
1448
- }
1604
+ name: "String",
1605
+ },
1606
+ },
1607
+ },
1608
+ },
1449
1609
  };
1450
1610
 
1451
1611
  export const DiagnosticResource: coreClient.CompositeMapper = {
@@ -1458,8 +1618,8 @@ export const DiagnosticResource: coreClient.CompositeMapper = {
1458
1618
  serializedName: "properties.globalParameters",
1459
1619
  type: {
1460
1620
  name: "Dictionary",
1461
- value: { type: { name: "String" } }
1462
- }
1621
+ value: { type: { name: "String" } },
1622
+ },
1463
1623
  },
1464
1624
  insights: {
1465
1625
  serializedName: "properties.insights",
@@ -1468,24 +1628,24 @@ export const DiagnosticResource: coreClient.CompositeMapper = {
1468
1628
  element: {
1469
1629
  type: {
1470
1630
  name: "Composite",
1471
- className: "DiagnosticInvocation"
1472
- }
1473
- }
1474
- }
1631
+ className: "DiagnosticInvocation",
1632
+ },
1633
+ },
1634
+ },
1475
1635
  },
1476
1636
  acceptedAt: {
1477
1637
  serializedName: "properties.acceptedAt",
1478
1638
  readOnly: true,
1479
1639
  type: {
1480
- name: "String"
1481
- }
1640
+ name: "String",
1641
+ },
1482
1642
  },
1483
1643
  provisioningState: {
1484
1644
  serializedName: "properties.provisioningState",
1485
1645
  readOnly: true,
1486
1646
  type: {
1487
- name: "String"
1488
- }
1647
+ name: "String",
1648
+ },
1489
1649
  },
1490
1650
  diagnostics: {
1491
1651
  serializedName: "properties.diagnostics",
@@ -1495,13 +1655,13 @@ export const DiagnosticResource: coreClient.CompositeMapper = {
1495
1655
  element: {
1496
1656
  type: {
1497
1657
  name: "Composite",
1498
- className: "Diagnostic"
1499
- }
1500
- }
1501
- }
1502
- }
1503
- }
1504
- }
1658
+ className: "Diagnostic",
1659
+ },
1660
+ },
1661
+ },
1662
+ },
1663
+ },
1664
+ },
1505
1665
  };
1506
1666
 
1507
1667
  export const SolutionMetadataResource: coreClient.CompositeMapper = {
@@ -1517,13 +1677,142 @@ export const SolutionMetadataResource: coreClient.CompositeMapper = {
1517
1677
  element: {
1518
1678
  type: {
1519
1679
  name: "Composite",
1520
- className: "SolutionMetadataProperties"
1521
- }
1522
- }
1523
- }
1524
- }
1525
- }
1526
- }
1680
+ className: "SolutionMetadataProperties",
1681
+ },
1682
+ },
1683
+ },
1684
+ },
1685
+ },
1686
+ },
1687
+ };
1688
+
1689
+ export const SolutionResource: coreClient.CompositeMapper = {
1690
+ type: {
1691
+ name: "Composite",
1692
+ className: "SolutionResource",
1693
+ modelProperties: {
1694
+ ...ProxyResource.type.modelProperties,
1695
+ triggerCriteria: {
1696
+ serializedName: "properties.triggerCriteria",
1697
+ type: {
1698
+ name: "Sequence",
1699
+ element: {
1700
+ type: {
1701
+ name: "Composite",
1702
+ className: "TriggerCriterion",
1703
+ },
1704
+ },
1705
+ },
1706
+ },
1707
+ parameters: {
1708
+ serializedName: "properties.parameters",
1709
+ type: {
1710
+ name: "Dictionary",
1711
+ value: { type: { name: "String" } },
1712
+ },
1713
+ },
1714
+ solutionId: {
1715
+ serializedName: "properties.solutionId",
1716
+ readOnly: true,
1717
+ type: {
1718
+ name: "String",
1719
+ },
1720
+ },
1721
+ provisioningState: {
1722
+ serializedName: "properties.provisioningState",
1723
+ readOnly: true,
1724
+ type: {
1725
+ name: "String",
1726
+ },
1727
+ },
1728
+ title: {
1729
+ serializedName: "properties.title",
1730
+ readOnly: true,
1731
+ type: {
1732
+ name: "String",
1733
+ },
1734
+ },
1735
+ content: {
1736
+ serializedName: "properties.content",
1737
+ readOnly: true,
1738
+ type: {
1739
+ name: "String",
1740
+ },
1741
+ },
1742
+ replacementMaps: {
1743
+ serializedName: "properties.replacementMaps",
1744
+ type: {
1745
+ name: "Composite",
1746
+ className: "ReplacementMaps",
1747
+ },
1748
+ },
1749
+ sections: {
1750
+ serializedName: "properties.sections",
1751
+ readOnly: true,
1752
+ type: {
1753
+ name: "Sequence",
1754
+ element: {
1755
+ type: {
1756
+ name: "Composite",
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
+ },
1527
1816
  };
1528
1817
 
1529
1818
  export const TroubleshooterResource: coreClient.CompositeMapper = {
@@ -1535,22 +1824,22 @@ export const TroubleshooterResource: coreClient.CompositeMapper = {
1535
1824
  solutionId: {
1536
1825
  serializedName: "properties.solutionId",
1537
1826
  type: {
1538
- name: "String"
1539
- }
1827
+ name: "String",
1828
+ },
1540
1829
  },
1541
1830
  parameters: {
1542
1831
  serializedName: "properties.parameters",
1543
1832
  type: {
1544
1833
  name: "Dictionary",
1545
- value: { type: { name: "String" } }
1546
- }
1834
+ value: { type: { name: "String" } },
1835
+ },
1547
1836
  },
1548
1837
  provisioningState: {
1549
1838
  serializedName: "properties.provisioningState",
1550
1839
  readOnly: true,
1551
1840
  type: {
1552
- name: "String"
1553
- }
1841
+ name: "String",
1842
+ },
1554
1843
  },
1555
1844
  steps: {
1556
1845
  serializedName: "properties.steps",
@@ -1560,13 +1849,122 @@ export const TroubleshooterResource: coreClient.CompositeMapper = {
1560
1849
  element: {
1561
1850
  type: {
1562
1851
  name: "Composite",
1563
- className: "Step"
1564
- }
1565
- }
1566
- }
1567
- }
1568
- }
1569
- }
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
+ },
1570
1968
  };
1571
1969
 
1572
1970
  export const SolutionUpdateHeaders: coreClient.CompositeMapper = {
@@ -1577,11 +1975,11 @@ export const SolutionUpdateHeaders: coreClient.CompositeMapper = {
1577
1975
  location: {
1578
1976
  serializedName: "location",
1579
1977
  type: {
1580
- name: "String"
1581
- }
1582
- }
1583
- }
1584
- }
1978
+ name: "String",
1979
+ },
1980
+ },
1981
+ },
1982
+ },
1585
1983
  };
1586
1984
 
1587
1985
  export const TroubleshootersContinueHeaders: coreClient.CompositeMapper = {
@@ -1592,11 +1990,11 @@ export const TroubleshootersContinueHeaders: coreClient.CompositeMapper = {
1592
1990
  location: {
1593
1991
  serializedName: "location",
1594
1992
  type: {
1595
- name: "String"
1596
- }
1597
- }
1598
- }
1599
- }
1993
+ name: "String",
1994
+ },
1995
+ },
1996
+ },
1997
+ },
1600
1998
  };
1601
1999
 
1602
2000
  export const TroubleshootersEndHeaders: coreClient.CompositeMapper = {
@@ -1607,11 +2005,11 @@ export const TroubleshootersEndHeaders: coreClient.CompositeMapper = {
1607
2005
  location: {
1608
2006
  serializedName: "location",
1609
2007
  type: {
1610
- name: "String"
1611
- }
1612
- }
1613
- }
1614
- }
2008
+ name: "String",
2009
+ },
2010
+ },
2011
+ },
2012
+ },
1615
2013
  };
1616
2014
 
1617
2015
  export const TroubleshootersRestartHeaders: coreClient.CompositeMapper = {
@@ -1622,9 +2020,9 @@ export const TroubleshootersRestartHeaders: coreClient.CompositeMapper = {
1622
2020
  location: {
1623
2021
  serializedName: "location",
1624
2022
  type: {
1625
- name: "String"
1626
- }
1627
- }
1628
- }
1629
- }
2023
+ name: "String",
2024
+ },
2025
+ },
2026
+ },
2027
+ },
1630
2028
  };