Skip to content

Commit 641c963

Browse files
committed
1 parent cf4fc33 commit 641c963

34 files changed

Lines changed: 105 additions & 97 deletions

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.16.0
1+
7.20.0

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.13.0] - 2026-02-17
4+
- Updated to OpenAPI Generator 7.20.0
5+
36
## [2.12.0] - 2025-09-30
47
- Updated URLR API version to 1.12
58
- Updated to OpenAPI Generator 7.16.0
@@ -123,4 +126,4 @@
123126

124127
## [0.0.1] - 2024-01-31
125128

126-
- First version of the URLR Python client
129+
- First version of the URLR Python client

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# urlr@2.12.0
1+
# urlr@2.13.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

77
- API version: 1.12
8-
- Package version: 2.12.0
8+
- Package version: 2.13.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
For more information, please visit [https://urlr.me/en](https://urlr.me/en)

docs/BaseLinkRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**url** | **str** | URL to shorten | [optional]
9-
**folder_id** | **str** | Folder API ID | [optional]
9+
**folder_id** | **UUID** | Folder API ID | [optional]
1010
**domain** | **str** | Domain | [optional]
1111
**code** | **str** | Custom short code | [optional]
1212
**label** | **str** | Label | [optional]
13-
**tags** | **List[str]** | Tags | [optional]
13+
**tags** | **List[UUID]** | Tags | [optional]
1414
**password** | **str** | Password | [optional]
1515
**qrcode** | [**BaseLinkRequestQrcode**](BaseLinkRequestQrcode.md) | | [optional]
1616
**utm** | [**LinkUtm**](LinkUtm.md) | | [optional]

docs/CreateDomainRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**team_id** | **str** | Team API ID |
8+
**team_id** | **UUID** | Team API ID |
99
**domain** | **str** | Domain |
1010
**root_url** | **str** | Redirect URL for the root of the domain | [optional]
1111

docs/CreateFolder200Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**team_id** | **str** | Team API ID | [optional]
8+
**team_id** | **UUID** | Team API ID | [optional]
99
**name** | **str** | Name | [optional]
10-
**parent_id** | **str** | Parent Folder API ID (if any) | [optional]
10+
**parent_id** | **UUID** | Parent Folder API ID (if any) | [optional]
1111
**parent_name** | **str** | Parent Folder name (if any) | [optional]
1212
**color** | **str** | Color of folder | [optional]
1313

docs/CreateFolderRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**team_id** | **str** | Team API ID |
8+
**team_id** | **UUID** | Team API ID |
99
**name** | **str** | Name |
10-
**parent_id** | **str** | Folder API ID (if any) | [optional]
10+
**parent_id** | **UUID** | Folder API ID (if any) | [optional]
1111
**color** | **str** | Color of folder | [optional]
1212

1313
## Example

docs/CreateLinkRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**url** | **str** | URL to shorten |
9-
**folder_id** | **str** | Folder API ID | [optional]
9+
**folder_id** | **UUID** | Folder API ID | [optional]
1010
**domain** | **str** | Domain | [optional]
1111
**code** | **str** | Custom short code | [optional]
1212
**label** | **str** | Label | [optional]
13-
**tags** | **List[str]** | Tags | [optional]
13+
**tags** | **List[UUID]** | Tags | [optional]
1414
**password** | **str** | Password | [optional]
1515
**qrcode** | [**BaseLinkRequestQrcode**](BaseLinkRequestQrcode.md) | | [optional]
1616
**utm** | [**LinkUtm**](LinkUtm.md) | | [optional]
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
2020
**expired_at** | **datetime** | Scheduled expiration date | [optional]
2121
**expired_url** | **str** | Expiration URL | [optional]
2222
**delete_after_expiration** | **bool** | Whether or not to remove the link after the expiry date | [optional] [default to False]
23-
**team_id** | **str** | Workspace API ID |
23+
**team_id** | **UUID** | Workspace API ID |
2424

2525
## Example
2626

docs/CreateQrCodeRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Name | Type | Description | Notes
1111
**background_color** | **str** | The background color of the QR code (hexadecimal) | [optional] [default to '#ffffff']
1212
**foreground_color** | **str** | The foreground color of the QR code (hexadecimal) | [optional] [default to '#000000']
1313
**url** | **str** | URL of the QR Code |
14-
**team_id** | **str** | Workspace API ID |
15-
**link_id** | **str** | Link API ID of the QR Code |
14+
**team_id** | **UUID** | Workspace API ID |
15+
**link_id** | **UUID** | Link API ID of the QR Code |
1616

1717
## Example
1818

docs/CreateQrCodeRequestOneOf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**url** | **str** | URL of the QR Code |
9-
**team_id** | **str** | Workspace API ID |
9+
**team_id** | **UUID** | Workspace API ID |
1010

1111
## Example
1212

0 commit comments

Comments
 (0)