Skip to content

Commit

Permalink
Automated update by SDK Generator (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd authored Oct 22, 2024
1 parent 0923f9e commit 1e97076
Show file tree
Hide file tree
Showing 1,440 changed files with 5,852 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 1.4.5
tag: 1.4.6

13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ _SmsApi_ | [**messages_one**](docs/apis/SmsApi.md#messages_one) | **GET** /sms/m

_SmsApi_ | [**messages_update**](docs/apis/SmsApi.md#messages_update) | **PATCH** /sms/messages/{id} | Update Message |

_VaultApi_ | [**connection_custom_mappings_all**](docs/apis/VaultApi.md#connection_custom_mappings_all) | **GET** /vault/connections/{unified_api}/{service_id}/{resource}/custom-mappings | List connection custom mappings |

_VaultApi_ | [**connection_settings_all**](docs/apis/VaultApi.md#connection_settings_all) | **GET** /vault/connections/{unified_api}/{service_id}/{resource}/config | Get resource settings |

_VaultApi_ | [**connection_settings_update**](docs/apis/VaultApi.md#connection_settings_update) | **PATCH** /vault/connections/{unified_api}/{service_id}/{resource}/config | Update settings |
Expand Down Expand Up @@ -963,6 +965,8 @@ _VaultApi_ | [**consumers_update**](docs/apis/VaultApi.md#consumers_update) | **

_VaultApi_ | [**custom_fields_all**](docs/apis/VaultApi.md#custom_fields_all) | **GET** /vault/connections/{unified_api}/{service_id}/{resource}/custom-fields | Get resource custom fields |

_VaultApi_ | [**custom_mappings_all**](docs/apis/VaultApi.md#custom_mappings_all) | **GET** /vault/custom-mappings/{unified_api}/{service_id} | List custom mappings |

_VaultApi_ | [**logs_all**](docs/apis/VaultApi.md#logs_all) | **GET** /vault/logs | Get all consumer request logs |

_VaultApi_ | [**sessions_create**](docs/apis/VaultApi.md#sessions_create) | **POST** /vault/sessions | Create Session |
Expand Down Expand Up @@ -1023,13 +1027,18 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md)
- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md)
- [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md)
- [BalanceSheetAssetsAccount](docs/models/BalanceSheetAssetsAccount.md)
- [BalanceSheetEquityAccount](docs/models/BalanceSheetEquityAccount.md)
- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md)
- [BalanceSheetLiabilitiesAccount](docs/models/BalanceSheetLiabilitiesAccount.md)
- [BalanceSheetReports](docs/models/BalanceSheetReports.md)
- [BalanceSheetUncategorizedItemsAccount](docs/models/BalanceSheetUncategorizedItemsAccount.md)
- [BankAccount](docs/models/BankAccount.md)
- [Benefit](docs/models/Benefit.md)
- [Bill](docs/models/Bill.md)
- [BillLineItem](docs/models/BillLineItem.md)
- [BillPayment](docs/models/BillPayment.md)
- [BillPaymentAllocations](docs/models/BillPaymentAllocations.md)
- [BillsFilter](docs/models/BillsFilter.md)
- [BillsSort](docs/models/BillsSort.md)
- [Branch](docs/models/Branch.md)
Expand Down Expand Up @@ -1312,6 +1321,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md)
- [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md)
- [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md)
- [GetCustomMappingsResponse](docs/models/GetCustomMappingsResponse.md)
- [GetCustomerResponse](docs/models/GetCustomerResponse.md)
- [GetCustomersResponse](docs/models/GetCustomersResponse.md)
- [GetDepartmentResponse](docs/models/GetDepartmentResponse.md)
Expand Down Expand Up @@ -1655,6 +1665,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md)
- [VaultEventType](docs/models/VaultEventType.md)
- [VirtualWebhooks](docs/models/VirtualWebhooks.md)
- [VirtualWebhooksResources](docs/models/VirtualWebhooksResources.md)
- [WalletDetails](docs/models/WalletDetails.md)
- [Webhook](docs/models/Webhook.md)
- [WebhookEvent](docs/models/WebhookEvent.md)
Expand Down Expand Up @@ -1701,7 +1712,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |

## Author


[email protected]


## Notes for Large OpenAPI documents
Expand Down
30 changes: 18 additions & 12 deletions docs/apis/AccountingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ with apideck.ApiClient(configuration) as api_client:
bill_payment = BillPayment(
currency=Currency("USD"),
currency_rate=0.69,
total_amount=1000,
total_amount=49.99,
reference="123456",
payment_method="cash",
payment_method_reference="123456",
Expand Down Expand Up @@ -749,11 +749,11 @@ with apideck.ApiClient(configuration) as api_client:
company_id="12345",
reconciled=True,
status=PaymentStatus("authorised"),
type=PaymentType("accounts_receivable"),
type="accounts_payable",
allocations=[
Allocation(
id="123456",
type="invoice",
BillPaymentAllocations(
id="12345",
type="bill",
amount=49.99,
allocation_id="123456",
),
Expand Down Expand Up @@ -1234,7 +1234,7 @@ with apideck.ApiClient(configuration) as api_client:
bill_payment = BillPayment(
currency=Currency("USD"),
currency_rate=0.69,
total_amount=1000,
total_amount=49.99,
reference="123456",
payment_method="cash",
payment_method_reference="123456",
Expand Down Expand Up @@ -1278,11 +1278,11 @@ with apideck.ApiClient(configuration) as api_client:
company_id="12345",
reconciled=True,
status=PaymentStatus("authorised"),
type=PaymentType("accounts_receivable"),
type="accounts_payable",
allocations=[
Allocation(
id="123456",
type="invoice",
BillPaymentAllocations(
id="12345",
type="bill",
amount=49.99,
allocation_id="123456",
),
Expand Down Expand Up @@ -7643,6 +7643,9 @@ with apideck.ApiClient(configuration) as api_client:
),
sub_account=False,
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
subsidiaries=[
None,
],
row_version="1-12345",
pass_through=PassThroughBody([
{
Expand Down Expand Up @@ -8141,6 +8144,9 @@ with apideck.ApiClient(configuration) as api_client:
),
sub_account=False,
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
subsidiaries=[
None,
],
row_version="1-12345",
pass_through=PassThroughBody([
{
Expand Down Expand Up @@ -8913,7 +8919,7 @@ with apideck.ApiClient(configuration) as api_client:
payment = Payment(
currency=Currency("USD"),
currency_rate=0.69,
total_amount=1000,
total_amount=49.99,
reference="123456",
payment_method="cash",
payment_method_reference="123456",
Expand Down Expand Up @@ -9449,7 +9455,7 @@ with apideck.ApiClient(configuration) as api_client:
payment = Payment(
currency=Currency("USD"),
currency_rate=0.69,
total_amount=1000,
total_amount=49.99,
reference="123456",
payment_method="cash",
payment_method_reference="123456",
Expand Down
18 changes: 15 additions & 3 deletions docs/apis/CrmApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ with apideck.ApiClient(configuration) as api_client:
],
tags=Tags(["New"]),
opportunity_ids=[
"opportunity_ids_example",
"12345",
],
pass_through=PassThroughBody([
{
Expand Down Expand Up @@ -1878,6 +1878,7 @@ with apideck.ApiClient(configuration) as api_client:
email="[email protected]",
phone_number="111-111-1111",
company_id="12345",
owner_id="12345",
) # ContactsFilter | Apply filters (optional)
sort = ContactsSort(
by="created_at",
Expand Down Expand Up @@ -2064,6 +2065,7 @@ import apideck
from apideck.api import crm_api
from apideck.model.bad_request_response import BadRequestResponse
from apideck.model.payment_required_response import PaymentRequiredResponse
from apideck.model.contacts_filter import ContactsFilter
from apideck.model.unexpected_error_response import UnexpectedErrorResponse
from apideck.model.unauthorized_response import UnauthorizedResponse
from apideck.model.get_contact_response import GetContactResponse
Expand Down Expand Up @@ -2097,6 +2099,15 @@ with apideck.ApiClient(configuration) as api_client:
service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False
fields = "id,updated_at" # str, none_type | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
filter = ContactsFilter(
name="Elon Musk",
first_name="Elon",
last_name="Musk",
email="[email protected]",
phone_number="111-111-1111",
company_id="12345",
owner_id="12345",
) # ContactsFilter | Apply filters (optional)

# example passing only required values which don't have defaults set
try:
Expand All @@ -2110,7 +2121,7 @@ with apideck.ApiClient(configuration) as api_client:
# and optional values
try:
# Get contact
api_response = api_instance.contacts_one(id, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw, fields=fields)
api_response = api_instance.contacts_one(id, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw, fields=fields, filter=filter)
pprint(api_response)
except apideck.ApiException as e:
print("Exception when calling CrmApi->contacts_one: %s\n" % e)
Expand All @@ -2127,6 +2138,7 @@ Name | Type | Description | Notes
**service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False
**fields** | **str, none_type**| The &#39;fields&#39; parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. &lt;br /&gt;&lt;br /&gt;Example: &#x60;fields&#x3D;name,email,addresses.city&#x60;&lt;br /&gt;&lt;br /&gt;In the example above, the response will only include the fields \&quot;name\&quot;, \&quot;email\&quot; and \&quot;addresses.city\&quot;. If any other fields are available, they will be excluded. | [optional]
**filter** | **ContactsFilter**| Apply filters | [optional]

### Return type

Expand Down Expand Up @@ -2297,7 +2309,7 @@ with apideck.ApiClient(configuration) as api_client:
],
tags=Tags(["New"]),
opportunity_ids=[
"opportunity_ids_example",
"12345",
],
pass_through=PassThroughBody([
{
Expand Down
6 changes: 3 additions & 3 deletions docs/apis/HrisApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
flsa_status="exempt",
effective_date="2020-08-12",
payment_frequency=PaymentFrequency("year"),
payment_frequency=PaymentFrequency("monthly"),
),
],
works_remote=True,
Expand Down Expand Up @@ -2470,7 +2470,7 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
flsa_status="exempt",
effective_date="2020-08-12",
payment_frequency=PaymentFrequency("year"),
payment_frequency=PaymentFrequency("monthly"),
),
],
works_remote=True,
Expand Down Expand Up @@ -3050,7 +3050,7 @@ with apideck.ApiClient(configuration) as api_client:
end_date="2022-04-21",
updated_since="2020-09-30T07:43:32.000Z",
employee_id="1234",
time_off_request_status="",
time_off_request_status="requested",
company_id="1234",
) # TimeOffRequestsFilter | Apply filters (optional)
pass_through = PassThroughQuery() # PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
Expand Down
6 changes: 3 additions & 3 deletions docs/apis/PosApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3925,7 +3925,7 @@ with apideck.ApiClient(configuration) as api_client:
amount=27500,
percentage=10,
currency=Currency("USD"),
total_amount=1,
total_amount=275,
total_tip=7,
total_processing_fee=0,
total_tax=1,
Expand Down Expand Up @@ -4611,7 +4611,7 @@ with apideck.ApiClient(configuration) as api_client:
amount=27500,
percentage=10,
currency=Currency("USD"),
total_amount=1,
total_amount=275,
total_tip=7,
total_processing_fee=0,
total_tax=1,
Expand Down Expand Up @@ -4979,7 +4979,7 @@ with apideck.ApiClient(configuration) as api_client:
amount=27500,
percentage=10,
currency=Currency("USD"),
total_amount=1,
total_amount=275,
total_tip=7,
total_processing_fee=0,
total_tax=1,
Expand Down
Loading

0 comments on commit 1e97076

Please sign in to comment.