@typia/interface 13.0.0-dev.20260501 → 13.0.0-dev.20260502-2

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.
@@ -140,7 +140,10 @@ export declare namespace OpenApi {
140
140
  summary?: string;
141
141
  /** Path description. */
142
142
  description?: string;
143
- /** Additional non-standard HTTP method operations (e.g., LINK, UNLINK, PURGE). */
143
+ /**
144
+ * Additional non-standard HTTP method operations (e.g., LINK, UNLINK,
145
+ * PURGE).
146
+ */
144
147
  additionalOperations?: Record<string, IOperation>;
145
148
  }
146
149
  /** API operation metadata. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typia/interface",
3
- "version": "13.0.0-dev.20260501",
3
+ "version": "13.0.0-dev.20260502-2",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -185,7 +185,10 @@ export namespace OpenApi {
185
185
  /** Path description. */
186
186
  description?: string;
187
187
 
188
- /** Additional non-standard HTTP method operations (e.g., LINK, UNLINK, PURGE). */
188
+ /**
189
+ * Additional non-standard HTTP method operations (e.g., LINK, UNLINK,
190
+ * PURGE).
191
+ */
189
192
  additionalOperations?: Record<string, IOperation>;
190
193
  }
191
194