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