You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration
199
199
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
200
200
// Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
@@ -205,7 +205,7 @@ export class DefaultApi extends BaseAPI {
205
205
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
206
206
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
207
207
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
253
253
// Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
254
254
// Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
@@ -258,7 +258,7 @@ export class DefaultApi extends BaseAPI {
258
258
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
259
259
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
260
260
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
263
263
// Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
264
264
// Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
@@ -268,15 +268,15 @@ export class DefaultApi extends BaseAPI {
268
268
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
269
269
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
270
270
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration
273
273
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
274
274
// Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.
275
275
// Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
276
276
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
277
277
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
278
278
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
0 commit comments