yellowgrid-api-ts 3.2.161-dev.0 → 3.2.162-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  .gitignore
2
2
  .npmignore
3
+ .openapi-generator-ignore
3
4
  README.md
4
5
  api.ts
5
6
  base.ts
@@ -64,6 +65,7 @@ docs/CrmNoteEntity.md
64
65
  docs/CrmNoteModel.md
65
66
  docs/CustomerInformationModel.md
66
67
  docs/CustomerItemRequestDTO.md
68
+ docs/CustomerListAccountDTO.md
67
69
  docs/CustomerOrderRequestDTO.md
68
70
  docs/CustomerPriceListEnum.md
69
71
  docs/CustomerSummaryReportDTO.md
@@ -1 +1 @@
1
- 7.20.0
1
+ 7.22.0
package/README.md CHANGED
@@ -62,6 +62,7 @@ Class | Method | HTTP request | Description
62
62
  *AccountsApi* | [**getGetAccountDetailedSummary**](docs/AccountsApi.md#getgetaccountdetailedsummary) | **GET** /accounts/{id}/summary | Get Account Detailed Summary
63
63
  *AccountsApi* | [**getGetAccounts**](docs/AccountsApi.md#getgetaccounts) | **GET** /accounts | Get Accounts
64
64
  *AccountsApi* | [**getGetClientCredentials**](docs/AccountsApi.md#getgetclientcredentials) | **GET** /accounts/me/contacts/credentials | Get user\'s client credentials
65
+ *AccountsApi* | [**getGetCustomerAccountsList**](docs/AccountsApi.md#getgetcustomeraccountslist) | **GET** /admin/accounts/customers/list |
65
66
  *AccountsApi* | [**getGetCustomerKeys**](docs/AccountsApi.md#getgetcustomerkeys) | **GET** /accounts/me/tcx/keys | Get 3CX Keys
66
67
  *AccountsApi* | [**getGetFinanceSettings**](docs/AccountsApi.md#getgetfinancesettings) | **GET** /admin/accounts/{id}/finance |
67
68
  *AccountsApi* | [**getGetLastAccount**](docs/AccountsApi.md#getgetlastaccount) | **GET** /admin/accounts/last | Get Last Account
@@ -363,6 +364,7 @@ Class | Method | HTTP request | Description
363
364
  - [CrmNoteModel](docs/CrmNoteModel.md)
364
365
  - [CustomerInformationModel](docs/CustomerInformationModel.md)
365
366
  - [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
367
+ - [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
366
368
  - [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
367
369
  - [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
368
370
  - [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)