Skip to content

Commit d895a0c

Browse files
committed
1 parent e562e89 commit d895a0c

91 files changed

Lines changed: 327 additions & 195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ docs/DomainCreateRequest.md
99
docs/DomainGet401Response.md
1010
docs/DomainGet404Response.md
1111
docs/DomainGet422Response.md
12+
docs/DomainGet500Response.md
1213
docs/DomainList200Response.md
1314
docs/DomainsApi.md
1415
docs/Folder.md
@@ -20,7 +21,6 @@ docs/LinkBaseRequest.md
2021
docs/LinkBaseRequestMetatag.md
2122
docs/LinkBaseRequestQrcode.md
2223
docs/LinkCreateRequest.md
23-
docs/LinkDelete500Response.md
2424
docs/LinkEditRequest.md
2525
docs/LinkGeolinksInner.md
2626
docs/LinkGeolinksInnerConditionsInner.md
@@ -49,6 +49,7 @@ test/test_domain_create_request.py
4949
test/test_domain_get401_response.py
5050
test/test_domain_get404_response.py
5151
test/test_domain_get422_response.py
52+
test/test_domain_get500_response.py
5253
test/test_domain_list200_response.py
5354
test/test_domains_api.py
5455
test/test_folder.py
@@ -60,7 +61,6 @@ test/test_link_base_request.py
6061
test/test_link_base_request_metatag.py
6162
test/test_link_base_request_qrcode.py
6263
test/test_link_create_request.py
63-
test/test_link_delete500_response.py
6464
test/test_link_edit_request.py
6565
test/test_link_geolinks_inner.py
6666
test/test_link_geolinks_inner_conditions_inner.py
@@ -96,6 +96,7 @@ urlr/models/domain_create_request.py
9696
urlr/models/domain_get401_response.py
9797
urlr/models/domain_get404_response.py
9898
urlr/models/domain_get422_response.py
99+
urlr/models/domain_get500_response.py
99100
urlr/models/domain_list200_response.py
100101
urlr/models/folder.py
101102
urlr/models/folder_create_request.py
@@ -105,7 +106,6 @@ urlr/models/link_base_request.py
105106
urlr/models/link_base_request_metatag.py
106107
urlr/models/link_base_request_qrcode.py
107108
urlr/models/link_create_request.py
108-
urlr/models/link_delete500_response.py
109109
urlr/models/link_edit_request.py
110110
urlr/models/link_geolinks_inner.py
111111
urlr/models/link_geolinks_inner_conditions_inner.py

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.22.0
1+
7.24.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [3.2.0] - 2026-07-20
4+
5+
- Updated URLR API version to 2.1.0
6+
- Updated to OpenAPI Generator 7.24.0
7+
38
## [3.1.0] - 2026-05-19
49

510
- Adapt to workspace_id field removal. Not a breaking change because API V2 is still not officially used.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# urlr@3.1.0
1+
# urlr@3.2.0
22

33
![PyPI - Version](https://img.shields.io/pypi/v/urlr) ![PyPI - Downloads](https://img.shields.io/pypi/dm/urlr) ![PyPI - License](https://img.shields.io/pypi/l/urlr)
44

55
This SDK is automatically generated with the [OpenAPI Generator](https://openapi-generator.tech) project.
66

7-
- API version: 2.0.0
8-
- Package version: 3.1.0
7+
- API version: 2.1.0
8+
- Package version: 3.2.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
For more information, please visit [https://urlr.me/en](https://urlr.me/en)
@@ -104,6 +104,7 @@ Class | Method | HTTP request | Description
104104
- [DomainGet401Response](docs/DomainGet401Response.md)
105105
- [DomainGet404Response](docs/DomainGet404Response.md)
106106
- [DomainGet422Response](docs/DomainGet422Response.md)
107+
- [DomainGet500Response](docs/DomainGet500Response.md)
107108
- [DomainList200Response](docs/DomainList200Response.md)
108109
- [Folder](docs/Folder.md)
109110
- [FolderCreateRequest](docs/FolderCreateRequest.md)
@@ -113,7 +114,6 @@ Class | Method | HTTP request | Description
113114
- [LinkBaseRequestMetatag](docs/LinkBaseRequestMetatag.md)
114115
- [LinkBaseRequestQrcode](docs/LinkBaseRequestQrcode.md)
115116
- [LinkCreateRequest](docs/LinkCreateRequest.md)
116-
- [LinkDelete500Response](docs/LinkDelete500Response.md)
117117
- [LinkEditRequest](docs/LinkEditRequest.md)
118118
- [LinkGeolinksInner](docs/LinkGeolinksInner.md)
119119
- [LinkGeolinksInnerConditionsInner](docs/LinkGeolinksInnerConditionsInner.md)
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LinkDelete500Response
1+
# DomainGet500Response
22

33

44
## Properties
@@ -13,19 +13,19 @@ Name | Type | Description | Notes
1313
## Example
1414

1515
```python
16-
from urlr.models.link_delete500_response import LinkDelete500Response
16+
from urlr.models.domain_get500_response import DomainGet500Response
1717

1818
# TODO update the JSON string below
1919
json = "{}"
20-
# create an instance of LinkDelete500Response from a JSON string
21-
link_delete500_response_instance = LinkDelete500Response.from_json(json)
20+
# create an instance of DomainGet500Response from a JSON string
21+
domain_get500_response_instance = DomainGet500Response.from_json(json)
2222
# print the JSON string representation of the object
23-
print(LinkDelete500Response.to_json())
23+
print(DomainGet500Response.to_json())
2424

2525
# convert the object into a dict
26-
link_delete500_response_dict = link_delete500_response_instance.to_dict()
27-
# create an instance of LinkDelete500Response from a dict
28-
link_delete500_response_from_dict = LinkDelete500Response.from_dict(link_delete500_response_dict)
26+
domain_get500_response_dict = domain_get500_response_instance.to_dict()
27+
# create an instance of DomainGet500Response from a dict
28+
domain_get500_response_from_dict = DomainGet500Response.from_dict(domain_get500_response_dict)
2929
```
3030
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3131

docs/DomainsApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Name | Type | Description | Notes
8888
**429** | Limits Exceeded | - |
8989
**409** | Conflict | - |
9090
**422** | Validation Failed | - |
91+
**500** | Internal Error | - |
9192

9293
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9394

@@ -168,6 +169,7 @@ Name | Type | Description | Notes
168169
**404** | Not Found | - |
169170
**401** | Unauthorized | - |
170171
**422** | Validation Failed | - |
172+
**500** | Internal Error | - |
171173

172174
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
173175

@@ -244,6 +246,7 @@ This endpoint does not need any parameter.
244246
**404** | Not Found | - |
245247
**401** | Unauthorized | - |
246248
**422** | Validation Failed | - |
249+
**500** | Internal Error | - |
247250

248251
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
249252

docs/FoldersApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Name | Type | Description | Notes
8989
**429** | Limits Exceeded | - |
9090
**409** | Conflict | - |
9191
**422** | Validation Failed | - |
92+
**500** | Internal Error | - |
9293

9394
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9495

@@ -169,6 +170,7 @@ Name | Type | Description | Notes
169170
**404** | Not Found | - |
170171
**401** | Unauthorized | - |
171172
**422** | Validation Failed | - |
173+
**500** | Internal Error | - |
172174

173175
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
174176

@@ -245,6 +247,7 @@ This endpoint does not need any parameter.
245247
**404** | Not Found | - |
246248
**401** | Unauthorized | - |
247249
**422** | Validation Failed | - |
250+
**500** | Internal Error | - |
248251

249252
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
250253

docs/LinkBaseRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**url** | **str** | URL to shorten | [optional]
99
**folder_id** | **UUID** | Folder API ID | [optional]
1010
**domain** | **str** | Domain | [optional]
11-
**code** | **str** | Custom short code | [optional]
11+
**code** | **str** | Length must be between 2 and 50 characters if a custom domain is set, or between 2 and 49 characters otherwise. | [optional]
1212
**label** | **str** | Label | [optional]
1313
**password** | **str** | Password | [optional]
1414
**delete_at** | **datetime** | Scheduled deletion date | [optional]

docs/LinkCreateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**url** | **str** | URL to shorten | [optional]
99
**folder_id** | **UUID** | Folder API ID | [optional]
1010
**domain** | **str** | Domain | [optional]
11-
**code** | **str** | Custom short code | [optional]
11+
**code** | **str** | Length must be between 2 and 50 characters if a custom domain is set, or between 2 and 49 characters otherwise. | [optional]
1212
**label** | **str** | Label | [optional]
1313
**password** | **str** | Password | [optional]
1414
**delete_at** | **datetime** | Scheduled deletion date | [optional]

docs/LinkEditRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**url** | **str** | URL to shorten | [optional]
99
**folder_id** | **UUID** | Folder API ID | [optional]
1010
**domain** | **str** | Domain | [optional]
11-
**code** | **str** | Custom short code | [optional]
11+
**code** | **str** | Length must be between 2 and 50 characters if a custom domain is set, or between 2 and 49 characters otherwise. | [optional]
1212
**label** | **str** | Label | [optional]
1313
**password** | **str** | Password | [optional]
1414
**delete_at** | **datetime** | Scheduled deletion date | [optional]

0 commit comments

Comments
 (0)