@hey-api/openapi-ts 0.55.0 → 0.55.1
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.
- package/dist/index.cjs +171 -171
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +171 -171
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -15,7 +15,8 @@ interface PluginName<Name extends PluginNames> {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
interface CommonConfig {
|
|
18
|
-
|
|
18
|
+
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
19
|
+
name: PluginNames | (string & {});
|
|
19
20
|
output?: string;
|
|
20
21
|
}
|
|
21
22
|
|
|
@@ -3943,6 +3944,7 @@ interface IRSchemaObject
|
|
|
3943
3944
|
| 'object'
|
|
3944
3945
|
| 'string'
|
|
3945
3946
|
| 'tuple'
|
|
3947
|
+
| 'undefined'
|
|
3946
3948
|
| 'unknown'
|
|
3947
3949
|
| 'void';
|
|
3948
3950
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,8 @@ interface PluginName<Name extends PluginNames> {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
interface CommonConfig {
|
|
18
|
-
|
|
18
|
+
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
19
|
+
name: PluginNames | (string & {});
|
|
19
20
|
output?: string;
|
|
20
21
|
}
|
|
21
22
|
|
|
@@ -3943,6 +3944,7 @@ interface IRSchemaObject
|
|
|
3943
3944
|
| 'object'
|
|
3944
3945
|
| 'string'
|
|
3945
3946
|
| 'tuple'
|
|
3947
|
+
| 'undefined'
|
|
3946
3948
|
| 'unknown'
|
|
3947
3949
|
| 'void';
|
|
3948
3950
|
}
|