@kanda-libs/ks-component-ts 0.3.64 → 0.3.66
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.d.ts +13904 -13904
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/package.json +1 -1
- package/src/generated/operations/infoWorkType.ts +7 -0
- package/src/generated/widget/index.tsx +63061 -63061
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@ import * as schemas from "../components/schemas";
|
|
|
5
5
|
export type InfoWorkTypeRequestParameters = {
|
|
6
6
|
work_type?: string;
|
|
7
7
|
job_id?: string;
|
|
8
|
+
ignore_rate_filter?: string;
|
|
8
9
|
};
|
|
9
10
|
|
|
10
11
|
export const infoWorkTypeOperation = {
|
|
@@ -27,6 +28,12 @@ export const infoWorkTypeOperation = {
|
|
|
27
28
|
in: "query",
|
|
28
29
|
name: "job_id",
|
|
29
30
|
},
|
|
31
|
+
{
|
|
32
|
+
_tag: "FormParameter",
|
|
33
|
+
explode: true,
|
|
34
|
+
in: "query",
|
|
35
|
+
name: "ignore_rate_filter",
|
|
36
|
+
},
|
|
30
37
|
],
|
|
31
38
|
requestDefaultHeaders: { Accept: "application/json" },
|
|
32
39
|
} as const;
|