Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 1e97076

Browse files
authored
Automated update by SDK Generator (#85)
1 parent 0923f9e commit 1e97076

File tree

1,440 files changed

+5852
-1494
lines changed

Some content is hidden

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

1,440 files changed

+5852
-1494
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: ncipollo/release-action@v1
2121
with:
2222
commit: main
23-
tag: 1.4.5
23+
tag: 1.4.6
2424

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,8 @@ _SmsApi_ | [**messages_one**](docs/apis/SmsApi.md#messages_one) | **GET** /sms/m
933933

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

936+
_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 |
937+
936938
_VaultApi_ | [**connection_settings_all**](docs/apis/VaultApi.md#connection_settings_all) | **GET** /vault/connections/{unified_api}/{service_id}/{resource}/config | Get resource settings |
937939

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

964966
_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 |
965967

968+
_VaultApi_ | [**custom_mappings_all**](docs/apis/VaultApi.md#custom_mappings_all) | **GET** /vault/custom-mappings/{unified_api}/{service_id} | List custom mappings |
969+
966970
_VaultApi_ | [**logs_all**](docs/apis/VaultApi.md#logs_all) | **GET** /vault/logs | Get all consumer request logs |
967971

968972
_VaultApi_ | [**sessions_create**](docs/apis/VaultApi.md#sessions_create) | **POST** /vault/sessions | Create Session |
@@ -1023,13 +1027,18 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
10231027
- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md)
10241028
- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md)
10251029
- [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md)
1030+
- [BalanceSheetAssetsAccount](docs/models/BalanceSheetAssetsAccount.md)
1031+
- [BalanceSheetEquityAccount](docs/models/BalanceSheetEquityAccount.md)
10261032
- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md)
1033+
- [BalanceSheetLiabilitiesAccount](docs/models/BalanceSheetLiabilitiesAccount.md)
10271034
- [BalanceSheetReports](docs/models/BalanceSheetReports.md)
1035+
- [BalanceSheetUncategorizedItemsAccount](docs/models/BalanceSheetUncategorizedItemsAccount.md)
10281036
- [BankAccount](docs/models/BankAccount.md)
10291037
- [Benefit](docs/models/Benefit.md)
10301038
- [Bill](docs/models/Bill.md)
10311039
- [BillLineItem](docs/models/BillLineItem.md)
10321040
- [BillPayment](docs/models/BillPayment.md)
1041+
- [BillPaymentAllocations](docs/models/BillPaymentAllocations.md)
10331042
- [BillsFilter](docs/models/BillsFilter.md)
10341043
- [BillsSort](docs/models/BillsSort.md)
10351044
- [Branch](docs/models/Branch.md)
@@ -1312,6 +1321,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
13121321
- [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md)
13131322
- [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md)
13141323
- [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md)
1324+
- [GetCustomMappingsResponse](docs/models/GetCustomMappingsResponse.md)
13151325
- [GetCustomerResponse](docs/models/GetCustomerResponse.md)
13161326
- [GetCustomersResponse](docs/models/GetCustomersResponse.md)
13171327
- [GetDepartmentResponse](docs/models/GetDepartmentResponse.md)
@@ -1655,6 +1665,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
16551665
- [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md)
16561666
- [VaultEventType](docs/models/VaultEventType.md)
16571667
- [VirtualWebhooks](docs/models/VirtualWebhooks.md)
1668+
- [VirtualWebhooksResources](docs/models/VirtualWebhooksResources.md)
16581669
- [WalletDetails](docs/models/WalletDetails.md)
16591670
- [Webhook](docs/models/Webhook.md)
16601671
- [WebhookEvent](docs/models/WebhookEvent.md)
@@ -1701,7 +1712,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
17011712

17021713
## Author
17031714

1704-
1715+
support@apideck.com
17051716

17061717

17071718
## Notes for Large OpenAPI documents

docs/apis/AccountingApi.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ with apideck.ApiClient(configuration) as api_client:
705705
bill_payment = BillPayment(
706706
currency=Currency("USD"),
707707
currency_rate=0.69,
708-
total_amount=1000,
708+
total_amount=49.99,
709709
reference="123456",
710710
payment_method="cash",
711711
payment_method_reference="123456",
@@ -749,11 +749,11 @@ with apideck.ApiClient(configuration) as api_client:
749749
company_id="12345",
750750
reconciled=True,
751751
status=PaymentStatus("authorised"),
752-
type=PaymentType("accounts_receivable"),
752+
type="accounts_payable",
753753
allocations=[
754-
Allocation(
755-
id="123456",
756-
type="invoice",
754+
BillPaymentAllocations(
755+
id="12345",
756+
type="bill",
757757
amount=49.99,
758758
allocation_id="123456",
759759
),
@@ -1234,7 +1234,7 @@ with apideck.ApiClient(configuration) as api_client:
12341234
bill_payment = BillPayment(
12351235
currency=Currency("USD"),
12361236
currency_rate=0.69,
1237-
total_amount=1000,
1237+
total_amount=49.99,
12381238
reference="123456",
12391239
payment_method="cash",
12401240
payment_method_reference="123456",
@@ -1278,11 +1278,11 @@ with apideck.ApiClient(configuration) as api_client:
12781278
company_id="12345",
12791279
reconciled=True,
12801280
status=PaymentStatus("authorised"),
1281-
type=PaymentType("accounts_receivable"),
1281+
type="accounts_payable",
12821282
allocations=[
1283-
Allocation(
1284-
id="123456",
1285-
type="invoice",
1283+
BillPaymentAllocations(
1284+
id="12345",
1285+
type="bill",
12861286
amount=49.99,
12871287
allocation_id="123456",
12881288
),
@@ -7643,6 +7643,9 @@ with apideck.ApiClient(configuration) as api_client:
76437643
),
76447644
sub_account=False,
76457645
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
7646+
subsidiaries=[
7647+
None,
7648+
],
76467649
row_version="1-12345",
76477650
pass_through=PassThroughBody([
76487651
{
@@ -8141,6 +8144,9 @@ with apideck.ApiClient(configuration) as api_client:
81418144
),
81428145
sub_account=False,
81438146
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
8147+
subsidiaries=[
8148+
None,
8149+
],
81448150
row_version="1-12345",
81458151
pass_through=PassThroughBody([
81468152
{
@@ -8913,7 +8919,7 @@ with apideck.ApiClient(configuration) as api_client:
89138919
payment = Payment(
89148920
currency=Currency("USD"),
89158921
currency_rate=0.69,
8916-
total_amount=1000,
8922+
total_amount=49.99,
89178923
reference="123456",
89188924
payment_method="cash",
89198925
payment_method_reference="123456",
@@ -9449,7 +9455,7 @@ with apideck.ApiClient(configuration) as api_client:
94499455
payment = Payment(
94509456
currency=Currency("USD"),
94519457
currency_rate=0.69,
9452-
total_amount=1000,
9458+
total_amount=49.99,
94539459
reference="123456",
94549460
payment_method="cash",
94559461
payment_method_reference="123456",

docs/apis/CrmApi.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ with apideck.ApiClient(configuration) as api_client:
17401740
],
17411741
tags=Tags(["New"]),
17421742
opportunity_ids=[
1743-
"opportunity_ids_example",
1743+
"12345",
17441744
],
17451745
pass_through=PassThroughBody([
17461746
{
@@ -1878,6 +1878,7 @@ with apideck.ApiClient(configuration) as api_client:
18781878
email="elon@tesla.com",
18791879
phone_number="111-111-1111",
18801880
company_id="12345",
1881+
owner_id="12345",
18811882
) # ContactsFilter | Apply filters (optional)
18821883
sort = ContactsSort(
18831884
by="created_at",
@@ -2064,6 +2065,7 @@ import apideck
20642065
from apideck.api import crm_api
20652066
from apideck.model.bad_request_response import BadRequestResponse
20662067
from apideck.model.payment_required_response import PaymentRequiredResponse
2068+
from apideck.model.contacts_filter import ContactsFilter
20672069
from apideck.model.unexpected_error_response import UnexpectedErrorResponse
20682070
from apideck.model.unauthorized_response import UnauthorizedResponse
20692071
from apideck.model.get_contact_response import GetContactResponse
@@ -2097,6 +2099,15 @@ with apideck.ApiClient(configuration) as api_client:
20972099
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)
20982100
raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False
20992101
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)
2102+
filter = ContactsFilter(
2103+
name="Elon Musk",
2104+
first_name="Elon",
2105+
last_name="Musk",
2106+
email="elon@tesla.com",
2107+
phone_number="111-111-1111",
2108+
company_id="12345",
2109+
owner_id="12345",
2110+
) # ContactsFilter | Apply filters (optional)
21002111

21012112
# example passing only required values which don't have defaults set
21022113
try:
@@ -2110,7 +2121,7 @@ with apideck.ApiClient(configuration) as api_client:
21102121
# and optional values
21112122
try:
21122123
# Get contact
2113-
api_response = api_instance.contacts_one(id, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw, fields=fields)
2124+
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)
21142125
pprint(api_response)
21152126
except apideck.ApiException as e:
21162127
print("Exception when calling CrmApi->contacts_one: %s\n" % e)
@@ -2127,6 +2138,7 @@ Name | Type | Description | Notes
21272138
**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]
21282139
**raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False
21292140
**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]
2141+
**filter** | **ContactsFilter**| Apply filters | [optional]
21302142

21312143
### Return type
21322144

@@ -2297,7 +2309,7 @@ with apideck.ApiClient(configuration) as api_client:
22972309
],
22982310
tags=Tags(["New"]),
22992311
opportunity_ids=[
2300-
"opportunity_ids_example",
2312+
"12345",
23012313
],
23022314
pass_through=PassThroughBody([
23032315
{

docs/apis/HrisApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ with apideck.ApiClient(configuration) as api_client:
17931793
currency=Currency("USD"),
17941794
flsa_status="exempt",
17951795
effective_date="2020-08-12",
1796-
payment_frequency=PaymentFrequency("year"),
1796+
payment_frequency=PaymentFrequency("monthly"),
17971797
),
17981798
],
17991799
works_remote=True,
@@ -2470,7 +2470,7 @@ with apideck.ApiClient(configuration) as api_client:
24702470
currency=Currency("USD"),
24712471
flsa_status="exempt",
24722472
effective_date="2020-08-12",
2473-
payment_frequency=PaymentFrequency("year"),
2473+
payment_frequency=PaymentFrequency("monthly"),
24742474
),
24752475
],
24762476
works_remote=True,
@@ -3050,7 +3050,7 @@ with apideck.ApiClient(configuration) as api_client:
30503050
end_date="2022-04-21",
30513051
updated_since="2020-09-30T07:43:32.000Z",
30523052
employee_id="1234",
3053-
time_off_request_status="",
3053+
time_off_request_status="requested",
30543054
company_id="1234",
30553055
) # TimeOffRequestsFilter | Apply filters (optional)
30563056
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)

docs/apis/PosApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3925,7 +3925,7 @@ with apideck.ApiClient(configuration) as api_client:
39253925
amount=27500,
39263926
percentage=10,
39273927
currency=Currency("USD"),
3928-
total_amount=1,
3928+
total_amount=275,
39293929
total_tip=7,
39303930
total_processing_fee=0,
39313931
total_tax=1,
@@ -4611,7 +4611,7 @@ with apideck.ApiClient(configuration) as api_client:
46114611
amount=27500,
46124612
percentage=10,
46134613
currency=Currency("USD"),
4614-
total_amount=1,
4614+
total_amount=275,
46154615
total_tip=7,
46164616
total_processing_fee=0,
46174617
total_tax=1,
@@ -4979,7 +4979,7 @@ with apideck.ApiClient(configuration) as api_client:
49794979
amount=27500,
49804980
percentage=10,
49814981
currency=Currency("USD"),
4982-
total_amount=1,
4982+
total_amount=275,
49834983
total_tip=7,
49844984
total_processing_fee=0,
49854985
total_tax=1,

0 commit comments

Comments
 (0)