Skip to content

Commit

Permalink
Merge pull request #12 from panoratech/speakeasy-sdk-regen-1726336529
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate SDK 0.6.0
  • Loading branch information
naelob authored Sep 14, 2024
2 parents cbd138c + 5dc74d9 commit bdb70b8
Show file tree
Hide file tree
Showing 834 changed files with 46,793 additions and 22,075 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
README-PYPI.md
.venv/
venv/
src/*.egg-info/
Expand Down
4,904 changes: 3,753 additions & 1,151 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.5.1
version: 0.6.0
additionalDependencies:
dev: {}
main: {}
Expand Down
701 changes: 383 additions & 318 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.355.0 (2.387.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.1] .
- [python v0.5.1] .

## 2024-09-14 17:55:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.9 (2.415.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.6.0] .
### Releases
- [PyPI v0.6.0] https://pypi.org/project/panora-sdk/0.6.0 - .
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ s = Panora(
api_key="<YOUR_API_KEY_HERE>",
)


res = s.hello()

if res is not None:
Expand Down
14 changes: 0 additions & 14 deletions docs/models/accessrole.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/models/activitytype.md

This file was deleted.

20 changes: 10 additions & 10 deletions docs/models/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `street_1` | *Nullable[str]* | :heavy_check_mark: | The street |
| `street_2` | *Nullable[str]* | :heavy_check_mark: | More information about the street |
| `city` | *Nullable[str]* | :heavy_check_mark: | The city |
| `state` | *Nullable[str]* | :heavy_check_mark: | The state |
| `postal_code` | *Nullable[str]* | :heavy_check_mark: | The postal code |
| `country` | *Nullable[str]* | :heavy_check_mark: | The country |
| `address_type` | [Nullable[models.AddressType]](../models/addresstype.md) | :heavy_check_mark: | The address type. Authorized values are either PERSONAL or WORK. |
| `owner_type` | *Nullable[str]* | :heavy_check_mark: | The owner type of the address |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `street_1` | *Nullable[str]* | :heavy_check_mark: | The street | 5th Avenue |
| `street_2` | *Nullable[str]* | :heavy_check_mark: | More information about the street | Street 2 |
| `city` | *Nullable[str]* | :heavy_check_mark: | The city | New York |
| `state` | *Nullable[str]* | :heavy_check_mark: | The state | New York |
| `postal_code` | *Nullable[str]* | :heavy_check_mark: | The postal code | 10001 |
| `country` | *Nullable[str]* | :heavy_check_mark: | The country | United States of America |
| `address_type` | *Nullable[str]* | :heavy_check_mark: | The address type. Authorized values are either PERSONAL or WORK. | PERSONAL |
| `owner_type` | *Nullable[str]* | :heavy_check_mark: | The owner type of the address | |
11 changes: 0 additions & 11 deletions docs/models/addresstype.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/models/attachmenttype.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/collectiontype.md

This file was deleted.

20 changes: 10 additions & 10 deletions docs/models/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ The comment of the ticket

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `body` | *Nullable[str]* | :heavy_check_mark: | The body of the comment | Assigned to Eric ! |
| `html_body` | *OptionalNullable[str]* | :heavy_minus_sign: | The html body of the comment | <p>Assigned to Eric !</p> |
| `is_private` | *OptionalNullable[bool]* | :heavy_minus_sign: | The public status of the comment | false |
| `creator_type` | [OptionalNullable[models.UnifiedTicketingTicketOutputCreatorType]](../models/unifiedticketingticketoutputcreatortype.md) | :heavy_minus_sign: | The creator type of the comment. Authorized values are either USER or CONTACT | USER |
| `ticket_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the ticket the comment is tied to | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the contact which the comment belongs to (if no user_id specified) | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `user_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the user which the comment belongs to (if no contact_id specified) | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `attachments` | List[[models.UnifiedTicketingTicketOutputAttachments](../models/unifiedticketingticketoutputattachments.md)] | :heavy_minus_sign: | The attachements UUIDs tied to the comment | [<br/>"801f9ede-c698-4e66-a7fc-48d19eebaa4f"<br/>] |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `body` | *Nullable[str]* | :heavy_check_mark: | The body of the comment | Assigned to Eric ! |
| `html_body` | *OptionalNullable[str]* | :heavy_minus_sign: | The html body of the comment | <p>Assigned to Eric !</p> |
| `is_private` | *OptionalNullable[bool]* | :heavy_minus_sign: | The public status of the comment | false |
| `creator_type` | *OptionalNullable[str]* | :heavy_minus_sign: | The creator type of the comment. Authorized values are either USER or CONTACT | USER |
| `ticket_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the ticket the comment is tied to | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the contact which the comment belongs to (if no user_id specified) | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `user_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The UUID of the user which the comment belongs to (if no contact_id specified) | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
| `attachments` | List[[models.UnifiedTicketingTicketOutputAttachments](../models/unifiedticketingticketoutputattachments.md)] | :heavy_minus_sign: | The attachements UUIDs tied to the comment | [<br/>"801f9ede-c698-4e66-a7fc-48d19eebaa4f"<br/>] |
Loading

0 comments on commit bdb70b8

Please sign in to comment.