Skip to content

Automated update by SDK Generator #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 30, 2024
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,16 +969,10 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [AuthType](docs/models/AuthType.md)
- [BadRequestResponse](docs/models/BadRequestResponse.md)
- [BalanceSheet](docs/models/BalanceSheet.md)
- [BalanceSheetAssets](docs/models/BalanceSheetAssets.md)
- [BalanceSheetAssetsCurrentAssets](docs/models/BalanceSheetAssetsCurrentAssets.md)
- [BalanceSheetAssetsCurrentAssetsAccounts](docs/models/BalanceSheetAssetsCurrentAssetsAccounts.md)
- [BalanceSheetAssetsFixedAssets](docs/models/BalanceSheetAssetsFixedAssets.md)
- [BalanceSheetAssetsFixedAssetsAccounts](docs/models/BalanceSheetAssetsFixedAssetsAccounts.md)
- [BalanceSheetEquity](docs/models/BalanceSheetEquity.md)
- [BalanceSheetEquityItems](docs/models/BalanceSheetEquityItems.md)
- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md)
- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md)
- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md)
- [BalanceSheetLiabilities](docs/models/BalanceSheetLiabilities.md)
- [BalanceSheetLiabilitiesAccounts](docs/models/BalanceSheetLiabilitiesAccounts.md)
- [BalanceSheetReports](docs/models/BalanceSheetReports.md)
- [BankAccount](docs/models/BankAccount.md)
- [Benefit](docs/models/Benefit.md)
- [Bill](docs/models/Bill.md)
Expand Down
44 changes: 22 additions & 22 deletions docs/apis/AccountingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
currency_rate=0.69,
tax_inclusive=True,
bill_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
due_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
paid_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
bill_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
due_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
paid_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
po_number="90000117",
reference="123456",
line_items=[
Expand Down Expand Up @@ -1272,9 +1272,9 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
currency_rate=0.69,
tax_inclusive=True,
bill_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
due_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
paid_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
bill_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
due_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
paid_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
po_number="90000117",
reference="123456",
line_items=[
Expand Down Expand Up @@ -3695,7 +3695,7 @@ with apideck.ApiClient(configuration) as api_client:
purchased=True,
tracked=True,
taxable=True,
inventory_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
inventory_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
type="inventory",
sales_details=InvoiceItemSalesDetails(
unit_price=27500.5,
Expand Down Expand Up @@ -4182,7 +4182,7 @@ with apideck.ApiClient(configuration) as api_client:
purchased=True,
tracked=True,
taxable=True,
inventory_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
inventory_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
type="inventory",
sales_details=InvoiceItemSalesDetails(
unit_price=27500.5,
Expand Down Expand Up @@ -4343,8 +4343,8 @@ with apideck.ApiClient(configuration) as api_client:
name="Windsurf Shop",
),
company_id="12345",
invoice_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
due_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
invoice_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
due_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
terms="Net 30 days",
po_number="90000117",
reference="123456",
Expand Down Expand Up @@ -4943,8 +4943,8 @@ with apideck.ApiClient(configuration) as api_client:
name="Windsurf Shop",
),
company_id="12345",
invoice_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
due_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
invoice_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
due_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
terms="Net 30 days",
po_number="90000117",
reference="123456",
Expand Down Expand Up @@ -5931,7 +5931,7 @@ with apideck.ApiClient(configuration) as api_client:
display_id="1-1100",
),
sub_account=False,
last_reconciliation_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
row_version="1-12345",
) # LedgerAccount |
raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False
Expand Down Expand Up @@ -6416,7 +6416,7 @@ with apideck.ApiClient(configuration) as api_client:
display_id="1-1100",
),
sub_account=False,
last_reconciliation_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
last_reconciliation_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
row_version="1-12345",
) # LedgerAccount |
consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional)
Expand Down Expand Up @@ -7990,9 +7990,9 @@ with apideck.ApiClient(configuration) as api_client:
),
company_id="12345",
status="open",
issued_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
delivery_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
expected_arrival_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
issued_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
delivery_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
expected_arrival_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
currency=Currency("USD"),
currency_rate=0.69,
sub_total=27500,
Expand Down Expand Up @@ -8087,7 +8087,7 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
),
accounting_by_row=False,
due_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
due_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
payment_method="cash",
tax_code="1234",
channel="email",
Expand Down Expand Up @@ -8566,9 +8566,9 @@ with apideck.ApiClient(configuration) as api_client:
),
company_id="12345",
status="open",
issued_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
delivery_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
expected_arrival_date=dateutil_parser('Wed Sep 30 02:00:00 CEST 2020').date(),
issued_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
delivery_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
expected_arrival_date=dateutil_parser('Wed Sep 30 00:00:00 UTC 2020').date(),
currency=Currency("USD"),
currency_rate=0.69,
sub_total=27500,
Expand Down Expand Up @@ -8663,7 +8663,7 @@ with apideck.ApiClient(configuration) as api_client:
currency=Currency("USD"),
),
accounting_by_row=False,
due_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
due_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
payment_method="cash",
tax_code="1234",
channel="email",
Expand Down
4 changes: 2 additions & 2 deletions docs/apis/AtsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ with apideck.ApiClient(configuration) as api_client:
last_name="Musk",
middle_name="D.",
initials="EM",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
cover_letter="I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ...",
photo_url="https://unavatar.io/elon-musk",
headline="PepsiCo, Inc, Central Perk",
Expand Down Expand Up @@ -599,7 +599,7 @@ with apideck.ApiClient(configuration) as api_client:
last_name="Musk",
middle_name="D.",
initials="EM",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
cover_letter="I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ...",
photo_url="https://unavatar.io/elon-musk",
headline="PepsiCo, Inc, Central Perk",
Expand Down
8 changes: 4 additions & 4 deletions docs/apis/CrmApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ with apideck.ApiClient(configuration) as api_client:
tags=Tags(["New"]),
read_only=False,
salutation="Mr",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
) # Company |
raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False
consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional)
Expand Down Expand Up @@ -1482,7 +1482,7 @@ with apideck.ApiClient(configuration) as api_client:
tags=Tags(["New"]),
read_only=False,
salutation="Mr",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
) # Company |
raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False
consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional)
Expand Down Expand Up @@ -3626,7 +3626,7 @@ with apideck.ApiClient(configuration) as api_client:
monetary_amount=75000,
currency=Currency("USD"),
win_probability=40,
close_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
close_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
loss_reason_id="12345",
loss_reason="No budget",
won_reason_id="12345",
Expand Down Expand Up @@ -4112,7 +4112,7 @@ with apideck.ApiClient(configuration) as api_client:
monetary_amount=75000,
currency=Currency("USD"),
win_probability=40,
close_date=dateutil_parser('Fri Oct 30 01:00:00 CET 2020').date(),
close_date=dateutil_parser('Fri Oct 30 00:00:00 UTC 2020').date(),
loss_reason_id="12345",
loss_reason="No budget",
won_reason_id="12345",
Expand Down
36 changes: 18 additions & 18 deletions docs/apis/HrisApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1641,8 +1641,8 @@ with apideck.ApiClient(configuration) as api_client:
middle_name="D.",
gender=Gender("male"),
initials="EM",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
),
division="Europe",
division_id="12345",
Expand Down Expand Up @@ -1675,8 +1675,8 @@ with apideck.ApiClient(configuration) as api_client:
),
direct_reports=["a0d636c6-43b3-4bde-8c70-85b707d992f4","a98lfd96-43b3-4bde-8c70-85b707d992e6"],
social_security_number="123456789",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
country_of_birth=Country("US"),
description="A description",
gender=Gender("male"),
Expand All @@ -1697,12 +1697,12 @@ with apideck.ApiClient(configuration) as api_client:
EmployeeJob(
title="CEO",
role="Sales",
start_date=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
end_date=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
start_date=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
end_date=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
compensation_rate=72000,
currency=Currency("USD"),
payment_unit=PaymentUnit("year"),
hired_at=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
hired_at=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
is_primary=True,
is_manager=True,
location=Address(
Expand Down Expand Up @@ -1824,8 +1824,8 @@ with apideck.ApiClient(configuration) as api_client:
dietary_preference="Veggie",
food_allergies=["No allergies"],
probation_period=ProbationPeriod(
start_date=dateutil_parser('Fri Oct 01 02:00:00 CEST 2021').date(),
end_date=dateutil_parser('Sun Nov 28 01:00:00 CET 2021').date(),
start_date=dateutil_parser('Fri Oct 01 00:00:00 UTC 2021').date(),
end_date=dateutil_parser('Sun Nov 28 00:00:00 UTC 2021').date(),
),
tags=Tags(["New"]),
row_version="1-12345",
Expand Down Expand Up @@ -2301,8 +2301,8 @@ with apideck.ApiClient(configuration) as api_client:
middle_name="D.",
gender=Gender("male"),
initials="EM",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
),
division="Europe",
division_id="12345",
Expand Down Expand Up @@ -2335,8 +2335,8 @@ with apideck.ApiClient(configuration) as api_client:
),
direct_reports=["a0d636c6-43b3-4bde-8c70-85b707d992f4","a98lfd96-43b3-4bde-8c70-85b707d992e6"],
social_security_number="123456789",
birthday=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 02:00:00 CEST 2000').date(),
birthday=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
deceased_on=dateutil_parser('Sat Aug 12 00:00:00 UTC 2000').date(),
country_of_birth=Country("US"),
description="A description",
gender=Gender("male"),
Expand All @@ -2357,12 +2357,12 @@ with apideck.ApiClient(configuration) as api_client:
EmployeeJob(
title="CEO",
role="Sales",
start_date=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
end_date=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
start_date=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
end_date=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
compensation_rate=72000,
currency=Currency("USD"),
payment_unit=PaymentUnit("year"),
hired_at=dateutil_parser('Wed Aug 12 02:00:00 CEST 2020').date(),
hired_at=dateutil_parser('Wed Aug 12 00:00:00 UTC 2020').date(),
is_primary=True,
is_manager=True,
location=Address(
Expand Down Expand Up @@ -2484,8 +2484,8 @@ with apideck.ApiClient(configuration) as api_client:
dietary_preference="Veggie",
food_allergies=["No allergies"],
probation_period=ProbationPeriod(
start_date=dateutil_parser('Fri Oct 01 02:00:00 CEST 2021').date(),
end_date=dateutil_parser('Sun Nov 28 01:00:00 CET 2021').date(),
start_date=dateutil_parser('Fri Oct 01 00:00:00 UTC 2021').date(),
end_date=dateutil_parser('Sun Nov 28 00:00:00 UTC 2021').date(),
),
tags=Tags(["New"]),
row_version="1-12345",
Expand Down
12 changes: 6 additions & 6 deletions docs/apis/PosApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3586,8 +3586,8 @@ with apideck.ApiClient(configuration) as api_client:
order = Order(
idempotency_key=IdempotencyKey("random_string"),
order_number="1F",
order_date=dateutil_parser('Fri Aug 12 02:00:00 CEST 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 02:00:00 CEST 2022').date(),
order_date=dateutil_parser('Fri Aug 12 00:00:00 UTC 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 00:00:00 UTC 2022').date(),
reference_id="my-order-001",
status="open",
payment_status="open",
Expand Down Expand Up @@ -4259,8 +4259,8 @@ with apideck.ApiClient(configuration) as api_client:
order = Order(
idempotency_key=IdempotencyKey("random_string"),
order_number="1F",
order_date=dateutil_parser('Fri Aug 12 02:00:00 CEST 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 02:00:00 CEST 2022').date(),
order_date=dateutil_parser('Fri Aug 12 00:00:00 UTC 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 00:00:00 UTC 2022').date(),
reference_id="my-order-001",
status="open",
payment_status="open",
Expand Down Expand Up @@ -4614,8 +4614,8 @@ with apideck.ApiClient(configuration) as api_client:
order = Order(
idempotency_key=IdempotencyKey("random_string"),
order_number="1F",
order_date=dateutil_parser('Fri Aug 12 02:00:00 CEST 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 02:00:00 CEST 2022').date(),
order_date=dateutil_parser('Fri Aug 12 00:00:00 UTC 2022').date(),
closed_date=dateutil_parser('Sat Aug 13 00:00:00 UTC 2022').date(),
reference_id="my-order-001",
status="open",
payment_status="open",
Expand Down
1 change: 1 addition & 0 deletions docs/models/Attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | A unique identifier for an object. | [optional] [readonly]
**display_id** | **str, none_type** | The display id of the file | [optional]
**name** | **str, none_type** | The name of the file | [optional]
**mime_type** | **str, none_type** | The MIME type of the file. | [optional]
**size** | **int, none_type** | The size of the file in bytes | [optional]
Expand Down
13 changes: 1 addition & 12 deletions docs/models/BalanceSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**report_name** | **str** | The name of the report |
**start_date** | **str** | The start date of the report |
**assets** | [**BalanceSheetAssets**](BalanceSheetAssets.md) | |
**liabilities** | [**BalanceSheetLiabilities**](BalanceSheetLiabilities.md) | |
**equity** | [**BalanceSheetEquity**](BalanceSheetEquity.md) | |
**id** | **str** | A unique identifier for an object. | [optional] [readonly]
**end_date** | **str** | The start date of the report | [optional]
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly]
**created_by** | **str, none_type** | The user who created the object. | [optional] [readonly]
**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly]
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly]
**reports** | [**[BalanceSheetReports]**](BalanceSheetReports.md) | |

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
Loading
Loading