Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .gitattributes
100755 → 100644
Empty file.
1,207 changes: 1,207 additions & 0 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

477 changes: 280 additions & 197 deletions README.md

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,20 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.0.0] .
- [python v2.0.0] .

## 2024-03-14 00:42:45
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.209.2 (2.281.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.0.0] .

## 2024-03-27 00:49:17
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.227.0 (2.291.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.0.1] .
16 changes: 5 additions & 11 deletions USAGE.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<!-- Start SDK Example Usage -->


<!-- Start SDK Example Usage [usage] -->
```python
import wingspan
from wingspan.models import shared

s = wingspan.Wingspan()

req = shared.Calculate1099Request(
member_client_id='Program',
year=9615.59,
)

res = s.one_thousand_and_ninety_nine.calculate(req)
res = s.service_status.get()

if res.calculate1099_response is not None:
if res.ping is not None:
# handle response
pass

```
<!-- End SDK Example Usage -->
<!-- End SDK Example Usage [usage] -->
Empty file modified docs/models/operations/addcollaboratortogrouprequest.md
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions docs/models/operations/addcollaboratortogroupresponse.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `collaborator_schema` | [Optional[shared.CollaboratorSchema]](../../models/shared/collaboratorschema.md) | :heavy_minus_sign: | A collaborator is a contractor that can receive payments |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `collaborator_schema` | [Optional[shared.CollaboratorSchema]](../../models/shared/collaboratorschema.md) | :heavy_minus_sign: | A collaborator is a contractor that can receive payments |
4 changes: 2 additions & 2 deletions docs/models/operations/calculate1099response.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `calculate1099_response` | [Optional[shared.Calculate1099Response]](../../models/shared/calculate1099response.md) | :heavy_minus_sign: | Calculate 1099 amounts response |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `calculate1099_response` | [Optional[shared.Calculate1099Response]](../../models/shared/calculate1099response.md) | :heavy_minus_sign: | Calculate 1099 amounts response |
4 changes: 2 additions & 2 deletions docs/models/operations/createadditionaldataresponse.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `additional_data` | [Optional[shared.AdditionalData]](../../models/shared/additionaldata.md) | :heavy_minus_sign: | Custom fields that are set on memberClient object to describe collaborator-member |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `additional_data` | [Optional[shared.AdditionalData]](../../models/shared/additionaldata.md) | :heavy_minus_sign: | Custom fields that are set on memberClient object to describe collaborator-member |
Empty file.
4 changes: 2 additions & 2 deletions docs/models/operations/createbulkcalculation1099batchitemresponse.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `bulk_calculation1099_item` | [Optional[shared.BulkCalculation1099Item]](../../models/shared/bulkcalculation1099item.md) | :heavy_minus_sign: | An item that will be converted into a calculation 1099 |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `bulk_calculation1099_item` | [Optional[shared.BulkCalculation1099Item]](../../models/shared/bulkcalculation1099item.md) | :heavy_minus_sign: | An item that will be converted into a calculation 1099 |
4 changes: 2 additions & 2 deletions docs/models/operations/createbulkcalculation1099batchresponse.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `bulk_calculation1099_batch` | [Optional[shared.BulkCalculation1099Batch]](../../models/shared/bulkcalculation1099batch.md) | :heavy_minus_sign: | A batch of items for importing as calculation 1099s |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `bulk_calculation1099_batch` | [Optional[shared.BulkCalculation1099Batch]](../../models/shared/bulkcalculation1099batch.md) | :heavy_minus_sign: | A batch of items for importing as calculation 1099s |
Empty file modified docs/models/operations/createbulkclientbatchitemrequest.md
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions docs/models/operations/createbulkclientbatchitemresponse.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `bulk_client_item` | [Optional[shared.BulkClientItem]](../../models/shared/bulkclientitem.md) | :heavy_minus_sign: | An item that will be converted into a client |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `bulk_client_item` | [Optional[shared.BulkClientItem]](../../models/shared/bulkclientitem.md) | :heavy_minus_sign: | An item that will be converted into a client |
Loading