@alicloud/websitebuild20250429 2.35.0 → 2.35.2

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.
Files changed (102) hide show
  1. package/dist/client.d.ts +73 -73
  2. package/dist/client.js +73 -73
  3. package/dist/models/AppInstanceProfile.d.ts +65 -0
  4. package/dist/models/AppInstanceProfile.js +2 -0
  5. package/dist/models/AppInstanceProfile.js.map +1 -1
  6. package/dist/models/CreateAppChatRequest.d.ts +5 -5
  7. package/dist/models/CreateAppLlmApiKeyForPartnerRequest.d.ts +4 -4
  8. package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.d.ts +12 -12
  9. package/dist/models/DeleteAppNotificationSceneRequest.d.ts +6 -0
  10. package/dist/models/DeleteAppNotificationSceneRequest.js.map +1 -1
  11. package/dist/models/DeleteAppNotificationSceneResponseBody.d.ts +36 -1
  12. package/dist/models/DeleteAppNotificationSceneResponseBody.js.map +1 -1
  13. package/dist/models/GetAppCodeWorkspaceDetailRequest.d.ts +1 -1
  14. package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +19 -19
  15. package/dist/models/GetAppDatabaseTableSchemasRequest.d.ts +6 -0
  16. package/dist/models/GetAppDatabaseTableSchemasRequest.js.map +1 -1
  17. package/dist/models/GetAppDatabaseTableSchemasResponseBody.d.ts +35 -1
  18. package/dist/models/GetAppDatabaseTableSchemasResponseBody.js.map +1 -1
  19. package/dist/models/GetAppInstanceForAdminResponseBody.d.ts +2 -2
  20. package/dist/models/GetAppInstanceResponseBody.d.ts +3 -3
  21. package/dist/models/GetAppPluginResponseBody.d.ts +20 -4
  22. package/dist/models/GetAppPluginResponseBody.js +4 -0
  23. package/dist/models/GetAppPluginResponseBody.js.map +1 -1
  24. package/dist/models/GetAppSandboxPreviewUrlRequest.d.ts +2 -2
  25. package/dist/models/GetAppSandboxPreviewUrlResponseBody.d.ts +12 -12
  26. package/dist/models/GetAppSupabaseInstanceRequest.d.ts +1 -1
  27. package/dist/models/GetAppSupabaseInstanceResponseBody.d.ts +21 -21
  28. package/dist/models/GetAppTemplateRequest.d.ts +1 -1
  29. package/dist/models/GetAppTemplateResponseBody.d.ts +48 -48
  30. package/dist/models/GetOssUploadPolicyResponseBody.d.ts +6 -6
  31. package/dist/models/GetTempDownloadUrlRequest.d.ts +3 -0
  32. package/dist/models/GetTempDownloadUrlRequest.js.map +1 -1
  33. package/dist/models/GetTempDownloadUrlResponseBody.d.ts +36 -1
  34. package/dist/models/GetTempDownloadUrlResponseBody.js.map +1 -1
  35. package/dist/models/ListAppConversationMessagesRequest.d.ts +7 -7
  36. package/dist/models/ListAppConversationMessagesResponseBody.d.ts +36 -37
  37. package/dist/models/ListAppConversationMessagesResponseBody.js.map +1 -1
  38. package/dist/models/ListAppInstancesResponseBody.d.ts +5 -2
  39. package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
  40. package/dist/models/ListAppPluginConfigsRequest.d.ts +4 -4
  41. package/dist/models/ListAppPluginConfigsResponseBody.d.ts +29 -29
  42. package/dist/models/ListAppPublishHistoryRequest.d.ts +11 -11
  43. package/dist/models/ListAppPublishHistoryResponseBody.d.ts +39 -39
  44. package/dist/models/ListAppTemplateDictsRequest.d.ts +4 -4
  45. package/dist/models/ListAppTemplateDictsResponseBody.d.ts +24 -24
  46. package/dist/models/ListIsvPaymentPluginConfigsRequest.d.ts +4 -4
  47. package/dist/models/ListIsvPaymentPluginConfigsResponseBody.d.ts +25 -25
  48. package/dist/models/ListMarketplaceAppPluginsResponseBody.d.ts +3 -2
  49. package/dist/models/ListMarketplaceAppPluginsResponseBody.js +2 -0
  50. package/dist/models/ListMarketplaceAppPluginsResponseBody.js.map +1 -1
  51. package/dist/models/PublishAppInstanceRequest.d.ts +6 -6
  52. package/dist/models/PublishAppInstanceResponseBody.d.ts +12 -12
  53. package/dist/models/RollbackAppCodeSnapshotRequest.d.ts +2 -2
  54. package/dist/models/RollbackAppCodeSnapshotResponseBody.d.ts +15 -15
  55. package/dist/models/UpdateAppSupabaseAuthConfigRequest.d.ts +2 -2
  56. package/dist/models/UpdateAppSupabaseAuthConfigResponseBody.d.ts +11 -11
  57. package/dist/models/UpdateMiniAppBindingRequest.d.ts +4 -4
  58. package/dist/models/UpdateMiniAppBindingResponseBody.d.ts +2 -2
  59. package/package.json +1 -1
  60. package/src/client.ts +73 -73
  61. package/src/models/AppInstanceProfile.ts +67 -0
  62. package/src/models/CreateAppChatRequest.ts +5 -5
  63. package/src/models/CreateAppLlmApiKeyForPartnerRequest.ts +4 -4
  64. package/src/models/CreateAppLlmApiKeyForPartnerResponseBody.ts +12 -12
  65. package/src/models/DeleteAppNotificationSceneRequest.ts +6 -0
  66. package/src/models/DeleteAppNotificationSceneResponseBody.ts +36 -1
  67. package/src/models/GetAppCodeWorkspaceDetailRequest.ts +1 -1
  68. package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +19 -19
  69. package/src/models/GetAppDatabaseTableSchemasRequest.ts +6 -0
  70. package/src/models/GetAppDatabaseTableSchemasResponseBody.ts +35 -1
  71. package/src/models/GetAppInstanceForAdminResponseBody.ts +2 -2
  72. package/src/models/GetAppInstanceResponseBody.ts +3 -3
  73. package/src/models/GetAppPluginResponseBody.ts +24 -4
  74. package/src/models/GetAppSandboxPreviewUrlRequest.ts +2 -2
  75. package/src/models/GetAppSandboxPreviewUrlResponseBody.ts +12 -12
  76. package/src/models/GetAppSupabaseInstanceRequest.ts +1 -1
  77. package/src/models/GetAppSupabaseInstanceResponseBody.ts +21 -21
  78. package/src/models/GetAppTemplateRequest.ts +1 -1
  79. package/src/models/GetAppTemplateResponseBody.ts +49 -49
  80. package/src/models/GetOssUploadPolicyResponseBody.ts +6 -6
  81. package/src/models/GetTempDownloadUrlRequest.ts +3 -0
  82. package/src/models/GetTempDownloadUrlResponseBody.ts +36 -1
  83. package/src/models/ListAppConversationMessagesRequest.ts +7 -7
  84. package/src/models/ListAppConversationMessagesResponseBody.ts +36 -37
  85. package/src/models/ListAppInstancesResponseBody.ts +5 -2
  86. package/src/models/ListAppPluginConfigsRequest.ts +4 -4
  87. package/src/models/ListAppPluginConfigsResponseBody.ts +31 -31
  88. package/src/models/ListAppPublishHistoryRequest.ts +11 -11
  89. package/src/models/ListAppPublishHistoryResponseBody.ts +39 -39
  90. package/src/models/ListAppTemplateDictsRequest.ts +4 -4
  91. package/src/models/ListAppTemplateDictsResponseBody.ts +24 -24
  92. package/src/models/ListIsvPaymentPluginConfigsRequest.ts +4 -4
  93. package/src/models/ListIsvPaymentPluginConfigsResponseBody.ts +25 -25
  94. package/src/models/ListMarketplaceAppPluginsResponseBody.ts +5 -2
  95. package/src/models/PublishAppInstanceRequest.ts +6 -6
  96. package/src/models/PublishAppInstanceResponseBody.ts +12 -12
  97. package/src/models/RollbackAppCodeSnapshotRequest.ts +2 -2
  98. package/src/models/RollbackAppCodeSnapshotResponseBody.ts +15 -15
  99. package/src/models/UpdateAppSupabaseAuthConfigRequest.ts +2 -2
  100. package/src/models/UpdateAppSupabaseAuthConfigResponseBody.ts +11 -11
  101. package/src/models/UpdateMiniAppBindingRequest.ts +4 -4
  102. package/src/models/UpdateMiniAppBindingResponseBody.ts +2 -2
package/dist/client.js CHANGED
@@ -856,7 +856,7 @@ class Client extends openapi_core_1.default {
856
856
  return await this.createAppAssistantAgentSsoLoginWithOptions(request, runtime);
857
857
  }
858
858
  /**
859
- * Wan Xiaozhi initiates an AI conversation
859
+ * Initiates an AI conversation with Wan Xiaozhi.
860
860
  *
861
861
  * @param request - CreateAppChatRequest
862
862
  * @param runtime - runtime options for this request RuntimeOptions
@@ -924,7 +924,7 @@ class Client extends openapi_core_1.default {
924
924
  });
925
925
  }
926
926
  /**
927
- * Wan Xiaozhi initiates an AI conversation
927
+ * Initiates an AI conversation with Wan Xiaozhi.
928
928
  *
929
929
  * @param request - CreateAppChatRequest
930
930
  * @param runtime - runtime options for this request RuntimeOptions
@@ -965,7 +965,7 @@ class Client extends openapi_core_1.default {
965
965
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppChatResponse({}));
966
966
  }
967
967
  /**
968
- * Wan Xiaozhi initiates an AI conversation
968
+ * Initiates an AI conversation with Wan Xiaozhi.
969
969
  *
970
970
  * @param request - CreateAppChatRequest
971
971
  * @returns CreateAppChatResponse
@@ -1111,10 +1111,10 @@ class Client extends openapi_core_1.default {
1111
1111
  return await this.createAppInstanceTicketWithOptions(request, runtime);
1112
1112
  }
1113
1113
  /**
1114
- * Create an LLM gateway API key for an application instance
1114
+ * Creates an LLM gateway API key for an application instance.
1115
1115
  *
1116
1116
  * @remarks
1117
- * Obtain the configuration information of the code generation plugin
1117
+ * Retrieves the code generation plugin configuration information.
1118
1118
  *
1119
1119
  * @param request - CreateAppLlmApiKeyForPartnerRequest
1120
1120
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1152,10 +1152,10 @@ class Client extends openapi_core_1.default {
1152
1152
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppLlmApiKeyForPartnerResponse({}));
1153
1153
  }
1154
1154
  /**
1155
- * Create an LLM gateway API key for an application instance
1155
+ * Creates an LLM gateway API key for an application instance.
1156
1156
  *
1157
1157
  * @remarks
1158
- * Obtain the configuration information of the code generation plugin
1158
+ * Retrieves the code generation plugin configuration information.
1159
1159
  *
1160
1160
  * @param request - CreateAppLlmApiKeyForPartnerRequest
1161
1161
  * @returns CreateAppLlmApiKeyForPartnerResponse
@@ -1837,10 +1837,10 @@ class Client extends openapi_core_1.default {
1837
1837
  return await this.deleteAppInstanceFileWithOptions(request, runtime);
1838
1838
  }
1839
1839
  /**
1840
- * 删除消息通知场景
1840
+ * Deletes a message notification scenario.
1841
1841
  *
1842
1842
  * @remarks
1843
- * 查询应用实例信息
1843
+ * Queries application instance information.
1844
1844
  *
1845
1845
  * @param request - DeleteAppNotificationSceneRequest
1846
1846
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1872,10 +1872,10 @@ class Client extends openapi_core_1.default {
1872
1872
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAppNotificationSceneResponse({}));
1873
1873
  }
1874
1874
  /**
1875
- * 删除消息通知场景
1875
+ * Deletes a message notification scenario.
1876
1876
  *
1877
1877
  * @remarks
1878
- * 查询应用实例信息
1878
+ * Queries application instance information.
1879
1879
  *
1880
1880
  * @param request - DeleteAppNotificationSceneRequest
1881
1881
  * @returns DeleteAppNotificationSceneResponse
@@ -2489,10 +2489,10 @@ class Client extends openapi_core_1.default {
2489
2489
  return await this.getAIStaffPreviewUrlWithOptions(request, runtime);
2490
2490
  }
2491
2491
  /**
2492
- * Retrieve code workspace details
2492
+ * Retrieves the details of a code workspace.
2493
2493
  *
2494
2494
  * @remarks
2495
- * Query application instance information
2495
+ * Queries application instance information.
2496
2496
  *
2497
2497
  * @param request - GetAppCodeWorkspaceDetailRequest
2498
2498
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2521,10 +2521,10 @@ class Client extends openapi_core_1.default {
2521
2521
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppCodeWorkspaceDetailResponse({}));
2522
2522
  }
2523
2523
  /**
2524
- * Retrieve code workspace details
2524
+ * Retrieves the details of a code workspace.
2525
2525
  *
2526
2526
  * @remarks
2527
- * Query application instance information
2527
+ * Queries application instance information.
2528
2528
  *
2529
2529
  * @param request - GetAppCodeWorkspaceDetailRequest
2530
2530
  * @returns GetAppCodeWorkspaceDetailResponse
@@ -2627,10 +2627,10 @@ class Client extends openapi_core_1.default {
2627
2627
  return await this.getAppConversationLockStatusWithOptions(request, runtime);
2628
2628
  }
2629
2629
  /**
2630
- * 查询数据库表结构
2630
+ * Queries the table schema of a database.
2631
2631
  *
2632
2632
  * @remarks
2633
- * 查询应用实例信息
2633
+ * Queries application instance information.
2634
2634
  *
2635
2635
  * @param request - GetAppDatabaseTableSchemasRequest
2636
2636
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2662,10 +2662,10 @@ class Client extends openapi_core_1.default {
2662
2662
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppDatabaseTableSchemasResponse({}));
2663
2663
  }
2664
2664
  /**
2665
- * 查询数据库表结构
2665
+ * Queries the table schema of a database.
2666
2666
  *
2667
2667
  * @remarks
2668
- * 查询应用实例信息
2668
+ * Queries application instance information.
2669
2669
  *
2670
2670
  * @param request - GetAppDatabaseTableSchemasRequest
2671
2671
  * @returns GetAppDatabaseTableSchemasResponse
@@ -3188,10 +3188,10 @@ class Client extends openapi_core_1.default {
3188
3188
  return await this.getAppRequirementWithOptions(request, runtime);
3189
3189
  }
3190
3190
  /**
3191
- * Obtain sandbox preview URL
3191
+ * Retrieves the sandbox preview URL.
3192
3192
  *
3193
3193
  * @remarks
3194
- * Wan Xiaozhi 2.0 - Obtain site preview URL
3194
+ * Wanxiaozhi 2.0 - Retrieves the site preview URL.
3195
3195
  *
3196
3196
  * @param request - GetAppSandboxPreviewUrlRequest
3197
3197
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3223,10 +3223,10 @@ class Client extends openapi_core_1.default {
3223
3223
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSandboxPreviewUrlResponse({}));
3224
3224
  }
3225
3225
  /**
3226
- * Obtain sandbox preview URL
3226
+ * Retrieves the sandbox preview URL.
3227
3227
  *
3228
3228
  * @remarks
3229
- * Wan Xiaozhi 2.0 - Obtain site preview URL
3229
+ * Wanxiaozhi 2.0 - Retrieves the site preview URL.
3230
3230
  *
3231
3231
  * @param request - GetAppSandboxPreviewUrlRequest
3232
3232
  * @returns GetAppSandboxPreviewUrlResponse
@@ -3437,10 +3437,10 @@ class Client extends openapi_core_1.default {
3437
3437
  return await this.getAppSupabaseAuthConfigWithOptions(request, runtime);
3438
3438
  }
3439
3439
  /**
3440
- * Obtain Supabase instance information
3440
+ * Retrieves information about a Supabase instance.
3441
3441
  *
3442
3442
  * @remarks
3443
- * Query application instance information
3443
+ * Queries application instance information.
3444
3444
  *
3445
3445
  * @param request - GetAppSupabaseInstanceRequest
3446
3446
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3469,10 +3469,10 @@ class Client extends openapi_core_1.default {
3469
3469
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppSupabaseInstanceResponse({}));
3470
3470
  }
3471
3471
  /**
3472
- * Obtain Supabase instance information
3472
+ * Retrieves information about a Supabase instance.
3473
3473
  *
3474
3474
  * @remarks
3475
- * Query application instance information
3475
+ * Queries application instance information.
3476
3476
  *
3477
3477
  * @param request - GetAppSupabaseInstanceRequest
3478
3478
  * @returns GetAppSupabaseInstanceResponse
@@ -3530,10 +3530,10 @@ class Client extends openapi_core_1.default {
3530
3530
  return await this.getAppSupabaseSecretsWithOptions(request, runtime);
3531
3531
  }
3532
3532
  /**
3533
- * Query template details
3533
+ * Queries the details of a template.
3534
3534
  *
3535
3535
  * @remarks
3536
- * Obtain the configuration information of the code generation plugin
3536
+ * Retrieves the configuration information of a code generation plugin.
3537
3537
  *
3538
3538
  * @param request - GetAppTemplateRequest
3539
3539
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3562,10 +3562,10 @@ class Client extends openapi_core_1.default {
3562
3562
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAppTemplateResponse({}));
3563
3563
  }
3564
3564
  /**
3565
- * Query template details
3565
+ * Queries the details of a template.
3566
3566
  *
3567
3567
  * @remarks
3568
- * Obtain the configuration information of the code generation plugin
3568
+ * Retrieves the configuration information of a code generation plugin.
3569
3569
  *
3570
3570
  * @param request - GetAppTemplateRequest
3571
3571
  * @returns GetAppTemplateResponse
@@ -3984,7 +3984,7 @@ class Client extends openapi_core_1.default {
3984
3984
  * Generates a file upload policy.
3985
3985
  *
3986
3986
  * @remarks
3987
- * Retrieves the configuration information of the code generation plug-in.
3987
+ * Retrieves the configuration information of the code generation plugin.
3988
3988
  *
3989
3989
  * @param request - GetOssUploadPolicyRequest
3990
3990
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4016,7 +4016,7 @@ class Client extends openapi_core_1.default {
4016
4016
  * Generates a file upload policy.
4017
4017
  *
4018
4018
  * @remarks
4019
- * Retrieves the configuration information of the code generation plug-in.
4019
+ * Retrieves the configuration information of the code generation plugin.
4020
4020
  *
4021
4021
  * @param request - GetOssUploadPolicyRequest
4022
4022
  * @returns GetOssUploadPolicyResponse
@@ -4026,10 +4026,10 @@ class Client extends openapi_core_1.default {
4026
4026
  return await this.getOssUploadPolicyWithOptions(request, runtime);
4027
4027
  }
4028
4028
  /**
4029
- * 获取临时下载地址
4029
+ * Retrieves a temporary download URL.
4030
4030
  *
4031
4031
  * @remarks
4032
- * 获取生码插件配置信息
4032
+ * Retrieves the configuration information of the code generation plugin.
4033
4033
  *
4034
4034
  * @param request - GetTempDownloadUrlRequest
4035
4035
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4058,10 +4058,10 @@ class Client extends openapi_core_1.default {
4058
4058
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTempDownloadUrlResponse({}));
4059
4059
  }
4060
4060
  /**
4061
- * 获取临时下载地址
4061
+ * Retrieves a temporary download URL.
4062
4062
  *
4063
4063
  * @remarks
4064
- * 获取生码插件配置信息
4064
+ * Retrieves the configuration information of the code generation plugin.
4065
4065
  *
4066
4066
  * @param request - GetTempDownloadUrlRequest
4067
4067
  * @returns GetTempDownloadUrlResponse
@@ -4620,10 +4620,10 @@ class Client extends openapi_core_1.default {
4620
4620
  return await this.listAppCommoditySpecificationsV2ForPartnerWithOptions(request, runtime);
4621
4621
  }
4622
4622
  /**
4623
- * Paged query of conversation message list
4623
+ * Queries the list of conversation messages by paging.
4624
4624
  *
4625
4625
  * @remarks
4626
- * Wan Xiaozhi 2.0 - AI session history information query API
4626
+ * Wanxiaozhi 2.0 - API for querying AI session history information.
4627
4627
  *
4628
4628
  * @param request - ListAppConversationMessagesRequest
4629
4629
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4667,10 +4667,10 @@ class Client extends openapi_core_1.default {
4667
4667
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppConversationMessagesResponse({}));
4668
4668
  }
4669
4669
  /**
4670
- * Paged query of conversation message list
4670
+ * Queries the list of conversation messages by paging.
4671
4671
  *
4672
4672
  * @remarks
4673
- * Wan Xiaozhi 2.0 - AI session history information query API
4673
+ * Wanxiaozhi 2.0 - API for querying AI session history information.
4674
4674
  *
4675
4675
  * @param request - ListAppConversationMessagesRequest
4676
4676
  * @returns ListAppConversationMessagesResponse
@@ -4934,10 +4934,10 @@ class Client extends openapi_core_1.default {
4934
4934
  return await this.listAppInstancesWithOptions(request, runtime);
4935
4935
  }
4936
4936
  /**
4937
- * Retrieve the list of Code Farmer plugin configurations
4937
+ * Retrieves the list of code generation plug-in configurations.
4938
4938
  *
4939
4939
  * @remarks
4940
- * Retrieve the configuration information of the code generation plugin
4940
+ * Retrieves the configuration information of code generation plug-ins.
4941
4941
  *
4942
4942
  * @param request - ListAppPluginConfigsRequest
4943
4943
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4972,10 +4972,10 @@ class Client extends openapi_core_1.default {
4972
4972
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPluginConfigsResponse({}));
4973
4973
  }
4974
4974
  /**
4975
- * Retrieve the list of Code Farmer plugin configurations
4975
+ * Retrieves the list of code generation plug-in configurations.
4976
4976
  *
4977
4977
  * @remarks
4978
- * Retrieve the configuration information of the code generation plugin
4978
+ * Retrieves the configuration information of code generation plug-ins.
4979
4979
  *
4980
4980
  * @param request - ListAppPluginConfigsRequest
4981
4981
  * @returns ListAppPluginConfigsResponse
@@ -5141,10 +5141,10 @@ class Client extends openapi_core_1.default {
5141
5141
  return await this.listAppPluginsWithOptions(request, runtime);
5142
5142
  }
5143
5143
  /**
5144
- * Query publish history
5144
+ * Queries the publish history.
5145
5145
  *
5146
5146
  * @remarks
5147
- * Query application instance information
5147
+ * Queries application instance information.
5148
5148
  *
5149
5149
  * @param request - ListAppPublishHistoryRequest
5150
5150
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5206,10 +5206,10 @@ class Client extends openapi_core_1.default {
5206
5206
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppPublishHistoryResponse({}));
5207
5207
  }
5208
5208
  /**
5209
- * Query publish history
5209
+ * Queries the publish history.
5210
5210
  *
5211
5211
  * @remarks
5212
- * Query application instance information
5212
+ * Queries application instance information.
5213
5213
  *
5214
5214
  * @param request - ListAppPublishHistoryRequest
5215
5215
  * @returns ListAppPublishHistoryResponse
@@ -5219,10 +5219,10 @@ class Client extends openapi_core_1.default {
5219
5219
  return await this.listAppPublishHistoryWithOptions(request, runtime);
5220
5220
  }
5221
5221
  /**
5222
- * Query dictionary list
5222
+ * Queries a list of dictionaries.
5223
5223
  *
5224
5224
  * @remarks
5225
- * Query application instance information
5225
+ * Queries application instance information.
5226
5226
  *
5227
5227
  * @param request - ListAppTemplateDictsRequest
5228
5228
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5257,10 +5257,10 @@ class Client extends openapi_core_1.default {
5257
5257
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppTemplateDictsResponse({}));
5258
5258
  }
5259
5259
  /**
5260
- * Query dictionary list
5260
+ * Queries a list of dictionaries.
5261
5261
  *
5262
5262
  * @remarks
5263
- * Query application instance information
5263
+ * Queries application instance information.
5264
5264
  *
5265
5265
  * @param request - ListAppTemplateDictsRequest
5266
5266
  * @returns ListAppTemplateDictsResponse
@@ -5342,10 +5342,10 @@ class Client extends openapi_core_1.default {
5342
5342
  return await this.listAppTemplatesWithOptions(request, runtime);
5343
5343
  }
5344
5344
  /**
5345
- * Query Alipay ISV plugin configuration
5345
+ * Queries the Alipay ISV plugin configuration.
5346
5346
  *
5347
5347
  * @remarks
5348
- * Obtain barcode generation plugin configuration information
5348
+ * Retrieves the QR code generation plugin configuration information.
5349
5349
  *
5350
5350
  * @param request - ListIsvPaymentPluginConfigsRequest
5351
5351
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5380,10 +5380,10 @@ class Client extends openapi_core_1.default {
5380
5380
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIsvPaymentPluginConfigsResponse({}));
5381
5381
  }
5382
5382
  /**
5383
- * Query Alipay ISV plugin configuration
5383
+ * Queries the Alipay ISV plugin configuration.
5384
5384
  *
5385
5385
  * @remarks
5386
- * Obtain barcode generation plugin configuration information
5386
+ * Retrieves the QR code generation plugin configuration information.
5387
5387
  *
5388
5388
  * @param request - ListIsvPaymentPluginConfigsRequest
5389
5389
  * @returns ListIsvPaymentPluginConfigsResponse
@@ -5393,7 +5393,7 @@ class Client extends openapi_core_1.default {
5393
5393
  return await this.listIsvPaymentPluginConfigsWithOptions(request, runtime);
5394
5394
  }
5395
5395
  /**
5396
- * Queries the list of application plugins in the marketplace.
5396
+ * Queries the application plugin marketplace list.
5397
5397
  *
5398
5398
  * @remarks
5399
5399
  * Retrieves the configuration information of code generation plugins.
@@ -5437,7 +5437,7 @@ class Client extends openapi_core_1.default {
5437
5437
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMarketplaceAppPluginsResponse({}));
5438
5438
  }
5439
5439
  /**
5440
- * Queries the list of application plugins in the marketplace.
5440
+ * Queries the application plugin marketplace list.
5441
5441
  *
5442
5442
  * @remarks
5443
5443
  * Retrieves the configuration information of code generation plugins.
@@ -6576,10 +6576,10 @@ class Client extends openapi_core_1.default {
6576
6576
  return await this.operateSupabaseForAdminWithOptions(request, runtime);
6577
6577
  }
6578
6578
  /**
6579
- * Publish application instance
6579
+ * Publishes an application instance.
6580
6580
  *
6581
6581
  * @remarks
6582
- * Query application instance information
6582
+ * Queries application instance information.
6583
6583
  *
6584
6584
  * @param request - PublishAppInstanceRequest
6585
6585
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6623,10 +6623,10 @@ class Client extends openapi_core_1.default {
6623
6623
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PublishAppInstanceResponse({}));
6624
6624
  }
6625
6625
  /**
6626
- * Publish application instance
6626
+ * Publishes an application instance.
6627
6627
  *
6628
6628
  * @remarks
6629
- * Query application instance information
6629
+ * Queries application instance information.
6630
6630
  *
6631
6631
  * @param request - PublishAppInstanceRequest
6632
6632
  * @returns PublishAppInstanceResponse
@@ -7987,10 +7987,10 @@ class Client extends openapi_core_1.default {
7987
7987
  return await this.revokeRbacUserRoleWithOptions(request, runtime);
7988
7988
  }
7989
7989
  /**
7990
- * Code snapshot rollback
7990
+ * Rolls back a code snapshot.
7991
7991
  *
7992
7992
  * @remarks
7993
- * Obtain the configuration information of the code generation plugin
7993
+ * Retrieves the configuration information of the code generation plugin.
7994
7994
  *
7995
7995
  * @param request - RollbackAppCodeSnapshotRequest
7996
7996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8022,10 +8022,10 @@ class Client extends openapi_core_1.default {
8022
8022
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RollbackAppCodeSnapshotResponse({}));
8023
8023
  }
8024
8024
  /**
8025
- * Code snapshot rollback
8025
+ * Rolls back a code snapshot.
8026
8026
  *
8027
8027
  * @remarks
8028
- * Obtain the configuration information of the code generation plugin
8028
+ * Retrieves the configuration information of the code generation plugin.
8029
8029
  *
8030
8030
  * @param request - RollbackAppCodeSnapshotRequest
8031
8031
  * @returns RollbackAppCodeSnapshotResponse
@@ -9092,10 +9092,10 @@ class Client extends openapi_core_1.default {
9092
9092
  return await this.updateAppSeoStatusWithOptions(request, runtime);
9093
9093
  }
9094
9094
  /**
9095
- * Update Supabase authentication configuration
9095
+ * Updates the Supabase authentication configuration.
9096
9096
  *
9097
9097
  * @remarks
9098
- * Query the auth configuration information of the Supabase instance corresponding to the resource
9098
+ * Queries the Supabase instance authentication configuration information corresponding to a resource.
9099
9099
  *
9100
9100
  * @param request - UpdateAppSupabaseAuthConfigRequest
9101
9101
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9127,10 +9127,10 @@ class Client extends openapi_core_1.default {
9127
9127
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppSupabaseAuthConfigResponse({}));
9128
9128
  }
9129
9129
  /**
9130
- * Update Supabase authentication configuration
9130
+ * Updates the Supabase authentication configuration.
9131
9131
  *
9132
9132
  * @remarks
9133
- * Query the auth configuration information of the Supabase instance corresponding to the resource
9133
+ * Queries the Supabase instance authentication configuration information corresponding to a resource.
9134
9134
  *
9135
9135
  * @param request - UpdateAppSupabaseAuthConfigRequest
9136
9136
  * @returns UpdateAppSupabaseAuthConfigResponse
@@ -9197,7 +9197,7 @@ class Client extends openapi_core_1.default {
9197
9197
  return await this.updateAppSupabaseSecretWithOptions(request, runtime);
9198
9198
  }
9199
9199
  /**
9200
- * Update miniapp binding information
9200
+ * Updates the binding information of a mini program.
9201
9201
  *
9202
9202
  * @param request - UpdateMiniAppBindingRequest
9203
9203
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9235,7 +9235,7 @@ class Client extends openapi_core_1.default {
9235
9235
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMiniAppBindingResponse({}));
9236
9236
  }
9237
9237
  /**
9238
- * Update miniapp binding information
9238
+ * Updates the binding information of a mini program.
9239
9239
  *
9240
9240
  * @param request - UpdateMiniAppBindingRequest
9241
9241
  * @returns UpdateMiniAppBindingResponse
@@ -1,24 +1,89 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class AppInstanceProfile extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The application type code.
6
+ */
3
7
  applicationType?: string;
8
+ /**
9
+ * @remarks
10
+ * The text description of the application type.
11
+ */
4
12
  applicationTypeText?: string;
13
+ /**
14
+ * @remarks
15
+ * The business ID.
16
+ */
5
17
  bizId?: string;
6
18
  chatbiTaskId?: string;
7
19
  chatbiTaskStatus?: string;
20
+ /**
21
+ * @remarks
22
+ * The commodity code.
23
+ */
8
24
  commodityCode?: string;
25
+ /**
26
+ * @remarks
27
+ * The customer service information.
28
+ */
9
29
  customerService?: string;
30
+ /**
31
+ * @remarks
32
+ * The deployment area.
33
+ */
10
34
  deployArea?: string;
35
+ icpbaNo?: string;
36
+ /**
37
+ * @remarks
38
+ * The associated instance ID.
39
+ */
11
40
  instanceId?: string;
12
41
  openChatBi?: boolean;
42
+ /**
43
+ * @remarks
44
+ * The time when the order was placed.
45
+ */
13
46
  ordTime?: string;
47
+ /**
48
+ * @remarks
49
+ * The order ID.
50
+ */
14
51
  orderId?: string;
52
+ /**
53
+ * @remarks
54
+ * The payment time.
55
+ */
15
56
  payTime?: string;
16
57
  previewUrl?: string;
58
+ /**
59
+ * @remarks
60
+ * The SEO site information.
61
+ */
17
62
  seoSite?: string;
63
+ /**
64
+ * @remarks
65
+ * The site version code.
66
+ */
18
67
  siteVersion?: string;
68
+ /**
69
+ * @remarks
70
+ * The text description of the site version.
71
+ */
19
72
  siteVersionText?: string;
73
+ /**
74
+ * @remarks
75
+ * The source information.
76
+ */
20
77
  source?: string;
78
+ /**
79
+ * @remarks
80
+ * The ETag of the template.
81
+ */
21
82
  templateEtag?: string;
83
+ /**
84
+ * @remarks
85
+ * The template ID.
86
+ */
22
87
  templateId?: string;
23
88
  static names(): {
24
89
  [key: string]: string;
@@ -47,6 +47,7 @@ class AppInstanceProfile extends $dara.Model {
47
47
  commodityCode: 'CommodityCode',
48
48
  customerService: 'CustomerService',
49
49
  deployArea: 'DeployArea',
50
+ icpbaNo: 'IcpbaNo',
50
51
  instanceId: 'InstanceId',
51
52
  openChatBi: 'OpenChatBi',
52
53
  ordTime: 'OrdTime',
@@ -71,6 +72,7 @@ class AppInstanceProfile extends $dara.Model {
71
72
  commodityCode: 'string',
72
73
  customerService: 'string',
73
74
  deployArea: 'string',
75
+ icpbaNo: 'string',
74
76
  instanceId: 'string',
75
77
  openChatBi: 'boolean',
76
78
  ordTime: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAqBjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,qBAAqB;YAC1C,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,mBAAmB,EAAE,QAAQ;YAC7B,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,gDA8EC"}
1
+ {"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAsFjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,qBAAqB;YAC1C,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,mBAAmB,EAAE,QAAQ;YAC7B,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjJD,gDAiJC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateAppChatRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Bot ID
5
+ * The bot ID.
6
6
  *
7
7
  * @example
8
8
  * Zero2
@@ -10,7 +10,7 @@ export declare class CreateAppChatRequest extends $dara.Model {
10
10
  botId?: string;
11
11
  /**
12
12
  * @remarks
13
- * Chat ID to be provided when recovering a conversation after an execution break
13
+ * The chat ID passed in to resume a conversation after execution is interrupted.
14
14
  *
15
15
  * @example
16
16
  * 3b465fe1-6f06-4899-af9f-d43d9338df25
@@ -18,7 +18,7 @@ export declare class CreateAppChatRequest extends $dara.Model {
18
18
  chatId?: string;
19
19
  /**
20
20
  * @remarks
21
- * Session ID; required from the second turn onward in a multi-turn conversation scenario
21
+ * The conversation ID. This parameter is required from the second round onward in multi-turn conversation scenarios.
22
22
  *
23
23
  * @example
24
24
  * 593fe1a2-d0b4-4fde-a2b0-78ad6a438d41
@@ -26,7 +26,7 @@ export declare class CreateAppChatRequest extends $dara.Model {
26
26
  conversationId?: string;
27
27
  /**
28
28
  * @remarks
29
- * List of conversation messages (in JSON array format)
29
+ * The list of conversation messages in JSON array format.
30
30
  *
31
31
  * @example
32
32
  * [\\r\\n {\\r\\n \\"role\\": \\"user\\",\\r\\n \\"content\\": \\"Prove that there are only five platonic solids, namely the tetrahedron, octahedron, icosahedron, cube, and dodecahedron.\\"\\r\\n }\\r\\n]
@@ -34,7 +34,7 @@ export declare class CreateAppChatRequest extends $dara.Model {
34
34
  messages?: string;
35
35
  /**
36
36
  * @remarks
37
- * Site ID
37
+ * The site ID.
38
38
  *
39
39
  * @example
40
40
  * 857240041851344