stackit-postgresflex 1.3.0__py3-none-any.whl → 1.4.0__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 (69) hide show
  1. stackit/postgresflex/__init__.py +6 -7
  2. stackit/postgresflex/api/default_api.py +6 -6
  3. stackit/postgresflex/api_client.py +6 -7
  4. stackit/postgresflex/api_response.py +0 -1
  5. stackit/postgresflex/configuration.py +6 -7
  6. stackit/postgresflex/exceptions.py +6 -6
  7. stackit/postgresflex/models/__init__.py +6 -6
  8. stackit/postgresflex/models/acl.py +6 -6
  9. stackit/postgresflex/models/api_configuration.py +6 -6
  10. stackit/postgresflex/models/api_extension_config_load_response.py +6 -6
  11. stackit/postgresflex/models/api_extension_configure_response.py +6 -6
  12. stackit/postgresflex/models/api_extension_delete_response.py +6 -6
  13. stackit/postgresflex/models/api_extension_list.py +6 -6
  14. stackit/postgresflex/models/api_extension_load_response.py +6 -6
  15. stackit/postgresflex/models/api_install_response.py +6 -6
  16. stackit/postgresflex/models/api_installed_list_response.py +6 -6
  17. stackit/postgresflex/models/backup.py +6 -6
  18. stackit/postgresflex/models/clone_instance_payload.py +6 -6
  19. stackit/postgresflex/models/clone_instance_response.py +6 -6
  20. stackit/postgresflex/models/create_database_payload.py +6 -6
  21. stackit/postgresflex/models/create_instance_payload.py +6 -6
  22. stackit/postgresflex/models/create_instance_response.py +6 -6
  23. stackit/postgresflex/models/create_user_payload.py +6 -6
  24. stackit/postgresflex/models/create_user_response.py +6 -6
  25. stackit/postgresflex/models/error.py +6 -6
  26. stackit/postgresflex/models/extensions_configuration.py +6 -6
  27. stackit/postgresflex/models/extensions_extension_list_response.py +6 -6
  28. stackit/postgresflex/models/extensions_new_config.py +6 -6
  29. stackit/postgresflex/models/flavor.py +6 -6
  30. stackit/postgresflex/models/get_backup_response.py +6 -6
  31. stackit/postgresflex/models/get_user_response.py +6 -6
  32. stackit/postgresflex/models/instance.py +6 -6
  33. stackit/postgresflex/models/instance_create_database_response.py +6 -6
  34. stackit/postgresflex/models/instance_data_point.py +6 -6
  35. stackit/postgresflex/models/instance_database.py +6 -6
  36. stackit/postgresflex/models/instance_host.py +6 -6
  37. stackit/postgresflex/models/instance_host_metric.py +6 -6
  38. stackit/postgresflex/models/instance_list_databases_response.py +6 -6
  39. stackit/postgresflex/models/instance_list_instance.py +6 -6
  40. stackit/postgresflex/models/instance_metrics_response.py +6 -6
  41. stackit/postgresflex/models/instance_response.py +6 -6
  42. stackit/postgresflex/models/list_backups_response.py +6 -6
  43. stackit/postgresflex/models/list_flavors_response.py +6 -6
  44. stackit/postgresflex/models/list_instances_response.py +6 -6
  45. stackit/postgresflex/models/list_storages_response.py +6 -6
  46. stackit/postgresflex/models/list_users_response.py +6 -6
  47. stackit/postgresflex/models/list_users_response_item.py +6 -6
  48. stackit/postgresflex/models/list_versions_response.py +6 -6
  49. stackit/postgresflex/models/partial_update_instance_payload.py +6 -6
  50. stackit/postgresflex/models/partial_update_instance_response.py +6 -6
  51. stackit/postgresflex/models/partial_update_user_payload.py +6 -6
  52. stackit/postgresflex/models/postgres_database_parameter.py +6 -6
  53. stackit/postgresflex/models/postgres_database_parameter_response.py +6 -6
  54. stackit/postgresflex/models/reset_user_response.py +6 -6
  55. stackit/postgresflex/models/storage.py +6 -6
  56. stackit/postgresflex/models/storage_range.py +6 -6
  57. stackit/postgresflex/models/storage_update.py +6 -6
  58. stackit/postgresflex/models/update_backup_schedule_payload.py +6 -6
  59. stackit/postgresflex/models/update_instance_payload.py +6 -6
  60. stackit/postgresflex/models/update_user_payload.py +6 -6
  61. stackit/postgresflex/models/user.py +6 -6
  62. stackit/postgresflex/models/user_response.py +6 -6
  63. stackit/postgresflex/rest.py +6 -7
  64. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/METADATA +3 -4
  65. stackit_postgresflex-1.4.0.dist-info/RECORD +70 -0
  66. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/WHEEL +1 -1
  67. stackit_postgresflex-1.3.0.dist-info/RECORD +0 -70
  68. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/LICENSE.md +0 -0
  69. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/NOTICE.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  import io
@@ -22,7 +22,6 @@ from stackit.core.configuration import Configuration
22
22
 
23
23
  from stackit.postgresflex.exceptions import ApiException, ApiValueError
24
24
 
25
-
26
25
  RESTResponseType = requests.Response
27
26
 
28
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackit-postgresflex
3
- Version: 1.3.0
3
+ Version: 1.4.0
4
4
  Summary: STACKIT PostgreSQL Flex API
5
5
  Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
6
6
  Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
@@ -10,16 +10,15 @@ License-File: NOTICE.txt
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
19
- Requires-Python: <4.0,>=3.9
18
+ Requires-Python: <4.0,>=3.10
20
19
  Requires-Dist: pydantic>=2.9.2
21
20
  Requires-Dist: python-dateutil>=2.9.0.post0
22
- Requires-Dist: requests>=2.32.3
21
+ Requires-Dist: requests>=2.33.0
23
22
  Requires-Dist: stackit-core>=0.0.1a
24
23
  Description-Content-Type: text/markdown
25
24
 
@@ -0,0 +1,70 @@
1
+ stackit/postgresflex/__init__.py,sha256=wcKdWspE6UZ4zRnjPfslRvGFRi7zXhxwh_scuDfkCn0,9069
2
+ stackit/postgresflex/api_client.py,sha256=gfIA0sbR_O-ge-OPJcZnI26U0VEEn_HZP-xyEW98Zu8,23749
3
+ stackit/postgresflex/api_response.py,sha256=rSuCVGY-HE8X_WwteQP5wyANIuS-L5AmtZEUOwTicak,641
4
+ stackit/postgresflex/configuration.py,sha256=ghV45xwHwDSDZzbM6SqIlP0OMHgKpZXQknhQP-43sWA,5702
5
+ stackit/postgresflex/exceptions.py,sha256=YYVIngxf2gji4W9POhdnLzDGB7eCThf6pt-oEY368_k,6400
6
+ stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ stackit/postgresflex/rest.py,sha256=PkHzOK0vt-AihIDMZTkCQn6qECwRFjFZ2nWbnk-7L6Y,6394
8
+ stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
9
+ stackit/postgresflex/api/default_api.py,sha256=0DsLC_LaNHGq7k8pUqnvRwVKmU507i_iwYWx-0hK650,326853
10
+ stackit/postgresflex/models/__init__.py,sha256=TRZzdSsJ1sX_d3t0R7WKm2FP-V1HmmDGVhfgR51ry00,4984
11
+ stackit/postgresflex/models/acl.py,sha256=O4eh6dSIF0AI5sRDXXY-LSBzWonwD5S8rZfoGyMK5Js,2369
12
+ stackit/postgresflex/models/api_configuration.py,sha256=dq9jkdNR1hDwgldNhA33KxViFoUiqi3-Mw1QZjKbdYU,2493
13
+ stackit/postgresflex/models/api_extension_config_load_response.py,sha256=NZIJSXxYepQVKjDBLAiNSc0087P8V97SS-RqPmdcy3Q,3311
14
+ stackit/postgresflex/models/api_extension_configure_response.py,sha256=PdDKeCS6ruXdxJM7bWdWEPCCvzKQgGyIzpsmCGb-loM,3307
15
+ stackit/postgresflex/models/api_extension_delete_response.py,sha256=mQj6_ho-WhnO4So9jblE-sXlaU5LCh6-fnaS3vVsXiU,2520
16
+ stackit/postgresflex/models/api_extension_list.py,sha256=1-AKy18ftvVrR26nnwX97zpMeDL04aZWtucYPSd6GWs,2616
17
+ stackit/postgresflex/models/api_extension_load_response.py,sha256=3ItuG_TvwfwTVf07J3kiZnSdKDZUpbDIf2qFFsKCJRU,2801
18
+ stackit/postgresflex/models/api_install_response.py,sha256=ydWVMOU0aKkAMATAISe8c4CkCwiQOPEhhv0vXXZ9_qw,2777
19
+ stackit/postgresflex/models/api_installed_list_response.py,sha256=1y4O2zJSnqsdHEVYuo2DLc4-qKVpvjD2pSF2bzImaIA,3108
20
+ stackit/postgresflex/models/backup.py,sha256=BFhOtsNvYxaY41giTCvxvcX-jyixz2PWHZ4RjnEaU4Q,3177
21
+ stackit/postgresflex/models/clone_instance_payload.py,sha256=d66Uk4ieNjBpc09lfsPC3axHbaCFwmblUkk4XSmdHKM,2810
22
+ stackit/postgresflex/models/clone_instance_response.py,sha256=2_Wfd45I3Qut3aGlXhCqLM-tc9iNyGV0iviRWraWjSg,2498
23
+ stackit/postgresflex/models/create_database_payload.py,sha256=cCRHojZvNasepFICR4-6aG4-ffJeb_liG0j1cLyp8z4,2587
24
+ stackit/postgresflex/models/create_instance_payload.py,sha256=JR-UUgI0I4n_kOxGQ8dSr-GPfrVjnEElEV0GOSY6rPc,3912
25
+ stackit/postgresflex/models/create_instance_response.py,sha256=M24FYUqg-U7BG0-88B6CeR4eaIfakPThOUZfbZUxmyA,2427
26
+ stackit/postgresflex/models/create_user_payload.py,sha256=znZ64_L1J4rthwqNEyqOhzg9z0XOzGuL_8IyR2csltA,2511
27
+ stackit/postgresflex/models/create_user_response.py,sha256=HdfwWa7tyfOZmD7mvTh03XAPMtloLTOg0s4GHXz-E4g,2660
28
+ stackit/postgresflex/models/error.py,sha256=zT9w5rKGrnmbFMAD867U3C3PifA6epfK4YMrN1fGLbc,2726
29
+ stackit/postgresflex/models/extensions_configuration.py,sha256=sv_LV0iZL15oBd6kFKSUYcllgeyFhKhKbr35Mca-wmI,2521
30
+ stackit/postgresflex/models/extensions_extension_list_response.py,sha256=JxWr4BJr1DCP93R_iVsAVKr1fMs8xObESEAGLoBYzK0,3076
31
+ stackit/postgresflex/models/extensions_new_config.py,sha256=D1No_F3FOgKLV8cwLPPsRkNoRM_2Y2qh47GLnrzGgFw,3163
32
+ stackit/postgresflex/models/flavor.py,sha256=5nVG8LoK8MqrLSm2Qqu_WPyiW26RubQj7IVgnHtoVCo,2717
33
+ stackit/postgresflex/models/get_backup_response.py,sha256=8fP1fSb4C_G-MFoR3C19pKtCW-jaRl3k9S5rhtMppmA,2664
34
+ stackit/postgresflex/models/get_user_response.py,sha256=jcmmWLvvbXpsVku7-BF6t4sk4JhZ0Tg7sxYsSHADvY8,2703
35
+ stackit/postgresflex/models/instance.py,sha256=82sa_0wMAE--khWLqccBFopdFRCovIUOd0DByxQRXgs,4248
36
+ stackit/postgresflex/models/instance_create_database_response.py,sha256=iD9zbq0Re0UipK_3cgTy7WXkRrnFpV0XqQhPcf-Dbyo,2459
37
+ stackit/postgresflex/models/instance_data_point.py,sha256=oVFjFtkk11gRtGDDPvgEYKgvxGLZaon-PSkgvOAn9z4,2585
38
+ stackit/postgresflex/models/instance_database.py,sha256=24dFPclUbZZv4DpjFc9YBG5TQBCQaRrMW0xaAVz9Ntw,2623
39
+ stackit/postgresflex/models/instance_host.py,sha256=R8SkRtVWubzV3xUuB8Xy9a8tIG-04OPFk-m_T1ob0Is,3232
40
+ stackit/postgresflex/models/instance_host_metric.py,sha256=RGud50rPh5ZxdmKrez6NH50Jo9JKgCnpPD83KrfLSNE,3288
41
+ stackit/postgresflex/models/instance_list_databases_response.py,sha256=GWlmPJXkmgnKdkrH2o2Y7t-JFLhbKkG6iFC3I8KTFWk,3127
42
+ stackit/postgresflex/models/instance_list_instance.py,sha256=2KBN7sb1G2zR67E-SAavizirFJ1n-GO2fMriM925dl8,2567
43
+ stackit/postgresflex/models/instance_metrics_response.py,sha256=SlXTdK6wk_rFq7lVP-uKVK51FB44vKRhlRQnLEEULYA,2999
44
+ stackit/postgresflex/models/instance_response.py,sha256=-_-dTtwTGbHEtAPvNcCYA3PCK74dTTjATaTQXQbvTYY,2668
45
+ stackit/postgresflex/models/list_backups_response.py,sha256=xjgEB1WF6lBj2HJ8AIznKIC9zJahQiFaG47CvfoI3cc,3020
46
+ stackit/postgresflex/models/list_flavors_response.py,sha256=CuhpCbk1hTOXJI2OBVmcxGUbRLoSuHC3weaUcQc_ntM,2982
47
+ stackit/postgresflex/models/list_instances_response.py,sha256=QMibRSI_u_ei2--RIgMqazOs3tCWZyH_6iDdviDGCE8,3166
48
+ stackit/postgresflex/models/list_storages_response.py,sha256=3Th5h-rmA_JlUZfHlr03OnyYRSgewIneKvNgH138Qhw,3097
49
+ stackit/postgresflex/models/list_users_response.py,sha256=gPXTGNNQcyAWGesMhmax-g5wvM0RULL0HmFLqqR16ls,3155
50
+ stackit/postgresflex/models/list_users_response_item.py,sha256=kYjIyb8yBkfG3vP3SsJ0lNhpN6lP1-uILU2_69BPfjY,2509
51
+ stackit/postgresflex/models/list_versions_response.py,sha256=3ZwJWE6OJEQ62qgNpoNmd4s2mp8ENyRjZ2Cy7t1QIf8,2449
52
+ stackit/postgresflex/models/partial_update_instance_payload.py,sha256=mu2MJ8sx-aJkg1veGvCj9HivssVU5CKP_ooVwhjxD84,4115
53
+ stackit/postgresflex/models/partial_update_instance_response.py,sha256=tX9udD9yG9-3BIvB2c2mlP7_3Njoy6W-pL3NRZYjvP8,2720
54
+ stackit/postgresflex/models/partial_update_user_payload.py,sha256=3G1OPlXaZh-QpBqvCdaksW4RNBihiIj_a4k0jPY3BaQ,2539
55
+ stackit/postgresflex/models/postgres_database_parameter.py,sha256=YjppD-S_Y8CEVD2REdyh2qAt4wS98JA_fsIukeWUrGQ,4940
56
+ stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=meCa9L4IcXBTKpyeC-uoLgwgR5cJ35BI9wX0wjyZKDs,3248
57
+ stackit/postgresflex/models/reset_user_response.py,sha256=yz5_bAwDToit-9uL7nz_1yPe7zE_C_OKdNM-zViM9_0,2656
58
+ stackit/postgresflex/models/storage.py,sha256=iouVSRr-26dC8y9wq_HwFWN2o97q77_9Puo9LQifd2Q,2501
59
+ stackit/postgresflex/models/storage_range.py,sha256=ejwk9XxwMSuSATjrpkqpkVYD_aqYGhwCEqa0b1poLnM,2457
60
+ stackit/postgresflex/models/storage_update.py,sha256=K-83PjB1zfg3K92vLND-QMOl4gW5uxkxm4YQXtjEhBY,2669
61
+ stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=Rd-itBD3mpJh_iiHk9ONsu2mpbO93VGGunywsfIwGHk,2518
62
+ stackit/postgresflex/models/update_instance_payload.py,sha256=q8PVoFqA39gmLMdjvmWCr2ezKTvAoYM_Zwgcr8LKPlU,4087
63
+ stackit/postgresflex/models/update_user_payload.py,sha256=qkXxERw4iR42JZHoMAlynUGVsKRQ4QGzOnbxU0y4N7M,2511
64
+ stackit/postgresflex/models/user.py,sha256=nPxp8RciwJiKqR4CJ8SFR2jMasPUGu-1rQR6Y16N-8A,3075
65
+ stackit/postgresflex/models/user_response.py,sha256=BFT2hh_eDlZkgM0U5HEmNFH6F8KEMjGU69yWtiJ52Hc,2821
66
+ stackit_postgresflex-1.4.0.dist-info/METADATA,sha256=RNa_kY0Ksj7-jIBs6lcfh8mUQB01kXWtFMnGBb-sbjw,1756
67
+ stackit_postgresflex-1.4.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
68
+ stackit_postgresflex-1.4.0.dist-info/licenses/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
69
+ stackit_postgresflex-1.4.0.dist-info/licenses/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
70
+ stackit_postgresflex-1.4.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.31.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,70 +0,0 @@
1
- stackit/postgresflex/__init__.py,sha256=rMYzq9BlsmdVBxtxHPSHCwgTn-oHBodu9QBvhIRy3oQ,9094
2
- stackit/postgresflex/api_client.py,sha256=57y_dPPYqmUVuyC8f5jp8ffKKgTH6kq5m1OQVbAd9wk,23774
3
- stackit/postgresflex/api_response.py,sha256=HRYkVqMNIlfODacTQPTbiVj2YdcnutpQrKJdeAoCSpM,642
4
- stackit/postgresflex/configuration.py,sha256=zsrENzCv9XNcJXnqzKbPkYzq_j39dRdenDcrpV1alBE,5727
5
- stackit/postgresflex/exceptions.py,sha256=8303B2HYwDrW_0t83-NgLqN0DPFot2M4SIi-4xnopB8,6424
6
- stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- stackit/postgresflex/rest.py,sha256=tJgc6A80pvzRWAeQASsKaUDYZzOl6F6xCDghElq-M58,6419
8
- stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
9
- stackit/postgresflex/api/default_api.py,sha256=uKbO0E72NfnijDg04ASrhgr62cAkUG0xx8mPVQ9QXFw,326877
10
- stackit/postgresflex/models/__init__.py,sha256=DQHOxw-ZI_H4Dr_1Z78NpE__FcOD0IdLKAl34pQAbLs,5008
11
- stackit/postgresflex/models/acl.py,sha256=0eFjdtKQNwwSMjqYYJbvaXNfOZENz-nGViXbeow4xlg,2393
12
- stackit/postgresflex/models/api_configuration.py,sha256=C2zo8Yk-O7r9tn39Q_KDDpVBE1ZQec3CJzbTo1ggOf8,2517
13
- stackit/postgresflex/models/api_extension_config_load_response.py,sha256=X8lJP5wshE6ibt0QJ_fPc2MEVyFOrmuCyfXOJl_1jws,3335
14
- stackit/postgresflex/models/api_extension_configure_response.py,sha256=PA5BVNyerXC87L803I9-7_oBKVl34kUrQblEEu5O8iM,3331
15
- stackit/postgresflex/models/api_extension_delete_response.py,sha256=SesP6xkJdf1nxbmb8IafIYa7xmPMeEwDgFyVvsc2OTo,2544
16
- stackit/postgresflex/models/api_extension_list.py,sha256=181j7Gd-pGzQQZvIwzNPJ-TM7-FUC-H1HOXzSgTGDng,2640
17
- stackit/postgresflex/models/api_extension_load_response.py,sha256=h-j5dmzaUYQVoCSp1QhK8jTrthXGUmpqf57N2ZjPzXE,2825
18
- stackit/postgresflex/models/api_install_response.py,sha256=DHnyByla1vk32njQcp1z22A4B6S7tzr_EbdoR03fMDw,2801
19
- stackit/postgresflex/models/api_installed_list_response.py,sha256=6QEAYqWwO2wjbrdJZCCODWhBayZbzeMc7I-DCWtg3vA,3132
20
- stackit/postgresflex/models/backup.py,sha256=AUEthZLYhIgkKeuZRXqiWXoTs-w3TbOxdB2r6zwCLqA,3201
21
- stackit/postgresflex/models/clone_instance_payload.py,sha256=gppMckLrNb9mulz90rVA-q_j-9jixoECQJRdnpkigQM,2834
22
- stackit/postgresflex/models/clone_instance_response.py,sha256=jMQllNFi3a0Uh15Z2CDGGGqQ0DKn3l86w2V8qNmcOvU,2522
23
- stackit/postgresflex/models/create_database_payload.py,sha256=wgyYFDkVID0xZXhq6Phvec8TWBeTmIKVMVP2nKgRWho,2611
24
- stackit/postgresflex/models/create_instance_payload.py,sha256=NNVbpUHI58oGC_glzA3veuitgo4CzYY1KG2ZtUay_AA,3936
25
- stackit/postgresflex/models/create_instance_response.py,sha256=or1yIyX7O43uTHQxkTFDtkKSTPwjieuCaw-X6oJn5xs,2451
26
- stackit/postgresflex/models/create_user_payload.py,sha256=ww-HLzGAhRYgTNuktwsTZJ54ez8vjV-iiVlw5ObwuzM,2535
27
- stackit/postgresflex/models/create_user_response.py,sha256=yqAwZuiu3T_kVqsNxIxVEMWVVGFA-uuzOw5wrLHXfV4,2684
28
- stackit/postgresflex/models/error.py,sha256=_m0--rc5ZyajotOpsbXZ--kDKYgkDl-tvyRz_7IjwT4,2750
29
- stackit/postgresflex/models/extensions_configuration.py,sha256=Ee73dR02ARX7nLGJOtcbk2FIpzv8f8NxQkoIanWcekM,2545
30
- stackit/postgresflex/models/extensions_extension_list_response.py,sha256=65Rv1kAJlyB1Xr3RWrHDwdttE8ud0z5KFtKHztIN-gM,3100
31
- stackit/postgresflex/models/extensions_new_config.py,sha256=pSu6AupFoxywNn_G3fJXewbg_m5ubnKC5X14wBRMaHg,3187
32
- stackit/postgresflex/models/flavor.py,sha256=87QjB778SJyaEn1f8JrYoict5oooxWvu4kWdsQqoY30,2741
33
- stackit/postgresflex/models/get_backup_response.py,sha256=8DPQ3G4l1Icw3tJQjaCzauyzAvgkMs3bJXi31lJRAGI,2688
34
- stackit/postgresflex/models/get_user_response.py,sha256=3jcem3B7xyhb9lsU8e_srDN8bEwoluLxq1JR0APso1s,2727
35
- stackit/postgresflex/models/instance.py,sha256=HNeEi_5wiQddGtUTFXeX6SPX8YiJNEkSE2aMYtgdkRc,4272
36
- stackit/postgresflex/models/instance_create_database_response.py,sha256=wZORimyae7VGjNt0fjYzcP0Xch10TAiPEnOzCxeznz0,2483
37
- stackit/postgresflex/models/instance_data_point.py,sha256=8AIWFo8En8MBhZKyDVAsb_RomrBuybt2MKnQo66nThM,2609
38
- stackit/postgresflex/models/instance_database.py,sha256=6lG-zyg7iXbWclJI2khAS68h71d5L6sv-tELioefVSw,2647
39
- stackit/postgresflex/models/instance_host.py,sha256=rUEpyUiJKvJYE3a3pqc3jbGrr__wJOx7_srJ0euJqUM,3256
40
- stackit/postgresflex/models/instance_host_metric.py,sha256=QnhwO2j7-f9Wy8I9E2tMMsJtkTUmcy8rInfLklg46i8,3312
41
- stackit/postgresflex/models/instance_list_databases_response.py,sha256=o_kSGm5-Pt2GU4Vnm7FbTZZ3nwPXX4RrbpGAVn14oqo,3151
42
- stackit/postgresflex/models/instance_list_instance.py,sha256=ldKedsjNOPw19SKFznNhmcXGXEU2PHlCF_vXuB9V2h0,2591
43
- stackit/postgresflex/models/instance_metrics_response.py,sha256=NcMC277IDvjZKVYe3iOJOPmn3a4GPkLGdXSaUb7aUk4,3023
44
- stackit/postgresflex/models/instance_response.py,sha256=MNXt7TP6_Rn1DZ2RbydnVwfh6kwPiEmhO6TxcLRWMwY,2692
45
- stackit/postgresflex/models/list_backups_response.py,sha256=GqbhngLuhccZfL_xCC6UWWaLTXawj-7-5tlfbe7BRCE,3044
46
- stackit/postgresflex/models/list_flavors_response.py,sha256=ZdO44ByhdiQ16xWK9Vb6NAiAKe2G12lXJVB1Np-1hWM,3006
47
- stackit/postgresflex/models/list_instances_response.py,sha256=-RhtlXpXAf_-n56yk5SOvVG23ufdvXKJDZSj8gHM4-0,3190
48
- stackit/postgresflex/models/list_storages_response.py,sha256=PgVJ2EJiM29GVL3b7k-BbBcGvVt2Xg4jJOfhoQW58Go,3121
49
- stackit/postgresflex/models/list_users_response.py,sha256=yHTR6D4M5kg3p42JerUhb7CAg1h6A1YHo4Rp4J5g25E,3179
50
- stackit/postgresflex/models/list_users_response_item.py,sha256=AtEjIimFlstjUqiLdY52rQajsbtzqH4XPb4KhPGRGvE,2533
51
- stackit/postgresflex/models/list_versions_response.py,sha256=DXt1TO39uMOJqzoYysWQkblluUoEjDT01Fz_8W5oeu4,2473
52
- stackit/postgresflex/models/partial_update_instance_payload.py,sha256=uF7fvoOjHh6Wh9W2bcC4c1ZTRhvVR_B_JXaDYZc01eo,4139
53
- stackit/postgresflex/models/partial_update_instance_response.py,sha256=KtIB0-nfcNvn5rynIIVuPjutOZOk1Eme2zZEL1ohs3s,2744
54
- stackit/postgresflex/models/partial_update_user_payload.py,sha256=ySKrdzbELmCuVsbkM92Frp4s3fNYJY9E8dlrv9KmjZA,2563
55
- stackit/postgresflex/models/postgres_database_parameter.py,sha256=nuSRXl1EV0LPkXxvwjMN_u3jmxy0KR5R9TiL55lAhXg,4964
56
- stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=bnN8VC7xlwxj0pQpeSsL2nT2Th3A1g5XkVIpqlVbKUE,3272
57
- stackit/postgresflex/models/reset_user_response.py,sha256=RMlqLlYSSzBIZfPfGV8hLKO54pRGEwmc_dmxNM8Ofs8,2680
58
- stackit/postgresflex/models/storage.py,sha256=N2aNWMstW8NTrotQkBX5Rl1GrP3HDd0HQn6tfJTj5qA,2525
59
- stackit/postgresflex/models/storage_range.py,sha256=SwKGgWB0ktCtF1w8Zqnj08Z8_y8yCt6sy_0h2z5n3Mg,2481
60
- stackit/postgresflex/models/storage_update.py,sha256=KImAW6eVBElD808bemhMOYVC1pXpLlVkH40uOMM8yN0,2693
61
- stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=TyHyRFqYEpleBcbr1W0l9KiiOJ_72qnhiSlZ_b8VOlw,2542
62
- stackit/postgresflex/models/update_instance_payload.py,sha256=2twV08n8XzTBTLaIjoMlSO27RwJn_MihmeIiOv_thgA,4111
63
- stackit/postgresflex/models/update_user_payload.py,sha256=KA_1fZ61W6csswV0U7mtz5rV73jZRCKx8fthaKMnetI,2535
64
- stackit/postgresflex/models/user.py,sha256=5LB_9CEg7AdjdgaLpz-sONrfi4NLHl2lh2WP8bz4JhU,3099
65
- stackit/postgresflex/models/user_response.py,sha256=_Avl8LUnowsphgLrUUTA4yNKY3lDmk-UYI9YJryi7pw,2845
66
- stackit_postgresflex-1.3.0.dist-info/METADATA,sha256=iexdkWP9ZFhEBIkzzWrRIzGnmMHi_o2j_U5Q12okyZk,1805
67
- stackit_postgresflex-1.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
68
- stackit_postgresflex-1.3.0.dist-info/licenses/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
69
- stackit_postgresflex-1.3.0.dist-info/licenses/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
70
- stackit_postgresflex-1.3.0.dist-info/RECORD,,