@kubb/swagger-ts 2.0.5 → 2.0.6
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/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/{types-IAThMYCO.d.cts → types-v3wZ6qbm.d.cts} +3 -3
- package/dist/{types-IAThMYCO.d.ts → types-v3wZ6qbm.d.ts} +3 -3
- package/package.json +7 -7
- package/src/types.ts +3 -3
package/dist/components.d.cts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OasBuilder } from '@kubb/swagger';
|
2
2
|
import { KubbFile } from '@kubb/core';
|
3
|
-
import { P as PluginOptions } from './types-
|
3
|
+
import { P as PluginOptions } from './types-v3wZ6qbm.cjs';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
import { OasTypes } from '@kubb/swagger/oas';
|
6
6
|
|
package/dist/components.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OasBuilder } from '@kubb/swagger';
|
2
2
|
import { KubbFile } from '@kubb/core';
|
3
|
-
import { P as PluginOptions } from './types-
|
3
|
+
import { P as PluginOptions } from './types-v3wZ6qbm.js';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
import { OasTypes } from '@kubb/swagger/oas';
|
6
6
|
|
package/dist/index.d.cts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as _kubb_core from '@kubb/core';
|
2
|
-
import { P as PluginOptions, O as Options } from './types-
|
3
|
-
export { F as FileMeta } from './types-
|
2
|
+
import { P as PluginOptions, O as Options } from './types-v3wZ6qbm.cjs';
|
3
|
+
export { F as FileMeta } from './types-v3wZ6qbm.cjs';
|
4
4
|
export { i as Oas } from './index-sycg8owy.cjs';
|
5
5
|
import '@kubb/swagger';
|
6
6
|
import 'hotscript';
|
package/dist/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as _kubb_core from '@kubb/core';
|
2
|
-
import { P as PluginOptions, O as Options } from './types-
|
3
|
-
export { F as FileMeta } from './types-
|
2
|
+
import { P as PluginOptions, O as Options } from './types-v3wZ6qbm.js';
|
3
|
+
export { F as FileMeta } from './types-v3wZ6qbm.js';
|
4
4
|
export { i as Oas } from './index-sycg8owy.js';
|
5
5
|
import '@kubb/swagger';
|
6
6
|
import 'hotscript';
|
@@ -41,15 +41,15 @@ type Options = {
|
|
41
41
|
output?: string;
|
42
42
|
};
|
43
43
|
/**
|
44
|
-
* Array containing exclude
|
44
|
+
* Array containing exclude parameters to exclude/skip tags/operations/methods/paths.
|
45
45
|
*/
|
46
46
|
exclude?: Array<Exclude>;
|
47
47
|
/**
|
48
|
-
* Array containing include
|
48
|
+
* Array containing include parameters to include tags/operations/methods/paths.
|
49
49
|
*/
|
50
50
|
include?: Array<Include>;
|
51
51
|
/**
|
52
|
-
* Array containing override
|
52
|
+
* Array containing override parameters to override `options` based on tags/operations/methods/paths.
|
53
53
|
*/
|
54
54
|
override?: Array<Override<Options>>;
|
55
55
|
/**
|
@@ -41,15 +41,15 @@ type Options = {
|
|
41
41
|
output?: string;
|
42
42
|
};
|
43
43
|
/**
|
44
|
-
* Array containing exclude
|
44
|
+
* Array containing exclude parameters to exclude/skip tags/operations/methods/paths.
|
45
45
|
*/
|
46
46
|
exclude?: Array<Exclude>;
|
47
47
|
/**
|
48
|
-
* Array containing include
|
48
|
+
* Array containing include parameters to include tags/operations/methods/paths.
|
49
49
|
*/
|
50
50
|
include?: Array<Include>;
|
51
51
|
/**
|
52
|
-
* Array containing override
|
52
|
+
* Array containing override parameters to override `options` based on tags/operations/methods/paths.
|
53
53
|
*/
|
54
54
|
override?: Array<Override<Options>>;
|
55
55
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kubb/swagger-ts",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.6",
|
4
4
|
"description": "Generator swagger-ts",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -49,11 +49,11 @@
|
|
49
49
|
"hotscript": "^1.0.13",
|
50
50
|
"json-schema-to-ts": "^2.9.2",
|
51
51
|
"ts-toolbelt": "^9.6.0",
|
52
|
-
"@kubb/core": "2.0.
|
53
|
-
"@kubb/parser": "2.0.
|
54
|
-
"@kubb/react": "2.0.
|
55
|
-
"@kubb/swagger": "2.0.
|
56
|
-
"@kubb/types": "2.0.
|
52
|
+
"@kubb/core": "2.0.6",
|
53
|
+
"@kubb/parser": "2.0.6",
|
54
|
+
"@kubb/react": "2.0.6",
|
55
|
+
"@kubb/swagger": "2.0.6",
|
56
|
+
"@kubb/types": "2.0.6"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
59
|
"@types/react": "^18.2.45",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"@kubb/tsup-config": "1.1.8"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
|
-
"@kubb/react": "2.0.
|
69
|
+
"@kubb/react": "2.0.6"
|
70
70
|
},
|
71
71
|
"packageManager": "pnpm@8.3.0",
|
72
72
|
"engines": {
|
package/src/types.ts
CHANGED
@@ -41,15 +41,15 @@ export type Options = {
|
|
41
41
|
output?: string
|
42
42
|
}
|
43
43
|
/**
|
44
|
-
* Array containing exclude
|
44
|
+
* Array containing exclude parameters to exclude/skip tags/operations/methods/paths.
|
45
45
|
*/
|
46
46
|
exclude?: Array<Exclude>
|
47
47
|
/**
|
48
|
-
* Array containing include
|
48
|
+
* Array containing include parameters to include tags/operations/methods/paths.
|
49
49
|
*/
|
50
50
|
include?: Array<Include>
|
51
51
|
/**
|
52
|
-
* Array containing override
|
52
|
+
* Array containing override parameters to override `options` based on tags/operations/methods/paths.
|
53
53
|
*/
|
54
54
|
override?: Array<Override<Options>>
|
55
55
|
/**
|