stackit-resourcemanager 0.9.0__tar.gz → 0.9.1__tar.gz

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 (37) hide show
  1. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/PKG-INFO +1 -1
  2. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/pyproject.toml +1 -1
  3. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/create_folder_payload.py +1 -1
  4. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/create_project_payload.py +1 -1
  5. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/folder_response.py +1 -1
  6. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/get_folder_details_response.py +1 -1
  7. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/get_project_response.py +1 -1
  8. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_folders_response_items_inner.py +1 -1
  9. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_organizations_response_items_inner.py +1 -1
  10. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/organization_response.py +1 -1
  11. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_folder_payload.py +1 -1
  12. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_organization_payload.py +1 -1
  13. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_project_payload.py +1 -1
  14. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/project.py +1 -1
  15. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/.gitignore +0 -0
  16. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/LICENSE.md +0 -0
  17. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/NOTICE.txt +0 -0
  18. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/README.md +0 -0
  19. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/__init__.py +0 -0
  20. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api/__init__.py +0 -0
  21. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api/default_api.py +0 -0
  22. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api_client.py +0 -0
  23. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api_response.py +0 -0
  24. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/configuration.py +0 -0
  25. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/exceptions.py +0 -0
  26. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/__init__.py +0 -0
  27. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/container_search_result.py +0 -0
  28. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/error_response.py +0 -0
  29. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/lifecycle_state.py +0 -0
  30. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_folders_response.py +0 -0
  31. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_organizations_response.py +0 -0
  32. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_projects_response.py +0 -0
  33. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/member.py +0 -0
  34. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/parent.py +0 -0
  35. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/parent_list_inner.py +0 -0
  36. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/py.typed +0 -0
  37. {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/rest.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackit-resourcemanager
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: Resource Manager 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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stackit-resourcemanager"
3
- version = "v0.9.0"
3
+ version = "v0.9.1"
4
4
  description = "Resource Manager API"
5
5
  authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
6
6
  requires-python = ">=3.10,<4.0"
@@ -36,7 +36,7 @@ class CreateFolderPayload(BaseModel):
36
36
  )
37
37
  labels: Optional[Dict[str, StrictStr]] = Field(
38
38
  default=None,
39
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
39
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
40
40
  )
41
41
  members: Optional[Annotated[List[Member], Field(min_length=1)]] = Field(
42
42
  default=None,
@@ -36,7 +36,7 @@ class CreateProjectPayload(BaseModel):
36
36
  )
37
37
  labels: Optional[Dict[str, StrictStr]] = Field(
38
38
  default=None,
39
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
39
+ description='Key-value string pairs attached to a resource container during creation. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * Either a `"scope": "PUBLIC"` label or a valid `networkArea` label must be provided for project creation. * To create a project within a STACKIT Network Area, you must set the label `"networkArea": "<networkAreaID>"`. > **Important:** The `networkArea` label is immutable and **cannot be changed** after project creation.',
40
40
  )
41
41
  members: Annotated[List[Member], Field(min_length=1)] = Field(
42
42
  description="The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account."
@@ -37,7 +37,7 @@ class FolderResponse(BaseModel):
37
37
  folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
38
38
  labels: Optional[Dict[str, StrictStr]] = Field(
39
39
  default=None,
40
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
40
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
41
41
  )
42
42
  name: StrictStr = Field(description="Folder name.")
43
43
  parent: Parent
@@ -38,7 +38,7 @@ class GetFolderDetailsResponse(BaseModel):
38
38
  folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
39
39
  labels: Optional[Dict[str, StrictStr]] = Field(
40
40
  default=None,
41
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
41
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
42
42
  )
43
43
  name: StrictStr = Field(description="Folder name.")
44
44
  parent: Parent
@@ -38,7 +38,7 @@ class GetProjectResponse(BaseModel):
38
38
  creation_time: datetime = Field(description="Timestamp at which the project was created.", alias="creationTime")
39
39
  labels: Optional[Dict[str, StrictStr]] = Field(
40
40
  default=None,
41
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
41
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
42
42
  )
43
43
  lifecycle_state: LifecycleState = Field(alias="lifecycleState")
44
44
  name: StrictStr = Field(description="Project name.")
@@ -37,7 +37,7 @@ class ListFoldersResponseItemsInner(BaseModel):
37
37
  folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
38
38
  labels: Optional[Dict[str, StrictStr]] = Field(
39
39
  default=None,
40
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
40
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
41
41
  )
42
42
  name: StrictStr = Field(description="Name of the folder.")
43
43
  parent: Parent
@@ -38,7 +38,7 @@ class ListOrganizationsResponseItemsInner(BaseModel):
38
38
  )
39
39
  labels: Optional[Dict[str, StrictStr]] = Field(
40
40
  default=None,
41
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
41
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
42
42
  )
43
43
  lifecycle_state: LifecycleState = Field(alias="lifecycleState")
44
44
  name: StrictStr = Field(description="Name of the organization.")
@@ -38,7 +38,7 @@ class OrganizationResponse(BaseModel):
38
38
  )
39
39
  labels: Optional[Dict[str, StrictStr]] = Field(
40
40
  default=None,
41
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
41
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
42
42
  )
43
43
  lifecycle_state: LifecycleState = Field(alias="lifecycleState")
44
44
  name: StrictStr = Field(description="Organization name.")
@@ -35,7 +35,7 @@ class PartialUpdateFolderPayload(BaseModel):
35
35
  )
36
36
  labels: Optional[Dict[str, StrictStr]] = Field(
37
37
  default=None,
38
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
38
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
39
39
  )
40
40
  name: Optional[Annotated[str, Field(strict=True)]] = Field(
41
41
  default=None,
@@ -30,7 +30,7 @@ class PartialUpdateOrganizationPayload(BaseModel):
30
30
 
31
31
  labels: Optional[Dict[str, StrictStr]] = Field(
32
32
  default=None,
33
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
33
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
34
34
  )
35
35
  name: Optional[Annotated[str, Field(strict=True)]] = Field(
36
36
  default=None,
@@ -35,7 +35,7 @@ class PartialUpdateProjectPayload(BaseModel):
35
35
  )
36
36
  labels: Optional[Dict[str, StrictStr]] = Field(
37
37
  default=None,
38
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
38
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
39
39
  )
40
40
  name: Optional[Annotated[str, Field(strict=True)]] = Field(
41
41
  default=None,
@@ -37,7 +37,7 @@ class Project(BaseModel):
37
37
  creation_time: datetime = Field(description="Timestamp at which the project was created.", alias="creationTime")
38
38
  labels: Optional[Dict[str, StrictStr]] = Field(
39
39
  default=None,
40
- description='Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `"networkArea": "<networkAreaID>"` is required. This can not be changed after project creation.',
40
+ description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
41
41
  )
42
42
  lifecycle_state: LifecycleState = Field(alias="lifecycleState")
43
43
  name: StrictStr = Field(description="Project name.")