yellowgrid-api-ts 3.2.160-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.
Files changed (36) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +6 -0
  4. package/api.ts +581 -246
  5. package/configuration.ts +2 -2
  6. package/dist/api.d.ts +209 -9
  7. package/dist/api.js +542 -237
  8. package/dist/configuration.js +2 -2
  9. package/docs/AbstractOrderRequestDTO.md +1 -1
  10. package/docs/AccountsApi.md +96 -0
  11. package/docs/AdminOrderRequestDTO.md +1 -1
  12. package/docs/CRMApi.md +2 -2
  13. package/docs/Class3CXApi.md +48 -0
  14. package/docs/Class3CXInstallationsApi.md +55 -0
  15. package/docs/{CrmActivityDto.md → CrmActivityDTO.md} +1 -1
  16. package/docs/CrmDateActivitiesDTO.md +1 -1
  17. package/docs/CustomerListAccountDTO.md +27 -0
  18. package/docs/CustomerOrderRequestDTO.md +1 -1
  19. package/docs/DetailedOrderRequestDTO.md +1 -1
  20. package/docs/ProductSummaryDTO.md +2 -2
  21. package/docs/ProspectDTO.md +2 -2
  22. package/docs/RecordingBackupAzureModel.md +2 -0
  23. package/docs/RecordingsBackupInfoDTO.md +2 -2
  24. package/docs/ShipmentRequestDTO.md +2 -2
  25. package/docs/TableHistoryEntity.md +35 -0
  26. package/docs/TcxKeySummaryDTO.md +1 -1
  27. package/openapitools.json +1 -1
  28. package/package.json +2 -2
  29. package/docs/AccountPageDetailsDTO.md +0 -41
  30. package/docs/PatchSendWelcomeEmailRequest.md +0 -20
  31. package/docs/PatchSetTcxWizardCnameRequest.md +0 -20
  32. package/docs/PostAddAdminNoteRequest.md +0 -20
  33. package/docs/PostCreateCrmNoteRequest.md +0 -20
  34. package/docs/PostGetProductRequest.md +0 -24
  35. package/docs/TcxInstallationDetailsModel.md +0 -45
  36. /package/docs/{CrmActivitiesResponseDto.md → CrmActivitiesResponseDTO.md} +0 -0
@@ -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
@@ -240,6 +242,7 @@ docs/SupplierItemModel.md
240
242
  docs/SupplierModel.md
241
243
  docs/SupportTicketModel.md
242
244
  docs/SystemApi.md
245
+ docs/TableHistoryEntity.md
243
246
  docs/TcxBackupEntity.md
244
247
  docs/TcxBackupModel.md
245
248
  docs/TcxBillingEntity.md
@@ -1 +1 @@
1
- 7.20.0
1
+ 7.22.0
package/README.md CHANGED
@@ -62,8 +62,10 @@ 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 |
68
+ *AccountsApi* | [**getGetLastAccount**](docs/AccountsApi.md#getgetlastaccount) | **GET** /admin/accounts/last | Get Last Account
67
69
  *AccountsApi* | [**getGetTcxPartnerDetails**](docs/AccountsApi.md#getgettcxpartnerdetails) | **GET** /admin/accounts/{id}/tcx/partner |
68
70
  *AccountsApi* | [**getVerifyEmailAddress**](docs/AccountsApi.md#getverifyemailaddress) | **GET** /accounts/contacts/verify | Verify account email address
69
71
  *AccountsApi* | [**patchSetPortalAccess**](docs/AccountsApi.md#patchsetportalaccess) | **PATCH** /admin/accounts/{id}/portal/access/{state} |
@@ -97,6 +99,7 @@ Class | Method | HTTP request | Description
97
99
  *CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
98
100
  *CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
99
101
  *Class3CXApi* | [**getGetLicenceDetails**](docs/Class3CXApi.md#getgetlicencedetails) | **GET** /tcx/licences/details | Get 3CX Licence Details
102
+ *Class3CXApi* | [**getGetTcxExpiringKeys**](docs/Class3CXApi.md#getgettcxexpiringkeys) | **GET** /tcx/admin/keys/expiring/csv | Get 3CX Expiring Keys
100
103
  *Class3CXApi* | [**postGetBulkLicenceDetails**](docs/Class3CXApi.md#postgetbulklicencedetails) | **POST** /tcx/licences/bulk/details | Get bulk 3CX Licence Details
101
104
  *Class3CXInstallationWizardApi* | [**deleteAddExtensions**](docs/Class3CXInstallationWizardApi.md#deleteaddextensions) | **DELETE** /tcx/wizards/extensions | Delete 3CX Installation Wizard Extensions
102
105
  *Class3CXInstallationWizardApi* | [**deleteAddNumbers**](docs/Class3CXInstallationWizardApi.md#deleteaddnumbers) | **DELETE** /tcx/wizards/numbers | Delete 3CX Installation Wizard Numbers
@@ -134,6 +137,7 @@ Class | Method | HTTP request | Description
134
137
  *Class3CXInstallationWizardApi* | [**postUploadBackup**](docs/Class3CXInstallationWizardApi.md#postuploadbackup) | **POST** /tcx/wizards/backup |
135
138
  *Class3CXInstallationsApi* | [**getGetDetails**](docs/Class3CXInstallationsApi.md#getgetdetails) | **GET** /tcx/installations/{wizard_id}/details | Get 3CX Installation Details
136
139
  *Class3CXInstallationsApi* | [**getGetInstallations**](docs/Class3CXInstallationsApi.md#getgetinstallations) | **GET** /tcx/installations | Get 3CX Installations
140
+ *Class3CXInstallationsApi* | [**getGetRecordingBackupStorage**](docs/Class3CXInstallationsApi.md#getgetrecordingbackupstorage) | **GET** /tcx/installations/{instance_id}/recordings/backup | Get Recording Backup Storage
137
141
  *Class3CXInstallationsApi* | [**patchChangeInstanceOwner**](docs/Class3CXInstallationsApi.md#patchchangeinstanceowner) | **PATCH** /tcx/installations/{instance_id}/owner | Change instance owner
138
142
  *Class3CXInstallationsApi* | [**patchUpdateAutoFailover**](docs/Class3CXInstallationsApi.md#patchupdateautofailover) | **PATCH** /tcx/installations/{instance_id}/failover/auto | Update 3CX Instance Auto Failover
139
143
  *Class3CXInstallationsApi* | [**postAddDisk**](docs/Class3CXInstallationsApi.md#postadddisk) | **POST** /tcx/installations/{instance_id}/disk | Add additional disk on 3CX Instance
@@ -360,6 +364,7 @@ Class | Method | HTTP request | Description
360
364
  - [CrmNoteModel](docs/CrmNoteModel.md)
361
365
  - [CustomerInformationModel](docs/CustomerInformationModel.md)
362
366
  - [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
367
+ - [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
363
368
  - [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
364
369
  - [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
365
370
  - [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
@@ -522,6 +527,7 @@ Class | Method | HTTP request | Description
522
527
  - [SupplierItemModel](docs/SupplierItemModel.md)
523
528
  - [SupplierModel](docs/SupplierModel.md)
524
529
  - [SupportTicketModel](docs/SupportTicketModel.md)
530
+ - [TableHistoryEntity](docs/TableHistoryEntity.md)
525
531
  - [TcxBackupEntity](docs/TcxBackupEntity.md)
526
532
  - [TcxBackupModel](docs/TcxBackupModel.md)
527
533
  - [TcxBillingEntity](docs/TcxBillingEntity.md)