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.
- package/.openapi-generator/FILES +2 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -0
- package/api.ts +351 -253
- package/configuration.ts +2 -2
- package/dist/api.d.ts +80 -15
- package/dist/api.js +309 -238
- package/dist/configuration.js +2 -2
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountsApi.md +48 -0
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/CreditAccountEntity.md +0 -2
- package/docs/{CrmActivityDto.md → CrmActivityDTO.md} +1 -1
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/CustomerListAccountDTO.md +27 -0
- package/docs/CustomerOrderRequestDTO.md +1 -1
- package/docs/DetailedOrderRequestDTO.md +1 -1
- package/docs/PortalAccountModel.md +0 -2
- package/docs/ProductSummaryDTO.md +2 -2
- package/docs/ProspectDTO.md +2 -2
- package/docs/RecordingBackupAzureModel.md +2 -0
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/TcxKeySummaryDTO.md +1 -1
- package/openapitools.json +1 -1
- package/package.json +2 -2
- package/docs/AccountPageDetailsDTO.md +0 -41
- package/docs/PatchSendWelcomeEmailRequest.md +0 -20
- package/docs/PatchSetTcxWizardCnameRequest.md +0 -20
- package/docs/PostAddAdminNoteRequest.md +0 -20
- package/docs/PostCreateCrmNoteRequest.md +0 -20
- package/docs/PostGetProductRequest.md +0 -24
- package/docs/TcxInstallationDetailsModel.md +0 -45
- /package/docs/{CrmActivitiesResponseDto.md → CrmActivitiesResponseDTO.md} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -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.
|
|
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)
|