···108108 // DEPRECATED OPTIONS BELOW
109109110110 /**
111111- * @deprecated
112112- *
113111 * **This feature works only with the legacy parser**
114112 *
115113 * Filter endpoints to be included in the generated SDK. The provided
···117115 * included in the output. The input pattern this string will be tested
118116 * against is `{method} {path}`. For example, you can match
119117 * `POST /api/v1/foo` with `^POST /api/v1/foo$`.
118118+ *
119119+ * @deprecated
120120 */
121121 // eslint-disable-next-line typescript-sort-keys/interface
122122 filter?: string;
123123 /**
124124- * @deprecated
125125- *
126124 * Define shape of returned value from service calls
127125 *
126126+ * @deprecated
128127 * @default 'body'
129128 */
130129 response?: 'body' | 'response';