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.
- package/.openapi-generator/FILES +3 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +6 -0
- package/api.ts +581 -246
- package/configuration.ts +2 -2
- package/dist/api.d.ts +209 -9
- package/dist/api.js +542 -237
- package/dist/configuration.js +2 -2
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountsApi.md +96 -0
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/CRMApi.md +2 -2
- package/docs/Class3CXApi.md +48 -0
- package/docs/Class3CXInstallationsApi.md +55 -0
- 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/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/TableHistoryEntity.md +35 -0
- 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
|
|
@@ -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.
|
|
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)
|