chore: format all frontend files (#430)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { vi, describe, it, expect, beforeAll, beforeEach } from 'vitest';
|
||||
import { Toast } from '@coze-arch/bot-semi';
|
||||
import { axiosInstance, isApiError, ApiError } from '@coze-arch/bot-http';
|
||||
@@ -42,16 +42,14 @@ vi.mock('@coze-arch/bot-http', () => {
|
||||
},
|
||||
},
|
||||
isApiError: vi.fn(),
|
||||
ApiError: vi.fn().mockImplementation(function (
|
||||
this: any,
|
||||
code: string,
|
||||
msg: string,
|
||||
) {
|
||||
this.code = code;
|
||||
this.msg = msg;
|
||||
this.config = {};
|
||||
this.name = 'ApiError';
|
||||
}),
|
||||
ApiError: vi
|
||||
.fn()
|
||||
.mockImplementation(function (this: any, code: string, msg: string) {
|
||||
this.code = code;
|
||||
this.msg = msg;
|
||||
this.config = {};
|
||||
this.name = 'ApiError';
|
||||
}),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import AppBuilderApiService from './idl/app_builder';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { Toast } from '@coze-arch/bot-semi';
|
||||
import {
|
||||
axiosInstance,
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import BasicApiService from '@coze-arch/idl/basic_api';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import BenefitApiService from './idl/benefit';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import CardApiService from './idl/card';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import queryString from 'query-string';
|
||||
|
||||
import ConnectorApiService from './idl/connector_api';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import CozeSpaceApiService from '@coze-arch/idl/stone_coze_space';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import DebuggerApiService from './idl/debugger_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import DeveloperApiService from './idl/developer_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import DeveloperBackendApiService from './idl/developer_backend';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import DevopsEvaluationService from './idl/devops_evaluation';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import DpManageService from './idl/dp_manage';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import EvaluationLiteService from './idl/evaluation_lite';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FileboxService from './idl/filebox';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FornaxApiService from '@coze-arch/idl/fornax_api';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import EvaluationApiService from '@coze-arch/idl/evaluation_api';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FornaxMlFlowService from '@coze-arch/idl/fornax_ml_flow';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FornaxObApiService from '@coze-arch/idl/fornax_ob_api';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FornaxPromptService from '@coze-arch/idl/prompt_api';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import FulfillApiService from './idl/fulfill';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import HubApiService from './idl/hub_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/app_builder';
|
||||
export { default as default } from '@coze-arch/idl/app_builder';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/basic_api';
|
||||
export { default as default } from '@coze-arch/idl/basic_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/benefit';
|
||||
export { default as default } from '@coze-arch/idl/benefit';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/card';
|
||||
export { default as default } from '@coze-arch/idl/card';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/connector_api';
|
||||
export { default as default } from '@coze-arch/idl/connector_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/debugger_api';
|
||||
export { default as default } from '@coze-arch/idl/debugger_api';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/developer_api';
|
||||
export { default as default } from '@coze-arch/idl/developer_api';
|
||||
export { SuggestReplyMode } from '@coze-arch/idl';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/developer_backend';
|
||||
export { default as default } from '@coze-arch/idl/developer_backend';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/devops_evaluation';
|
||||
export { default as default } from '@coze-arch/idl/devops_evaluation';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/dp_manage';
|
||||
export { default as default } from '@coze-arch/idl/dp_manage';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/evaluation_lite';
|
||||
export { default as default } from '@coze-arch/idl/evaluation_lite';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/filebox';
|
||||
export { default as default } from '@coze-arch/idl/filebox';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/fornax_api';
|
||||
export { default as default } from '@coze-arch/idl/fornax_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/fulfill';
|
||||
export { default as default } from '@coze-arch/idl/fulfill';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/hub_api';
|
||||
export { default as default } from '@coze-arch/idl/hub_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/incentive';
|
||||
export { default as default } from '@coze-arch/idl/incentive';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/intelligence_api';
|
||||
export { default as default } from '@coze-arch/idl/intelligence_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/knowledge';
|
||||
export { default as default } from '@coze-arch/idl/knowledge';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/market_interaction_api';
|
||||
export { default as default } from '@coze-arch/idl/market_interaction_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/memory';
|
||||
export { default as default } from '@coze-arch/idl/memory';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/multimedia_api';
|
||||
export { default as default } from '@coze-arch/idl/multimedia_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/notify_api';
|
||||
export { default as default } from '@coze-arch/idl/notify_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/ob_data';
|
||||
export { default as default } from '@coze-arch/idl/ob_data';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/ob_query_api';
|
||||
export { default as default } from '@coze-arch/idl/ob_query_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/pat_permission_api';
|
||||
export { default as default } from '@coze-arch/idl/pat_permission_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/permission_authz';
|
||||
export { default as default } from '@coze-arch/idl/permission_authz';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/permission_oauth2';
|
||||
export { default as default } from '@coze-arch/idl/permission_oauth2';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/playground_api';
|
||||
export { default as default } from '@coze-arch/idl/playground_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/plugin_develop';
|
||||
export { default as default } from '@coze-arch/idl/plugin_develop';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/plugin_impl_api';
|
||||
export { default as default } from '@coze-arch/idl/plugin_impl_api';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/product_api';
|
||||
export { default as default } from '@coze-arch/idl/product_api';
|
||||
import { type public_api } from '@coze-arch/idl/product_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/resource';
|
||||
export { default as default } from '@coze-arch/idl/resource';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/social_api';
|
||||
export { default as default } from '@coze-arch/idl/social_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/trade';
|
||||
export { default as default } from '@coze-arch/idl/trade';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/ui_builder';
|
||||
export { default as default } from '@coze-arch/idl/ui_builder';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/workflow_api';
|
||||
export { default as default } from '@coze-arch/idl/workflow_api';
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export * from '@coze-arch/idl/xmemory_api';
|
||||
export { default as default } from '@coze-arch/idl/xmemory_api';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import IncentiveService from './idl/incentive';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export { default as DeveloperApiService } from './idl/developer_api';
|
||||
export { default as PlaygroundApiService } from './idl/playground_api';
|
||||
export { default as KnowledgeService } from './idl/knowledge';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import IntelligenceApiService from './idl/intelligence_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import KnowledgeService from './idl/knowledge';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import MarketInteractionApiService from './idl/market_interaction_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import MemoryService from './idl/memory';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import MultimediaService from './idl/multimedia_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import NotifyApiService from './idl/notify_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import ObDataService from './idl/ob_data';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import ObQueryApiService from './idl/ob_query_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import PATPermissionService from './idl/pat_permission_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import PermissionAuthzService from './idl/permission_authz';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import PermissionOAuth2Service from './idl/permission_oauth2';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import PlaygroundApiService from './idl/playground_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import PluginDevelopApiService from './idl/plugin_develop';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import qs from 'query-string';
|
||||
|
||||
import ProductApiService from './idl/product_api';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import ResourceService from './idl/resource';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import SocialApiService from './idl/social_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import StoneFornaxEvaluationService from '@coze-arch/idl/stone_fornax_evaluation';
|
||||
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import TradeApiService from './idl/trade';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import UiBuilderApiService from './idl/ui-builder';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import WorkflowApiService from './idl/workflow_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import XmemoryApiService from './idl/xmemory_api';
|
||||
import { axiosInstance, type BotAPIRequestConfig } from './axios';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user