@alicloud/websitebuild20250429 2.25.0 → 2.26.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/client.d.ts +764 -209
- package/dist/client.js +908 -209
- package/dist/client.js.map +1 -1
- package/dist/models/AllocateSupabaseForAdminRequest.d.ts +17 -0
- package/dist/models/AllocateSupabaseForAdminRequest.js.map +1 -1
- package/dist/models/AllocateSupabaseForAdminResponseBody.d.ts +102 -0
- package/dist/models/AllocateSupabaseForAdminResponseBody.js.map +1 -1
- package/dist/models/AppInstanceAggregate.d.ts +1 -0
- package/dist/models/AppInstanceAggregate.js +2 -0
- package/dist/models/AppInstanceAggregate.js.map +1 -1
- package/dist/models/AppMaterialDirectory.d.ts +23 -0
- package/dist/models/AppMaterialDirectory.js.map +1 -1
- package/dist/models/AppMaterialFile.d.ts +46 -0
- package/dist/models/AppMaterialFile.js.map +1 -1
- package/dist/models/AppMaterialTask.d.ts +47 -0
- package/dist/models/AppMaterialTask.js.map +1 -1
- package/dist/models/BatchCheckResourceMeasureRequest.d.ts +18 -0
- package/dist/models/BatchCheckResourceMeasureRequest.js.map +1 -1
- package/dist/models/BatchCheckResourceMeasureResponseBody.d.ts +44 -0
- package/dist/models/BatchCheckResourceMeasureResponseBody.js.map +1 -1
- package/dist/models/CheckResourceMeasureRequest.d.ts +21 -0
- package/dist/models/CheckResourceMeasureRequest.js.map +1 -1
- package/dist/models/CheckResourceMeasureResponseBody.d.ts +49 -0
- package/dist/models/CheckResourceMeasureResponseBody.js.map +1 -1
- package/dist/models/CheckUserResourceMeasureRequest.d.ts +21 -0
- package/dist/models/CheckUserResourceMeasureRequest.js.map +1 -1
- package/dist/models/CheckUserResourceMeasureResponseBody.d.ts +51 -0
- package/dist/models/CheckUserResourceMeasureResponseBody.js.map +1 -1
- package/dist/models/ConfirmAppInstanceRequest.d.ts +69 -0
- package/dist/models/ConfirmAppInstanceRequest.js +80 -0
- package/dist/models/ConfirmAppInstanceRequest.js.map +1 -0
- package/dist/models/ConfirmAppInstanceResponse.d.ts +19 -0
- package/dist/models/ConfirmAppInstanceResponse.js +69 -0
- package/dist/models/ConfirmAppInstanceResponse.js.map +1 -0
- package/dist/models/ConfirmAppInstanceResponseBody.d.ts +92 -0
- package/dist/models/ConfirmAppInstanceResponseBody.js +109 -0
- package/dist/models/ConfirmAppInstanceResponseBody.js.map +1 -0
- package/dist/models/CopyAppPluginConfigResponseBody.d.ts +0 -3
- package/dist/models/CopyAppPluginConfigResponseBody.js.map +1 -1
- package/dist/models/CreateAistaffChatRequest.d.ts +33 -0
- package/dist/models/CreateAistaffChatRequest.js.map +1 -1
- package/dist/models/CreateAistaffChatResponseBody.d.ts +35 -0
- package/dist/models/CreateAistaffChatResponseBody.js.map +1 -1
- package/dist/models/CreateAistaffConversationRequest.d.ts +7 -0
- package/dist/models/CreateAistaffConversationRequest.js.map +1 -1
- package/dist/models/CreateAistaffConversationResponseBody.d.ts +54 -0
- package/dist/models/CreateAistaffConversationResponseBody.js.map +1 -1
- package/dist/models/CreateAppAssistantAgentRequest.d.ts +9 -0
- package/dist/models/CreateAppAssistantAgentRequest.js.map +1 -1
- package/dist/models/CreateAppAssistantAgentResponseBody.d.ts +87 -0
- package/dist/models/CreateAppAssistantAgentResponseBody.js.map +1 -1
- package/dist/models/CreateAppAssistantAgentSsoLoginRequest.d.ts +9 -0
- package/dist/models/CreateAppAssistantAgentSsoLoginRequest.js.map +1 -1
- package/dist/models/CreateAppAssistantAgentSsoLoginResponseBody.d.ts +50 -0
- package/dist/models/CreateAppAssistantAgentSsoLoginResponseBody.js.map +1 -1
- package/dist/models/CreateAppChatRequest.d.ts +15 -0
- package/dist/models/CreateAppChatRequest.js.map +1 -1
- package/dist/models/CreateAppInstanceRequest.d.ts +13 -0
- package/dist/models/CreateAppInstanceRequest.js.map +1 -1
- package/dist/models/CreateAppInstanceShrinkRequest.d.ts +7 -0
- package/dist/models/CreateAppInstanceShrinkRequest.js.map +1 -1
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.d.ts +13 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.js.map +1 -1
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.d.ts +39 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.js.map +1 -1
- package/dist/models/CreateAppTokenServiceRequest.d.ts +3 -0
- package/dist/models/CreateAppTokenServiceRequest.js.map +1 -1
- package/dist/models/CreateAppTokenServiceResponseBody.d.ts +39 -0
- package/dist/models/CreateAppTokenServiceResponseBody.js.map +1 -1
- package/dist/models/CreateLogoTaskRequest.d.ts +17 -0
- package/dist/models/CreateLogoTaskRequest.js.map +1 -1
- package/dist/models/CreateLogoTaskResponseBody.d.ts +12 -0
- package/dist/models/CreateLogoTaskResponseBody.js.map +1 -1
- package/dist/models/CreateMaterialDirectoryRequest.d.ts +9 -0
- package/dist/models/CreateMaterialDirectoryRequest.js.map +1 -1
- package/dist/models/CreateMaterialDirectoryResponseBody.d.ts +45 -0
- package/dist/models/CreateMaterialDirectoryResponseBody.js.map +1 -1
- package/dist/models/DeleteAppDomainRedirectResponseBody.d.ts +1 -1
- package/dist/models/DeleteAppFileRequest.d.ts +23 -0
- package/dist/models/DeleteAppFileRequest.js +60 -0
- package/dist/models/DeleteAppFileRequest.js.map +1 -0
- package/dist/models/DeleteAppFileResponse.d.ts +19 -0
- package/dist/models/DeleteAppFileResponse.js +69 -0
- package/dist/models/DeleteAppFileResponse.js.map +1 -0
- package/dist/models/DeleteAppFileResponseBody.d.ts +64 -0
- package/dist/models/DeleteAppFileResponseBody.js +81 -0
- package/dist/models/DeleteAppFileResponseBody.js.map +1 -0
- package/dist/models/DeleteAppInstanceFileRequest.d.ts +6 -0
- package/dist/models/DeleteAppInstanceFileRequest.js.map +1 -1
- package/dist/models/DeleteAppInstanceFileResponseBody.d.ts +36 -0
- package/dist/models/DeleteAppInstanceFileResponseBody.js.map +1 -1
- package/dist/models/DeleteAppSupabaseSecretsRequest.d.ts +6 -0
- package/dist/models/DeleteAppSupabaseSecretsRequest.js.map +1 -1
- package/dist/models/DeleteAppSupabaseSecretsResponseBody.d.ts +35 -0
- package/dist/models/DeleteAppSupabaseSecretsResponseBody.js.map +1 -1
- package/dist/models/DeleteMaterialDirectoryRequest.d.ts +6 -0
- package/dist/models/DeleteMaterialDirectoryRequest.js.map +1 -1
- package/dist/models/DeleteMaterialDirectoryResponseBody.d.ts +44 -0
- package/dist/models/DeleteMaterialDirectoryResponseBody.js.map +1 -1
- package/dist/models/DeleteMaterialTaskRequest.d.ts +2 -0
- package/dist/models/DeleteMaterialTaskRequest.js.map +1 -1
- package/dist/models/DeleteMaterialTaskResponseBody.d.ts +35 -0
- package/dist/models/DeleteMaterialTaskResponseBody.js.map +1 -1
- package/dist/models/DeleteMaterialTaskShrinkRequest.d.ts +2 -0
- package/dist/models/DeleteMaterialTaskShrinkRequest.js.map +1 -1
- package/dist/models/DispatchConsoleApiforPartnerRequest.d.ts +13 -0
- package/dist/models/DispatchConsoleApiforPartnerRequest.js.map +1 -1
- package/dist/models/DispatchConsoleApiforPartnerResponseBody.d.ts +13 -0
- package/dist/models/DispatchConsoleApiforPartnerResponseBody.js.map +1 -1
- package/dist/models/EditPluginConfigRequest.d.ts +16 -1
- package/dist/models/EditPluginConfigRequest.js.map +1 -1
- package/dist/models/EditPluginConfigResponseBody.d.ts +31 -0
- package/dist/models/EditPluginConfigResponseBody.js.map +1 -1
- package/dist/models/ExportMaterialFileRequest.d.ts +4 -0
- package/dist/models/ExportMaterialFileRequest.js.map +1 -1
- package/dist/models/ExportMaterialFileResponseBody.d.ts +48 -0
- package/dist/models/ExportMaterialFileResponseBody.js.map +1 -1
- package/dist/models/ExportMaterialFileShrinkRequest.d.ts +4 -0
- package/dist/models/ExportMaterialFileShrinkRequest.js.map +1 -1
- package/dist/models/GetAistaffPreviewUrlRequest.d.ts +6 -0
- package/dist/models/GetAistaffPreviewUrlRequest.js.map +1 -1
- package/dist/models/GetAistaffPreviewUrlResponseBody.d.ts +42 -1
- package/dist/models/GetAistaffPreviewUrlResponseBody.js.map +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailRequest.d.ts +3 -0
- package/dist/models/GetAppCodeWorkspaceDetailRequest.js.map +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +55 -0
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.js +2 -0
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.js.map +1 -1
- package/dist/models/GetAppConversationLockStatusRequest.d.ts +3 -0
- package/dist/models/GetAppConversationLockStatusRequest.js.map +1 -1
- package/dist/models/GetAppConversationLockStatusResponseBody.d.ts +36 -0
- package/dist/models/GetAppConversationLockStatusResponseBody.js.map +1 -1
- package/dist/models/GetAppConversationRequest.d.ts +6 -0
- package/dist/models/GetAppConversationRequest.js.map +1 -1
- package/dist/models/GetAppConversationResponseBody.d.ts +72 -0
- package/dist/models/GetAppConversationResponseBody.js.map +1 -1
- package/dist/models/GetAppDatabaseTableSchemasResponseBody.d.ts +4 -3
- package/dist/models/GetAppDatabaseTableSchemasResponseBody.js.map +1 -1
- package/dist/models/GetAppFileContentResponseBody.d.ts +4 -3
- package/dist/models/GetAppFileContentResponseBody.js.map +1 -1
- package/dist/models/GetAppInstanceEntitlementRequest.d.ts +3 -0
- package/dist/models/GetAppInstanceEntitlementRequest.js.map +1 -1
- package/dist/models/GetAppInstanceEntitlementResponseBody.d.ts +97 -0
- package/dist/models/GetAppInstanceEntitlementResponseBody.js.map +1 -1
- package/dist/models/GetAppInstanceForPartnerRequest.d.ts +3 -0
- package/dist/models/GetAppInstanceForPartnerRequest.js.map +1 -1
- package/dist/models/GetAppInstanceForPartnerResponseBody.d.ts +728 -1
- package/dist/models/GetAppInstanceForPartnerResponseBody.js.map +1 -1
- package/dist/models/GetAppInstanceTempShortUrlRequest.d.ts +3 -0
- package/dist/models/GetAppInstanceTempShortUrlRequest.js.map +1 -1
- package/dist/models/GetAppInstanceTempShortUrlResponseBody.d.ts +44 -0
- package/dist/models/GetAppInstanceTempShortUrlResponseBody.js.map +1 -1
- package/dist/models/GetAppPluginConfigRequest.d.ts +4 -0
- package/dist/models/GetAppPluginConfigRequest.js.map +1 -1
- package/dist/models/GetAppPluginConfigResponseBody.d.ts +40 -0
- package/dist/models/GetAppPluginConfigResponseBody.js.map +1 -1
- package/dist/models/GetAppPublishStatusRequest.d.ts +9 -0
- package/dist/models/GetAppPublishStatusRequest.js.map +1 -1
- package/dist/models/GetAppPublishStatusResponseBody.d.ts +87 -0
- package/dist/models/GetAppPublishStatusResponseBody.js +2 -0
- package/dist/models/GetAppPublishStatusResponseBody.js.map +1 -1
- package/dist/models/GetAppRecommendedCommoditiesRequest.d.ts +6 -0
- package/dist/models/GetAppRecommendedCommoditiesRequest.js.map +1 -1
- package/dist/models/GetAppRecommendedCommoditiesResponseBody.d.ts +69 -0
- package/dist/models/GetAppRecommendedCommoditiesResponseBody.js.map +1 -1
- package/dist/models/GetAppRequirementRequest.d.ts +3 -0
- package/dist/models/GetAppRequirementRequest.js.map +1 -1
- package/dist/models/GetAppRequirementResponseBody.d.ts +40 -0
- package/dist/models/GetAppRequirementResponseBody.js.map +1 -1
- package/dist/models/GetAppSandboxPreviewUrlRequest.d.ts +6 -0
- package/dist/models/GetAppSandboxPreviewUrlRequest.js.map +1 -1
- package/dist/models/GetAppSandboxPreviewUrlResponseBody.d.ts +36 -0
- package/dist/models/GetAppSandboxPreviewUrlResponseBody.js.map +1 -1
- package/dist/models/GetAppSeoStatusRequest.d.ts +9 -0
- package/dist/models/GetAppSeoStatusRequest.js.map +1 -1
- package/dist/models/GetAppSeoStatusResponseBody.d.ts +56 -0
- package/dist/models/GetAppSeoStatusResponseBody.js.map +1 -1
- package/dist/models/GetAppSeoTrendsRequest.d.ts +9 -0
- package/dist/models/GetAppSeoTrendsRequest.js.map +1 -1
- package/dist/models/GetAppSeoTrendsResponseBody.d.ts +45 -0
- package/dist/models/GetAppSeoTrendsResponseBody.js.map +1 -1
- package/dist/models/GetAppSitemapRequest.d.ts +9 -0
- package/dist/models/GetAppSitemapRequest.js.map +1 -1
- package/dist/models/GetAppSitemapResponseBody.d.ts +36 -0
- package/dist/models/GetAppSitemapResponseBody.js.map +1 -1
- package/dist/models/GetAppSupabaseAuthConfigRequest.d.ts +6 -0
- package/dist/models/GetAppSupabaseAuthConfigRequest.js.map +1 -1
- package/dist/models/GetAppSupabaseAuthConfigResponseBody.d.ts +49 -1
- package/dist/models/GetAppSupabaseAuthConfigResponseBody.js.map +1 -1
- package/dist/models/GetAppSupabaseInstanceRequest.d.ts +3 -0
- package/dist/models/GetAppSupabaseInstanceRequest.js.map +1 -1
- package/dist/models/GetAppSupabaseInstanceResponseBody.d.ts +62 -1
- package/dist/models/GetAppSupabaseInstanceResponseBody.js.map +1 -1
- package/dist/models/GetAppSupabaseSecretsRequest.d.ts +6 -0
- package/dist/models/GetAppSupabaseSecretsRequest.js.map +1 -1
- package/dist/models/GetAppSupabaseSecretsResponseBody.d.ts +62 -1
- package/dist/models/GetAppSupabaseSecretsResponseBody.js.map +1 -1
- package/dist/models/GetAppTemplateRequest.d.ts +3 -0
- package/dist/models/GetAppTemplateRequest.js.map +1 -1
- package/dist/models/GetAppTemplateResponseBody.d.ts +136 -2
- package/dist/models/GetAppTemplateResponseBody.js.map +1 -1
- package/dist/models/GetAppTokenServiceResponseBody.d.ts +45 -0
- package/dist/models/GetAppTokenServiceResponseBody.js.map +1 -1
- package/dist/models/GetAppWorkspaceDirectoryRequest.d.ts +9 -0
- package/dist/models/GetAppWorkspaceDirectoryRequest.js.map +1 -1
- package/dist/models/GetAppWorkspaceDirectoryResponseBody.d.ts +53 -0
- package/dist/models/GetAppWorkspaceDirectoryResponseBody.js.map +1 -1
- package/dist/models/GetCreateLogoTaskRequest.d.ts +3 -0
- package/dist/models/GetCreateLogoTaskRequest.js.map +1 -1
- package/dist/models/GetCreateLogoTaskResponseBody.d.ts +29 -0
- package/dist/models/GetCreateLogoTaskResponseBody.js.map +1 -1
- package/dist/models/GetDomainInfoForPartnerRequest.d.ts +6 -0
- package/dist/models/GetDomainInfoForPartnerRequest.js.map +1 -1
- package/dist/models/GetDomainInfoForPartnerResponseBody.d.ts +23 -0
- package/dist/models/GetDomainInfoForPartnerResponseBody.js.map +1 -1
- package/dist/models/GetIcpFilingInfoForPartnerRequest.d.ts +6 -0
- package/dist/models/GetIcpFilingInfoForPartnerRequest.js.map +1 -1
- package/dist/models/GetIcpFilingInfoForPartnerResponseBody.d.ts +22 -0
- package/dist/models/GetIcpFilingInfoForPartnerResponseBody.js.map +1 -1
- package/dist/models/GetLlmProxyConfigForAdminRequest.d.ts +6 -0
- package/dist/models/GetLlmProxyConfigForAdminRequest.js.map +1 -1
- package/dist/models/GetLlmProxyConfigForAdminResponseBody.d.ts +95 -1
- package/dist/models/GetLlmProxyConfigForAdminResponseBody.js.map +1 -1
- package/dist/models/GetMiniAppAuthUrlRequest.d.ts +13 -0
- package/dist/models/GetMiniAppAuthUrlRequest.js.map +1 -1
- package/dist/models/GetMiniAppAuthUrlResponseBody.d.ts +14 -0
- package/dist/models/GetMiniAppAuthUrlResponseBody.js.map +1 -1
- package/dist/models/GetMiniAppBindingForAdminRequest.d.ts +9 -0
- package/dist/models/GetMiniAppBindingForAdminRequest.js.map +1 -1
- package/dist/models/GetMiniAppBindingForAdminResponseBody.d.ts +13 -0
- package/dist/models/GetMiniAppBindingForAdminResponseBody.js.map +1 -1
- package/dist/models/GetMiniAppBindingRequest.d.ts +13 -0
- package/dist/models/GetMiniAppBindingRequest.js.map +1 -1
- package/dist/models/GetMiniAppBindingResponseBody.d.ts +42 -0
- package/dist/models/GetMiniAppBindingResponseBody.js.map +1 -1
- package/dist/models/GetMiniAppBindingShrinkRequest.d.ts +13 -0
- package/dist/models/GetMiniAppBindingShrinkRequest.js.map +1 -1
- package/dist/models/GetOssUploadPolicyRequest.d.ts +18 -0
- package/dist/models/GetOssUploadPolicyRequest.js +58 -0
- package/dist/models/GetOssUploadPolicyRequest.js.map +1 -0
- package/dist/models/GetOssUploadPolicyResponse.d.ts +19 -0
- package/dist/models/GetOssUploadPolicyResponse.js +69 -0
- package/dist/models/GetOssUploadPolicyResponse.js.map +1 -0
- package/dist/models/GetOssUploadPolicyResponseBody.d.ts +112 -0
- package/dist/models/GetOssUploadPolicyResponseBody.js +117 -0
- package/dist/models/GetOssUploadPolicyResponseBody.js.map +1 -0
- package/dist/models/GetTempDownloadUrlRequest.d.ts +18 -0
- package/dist/models/GetTempDownloadUrlRequest.js +58 -0
- package/dist/models/GetTempDownloadUrlRequest.js.map +1 -0
- package/dist/models/GetTempDownloadUrlResponse.d.ts +19 -0
- package/dist/models/GetTempDownloadUrlResponse.js +69 -0
- package/dist/models/GetTempDownloadUrlResponse.js.map +1 -0
- package/dist/models/GetTempDownloadUrlResponseBody.d.ts +64 -0
- package/dist/models/GetTempDownloadUrlResponseBody.js +81 -0
- package/dist/models/GetTempDownloadUrlResponseBody.js.map +1 -0
- package/dist/models/GetUserAccessTokenForPartnerRequest.d.ts +3 -0
- package/dist/models/GetUserAccessTokenForPartnerRequest.js.map +1 -1
- package/dist/models/GetUserAccessTokenForPartnerResponseBody.d.ts +10 -0
- package/dist/models/GetUserAccessTokenForPartnerResponseBody.js.map +1 -1
- package/dist/models/GetUserTmpIdentityForPartnerRequest.d.ts +20 -0
- package/dist/models/GetUserTmpIdentityForPartnerRequest.js.map +1 -1
- package/dist/models/GetUserTmpIdentityForPartnerResponseBody.d.ts +33 -0
- package/dist/models/GetUserTmpIdentityForPartnerResponseBody.js.map +1 -1
- package/dist/models/IntrospectAppInstanceTicketForPreviewRequest.d.ts +6 -0
- package/dist/models/IntrospectAppInstanceTicketForPreviewRequest.js.map +1 -1
- package/dist/models/IntrospectAppInstanceTicketForPreviewResponseBody.d.ts +67 -0
- package/dist/models/IntrospectAppInstanceTicketForPreviewResponseBody.js.map +1 -1
- package/dist/models/ListAistaffChatEventsRequest.d.ts +12 -0
- package/dist/models/ListAistaffChatEventsRequest.js.map +1 -1
- package/dist/models/ListAistaffChatEventsResponseBody.d.ts +63 -0
- package/dist/models/ListAistaffChatEventsResponseBody.js.map +1 -1
- package/dist/models/ListAistaffChatMessagesRequest.d.ts +12 -0
- package/dist/models/ListAistaffChatMessagesRequest.js.map +1 -1
- package/dist/models/ListAistaffChatMessagesResponseBody.d.ts +99 -0
- package/dist/models/ListAistaffChatMessagesResponseBody.js.map +1 -1
- package/dist/models/ListAppAssistantAgentsRequest.d.ts +6 -0
- package/dist/models/ListAppAssistantAgentsRequest.js.map +1 -1
- package/dist/models/ListAppAssistantAgentsResponseBody.d.ts +99 -1
- package/dist/models/ListAppAssistantAgentsResponseBody.js.map +1 -1
- package/dist/models/ListAppChatMessagesRequest.d.ts +17 -0
- package/dist/models/ListAppChatMessagesRequest.js.map +1 -1
- package/dist/models/ListAppChatMessagesResponseBody.d.ts +96 -1
- package/dist/models/ListAppChatMessagesResponseBody.js.map +1 -1
- package/dist/models/ListAppCommoditySpecificationsForPartnerResponseBody.d.ts +41 -0
- package/dist/models/ListAppCommoditySpecificationsForPartnerResponseBody.js.map +1 -1
- package/dist/models/ListAppCommoditySpecificationsV2forPartnerRequest.d.ts +8 -0
- package/dist/models/ListAppCommoditySpecificationsV2forPartnerRequest.js.map +1 -1
- package/dist/models/ListAppCommoditySpecificationsV2forPartnerResponseBody.d.ts +107 -0
- package/dist/models/ListAppCommoditySpecificationsV2forPartnerResponseBody.js.map +1 -1
- package/dist/models/ListAppConversationMessagesRequest.d.ts +20 -0
- package/dist/models/ListAppConversationMessagesRequest.js.map +1 -1
- package/dist/models/ListAppConversationMessagesResponseBody.d.ts +102 -0
- package/dist/models/ListAppConversationMessagesResponseBody.js.map +1 -1
- package/dist/models/ListAppConversationsRequest.d.ts +26 -0
- package/dist/models/ListAppConversationsRequest.js.map +1 -1
- package/dist/models/ListAppConversationsResponseBody.d.ts +86 -1
- package/dist/models/ListAppConversationsResponseBody.js.map +1 -1
- package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +32 -0
- package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -1
- package/dist/models/ListAppInstancesResponseBody.d.ts +1 -1
- package/dist/models/ListAppPluginConfigsRequest.d.ts +11 -0
- package/dist/models/ListAppPluginConfigsRequest.js.map +1 -1
- package/dist/models/ListAppPluginConfigsResponseBody.d.ts +87 -0
- package/dist/models/ListAppPluginConfigsResponseBody.js.map +1 -1
- package/dist/models/ListAppPluginsRequest.d.ts +20 -0
- package/dist/models/ListAppPluginsRequest.js.map +1 -1
- package/dist/models/ListAppPluginsResponseBody.d.ts +91 -0
- package/dist/models/ListAppPluginsResponseBody.js.map +1 -1
- package/dist/models/ListAppPublishHistoryRequest.d.ts +36 -0
- package/dist/models/ListAppPublishHistoryRequest.js +6 -0
- package/dist/models/ListAppPublishHistoryRequest.js.map +1 -1
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +117 -0
- package/dist/models/ListAppPublishHistoryResponseBody.js +4 -0
- package/dist/models/ListAppPublishHistoryResponseBody.js.map +1 -1
- package/dist/models/ListAppTemplateDictsRequest.d.ts +11 -0
- package/dist/models/ListAppTemplateDictsRequest.js.map +1 -1
- package/dist/models/ListAppTemplateDictsResponseBody.d.ts +70 -0
- package/dist/models/ListAppTemplateDictsResponseBody.js.map +1 -1
- package/dist/models/ListAppTemplatesRequest.d.ts +32 -0
- package/dist/models/ListAppTemplatesRequest.js.map +1 -1
- package/dist/models/ListAppTemplatesResponseBody.d.ts +232 -0
- package/dist/models/ListAppTemplatesResponseBody.js.map +1 -1
- package/dist/models/ListIsvPaymentPluginConfigsRequest.d.ts +11 -0
- package/dist/models/ListIsvPaymentPluginConfigsRequest.js.map +1 -1
- package/dist/models/ListIsvPaymentPluginConfigsResponseBody.d.ts +73 -0
- package/dist/models/ListIsvPaymentPluginConfigsResponseBody.js.map +1 -1
- package/dist/models/ModifyMaterialDirectoryRequest.d.ts +9 -0
- package/dist/models/ModifyMaterialDirectoryRequest.js.map +1 -1
- package/dist/models/ModifyMaterialDirectoryResponseBody.d.ts +44 -0
- package/dist/models/ModifyMaterialDirectoryResponseBody.js.map +1 -1
- package/dist/models/ModifyMaterialFileRequest.d.ts +9 -0
- package/dist/models/ModifyMaterialFileRequest.js.map +1 -1
- package/dist/models/ModifyMaterialFileResponseBody.d.ts +44 -0
- package/dist/models/ModifyMaterialFileResponseBody.js.map +1 -1
- package/dist/models/ModifyMaterialFileStatusRequest.d.ts +6 -0
- package/dist/models/ModifyMaterialFileStatusRequest.js.map +1 -1
- package/dist/models/ModifyMaterialFileStatusResponseBody.d.ts +35 -0
- package/dist/models/ModifyMaterialFileStatusResponseBody.js.map +1 -1
- package/dist/models/ModifyMaterialFileStatusShrinkRequest.d.ts +6 -0
- package/dist/models/ModifyMaterialFileStatusShrinkRequest.js.map +1 -1
- package/dist/models/ModuleDataComponentsValue.d.ts +39 -0
- package/dist/models/ModuleDataComponentsValue.js.map +1 -1
- package/dist/models/ModuleDataComponentsValuePropertiesValue.d.ts +22 -0
- package/dist/models/ModuleDataComponentsValuePropertiesValue.js.map +1 -1
- package/dist/models/ModuleDataPropertiesValue.d.ts +7 -0
- package/dist/models/ModuleDataPropertiesValue.js.map +1 -1
- package/dist/models/ModuleNextComponentsValue.d.ts +39 -0
- package/dist/models/ModuleNextComponentsValue.js.map +1 -1
- package/dist/models/ModuleNextComponentsValuePropertiesValue.d.ts +22 -0
- package/dist/models/ModuleNextComponentsValuePropertiesValue.js.map +1 -1
- package/dist/models/ModuleNextPropertiesValue.d.ts +7 -0
- package/dist/models/ModuleNextPropertiesValue.js.map +1 -1
- package/dist/models/ModuleResultsValue.d.ts +16 -0
- package/dist/models/ModuleResultsValue.js.map +1 -1
- package/dist/models/ModuleVersionsValueComponentsValue.d.ts +39 -0
- package/dist/models/ModuleVersionsValueComponentsValue.js.map +1 -1
- package/dist/models/ModuleVersionsValueComponentsValuePropertiesValue.d.ts +22 -0
- package/dist/models/ModuleVersionsValueComponentsValuePropertiesValue.js.map +1 -1
- package/dist/models/MoveMaterialDirectoryRequest.d.ts +8 -0
- package/dist/models/MoveMaterialDirectoryRequest.js.map +1 -1
- package/dist/models/MoveMaterialDirectoryResponseBody.d.ts +44 -0
- package/dist/models/MoveMaterialDirectoryResponseBody.js.map +1 -1
- package/dist/models/MoveMaterialFileRequest.d.ts +6 -0
- package/dist/models/MoveMaterialFileRequest.js.map +1 -1
- package/dist/models/MoveMaterialFileResponseBody.d.ts +46 -0
- package/dist/models/MoveMaterialFileResponseBody.js.map +1 -1
- package/dist/models/MoveMaterialFileShrinkRequest.d.ts +6 -0
- package/dist/models/MoveMaterialFileShrinkRequest.js.map +1 -1
- package/dist/models/OperateAppInstanceForPartnerRequest.d.ts +10 -0
- package/dist/models/OperateAppInstanceForPartnerRequest.js.map +1 -1
- package/dist/models/OperateAppInstanceForPartnerResponseBody.d.ts +9 -0
- package/dist/models/OperateAppInstanceForPartnerResponseBody.js.map +1 -1
- package/dist/models/OperateAppServiceForPartnerRequest.d.ts +21 -0
- package/dist/models/OperateAppServiceForPartnerRequest.js.map +1 -1
- package/dist/models/OperateAppServiceForPartnerResponseBody.d.ts +9 -0
- package/dist/models/OperateAppServiceForPartnerResponseBody.js.map +1 -1
- package/dist/models/OperateAppTemplateLikeRequest.d.ts +7 -0
- package/dist/models/OperateAppTemplateLikeRequest.js.map +1 -1
- package/dist/models/OperateAppTemplateLikeResponseBody.d.ts +37 -0
- package/dist/models/OperateAppTemplateLikeResponseBody.js.map +1 -1
- package/dist/models/OperateSupabaseForAdminRequest.d.ts +32 -0
- package/dist/models/OperateSupabaseForAdminRequest.js.map +1 -1
- package/dist/models/OperateSupabaseForAdminResponseBody.d.ts +37 -0
- package/dist/models/OperateSupabaseForAdminResponseBody.js.map +1 -1
- package/dist/models/PublishAppInstanceRequest.d.ts +18 -0
- package/dist/models/PublishAppInstanceRequest.js.map +1 -1
- package/dist/models/PublishAppInstanceResponseBody.d.ts +39 -0
- package/dist/models/PublishAppInstanceResponseBody.js.map +1 -1
- package/dist/models/PushResourceMeasureRequest.d.ts +27 -0
- package/dist/models/PushResourceMeasureRequest.js.map +1 -1
- package/dist/models/PushResourceMeasureResponseBody.d.ts +35 -0
- package/dist/models/PushResourceMeasureResponseBody.js.map +1 -1
- package/dist/models/QueryInspirationAccountDetailsRequest.d.ts +21 -0
- package/dist/models/QueryInspirationAccountDetailsRequest.js.map +1 -1
- package/dist/models/QueryInspirationAccountDetailsResponseBody.d.ts +114 -0
- package/dist/models/QueryInspirationAccountDetailsResponseBody.js +8 -0
- package/dist/models/QueryInspirationAccountDetailsResponseBody.js.map +1 -1
- package/dist/models/QueryInspirationBalanceResponseBody.d.ts +49 -0
- package/dist/models/QueryInspirationBalanceResponseBody.js +6 -0
- package/dist/models/QueryInspirationBalanceResponseBody.js.map +1 -1
- package/dist/models/QueryInspirationConsumeRecordsRequest.d.ts +25 -0
- package/dist/models/QueryInspirationConsumeRecordsRequest.js.map +1 -1
- package/dist/models/QueryInspirationConsumeRecordsResponseBody.d.ts +102 -0
- package/dist/models/QueryInspirationConsumeRecordsResponseBody.js +8 -0
- package/dist/models/QueryInspirationConsumeRecordsResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialDirectoryTreeRequest.d.ts +9 -0
- package/dist/models/QueryMaterialDirectoryTreeRequest.js.map +1 -1
- package/dist/models/QueryMaterialDirectoryTreeResponseBody.d.ts +49 -0
- package/dist/models/QueryMaterialDirectoryTreeResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialFileDetailRequest.d.ts +4 -0
- package/dist/models/QueryMaterialFileDetailRequest.js.map +1 -1
- package/dist/models/QueryMaterialFileDetailResponseBody.d.ts +44 -0
- package/dist/models/QueryMaterialFileDetailResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialFileListRequest.d.ts +49 -0
- package/dist/models/QueryMaterialFileListRequest.js.map +1 -1
- package/dist/models/QueryMaterialFileListResponseBody.d.ts +84 -1
- package/dist/models/QueryMaterialFileListResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialFileListShrinkRequest.d.ts +49 -0
- package/dist/models/QueryMaterialFileListShrinkRequest.js.map +1 -1
- package/dist/models/QueryMaterialFileSummaryInfoRequest.d.ts +31 -0
- package/dist/models/QueryMaterialFileSummaryInfoRequest.js.map +1 -1
- package/dist/models/QueryMaterialFileSummaryInfoResponseBody.d.ts +42 -0
- package/dist/models/QueryMaterialFileSummaryInfoResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialFileSummaryInfoShrinkRequest.d.ts +31 -0
- package/dist/models/QueryMaterialFileSummaryInfoShrinkRequest.js.map +1 -1
- package/dist/models/QueryMaterialTaskDetailRequest.d.ts +2 -0
- package/dist/models/QueryMaterialTaskDetailRequest.js.map +1 -1
- package/dist/models/QueryMaterialTaskDetailResponseBody.d.ts +46 -0
- package/dist/models/QueryMaterialTaskDetailResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialTaskListRequest.d.ts +28 -0
- package/dist/models/QueryMaterialTaskListRequest.js.map +1 -1
- package/dist/models/QueryMaterialTaskListResponseBody.d.ts +81 -0
- package/dist/models/QueryMaterialTaskListResponseBody.js.map +1 -1
- package/dist/models/QueryMaterialTaskListShrinkRequest.d.ts +28 -0
- package/dist/models/QueryMaterialTaskListShrinkRequest.js.map +1 -1
- package/dist/models/QuerySupabaseAuthConfigsForAdminRequest.d.ts +19 -0
- package/dist/models/QuerySupabaseAuthConfigsForAdminRequest.js.map +1 -1
- package/dist/models/QuerySupabaseAuthConfigsForAdminResponseBody.d.ts +47 -0
- package/dist/models/QuerySupabaseAuthConfigsForAdminResponseBody.js.map +1 -1
- package/dist/models/QuerySupabaseConfigsForAdminRequest.d.ts +17 -0
- package/dist/models/QuerySupabaseConfigsForAdminRequest.js.map +1 -1
- package/dist/models/QuerySupabaseConfigsForAdminResponseBody.d.ts +42 -0
- package/dist/models/QuerySupabaseConfigsForAdminResponseBody.js.map +1 -1
- package/dist/models/QuerySupabaseInstanceInfoForAdminRequest.d.ts +23 -0
- package/dist/models/QuerySupabaseInstanceInfoForAdminRequest.js.map +1 -1
- package/dist/models/QuerySupabaseInstanceInfoForAdminResponseBody.d.ts +103 -0
- package/dist/models/QuerySupabaseInstanceInfoForAdminResponseBody.js.map +1 -1
- package/dist/models/ReconnectAppChatRequest.d.ts +9 -0
- package/dist/models/ReconnectAppChatRequest.js.map +1 -1
- package/dist/models/RefundAppInstanceForPartnerRequest.d.ts +20 -0
- package/dist/models/RefundAppInstanceForPartnerRequest.js.map +1 -1
- package/dist/models/RefundAppInstanceForPartnerResponseBody.d.ts +41 -1
- package/dist/models/RefundAppInstanceForPartnerResponseBody.js.map +1 -1
- package/dist/models/RenewAppSandboxRequest.d.ts +3 -0
- package/dist/models/RenewAppSandboxRequest.js.map +1 -1
- package/dist/models/RenewAppSandboxResponseBody.d.ts +40 -0
- package/dist/models/RenewAppSandboxResponseBody.js.map +1 -1
- package/dist/models/RollbackAppCodeSnapshotRequest.d.ts +6 -0
- package/dist/models/RollbackAppCodeSnapshotRequest.js.map +1 -1
- package/dist/models/RollbackAppCodeSnapshotResponseBody.d.ts +46 -0
- package/dist/models/RollbackAppCodeSnapshotResponseBody.js.map +1 -1
- package/dist/models/RollbackAppInstancePublishRequest.d.ts +12 -0
- package/dist/models/RollbackAppInstancePublishRequest.js.map +1 -1
- package/dist/models/RollbackAppInstancePublishResponseBody.d.ts +40 -0
- package/dist/models/RollbackAppInstancePublishResponseBody.js.map +1 -1
- package/dist/models/SaveAppRequirementRequest.d.ts +6 -0
- package/dist/models/SaveAppRequirementRequest.js.map +1 -1
- package/dist/models/SaveAppRequirementResponseBody.d.ts +36 -0
- package/dist/models/SaveAppRequirementResponseBody.js.map +1 -1
- package/dist/models/SaveAppSupabaseSecretsRequest.d.ts +6 -0
- package/dist/models/SaveAppSupabaseSecretsRequest.js.map +1 -1
- package/dist/models/SaveAppSupabaseSecretsResponseBody.d.ts +36 -0
- package/dist/models/SaveAppSupabaseSecretsResponseBody.js.map +1 -1
- package/dist/models/SearchImageRequest.d.ts +62 -0
- package/dist/models/SearchImageRequest.js.map +1 -1
- package/dist/models/SearchImageResponseBody.d.ts +71 -0
- package/dist/models/SearchImageResponseBody.js.map +1 -1
- package/dist/models/SearchImageShrinkRequest.d.ts +62 -0
- package/dist/models/SearchImageShrinkRequest.js.map +1 -1
- package/dist/models/SetAppDomainCertificateResponseBody.d.ts +1 -1
- package/dist/models/SubmitAppSeoIndexResponseBody.d.ts +4 -3
- package/dist/models/SubmitAppSeoIndexResponseBody.js.map +1 -1
- package/dist/models/SubmitMaterialTaskRequest.d.ts +11 -0
- package/dist/models/SubmitMaterialTaskRequest.js.map +1 -1
- package/dist/models/SubmitMaterialTaskResponseBody.d.ts +50 -0
- package/dist/models/SubmitMaterialTaskResponseBody.js.map +1 -1
- package/dist/models/SwitchAppConversationResponseBody.d.ts +4 -3
- package/dist/models/SwitchAppConversationResponseBody.js.map +1 -1
- package/dist/models/SyncAppInstanceForPartnerRequest.d.ts +92 -0
- package/dist/models/SyncAppInstanceForPartnerRequest.js.map +1 -1
- package/dist/models/SyncAppInstanceForPartnerResponseBody.d.ts +11 -0
- package/dist/models/SyncAppInstanceForPartnerResponseBody.js.map +1 -1
- package/dist/models/SyncAppInstanceForPartnerShrinkRequest.d.ts +16 -0
- package/dist/models/SyncAppInstanceForPartnerShrinkRequest.js.map +1 -1
- package/dist/models/UpdateAppChatMessageRequest.d.ts +12 -0
- package/dist/models/UpdateAppChatMessageRequest.js.map +1 -1
- package/dist/models/UpdateAppChatMessageResponseBody.d.ts +87 -0
- package/dist/models/UpdateAppChatMessageResponseBody.js.map +1 -1
- package/dist/models/UpdateAppCodeRequest.d.ts +6 -0
- package/dist/models/UpdateAppCodeRequest.js.map +1 -1
- package/dist/models/UpdateAppCodeResponseBody.d.ts +35 -0
- package/dist/models/UpdateAppCodeResponseBody.js.map +1 -1
- package/dist/models/UpdateAppFileRequest.d.ts +9 -0
- package/dist/models/UpdateAppFileRequest.js.map +1 -1
- package/dist/models/UpdateAppFileResponseBody.d.ts +36 -0
- package/dist/models/UpdateAppFileResponseBody.js.map +1 -1
- package/dist/models/UpdateAppInstanceRequest.d.ts +54 -0
- package/dist/models/UpdateAppInstanceRequest.js.map +1 -1
- package/dist/models/UpdateAppInstanceResponseBody.d.ts +52 -0
- package/dist/models/UpdateAppInstanceResponseBody.js.map +1 -1
- package/dist/models/UpdateAppInstanceShrinkRequest.d.ts +44 -0
- package/dist/models/UpdateAppInstanceShrinkRequest.js.map +1 -1
- package/dist/models/UpdateAppSeoStatusRequest.d.ts +5 -0
- package/dist/models/UpdateAppSeoStatusRequest.js +2 -0
- package/dist/models/UpdateAppSeoStatusRequest.js.map +1 -1
- package/dist/models/UpdateAppSupabaseAuthConfigRequest.d.ts +6 -0
- package/dist/models/UpdateAppSupabaseAuthConfigRequest.js.map +1 -1
- package/dist/models/UpdateAppSupabaseAuthConfigResponseBody.d.ts +35 -0
- package/dist/models/UpdateAppSupabaseAuthConfigResponseBody.js.map +1 -1
- package/dist/models/UpdateAppSupabaseSecretRequest.d.ts +15 -0
- package/dist/models/UpdateAppSupabaseSecretRequest.js.map +1 -1
- package/dist/models/UpdateAppSupabaseSecretResponseBody.d.ts +36 -0
- package/dist/models/UpdateAppSupabaseSecretResponseBody.js.map +1 -1
- package/dist/models/UpdateMiniAppBindingRequest.d.ts +12 -0
- package/dist/models/UpdateMiniAppBindingRequest.js.map +1 -1
- package/dist/models/UpdateMiniAppBindingResponseBody.d.ts +7 -0
- package/dist/models/UpdateMiniAppBindingResponseBody.js.map +1 -1
- package/dist/models/UploadAppSiteValidationFileRequest.d.ts +18 -0
- package/dist/models/UploadAppSiteValidationFileRequest.js.map +1 -1
- package/dist/models/UploadAppSiteValidationFileResponseBody.d.ts +35 -0
- package/dist/models/UploadAppSiteValidationFileResponseBody.js.map +1 -1
- package/dist/models/UploadMaterialFileRequest.d.ts +13 -0
- package/dist/models/UploadMaterialFileRequest.js.map +1 -1
- package/dist/models/UploadMaterialFileResponseBody.d.ts +44 -0
- package/dist/models/UploadMaterialFileResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +14 -0
- package/dist/models/model.js +41 -12
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +936 -209
- package/src/models/AllocateSupabaseForAdminRequest.ts +17 -0
- package/src/models/AllocateSupabaseForAdminResponseBody.ts +102 -0
- package/src/models/AppInstanceAggregate.ts +3 -0
- package/src/models/AppMaterialDirectory.ts +23 -0
- package/src/models/AppMaterialFile.ts +46 -0
- package/src/models/AppMaterialTask.ts +47 -0
- package/src/models/BatchCheckResourceMeasureRequest.ts +18 -0
- package/src/models/BatchCheckResourceMeasureResponseBody.ts +44 -0
- package/src/models/CheckResourceMeasureRequest.ts +21 -0
- package/src/models/CheckResourceMeasureResponseBody.ts +49 -0
- package/src/models/CheckUserResourceMeasureRequest.ts +21 -0
- package/src/models/CheckUserResourceMeasureResponseBody.ts +51 -0
- package/src/models/ConfirmAppInstanceRequest.ts +104 -0
- package/src/models/ConfirmAppInstanceResponse.ts +40 -0
- package/src/models/ConfirmAppInstanceResponseBody.ts +147 -0
- package/src/models/CopyAppPluginConfigResponseBody.ts +0 -3
- package/src/models/CreateAistaffChatRequest.ts +33 -0
- package/src/models/CreateAistaffChatResponseBody.ts +35 -0
- package/src/models/CreateAistaffConversationRequest.ts +7 -0
- package/src/models/CreateAistaffConversationResponseBody.ts +54 -0
- package/src/models/CreateAppAssistantAgentRequest.ts +9 -0
- package/src/models/CreateAppAssistantAgentResponseBody.ts +87 -0
- package/src/models/CreateAppAssistantAgentSsoLoginRequest.ts +9 -0
- package/src/models/CreateAppAssistantAgentSsoLoginResponseBody.ts +50 -0
- package/src/models/CreateAppChatRequest.ts +15 -0
- package/src/models/CreateAppInstanceRequest.ts +13 -0
- package/src/models/CreateAppInstanceShrinkRequest.ts +7 -0
- package/src/models/CreateAppLlmApiKeyForPartnerRequest.ts +13 -0
- package/src/models/CreateAppLlmApiKeyForPartnerResponseBody.ts +39 -0
- package/src/models/CreateAppTokenServiceRequest.ts +3 -0
- package/src/models/CreateAppTokenServiceResponseBody.ts +39 -0
- package/src/models/CreateLogoTaskRequest.ts +17 -0
- package/src/models/CreateLogoTaskResponseBody.ts +12 -0
- package/src/models/CreateMaterialDirectoryRequest.ts +9 -0
- package/src/models/CreateMaterialDirectoryResponseBody.ts +45 -0
- package/src/models/DeleteAppDomainRedirectResponseBody.ts +1 -1
- package/src/models/DeleteAppFileRequest.ts +38 -0
- package/src/models/DeleteAppFileResponse.ts +40 -0
- package/src/models/DeleteAppFileResponseBody.ts +100 -0
- package/src/models/DeleteAppInstanceFileRequest.ts +6 -0
- package/src/models/DeleteAppInstanceFileResponseBody.ts +36 -0
- package/src/models/DeleteAppSupabaseSecretsRequest.ts +6 -0
- package/src/models/DeleteAppSupabaseSecretsResponseBody.ts +35 -0
- package/src/models/DeleteMaterialDirectoryRequest.ts +6 -0
- package/src/models/DeleteMaterialDirectoryResponseBody.ts +44 -0
- package/src/models/DeleteMaterialTaskRequest.ts +2 -0
- package/src/models/DeleteMaterialTaskResponseBody.ts +35 -0
- package/src/models/DeleteMaterialTaskShrinkRequest.ts +2 -0
- package/src/models/DispatchConsoleApiforPartnerRequest.ts +13 -0
- package/src/models/DispatchConsoleApiforPartnerResponseBody.ts +13 -0
- package/src/models/EditPluginConfigRequest.ts +16 -1
- package/src/models/EditPluginConfigResponseBody.ts +31 -0
- package/src/models/ExportMaterialFileRequest.ts +4 -0
- package/src/models/ExportMaterialFileResponseBody.ts +48 -0
- package/src/models/ExportMaterialFileShrinkRequest.ts +4 -0
- package/src/models/GetAistaffPreviewUrlRequest.ts +6 -0
- package/src/models/GetAistaffPreviewUrlResponseBody.ts +42 -1
- package/src/models/GetAppCodeWorkspaceDetailRequest.ts +3 -0
- package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +57 -0
- package/src/models/GetAppConversationLockStatusRequest.ts +3 -0
- package/src/models/GetAppConversationLockStatusResponseBody.ts +36 -0
- package/src/models/GetAppConversationRequest.ts +6 -0
- package/src/models/GetAppConversationResponseBody.ts +72 -0
- package/src/models/GetAppDatabaseTableSchemasResponseBody.ts +4 -3
- package/src/models/GetAppFileContentResponseBody.ts +4 -3
- package/src/models/GetAppInstanceEntitlementRequest.ts +3 -0
- package/src/models/GetAppInstanceEntitlementResponseBody.ts +97 -0
- package/src/models/GetAppInstanceForPartnerRequest.ts +3 -0
- package/src/models/GetAppInstanceForPartnerResponseBody.ts +728 -1
- package/src/models/GetAppInstanceTempShortUrlRequest.ts +3 -0
- package/src/models/GetAppInstanceTempShortUrlResponseBody.ts +44 -0
- package/src/models/GetAppPluginConfigRequest.ts +4 -0
- package/src/models/GetAppPluginConfigResponseBody.ts +40 -0
- package/src/models/GetAppPublishStatusRequest.ts +9 -0
- package/src/models/GetAppPublishStatusResponseBody.ts +89 -0
- package/src/models/GetAppRecommendedCommoditiesRequest.ts +6 -0
- package/src/models/GetAppRecommendedCommoditiesResponseBody.ts +69 -0
- package/src/models/GetAppRequirementRequest.ts +3 -0
- package/src/models/GetAppRequirementResponseBody.ts +40 -0
- package/src/models/GetAppSandboxPreviewUrlRequest.ts +6 -0
- package/src/models/GetAppSandboxPreviewUrlResponseBody.ts +36 -0
- package/src/models/GetAppSeoStatusRequest.ts +9 -0
- package/src/models/GetAppSeoStatusResponseBody.ts +56 -0
- package/src/models/GetAppSeoTrendsRequest.ts +9 -0
- package/src/models/GetAppSeoTrendsResponseBody.ts +45 -0
- package/src/models/GetAppSitemapRequest.ts +9 -0
- package/src/models/GetAppSitemapResponseBody.ts +36 -0
- package/src/models/GetAppSupabaseAuthConfigRequest.ts +6 -0
- package/src/models/GetAppSupabaseAuthConfigResponseBody.ts +49 -1
- package/src/models/GetAppSupabaseInstanceRequest.ts +3 -0
- package/src/models/GetAppSupabaseInstanceResponseBody.ts +62 -1
- package/src/models/GetAppSupabaseSecretsRequest.ts +6 -0
- package/src/models/GetAppSupabaseSecretsResponseBody.ts +62 -1
- package/src/models/GetAppTemplateRequest.ts +3 -0
- package/src/models/GetAppTemplateResponseBody.ts +136 -2
- package/src/models/GetAppTokenServiceResponseBody.ts +45 -0
- package/src/models/GetAppWorkspaceDirectoryRequest.ts +9 -0
- package/src/models/GetAppWorkspaceDirectoryResponseBody.ts +53 -0
- package/src/models/GetCreateLogoTaskRequest.ts +3 -0
- package/src/models/GetCreateLogoTaskResponseBody.ts +29 -0
- package/src/models/GetDomainInfoForPartnerRequest.ts +6 -0
- package/src/models/GetDomainInfoForPartnerResponseBody.ts +23 -0
- package/src/models/GetIcpFilingInfoForPartnerRequest.ts +6 -0
- package/src/models/GetIcpFilingInfoForPartnerResponseBody.ts +22 -0
- package/src/models/GetLlmProxyConfigForAdminRequest.ts +6 -0
- package/src/models/GetLlmProxyConfigForAdminResponseBody.ts +95 -1
- package/src/models/GetMiniAppAuthUrlRequest.ts +13 -0
- package/src/models/GetMiniAppAuthUrlResponseBody.ts +14 -0
- package/src/models/GetMiniAppBindingForAdminRequest.ts +9 -0
- package/src/models/GetMiniAppBindingForAdminResponseBody.ts +13 -0
- package/src/models/GetMiniAppBindingRequest.ts +13 -0
- package/src/models/GetMiniAppBindingResponseBody.ts +42 -0
- package/src/models/GetMiniAppBindingShrinkRequest.ts +13 -0
- package/src/models/GetOssUploadPolicyRequest.ts +31 -0
- package/src/models/GetOssUploadPolicyResponse.ts +40 -0
- package/src/models/GetOssUploadPolicyResponseBody.ts +175 -0
- package/src/models/GetTempDownloadUrlRequest.ts +31 -0
- package/src/models/GetTempDownloadUrlResponse.ts +40 -0
- package/src/models/GetTempDownloadUrlResponseBody.ts +100 -0
- package/src/models/GetUserAccessTokenForPartnerRequest.ts +3 -0
- package/src/models/GetUserAccessTokenForPartnerResponseBody.ts +10 -0
- package/src/models/GetUserTmpIdentityForPartnerRequest.ts +20 -0
- package/src/models/GetUserTmpIdentityForPartnerResponseBody.ts +33 -0
- package/src/models/IntrospectAppInstanceTicketForPreviewRequest.ts +6 -0
- package/src/models/IntrospectAppInstanceTicketForPreviewResponseBody.ts +67 -0
- package/src/models/ListAistaffChatEventsRequest.ts +12 -0
- package/src/models/ListAistaffChatEventsResponseBody.ts +63 -0
- package/src/models/ListAistaffChatMessagesRequest.ts +12 -0
- package/src/models/ListAistaffChatMessagesResponseBody.ts +99 -0
- package/src/models/ListAppAssistantAgentsRequest.ts +6 -0
- package/src/models/ListAppAssistantAgentsResponseBody.ts +99 -1
- package/src/models/ListAppChatMessagesRequest.ts +17 -0
- package/src/models/ListAppChatMessagesResponseBody.ts +96 -1
- package/src/models/ListAppCommoditySpecificationsForPartnerResponseBody.ts +41 -0
- package/src/models/ListAppCommoditySpecificationsV2forPartnerRequest.ts +8 -0
- package/src/models/ListAppCommoditySpecificationsV2forPartnerResponseBody.ts +107 -0
- package/src/models/ListAppConversationMessagesRequest.ts +20 -0
- package/src/models/ListAppConversationMessagesResponseBody.ts +102 -0
- package/src/models/ListAppConversationsRequest.ts +26 -0
- package/src/models/ListAppConversationsResponseBody.ts +86 -1
- package/src/models/ListAppInstanceDomainsResponseBody.ts +32 -0
- package/src/models/ListAppInstancesResponseBody.ts +1 -1
- package/src/models/ListAppPluginConfigsRequest.ts +11 -0
- package/src/models/ListAppPluginConfigsResponseBody.ts +87 -0
- package/src/models/ListAppPluginsRequest.ts +20 -0
- package/src/models/ListAppPluginsResponseBody.ts +91 -0
- package/src/models/ListAppPublishHistoryRequest.ts +42 -0
- package/src/models/ListAppPublishHistoryResponseBody.ts +121 -0
- package/src/models/ListAppTemplateDictsRequest.ts +11 -0
- package/src/models/ListAppTemplateDictsResponseBody.ts +70 -0
- package/src/models/ListAppTemplatesRequest.ts +32 -0
- package/src/models/ListAppTemplatesResponseBody.ts +232 -0
- package/src/models/ListIsvPaymentPluginConfigsRequest.ts +11 -0
- package/src/models/ListIsvPaymentPluginConfigsResponseBody.ts +73 -0
- package/src/models/ModifyMaterialDirectoryRequest.ts +9 -0
- package/src/models/ModifyMaterialDirectoryResponseBody.ts +44 -0
- package/src/models/ModifyMaterialFileRequest.ts +9 -0
- package/src/models/ModifyMaterialFileResponseBody.ts +44 -0
- package/src/models/ModifyMaterialFileStatusRequest.ts +6 -0
- package/src/models/ModifyMaterialFileStatusResponseBody.ts +35 -0
- package/src/models/ModifyMaterialFileStatusShrinkRequest.ts +6 -0
- package/src/models/ModuleDataComponentsValue.ts +39 -0
- package/src/models/ModuleDataComponentsValuePropertiesValue.ts +22 -0
- package/src/models/ModuleDataPropertiesValue.ts +7 -0
- package/src/models/ModuleNextComponentsValue.ts +39 -0
- package/src/models/ModuleNextComponentsValuePropertiesValue.ts +22 -0
- package/src/models/ModuleNextPropertiesValue.ts +7 -0
- package/src/models/ModuleResultsValue.ts +16 -0
- package/src/models/ModuleVersionsValueComponentsValue.ts +39 -0
- package/src/models/ModuleVersionsValueComponentsValuePropertiesValue.ts +22 -0
- package/src/models/MoveMaterialDirectoryRequest.ts +8 -0
- package/src/models/MoveMaterialDirectoryResponseBody.ts +44 -0
- package/src/models/MoveMaterialFileRequest.ts +6 -0
- package/src/models/MoveMaterialFileResponseBody.ts +46 -0
- package/src/models/MoveMaterialFileShrinkRequest.ts +6 -0
- package/src/models/OperateAppInstanceForPartnerRequest.ts +10 -0
- package/src/models/OperateAppInstanceForPartnerResponseBody.ts +9 -0
- package/src/models/OperateAppServiceForPartnerRequest.ts +21 -0
- package/src/models/OperateAppServiceForPartnerResponseBody.ts +9 -0
- package/src/models/OperateAppTemplateLikeRequest.ts +7 -0
- package/src/models/OperateAppTemplateLikeResponseBody.ts +37 -0
- package/src/models/OperateSupabaseForAdminRequest.ts +32 -0
- package/src/models/OperateSupabaseForAdminResponseBody.ts +37 -0
- package/src/models/PublishAppInstanceRequest.ts +18 -0
- package/src/models/PublishAppInstanceResponseBody.ts +39 -0
- package/src/models/PushResourceMeasureRequest.ts +27 -0
- package/src/models/PushResourceMeasureResponseBody.ts +35 -0
- package/src/models/QueryInspirationAccountDetailsRequest.ts +21 -0
- package/src/models/QueryInspirationAccountDetailsResponseBody.ts +122 -0
- package/src/models/QueryInspirationBalanceResponseBody.ts +55 -0
- package/src/models/QueryInspirationConsumeRecordsRequest.ts +25 -0
- package/src/models/QueryInspirationConsumeRecordsResponseBody.ts +110 -0
- package/src/models/QueryMaterialDirectoryTreeRequest.ts +9 -0
- package/src/models/QueryMaterialDirectoryTreeResponseBody.ts +49 -0
- package/src/models/QueryMaterialFileDetailRequest.ts +4 -0
- package/src/models/QueryMaterialFileDetailResponseBody.ts +44 -0
- package/src/models/QueryMaterialFileListRequest.ts +49 -0
- package/src/models/QueryMaterialFileListResponseBody.ts +84 -1
- package/src/models/QueryMaterialFileListShrinkRequest.ts +49 -0
- package/src/models/QueryMaterialFileSummaryInfoRequest.ts +31 -0
- package/src/models/QueryMaterialFileSummaryInfoResponseBody.ts +42 -0
- package/src/models/QueryMaterialFileSummaryInfoShrinkRequest.ts +31 -0
- package/src/models/QueryMaterialTaskDetailRequest.ts +2 -0
- package/src/models/QueryMaterialTaskDetailResponseBody.ts +46 -0
- package/src/models/QueryMaterialTaskListRequest.ts +28 -0
- package/src/models/QueryMaterialTaskListResponseBody.ts +81 -0
- package/src/models/QueryMaterialTaskListShrinkRequest.ts +28 -0
- package/src/models/QuerySupabaseAuthConfigsForAdminRequest.ts +19 -0
- package/src/models/QuerySupabaseAuthConfigsForAdminResponseBody.ts +47 -0
- package/src/models/QuerySupabaseConfigsForAdminRequest.ts +17 -0
- package/src/models/QuerySupabaseConfigsForAdminResponseBody.ts +42 -0
- package/src/models/QuerySupabaseInstanceInfoForAdminRequest.ts +23 -0
- package/src/models/QuerySupabaseInstanceInfoForAdminResponseBody.ts +103 -0
- package/src/models/ReconnectAppChatRequest.ts +9 -0
- package/src/models/RefundAppInstanceForPartnerRequest.ts +20 -0
- package/src/models/RefundAppInstanceForPartnerResponseBody.ts +41 -1
- package/src/models/RenewAppSandboxRequest.ts +3 -0
- package/src/models/RenewAppSandboxResponseBody.ts +40 -0
- package/src/models/RollbackAppCodeSnapshotRequest.ts +6 -0
- package/src/models/RollbackAppCodeSnapshotResponseBody.ts +46 -0
- package/src/models/RollbackAppInstancePublishRequest.ts +12 -0
- package/src/models/RollbackAppInstancePublishResponseBody.ts +40 -0
- package/src/models/SaveAppRequirementRequest.ts +6 -0
- package/src/models/SaveAppRequirementResponseBody.ts +36 -0
- package/src/models/SaveAppSupabaseSecretsRequest.ts +6 -0
- package/src/models/SaveAppSupabaseSecretsResponseBody.ts +36 -0
- package/src/models/SearchImageRequest.ts +62 -0
- package/src/models/SearchImageResponseBody.ts +71 -0
- package/src/models/SearchImageShrinkRequest.ts +62 -0
- package/src/models/SetAppDomainCertificateResponseBody.ts +1 -1
- package/src/models/SubmitAppSeoIndexResponseBody.ts +4 -3
- package/src/models/SubmitMaterialTaskRequest.ts +11 -0
- package/src/models/SubmitMaterialTaskResponseBody.ts +50 -0
- package/src/models/SwitchAppConversationResponseBody.ts +4 -3
- package/src/models/SyncAppInstanceForPartnerRequest.ts +92 -0
- package/src/models/SyncAppInstanceForPartnerResponseBody.ts +11 -0
- package/src/models/SyncAppInstanceForPartnerShrinkRequest.ts +16 -0
- package/src/models/UpdateAppChatMessageRequest.ts +12 -0
- package/src/models/UpdateAppChatMessageResponseBody.ts +87 -0
- package/src/models/UpdateAppCodeRequest.ts +6 -0
- package/src/models/UpdateAppCodeResponseBody.ts +35 -0
- package/src/models/UpdateAppFileRequest.ts +9 -0
- package/src/models/UpdateAppFileResponseBody.ts +36 -0
- package/src/models/UpdateAppInstanceRequest.ts +54 -0
- package/src/models/UpdateAppInstanceResponseBody.ts +52 -0
- package/src/models/UpdateAppInstanceShrinkRequest.ts +44 -0
- package/src/models/UpdateAppSeoStatusRequest.ts +7 -0
- package/src/models/UpdateAppSupabaseAuthConfigRequest.ts +6 -0
- package/src/models/UpdateAppSupabaseAuthConfigResponseBody.ts +35 -0
- package/src/models/UpdateAppSupabaseSecretRequest.ts +15 -0
- package/src/models/UpdateAppSupabaseSecretResponseBody.ts +36 -0
- package/src/models/UpdateMiniAppBindingRequest.ts +12 -0
- package/src/models/UpdateMiniAppBindingResponseBody.ts +7 -0
- package/src/models/UploadAppSiteValidationFileRequest.ts +18 -0
- package/src/models/UploadAppSiteValidationFileResponseBody.ts +35 -0
- package/src/models/UploadMaterialFileRequest.ts +13 -0
- package/src/models/UploadMaterialFileResponseBody.ts +44 -0
- package/src/models/model.ts +14 -0
package/dist/client.js
CHANGED
|
@@ -82,7 +82,10 @@ class Client extends openapi_core_1.default {
|
|
|
82
82
|
return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* Assign a Supabase instance to a resource
|
|
86
|
+
*
|
|
87
|
+
* @remarks
|
|
88
|
+
* Query the Supabase instance information corresponding to the resource
|
|
86
89
|
*
|
|
87
90
|
* @param request - AllocateSupabaseForAdminRequest
|
|
88
91
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -129,7 +132,10 @@ class Client extends openapi_core_1.default {
|
|
|
129
132
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AllocateSupabaseForAdminResponse({}));
|
|
130
133
|
}
|
|
131
134
|
/**
|
|
132
|
-
*
|
|
135
|
+
* Assign a Supabase instance to a resource
|
|
136
|
+
*
|
|
137
|
+
* @remarks
|
|
138
|
+
* Query the Supabase instance information corresponding to the resource
|
|
133
139
|
*
|
|
134
140
|
* @param request - AllocateSupabaseForAdminRequest
|
|
135
141
|
* @returns AllocateSupabaseForAdminResponse
|
|
@@ -139,7 +145,10 @@ class Client extends openapi_core_1.default {
|
|
|
139
145
|
return await this.allocateSupabaseForAdminWithOptions(request, runtime);
|
|
140
146
|
}
|
|
141
147
|
/**
|
|
142
|
-
*
|
|
148
|
+
* Batch check resource usage
|
|
149
|
+
*
|
|
150
|
+
* @remarks
|
|
151
|
+
* Operation resource-related Supabase instance information
|
|
143
152
|
*
|
|
144
153
|
* @param request - BatchCheckResourceMeasureRequest
|
|
145
154
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -183,7 +192,10 @@ class Client extends openapi_core_1.default {
|
|
|
183
192
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.BatchCheckResourceMeasureResponse({}));
|
|
184
193
|
}
|
|
185
194
|
/**
|
|
186
|
-
*
|
|
195
|
+
* Batch check resource usage
|
|
196
|
+
*
|
|
197
|
+
* @remarks
|
|
198
|
+
* Operation resource-related Supabase instance information
|
|
187
199
|
*
|
|
188
200
|
* @param request - BatchCheckResourceMeasureRequest
|
|
189
201
|
* @returns BatchCheckResourceMeasureResponse
|
|
@@ -241,7 +253,10 @@ class Client extends openapi_core_1.default {
|
|
|
241
253
|
return await this.bindAppDomainWithOptions(request, runtime);
|
|
242
254
|
}
|
|
243
255
|
/**
|
|
244
|
-
*
|
|
256
|
+
* Check resource usage
|
|
257
|
+
*
|
|
258
|
+
* @remarks
|
|
259
|
+
* Query the Supabase instance information corresponding to the resource
|
|
245
260
|
*
|
|
246
261
|
* @param request - CheckResourceMeasureRequest
|
|
247
262
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -288,7 +303,10 @@ class Client extends openapi_core_1.default {
|
|
|
288
303
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckResourceMeasureResponse({}));
|
|
289
304
|
}
|
|
290
305
|
/**
|
|
291
|
-
*
|
|
306
|
+
* Check resource usage
|
|
307
|
+
*
|
|
308
|
+
* @remarks
|
|
309
|
+
* Query the Supabase instance information corresponding to the resource
|
|
292
310
|
*
|
|
293
311
|
* @param request - CheckResourceMeasureRequest
|
|
294
312
|
* @returns CheckResourceMeasureResponse
|
|
@@ -298,7 +316,10 @@ class Client extends openapi_core_1.default {
|
|
|
298
316
|
return await this.checkResourceMeasureWithOptions(request, runtime);
|
|
299
317
|
}
|
|
300
318
|
/**
|
|
301
|
-
*
|
|
319
|
+
* Validate user resource metering
|
|
320
|
+
*
|
|
321
|
+
* @remarks
|
|
322
|
+
* Query the Supabase instance information corresponding to the resource
|
|
302
323
|
*
|
|
303
324
|
* @param request - CheckUserResourceMeasureRequest
|
|
304
325
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -345,7 +366,10 @@ class Client extends openapi_core_1.default {
|
|
|
345
366
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckUserResourceMeasureResponse({}));
|
|
346
367
|
}
|
|
347
368
|
/**
|
|
348
|
-
*
|
|
369
|
+
* Validate user resource metering
|
|
370
|
+
*
|
|
371
|
+
* @remarks
|
|
372
|
+
* Query the Supabase instance information corresponding to the resource
|
|
349
373
|
*
|
|
350
374
|
* @param request - CheckUserResourceMeasureRequest
|
|
351
375
|
* @returns CheckUserResourceMeasureResponse
|
|
@@ -354,9 +378,90 @@ class Client extends openapi_core_1.default {
|
|
|
354
378
|
let runtime = new $dara.RuntimeOptions({});
|
|
355
379
|
return await this.checkUserResourceMeasureWithOptions(request, runtime);
|
|
356
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* 试用转正
|
|
383
|
+
*
|
|
384
|
+
* @remarks
|
|
385
|
+
* 查询应用实例信息
|
|
386
|
+
*
|
|
387
|
+
* @param request - ConfirmAppInstanceRequest
|
|
388
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
389
|
+
* @returns ConfirmAppInstanceResponse
|
|
390
|
+
*/
|
|
391
|
+
async confirmAppInstanceWithOptions(request, runtime) {
|
|
392
|
+
request.validate();
|
|
393
|
+
let query = {};
|
|
394
|
+
if (!$dara.isNull(request.applicationType)) {
|
|
395
|
+
query["ApplicationType"] = request.applicationType;
|
|
396
|
+
}
|
|
397
|
+
if (!$dara.isNull(request.autoRenew)) {
|
|
398
|
+
query["AutoRenew"] = request.autoRenew;
|
|
399
|
+
}
|
|
400
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
401
|
+
query["ClientToken"] = request.clientToken;
|
|
402
|
+
}
|
|
403
|
+
if (!$dara.isNull(request.deployArea)) {
|
|
404
|
+
query["DeployArea"] = request.deployArea;
|
|
405
|
+
}
|
|
406
|
+
if (!$dara.isNull(request.duration)) {
|
|
407
|
+
query["Duration"] = request.duration;
|
|
408
|
+
}
|
|
409
|
+
if (!$dara.isNull(request.extend)) {
|
|
410
|
+
query["Extend"] = request.extend;
|
|
411
|
+
}
|
|
412
|
+
if (!$dara.isNull(request.paymentType)) {
|
|
413
|
+
query["PaymentType"] = request.paymentType;
|
|
414
|
+
}
|
|
415
|
+
if (!$dara.isNull(request.pricingCycle)) {
|
|
416
|
+
query["PricingCycle"] = request.pricingCycle;
|
|
417
|
+
}
|
|
418
|
+
if (!$dara.isNull(request.quantity)) {
|
|
419
|
+
query["Quantity"] = request.quantity;
|
|
420
|
+
}
|
|
421
|
+
if (!$dara.isNull(request.siteVersion)) {
|
|
422
|
+
query["SiteVersion"] = request.siteVersion;
|
|
423
|
+
}
|
|
424
|
+
if (!$dara.isNull(request.trialBizId)) {
|
|
425
|
+
query["TrialBizId"] = request.trialBizId;
|
|
426
|
+
}
|
|
427
|
+
if (!$dara.isNull(request.version)) {
|
|
428
|
+
query["Version"] = request.version;
|
|
429
|
+
}
|
|
430
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
431
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
432
|
+
});
|
|
433
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
434
|
+
action: "ConfirmAppInstance",
|
|
435
|
+
version: "2025-04-29",
|
|
436
|
+
protocol: "HTTPS",
|
|
437
|
+
pathname: "/",
|
|
438
|
+
method: "POST",
|
|
439
|
+
authType: "AK",
|
|
440
|
+
style: "RPC",
|
|
441
|
+
reqBodyType: "formData",
|
|
442
|
+
bodyType: "json",
|
|
443
|
+
});
|
|
444
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfirmAppInstanceResponse({}));
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* 试用转正
|
|
448
|
+
*
|
|
449
|
+
* @remarks
|
|
450
|
+
* 查询应用实例信息
|
|
451
|
+
*
|
|
452
|
+
* @param request - ConfirmAppInstanceRequest
|
|
453
|
+
* @returns ConfirmAppInstanceResponse
|
|
454
|
+
*/
|
|
455
|
+
async confirmAppInstance(request) {
|
|
456
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
457
|
+
return await this.confirmAppInstanceWithOptions(request, runtime);
|
|
458
|
+
}
|
|
357
459
|
/**
|
|
358
460
|
* 复制插件配置
|
|
359
461
|
*
|
|
462
|
+
* @remarks
|
|
463
|
+
* 获取生码插件配置信息
|
|
464
|
+
*
|
|
360
465
|
* @param request - CopyAppPluginConfigRequest
|
|
361
466
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
362
467
|
* @returns CopyAppPluginConfigResponse
|
|
@@ -389,6 +494,9 @@ class Client extends openapi_core_1.default {
|
|
|
389
494
|
/**
|
|
390
495
|
* 复制插件配置
|
|
391
496
|
*
|
|
497
|
+
* @remarks
|
|
498
|
+
* 获取生码插件配置信息
|
|
499
|
+
*
|
|
392
500
|
* @param request - CopyAppPluginConfigRequest
|
|
393
501
|
* @returns CopyAppPluginConfigResponse
|
|
394
502
|
*/
|
|
@@ -397,7 +505,10 @@ class Client extends openapi_core_1.default {
|
|
|
397
505
|
return await this.copyAppPluginConfigWithOptions(request, runtime);
|
|
398
506
|
}
|
|
399
507
|
/**
|
|
400
|
-
*
|
|
508
|
+
* Initiate an AI employee conversation asynchronously
|
|
509
|
+
*
|
|
510
|
+
* @remarks
|
|
511
|
+
* Wan Xiaozhi 2.0 AI conversation
|
|
401
512
|
*
|
|
402
513
|
* @param request - CreateAIStaffChatRequest
|
|
403
514
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -440,7 +551,10 @@ class Client extends openapi_core_1.default {
|
|
|
440
551
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAIStaffChatResponse({}));
|
|
441
552
|
}
|
|
442
553
|
/**
|
|
443
|
-
*
|
|
554
|
+
* Initiate an AI employee conversation asynchronously
|
|
555
|
+
*
|
|
556
|
+
* @remarks
|
|
557
|
+
* Wan Xiaozhi 2.0 AI conversation
|
|
444
558
|
*
|
|
445
559
|
* @param request - CreateAIStaffChatRequest
|
|
446
560
|
* @returns CreateAIStaffChatResponse
|
|
@@ -450,7 +564,10 @@ class Client extends openapi_core_1.default {
|
|
|
450
564
|
return await this.createAIStaffChatWithOptions(request, runtime);
|
|
451
565
|
}
|
|
452
566
|
/**
|
|
453
|
-
*
|
|
567
|
+
* Create an AI agent session
|
|
568
|
+
*
|
|
569
|
+
* @remarks
|
|
570
|
+
* Wan Xiaozhi 2.0 API for creating an AI session
|
|
454
571
|
*
|
|
455
572
|
* @param request - CreateAIStaffConversationRequest
|
|
456
573
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -479,7 +596,10 @@ class Client extends openapi_core_1.default {
|
|
|
479
596
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAIStaffConversationResponse({}));
|
|
480
597
|
}
|
|
481
598
|
/**
|
|
482
|
-
*
|
|
599
|
+
* Create an AI agent session
|
|
600
|
+
*
|
|
601
|
+
* @remarks
|
|
602
|
+
* Wan Xiaozhi 2.0 API for creating an AI session
|
|
483
603
|
*
|
|
484
604
|
* @param request - CreateAIStaffConversationRequest
|
|
485
605
|
* @returns CreateAIStaffConversationResponse
|
|
@@ -489,7 +609,10 @@ class Client extends openapi_core_1.default {
|
|
|
489
609
|
return await this.createAIStaffConversationWithOptions(request, runtime);
|
|
490
610
|
}
|
|
491
611
|
/**
|
|
492
|
-
*
|
|
612
|
+
* Create Application Assistant Agent
|
|
613
|
+
*
|
|
614
|
+
* @remarks
|
|
615
|
+
* Obtain the configuration information of the code generation plugin
|
|
493
616
|
*
|
|
494
617
|
* @param request - CreateAppAssistantAgentRequest
|
|
495
618
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -524,7 +647,10 @@ class Client extends openapi_core_1.default {
|
|
|
524
647
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppAssistantAgentResponse({}));
|
|
525
648
|
}
|
|
526
649
|
/**
|
|
527
|
-
*
|
|
650
|
+
* Create Application Assistant Agent
|
|
651
|
+
*
|
|
652
|
+
* @remarks
|
|
653
|
+
* Obtain the configuration information of the code generation plugin
|
|
528
654
|
*
|
|
529
655
|
* @param request - CreateAppAssistantAgentRequest
|
|
530
656
|
* @returns CreateAppAssistantAgentResponse
|
|
@@ -534,7 +660,10 @@ class Client extends openapi_core_1.default {
|
|
|
534
660
|
return await this.createAppAssistantAgentWithOptions(request, runtime);
|
|
535
661
|
}
|
|
536
662
|
/**
|
|
537
|
-
*
|
|
663
|
+
* Generate application assistant SSO logon
|
|
664
|
+
*
|
|
665
|
+
* @remarks
|
|
666
|
+
* Obtain the configuration information of the code generation plugin
|
|
538
667
|
*
|
|
539
668
|
* @param request - CreateAppAssistantAgentSsoLoginRequest
|
|
540
669
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -569,7 +698,10 @@ class Client extends openapi_core_1.default {
|
|
|
569
698
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppAssistantAgentSsoLoginResponse({}));
|
|
570
699
|
}
|
|
571
700
|
/**
|
|
572
|
-
*
|
|
701
|
+
* Generate application assistant SSO logon
|
|
702
|
+
*
|
|
703
|
+
* @remarks
|
|
704
|
+
* Obtain the configuration information of the code generation plugin
|
|
573
705
|
*
|
|
574
706
|
* @param request - CreateAppAssistantAgentSsoLoginRequest
|
|
575
707
|
* @returns CreateAppAssistantAgentSsoLoginResponse
|
|
@@ -579,7 +711,7 @@ class Client extends openapi_core_1.default {
|
|
|
579
711
|
return await this.createAppAssistantAgentSsoLoginWithOptions(request, runtime);
|
|
580
712
|
}
|
|
581
713
|
/**
|
|
582
|
-
*
|
|
714
|
+
* Wan Xiaozhi initiates an AI conversation
|
|
583
715
|
*
|
|
584
716
|
* @param request - CreateAppChatRequest
|
|
585
717
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -647,7 +779,7 @@ class Client extends openapi_core_1.default {
|
|
|
647
779
|
});
|
|
648
780
|
}
|
|
649
781
|
/**
|
|
650
|
-
*
|
|
782
|
+
* Wan Xiaozhi initiates an AI conversation
|
|
651
783
|
*
|
|
652
784
|
* @param request - CreateAppChatRequest
|
|
653
785
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -688,7 +820,7 @@ class Client extends openapi_core_1.default {
|
|
|
688
820
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppChatResponse({}));
|
|
689
821
|
}
|
|
690
822
|
/**
|
|
691
|
-
*
|
|
823
|
+
* Wan Xiaozhi initiates an AI conversation
|
|
692
824
|
*
|
|
693
825
|
* @param request - CreateAppChatRequest
|
|
694
826
|
* @returns CreateAppChatResponse
|
|
@@ -831,7 +963,10 @@ class Client extends openapi_core_1.default {
|
|
|
831
963
|
return await this.createAppInstanceTicketWithOptions(request, runtime);
|
|
832
964
|
}
|
|
833
965
|
/**
|
|
834
|
-
*
|
|
966
|
+
* Create an LLM gateway API key for an application instance
|
|
967
|
+
*
|
|
968
|
+
* @remarks
|
|
969
|
+
* Obtain the configuration information of the code generation plugin
|
|
835
970
|
*
|
|
836
971
|
* @param request - CreateAppLlmApiKeyForPartnerRequest
|
|
837
972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -869,7 +1004,10 @@ class Client extends openapi_core_1.default {
|
|
|
869
1004
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppLlmApiKeyForPartnerResponse({}));
|
|
870
1005
|
}
|
|
871
1006
|
/**
|
|
872
|
-
*
|
|
1007
|
+
* Create an LLM gateway API key for an application instance
|
|
1008
|
+
*
|
|
1009
|
+
* @remarks
|
|
1010
|
+
* Obtain the configuration information of the code generation plugin
|
|
873
1011
|
*
|
|
874
1012
|
* @param request - CreateAppLlmApiKeyForPartnerRequest
|
|
875
1013
|
* @returns CreateAppLlmApiKeyForPartnerResponse
|
|
@@ -879,7 +1017,10 @@ class Client extends openapi_core_1.default {
|
|
|
879
1017
|
return await this.createAppLlmApiKeyForPartnerWithOptions(request, runtime);
|
|
880
1018
|
}
|
|
881
1019
|
/**
|
|
882
|
-
* Activate the
|
|
1020
|
+
* Activate the Wanxiao Zhi Inspiration Value service
|
|
1021
|
+
*
|
|
1022
|
+
* @remarks
|
|
1023
|
+
* Obtain the configuration information of the code generation plugin
|
|
883
1024
|
*
|
|
884
1025
|
* @param request - CreateAppTokenServiceRequest
|
|
885
1026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -908,7 +1049,10 @@ class Client extends openapi_core_1.default {
|
|
|
908
1049
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppTokenServiceResponse({}));
|
|
909
1050
|
}
|
|
910
1051
|
/**
|
|
911
|
-
* Activate the
|
|
1052
|
+
* Activate the Wanxiao Zhi Inspiration Value service
|
|
1053
|
+
*
|
|
1054
|
+
* @remarks
|
|
1055
|
+
* Obtain the configuration information of the code generation plugin
|
|
912
1056
|
*
|
|
913
1057
|
* @param request - CreateAppTokenServiceRequest
|
|
914
1058
|
* @returns CreateAppTokenServiceResponse
|
|
@@ -918,7 +1062,7 @@ class Client extends openapi_core_1.default {
|
|
|
918
1062
|
return await this.createAppTokenServiceWithOptions(request, runtime);
|
|
919
1063
|
}
|
|
920
1064
|
/**
|
|
921
|
-
*
|
|
1065
|
+
* Commit a job to create a logo.
|
|
922
1066
|
*
|
|
923
1067
|
* @param request - CreateLogoTaskRequest
|
|
924
1068
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -956,7 +1100,7 @@ class Client extends openapi_core_1.default {
|
|
|
956
1100
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLogoTaskResponse({}));
|
|
957
1101
|
}
|
|
958
1102
|
/**
|
|
959
|
-
*
|
|
1103
|
+
* Commit a job to create a logo.
|
|
960
1104
|
*
|
|
961
1105
|
* @param request - CreateLogoTaskRequest
|
|
962
1106
|
* @returns CreateLogoTaskResponse
|
|
@@ -966,7 +1110,7 @@ class Client extends openapi_core_1.default {
|
|
|
966
1110
|
return await this.createLogoTaskWithOptions(request, runtime);
|
|
967
1111
|
}
|
|
968
1112
|
/**
|
|
969
|
-
*
|
|
1113
|
+
* Create a subfolder under the parent folder.
|
|
970
1114
|
*
|
|
971
1115
|
* @param request - CreateMaterialDirectoryRequest
|
|
972
1116
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1001,7 +1145,7 @@ class Client extends openapi_core_1.default {
|
|
|
1001
1145
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateMaterialDirectoryResponse({}));
|
|
1002
1146
|
}
|
|
1003
1147
|
/**
|
|
1004
|
-
*
|
|
1148
|
+
* Create a subfolder under the parent folder.
|
|
1005
1149
|
*
|
|
1006
1150
|
* @param request - CreateMaterialDirectoryRequest
|
|
1007
1151
|
* @returns CreateMaterialDirectoryResponse
|
|
@@ -1097,6 +1241,57 @@ class Client extends openapi_core_1.default {
|
|
|
1097
1241
|
/**
|
|
1098
1242
|
* 删除文件
|
|
1099
1243
|
*
|
|
1244
|
+
* @remarks
|
|
1245
|
+
* 查询应用实例信息
|
|
1246
|
+
*
|
|
1247
|
+
* @param request - DeleteAppFileRequest
|
|
1248
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1249
|
+
* @returns DeleteAppFileResponse
|
|
1250
|
+
*/
|
|
1251
|
+
async deleteAppFileWithOptions(request, runtime) {
|
|
1252
|
+
request.validate();
|
|
1253
|
+
let body = {};
|
|
1254
|
+
if (!$dara.isNull(request.conversationId)) {
|
|
1255
|
+
body["ConversationId"] = request.conversationId;
|
|
1256
|
+
}
|
|
1257
|
+
if (!$dara.isNull(request.filePath)) {
|
|
1258
|
+
body["FilePath"] = request.filePath;
|
|
1259
|
+
}
|
|
1260
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1261
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1262
|
+
});
|
|
1263
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1264
|
+
action: "DeleteAppFile",
|
|
1265
|
+
version: "2025-04-29",
|
|
1266
|
+
protocol: "HTTPS",
|
|
1267
|
+
pathname: "/",
|
|
1268
|
+
method: "POST",
|
|
1269
|
+
authType: "AK",
|
|
1270
|
+
style: "RPC",
|
|
1271
|
+
reqBodyType: "formData",
|
|
1272
|
+
bodyType: "json",
|
|
1273
|
+
});
|
|
1274
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppFileResponse({}));
|
|
1275
|
+
}
|
|
1276
|
+
/**
|
|
1277
|
+
* 删除文件
|
|
1278
|
+
*
|
|
1279
|
+
* @remarks
|
|
1280
|
+
* 查询应用实例信息
|
|
1281
|
+
*
|
|
1282
|
+
* @param request - DeleteAppFileRequest
|
|
1283
|
+
* @returns DeleteAppFileResponse
|
|
1284
|
+
*/
|
|
1285
|
+
async deleteAppFile(request) {
|
|
1286
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1287
|
+
return await this.deleteAppFileWithOptions(request, runtime);
|
|
1288
|
+
}
|
|
1289
|
+
/**
|
|
1290
|
+
* Delete file
|
|
1291
|
+
*
|
|
1292
|
+
* @remarks
|
|
1293
|
+
* Query application instance information
|
|
1294
|
+
*
|
|
1100
1295
|
* @param request - DeleteAppInstanceFileRequest
|
|
1101
1296
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1102
1297
|
* @returns DeleteAppInstanceFileResponse
|
|
@@ -1127,7 +1322,10 @@ class Client extends openapi_core_1.default {
|
|
|
1127
1322
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppInstanceFileResponse({}));
|
|
1128
1323
|
}
|
|
1129
1324
|
/**
|
|
1130
|
-
*
|
|
1325
|
+
* Delete file
|
|
1326
|
+
*
|
|
1327
|
+
* @remarks
|
|
1328
|
+
* Query application instance information
|
|
1131
1329
|
*
|
|
1132
1330
|
* @param request - DeleteAppInstanceFileRequest
|
|
1133
1331
|
* @returns DeleteAppInstanceFileResponse
|
|
@@ -1137,7 +1335,10 @@ class Client extends openapi_core_1.default {
|
|
|
1137
1335
|
return await this.deleteAppInstanceFileWithOptions(request, runtime);
|
|
1138
1336
|
}
|
|
1139
1337
|
/**
|
|
1140
|
-
*
|
|
1338
|
+
* Delete Supabase key
|
|
1339
|
+
*
|
|
1340
|
+
* @remarks
|
|
1341
|
+
* Operation resource corresponds to the supabase instance information
|
|
1141
1342
|
*
|
|
1142
1343
|
* @param request - DeleteAppSupabaseSecretsRequest
|
|
1143
1344
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1169,7 +1370,10 @@ class Client extends openapi_core_1.default {
|
|
|
1169
1370
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppSupabaseSecretsResponse({}));
|
|
1170
1371
|
}
|
|
1171
1372
|
/**
|
|
1172
|
-
*
|
|
1373
|
+
* Delete Supabase key
|
|
1374
|
+
*
|
|
1375
|
+
* @remarks
|
|
1376
|
+
* Operation resource corresponds to the supabase instance information
|
|
1173
1377
|
*
|
|
1174
1378
|
* @param request - DeleteAppSupabaseSecretsRequest
|
|
1175
1379
|
* @returns DeleteAppSupabaseSecretsResponse
|
|
@@ -1179,7 +1383,7 @@ class Client extends openapi_core_1.default {
|
|
|
1179
1383
|
return await this.deleteAppSupabaseSecretsWithOptions(request, runtime);
|
|
1180
1384
|
}
|
|
1181
1385
|
/**
|
|
1182
|
-
*
|
|
1386
|
+
* Delete a material folder
|
|
1183
1387
|
*
|
|
1184
1388
|
* @param request - DeleteMaterialDirectoryRequest
|
|
1185
1389
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1211,7 +1415,7 @@ class Client extends openapi_core_1.default {
|
|
|
1211
1415
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteMaterialDirectoryResponse({}));
|
|
1212
1416
|
}
|
|
1213
1417
|
/**
|
|
1214
|
-
*
|
|
1418
|
+
* Delete a material folder
|
|
1215
1419
|
*
|
|
1216
1420
|
* @param request - DeleteMaterialDirectoryRequest
|
|
1217
1421
|
* @returns DeleteMaterialDirectoryResponse
|
|
@@ -1221,7 +1425,7 @@ class Client extends openapi_core_1.default {
|
|
|
1221
1425
|
return await this.deleteMaterialDirectoryWithOptions(request, runtime);
|
|
1222
1426
|
}
|
|
1223
1427
|
/**
|
|
1224
|
-
*
|
|
1428
|
+
* Delete Material Generation Job
|
|
1225
1429
|
*
|
|
1226
1430
|
* @param tmpReq - DeleteMaterialTaskRequest
|
|
1227
1431
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1255,7 +1459,7 @@ class Client extends openapi_core_1.default {
|
|
|
1255
1459
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteMaterialTaskResponse({}));
|
|
1256
1460
|
}
|
|
1257
1461
|
/**
|
|
1258
|
-
*
|
|
1462
|
+
* Delete Material Generation Job
|
|
1259
1463
|
*
|
|
1260
1464
|
* @param request - DeleteMaterialTaskRequest
|
|
1261
1465
|
* @returns DeleteMaterialTaskResponse
|
|
@@ -1361,7 +1565,7 @@ class Client extends openapi_core_1.default {
|
|
|
1361
1565
|
return await this.dispatchConsoleAPIForPartnerWithOptions(request, runtime);
|
|
1362
1566
|
}
|
|
1363
1567
|
/**
|
|
1364
|
-
*
|
|
1568
|
+
* Edit plugin configuration.
|
|
1365
1569
|
*
|
|
1366
1570
|
* @param request - EditPluginConfigRequest
|
|
1367
1571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1402,7 +1606,7 @@ class Client extends openapi_core_1.default {
|
|
|
1402
1606
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EditPluginConfigResponse({}));
|
|
1403
1607
|
}
|
|
1404
1608
|
/**
|
|
1405
|
-
*
|
|
1609
|
+
* Edit plugin configuration.
|
|
1406
1610
|
*
|
|
1407
1611
|
* @param request - EditPluginConfigRequest
|
|
1408
1612
|
* @returns EditPluginConfigResponse
|
|
@@ -1412,7 +1616,7 @@ class Client extends openapi_core_1.default {
|
|
|
1412
1616
|
return await this.editPluginConfigWithOptions(request, runtime);
|
|
1413
1617
|
}
|
|
1414
1618
|
/**
|
|
1415
|
-
*
|
|
1619
|
+
* Export material files
|
|
1416
1620
|
*
|
|
1417
1621
|
* @param tmpReq - ExportMaterialFileRequest
|
|
1418
1622
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1449,7 +1653,7 @@ class Client extends openapi_core_1.default {
|
|
|
1449
1653
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportMaterialFileResponse({}));
|
|
1450
1654
|
}
|
|
1451
1655
|
/**
|
|
1452
|
-
*
|
|
1656
|
+
* Export material files
|
|
1453
1657
|
*
|
|
1454
1658
|
* @param request - ExportMaterialFileRequest
|
|
1455
1659
|
* @returns ExportMaterialFileResponse
|
|
@@ -1459,7 +1663,10 @@ class Client extends openapi_core_1.default {
|
|
|
1459
1663
|
return await this.exportMaterialFileWithOptions(request, runtime);
|
|
1460
1664
|
}
|
|
1461
1665
|
/**
|
|
1462
|
-
*
|
|
1666
|
+
* WanXiaoZhi 2.0 - Obtain Site Preview URL
|
|
1667
|
+
*
|
|
1668
|
+
* @remarks
|
|
1669
|
+
* WanXiaoZhi 2.0 - Obtain Site Preview URL
|
|
1463
1670
|
*
|
|
1464
1671
|
* @param request - GetAIStaffPreviewUrlRequest
|
|
1465
1672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1491,7 +1698,10 @@ class Client extends openapi_core_1.default {
|
|
|
1491
1698
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAIStaffPreviewUrlResponse({}));
|
|
1492
1699
|
}
|
|
1493
1700
|
/**
|
|
1494
|
-
*
|
|
1701
|
+
* WanXiaoZhi 2.0 - Obtain Site Preview URL
|
|
1702
|
+
*
|
|
1703
|
+
* @remarks
|
|
1704
|
+
* WanXiaoZhi 2.0 - Obtain Site Preview URL
|
|
1495
1705
|
*
|
|
1496
1706
|
* @param request - GetAIStaffPreviewUrlRequest
|
|
1497
1707
|
* @returns GetAIStaffPreviewUrlResponse
|
|
@@ -1501,7 +1711,10 @@ class Client extends openapi_core_1.default {
|
|
|
1501
1711
|
return await this.getAIStaffPreviewUrlWithOptions(request, runtime);
|
|
1502
1712
|
}
|
|
1503
1713
|
/**
|
|
1504
|
-
*
|
|
1714
|
+
* Retrieve code workspace details
|
|
1715
|
+
*
|
|
1716
|
+
* @remarks
|
|
1717
|
+
* Query application instance information
|
|
1505
1718
|
*
|
|
1506
1719
|
* @param request - GetAppCodeWorkspaceDetailRequest
|
|
1507
1720
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1530,7 +1743,10 @@ class Client extends openapi_core_1.default {
|
|
|
1530
1743
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppCodeWorkspaceDetailResponse({}));
|
|
1531
1744
|
}
|
|
1532
1745
|
/**
|
|
1533
|
-
*
|
|
1746
|
+
* Retrieve code workspace details
|
|
1747
|
+
*
|
|
1748
|
+
* @remarks
|
|
1749
|
+
* Query application instance information
|
|
1534
1750
|
*
|
|
1535
1751
|
* @param request - GetAppCodeWorkspaceDetailRequest
|
|
1536
1752
|
* @returns GetAppCodeWorkspaceDetailResponse
|
|
@@ -1540,7 +1756,10 @@ class Client extends openapi_core_1.default {
|
|
|
1540
1756
|
return await this.getAppCodeWorkspaceDetailWithOptions(request, runtime);
|
|
1541
1757
|
}
|
|
1542
1758
|
/**
|
|
1543
|
-
*
|
|
1759
|
+
* Retrieve conversation details
|
|
1760
|
+
*
|
|
1761
|
+
* @remarks
|
|
1762
|
+
* Wan Xiaozhi 2.0 API for creating an AI session
|
|
1544
1763
|
*
|
|
1545
1764
|
* @param request - GetAppConversationRequest
|
|
1546
1765
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1572,7 +1791,10 @@ class Client extends openapi_core_1.default {
|
|
|
1572
1791
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppConversationResponse({}));
|
|
1573
1792
|
}
|
|
1574
1793
|
/**
|
|
1575
|
-
*
|
|
1794
|
+
* Retrieve conversation details
|
|
1795
|
+
*
|
|
1796
|
+
* @remarks
|
|
1797
|
+
* Wan Xiaozhi 2.0 API for creating an AI session
|
|
1576
1798
|
*
|
|
1577
1799
|
* @param request - GetAppConversationRequest
|
|
1578
1800
|
* @returns GetAppConversationResponse
|
|
@@ -1582,7 +1804,10 @@ class Client extends openapi_core_1.default {
|
|
|
1582
1804
|
return await this.getAppConversationWithOptions(request, runtime);
|
|
1583
1805
|
}
|
|
1584
1806
|
/**
|
|
1585
|
-
*
|
|
1807
|
+
* Obtain session lock status
|
|
1808
|
+
*
|
|
1809
|
+
* @remarks
|
|
1810
|
+
* Wan Xiaozhi 2.0 API for creating AI sessions
|
|
1586
1811
|
*
|
|
1587
1812
|
* @param request - GetAppConversationLockStatusRequest
|
|
1588
1813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1611,7 +1836,10 @@ class Client extends openapi_core_1.default {
|
|
|
1611
1836
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppConversationLockStatusResponse({}));
|
|
1612
1837
|
}
|
|
1613
1838
|
/**
|
|
1614
|
-
*
|
|
1839
|
+
* Obtain session lock status
|
|
1840
|
+
*
|
|
1841
|
+
* @remarks
|
|
1842
|
+
* Wan Xiaozhi 2.0 API for creating AI sessions
|
|
1615
1843
|
*
|
|
1616
1844
|
* @param request - GetAppConversationLockStatusRequest
|
|
1617
1845
|
* @returns GetAppConversationLockStatusResponse
|
|
@@ -1623,6 +1851,9 @@ class Client extends openapi_core_1.default {
|
|
|
1623
1851
|
/**
|
|
1624
1852
|
* 查询数据库表结构
|
|
1625
1853
|
*
|
|
1854
|
+
* @remarks
|
|
1855
|
+
* 查询应用实例信息
|
|
1856
|
+
*
|
|
1626
1857
|
* @param request - GetAppDatabaseTableSchemasRequest
|
|
1627
1858
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1628
1859
|
* @returns GetAppDatabaseTableSchemasResponse
|
|
@@ -1655,6 +1886,9 @@ class Client extends openapi_core_1.default {
|
|
|
1655
1886
|
/**
|
|
1656
1887
|
* 查询数据库表结构
|
|
1657
1888
|
*
|
|
1889
|
+
* @remarks
|
|
1890
|
+
* 查询应用实例信息
|
|
1891
|
+
*
|
|
1658
1892
|
* @param request - GetAppDatabaseTableSchemasRequest
|
|
1659
1893
|
* @returns GetAppDatabaseTableSchemasResponse
|
|
1660
1894
|
*/
|
|
@@ -1665,6 +1899,9 @@ class Client extends openapi_core_1.default {
|
|
|
1665
1899
|
/**
|
|
1666
1900
|
* 读取文件及修改时间
|
|
1667
1901
|
*
|
|
1902
|
+
* @remarks
|
|
1903
|
+
* 获取生码插件配置信息
|
|
1904
|
+
*
|
|
1668
1905
|
* @param request - GetAppFileContentRequest
|
|
1669
1906
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1670
1907
|
* @returns GetAppFileContentResponse
|
|
@@ -1697,6 +1934,9 @@ class Client extends openapi_core_1.default {
|
|
|
1697
1934
|
/**
|
|
1698
1935
|
* 读取文件及修改时间
|
|
1699
1936
|
*
|
|
1937
|
+
* @remarks
|
|
1938
|
+
* 获取生码插件配置信息
|
|
1939
|
+
*
|
|
1700
1940
|
* @param request - GetAppFileContentRequest
|
|
1701
1941
|
* @returns GetAppFileContentResponse
|
|
1702
1942
|
*/
|
|
@@ -1746,6 +1986,9 @@ class Client extends openapi_core_1.default {
|
|
|
1746
1986
|
/**
|
|
1747
1987
|
* GetAppInstanceEntitlement
|
|
1748
1988
|
*
|
|
1989
|
+
* @remarks
|
|
1990
|
+
* Query application instance information
|
|
1991
|
+
*
|
|
1749
1992
|
* @param request - GetAppInstanceEntitlementRequest
|
|
1750
1993
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1751
1994
|
* @returns GetAppInstanceEntitlementResponse
|
|
@@ -1775,6 +2018,9 @@ class Client extends openapi_core_1.default {
|
|
|
1775
2018
|
/**
|
|
1776
2019
|
* GetAppInstanceEntitlement
|
|
1777
2020
|
*
|
|
2021
|
+
* @remarks
|
|
2022
|
+
* Query application instance information
|
|
2023
|
+
*
|
|
1778
2024
|
* @param request - GetAppInstanceEntitlementRequest
|
|
1779
2025
|
* @returns GetAppInstanceEntitlementResponse
|
|
1780
2026
|
*/
|
|
@@ -1785,6 +2031,9 @@ class Client extends openapi_core_1.default {
|
|
|
1785
2031
|
/**
|
|
1786
2032
|
* Query application instance information
|
|
1787
2033
|
*
|
|
2034
|
+
* @remarks
|
|
2035
|
+
* 查询应用实例信息
|
|
2036
|
+
*
|
|
1788
2037
|
* @param request - GetAppInstanceForAdminRequest
|
|
1789
2038
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1790
2039
|
* @returns GetAppInstanceForAdminResponse
|
|
@@ -1817,6 +2066,9 @@ class Client extends openapi_core_1.default {
|
|
|
1817
2066
|
/**
|
|
1818
2067
|
* Query application instance information
|
|
1819
2068
|
*
|
|
2069
|
+
* @remarks
|
|
2070
|
+
* 查询应用实例信息
|
|
2071
|
+
*
|
|
1820
2072
|
* @param request - GetAppInstanceForAdminRequest
|
|
1821
2073
|
* @returns GetAppInstanceForAdminResponse
|
|
1822
2074
|
*/
|
|
@@ -1827,6 +2079,9 @@ class Client extends openapi_core_1.default {
|
|
|
1827
2079
|
/**
|
|
1828
2080
|
* Query instance details
|
|
1829
2081
|
*
|
|
2082
|
+
* @remarks
|
|
2083
|
+
* Obtain the configuration information of the code generation plugin
|
|
2084
|
+
*
|
|
1830
2085
|
* @param request - GetAppInstanceForPartnerRequest
|
|
1831
2086
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1832
2087
|
* @returns GetAppInstanceForPartnerResponse
|
|
@@ -1856,6 +2111,9 @@ class Client extends openapi_core_1.default {
|
|
|
1856
2111
|
/**
|
|
1857
2112
|
* Query instance details
|
|
1858
2113
|
*
|
|
2114
|
+
* @remarks
|
|
2115
|
+
* Obtain the configuration information of the code generation plugin
|
|
2116
|
+
*
|
|
1859
2117
|
* @param request - GetAppInstanceForPartnerRequest
|
|
1860
2118
|
* @returns GetAppInstanceForPartnerResponse
|
|
1861
2119
|
*/
|
|
@@ -1864,7 +2122,10 @@ class Client extends openapi_core_1.default {
|
|
|
1864
2122
|
return await this.getAppInstanceForPartnerWithOptions(request, runtime);
|
|
1865
2123
|
}
|
|
1866
2124
|
/**
|
|
1867
|
-
*
|
|
2125
|
+
* Obtain a temporary short URL for the application
|
|
2126
|
+
*
|
|
2127
|
+
* @remarks
|
|
2128
|
+
* Obtain configuration information of the code generation plugin
|
|
1868
2129
|
*
|
|
1869
2130
|
* @param request - GetAppInstanceTempShortUrlRequest
|
|
1870
2131
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1893,7 +2154,10 @@ class Client extends openapi_core_1.default {
|
|
|
1893
2154
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppInstanceTempShortUrlResponse({}));
|
|
1894
2155
|
}
|
|
1895
2156
|
/**
|
|
1896
|
-
*
|
|
2157
|
+
* Obtain a temporary short URL for the application
|
|
2158
|
+
*
|
|
2159
|
+
* @remarks
|
|
2160
|
+
* Obtain configuration information of the code generation plugin
|
|
1897
2161
|
*
|
|
1898
2162
|
* @param request - GetAppInstanceTempShortUrlRequest
|
|
1899
2163
|
* @returns GetAppInstanceTempShortUrlResponse
|
|
@@ -1903,7 +2167,10 @@ class Client extends openapi_core_1.default {
|
|
|
1903
2167
|
return await this.getAppInstanceTempShortUrlWithOptions(request, runtime);
|
|
1904
2168
|
}
|
|
1905
2169
|
/**
|
|
1906
|
-
*
|
|
2170
|
+
* Obtain plugin configuration information.
|
|
2171
|
+
*
|
|
2172
|
+
* @remarks
|
|
2173
|
+
* Obtain the configuration information of the code generation plugin.
|
|
1907
2174
|
*
|
|
1908
2175
|
* @param request - GetAppPluginConfigRequest
|
|
1909
2176
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1935,7 +2202,10 @@ class Client extends openapi_core_1.default {
|
|
|
1935
2202
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppPluginConfigResponse({}));
|
|
1936
2203
|
}
|
|
1937
2204
|
/**
|
|
1938
|
-
*
|
|
2205
|
+
* Obtain plugin configuration information.
|
|
2206
|
+
*
|
|
2207
|
+
* @remarks
|
|
2208
|
+
* Obtain the configuration information of the code generation plugin.
|
|
1939
2209
|
*
|
|
1940
2210
|
* @param request - GetAppPluginConfigRequest
|
|
1941
2211
|
* @returns GetAppPluginConfigResponse
|
|
@@ -1945,7 +2215,10 @@ class Client extends openapi_core_1.default {
|
|
|
1945
2215
|
return await this.getAppPluginConfigWithOptions(request, runtime);
|
|
1946
2216
|
}
|
|
1947
2217
|
/**
|
|
1948
|
-
*
|
|
2218
|
+
* Query publishing status
|
|
2219
|
+
*
|
|
2220
|
+
* @remarks
|
|
2221
|
+
* Obtain the configuration information of the code generation plugin
|
|
1949
2222
|
*
|
|
1950
2223
|
* @param request - GetAppPublishStatusRequest
|
|
1951
2224
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1980,7 +2253,10 @@ class Client extends openapi_core_1.default {
|
|
|
1980
2253
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppPublishStatusResponse({}));
|
|
1981
2254
|
}
|
|
1982
2255
|
/**
|
|
1983
|
-
*
|
|
2256
|
+
* Query publishing status
|
|
2257
|
+
*
|
|
2258
|
+
* @remarks
|
|
2259
|
+
* Obtain the configuration information of the code generation plugin
|
|
1984
2260
|
*
|
|
1985
2261
|
* @param request - GetAppPublishStatusRequest
|
|
1986
2262
|
* @returns GetAppPublishStatusResponse
|
|
@@ -1990,7 +2266,10 @@ class Client extends openapi_core_1.default {
|
|
|
1990
2266
|
return await this.getAppPublishStatusWithOptions(request, runtime);
|
|
1991
2267
|
}
|
|
1992
2268
|
/**
|
|
1993
|
-
*
|
|
2269
|
+
* Query recommended products
|
|
2270
|
+
*
|
|
2271
|
+
* @remarks
|
|
2272
|
+
* Obtain barcode generation plugin configuration information
|
|
1994
2273
|
*
|
|
1995
2274
|
* @param request - GetAppRecommendedCommoditiesRequest
|
|
1996
2275
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2028,7 +2307,10 @@ class Client extends openapi_core_1.default {
|
|
|
2028
2307
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppRecommendedCommoditiesResponse({}));
|
|
2029
2308
|
}
|
|
2030
2309
|
/**
|
|
2031
|
-
*
|
|
2310
|
+
* Query recommended products
|
|
2311
|
+
*
|
|
2312
|
+
* @remarks
|
|
2313
|
+
* Obtain barcode generation plugin configuration information
|
|
2032
2314
|
*
|
|
2033
2315
|
* @param request - GetAppRecommendedCommoditiesRequest
|
|
2034
2316
|
* @returns GetAppRecommendedCommoditiesResponse
|
|
@@ -2038,7 +2320,10 @@ class Client extends openapi_core_1.default {
|
|
|
2038
2320
|
return await this.getAppRecommendedCommoditiesWithOptions(request, runtime);
|
|
2039
2321
|
}
|
|
2040
2322
|
/**
|
|
2041
|
-
*
|
|
2323
|
+
* Requirement query
|
|
2324
|
+
*
|
|
2325
|
+
* @remarks
|
|
2326
|
+
* Obtain barcode generation plugin configuration information
|
|
2042
2327
|
*
|
|
2043
2328
|
* @param request - GetAppRequirementRequest
|
|
2044
2329
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2067,7 +2352,10 @@ class Client extends openapi_core_1.default {
|
|
|
2067
2352
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppRequirementResponse({}));
|
|
2068
2353
|
}
|
|
2069
2354
|
/**
|
|
2070
|
-
*
|
|
2355
|
+
* Requirement query
|
|
2356
|
+
*
|
|
2357
|
+
* @remarks
|
|
2358
|
+
* Obtain barcode generation plugin configuration information
|
|
2071
2359
|
*
|
|
2072
2360
|
* @param request - GetAppRequirementRequest
|
|
2073
2361
|
* @returns GetAppRequirementResponse
|
|
@@ -2077,7 +2365,10 @@ class Client extends openapi_core_1.default {
|
|
|
2077
2365
|
return await this.getAppRequirementWithOptions(request, runtime);
|
|
2078
2366
|
}
|
|
2079
2367
|
/**
|
|
2080
|
-
*
|
|
2368
|
+
* Obtain sandbox preview URL
|
|
2369
|
+
*
|
|
2370
|
+
* @remarks
|
|
2371
|
+
* Wan Xiaozhi 2.0 - Obtain site preview URL
|
|
2081
2372
|
*
|
|
2082
2373
|
* @param request - GetAppSandboxPreviewUrlRequest
|
|
2083
2374
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2109,7 +2400,10 @@ class Client extends openapi_core_1.default {
|
|
|
2109
2400
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSandboxPreviewUrlResponse({}));
|
|
2110
2401
|
}
|
|
2111
2402
|
/**
|
|
2112
|
-
*
|
|
2403
|
+
* Obtain sandbox preview URL
|
|
2404
|
+
*
|
|
2405
|
+
* @remarks
|
|
2406
|
+
* Wan Xiaozhi 2.0 - Obtain site preview URL
|
|
2113
2407
|
*
|
|
2114
2408
|
* @param request - GetAppSandboxPreviewUrlRequest
|
|
2115
2409
|
* @returns GetAppSandboxPreviewUrlResponse
|
|
@@ -2119,7 +2413,10 @@ class Client extends openapi_core_1.default {
|
|
|
2119
2413
|
return await this.getAppSandboxPreviewUrlWithOptions(request, runtime);
|
|
2120
2414
|
}
|
|
2121
2415
|
/**
|
|
2122
|
-
*
|
|
2416
|
+
* Query SEO index status
|
|
2417
|
+
*
|
|
2418
|
+
* @remarks
|
|
2419
|
+
* Obtain the configuration information of the code generation plugin
|
|
2123
2420
|
*
|
|
2124
2421
|
* @param request - GetAppSeoStatusRequest
|
|
2125
2422
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2154,7 +2451,10 @@ class Client extends openapi_core_1.default {
|
|
|
2154
2451
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSeoStatusResponse({}));
|
|
2155
2452
|
}
|
|
2156
2453
|
/**
|
|
2157
|
-
*
|
|
2454
|
+
* Query SEO index status
|
|
2455
|
+
*
|
|
2456
|
+
* @remarks
|
|
2457
|
+
* Obtain the configuration information of the code generation plugin
|
|
2158
2458
|
*
|
|
2159
2459
|
* @param request - GetAppSeoStatusRequest
|
|
2160
2460
|
* @returns GetAppSeoStatusResponse
|
|
@@ -2164,7 +2464,10 @@ class Client extends openapi_core_1.default {
|
|
|
2164
2464
|
return await this.getAppSeoStatusWithOptions(request, runtime);
|
|
2165
2465
|
}
|
|
2166
2466
|
/**
|
|
2167
|
-
* SEO
|
|
2467
|
+
* SEO Index Chart
|
|
2468
|
+
*
|
|
2469
|
+
* @remarks
|
|
2470
|
+
* Obtain plugin configuration information
|
|
2168
2471
|
*
|
|
2169
2472
|
* @param request - GetAppSeoTrendsRequest
|
|
2170
2473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2199,7 +2502,10 @@ class Client extends openapi_core_1.default {
|
|
|
2199
2502
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSeoTrendsResponse({}));
|
|
2200
2503
|
}
|
|
2201
2504
|
/**
|
|
2202
|
-
* SEO
|
|
2505
|
+
* SEO Index Chart
|
|
2506
|
+
*
|
|
2507
|
+
* @remarks
|
|
2508
|
+
* Obtain plugin configuration information
|
|
2203
2509
|
*
|
|
2204
2510
|
* @param request - GetAppSeoTrendsRequest
|
|
2205
2511
|
* @returns GetAppSeoTrendsResponse
|
|
@@ -2209,7 +2515,10 @@ class Client extends openapi_core_1.default {
|
|
|
2209
2515
|
return await this.getAppSeoTrendsWithOptions(request, runtime);
|
|
2210
2516
|
}
|
|
2211
2517
|
/**
|
|
2212
|
-
*
|
|
2518
|
+
* Retrieve site map
|
|
2519
|
+
*
|
|
2520
|
+
* @remarks
|
|
2521
|
+
* Retrieve QR code plugin configuration information
|
|
2213
2522
|
*
|
|
2214
2523
|
* @param request - GetAppSitemapRequest
|
|
2215
2524
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2244,7 +2553,10 @@ class Client extends openapi_core_1.default {
|
|
|
2244
2553
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSitemapResponse({}));
|
|
2245
2554
|
}
|
|
2246
2555
|
/**
|
|
2247
|
-
*
|
|
2556
|
+
* Retrieve site map
|
|
2557
|
+
*
|
|
2558
|
+
* @remarks
|
|
2559
|
+
* Retrieve QR code plugin configuration information
|
|
2248
2560
|
*
|
|
2249
2561
|
* @param request - GetAppSitemapRequest
|
|
2250
2562
|
* @returns GetAppSitemapResponse
|
|
@@ -2254,7 +2566,10 @@ class Client extends openapi_core_1.default {
|
|
|
2254
2566
|
return await this.getAppSitemapWithOptions(request, runtime);
|
|
2255
2567
|
}
|
|
2256
2568
|
/**
|
|
2257
|
-
* Supabase
|
|
2569
|
+
* Query Supabase authentication settings
|
|
2570
|
+
*
|
|
2571
|
+
* @remarks
|
|
2572
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource.
|
|
2258
2573
|
*
|
|
2259
2574
|
* @param request - GetAppSupabaseAuthConfigRequest
|
|
2260
2575
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2286,7 +2601,10 @@ class Client extends openapi_core_1.default {
|
|
|
2286
2601
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSupabaseAuthConfigResponse({}));
|
|
2287
2602
|
}
|
|
2288
2603
|
/**
|
|
2289
|
-
* Supabase
|
|
2604
|
+
* Query Supabase authentication settings
|
|
2605
|
+
*
|
|
2606
|
+
* @remarks
|
|
2607
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource.
|
|
2290
2608
|
*
|
|
2291
2609
|
* @param request - GetAppSupabaseAuthConfigRequest
|
|
2292
2610
|
* @returns GetAppSupabaseAuthConfigResponse
|
|
@@ -2296,7 +2614,10 @@ class Client extends openapi_core_1.default {
|
|
|
2296
2614
|
return await this.getAppSupabaseAuthConfigWithOptions(request, runtime);
|
|
2297
2615
|
}
|
|
2298
2616
|
/**
|
|
2299
|
-
*
|
|
2617
|
+
* Obtain Supabase instance information
|
|
2618
|
+
*
|
|
2619
|
+
* @remarks
|
|
2620
|
+
* Query application instance information
|
|
2300
2621
|
*
|
|
2301
2622
|
* @param request - GetAppSupabaseInstanceRequest
|
|
2302
2623
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2325,7 +2646,10 @@ class Client extends openapi_core_1.default {
|
|
|
2325
2646
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSupabaseInstanceResponse({}));
|
|
2326
2647
|
}
|
|
2327
2648
|
/**
|
|
2328
|
-
*
|
|
2649
|
+
* Obtain Supabase instance information
|
|
2650
|
+
*
|
|
2651
|
+
* @remarks
|
|
2652
|
+
* Query application instance information
|
|
2329
2653
|
*
|
|
2330
2654
|
* @param request - GetAppSupabaseInstanceRequest
|
|
2331
2655
|
* @returns GetAppSupabaseInstanceResponse
|
|
@@ -2335,7 +2659,10 @@ class Client extends openapi_core_1.default {
|
|
|
2335
2659
|
return await this.getAppSupabaseInstanceWithOptions(request, runtime);
|
|
2336
2660
|
}
|
|
2337
2661
|
/**
|
|
2338
|
-
*
|
|
2662
|
+
* Query Supabase keys
|
|
2663
|
+
*
|
|
2664
|
+
* @remarks
|
|
2665
|
+
* The supabase instance information corresponding to the operated resource
|
|
2339
2666
|
*
|
|
2340
2667
|
* @param request - GetAppSupabaseSecretsRequest
|
|
2341
2668
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2367,7 +2694,10 @@ class Client extends openapi_core_1.default {
|
|
|
2367
2694
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSupabaseSecretsResponse({}));
|
|
2368
2695
|
}
|
|
2369
2696
|
/**
|
|
2370
|
-
*
|
|
2697
|
+
* Query Supabase keys
|
|
2698
|
+
*
|
|
2699
|
+
* @remarks
|
|
2700
|
+
* The supabase instance information corresponding to the operated resource
|
|
2371
2701
|
*
|
|
2372
2702
|
* @param request - GetAppSupabaseSecretsRequest
|
|
2373
2703
|
* @returns GetAppSupabaseSecretsResponse
|
|
@@ -2377,7 +2707,10 @@ class Client extends openapi_core_1.default {
|
|
|
2377
2707
|
return await this.getAppSupabaseSecretsWithOptions(request, runtime);
|
|
2378
2708
|
}
|
|
2379
2709
|
/**
|
|
2380
|
-
*
|
|
2710
|
+
* Query template details
|
|
2711
|
+
*
|
|
2712
|
+
* @remarks
|
|
2713
|
+
* Obtain the configuration information of the code generation plugin
|
|
2381
2714
|
*
|
|
2382
2715
|
* @param request - GetAppTemplateRequest
|
|
2383
2716
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2406,7 +2739,10 @@ class Client extends openapi_core_1.default {
|
|
|
2406
2739
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppTemplateResponse({}));
|
|
2407
2740
|
}
|
|
2408
2741
|
/**
|
|
2409
|
-
*
|
|
2742
|
+
* Query template details
|
|
2743
|
+
*
|
|
2744
|
+
* @remarks
|
|
2745
|
+
* Obtain the configuration information of the code generation plugin
|
|
2410
2746
|
*
|
|
2411
2747
|
* @param request - GetAppTemplateRequest
|
|
2412
2748
|
* @returns GetAppTemplateResponse
|
|
@@ -2416,7 +2752,10 @@ class Client extends openapi_core_1.default {
|
|
|
2416
2752
|
return await this.getAppTemplateWithOptions(request, runtime);
|
|
2417
2753
|
}
|
|
2418
2754
|
/**
|
|
2419
|
-
*
|
|
2755
|
+
* Query the Wan Xiaozhi Inspiration Value service
|
|
2756
|
+
*
|
|
2757
|
+
* @remarks
|
|
2758
|
+
* Obtain the configuration information of the code generation plugin
|
|
2420
2759
|
*
|
|
2421
2760
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2422
2761
|
* @returns GetAppTokenServiceResponse
|
|
@@ -2437,7 +2776,10 @@ class Client extends openapi_core_1.default {
|
|
|
2437
2776
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppTokenServiceResponse({}));
|
|
2438
2777
|
}
|
|
2439
2778
|
/**
|
|
2440
|
-
*
|
|
2779
|
+
* Query the Wan Xiaozhi Inspiration Value service
|
|
2780
|
+
*
|
|
2781
|
+
* @remarks
|
|
2782
|
+
* Obtain the configuration information of the code generation plugin
|
|
2441
2783
|
* @returns GetAppTokenServiceResponse
|
|
2442
2784
|
*/
|
|
2443
2785
|
async getAppTokenService() {
|
|
@@ -2445,7 +2787,10 @@ class Client extends openapi_core_1.default {
|
|
|
2445
2787
|
return await this.getAppTokenServiceWithOptions(runtime);
|
|
2446
2788
|
}
|
|
2447
2789
|
/**
|
|
2448
|
-
*
|
|
2790
|
+
* Obtain the workspace directory structure
|
|
2791
|
+
*
|
|
2792
|
+
* @remarks
|
|
2793
|
+
* Query application instance information
|
|
2449
2794
|
*
|
|
2450
2795
|
* @param request - GetAppWorkspaceDirectoryRequest
|
|
2451
2796
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2480,7 +2825,10 @@ class Client extends openapi_core_1.default {
|
|
|
2480
2825
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppWorkspaceDirectoryResponse({}));
|
|
2481
2826
|
}
|
|
2482
2827
|
/**
|
|
2483
|
-
*
|
|
2828
|
+
* Obtain the workspace directory structure
|
|
2829
|
+
*
|
|
2830
|
+
* @remarks
|
|
2831
|
+
* Query application instance information
|
|
2484
2832
|
*
|
|
2485
2833
|
* @param request - GetAppWorkspaceDirectoryRequest
|
|
2486
2834
|
* @returns GetAppWorkspaceDirectoryResponse
|
|
@@ -2490,7 +2838,7 @@ class Client extends openapi_core_1.default {
|
|
|
2490
2838
|
return await this.getAppWorkspaceDirectoryWithOptions(request, runtime);
|
|
2491
2839
|
}
|
|
2492
2840
|
/**
|
|
2493
|
-
*
|
|
2841
|
+
* Query the Logo creation job
|
|
2494
2842
|
*
|
|
2495
2843
|
* @param request - GetCreateLogoTaskRequest
|
|
2496
2844
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2519,7 +2867,7 @@ class Client extends openapi_core_1.default {
|
|
|
2519
2867
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCreateLogoTaskResponse({}));
|
|
2520
2868
|
}
|
|
2521
2869
|
/**
|
|
2522
|
-
*
|
|
2870
|
+
* Query the Logo creation job
|
|
2523
2871
|
*
|
|
2524
2872
|
* @param request - GetCreateLogoTaskRequest
|
|
2525
2873
|
* @returns GetCreateLogoTaskResponse
|
|
@@ -2529,7 +2877,7 @@ class Client extends openapi_core_1.default {
|
|
|
2529
2877
|
return await this.getCreateLogoTaskWithOptions(request, runtime);
|
|
2530
2878
|
}
|
|
2531
2879
|
/**
|
|
2532
|
-
*
|
|
2880
|
+
* Domain name query API provided to service providers
|
|
2533
2881
|
*
|
|
2534
2882
|
* @param request - GetDomainInfoForPartnerRequest
|
|
2535
2883
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2564,7 +2912,7 @@ class Client extends openapi_core_1.default {
|
|
|
2564
2912
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDomainInfoForPartnerResponse({}));
|
|
2565
2913
|
}
|
|
2566
2914
|
/**
|
|
2567
|
-
*
|
|
2915
|
+
* Domain name query API provided to service providers
|
|
2568
2916
|
*
|
|
2569
2917
|
* @param request - GetDomainInfoForPartnerRequest
|
|
2570
2918
|
* @returns GetDomainInfoForPartnerResponse
|
|
@@ -2574,7 +2922,7 @@ class Client extends openapi_core_1.default {
|
|
|
2574
2922
|
return await this.getDomainInfoForPartnerWithOptions(request, runtime);
|
|
2575
2923
|
}
|
|
2576
2924
|
/**
|
|
2577
|
-
*
|
|
2925
|
+
* Query ICP filing information of a domain name
|
|
2578
2926
|
*
|
|
2579
2927
|
* @param request - GetIcpFilingInfoForPartnerRequest
|
|
2580
2928
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2606,7 +2954,7 @@ class Client extends openapi_core_1.default {
|
|
|
2606
2954
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIcpFilingInfoForPartnerResponse({}));
|
|
2607
2955
|
}
|
|
2608
2956
|
/**
|
|
2609
|
-
*
|
|
2957
|
+
* Query ICP filing information of a domain name
|
|
2610
2958
|
*
|
|
2611
2959
|
* @param request - GetIcpFilingInfoForPartnerRequest
|
|
2612
2960
|
* @returns GetIcpFilingInfoForPartnerResponse
|
|
@@ -2616,7 +2964,10 @@ class Client extends openapi_core_1.default {
|
|
|
2616
2964
|
return await this.getIcpFilingInfoForPartnerWithOptions(request, runtime);
|
|
2617
2965
|
}
|
|
2618
2966
|
/**
|
|
2619
|
-
*
|
|
2967
|
+
* Query LLM Proxy configuration
|
|
2968
|
+
*
|
|
2969
|
+
* @remarks
|
|
2970
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
2620
2971
|
*
|
|
2621
2972
|
* @param request - GetLlmProxyConfigForAdminRequest
|
|
2622
2973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2648,7 +2999,10 @@ class Client extends openapi_core_1.default {
|
|
|
2648
2999
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetLlmProxyConfigForAdminResponse({}));
|
|
2649
3000
|
}
|
|
2650
3001
|
/**
|
|
2651
|
-
*
|
|
3002
|
+
* Query LLM Proxy configuration
|
|
3003
|
+
*
|
|
3004
|
+
* @remarks
|
|
3005
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
2652
3006
|
*
|
|
2653
3007
|
* @param request - GetLlmProxyConfigForAdminRequest
|
|
2654
3008
|
* @returns GetLlmProxyConfigForAdminResponse
|
|
@@ -2658,7 +3012,7 @@ class Client extends openapi_core_1.default {
|
|
|
2658
3012
|
return await this.getLlmProxyConfigForAdminWithOptions(request, runtime);
|
|
2659
3013
|
}
|
|
2660
3014
|
/**
|
|
2661
|
-
*
|
|
3015
|
+
* Obtain miniapp authorization link
|
|
2662
3016
|
*
|
|
2663
3017
|
* @param request - GetMiniAppAuthUrlRequest
|
|
2664
3018
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2693,7 +3047,7 @@ class Client extends openapi_core_1.default {
|
|
|
2693
3047
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMiniAppAuthUrlResponse({}));
|
|
2694
3048
|
}
|
|
2695
3049
|
/**
|
|
2696
|
-
*
|
|
3050
|
+
* Obtain miniapp authorization link
|
|
2697
3051
|
*
|
|
2698
3052
|
* @param request - GetMiniAppAuthUrlRequest
|
|
2699
3053
|
* @returns GetMiniAppAuthUrlResponse
|
|
@@ -2703,7 +3057,10 @@ class Client extends openapi_core_1.default {
|
|
|
2703
3057
|
return await this.getMiniAppAuthUrlWithOptions(request, runtime);
|
|
2704
3058
|
}
|
|
2705
3059
|
/**
|
|
2706
|
-
*
|
|
3060
|
+
* Query the miniapp attached to a site
|
|
3061
|
+
*
|
|
3062
|
+
* @remarks
|
|
3063
|
+
* Obtain the QR code plugin configuration information
|
|
2707
3064
|
*
|
|
2708
3065
|
* @param tmpReq - GetMiniAppBindingRequest
|
|
2709
3066
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2743,7 +3100,10 @@ class Client extends openapi_core_1.default {
|
|
|
2743
3100
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMiniAppBindingResponse({}));
|
|
2744
3101
|
}
|
|
2745
3102
|
/**
|
|
2746
|
-
*
|
|
3103
|
+
* Query the miniapp attached to a site
|
|
3104
|
+
*
|
|
3105
|
+
* @remarks
|
|
3106
|
+
* Obtain the QR code plugin configuration information
|
|
2747
3107
|
*
|
|
2748
3108
|
* @param request - GetMiniAppBindingRequest
|
|
2749
3109
|
* @returns GetMiniAppBindingResponse
|
|
@@ -2753,7 +3113,7 @@ class Client extends openapi_core_1.default {
|
|
|
2753
3113
|
return await this.getMiniAppBindingWithOptions(request, runtime);
|
|
2754
3114
|
}
|
|
2755
3115
|
/**
|
|
2756
|
-
*
|
|
3116
|
+
* Query the miniapp attached to an application instance based on conditions
|
|
2757
3117
|
*
|
|
2758
3118
|
* @param request - GetMiniAppBindingForAdminRequest
|
|
2759
3119
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2788,7 +3148,7 @@ class Client extends openapi_core_1.default {
|
|
|
2788
3148
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMiniAppBindingForAdminResponse({}));
|
|
2789
3149
|
}
|
|
2790
3150
|
/**
|
|
2791
|
-
*
|
|
3151
|
+
* Query the miniapp attached to an application instance based on conditions
|
|
2792
3152
|
*
|
|
2793
3153
|
* @param request - GetMiniAppBindingForAdminRequest
|
|
2794
3154
|
* @returns GetMiniAppBindingForAdminResponse
|
|
@@ -2798,7 +3158,97 @@ class Client extends openapi_core_1.default {
|
|
|
2798
3158
|
return await this.getMiniAppBindingForAdminWithOptions(request, runtime);
|
|
2799
3159
|
}
|
|
2800
3160
|
/**
|
|
2801
|
-
*
|
|
3161
|
+
* 生成文件上传策略
|
|
3162
|
+
*
|
|
3163
|
+
* @remarks
|
|
3164
|
+
* 获取生码插件配置信息
|
|
3165
|
+
*
|
|
3166
|
+
* @param request - GetOssUploadPolicyRequest
|
|
3167
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3168
|
+
* @returns GetOssUploadPolicyResponse
|
|
3169
|
+
*/
|
|
3170
|
+
async getOssUploadPolicyWithOptions(request, runtime) {
|
|
3171
|
+
request.validate();
|
|
3172
|
+
let body = {};
|
|
3173
|
+
if (!$dara.isNull(request.scenario)) {
|
|
3174
|
+
body["Scenario"] = request.scenario;
|
|
3175
|
+
}
|
|
3176
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3177
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
3178
|
+
});
|
|
3179
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3180
|
+
action: "GetOssUploadPolicy",
|
|
3181
|
+
version: "2025-04-29",
|
|
3182
|
+
protocol: "HTTPS",
|
|
3183
|
+
pathname: "/",
|
|
3184
|
+
method: "POST",
|
|
3185
|
+
authType: "AK",
|
|
3186
|
+
style: "RPC",
|
|
3187
|
+
reqBodyType: "formData",
|
|
3188
|
+
bodyType: "json",
|
|
3189
|
+
});
|
|
3190
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOssUploadPolicyResponse({}));
|
|
3191
|
+
}
|
|
3192
|
+
/**
|
|
3193
|
+
* 生成文件上传策略
|
|
3194
|
+
*
|
|
3195
|
+
* @remarks
|
|
3196
|
+
* 获取生码插件配置信息
|
|
3197
|
+
*
|
|
3198
|
+
* @param request - GetOssUploadPolicyRequest
|
|
3199
|
+
* @returns GetOssUploadPolicyResponse
|
|
3200
|
+
*/
|
|
3201
|
+
async getOssUploadPolicy(request) {
|
|
3202
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3203
|
+
return await this.getOssUploadPolicyWithOptions(request, runtime);
|
|
3204
|
+
}
|
|
3205
|
+
/**
|
|
3206
|
+
* 获取临时下载地址
|
|
3207
|
+
*
|
|
3208
|
+
* @remarks
|
|
3209
|
+
* 获取生码插件配置信息
|
|
3210
|
+
*
|
|
3211
|
+
* @param request - GetTempDownloadUrlRequest
|
|
3212
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3213
|
+
* @returns GetTempDownloadUrlResponse
|
|
3214
|
+
*/
|
|
3215
|
+
async getTempDownloadUrlWithOptions(request, runtime) {
|
|
3216
|
+
request.validate();
|
|
3217
|
+
let body = {};
|
|
3218
|
+
if (!$dara.isNull(request.ossKey)) {
|
|
3219
|
+
body["OssKey"] = request.ossKey;
|
|
3220
|
+
}
|
|
3221
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3222
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
3223
|
+
});
|
|
3224
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3225
|
+
action: "GetTempDownloadUrl",
|
|
3226
|
+
version: "2025-04-29",
|
|
3227
|
+
protocol: "HTTPS",
|
|
3228
|
+
pathname: "/",
|
|
3229
|
+
method: "POST",
|
|
3230
|
+
authType: "AK",
|
|
3231
|
+
style: "RPC",
|
|
3232
|
+
reqBodyType: "formData",
|
|
3233
|
+
bodyType: "json",
|
|
3234
|
+
});
|
|
3235
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTempDownloadUrlResponse({}));
|
|
3236
|
+
}
|
|
3237
|
+
/**
|
|
3238
|
+
* 获取临时下载地址
|
|
3239
|
+
*
|
|
3240
|
+
* @remarks
|
|
3241
|
+
* 获取生码插件配置信息
|
|
3242
|
+
*
|
|
3243
|
+
* @param request - GetTempDownloadUrlRequest
|
|
3244
|
+
* @returns GetTempDownloadUrlResponse
|
|
3245
|
+
*/
|
|
3246
|
+
async getTempDownloadUrl(request) {
|
|
3247
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3248
|
+
return await this.getTempDownloadUrlWithOptions(request, runtime);
|
|
3249
|
+
}
|
|
3250
|
+
/**
|
|
3251
|
+
* Exchange temporary AccessKey for accessToken
|
|
2802
3252
|
*
|
|
2803
3253
|
* @param request - GetUserAccessTokenForPartnerRequest
|
|
2804
3254
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2830,7 +3280,7 @@ class Client extends openapi_core_1.default {
|
|
|
2830
3280
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUserAccessTokenForPartnerResponse({}));
|
|
2831
3281
|
}
|
|
2832
3282
|
/**
|
|
2833
|
-
*
|
|
3283
|
+
* Exchange temporary AccessKey for accessToken
|
|
2834
3284
|
*
|
|
2835
3285
|
* @param request - GetUserAccessTokenForPartnerRequest
|
|
2836
3286
|
* @returns GetUserAccessTokenForPartnerResponse
|
|
@@ -2840,7 +3290,7 @@ class Client extends openapi_core_1.default {
|
|
|
2840
3290
|
return await this.getUserAccessTokenForPartnerWithOptions(request, runtime);
|
|
2841
3291
|
}
|
|
2842
3292
|
/**
|
|
2843
|
-
*
|
|
3293
|
+
* Partnership obtains temporary credentials for User SLR role authorization
|
|
2844
3294
|
*
|
|
2845
3295
|
* @param request - GetUserTmpIdentityForPartnerRequest
|
|
2846
3296
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2881,7 +3331,7 @@ class Client extends openapi_core_1.default {
|
|
|
2881
3331
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUserTmpIdentityForPartnerResponse({}));
|
|
2882
3332
|
}
|
|
2883
3333
|
/**
|
|
2884
|
-
*
|
|
3334
|
+
* Partnership obtains temporary credentials for User SLR role authorization
|
|
2885
3335
|
*
|
|
2886
3336
|
* @param request - GetUserTmpIdentityForPartnerRequest
|
|
2887
3337
|
* @returns GetUserTmpIdentityForPartnerResponse
|
|
@@ -2891,7 +3341,7 @@ class Client extends openapi_core_1.default {
|
|
|
2891
3341
|
return await this.getUserTmpIdentityForPartnerWithOptions(request, runtime);
|
|
2892
3342
|
}
|
|
2893
3343
|
/**
|
|
2894
|
-
*
|
|
3344
|
+
* Introspection analysis of免登 accessToken
|
|
2895
3345
|
*
|
|
2896
3346
|
* @param request - IntrospectAppInstanceTicketForPreviewRequest
|
|
2897
3347
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2923,7 +3373,7 @@ class Client extends openapi_core_1.default {
|
|
|
2923
3373
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.IntrospectAppInstanceTicketForPreviewResponse({}));
|
|
2924
3374
|
}
|
|
2925
3375
|
/**
|
|
2926
|
-
*
|
|
3376
|
+
* Introspection analysis of免登 accessToken
|
|
2927
3377
|
*
|
|
2928
3378
|
* @param request - IntrospectAppInstanceTicketForPreviewRequest
|
|
2929
3379
|
* @returns IntrospectAppInstanceTicketForPreviewResponse
|
|
@@ -2933,7 +3383,10 @@ class Client extends openapi_core_1.default {
|
|
|
2933
3383
|
return await this.introspectAppInstanceTicketForPreviewWithOptions(request, runtime);
|
|
2934
3384
|
}
|
|
2935
3385
|
/**
|
|
2936
|
-
*
|
|
3386
|
+
* Obtain incremental SSE events of AI employee conversations
|
|
3387
|
+
*
|
|
3388
|
+
* @remarks
|
|
3389
|
+
* Wan Xiaozhi 2.0 – Retrieve streaming output results of AI sessions
|
|
2937
3390
|
*
|
|
2938
3391
|
* @param request - ListAIStaffChatEventsRequest
|
|
2939
3392
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2973,7 +3426,10 @@ class Client extends openapi_core_1.default {
|
|
|
2973
3426
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIStaffChatEventsResponse({}));
|
|
2974
3427
|
}
|
|
2975
3428
|
/**
|
|
2976
|
-
*
|
|
3429
|
+
* Obtain incremental SSE events of AI employee conversations
|
|
3430
|
+
*
|
|
3431
|
+
* @remarks
|
|
3432
|
+
* Wan Xiaozhi 2.0 – Retrieve streaming output results of AI sessions
|
|
2977
3433
|
*
|
|
2978
3434
|
* @param request - ListAIStaffChatEventsRequest
|
|
2979
3435
|
* @returns ListAIStaffChatEventsResponse
|
|
@@ -2983,7 +3439,10 @@ class Client extends openapi_core_1.default {
|
|
|
2983
3439
|
return await this.listAIStaffChatEventsWithOptions(request, runtime);
|
|
2984
3440
|
}
|
|
2985
3441
|
/**
|
|
2986
|
-
*
|
|
3442
|
+
* Paged query of AI employee conversation message list
|
|
3443
|
+
*
|
|
3444
|
+
* @remarks
|
|
3445
|
+
* Wan Xiaozhi 2.0 - API for querying AI session history information
|
|
2987
3446
|
*
|
|
2988
3447
|
* @param request - ListAIStaffChatMessagesRequest
|
|
2989
3448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3023,7 +3482,10 @@ class Client extends openapi_core_1.default {
|
|
|
3023
3482
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIStaffChatMessagesResponse({}));
|
|
3024
3483
|
}
|
|
3025
3484
|
/**
|
|
3026
|
-
*
|
|
3485
|
+
* Paged query of AI employee conversation message list
|
|
3486
|
+
*
|
|
3487
|
+
* @remarks
|
|
3488
|
+
* Wan Xiaozhi 2.0 - API for querying AI session history information
|
|
3027
3489
|
*
|
|
3028
3490
|
* @param request - ListAIStaffChatMessagesRequest
|
|
3029
3491
|
* @returns ListAIStaffChatMessagesResponse
|
|
@@ -3033,7 +3495,10 @@ class Client extends openapi_core_1.default {
|
|
|
3033
3495
|
return await this.listAIStaffChatMessagesWithOptions(request, runtime);
|
|
3034
3496
|
}
|
|
3035
3497
|
/**
|
|
3036
|
-
*
|
|
3498
|
+
* Query the list of application assistant agents
|
|
3499
|
+
*
|
|
3500
|
+
* @remarks
|
|
3501
|
+
* Query application instance information
|
|
3037
3502
|
*
|
|
3038
3503
|
* @param request - ListAppAssistantAgentsRequest
|
|
3039
3504
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3065,7 +3530,10 @@ class Client extends openapi_core_1.default {
|
|
|
3065
3530
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppAssistantAgentsResponse({}));
|
|
3066
3531
|
}
|
|
3067
3532
|
/**
|
|
3068
|
-
*
|
|
3533
|
+
* Query the list of application assistant agents
|
|
3534
|
+
*
|
|
3535
|
+
* @remarks
|
|
3536
|
+
* Query application instance information
|
|
3069
3537
|
*
|
|
3070
3538
|
* @param request - ListAppAssistantAgentsRequest
|
|
3071
3539
|
* @returns ListAppAssistantAgentsResponse
|
|
@@ -3075,7 +3543,10 @@ class Client extends openapi_core_1.default {
|
|
|
3075
3543
|
return await this.listAppAssistantAgentsWithOptions(request, runtime);
|
|
3076
3544
|
}
|
|
3077
3545
|
/**
|
|
3078
|
-
*
|
|
3546
|
+
* Query the message list of a specified chat
|
|
3547
|
+
*
|
|
3548
|
+
* @remarks
|
|
3549
|
+
* Wan Xiaozhi 2.0 - AI session history information query API
|
|
3079
3550
|
*
|
|
3080
3551
|
* @param request - ListAppChatMessagesRequest
|
|
3081
3552
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3116,7 +3587,10 @@ class Client extends openapi_core_1.default {
|
|
|
3116
3587
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppChatMessagesResponse({}));
|
|
3117
3588
|
}
|
|
3118
3589
|
/**
|
|
3119
|
-
*
|
|
3590
|
+
* Query the message list of a specified chat
|
|
3591
|
+
*
|
|
3592
|
+
* @remarks
|
|
3593
|
+
* Wan Xiaozhi 2.0 - AI session history information query API
|
|
3120
3594
|
*
|
|
3121
3595
|
* @param request - ListAppChatMessagesRequest
|
|
3122
3596
|
* @returns ListAppChatMessagesResponse
|
|
@@ -3126,7 +3600,10 @@ class Client extends openapi_core_1.default {
|
|
|
3126
3600
|
return await this.listAppChatMessagesWithOptions(request, runtime);
|
|
3127
3601
|
}
|
|
3128
3602
|
/**
|
|
3129
|
-
*
|
|
3603
|
+
* Product information data
|
|
3604
|
+
*
|
|
3605
|
+
* @remarks
|
|
3606
|
+
* Obtain the configuration information of the code generation plugin
|
|
3130
3607
|
*
|
|
3131
3608
|
* @deprecated OpenAPI ListAppCommoditySpecificationsForPartner is deprecated, please use WebsiteBuild::2025-04-29::ListAppCommoditySpecificationsV2ForPartner instead.
|
|
3132
3609
|
*
|
|
@@ -3150,7 +3627,10 @@ class Client extends openapi_core_1.default {
|
|
|
3150
3627
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppCommoditySpecificationsForPartnerResponse({}));
|
|
3151
3628
|
}
|
|
3152
3629
|
/**
|
|
3153
|
-
*
|
|
3630
|
+
* Product information data
|
|
3631
|
+
*
|
|
3632
|
+
* @remarks
|
|
3633
|
+
* Obtain the configuration information of the code generation plugin
|
|
3154
3634
|
*
|
|
3155
3635
|
* @deprecated OpenAPI ListAppCommoditySpecificationsForPartner is deprecated, please use WebsiteBuild::2025-04-29::ListAppCommoditySpecificationsV2ForPartner instead.
|
|
3156
3636
|
* @returns ListAppCommoditySpecificationsForPartnerResponse
|
|
@@ -3161,7 +3641,10 @@ class Client extends openapi_core_1.default {
|
|
|
3161
3641
|
return await this.listAppCommoditySpecificationsForPartnerWithOptions(runtime);
|
|
3162
3642
|
}
|
|
3163
3643
|
/**
|
|
3164
|
-
*
|
|
3644
|
+
* Query website building product details
|
|
3645
|
+
*
|
|
3646
|
+
* @remarks
|
|
3647
|
+
* Obtain the configuration information of the code generation plugin
|
|
3165
3648
|
*
|
|
3166
3649
|
* @param request - ListAppCommoditySpecificationsV2ForPartnerRequest
|
|
3167
3650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3193,7 +3676,10 @@ class Client extends openapi_core_1.default {
|
|
|
3193
3676
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppCommoditySpecificationsV2ForPartnerResponse({}));
|
|
3194
3677
|
}
|
|
3195
3678
|
/**
|
|
3196
|
-
*
|
|
3679
|
+
* Query website building product details
|
|
3680
|
+
*
|
|
3681
|
+
* @remarks
|
|
3682
|
+
* Obtain the configuration information of the code generation plugin
|
|
3197
3683
|
*
|
|
3198
3684
|
* @param request - ListAppCommoditySpecificationsV2ForPartnerRequest
|
|
3199
3685
|
* @returns ListAppCommoditySpecificationsV2ForPartnerResponse
|
|
@@ -3203,7 +3689,10 @@ class Client extends openapi_core_1.default {
|
|
|
3203
3689
|
return await this.listAppCommoditySpecificationsV2ForPartnerWithOptions(request, runtime);
|
|
3204
3690
|
}
|
|
3205
3691
|
/**
|
|
3206
|
-
*
|
|
3692
|
+
* Paged query of conversation message list
|
|
3693
|
+
*
|
|
3694
|
+
* @remarks
|
|
3695
|
+
* Wan Xiaozhi 2.0 - AI session history information query API
|
|
3207
3696
|
*
|
|
3208
3697
|
* @param request - ListAppConversationMessagesRequest
|
|
3209
3698
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3247,7 +3736,10 @@ class Client extends openapi_core_1.default {
|
|
|
3247
3736
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppConversationMessagesResponse({}));
|
|
3248
3737
|
}
|
|
3249
3738
|
/**
|
|
3250
|
-
*
|
|
3739
|
+
* Paged query of conversation message list
|
|
3740
|
+
*
|
|
3741
|
+
* @remarks
|
|
3742
|
+
* Wan Xiaozhi 2.0 - AI session history information query API
|
|
3251
3743
|
*
|
|
3252
3744
|
* @param request - ListAppConversationMessagesRequest
|
|
3253
3745
|
* @returns ListAppConversationMessagesResponse
|
|
@@ -3257,7 +3749,10 @@ class Client extends openapi_core_1.default {
|
|
|
3257
3749
|
return await this.listAppConversationMessagesWithOptions(request, runtime);
|
|
3258
3750
|
}
|
|
3259
3751
|
/**
|
|
3260
|
-
*
|
|
3752
|
+
* Search session list
|
|
3753
|
+
*
|
|
3754
|
+
* @remarks
|
|
3755
|
+
* Wan Xiaozhi 2.0 Create AI Session API
|
|
3261
3756
|
*
|
|
3262
3757
|
* @param request - ListAppConversationsRequest
|
|
3263
3758
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3307,7 +3802,10 @@ class Client extends openapi_core_1.default {
|
|
|
3307
3802
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppConversationsResponse({}));
|
|
3308
3803
|
}
|
|
3309
3804
|
/**
|
|
3310
|
-
*
|
|
3805
|
+
* Search session list
|
|
3806
|
+
*
|
|
3807
|
+
* @remarks
|
|
3808
|
+
* Wan Xiaozhi 2.0 Create AI Session API
|
|
3311
3809
|
*
|
|
3312
3810
|
* @param request - ListAppConversationsRequest
|
|
3313
3811
|
* @returns ListAppConversationsResponse
|
|
@@ -3499,7 +3997,10 @@ class Client extends openapi_core_1.default {
|
|
|
3499
3997
|
return await this.listAppInstancesWithOptions(request, runtime);
|
|
3500
3998
|
}
|
|
3501
3999
|
/**
|
|
3502
|
-
*
|
|
4000
|
+
* Retrieve the list of Code Farmer plugin configurations
|
|
4001
|
+
*
|
|
4002
|
+
* @remarks
|
|
4003
|
+
* Retrieve the configuration information of the code generation plugin
|
|
3503
4004
|
*
|
|
3504
4005
|
* @param request - ListAppPluginConfigsRequest
|
|
3505
4006
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3534,7 +4035,10 @@ class Client extends openapi_core_1.default {
|
|
|
3534
4035
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPluginConfigsResponse({}));
|
|
3535
4036
|
}
|
|
3536
4037
|
/**
|
|
3537
|
-
*
|
|
4038
|
+
* Retrieve the list of Code Farmer plugin configurations
|
|
4039
|
+
*
|
|
4040
|
+
* @remarks
|
|
4041
|
+
* Retrieve the configuration information of the code generation plugin
|
|
3538
4042
|
*
|
|
3539
4043
|
* @param request - ListAppPluginConfigsRequest
|
|
3540
4044
|
* @returns ListAppPluginConfigsResponse
|
|
@@ -3544,7 +4048,10 @@ class Client extends openapi_core_1.default {
|
|
|
3544
4048
|
return await this.listAppPluginConfigsWithOptions(request, runtime);
|
|
3545
4049
|
}
|
|
3546
4050
|
/**
|
|
3547
|
-
*
|
|
4051
|
+
* List of code generation plugins
|
|
4052
|
+
*
|
|
4053
|
+
* @remarks
|
|
4054
|
+
* Obtain configuration information of code generation plugins
|
|
3548
4055
|
*
|
|
3549
4056
|
* @param request - ListAppPluginsRequest
|
|
3550
4057
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3585,7 +4092,10 @@ class Client extends openapi_core_1.default {
|
|
|
3585
4092
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPluginsResponse({}));
|
|
3586
4093
|
}
|
|
3587
4094
|
/**
|
|
3588
|
-
*
|
|
4095
|
+
* List of code generation plugins
|
|
4096
|
+
*
|
|
4097
|
+
* @remarks
|
|
4098
|
+
* Obtain configuration information of code generation plugins
|
|
3589
4099
|
*
|
|
3590
4100
|
* @param request - ListAppPluginsRequest
|
|
3591
4101
|
* @returns ListAppPluginsResponse
|
|
@@ -3595,7 +4105,10 @@ class Client extends openapi_core_1.default {
|
|
|
3595
4105
|
return await this.listAppPluginsWithOptions(request, runtime);
|
|
3596
4106
|
}
|
|
3597
4107
|
/**
|
|
3598
|
-
*
|
|
4108
|
+
* Query publish history
|
|
4109
|
+
*
|
|
4110
|
+
* @remarks
|
|
4111
|
+
* Query application instance information
|
|
3599
4112
|
*
|
|
3600
4113
|
* @param request - ListAppPublishHistoryRequest
|
|
3601
4114
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3607,6 +4120,9 @@ class Client extends openapi_core_1.default {
|
|
|
3607
4120
|
if (!$dara.isNull(request.bizId)) {
|
|
3608
4121
|
query["BizId"] = request.bizId;
|
|
3609
4122
|
}
|
|
4123
|
+
if (!$dara.isNull(request.deployChannel)) {
|
|
4124
|
+
query["DeployChannel"] = request.deployChannel;
|
|
4125
|
+
}
|
|
3610
4126
|
if (!$dara.isNull(request.keyword)) {
|
|
3611
4127
|
query["Keyword"] = request.keyword;
|
|
3612
4128
|
}
|
|
@@ -3622,12 +4138,18 @@ class Client extends openapi_core_1.default {
|
|
|
3622
4138
|
if (!$dara.isNull(request.pageSize)) {
|
|
3623
4139
|
query["PageSize"] = request.pageSize;
|
|
3624
4140
|
}
|
|
4141
|
+
if (!$dara.isNull(request.publishEnv)) {
|
|
4142
|
+
query["PublishEnv"] = request.publishEnv;
|
|
4143
|
+
}
|
|
3625
4144
|
if (!$dara.isNull(request.sort)) {
|
|
3626
4145
|
query["Sort"] = request.sort;
|
|
3627
4146
|
}
|
|
3628
4147
|
if (!$dara.isNull(request.status)) {
|
|
3629
4148
|
query["Status"] = request.status;
|
|
3630
4149
|
}
|
|
4150
|
+
if (!$dara.isNull(request.subchannel)) {
|
|
4151
|
+
query["Subchannel"] = request.subchannel;
|
|
4152
|
+
}
|
|
3631
4153
|
if (!$dara.isNull(request.websiteDomain)) {
|
|
3632
4154
|
query["WebsiteDomain"] = request.websiteDomain;
|
|
3633
4155
|
}
|
|
@@ -3648,7 +4170,10 @@ class Client extends openapi_core_1.default {
|
|
|
3648
4170
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPublishHistoryResponse({}));
|
|
3649
4171
|
}
|
|
3650
4172
|
/**
|
|
3651
|
-
*
|
|
4173
|
+
* Query publish history
|
|
4174
|
+
*
|
|
4175
|
+
* @remarks
|
|
4176
|
+
* Query application instance information
|
|
3652
4177
|
*
|
|
3653
4178
|
* @param request - ListAppPublishHistoryRequest
|
|
3654
4179
|
* @returns ListAppPublishHistoryResponse
|
|
@@ -3658,7 +4183,10 @@ class Client extends openapi_core_1.default {
|
|
|
3658
4183
|
return await this.listAppPublishHistoryWithOptions(request, runtime);
|
|
3659
4184
|
}
|
|
3660
4185
|
/**
|
|
3661
|
-
*
|
|
4186
|
+
* Query dictionary list
|
|
4187
|
+
*
|
|
4188
|
+
* @remarks
|
|
4189
|
+
* Query application instance information
|
|
3662
4190
|
*
|
|
3663
4191
|
* @param request - ListAppTemplateDictsRequest
|
|
3664
4192
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3693,7 +4221,10 @@ class Client extends openapi_core_1.default {
|
|
|
3693
4221
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppTemplateDictsResponse({}));
|
|
3694
4222
|
}
|
|
3695
4223
|
/**
|
|
3696
|
-
*
|
|
4224
|
+
* Query dictionary list
|
|
4225
|
+
*
|
|
4226
|
+
* @remarks
|
|
4227
|
+
* Query application instance information
|
|
3697
4228
|
*
|
|
3698
4229
|
* @param request - ListAppTemplateDictsRequest
|
|
3699
4230
|
* @returns ListAppTemplateDictsResponse
|
|
@@ -3703,7 +4234,10 @@ class Client extends openapi_core_1.default {
|
|
|
3703
4234
|
return await this.listAppTemplateDictsWithOptions(request, runtime);
|
|
3704
4235
|
}
|
|
3705
4236
|
/**
|
|
3706
|
-
*
|
|
4237
|
+
* Query template list
|
|
4238
|
+
*
|
|
4239
|
+
* @remarks
|
|
4240
|
+
* Obtain barcode generation plugin configuration information
|
|
3707
4241
|
*
|
|
3708
4242
|
* @param request - ListAppTemplatesRequest
|
|
3709
4243
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3759,7 +4293,10 @@ class Client extends openapi_core_1.default {
|
|
|
3759
4293
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppTemplatesResponse({}));
|
|
3760
4294
|
}
|
|
3761
4295
|
/**
|
|
3762
|
-
*
|
|
4296
|
+
* Query template list
|
|
4297
|
+
*
|
|
4298
|
+
* @remarks
|
|
4299
|
+
* Obtain barcode generation plugin configuration information
|
|
3763
4300
|
*
|
|
3764
4301
|
* @param request - ListAppTemplatesRequest
|
|
3765
4302
|
* @returns ListAppTemplatesResponse
|
|
@@ -3769,7 +4306,10 @@ class Client extends openapi_core_1.default {
|
|
|
3769
4306
|
return await this.listAppTemplatesWithOptions(request, runtime);
|
|
3770
4307
|
}
|
|
3771
4308
|
/**
|
|
3772
|
-
*
|
|
4309
|
+
* Query Alipay ISV plugin configuration
|
|
4310
|
+
*
|
|
4311
|
+
* @remarks
|
|
4312
|
+
* Obtain barcode generation plugin configuration information
|
|
3773
4313
|
*
|
|
3774
4314
|
* @param request - ListIsvPaymentPluginConfigsRequest
|
|
3775
4315
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3804,7 +4344,10 @@ class Client extends openapi_core_1.default {
|
|
|
3804
4344
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIsvPaymentPluginConfigsResponse({}));
|
|
3805
4345
|
}
|
|
3806
4346
|
/**
|
|
3807
|
-
*
|
|
4347
|
+
* Query Alipay ISV plugin configuration
|
|
4348
|
+
*
|
|
4349
|
+
* @remarks
|
|
4350
|
+
* Obtain barcode generation plugin configuration information
|
|
3808
4351
|
*
|
|
3809
4352
|
* @param request - ListIsvPaymentPluginConfigsRequest
|
|
3810
4353
|
* @returns ListIsvPaymentPluginConfigsResponse
|
|
@@ -3871,7 +4414,7 @@ class Client extends openapi_core_1.default {
|
|
|
3871
4414
|
return await this.modifyAppInstanceSpecWithOptions(request, runtime);
|
|
3872
4415
|
}
|
|
3873
4416
|
/**
|
|
3874
|
-
*
|
|
4417
|
+
* Modify a material folder
|
|
3875
4418
|
*
|
|
3876
4419
|
* @param request - ModifyMaterialDirectoryRequest
|
|
3877
4420
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3906,7 +4449,7 @@ class Client extends openapi_core_1.default {
|
|
|
3906
4449
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMaterialDirectoryResponse({}));
|
|
3907
4450
|
}
|
|
3908
4451
|
/**
|
|
3909
|
-
*
|
|
4452
|
+
* Modify a material folder
|
|
3910
4453
|
*
|
|
3911
4454
|
* @param request - ModifyMaterialDirectoryRequest
|
|
3912
4455
|
* @returns ModifyMaterialDirectoryResponse
|
|
@@ -3916,7 +4459,7 @@ class Client extends openapi_core_1.default {
|
|
|
3916
4459
|
return await this.modifyMaterialDirectoryWithOptions(request, runtime);
|
|
3917
4460
|
}
|
|
3918
4461
|
/**
|
|
3919
|
-
*
|
|
4462
|
+
* Modify a material file
|
|
3920
4463
|
*
|
|
3921
4464
|
* @param request - ModifyMaterialFileRequest
|
|
3922
4465
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3951,7 +4494,7 @@ class Client extends openapi_core_1.default {
|
|
|
3951
4494
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMaterialFileResponse({}));
|
|
3952
4495
|
}
|
|
3953
4496
|
/**
|
|
3954
|
-
*
|
|
4497
|
+
* Modify a material file
|
|
3955
4498
|
*
|
|
3956
4499
|
* @param request - ModifyMaterialFileRequest
|
|
3957
4500
|
* @returns ModifyMaterialFileResponse
|
|
@@ -3961,7 +4504,7 @@ class Client extends openapi_core_1.default {
|
|
|
3961
4504
|
return await this.modifyMaterialFileWithOptions(request, runtime);
|
|
3962
4505
|
}
|
|
3963
4506
|
/**
|
|
3964
|
-
*
|
|
4507
|
+
* Modify the status of a material file
|
|
3965
4508
|
*
|
|
3966
4509
|
* @param tmpReq - ModifyMaterialFileStatusRequest
|
|
3967
4510
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4001,7 +4544,7 @@ class Client extends openapi_core_1.default {
|
|
|
4001
4544
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMaterialFileStatusResponse({}));
|
|
4002
4545
|
}
|
|
4003
4546
|
/**
|
|
4004
|
-
*
|
|
4547
|
+
* Modify the status of a material file
|
|
4005
4548
|
*
|
|
4006
4549
|
* @param request - ModifyMaterialFileStatusRequest
|
|
4007
4550
|
* @returns ModifyMaterialFileStatusResponse
|
|
@@ -4011,7 +4554,7 @@ class Client extends openapi_core_1.default {
|
|
|
4011
4554
|
return await this.modifyMaterialFileStatusWithOptions(request, runtime);
|
|
4012
4555
|
}
|
|
4013
4556
|
/**
|
|
4014
|
-
*
|
|
4557
|
+
* Shift material folder
|
|
4015
4558
|
*
|
|
4016
4559
|
* @param request - MoveMaterialDirectoryRequest
|
|
4017
4560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4049,7 +4592,7 @@ class Client extends openapi_core_1.default {
|
|
|
4049
4592
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MoveMaterialDirectoryResponse({}));
|
|
4050
4593
|
}
|
|
4051
4594
|
/**
|
|
4052
|
-
*
|
|
4595
|
+
* Shift material folder
|
|
4053
4596
|
*
|
|
4054
4597
|
* @param request - MoveMaterialDirectoryRequest
|
|
4055
4598
|
* @returns MoveMaterialDirectoryResponse
|
|
@@ -4059,7 +4602,7 @@ class Client extends openapi_core_1.default {
|
|
|
4059
4602
|
return await this.moveMaterialDirectoryWithOptions(request, runtime);
|
|
4060
4603
|
}
|
|
4061
4604
|
/**
|
|
4062
|
-
*
|
|
4605
|
+
* Shift material files
|
|
4063
4606
|
*
|
|
4064
4607
|
* @param tmpReq - MoveMaterialFileRequest
|
|
4065
4608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4099,7 +4642,7 @@ class Client extends openapi_core_1.default {
|
|
|
4099
4642
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MoveMaterialFileResponse({}));
|
|
4100
4643
|
}
|
|
4101
4644
|
/**
|
|
4102
|
-
*
|
|
4645
|
+
* Shift material files
|
|
4103
4646
|
*
|
|
4104
4647
|
* @param request - MoveMaterialFileRequest
|
|
4105
4648
|
* @returns MoveMaterialFileResponse
|
|
@@ -4109,7 +4652,7 @@ class Client extends openapi_core_1.default {
|
|
|
4109
4652
|
return await this.moveMaterialFileWithOptions(request, runtime);
|
|
4110
4653
|
}
|
|
4111
4654
|
/**
|
|
4112
|
-
*
|
|
4655
|
+
* Operate application for Partnership
|
|
4113
4656
|
*
|
|
4114
4657
|
* @param request - OperateAppInstanceForPartnerRequest
|
|
4115
4658
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4141,7 +4684,7 @@ class Client extends openapi_core_1.default {
|
|
|
4141
4684
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateAppInstanceForPartnerResponse({}));
|
|
4142
4685
|
}
|
|
4143
4686
|
/**
|
|
4144
|
-
*
|
|
4687
|
+
* Operate application for Partnership
|
|
4145
4688
|
*
|
|
4146
4689
|
* @param request - OperateAppInstanceForPartnerRequest
|
|
4147
4690
|
* @returns OperateAppInstanceForPartnerResponse
|
|
@@ -4151,7 +4694,7 @@ class Client extends openapi_core_1.default {
|
|
|
4151
4694
|
return await this.operateAppInstanceForPartnerWithOptions(request, runtime);
|
|
4152
4695
|
}
|
|
4153
4696
|
/**
|
|
4154
|
-
*
|
|
4697
|
+
* Partnership operates application services.
|
|
4155
4698
|
*
|
|
4156
4699
|
* @param request - OperateAppServiceForPartnerRequest
|
|
4157
4700
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4189,7 +4732,7 @@ class Client extends openapi_core_1.default {
|
|
|
4189
4732
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateAppServiceForPartnerResponse({}));
|
|
4190
4733
|
}
|
|
4191
4734
|
/**
|
|
4192
|
-
*
|
|
4735
|
+
* Partnership operates application services.
|
|
4193
4736
|
*
|
|
4194
4737
|
* @param request - OperateAppServiceForPartnerRequest
|
|
4195
4738
|
* @returns OperateAppServiceForPartnerResponse
|
|
@@ -4199,7 +4742,10 @@ class Client extends openapi_core_1.default {
|
|
|
4199
4742
|
return await this.operateAppServiceForPartnerWithOptions(request, runtime);
|
|
4200
4743
|
}
|
|
4201
4744
|
/**
|
|
4202
|
-
*
|
|
4745
|
+
* Switch template like statistics
|
|
4746
|
+
*
|
|
4747
|
+
* @remarks
|
|
4748
|
+
* Obtain barcode generation plugin configuration information
|
|
4203
4749
|
*
|
|
4204
4750
|
* @param request - OperateAppTemplateLikeRequest
|
|
4205
4751
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4231,7 +4777,10 @@ class Client extends openapi_core_1.default {
|
|
|
4231
4777
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateAppTemplateLikeResponse({}));
|
|
4232
4778
|
}
|
|
4233
4779
|
/**
|
|
4234
|
-
*
|
|
4780
|
+
* Switch template like statistics
|
|
4781
|
+
*
|
|
4782
|
+
* @remarks
|
|
4783
|
+
* Obtain barcode generation plugin configuration information
|
|
4235
4784
|
*
|
|
4236
4785
|
* @param request - OperateAppTemplateLikeRequest
|
|
4237
4786
|
* @returns OperateAppTemplateLikeResponse
|
|
@@ -4241,7 +4790,10 @@ class Client extends openapi_core_1.default {
|
|
|
4241
4790
|
return await this.operateAppTemplateLikeWithOptions(request, runtime);
|
|
4242
4791
|
}
|
|
4243
4792
|
/**
|
|
4244
|
-
*
|
|
4793
|
+
* Supabase instance information corresponding to the operation resource
|
|
4794
|
+
*
|
|
4795
|
+
* @remarks
|
|
4796
|
+
* Supabase instance information corresponding to the operation resource
|
|
4245
4797
|
*
|
|
4246
4798
|
* @param request - OperateSupabaseForAdminRequest
|
|
4247
4799
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4303,7 +4855,10 @@ class Client extends openapi_core_1.default {
|
|
|
4303
4855
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateSupabaseForAdminResponse({}));
|
|
4304
4856
|
}
|
|
4305
4857
|
/**
|
|
4306
|
-
*
|
|
4858
|
+
* Supabase instance information corresponding to the operation resource
|
|
4859
|
+
*
|
|
4860
|
+
* @remarks
|
|
4861
|
+
* Supabase instance information corresponding to the operation resource
|
|
4307
4862
|
*
|
|
4308
4863
|
* @param request - OperateSupabaseForAdminRequest
|
|
4309
4864
|
* @returns OperateSupabaseForAdminResponse
|
|
@@ -4313,7 +4868,10 @@ class Client extends openapi_core_1.default {
|
|
|
4313
4868
|
return await this.operateSupabaseForAdminWithOptions(request, runtime);
|
|
4314
4869
|
}
|
|
4315
4870
|
/**
|
|
4316
|
-
*
|
|
4871
|
+
* Publish application instance
|
|
4872
|
+
*
|
|
4873
|
+
* @remarks
|
|
4874
|
+
* Query application instance information
|
|
4317
4875
|
*
|
|
4318
4876
|
* @param request - PublishAppInstanceRequest
|
|
4319
4877
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4357,7 +4915,10 @@ class Client extends openapi_core_1.default {
|
|
|
4357
4915
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PublishAppInstanceResponse({}));
|
|
4358
4916
|
}
|
|
4359
4917
|
/**
|
|
4360
|
-
*
|
|
4918
|
+
* Publish application instance
|
|
4919
|
+
*
|
|
4920
|
+
* @remarks
|
|
4921
|
+
* Query application instance information
|
|
4361
4922
|
*
|
|
4362
4923
|
* @param request - PublishAppInstanceRequest
|
|
4363
4924
|
* @returns PublishAppInstanceResponse
|
|
@@ -4367,7 +4928,10 @@ class Client extends openapi_core_1.default {
|
|
|
4367
4928
|
return await this.publishAppInstanceWithOptions(request, runtime);
|
|
4368
4929
|
}
|
|
4369
4930
|
/**
|
|
4370
|
-
*
|
|
4931
|
+
* Push resource metering data
|
|
4932
|
+
*
|
|
4933
|
+
* @remarks
|
|
4934
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4371
4935
|
*
|
|
4372
4936
|
* @param request - PushResourceMeasureRequest
|
|
4373
4937
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4420,7 +4984,10 @@ class Client extends openapi_core_1.default {
|
|
|
4420
4984
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PushResourceMeasureResponse({}));
|
|
4421
4985
|
}
|
|
4422
4986
|
/**
|
|
4423
|
-
*
|
|
4987
|
+
* Push resource metering data
|
|
4988
|
+
*
|
|
4989
|
+
* @remarks
|
|
4990
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4424
4991
|
*
|
|
4425
4992
|
* @param request - PushResourceMeasureRequest
|
|
4426
4993
|
* @returns PushResourceMeasureResponse
|
|
@@ -4430,7 +4997,10 @@ class Client extends openapi_core_1.default {
|
|
|
4430
4997
|
return await this.pushResourceMeasureWithOptions(request, runtime);
|
|
4431
4998
|
}
|
|
4432
4999
|
/**
|
|
4433
|
-
*
|
|
5000
|
+
* Query the details of inspiration value acquisition (quota account list, including expiration mark)
|
|
5001
|
+
*
|
|
5002
|
+
* @remarks
|
|
5003
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4434
5004
|
*
|
|
4435
5005
|
* @param request - QueryInspirationAccountDetailsRequest
|
|
4436
5006
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4477,7 +5047,10 @@ class Client extends openapi_core_1.default {
|
|
|
4477
5047
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryInspirationAccountDetailsResponse({}));
|
|
4478
5048
|
}
|
|
4479
5049
|
/**
|
|
4480
|
-
*
|
|
5050
|
+
* Query the details of inspiration value acquisition (quota account list, including expiration mark)
|
|
5051
|
+
*
|
|
5052
|
+
* @remarks
|
|
5053
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4481
5054
|
*
|
|
4482
5055
|
* @param request - QueryInspirationAccountDetailsRequest
|
|
4483
5056
|
* @returns QueryInspirationAccountDetailsResponse
|
|
@@ -4487,7 +5060,10 @@ class Client extends openapi_core_1.default {
|
|
|
4487
5060
|
return await this.queryInspirationAccountDetailsWithOptions(request, runtime);
|
|
4488
5061
|
}
|
|
4489
5062
|
/**
|
|
4490
|
-
*
|
|
5063
|
+
* Query the overview of inspiration balance
|
|
5064
|
+
*
|
|
5065
|
+
* @remarks
|
|
5066
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4491
5067
|
*
|
|
4492
5068
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4493
5069
|
* @returns QueryInspirationBalanceResponse
|
|
@@ -4508,7 +5084,10 @@ class Client extends openapi_core_1.default {
|
|
|
4508
5084
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryInspirationBalanceResponse({}));
|
|
4509
5085
|
}
|
|
4510
5086
|
/**
|
|
4511
|
-
*
|
|
5087
|
+
* Query the overview of inspiration balance
|
|
5088
|
+
*
|
|
5089
|
+
* @remarks
|
|
5090
|
+
* Query the Supabase instance information corresponding to the resource
|
|
4512
5091
|
* @returns QueryInspirationBalanceResponse
|
|
4513
5092
|
*/
|
|
4514
5093
|
async queryInspirationBalance() {
|
|
@@ -4516,7 +5095,10 @@ class Client extends openapi_core_1.default {
|
|
|
4516
5095
|
return await this.queryInspirationBalanceWithOptions(runtime);
|
|
4517
5096
|
}
|
|
4518
5097
|
/**
|
|
4519
|
-
*
|
|
5098
|
+
* Query inspiration value consumption details
|
|
5099
|
+
*
|
|
5100
|
+
* @remarks
|
|
5101
|
+
* Obtain the configuration information of the code generation plugin
|
|
4520
5102
|
*
|
|
4521
5103
|
* @param request - QueryInspirationConsumeRecordsRequest
|
|
4522
5104
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4563,7 +5145,10 @@ class Client extends openapi_core_1.default {
|
|
|
4563
5145
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryInspirationConsumeRecordsResponse({}));
|
|
4564
5146
|
}
|
|
4565
5147
|
/**
|
|
4566
|
-
*
|
|
5148
|
+
* Query inspiration value consumption details
|
|
5149
|
+
*
|
|
5150
|
+
* @remarks
|
|
5151
|
+
* Obtain the configuration information of the code generation plugin
|
|
4567
5152
|
*
|
|
4568
5153
|
* @param request - QueryInspirationConsumeRecordsRequest
|
|
4569
5154
|
* @returns QueryInspirationConsumeRecordsResponse
|
|
@@ -4573,7 +5158,7 @@ class Client extends openapi_core_1.default {
|
|
|
4573
5158
|
return await this.queryInspirationConsumeRecordsWithOptions(request, runtime);
|
|
4574
5159
|
}
|
|
4575
5160
|
/**
|
|
4576
|
-
*
|
|
5161
|
+
* Query the material folder tree
|
|
4577
5162
|
*
|
|
4578
5163
|
* @param request - QueryMaterialDirectoryTreeRequest
|
|
4579
5164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4608,7 +5193,7 @@ class Client extends openapi_core_1.default {
|
|
|
4608
5193
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialDirectoryTreeResponse({}));
|
|
4609
5194
|
}
|
|
4610
5195
|
/**
|
|
4611
|
-
*
|
|
5196
|
+
* Query the material folder tree
|
|
4612
5197
|
*
|
|
4613
5198
|
* @param request - QueryMaterialDirectoryTreeRequest
|
|
4614
5199
|
* @returns QueryMaterialDirectoryTreeResponse
|
|
@@ -4618,7 +5203,7 @@ class Client extends openapi_core_1.default {
|
|
|
4618
5203
|
return await this.queryMaterialDirectoryTreeWithOptions(request, runtime);
|
|
4619
5204
|
}
|
|
4620
5205
|
/**
|
|
4621
|
-
*
|
|
5206
|
+
* Query Material File Details
|
|
4622
5207
|
*
|
|
4623
5208
|
* @param request - QueryMaterialFileDetailRequest
|
|
4624
5209
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4650,7 +5235,7 @@ class Client extends openapi_core_1.default {
|
|
|
4650
5235
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialFileDetailResponse({}));
|
|
4651
5236
|
}
|
|
4652
5237
|
/**
|
|
4653
|
-
*
|
|
5238
|
+
* Query Material File Details
|
|
4654
5239
|
*
|
|
4655
5240
|
* @param request - QueryMaterialFileDetailRequest
|
|
4656
5241
|
* @returns QueryMaterialFileDetailResponse
|
|
@@ -4660,7 +5245,7 @@ class Client extends openapi_core_1.default {
|
|
|
4660
5245
|
return await this.queryMaterialFileDetailWithOptions(request, runtime);
|
|
4661
5246
|
}
|
|
4662
5247
|
/**
|
|
4663
|
-
* Query
|
|
5248
|
+
* Query the list of material files
|
|
4664
5249
|
*
|
|
4665
5250
|
* @param tmpReq - QueryMaterialFileListRequest
|
|
4666
5251
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4739,7 +5324,7 @@ class Client extends openapi_core_1.default {
|
|
|
4739
5324
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialFileListResponse({}));
|
|
4740
5325
|
}
|
|
4741
5326
|
/**
|
|
4742
|
-
* Query
|
|
5327
|
+
* Query the list of material files
|
|
4743
5328
|
*
|
|
4744
5329
|
* @param request - QueryMaterialFileListRequest
|
|
4745
5330
|
* @returns QueryMaterialFileListResponse
|
|
@@ -4749,7 +5334,7 @@ class Client extends openapi_core_1.default {
|
|
|
4749
5334
|
return await this.queryMaterialFileListWithOptions(request, runtime);
|
|
4750
5335
|
}
|
|
4751
5336
|
/**
|
|
4752
|
-
*
|
|
5337
|
+
* Query file overview
|
|
4753
5338
|
*
|
|
4754
5339
|
* @param tmpReq - QueryMaterialFileSummaryInfoRequest
|
|
4755
5340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4810,7 +5395,7 @@ class Client extends openapi_core_1.default {
|
|
|
4810
5395
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialFileSummaryInfoResponse({}));
|
|
4811
5396
|
}
|
|
4812
5397
|
/**
|
|
4813
|
-
*
|
|
5398
|
+
* Query file overview
|
|
4814
5399
|
*
|
|
4815
5400
|
* @param request - QueryMaterialFileSummaryInfoRequest
|
|
4816
5401
|
* @returns QueryMaterialFileSummaryInfoResponse
|
|
@@ -4820,7 +5405,7 @@ class Client extends openapi_core_1.default {
|
|
|
4820
5405
|
return await this.queryMaterialFileSummaryInfoWithOptions(request, runtime);
|
|
4821
5406
|
}
|
|
4822
5407
|
/**
|
|
4823
|
-
*
|
|
5408
|
+
* Query the details of a Material generation Job
|
|
4824
5409
|
*
|
|
4825
5410
|
* @param request - QueryMaterialTaskDetailRequest
|
|
4826
5411
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4849,7 +5434,7 @@ class Client extends openapi_core_1.default {
|
|
|
4849
5434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialTaskDetailResponse({}));
|
|
4850
5435
|
}
|
|
4851
5436
|
/**
|
|
4852
|
-
*
|
|
5437
|
+
* Query the details of a Material generation Job
|
|
4853
5438
|
*
|
|
4854
5439
|
* @param request - QueryMaterialTaskDetailRequest
|
|
4855
5440
|
* @returns QueryMaterialTaskDetailResponse
|
|
@@ -4859,7 +5444,7 @@ class Client extends openapi_core_1.default {
|
|
|
4859
5444
|
return await this.queryMaterialTaskDetailWithOptions(request, runtime);
|
|
4860
5445
|
}
|
|
4861
5446
|
/**
|
|
4862
|
-
*
|
|
5447
|
+
* Query the list of Material generation Jobs
|
|
4863
5448
|
*
|
|
4864
5449
|
* @param tmpReq - QueryMaterialTaskListRequest
|
|
4865
5450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4917,7 +5502,7 @@ class Client extends openapi_core_1.default {
|
|
|
4917
5502
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryMaterialTaskListResponse({}));
|
|
4918
5503
|
}
|
|
4919
5504
|
/**
|
|
4920
|
-
*
|
|
5505
|
+
* Query the list of Material generation Jobs
|
|
4921
5506
|
*
|
|
4922
5507
|
* @param request - QueryMaterialTaskListRequest
|
|
4923
5508
|
* @returns QueryMaterialTaskListResponse
|
|
@@ -4927,7 +5512,10 @@ class Client extends openapi_core_1.default {
|
|
|
4927
5512
|
return await this.queryMaterialTaskListWithOptions(request, runtime);
|
|
4928
5513
|
}
|
|
4929
5514
|
/**
|
|
4930
|
-
*
|
|
5515
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
5516
|
+
*
|
|
5517
|
+
* @remarks
|
|
5518
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
4931
5519
|
*
|
|
4932
5520
|
* @param request - QuerySupabaseAuthConfigsForAdminRequest
|
|
4933
5521
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4977,7 +5565,10 @@ class Client extends openapi_core_1.default {
|
|
|
4977
5565
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QuerySupabaseAuthConfigsForAdminResponse({}));
|
|
4978
5566
|
}
|
|
4979
5567
|
/**
|
|
4980
|
-
*
|
|
5568
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
5569
|
+
*
|
|
5570
|
+
* @remarks
|
|
5571
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
4981
5572
|
*
|
|
4982
5573
|
* @param request - QuerySupabaseAuthConfigsForAdminRequest
|
|
4983
5574
|
* @returns QuerySupabaseAuthConfigsForAdminResponse
|
|
@@ -4987,7 +5578,10 @@ class Client extends openapi_core_1.default {
|
|
|
4987
5578
|
return await this.querySupabaseAuthConfigsForAdminWithOptions(request, runtime);
|
|
4988
5579
|
}
|
|
4989
5580
|
/**
|
|
4990
|
-
*
|
|
5581
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
5582
|
+
*
|
|
5583
|
+
* @remarks
|
|
5584
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
4991
5585
|
*
|
|
4992
5586
|
* @param request - QuerySupabaseConfigsForAdminRequest
|
|
4993
5587
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5034,7 +5628,10 @@ class Client extends openapi_core_1.default {
|
|
|
5034
5628
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QuerySupabaseConfigsForAdminResponse({}));
|
|
5035
5629
|
}
|
|
5036
5630
|
/**
|
|
5037
|
-
*
|
|
5631
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
5632
|
+
*
|
|
5633
|
+
* @remarks
|
|
5634
|
+
* Query the Supabase instance configuration information corresponding to the resource.
|
|
5038
5635
|
*
|
|
5039
5636
|
* @param request - QuerySupabaseConfigsForAdminRequest
|
|
5040
5637
|
* @returns QuerySupabaseConfigsForAdminResponse
|
|
@@ -5044,7 +5641,10 @@ class Client extends openapi_core_1.default {
|
|
|
5044
5641
|
return await this.querySupabaseConfigsForAdminWithOptions(request, runtime);
|
|
5045
5642
|
}
|
|
5046
5643
|
/**
|
|
5047
|
-
*
|
|
5644
|
+
* Query the Supabase instance information corresponding to the resource
|
|
5645
|
+
*
|
|
5646
|
+
* @remarks
|
|
5647
|
+
* Query the Supabase instance information corresponding to the resource
|
|
5048
5648
|
*
|
|
5049
5649
|
* @param request - QuerySupabaseInstanceInfoForAdminRequest
|
|
5050
5650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5091,7 +5691,10 @@ class Client extends openapi_core_1.default {
|
|
|
5091
5691
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QuerySupabaseInstanceInfoForAdminResponse({}));
|
|
5092
5692
|
}
|
|
5093
5693
|
/**
|
|
5094
|
-
*
|
|
5694
|
+
* Query the Supabase instance information corresponding to the resource
|
|
5695
|
+
*
|
|
5696
|
+
* @remarks
|
|
5697
|
+
* Query the Supabase instance information corresponding to the resource
|
|
5095
5698
|
*
|
|
5096
5699
|
* @param request - QuerySupabaseInstanceInfoForAdminRequest
|
|
5097
5700
|
* @returns QuerySupabaseInstanceInfoForAdminResponse
|
|
@@ -5101,7 +5704,10 @@ class Client extends openapi_core_1.default {
|
|
|
5101
5704
|
return await this.querySupabaseInstanceInfoForAdminWithOptions(request, runtime);
|
|
5102
5705
|
}
|
|
5103
5706
|
/**
|
|
5104
|
-
*
|
|
5707
|
+
* Reconnect AI conversation
|
|
5708
|
+
*
|
|
5709
|
+
* @remarks
|
|
5710
|
+
* Obtain QR code plugin Configuration Information
|
|
5105
5711
|
*
|
|
5106
5712
|
* @param request - ReconnectAppChatRequest
|
|
5107
5713
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5163,7 +5769,10 @@ class Client extends openapi_core_1.default {
|
|
|
5163
5769
|
});
|
|
5164
5770
|
}
|
|
5165
5771
|
/**
|
|
5166
|
-
*
|
|
5772
|
+
* Reconnect AI conversation
|
|
5773
|
+
*
|
|
5774
|
+
* @remarks
|
|
5775
|
+
* Obtain QR code plugin Configuration Information
|
|
5167
5776
|
*
|
|
5168
5777
|
* @param request - ReconnectAppChatRequest
|
|
5169
5778
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5198,7 +5807,10 @@ class Client extends openapi_core_1.default {
|
|
|
5198
5807
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReconnectAppChatResponse({}));
|
|
5199
5808
|
}
|
|
5200
5809
|
/**
|
|
5201
|
-
*
|
|
5810
|
+
* Reconnect AI conversation
|
|
5811
|
+
*
|
|
5812
|
+
* @remarks
|
|
5813
|
+
* Obtain QR code plugin Configuration Information
|
|
5202
5814
|
*
|
|
5203
5815
|
* @param request - ReconnectAppChatRequest
|
|
5204
5816
|
* @returns ReconnectAppChatResponse
|
|
@@ -5253,7 +5865,7 @@ class Client extends openapi_core_1.default {
|
|
|
5253
5865
|
return await this.refreshAppInstanceTicketWithOptions(request, runtime);
|
|
5254
5866
|
}
|
|
5255
5867
|
/**
|
|
5256
|
-
*
|
|
5868
|
+
* Refund for channel partner website building service.
|
|
5257
5869
|
*
|
|
5258
5870
|
* @param request - RefundAppInstanceForPartnerRequest
|
|
5259
5871
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5291,7 +5903,7 @@ class Client extends openapi_core_1.default {
|
|
|
5291
5903
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RefundAppInstanceForPartnerResponse({}));
|
|
5292
5904
|
}
|
|
5293
5905
|
/**
|
|
5294
|
-
*
|
|
5906
|
+
* Refund for channel partner website building service.
|
|
5295
5907
|
*
|
|
5296
5908
|
* @param request - RefundAppInstanceForPartnerRequest
|
|
5297
5909
|
* @returns RefundAppInstanceForPartnerResponse
|
|
@@ -5355,7 +5967,10 @@ class Client extends openapi_core_1.default {
|
|
|
5355
5967
|
return await this.renewAppInstanceWithOptions(request, runtime);
|
|
5356
5968
|
}
|
|
5357
5969
|
/**
|
|
5358
|
-
*
|
|
5970
|
+
* Renewal/Purge Sandbox Environment
|
|
5971
|
+
*
|
|
5972
|
+
* @remarks
|
|
5973
|
+
* Obtain the configuration information of the code generation plugin
|
|
5359
5974
|
*
|
|
5360
5975
|
* @param request - RenewAppSandboxRequest
|
|
5361
5976
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5384,7 +5999,10 @@ class Client extends openapi_core_1.default {
|
|
|
5384
5999
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RenewAppSandboxResponse({}));
|
|
5385
6000
|
}
|
|
5386
6001
|
/**
|
|
5387
|
-
*
|
|
6002
|
+
* Renewal/Purge Sandbox Environment
|
|
6003
|
+
*
|
|
6004
|
+
* @remarks
|
|
6005
|
+
* Obtain the configuration information of the code generation plugin
|
|
5388
6006
|
*
|
|
5389
6007
|
* @param request - RenewAppSandboxRequest
|
|
5390
6008
|
* @returns RenewAppSandboxResponse
|
|
@@ -5394,7 +6012,10 @@ class Client extends openapi_core_1.default {
|
|
|
5394
6012
|
return await this.renewAppSandboxWithOptions(request, runtime);
|
|
5395
6013
|
}
|
|
5396
6014
|
/**
|
|
5397
|
-
*
|
|
6015
|
+
* Code snapshot rollback
|
|
6016
|
+
*
|
|
6017
|
+
* @remarks
|
|
6018
|
+
* Obtain the configuration information of the code generation plugin
|
|
5398
6019
|
*
|
|
5399
6020
|
* @param request - RollbackAppCodeSnapshotRequest
|
|
5400
6021
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5426,7 +6047,10 @@ class Client extends openapi_core_1.default {
|
|
|
5426
6047
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RollbackAppCodeSnapshotResponse({}));
|
|
5427
6048
|
}
|
|
5428
6049
|
/**
|
|
5429
|
-
*
|
|
6050
|
+
* Code snapshot rollback
|
|
6051
|
+
*
|
|
6052
|
+
* @remarks
|
|
6053
|
+
* Obtain the configuration information of the code generation plugin
|
|
5430
6054
|
*
|
|
5431
6055
|
* @param request - RollbackAppCodeSnapshotRequest
|
|
5432
6056
|
* @returns RollbackAppCodeSnapshotResponse
|
|
@@ -5436,7 +6060,10 @@ class Client extends openapi_core_1.default {
|
|
|
5436
6060
|
return await this.rollbackAppCodeSnapshotWithOptions(request, runtime);
|
|
5437
6061
|
}
|
|
5438
6062
|
/**
|
|
5439
|
-
*
|
|
6063
|
+
* Roll back application instance deployment
|
|
6064
|
+
*
|
|
6065
|
+
* @remarks
|
|
6066
|
+
* Query application instance information
|
|
5440
6067
|
*
|
|
5441
6068
|
* @param request - RollbackAppInstancePublishRequest
|
|
5442
6069
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5474,7 +6101,10 @@ class Client extends openapi_core_1.default {
|
|
|
5474
6101
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RollbackAppInstancePublishResponse({}));
|
|
5475
6102
|
}
|
|
5476
6103
|
/**
|
|
5477
|
-
*
|
|
6104
|
+
* Roll back application instance deployment
|
|
6105
|
+
*
|
|
6106
|
+
* @remarks
|
|
6107
|
+
* Query application instance information
|
|
5478
6108
|
*
|
|
5479
6109
|
* @param request - RollbackAppInstancePublishRequest
|
|
5480
6110
|
* @returns RollbackAppInstancePublishResponse
|
|
@@ -5484,7 +6114,10 @@ class Client extends openapi_core_1.default {
|
|
|
5484
6114
|
return await this.rollbackAppInstancePublishWithOptions(request, runtime);
|
|
5485
6115
|
}
|
|
5486
6116
|
/**
|
|
5487
|
-
*
|
|
6117
|
+
* Save requirements
|
|
6118
|
+
*
|
|
6119
|
+
* @remarks
|
|
6120
|
+
* Obtain barcode generation plugin configuration information
|
|
5488
6121
|
*
|
|
5489
6122
|
* @param request - SaveAppRequirementRequest
|
|
5490
6123
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5518,7 +6151,10 @@ class Client extends openapi_core_1.default {
|
|
|
5518
6151
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveAppRequirementResponse({}));
|
|
5519
6152
|
}
|
|
5520
6153
|
/**
|
|
5521
|
-
*
|
|
6154
|
+
* Save requirements
|
|
6155
|
+
*
|
|
6156
|
+
* @remarks
|
|
6157
|
+
* Obtain barcode generation plugin configuration information
|
|
5522
6158
|
*
|
|
5523
6159
|
* @param request - SaveAppRequirementRequest
|
|
5524
6160
|
* @returns SaveAppRequirementResponse
|
|
@@ -5528,7 +6164,10 @@ class Client extends openapi_core_1.default {
|
|
|
5528
6164
|
return await this.saveAppRequirementWithOptions(request, runtime);
|
|
5529
6165
|
}
|
|
5530
6166
|
/**
|
|
5531
|
-
*
|
|
6167
|
+
* Save Supabase key
|
|
6168
|
+
*
|
|
6169
|
+
* @remarks
|
|
6170
|
+
* The supabase instance information corresponding to the operation resource
|
|
5532
6171
|
*
|
|
5533
6172
|
* @param request - SaveAppSupabaseSecretsRequest
|
|
5534
6173
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5560,7 +6199,10 @@ class Client extends openapi_core_1.default {
|
|
|
5560
6199
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveAppSupabaseSecretsResponse({}));
|
|
5561
6200
|
}
|
|
5562
6201
|
/**
|
|
5563
|
-
*
|
|
6202
|
+
* Save Supabase key
|
|
6203
|
+
*
|
|
6204
|
+
* @remarks
|
|
6205
|
+
* The supabase instance information corresponding to the operation resource
|
|
5564
6206
|
*
|
|
5565
6207
|
* @param request - SaveAppSupabaseSecretsRequest
|
|
5566
6208
|
* @returns SaveAppSupabaseSecretsResponse
|
|
@@ -5570,7 +6212,7 @@ class Client extends openapi_core_1.default {
|
|
|
5570
6212
|
return await this.saveAppSupabaseSecretsWithOptions(request, runtime);
|
|
5571
6213
|
}
|
|
5572
6214
|
/**
|
|
5573
|
-
*
|
|
6215
|
+
* Image retrieval
|
|
5574
6216
|
*
|
|
5575
6217
|
* @param tmpReq - SearchImageRequest
|
|
5576
6218
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5646,7 +6288,7 @@ class Client extends openapi_core_1.default {
|
|
|
5646
6288
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchImageResponse({}));
|
|
5647
6289
|
}
|
|
5648
6290
|
/**
|
|
5649
|
-
*
|
|
6291
|
+
* Image retrieval
|
|
5650
6292
|
*
|
|
5651
6293
|
* @param request - SearchImageRequest
|
|
5652
6294
|
* @returns SearchImageResponse
|
|
@@ -5712,6 +6354,9 @@ class Client extends openapi_core_1.default {
|
|
|
5712
6354
|
/**
|
|
5713
6355
|
* 提交SEO索引
|
|
5714
6356
|
*
|
|
6357
|
+
* @remarks
|
|
6358
|
+
* 获取生码插件配置信息
|
|
6359
|
+
*
|
|
5715
6360
|
* @param request - SubmitAppSeoIndexRequest
|
|
5716
6361
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5717
6362
|
* @returns SubmitAppSeoIndexResponse
|
|
@@ -5750,6 +6395,9 @@ class Client extends openapi_core_1.default {
|
|
|
5750
6395
|
/**
|
|
5751
6396
|
* 提交SEO索引
|
|
5752
6397
|
*
|
|
6398
|
+
* @remarks
|
|
6399
|
+
* 获取生码插件配置信息
|
|
6400
|
+
*
|
|
5753
6401
|
* @param request - SubmitAppSeoIndexRequest
|
|
5754
6402
|
* @returns SubmitAppSeoIndexResponse
|
|
5755
6403
|
*/
|
|
@@ -5758,7 +6406,7 @@ class Client extends openapi_core_1.default {
|
|
|
5758
6406
|
return await this.submitAppSeoIndexWithOptions(request, runtime);
|
|
5759
6407
|
}
|
|
5760
6408
|
/**
|
|
5761
|
-
*
|
|
6409
|
+
* Submit a Material Generation Job
|
|
5762
6410
|
*
|
|
5763
6411
|
* @param request - SubmitMaterialTaskRequest
|
|
5764
6412
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5790,7 +6438,7 @@ class Client extends openapi_core_1.default {
|
|
|
5790
6438
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitMaterialTaskResponse({}));
|
|
5791
6439
|
}
|
|
5792
6440
|
/**
|
|
5793
|
-
*
|
|
6441
|
+
* Submit a Material Generation Job
|
|
5794
6442
|
*
|
|
5795
6443
|
* @param request - SubmitMaterialTaskRequest
|
|
5796
6444
|
* @returns SubmitMaterialTaskResponse
|
|
@@ -5802,6 +6450,9 @@ class Client extends openapi_core_1.default {
|
|
|
5802
6450
|
/**
|
|
5803
6451
|
* 切换到指定对话
|
|
5804
6452
|
*
|
|
6453
|
+
* @remarks
|
|
6454
|
+
* 万小智2.0创建AI会话接口
|
|
6455
|
+
*
|
|
5805
6456
|
* @param request - SwitchAppConversationRequest
|
|
5806
6457
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5807
6458
|
* @returns SwitchAppConversationResponse
|
|
@@ -5837,6 +6488,9 @@ class Client extends openapi_core_1.default {
|
|
|
5837
6488
|
/**
|
|
5838
6489
|
* 切换到指定对话
|
|
5839
6490
|
*
|
|
6491
|
+
* @remarks
|
|
6492
|
+
* 万小智2.0创建AI会话接口
|
|
6493
|
+
*
|
|
5840
6494
|
* @param request - SwitchAppConversationRequest
|
|
5841
6495
|
* @returns SwitchAppConversationResponse
|
|
5842
6496
|
*/
|
|
@@ -5845,7 +6499,7 @@ class Client extends openapi_core_1.default {
|
|
|
5845
6499
|
return await this.switchAppConversationWithOptions(request, runtime);
|
|
5846
6500
|
}
|
|
5847
6501
|
/**
|
|
5848
|
-
*
|
|
6502
|
+
* Partnership synchronizes application instance
|
|
5849
6503
|
*
|
|
5850
6504
|
* @param tmpReq - SyncAppInstanceForPartnerRequest
|
|
5851
6505
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5891,7 +6545,7 @@ class Client extends openapi_core_1.default {
|
|
|
5891
6545
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SyncAppInstanceForPartnerResponse({}));
|
|
5892
6546
|
}
|
|
5893
6547
|
/**
|
|
5894
|
-
*
|
|
6548
|
+
* Partnership synchronizes application instance
|
|
5895
6549
|
*
|
|
5896
6550
|
* @param request - SyncAppInstanceForPartnerRequest
|
|
5897
6551
|
* @returns SyncAppInstanceForPartnerResponse
|
|
@@ -5943,7 +6597,10 @@ class Client extends openapi_core_1.default {
|
|
|
5943
6597
|
return await this.unbindAppDomainWithOptions(request, runtime);
|
|
5944
6598
|
}
|
|
5945
6599
|
/**
|
|
5946
|
-
*
|
|
6600
|
+
* Update message content
|
|
6601
|
+
*
|
|
6602
|
+
* @remarks
|
|
6603
|
+
* Wan Xiaozhi 2.0 - AI session history query API
|
|
5947
6604
|
*
|
|
5948
6605
|
* @param request - UpdateAppChatMessageRequest
|
|
5949
6606
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5981,7 +6638,10 @@ class Client extends openapi_core_1.default {
|
|
|
5981
6638
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppChatMessageResponse({}));
|
|
5982
6639
|
}
|
|
5983
6640
|
/**
|
|
5984
|
-
*
|
|
6641
|
+
* Update message content
|
|
6642
|
+
*
|
|
6643
|
+
* @remarks
|
|
6644
|
+
* Wan Xiaozhi 2.0 - AI session history query API
|
|
5985
6645
|
*
|
|
5986
6646
|
* @param request - UpdateAppChatMessageRequest
|
|
5987
6647
|
* @returns UpdateAppChatMessageResponse
|
|
@@ -5991,7 +6651,10 @@ class Client extends openapi_core_1.default {
|
|
|
5991
6651
|
return await this.updateAppChatMessageWithOptions(request, runtime);
|
|
5992
6652
|
}
|
|
5993
6653
|
/**
|
|
5994
|
-
*
|
|
6654
|
+
* Edit JSX Code
|
|
6655
|
+
*
|
|
6656
|
+
* @remarks
|
|
6657
|
+
* Retrieve the configuration information of the code generation plugin
|
|
5995
6658
|
*
|
|
5996
6659
|
* @param request - UpdateAppCodeRequest
|
|
5997
6660
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6023,7 +6686,10 @@ class Client extends openapi_core_1.default {
|
|
|
6023
6686
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppCodeResponse({}));
|
|
6024
6687
|
}
|
|
6025
6688
|
/**
|
|
6026
|
-
*
|
|
6689
|
+
* Edit JSX Code
|
|
6690
|
+
*
|
|
6691
|
+
* @remarks
|
|
6692
|
+
* Retrieve the configuration information of the code generation plugin
|
|
6027
6693
|
*
|
|
6028
6694
|
* @param request - UpdateAppCodeRequest
|
|
6029
6695
|
* @returns UpdateAppCodeResponse
|
|
@@ -6033,7 +6699,10 @@ class Client extends openapi_core_1.default {
|
|
|
6033
6699
|
return await this.updateAppCodeWithOptions(request, runtime);
|
|
6034
6700
|
}
|
|
6035
6701
|
/**
|
|
6036
|
-
*
|
|
6702
|
+
* Update file
|
|
6703
|
+
*
|
|
6704
|
+
* @remarks
|
|
6705
|
+
* Obtain the configuration information of the code generation plugin
|
|
6037
6706
|
*
|
|
6038
6707
|
* @param request - UpdateAppFileRequest
|
|
6039
6708
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6068,7 +6737,10 @@ class Client extends openapi_core_1.default {
|
|
|
6068
6737
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppFileResponse({}));
|
|
6069
6738
|
}
|
|
6070
6739
|
/**
|
|
6071
|
-
*
|
|
6740
|
+
* Update file
|
|
6741
|
+
*
|
|
6742
|
+
* @remarks
|
|
6743
|
+
* Obtain the configuration information of the code generation plugin
|
|
6072
6744
|
*
|
|
6073
6745
|
* @param request - UpdateAppFileRequest
|
|
6074
6746
|
* @returns UpdateAppFileResponse
|
|
@@ -6078,7 +6750,10 @@ class Client extends openapi_core_1.default {
|
|
|
6078
6750
|
return await this.updateAppFileWithOptions(request, runtime);
|
|
6079
6751
|
}
|
|
6080
6752
|
/**
|
|
6081
|
-
*
|
|
6753
|
+
* Upgrade/Downgrade website instance.
|
|
6754
|
+
*
|
|
6755
|
+
* @remarks
|
|
6756
|
+
* Query application instance information
|
|
6082
6757
|
*
|
|
6083
6758
|
* @param tmpReq - UpdateAppInstanceRequest
|
|
6084
6759
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6150,7 +6825,10 @@ class Client extends openapi_core_1.default {
|
|
|
6150
6825
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppInstanceResponse({}));
|
|
6151
6826
|
}
|
|
6152
6827
|
/**
|
|
6153
|
-
*
|
|
6828
|
+
* Upgrade/Downgrade website instance.
|
|
6829
|
+
*
|
|
6830
|
+
* @remarks
|
|
6831
|
+
* Query application instance information
|
|
6154
6832
|
*
|
|
6155
6833
|
* @param request - UpdateAppInstanceRequest
|
|
6156
6834
|
* @returns UpdateAppInstanceResponse
|
|
@@ -6178,6 +6856,9 @@ class Client extends openapi_core_1.default {
|
|
|
6178
6856
|
if (!$dara.isNull(request.domain)) {
|
|
6179
6857
|
query["Domain"] = request.domain;
|
|
6180
6858
|
}
|
|
6859
|
+
if (!$dara.isNull(request.seAuthInfo)) {
|
|
6860
|
+
query["SeAuthInfo"] = request.seAuthInfo;
|
|
6861
|
+
}
|
|
6181
6862
|
if (!$dara.isNull(request.seType)) {
|
|
6182
6863
|
query["SeType"] = request.seType;
|
|
6183
6864
|
}
|
|
@@ -6211,7 +6892,10 @@ class Client extends openapi_core_1.default {
|
|
|
6211
6892
|
return await this.updateAppSeoStatusWithOptions(request, runtime);
|
|
6212
6893
|
}
|
|
6213
6894
|
/**
|
|
6214
|
-
* Supabase
|
|
6895
|
+
* Update Supabase authentication configuration
|
|
6896
|
+
*
|
|
6897
|
+
* @remarks
|
|
6898
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
6215
6899
|
*
|
|
6216
6900
|
* @param request - UpdateAppSupabaseAuthConfigRequest
|
|
6217
6901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6243,7 +6927,10 @@ class Client extends openapi_core_1.default {
|
|
|
6243
6927
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppSupabaseAuthConfigResponse({}));
|
|
6244
6928
|
}
|
|
6245
6929
|
/**
|
|
6246
|
-
* Supabase
|
|
6930
|
+
* Update Supabase authentication configuration
|
|
6931
|
+
*
|
|
6932
|
+
* @remarks
|
|
6933
|
+
* Query the auth configuration information of the Supabase instance corresponding to the resource
|
|
6247
6934
|
*
|
|
6248
6935
|
* @param request - UpdateAppSupabaseAuthConfigRequest
|
|
6249
6936
|
* @returns UpdateAppSupabaseAuthConfigResponse
|
|
@@ -6253,7 +6940,10 @@ class Client extends openapi_core_1.default {
|
|
|
6253
6940
|
return await this.updateAppSupabaseAuthConfigWithOptions(request, runtime);
|
|
6254
6941
|
}
|
|
6255
6942
|
/**
|
|
6256
|
-
*
|
|
6943
|
+
* Update Supabase key
|
|
6944
|
+
*
|
|
6945
|
+
* @remarks
|
|
6946
|
+
* Operation resource corresponds to the supabase instance information
|
|
6257
6947
|
*
|
|
6258
6948
|
* @param request - UpdateAppSupabaseSecretRequest
|
|
6259
6949
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6294,7 +6984,10 @@ class Client extends openapi_core_1.default {
|
|
|
6294
6984
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppSupabaseSecretResponse({}));
|
|
6295
6985
|
}
|
|
6296
6986
|
/**
|
|
6297
|
-
*
|
|
6987
|
+
* Update Supabase key
|
|
6988
|
+
*
|
|
6989
|
+
* @remarks
|
|
6990
|
+
* Operation resource corresponds to the supabase instance information
|
|
6298
6991
|
*
|
|
6299
6992
|
* @param request - UpdateAppSupabaseSecretRequest
|
|
6300
6993
|
* @returns UpdateAppSupabaseSecretResponse
|
|
@@ -6304,7 +6997,7 @@ class Client extends openapi_core_1.default {
|
|
|
6304
6997
|
return await this.updateAppSupabaseSecretWithOptions(request, runtime);
|
|
6305
6998
|
}
|
|
6306
6999
|
/**
|
|
6307
|
-
*
|
|
7000
|
+
* Update miniapp binding information
|
|
6308
7001
|
*
|
|
6309
7002
|
* @param request - UpdateMiniAppBindingRequest
|
|
6310
7003
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6342,7 +7035,7 @@ class Client extends openapi_core_1.default {
|
|
|
6342
7035
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMiniAppBindingResponse({}));
|
|
6343
7036
|
}
|
|
6344
7037
|
/**
|
|
6345
|
-
*
|
|
7038
|
+
* Update miniapp binding information
|
|
6346
7039
|
*
|
|
6347
7040
|
* @param request - UpdateMiniAppBindingRequest
|
|
6348
7041
|
* @returns UpdateMiniAppBindingResponse
|
|
@@ -6352,7 +7045,10 @@ class Client extends openapi_core_1.default {
|
|
|
6352
7045
|
return await this.updateMiniAppBindingWithOptions(request, runtime);
|
|
6353
7046
|
}
|
|
6354
7047
|
/**
|
|
6355
|
-
*
|
|
7048
|
+
* Upload to the site root directory
|
|
7049
|
+
*
|
|
7050
|
+
* @remarks
|
|
7051
|
+
* Obtain the configuration information of the code generation plugin
|
|
6356
7052
|
*
|
|
6357
7053
|
* @param request - UploadAppSiteValidationFileRequest
|
|
6358
7054
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6396,7 +7092,10 @@ class Client extends openapi_core_1.default {
|
|
|
6396
7092
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadAppSiteValidationFileResponse({}));
|
|
6397
7093
|
}
|
|
6398
7094
|
/**
|
|
6399
|
-
*
|
|
7095
|
+
* Upload to the site root directory
|
|
7096
|
+
*
|
|
7097
|
+
* @remarks
|
|
7098
|
+
* Obtain the configuration information of the code generation plugin
|
|
6400
7099
|
*
|
|
6401
7100
|
* @param request - UploadAppSiteValidationFileRequest
|
|
6402
7101
|
* @returns UploadAppSiteValidationFileResponse
|
|
@@ -6406,7 +7105,7 @@ class Client extends openapi_core_1.default {
|
|
|
6406
7105
|
return await this.uploadAppSiteValidationFileWithOptions(request, runtime);
|
|
6407
7106
|
}
|
|
6408
7107
|
/**
|
|
6409
|
-
*
|
|
7108
|
+
* Upload material files
|
|
6410
7109
|
*
|
|
6411
7110
|
* @param request - UploadMaterialFileRequest
|
|
6412
7111
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6444,7 +7143,7 @@ class Client extends openapi_core_1.default {
|
|
|
6444
7143
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadMaterialFileResponse({}));
|
|
6445
7144
|
}
|
|
6446
7145
|
/**
|
|
6447
|
-
*
|
|
7146
|
+
* Upload material files
|
|
6448
7147
|
*
|
|
6449
7148
|
* @param request - UploadMaterialFileRequest
|
|
6450
7149
|
* @returns UploadMaterialFileResponse
|