chore: fix ci problem and upgrade version

This commit is contained in:
moonrailgun 2024-10-24 02:46:57 +08:00
parent ba580dd70b
commit 1c5737e588
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tianji-client-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "lib/index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "tianji-client-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "lib/index.js",
"scripts": {

View File

@ -6,7 +6,7 @@ import {
} from 'tianji-client-sdk';
type SurveyInfo =
openApiClient.$OpenApiTs['/workspace/{workspaceId}/survey/{surveyId}']['get']['res']['200'];
openApiClient.$OpenApiTs['/workspace/{workspaceId}/survey/{surveyId}/get']['get']['res']['200'];
interface UseTianjiSurveyOptions {
baseUrl?: string;