byteplus-python-sdk-v2 3.0.53__py2.py3-none-any.whl → 3.0.54__py2.py3-none-any.whl

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 (38) hide show
  1. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/METADATA +1 -1
  2. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/RECORD +38 -27
  3. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/top_level.txt +1 -0
  4. byteplussdkclawsentry/__init__.py +24 -0
  5. byteplussdkclawsentry/api/__init__.py +6 -0
  6. byteplussdkclawsentry/api/clawsentry_api.py +131 -0
  7. byteplussdkclawsentry/models/__init__.py +20 -0
  8. byteplussdkclawsentry/models/base_for_create_claw_input.py +126 -0
  9. byteplussdkclawsentry/models/create_claw_request.py +251 -0
  10. byteplussdkclawsentry/models/create_claw_response.py +279 -0
  11. byteplussdkcore/api_client.py +1 -1
  12. byteplussdkcore/configuration.py +1 -1
  13. byteplussdkcore/endpoint/providers/default_provider.py +7 -0
  14. byteplussdkcore/endpoint/providers/standard_provider.py +1 -0
  15. byteplussdkcpaas/__init__.py +4 -0
  16. byteplussdkcpaas/models/__init__.py +4 -0
  17. byteplussdkcpaas/models/create_template_v2_request.py +27 -1
  18. byteplussdkcpaas/models/data_for_get_template_v2_output.py +79 -1
  19. byteplussdkcpaas/models/element_style_for_create_template_v2_input.py +497 -3
  20. byteplussdkcpaas/models/element_style_for_get_template_v2_output.py +497 -3
  21. byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py +79 -1
  22. byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py +79 -1
  23. byteplussdkcpaas/models/item_for_create_template_v2_input.py +149 -0
  24. byteplussdkcpaas/models/item_for_get_template_v2_output.py +149 -0
  25. byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py +29 -3
  26. byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py +29 -3
  27. byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py +29 -3
  28. byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py +29 -3
  29. byteplussdkcpaas/models/template_button_list_for_create_template_v2_input.py +227 -0
  30. byteplussdkcpaas/models/template_button_list_for_get_template_v2_output.py +227 -0
  31. byteplussdkcpaas/models/template_list_for_create_template_v2_input.py +235 -1
  32. byteplussdkcpaas/models/template_list_for_get_template_v2_output.py +235 -1
  33. byteplussdkcpaas/models/template_status_for_list_template_v2_output.py +79 -1
  34. byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py +27 -1
  35. byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py +27 -1
  36. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/WHEEL +0 -0
  37. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/licenses/LICENSE.txt +0 -0
  38. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.54.dist-info}/licenses/NOTICE.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: byteplus-python-sdk-v2
3
- Version: 3.0.53
3
+ Version: 3.0.54
4
4
  Summary: Byteplus SDK for Python
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/byteplus-sdk/byteplus-python-sdk-v2
@@ -1,5 +1,5 @@
1
- byteplus_python_sdk_v2-3.0.53.dist-info/licenses/LICENSE.txt,sha256=jG2zQEdRNt88EgHUWPpXVWmOrOduUQRx7MnYV9YIPaw,11359
2
- byteplus_python_sdk_v2-3.0.53.dist-info/licenses/NOTICE.md,sha256=vSw_bTkZl1MYBrGol3tpO6B6OLLFRpaw0z5cun0_0QE,85
1
+ byteplus_python_sdk_v2-3.0.54.dist-info/licenses/LICENSE.txt,sha256=jG2zQEdRNt88EgHUWPpXVWmOrOduUQRx7MnYV9YIPaw,11359
2
+ byteplus_python_sdk_v2-3.0.54.dist-info/licenses/NOTICE.md,sha256=vSw_bTkZl1MYBrGol3tpO6B6OLLFRpaw0z5cun0_0QE,85
3
3
  byteplussdkalb/__init__.py,sha256=hgNQF2o0CFabtxQHh0xHHZ5oHcz3bQ6wHpRkA9B8nuo,30746
4
4
  byteplussdkalb/api/__init__.py,sha256=H6iQBCnNKuvuPDr57uNOlglabIkEAd4CncI0rnwwEoE,133
5
5
  byteplussdkalb/api/alb_api.py,sha256=kWP7DNDolXb02v4nD5VmEjSmeddM-aBrHPGCIdC7ogY,249907
@@ -1451,6 +1451,13 @@ byteplussdkcen/models/untag_resources_request.py,sha256=91MW58tUYKRPmAzFW2mbxcI0
1451
1451
  byteplussdkcen/models/untag_resources_response.py,sha256=RVFB3hY5O82zd4jLN00lHNxgZsvWMVJAcubwvm8MzgU,2789
1452
1452
  byteplussdkcen/models/withdraw_cen_route_entry_request.py,sha256=4KB6_2WHB1tp1IHDMsA3augILXNNrIOJWTPNans62o4,7717
1453
1453
  byteplussdkcen/models/withdraw_cen_route_entry_response.py,sha256=qerBinEAYq_yZAcgpKIVpv-rPqW63tpklM05yc1G59U,2824
1454
+ byteplussdkclawsentry/__init__.py,sha256=tTviGdBICAwR6I_imV5cC4EkzJGtMpQOyzxQBLnCwSw,718
1455
+ byteplussdkclawsentry/api/__init__.py,sha256=8cYtZZV2tL6k2ZX-KX31SpMdWUt_iTN1VEXSkhJPB1s,154
1456
+ byteplussdkclawsentry/api/clawsentry_api.py,sha256=wFr1cEXh7ZtIR88CVfHImiM9EBRarFK1Vade_n6xofQ,4539
1457
+ byteplussdkclawsentry/models/__init__.py,sha256=CTYTkkBDM0P7ELC21MDOHun5bS_eTOmgahh7W1qo3b0,620
1458
+ byteplussdkclawsentry/models/base_for_create_claw_input.py,sha256=qHqSnJxt465oRndT4m6ONThBeD8dTJcUq6eLZeGhFYc,3801
1459
+ byteplussdkclawsentry/models/create_claw_request.py,sha256=q3zVL-9OhvRilvZ6sGVKxGFBMLkfX-sBmrKR4610210,7869
1460
+ byteplussdkclawsentry/models/create_claw_response.py,sha256=UCDb0u4I44Uvv_G0_6yTwjsykxtoac9egTKc-yzXYbk,8056
1454
1461
  byteplussdkclb/__init__.py,sha256=3rBMTajAXkPQmL2VAormyKv76591jdhL1qGGaElAYCc,30581
1455
1462
  byteplussdkclb/api/__init__.py,sha256=fSOlcfH3EUDdyKhOIVRgIQ9Wf1_E3VTKnKYOmMQWOP0,133
1456
1463
  byteplussdkclb/api/clb_api.py,sha256=-N7FBoS5X42cFj9qOCB_h8qZHntlG7ziIUi70MYLNjw,344062
@@ -2059,8 +2066,8 @@ byteplussdkcloudmonitor/models/update_silence_policy_response.py,sha256=3PZTcDF2
2059
2066
  byteplussdkcloudmonitor/models/update_webhook_request.py,sha256=UuA9Ua57eLThwa7cVq5xPegHf-e3W2aGti5CLTBYf1U,7041
2060
2067
  byteplussdkcloudmonitor/models/update_webhook_response.py,sha256=Icjg1daq1uG0V3l7R_QVPkHvLCe1uXU1OphnDhoZ91A,3424
2061
2068
  byteplussdkcore/__init__.py,sha256=QD2qSwKMsMeYxsEQIdWce5ekPilRexqkWCP_q3YOqvo,308
2062
- byteplussdkcore/api_client.py,sha256=TOie9ZLVQm5Lc2K3v5IkI9i-nUG5fSiZwG8bdJx1-Xk,28251
2063
- byteplussdkcore/configuration.py,sha256=ZsE06MnMKbQZMB_cVguwTH7a1-iCfqJgMw81eIWkeZE,11924
2069
+ byteplussdkcore/api_client.py,sha256=mkzHRkiWw_z8C2iEoMAm46YEvkp-X82rr8l1YgfDNJI,28251
2070
+ byteplussdkcore/configuration.py,sha256=USKhgx-5h2hnrv4U-20HbJPmHH4FdE4-Kx0dXNXbXpA,11924
2064
2071
  byteplussdkcore/endpoint.py,sha256=L5Dw0-Cia9ezYxGJFgZ9td-mCM4AqSIZv67ll1sSzMY,1630
2065
2072
  byteplussdkcore/flatten.py,sha256=g3r61JS_AO7WV6ClRDkXgtnVXcw3c7tbZjeLAJxkSLc,3811
2066
2073
  byteplussdkcore/metadata.py,sha256=Km5jOllvPViXn0rdx604nIq0OF1RBF3Q2x-xA2cDXc8,4518
@@ -2083,8 +2090,8 @@ byteplussdkcore/auth/providers/sts_saml_provider.py,sha256=yedLynY4rwG81Xm9y2vfa
2083
2090
  byteplussdkcore/endpoint/__init__.py,sha256=K7dXFGGh0QYiALOLgtPxboGYzwCJB5IHseGSQPObZdQ,117
2084
2091
  byteplussdkcore/endpoint/endpoint_provider.py,sha256=9ajUjf2N2NmThuWrMm5QgLtmh8YbPas5TdvkAZYQ9lM,330
2085
2092
  byteplussdkcore/endpoint/providers/__init__.py,sha256=FmxBi_siUNTZod9GFOk5VG-UVYT7daNt4hZ2zifqYY8,76
2086
- byteplussdkcore/endpoint/providers/default_provider.py,sha256=XIlaxyuT_HXi9rxx1fF06TDJ2jG8txkNypWjICSijqA,11626
2087
- byteplussdkcore/endpoint/providers/standard_provider.py,sha256=37zqnDflUdzc1nOpZ49R4KiR0tWiS7Jb57YylwXNT3E,12387
2093
+ byteplussdkcore/endpoint/providers/default_provider.py,sha256=t4gIYBhF2MK-zAI5OEL_U-MF2G1QHeAZ61LOddpxwDw,11832
2094
+ byteplussdkcore/endpoint/providers/standard_provider.py,sha256=6pi5bpvML_KRnfi0cLO-dxUdZH8jeQiD7TrI_lCRQnA,12439
2088
2095
  byteplussdkcore/feature/__init__.py,sha256=ev2S2XGLZUjbL7sylBd3NWmqGmcDcYV-Oj4qPZOztHU,154
2089
2096
  byteplussdkcore/feature/rds/__init__.py,sha256=g4-6e-OdBADN9_WzILg8P69KdSVSc5TyOg5CrXglE5A,119
2090
2097
  byteplussdkcore/feature/rds/connect_utils.py,sha256=Z_sJjNdRYXUKP9Ygi4tNWnUWBH-ueYekb3E0SW2vAPY,3177
@@ -2108,31 +2115,33 @@ byteplussdkcore/retryer/retry_condition.py,sha256=RSQSfxNk-Sz1OlHILa-39b9m_PcF-w
2108
2115
  byteplussdkcore/retryer/retryer.py,sha256=12dAyqxaeTOHCSDUdnhaBKlK8n_3DoBxJebZFW4og30,2683
2109
2116
  byteplussdkcore/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2110
2117
  byteplussdkcore/utils/six_utils.py,sha256=jk7KYvEsiw71Uf-hbi9izkjd77awopqovtgOuekp0ts,192
2111
- byteplussdkcpaas/__init__.py,sha256=Ldkk3NRNp64H3VoXLPfS4yZbXFLk9r-SrQz1IgxSnrc,4037
2118
+ byteplussdkcpaas/__init__.py,sha256=Ha7QqO24q8OiW_wgBupJWd93EdjqqirrDE_qtFUNPoo,4485
2112
2119
  byteplussdkcpaas/api/__init__.py,sha256=fxPobQRAW-RAsgCIStya1D33Fv72TNN3uR_4-Q8Gyao,139
2113
2120
  byteplussdkcpaas/api/cpaas_api.py,sha256=K2FPfOEKm05rlysuHAHixePQB8QPrKC9MssNeW54oxM,19850
2114
- byteplussdkcpaas/models/__init__.py,sha256=BhLEDI7wkQG-TyQyCbVDrDJ4-AjHnIS421fi2WomALc,3954
2121
+ byteplussdkcpaas/models/__init__.py,sha256=VqtqR62KqpOPf_PRjsrI41ZMn5LD4oDo-Fs-iIXJ3M0,4402
2115
2122
  byteplussdkcpaas/models/action_for_create_template_v2_input.py,sha256=zJg-lE5Fvq9elsvMVKGsOyIpZaDLL8UbUDQ36u9FRW0,5960
2116
2123
  byteplussdkcpaas/models/action_for_get_template_v2_output.py,sha256=tDu5OGRFWmoDAGC2TaAtlnS3IQCnckzCQYFYN2FMiig,5912
2117
- byteplussdkcpaas/models/create_template_v2_request.py,sha256=bS3kqnsicfGkQp9WrAfPZL4DrqSkA0sa8oyuLg79IfU,9357
2124
+ byteplussdkcpaas/models/create_template_v2_request.py,sha256=4jm-uNUBJWm-_a2hEp4s71uALk8TJwlqPyGWz5-cVXg,10097
2118
2125
  byteplussdkcpaas/models/create_template_v2_response.py,sha256=0bzD44UeDqZkso7Zw1iHQB7SDUl1FlDPSbOGzc7i37k,4877
2119
2126
  byteplussdkcpaas/models/data_for_create_template_v2_output.py,sha256=OSVm9FPPR52olUT0SlfVa-0qpVmL2ezasd4ETwL7smo,4712
2120
- byteplussdkcpaas/models/data_for_get_template_v2_output.py,sha256=o0PaSNIQYkEYKfcq3fXeN3VkNhHrxerNuWEiKLImzhU,8032
2127
+ byteplussdkcpaas/models/data_for_get_template_v2_output.py,sha256=FCNUWuQu1iFlp3opa6zyVlSlNs8Wv4aS81cWU3nhB1E,10467
2121
2128
  byteplussdkcpaas/models/data_for_list_template_v2_output.py,sha256=U7aBGdeqkqJmV-u0h7toCpVFDn8LfXt2YoWl8cshcRo,9662
2122
2129
  byteplussdkcpaas/models/data_for_send_batch_message_output.py,sha256=T12Uh-BA7pheMlJ94DdvZYPRBLTYiyVdWrPGMeX0_DM,3590
2123
2130
  byteplussdkcpaas/models/data_for_send_message_output.py,sha256=-CVThJwt1C0kM4TmTZFT9Zl7muef3N0gaFcKjn4LSWM,3545
2124
- byteplussdkcpaas/models/element_style_for_create_template_v2_input.py,sha256=5lF2QaBOUqo-lf_B0YFxXXFZ7vR70IU9ib5UVDDXLxg,9543
2125
- byteplussdkcpaas/models/element_style_for_get_template_v2_output.py,sha256=jiwWoQB2T1-xUNifU3WXOT9wzPGIKrJqiaVSNC-9O80,9469
2126
- byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py,sha256=mEWXPlddPmYKDdGKFazZ1n01OoWPuaNC0z8dg1SKyWg,6956
2127
- byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py,sha256=0yLo27NYfdWHTk8RXoLKyWANX99S8Z0o67BUT5Ffo-8,6906
2131
+ byteplussdkcpaas/models/element_style_for_create_template_v2_input.py,sha256=BJopQYgfLFeAbVIus7LamYIzLeA3ESrgI63SQnNxr80,26754
2132
+ byteplussdkcpaas/models/element_style_for_get_template_v2_output.py,sha256=cmLLYUzEiEednJAGiPAIkGzPmOAjNbmDqfMh2I2aKhY,26522
2133
+ byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py,sha256=wc76EkiiUrXPvq9hGiKGGI4T2yY5m6hlkxforQ9pfKk,9499
2134
+ byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py,sha256=hDqLARSbss9XIYsbNLt3F1b6UFIpUI7cNaOOd2oTw28,9425
2128
2135
  byteplussdkcpaas/models/get_template_v2_request.py,sha256=xqkmRSvPc1z7ypkMZiZbIbawuhoZkjBXaO38HVrbd-Q,4798
2129
2136
  byteplussdkcpaas/models/get_template_v2_response.py,sha256=VjaRipX8JF7_aiShgeRM2qkXIT3BB86Ua9HdLW-lhnM,5450
2137
+ byteplussdkcpaas/models/item_for_create_template_v2_input.py,sha256=3dPFnUKxmi2NSIVjXVt4QqcCCwD1w7emKzm-RiNq82c,4361
2138
+ byteplussdkcpaas/models/item_for_get_template_v2_output.py,sha256=qQfKcMTCKV1vKcY3XzX2V9tv6oekd8ReB3lqxKYjP4Y,4335
2130
2139
  byteplussdkcpaas/models/list_template_v2_request.py,sha256=oXdkdQlVWFCQOlIKE0QafkWgc9G0PUcsbUN88zcgZgY,7764
2131
2140
  byteplussdkcpaas/models/list_template_v2_response.py,sha256=kacL7efqh6k1hVPh0oYaQto35mZPhVIkXJcZ9vqx_gE,5492
2132
- byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py,sha256=L4xPvf4unG3wI9MzM_ZUMSx5bnID5t6Wy-_N-S0ZeDI,5749
2133
- byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py,sha256=I7IZfxfrbvKdG6FqdwRJvvWuoED4h499vf9s2YvMMS4,5703
2134
- byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py,sha256=eSguuKbcn3l4wJuRb3V-AETeDIXJtEOZGwq_8h3B07I,4722
2135
- byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py,sha256=g3fXtzBJm9OGJQRHNtVMhxF7ao89Zp6rpQIFsg-7rTo,4690
2141
+ byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py,sha256=jhc7Su81BpHGjWxhGRJdYze19fAAN_eQh_fKNJDTziA,6517
2142
+ byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py,sha256=P-CPLviMFqt3oTslGXxq7RG-8z4MNFDI0AXKIzYSnZ0,6463
2143
+ byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py,sha256=IbBh8ZvWuQzRLXjYBCjxEJYQZ7-Bu5g4ENEDgiiJQVA,5498
2144
+ byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py,sha256=Io8toUTojjC6lfy2af3MGnHzAXD0O07uFgz8oHmDw3k,5458
2136
2145
  byteplussdkcpaas/models/page_link_list_for_create_template_v2_input.py,sha256=NYUengEUmjfi1LdQEn5ETRMRshkeW1KcoYpxn4iFFbo,6783
2137
2146
  byteplussdkcpaas/models/page_link_list_for_get_template_v2_output.py,sha256=PFjQBNqwpiD-AvQIMQ8cNzuU6VbO62VCTGbHVRVHB64,6727
2138
2147
  byteplussdkcpaas/models/priority_for_send_batch_message_input.py,sha256=HVhCrse55M5GLQjKmZNxsfoN5__3uUcWRT_u2X3tzzw,7964
@@ -2142,11 +2151,13 @@ byteplussdkcpaas/models/send_batch_message_request.py,sha256=MXzRgJv323TmbD41zNF
2142
2151
  byteplussdkcpaas/models/send_batch_message_response.py,sha256=QGt-W6a7ad9JwLKRsC6wigejqpSaG6WfT4zllxw4r3k,4877
2143
2152
  byteplussdkcpaas/models/send_message_request.py,sha256=nOcyVCrQho9-zy7jqFbyCYfHFhwbSMsRKdGrn2mAUY0,7979
2144
2153
  byteplussdkcpaas/models/send_message_response.py,sha256=3vUY602pgv05ZBc9bHbB7r9oVl0Jj6MqUkFRPUFe5m0,4777
2145
- byteplussdkcpaas/models/template_list_for_create_template_v2_input.py,sha256=3JwF2rkxUr8NnRVjq-zyySLyi6ZyW0VXKUb93kQAXLs,10095
2146
- byteplussdkcpaas/models/template_list_for_get_template_v2_output.py,sha256=ZeEKiuGjvC1Q1zu5DTe1NuqxZuDtZWBSCxOsiRCa6cc,10009
2147
- byteplussdkcpaas/models/template_status_for_list_template_v2_output.py,sha256=RDDukjSM-6qKVXqrbdDSxybKMhcP_Zg6JVZ37xCi99g,5275
2148
- byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py,sha256=IjeXixPePCYNeGTHMvy0jvHnLmLuk82I6WS1g6pEFYw,7221
2149
- byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py,sha256=QY1rC2y9ZP_zUBo56w6HaNmWoxd4kc_pI1LLXvqBAPI,7171
2154
+ byteplussdkcpaas/models/template_button_list_for_create_template_v2_input.py,sha256=E2Grb2rt1YQ3IJ8ezq6FJOOYciKlemRSZYBa8xr5aQI,6933
2155
+ byteplussdkcpaas/models/template_button_list_for_get_template_v2_output.py,sha256=I6qddZqSY_YTKDIYgr-nx_Usx4fNWaMpxbzEuDFNcrE,6877
2156
+ byteplussdkcpaas/models/template_list_for_create_template_v2_input.py,sha256=7-VZYGYjyorFdsOgN8P3KRAspNZxNICN-kta1Htr500,17657
2157
+ byteplussdkcpaas/models/template_list_for_get_template_v2_output.py,sha256=ZpStSETVa3eEmeV4dD5_e5rW4UUUAHfmeH-l5uIVubY,17493
2158
+ byteplussdkcpaas/models/template_status_for_list_template_v2_output.py,sha256=Vua0Ml3L_5BqPJaO8AUPqwzq19qYPNxXLNmw2JDhrdE,7763
2159
+ byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py,sha256=gGi7lW95rG-rJcmlKVS7w2xgiOJ4YOhZhRZCQcTXgSk,8129
2160
+ byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py,sha256=zxSEw0OTrsZFwX1vh1tM-HZFGyfn4pbjpRa79W4xNYU,8071
2150
2161
  byteplussdkcr/__init__.py,sha256=x2tpTwBt2F_dNc_7XGSAwVGHVQH3YVi6mPOf2C2bt0k,7918
2151
2162
  byteplussdkcr/api/__init__.py,sha256=NQOCaOocCMSTrd8HhxZ-xu4zeY4t8d8jNRS8wu5-b7w,130
2152
2163
  byteplussdkcr/api/cr_api.py,sha256=zQDFlXcJpxyuxJ6ZK-eTSaCcUqQY1aN1bB39xni8U1Q,107967
@@ -9407,7 +9418,7 @@ byteplussdkvs/models/create_voice_task_response.py,sha256=zy7wg05QlLKuGpii8heNKa
9407
9418
  byteplussdkvs/models/data_for_create_voice_task_output.py,sha256=bPPxpHvNaKr830F3EsY3JLCaza74bJnlUa5NadzTMeo,3518
9408
9419
  byteplussdkvs/models/number_info_list_for_create_voice_task_input.py,sha256=5wRqvBXpCQcKOJ8UeniHPiaIgZn7573Dee3DhzfrRsU,4495
9409
9420
  byteplussdkvs/models/voice_content_for_create_voice_task_input.py,sha256=rYhtjGT36FxXOS3Zw6LRAiyC45yu449SKm1gC7XPsfM,8111
9410
- byteplus_python_sdk_v2-3.0.53.dist-info/METADATA,sha256=5gK1nvXrjAArcCSi6FaImx9G0yfvbVa13J0JNjm1B_8,4824
9411
- byteplus_python_sdk_v2-3.0.53.dist-info/WHEEL,sha256=qWEHOWeXof9kJLXAXJ1hukQ_MvVtaV9UUAew6N7Y99E,109
9412
- byteplus_python_sdk_v2-3.0.53.dist-info/top_level.txt,sha256=bCnYeh8cC_2i0L8Zto-mTSNJNpSpwOR-DVJMXebMUnA,1090
9413
- byteplus_python_sdk_v2-3.0.53.dist-info/RECORD,,
9421
+ byteplus_python_sdk_v2-3.0.54.dist-info/METADATA,sha256=4yNc3D9RV9KLrbmFtBSyOSjSgarURN74-p7cox3UzII,4824
9422
+ byteplus_python_sdk_v2-3.0.54.dist-info/WHEEL,sha256=qWEHOWeXof9kJLXAXJ1hukQ_MvVtaV9UUAew6N7Y99E,109
9423
+ byteplus_python_sdk_v2-3.0.54.dist-info/top_level.txt,sha256=GtJxKsEiy8nf_h6M27s23ecAzl7LcSBkazDGZninbcg,1112
9424
+ byteplus_python_sdk_v2-3.0.54.dist-info/RECORD,,
@@ -6,6 +6,7 @@ byteplussdkarkruntime
6
6
  byteplussdkautoscaling
7
7
  byteplussdkbilling
8
8
  byteplussdkcen
9
+ byteplussdkclawsentry
9
10
  byteplussdkclb
10
11
  byteplussdkcloudmonitor
11
12
  byteplussdkcore
@@ -0,0 +1,24 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ clawsentry
7
+
8
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
9
+
10
+ OpenAPI spec version: common-version
11
+
12
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
13
+ """
14
+
15
+
16
+ from __future__ import absolute_import
17
+
18
+ # import apis into sdk package
19
+ from byteplussdkclawsentry.api.clawsentry_api import CLAWSENTRYApi
20
+
21
+ # import models into sdk package
22
+ from byteplussdkclawsentry.models.base_for_create_claw_input import BaseForCreateClawInput
23
+ from byteplussdkclawsentry.models.create_claw_request import CreateClawRequest
24
+ from byteplussdkclawsentry.models.create_claw_response import CreateClawResponse
@@ -0,0 +1,6 @@
1
+ from __future__ import absolute_import
2
+
3
+ # flake8: noqa
4
+
5
+ # import apis into api package
6
+ from byteplussdkclawsentry.api.clawsentry_api import CLAWSENTRYApi
@@ -0,0 +1,131 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ clawsentry
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ from __future__ import absolute_import
15
+
16
+ import re # noqa: F401
17
+
18
+ # python 2 and python 3 compatibility library
19
+ import six
20
+
21
+ import byteplussdkcore
22
+
23
+
24
+ class CLAWSENTRYApi(object):
25
+ """NOTE: This class is auto generated by the swagger code generator program.
26
+
27
+ Do not edit the class manually.
28
+ Ref: https://github.com/swagger-api/swagger-codegen
29
+ """
30
+
31
+ def __init__(self, api_client=None):
32
+ if api_client is None:
33
+ api_client = byteplussdkcore.ApiClient()
34
+ self.api_client = api_client
35
+
36
+ def create_claw(self, body, **kwargs): # noqa: E501
37
+ """create_claw # noqa: E501
38
+
39
+ This method makes a synchronous HTTP request by default. To make an
40
+ asynchronous HTTP request, please pass async_req=True
41
+ >>> thread = api.create_claw(body, async_req=True)
42
+ >>> result = thread.get()
43
+
44
+ :param async_req bool
45
+ :param CreateClawRequest body: (required)
46
+ :return: CreateClawResponse
47
+ If the method is called asynchronously,
48
+ returns the request thread.
49
+ """
50
+ kwargs['_return_http_data_only'] = True
51
+ if kwargs.get('async_req'):
52
+ return self.create_claw_with_http_info(body, **kwargs) # noqa: E501
53
+ else:
54
+ (data) = self.create_claw_with_http_info(body, **kwargs) # noqa: E501
55
+ return data
56
+
57
+ def create_claw_with_http_info(self, body, **kwargs): # noqa: E501
58
+ """create_claw # noqa: E501
59
+
60
+ This method makes a synchronous HTTP request by default. To make an
61
+ asynchronous HTTP request, please pass async_req=True
62
+ >>> thread = api.create_claw_with_http_info(body, async_req=True)
63
+ >>> result = thread.get()
64
+
65
+ :param async_req bool
66
+ :param CreateClawRequest body: (required)
67
+ :return: CreateClawResponse
68
+ If the method is called asynchronously,
69
+ returns the request thread.
70
+ """
71
+
72
+ all_params = ['body'] # noqa: E501
73
+ all_params.append('async_req')
74
+ all_params.append('_return_http_data_only')
75
+ all_params.append('_preload_content')
76
+ all_params.append('_request_timeout')
77
+
78
+ params = locals()
79
+ for key, val in six.iteritems(params['kwargs']):
80
+ if key not in all_params:
81
+ raise TypeError(
82
+ "Got an unexpected keyword argument '%s'"
83
+ " to method create_claw" % key
84
+ )
85
+ params[key] = val
86
+ del params['kwargs']
87
+ # verify the required parameter 'body' is set
88
+ if self.api_client.client_side_validation and ('body' not in params or
89
+ params['body'] is None): # noqa: E501
90
+ raise ValueError("Missing the required parameter `body` when calling `create_claw`") # noqa: E501
91
+
92
+ collection_formats = {}
93
+
94
+ path_params = {}
95
+
96
+ query_params = []
97
+
98
+ header_params = {}
99
+
100
+ form_params = []
101
+ local_var_files = {}
102
+
103
+ body_params = None
104
+ if 'body' in params:
105
+ body_params = params['body']
106
+ # HTTP header `Accept`
107
+ header_params['Accept'] = self.api_client.select_header_accept(
108
+ ['application/json']) # noqa: E501
109
+
110
+ # HTTP header `Content-Type`
111
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
112
+ ['application/json']) # noqa: E501
113
+
114
+ # Authentication setting
115
+ auth_settings = ['byteplusSign'] # noqa: E501
116
+
117
+ return self.api_client.call_api(
118
+ '/CreateClaw/2026-03-27/clawsentry/post/application_json/', 'POST',
119
+ path_params,
120
+ query_params,
121
+ header_params,
122
+ body=body_params,
123
+ post_params=form_params,
124
+ files=local_var_files,
125
+ response_type='CreateClawResponse', # noqa: E501
126
+ auth_settings=auth_settings,
127
+ async_req=params.get('async_req'),
128
+ _return_http_data_only=params.get('_return_http_data_only'),
129
+ _preload_content=params.get('_preload_content', True),
130
+ _request_timeout=params.get('_request_timeout'),
131
+ collection_formats=collection_formats)
@@ -0,0 +1,20 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+ """
5
+ clawsentry
6
+
7
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
8
+
9
+ OpenAPI spec version: common-version
10
+
11
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
12
+ """
13
+
14
+
15
+ from __future__ import absolute_import
16
+
17
+ # import models into model package
18
+ from byteplussdkclawsentry.models.base_for_create_claw_input import BaseForCreateClawInput
19
+ from byteplussdkclawsentry.models.create_claw_request import CreateClawRequest
20
+ from byteplussdkclawsentry.models.create_claw_response import CreateClawResponse
@@ -0,0 +1,126 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ clawsentry
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class BaseForCreateClawInput(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'instance_id': 'str'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'instance_id': 'InstanceID'
41
+ }
42
+
43
+ def __init__(self, instance_id=None, _configuration=None): # noqa: E501
44
+ """BaseForCreateClawInput - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._instance_id = None
50
+ self.discriminator = None
51
+
52
+ if instance_id is not None:
53
+ self.instance_id = instance_id
54
+
55
+ @property
56
+ def instance_id(self):
57
+ """Gets the instance_id of this BaseForCreateClawInput. # noqa: E501
58
+
59
+
60
+ :return: The instance_id of this BaseForCreateClawInput. # noqa: E501
61
+ :rtype: str
62
+ """
63
+ return self._instance_id
64
+
65
+ @instance_id.setter
66
+ def instance_id(self, instance_id):
67
+ """Sets the instance_id of this BaseForCreateClawInput.
68
+
69
+
70
+ :param instance_id: The instance_id of this BaseForCreateClawInput. # noqa: E501
71
+ :type: str
72
+ """
73
+ if (self._configuration.client_side_validation and
74
+ instance_id is not None and len(instance_id) < 1):
75
+ raise ValueError("Invalid value for `instance_id`, length must be greater than or equal to `1`") # noqa: E501
76
+
77
+ self._instance_id = instance_id
78
+
79
+ def to_dict(self):
80
+ """Returns the model properties as a dict"""
81
+ result = {}
82
+
83
+ for attr, _ in six.iteritems(self.swagger_types):
84
+ value = getattr(self, attr)
85
+ if isinstance(value, list):
86
+ result[attr] = list(map(
87
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
88
+ value
89
+ ))
90
+ elif hasattr(value, "to_dict"):
91
+ result[attr] = value.to_dict()
92
+ elif isinstance(value, dict):
93
+ result[attr] = dict(map(
94
+ lambda item: (item[0], item[1].to_dict())
95
+ if hasattr(item[1], "to_dict") else item,
96
+ value.items()
97
+ ))
98
+ else:
99
+ result[attr] = value
100
+ if issubclass(BaseForCreateClawInput, dict):
101
+ for key, value in self.items():
102
+ result[key] = value
103
+
104
+ return result
105
+
106
+ def to_str(self):
107
+ """Returns the string representation of the model"""
108
+ return pprint.pformat(self.to_dict())
109
+
110
+ def __repr__(self):
111
+ """For `print` and `pprint`"""
112
+ return self.to_str()
113
+
114
+ def __eq__(self, other):
115
+ """Returns true if both objects are equal"""
116
+ if not isinstance(other, BaseForCreateClawInput):
117
+ return False
118
+
119
+ return self.to_dict() == other.to_dict()
120
+
121
+ def __ne__(self, other):
122
+ """Returns true if both objects are not equal"""
123
+ if not isinstance(other, BaseForCreateClawInput):
124
+ return True
125
+
126
+ return self.to_dict() != other.to_dict()