Skip to content

Commit f620b49

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.47.0
1 parent c156232 commit f620b49

Some content is hidden

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

54 files changed

+851
-308
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@ if res.body is not None:
5252
## Available Resources and Operations
5353

5454

55-
### [accounts](docs/accounts/README.md)
55+
### [accounts](docs/sdks/accounts/README.md)
5656

57-
* [list_users](docs/accounts/README.md#list_users) - Show current user accounts
57+
* [list_users](docs/sdks/accounts/README.md#list_users) - Show current user accounts
5858

59-
### [companies](docs/companies/README.md)
59+
### [companies](docs/sdks/companies/README.md)
6060

61-
* [enrich](docs/companies/README.md#enrich) - Enrich a company profile
62-
* [list_employees](docs/companies/README.md#list_employees) - List company employees
63-
* [list_jobs](docs/companies/README.md#list_jobs) - List company jobs
64-
* [search](docs/companies/README.md#search) - Search Companies
61+
* [enrich](docs/sdks/companies/README.md#enrich) - Enrich a company profile
62+
* [list_employees](docs/sdks/companies/README.md#list_employees) - List company employees
63+
* [list_jobs](docs/sdks/companies/README.md#list_jobs) - List company jobs
64+
* [search](docs/sdks/companies/README.md#search) - Search Companies
6565

66-
### [people](docs/people/README.md)
66+
### [people](docs/sdks/people/README.md)
6767

68-
* [enrich](docs/people/README.md#enrich) - Enrich a person profile
69-
* [search](docs/people/README.md#search) - Search People
68+
* [enrich](docs/sdks/people/README.md#enrich) - Enrich a person profile
69+
* [search](docs/sdks/people/README.md#search) - Search People
7070

71-
### [user](docs/user/README.md)
71+
### [user](docs/sdks/user/README.md)
7272

73-
* [login](docs/user/README.md#login) - Login user
74-
* [me](docs/user/README.md#me) - Show current user
73+
* [login](docs/sdks/user/README.md#login) - Login user
74+
* [me](docs/sdks/user/README.md#me) - Show current user
7575
<!-- End SDK Available Operations -->
7676

7777
### Maturity

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,12 @@ Based on:
254254
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
255255
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
256256
### Releases
257-
- [PyPI v0.17.1] https://pypi.org/project/structure_py/0.17.1 - .
257+
- [PyPI v0.17.1] https://pypi.org/project/structure_py/0.17.1 - .
258+
259+
## 2023-06-10 01:03:16
260+
### Changes
261+
Based on:
262+
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
263+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
264+
### Releases
265+
- [PyPI v0.18.0] https://pypi.org/project/structure_py/0.18.0 - .

docs/companies/README.md

Lines changed: 0 additions & 123 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# EnrichCompanyRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `id` | *str* | :heavy_check_mark: | ID of the company |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EnrichCompanyResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `body` | *Optional[bytes]* | :heavy_minus_sign: | N/A |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# EnrichPersonRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------- | ------------------------- | ------------------------- | ------------------------- |
8+
| `id` | *str* | :heavy_check_mark: | LinkedIn ID of the person |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EnrichPersonResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `body` | *Optional[bytes]* | :heavy_minus_sign: | N/A |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ListEmployees200Wildcard
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------- | ----------- | ----------- | ----------- |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ListEmployeesRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
8+
| `id` | *str* | :heavy_check_mark: | ID of the company |
9+
| `offset` | *Optional[str]* | :heavy_minus_sign: | The offset number to start at |
10+
| `per_page` | *Optional[str]* | :heavy_minus_sign: | Number of results per page (0-100) |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ListEmployeesResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `body` | *Optional[bytes]* | :heavy_minus_sign: | N/A |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)