@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/src/client.ts CHANGED
@@ -899,7 +899,7 @@ export default class Client extends OpenApi {
899
899
  }
900
900
 
901
901
  /**
902
- * Wan Xiaozhi initiates an AI conversation
902
+ * Initiates an AI conversation with Wan Xiaozhi.
903
903
  *
904
904
  * @param request - CreateAppChatRequest
905
905
  * @param runtime - runtime options for this request RuntimeOptions
@@ -960,7 +960,7 @@ export default class Client extends OpenApi {
960
960
  }
961
961
 
962
962
  /**
963
- * Wan Xiaozhi initiates an AI conversation
963
+ * Initiates an AI conversation with Wan Xiaozhi.
964
964
  *
965
965
  * @param request - CreateAppChatRequest
966
966
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1007,7 +1007,7 @@ export default class Client extends OpenApi {
1007
1007
  }
1008
1008
 
1009
1009
  /**
1010
- * Wan Xiaozhi initiates an AI conversation
1010
+ * Initiates an AI conversation with Wan Xiaozhi.
1011
1011
  *
1012
1012
  * @param request - CreateAppChatRequest
1013
1013
  * @returns CreateAppChatResponse
@@ -1178,10 +1178,10 @@ export default class Client extends OpenApi {
1178
1178
  }
1179
1179
 
1180
1180
  /**
1181
- * Create an LLM gateway API key for an application instance
1181
+ * Creates an LLM gateway API key for an application instance.
1182
1182
  *
1183
1183
  * @remarks
1184
- * Obtain the configuration information of the code generation plugin
1184
+ * Retrieves the code generation plugin configuration information.
1185
1185
  *
1186
1186
  * @param request - CreateAppLlmApiKeyForPartnerRequest
1187
1187
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1224,10 +1224,10 @@ export default class Client extends OpenApi {
1224
1224
  }
1225
1225
 
1226
1226
  /**
1227
- * Create an LLM gateway API key for an application instance
1227
+ * Creates an LLM gateway API key for an application instance.
1228
1228
  *
1229
1229
  * @remarks
1230
- * Obtain the configuration information of the code generation plugin
1230
+ * Retrieves the code generation plugin configuration information.
1231
1231
  *
1232
1232
  * @param request - CreateAppLlmApiKeyForPartnerRequest
1233
1233
  * @returns CreateAppLlmApiKeyForPartnerResponse
@@ -1988,10 +1988,10 @@ export default class Client extends OpenApi {
1988
1988
  }
1989
1989
 
1990
1990
  /**
1991
- * 删除消息通知场景
1991
+ * Deletes a message notification scenario.
1992
1992
  *
1993
1993
  * @remarks
1994
- * 查询应用实例信息
1994
+ * Queries application instance information.
1995
1995
  *
1996
1996
  * @param request - DeleteAppNotificationSceneRequest
1997
1997
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2026,10 +2026,10 @@ export default class Client extends OpenApi {
2026
2026
  }
2027
2027
 
2028
2028
  /**
2029
- * 删除消息通知场景
2029
+ * Deletes a message notification scenario.
2030
2030
  *
2031
2031
  * @remarks
2032
- * 查询应用实例信息
2032
+ * Queries application instance information.
2033
2033
  *
2034
2034
  * @param request - DeleteAppNotificationSceneRequest
2035
2035
  * @returns DeleteAppNotificationSceneResponse
@@ -2702,10 +2702,10 @@ export default class Client extends OpenApi {
2702
2702
  }
2703
2703
 
2704
2704
  /**
2705
- * Retrieve code workspace details
2705
+ * Retrieves the details of a code workspace.
2706
2706
  *
2707
2707
  * @remarks
2708
- * Query application instance information
2708
+ * Queries application instance information.
2709
2709
  *
2710
2710
  * @param request - GetAppCodeWorkspaceDetailRequest
2711
2711
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2736,10 +2736,10 @@ export default class Client extends OpenApi {
2736
2736
  }
2737
2737
 
2738
2738
  /**
2739
- * Retrieve code workspace details
2739
+ * Retrieves the details of a code workspace.
2740
2740
  *
2741
2741
  * @remarks
2742
- * Query application instance information
2742
+ * Queries application instance information.
2743
2743
  *
2744
2744
  * @param request - GetAppCodeWorkspaceDetailRequest
2745
2745
  * @returns GetAppCodeWorkspaceDetailResponse
@@ -2850,10 +2850,10 @@ export default class Client extends OpenApi {
2850
2850
  }
2851
2851
 
2852
2852
  /**
2853
- * 查询数据库表结构
2853
+ * Queries the table schema of a database.
2854
2854
  *
2855
2855
  * @remarks
2856
- * 查询应用实例信息
2856
+ * Queries application instance information.
2857
2857
  *
2858
2858
  * @param request - GetAppDatabaseTableSchemasRequest
2859
2859
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2888,10 +2888,10 @@ export default class Client extends OpenApi {
2888
2888
  }
2889
2889
 
2890
2890
  /**
2891
- * 查询数据库表结构
2891
+ * Queries the table schema of a database.
2892
2892
  *
2893
2893
  * @remarks
2894
- * 查询应用实例信息
2894
+ * Queries application instance information.
2895
2895
  *
2896
2896
  * @param request - GetAppDatabaseTableSchemasRequest
2897
2897
  * @returns GetAppDatabaseTableSchemasResponse
@@ -3456,10 +3456,10 @@ export default class Client extends OpenApi {
3456
3456
  }
3457
3457
 
3458
3458
  /**
3459
- * Obtain sandbox preview URL
3459
+ * Retrieves the sandbox preview URL.
3460
3460
  *
3461
3461
  * @remarks
3462
- * Wan Xiaozhi 2.0 - Obtain site preview URL
3462
+ * Wanxiaozhi 2.0 - Retrieves the site preview URL.
3463
3463
  *
3464
3464
  * @param request - GetAppSandboxPreviewUrlRequest
3465
3465
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3494,10 +3494,10 @@ export default class Client extends OpenApi {
3494
3494
  }
3495
3495
 
3496
3496
  /**
3497
- * Obtain sandbox preview URL
3497
+ * Retrieves the sandbox preview URL.
3498
3498
  *
3499
3499
  * @remarks
3500
- * Wan Xiaozhi 2.0 - Obtain site preview URL
3500
+ * Wanxiaozhi 2.0 - Retrieves the site preview URL.
3501
3501
  *
3502
3502
  * @param request - GetAppSandboxPreviewUrlRequest
3503
3503
  * @returns GetAppSandboxPreviewUrlResponse
@@ -3728,10 +3728,10 @@ export default class Client extends OpenApi {
3728
3728
  }
3729
3729
 
3730
3730
  /**
3731
- * Obtain Supabase instance information
3731
+ * Retrieves information about a Supabase instance.
3732
3732
  *
3733
3733
  * @remarks
3734
- * Query application instance information
3734
+ * Queries application instance information.
3735
3735
  *
3736
3736
  * @param request - GetAppSupabaseInstanceRequest
3737
3737
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3762,10 +3762,10 @@ export default class Client extends OpenApi {
3762
3762
  }
3763
3763
 
3764
3764
  /**
3765
- * Obtain Supabase instance information
3765
+ * Retrieves information about a Supabase instance.
3766
3766
  *
3767
3767
  * @remarks
3768
- * Query application instance information
3768
+ * Queries application instance information.
3769
3769
  *
3770
3770
  * @param request - GetAppSupabaseInstanceRequest
3771
3771
  * @returns GetAppSupabaseInstanceResponse
@@ -3828,10 +3828,10 @@ export default class Client extends OpenApi {
3828
3828
  }
3829
3829
 
3830
3830
  /**
3831
- * Query template details
3831
+ * Queries the details of a template.
3832
3832
  *
3833
3833
  * @remarks
3834
- * Obtain the configuration information of the code generation plugin
3834
+ * Retrieves the configuration information of a code generation plugin.
3835
3835
  *
3836
3836
  * @param request - GetAppTemplateRequest
3837
3837
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3862,10 +3862,10 @@ export default class Client extends OpenApi {
3862
3862
  }
3863
3863
 
3864
3864
  /**
3865
- * Query template details
3865
+ * Queries the details of a template.
3866
3866
  *
3867
3867
  * @remarks
3868
- * Obtain the configuration information of the code generation plugin
3868
+ * Retrieves the configuration information of a code generation plugin.
3869
3869
  *
3870
3870
  * @param request - GetAppTemplateRequest
3871
3871
  * @returns GetAppTemplateResponse
@@ -4324,7 +4324,7 @@ export default class Client extends OpenApi {
4324
4324
  * Generates a file upload policy.
4325
4325
  *
4326
4326
  * @remarks
4327
- * Retrieves the configuration information of the code generation plug-in.
4327
+ * Retrieves the configuration information of the code generation plugin.
4328
4328
  *
4329
4329
  * @param request - GetOssUploadPolicyRequest
4330
4330
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4358,7 +4358,7 @@ export default class Client extends OpenApi {
4358
4358
  * Generates a file upload policy.
4359
4359
  *
4360
4360
  * @remarks
4361
- * Retrieves the configuration information of the code generation plug-in.
4361
+ * Retrieves the configuration information of the code generation plugin.
4362
4362
  *
4363
4363
  * @param request - GetOssUploadPolicyRequest
4364
4364
  * @returns GetOssUploadPolicyResponse
@@ -4369,10 +4369,10 @@ export default class Client extends OpenApi {
4369
4369
  }
4370
4370
 
4371
4371
  /**
4372
- * 获取临时下载地址
4372
+ * Retrieves a temporary download URL.
4373
4373
  *
4374
4374
  * @remarks
4375
- * 获取生码插件配置信息
4375
+ * Retrieves the configuration information of the code generation plugin.
4376
4376
  *
4377
4377
  * @param request - GetTempDownloadUrlRequest
4378
4378
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4403,10 +4403,10 @@ export default class Client extends OpenApi {
4403
4403
  }
4404
4404
 
4405
4405
  /**
4406
- * 获取临时下载地址
4406
+ * Retrieves a temporary download URL.
4407
4407
  *
4408
4408
  * @remarks
4409
- * 获取生码插件配置信息
4409
+ * Retrieves the configuration information of the code generation plugin.
4410
4410
  *
4411
4411
  * @param request - GetTempDownloadUrlRequest
4412
4412
  * @returns GetTempDownloadUrlResponse
@@ -5022,10 +5022,10 @@ export default class Client extends OpenApi {
5022
5022
  }
5023
5023
 
5024
5024
  /**
5025
- * Paged query of conversation message list
5025
+ * Queries the list of conversation messages by paging.
5026
5026
  *
5027
5027
  * @remarks
5028
- * Wan Xiaozhi 2.0 - AI session history information query API
5028
+ * Wanxiaozhi 2.0 - API for querying AI session history information.
5029
5029
  *
5030
5030
  * @param request - ListAppConversationMessagesRequest
5031
5031
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5076,10 +5076,10 @@ export default class Client extends OpenApi {
5076
5076
  }
5077
5077
 
5078
5078
  /**
5079
- * Paged query of conversation message list
5079
+ * Queries the list of conversation messages by paging.
5080
5080
  *
5081
5081
  * @remarks
5082
- * Wan Xiaozhi 2.0 - AI session history information query API
5082
+ * Wanxiaozhi 2.0 - API for querying AI session history information.
5083
5083
  *
5084
5084
  * @param request - ListAppConversationMessagesRequest
5085
5085
  * @returns ListAppConversationMessagesResponse
@@ -5386,10 +5386,10 @@ export default class Client extends OpenApi {
5386
5386
  }
5387
5387
 
5388
5388
  /**
5389
- * Retrieve the list of Code Farmer plugin configurations
5389
+ * Retrieves the list of code generation plug-in configurations.
5390
5390
  *
5391
5391
  * @remarks
5392
- * Retrieve the configuration information of the code generation plugin
5392
+ * Retrieves the configuration information of code generation plug-ins.
5393
5393
  *
5394
5394
  * @param request - ListAppPluginConfigsRequest
5395
5395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5428,10 +5428,10 @@ export default class Client extends OpenApi {
5428
5428
  }
5429
5429
 
5430
5430
  /**
5431
- * Retrieve the list of Code Farmer plugin configurations
5431
+ * Retrieves the list of code generation plug-in configurations.
5432
5432
  *
5433
5433
  * @remarks
5434
- * Retrieve the configuration information of the code generation plugin
5434
+ * Retrieves the configuration information of code generation plug-ins.
5435
5435
  *
5436
5436
  * @param request - ListAppPluginConfigsRequest
5437
5437
  * @returns ListAppPluginConfigsResponse
@@ -5614,10 +5614,10 @@ export default class Client extends OpenApi {
5614
5614
  }
5615
5615
 
5616
5616
  /**
5617
- * Query publish history
5617
+ * Queries the publish history.
5618
5618
  *
5619
5619
  * @remarks
5620
- * Query application instance information
5620
+ * Queries application instance information.
5621
5621
  *
5622
5622
  * @param request - ListAppPublishHistoryRequest
5623
5623
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5692,10 +5692,10 @@ export default class Client extends OpenApi {
5692
5692
  }
5693
5693
 
5694
5694
  /**
5695
- * Query publish history
5695
+ * Queries the publish history.
5696
5696
  *
5697
5697
  * @remarks
5698
- * Query application instance information
5698
+ * Queries application instance information.
5699
5699
  *
5700
5700
  * @param request - ListAppPublishHistoryRequest
5701
5701
  * @returns ListAppPublishHistoryResponse
@@ -5706,10 +5706,10 @@ export default class Client extends OpenApi {
5706
5706
  }
5707
5707
 
5708
5708
  /**
5709
- * Query dictionary list
5709
+ * Queries a list of dictionaries.
5710
5710
  *
5711
5711
  * @remarks
5712
- * Query application instance information
5712
+ * Queries application instance information.
5713
5713
  *
5714
5714
  * @param request - ListAppTemplateDictsRequest
5715
5715
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5748,10 +5748,10 @@ export default class Client extends OpenApi {
5748
5748
  }
5749
5749
 
5750
5750
  /**
5751
- * Query dictionary list
5751
+ * Queries a list of dictionaries.
5752
5752
  *
5753
5753
  * @remarks
5754
- * Query application instance information
5754
+ * Queries application instance information.
5755
5755
  *
5756
5756
  * @param request - ListAppTemplateDictsRequest
5757
5757
  * @returns ListAppTemplateDictsResponse
@@ -5846,10 +5846,10 @@ export default class Client extends OpenApi {
5846
5846
  }
5847
5847
 
5848
5848
  /**
5849
- * Query Alipay ISV plugin configuration
5849
+ * Queries the Alipay ISV plugin configuration.
5850
5850
  *
5851
5851
  * @remarks
5852
- * Obtain barcode generation plugin configuration information
5852
+ * Retrieves the QR code generation plugin configuration information.
5853
5853
  *
5854
5854
  * @param request - ListIsvPaymentPluginConfigsRequest
5855
5855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5888,10 +5888,10 @@ export default class Client extends OpenApi {
5888
5888
  }
5889
5889
 
5890
5890
  /**
5891
- * Query Alipay ISV plugin configuration
5891
+ * Queries the Alipay ISV plugin configuration.
5892
5892
  *
5893
5893
  * @remarks
5894
- * Obtain barcode generation plugin configuration information
5894
+ * Retrieves the QR code generation plugin configuration information.
5895
5895
  *
5896
5896
  * @param request - ListIsvPaymentPluginConfigsRequest
5897
5897
  * @returns ListIsvPaymentPluginConfigsResponse
@@ -5902,7 +5902,7 @@ export default class Client extends OpenApi {
5902
5902
  }
5903
5903
 
5904
5904
  /**
5905
- * Queries the list of application plugins in the marketplace.
5905
+ * Queries the application plugin marketplace list.
5906
5906
  *
5907
5907
  * @remarks
5908
5908
  * Retrieves the configuration information of code generation plugins.
@@ -5952,7 +5952,7 @@ export default class Client extends OpenApi {
5952
5952
  }
5953
5953
 
5954
5954
  /**
5955
- * Queries the list of application plugins in the marketplace.
5955
+ * Queries the application plugin marketplace list.
5956
5956
  *
5957
5957
  * @remarks
5958
5958
  * Retrieves the configuration information of code generation plugins.
@@ -7234,10 +7234,10 @@ export default class Client extends OpenApi {
7234
7234
  }
7235
7235
 
7236
7236
  /**
7237
- * Publish application instance
7237
+ * Publishes an application instance.
7238
7238
  *
7239
7239
  * @remarks
7240
- * Query application instance information
7240
+ * Queries application instance information.
7241
7241
  *
7242
7242
  * @param request - PublishAppInstanceRequest
7243
7243
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7288,10 +7288,10 @@ export default class Client extends OpenApi {
7288
7288
  }
7289
7289
 
7290
7290
  /**
7291
- * Publish application instance
7291
+ * Publishes an application instance.
7292
7292
  *
7293
7293
  * @remarks
7294
- * Query application instance information
7294
+ * Queries application instance information.
7295
7295
  *
7296
7296
  * @param request - PublishAppInstanceRequest
7297
7297
  * @returns PublishAppInstanceResponse
@@ -8815,10 +8815,10 @@ export default class Client extends OpenApi {
8815
8815
  }
8816
8816
 
8817
8817
  /**
8818
- * Code snapshot rollback
8818
+ * Rolls back a code snapshot.
8819
8819
  *
8820
8820
  * @remarks
8821
- * Obtain the configuration information of the code generation plugin
8821
+ * Retrieves the configuration information of the code generation plugin.
8822
8822
  *
8823
8823
  * @param request - RollbackAppCodeSnapshotRequest
8824
8824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8853,10 +8853,10 @@ export default class Client extends OpenApi {
8853
8853
  }
8854
8854
 
8855
8855
  /**
8856
- * Code snapshot rollback
8856
+ * Rolls back a code snapshot.
8857
8857
  *
8858
8858
  * @remarks
8859
- * Obtain the configuration information of the code generation plugin
8859
+ * Retrieves the configuration information of the code generation plugin.
8860
8860
  *
8861
8861
  * @param request - RollbackAppCodeSnapshotRequest
8862
8862
  * @returns RollbackAppCodeSnapshotResponse
@@ -10055,10 +10055,10 @@ export default class Client extends OpenApi {
10055
10055
  }
10056
10056
 
10057
10057
  /**
10058
- * Update Supabase authentication configuration
10058
+ * Updates the Supabase authentication configuration.
10059
10059
  *
10060
10060
  * @remarks
10061
- * Query the auth configuration information of the Supabase instance corresponding to the resource
10061
+ * Queries the Supabase instance authentication configuration information corresponding to a resource.
10062
10062
  *
10063
10063
  * @param request - UpdateAppSupabaseAuthConfigRequest
10064
10064
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10093,10 +10093,10 @@ export default class Client extends OpenApi {
10093
10093
  }
10094
10094
 
10095
10095
  /**
10096
- * Update Supabase authentication configuration
10096
+ * Updates the Supabase authentication configuration.
10097
10097
  *
10098
10098
  * @remarks
10099
- * Query the auth configuration information of the Supabase instance corresponding to the resource
10099
+ * Queries the Supabase instance authentication configuration information corresponding to a resource.
10100
10100
  *
10101
10101
  * @param request - UpdateAppSupabaseAuthConfigRequest
10102
10102
  * @returns UpdateAppSupabaseAuthConfigResponse
@@ -10171,7 +10171,7 @@ export default class Client extends OpenApi {
10171
10171
  }
10172
10172
 
10173
10173
  /**
10174
- * Update miniapp binding information
10174
+ * Updates the binding information of a mini program.
10175
10175
  *
10176
10176
  * @param request - UpdateMiniAppBindingRequest
10177
10177
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10214,7 +10214,7 @@ export default class Client extends OpenApi {
10214
10214
  }
10215
10215
 
10216
10216
  /**
10217
- * Update miniapp binding information
10217
+ * Updates the binding information of a mini program.
10218
10218
  *
10219
10219
  * @param request - UpdateMiniAppBindingRequest
10220
10220
  * @returns UpdateMiniAppBindingResponse
@@ -3,25 +3,90 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class AppInstanceProfile extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The application type code.
9
+ */
6
10
  applicationType?: string;
11
+ /**
12
+ * @remarks
13
+ * The text description of the application type.
14
+ */
7
15
  applicationTypeText?: string;
16
+ /**
17
+ * @remarks
18
+ * The business ID.
19
+ */
8
20
  bizId?: string;
9
21
  chatbiTaskId?: string;
10
22
  chatbiTaskStatus?: string;
23
+ /**
24
+ * @remarks
25
+ * The commodity code.
26
+ */
11
27
  commodityCode?: string;
28
+ /**
29
+ * @remarks
30
+ * The customer service information.
31
+ */
12
32
  customerService?: string;
33
+ /**
34
+ * @remarks
35
+ * The deployment area.
36
+ */
13
37
  deployArea?: string;
38
+ icpbaNo?: string;
39
+ /**
40
+ * @remarks
41
+ * The associated instance ID.
42
+ */
14
43
  instanceId?: string;
15
44
  openChatBi?: boolean;
45
+ /**
46
+ * @remarks
47
+ * The time when the order was placed.
48
+ */
16
49
  ordTime?: string;
50
+ /**
51
+ * @remarks
52
+ * The order ID.
53
+ */
17
54
  orderId?: string;
55
+ /**
56
+ * @remarks
57
+ * The payment time.
58
+ */
18
59
  payTime?: string;
19
60
  previewUrl?: string;
61
+ /**
62
+ * @remarks
63
+ * The SEO site information.
64
+ */
20
65
  seoSite?: string;
66
+ /**
67
+ * @remarks
68
+ * The site version code.
69
+ */
21
70
  siteVersion?: string;
71
+ /**
72
+ * @remarks
73
+ * The text description of the site version.
74
+ */
22
75
  siteVersionText?: string;
76
+ /**
77
+ * @remarks
78
+ * The source information.
79
+ */
23
80
  source?: string;
81
+ /**
82
+ * @remarks
83
+ * The ETag of the template.
84
+ */
24
85
  templateEtag?: string;
86
+ /**
87
+ * @remarks
88
+ * The template ID.
89
+ */
25
90
  templateId?: string;
26
91
  static names(): { [key: string]: string } {
27
92
  return {
@@ -33,6 +98,7 @@ export class AppInstanceProfile extends $dara.Model {
33
98
  commodityCode: 'CommodityCode',
34
99
  customerService: 'CustomerService',
35
100
  deployArea: 'DeployArea',
101
+ icpbaNo: 'IcpbaNo',
36
102
  instanceId: 'InstanceId',
37
103
  openChatBi: 'OpenChatBi',
38
104
  ordTime: 'OrdTime',
@@ -58,6 +124,7 @@ export class AppInstanceProfile extends $dara.Model {
58
124
  commodityCode: 'string',
59
125
  customerService: 'string',
60
126
  deployArea: 'string',
127
+ icpbaNo: 'string',
61
128
  instanceId: 'string',
62
129
  openChatBi: 'boolean',
63
130
  ordTime: 'string',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateAppChatRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Bot ID
8
+ * The bot ID.
9
9
  *
10
10
  * @example
11
11
  * Zero2
@@ -13,7 +13,7 @@ export class CreateAppChatRequest extends $dara.Model {
13
13
  botId?: string;
14
14
  /**
15
15
  * @remarks
16
- * Chat ID to be provided when recovering a conversation after an execution break
16
+ * The chat ID passed in to resume a conversation after execution is interrupted.
17
17
  *
18
18
  * @example
19
19
  * 3b465fe1-6f06-4899-af9f-d43d9338df25
@@ -21,7 +21,7 @@ export class CreateAppChatRequest extends $dara.Model {
21
21
  chatId?: string;
22
22
  /**
23
23
  * @remarks
24
- * Session ID; required from the second turn onward in a multi-turn conversation scenario
24
+ * The conversation ID. This parameter is required from the second round onward in multi-turn conversation scenarios.
25
25
  *
26
26
  * @example
27
27
  * 593fe1a2-d0b4-4fde-a2b0-78ad6a438d41
@@ -29,7 +29,7 @@ export class CreateAppChatRequest extends $dara.Model {
29
29
  conversationId?: string;
30
30
  /**
31
31
  * @remarks
32
- * List of conversation messages (in JSON array format)
32
+ * The list of conversation messages in JSON array format.
33
33
  *
34
34
  * @example
35
35
  * [\\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]
@@ -37,7 +37,7 @@ export class CreateAppChatRequest extends $dara.Model {
37
37
  messages?: string;
38
38
  /**
39
39
  * @remarks
40
- * Site ID
40
+ * The site ID.
41
41
  *
42
42
  * @example
43
43
  * 857240041851344
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateAppLlmApiKeyForPartnerRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Business ID of the application instance
8
+ * The business ID of the application instance.
9
9
  *
10
10
  * @example
11
11
  * WD20250814102215000001
@@ -13,7 +13,7 @@ export class CreateAppLlmApiKeyForPartnerRequest extends $dara.Model {
13
13
  bizId?: string;
14
14
  /**
15
15
  * @remarks
16
- * Idempotent token (reserved)
16
+ * The idempotency token. This parameter is reserved for future use.
17
17
  *
18
18
  * @example
19
19
  * xxxxx-xxxx
@@ -21,7 +21,7 @@ export class CreateAppLlmApiKeyForPartnerRequest extends $dara.Model {
21
21
  clientToken?: string;
22
22
  /**
23
23
  * @remarks
24
- * Description of the API key usage
24
+ * The description of the API key usage.
25
25
  *
26
26
  * @example
27
27
  * success
@@ -29,7 +29,7 @@ export class CreateAppLlmApiKeyForPartnerRequest extends $dara.Model {
29
29
  description?: string;
30
30
  /**
31
31
  * @remarks
32
- * Caller-defined IP address whitelist (the backend appends the system default IP segment)
32
+ * The custom IP address whitelist defined by the invoker. The system default IP ranges are appended by the backend.
33
33
  */
34
34
  ipWhiteList?: string[];
35
35
  static names(): { [key: string]: string } {