yellowgrid-api-ts 3.2.246-dev.0 → 3.2.248-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 +5 -0
- package/README.md +13 -0
- package/api.ts +899 -8
- package/dist/api.d.ts +562 -8
- package/dist/api.js +716 -4
- package/docs/BrandedVideoSummaryDTO.md +45 -0
- package/docs/BrandedVideosApi.md +424 -0
- package/docs/BrandedVideosSummariesModel.md +27 -0
- package/docs/OAuth20Api.md +3 -3
- package/docs/PromoCodesEntity.md +5 -5
- package/docs/PromoModel.md +5 -5
- package/docs/PromoSummaryDTO.md +2 -0
- package/docs/ThumbnailDTO.md +25 -0
- package/docs/VideoRequestEntity.md +51 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -37,6 +37,9 @@ docs/BasicProductDTO.md
|
|
|
37
37
|
docs/BatchDTO.md
|
|
38
38
|
docs/BatchEntity.md
|
|
39
39
|
docs/BillingApi.md
|
|
40
|
+
docs/BrandedVideoSummaryDTO.md
|
|
41
|
+
docs/BrandedVideosApi.md
|
|
42
|
+
docs/BrandedVideosSummariesModel.md
|
|
40
43
|
docs/Bundle.md
|
|
41
44
|
docs/BundleCustomer.md
|
|
42
45
|
docs/CRMApi.md
|
|
@@ -353,6 +356,7 @@ docs/TcxUsersEntity.md
|
|
|
353
356
|
docs/TcxWizardConfigModel.md
|
|
354
357
|
docs/TcxWizardModel.md
|
|
355
358
|
docs/TechSupportCompanySummaryDTO.md
|
|
359
|
+
docs/ThumbnailDTO.md
|
|
356
360
|
docs/TicketSummaryModel.md
|
|
357
361
|
docs/TicketTimeDTO.md
|
|
358
362
|
docs/TicketsApi.md
|
|
@@ -361,6 +365,7 @@ docs/UnconnectedSdr.md
|
|
|
361
365
|
docs/UpgradeOrderResponseModel.md
|
|
362
366
|
docs/UpgradeRequestModel.md
|
|
363
367
|
docs/UserEntity.md
|
|
368
|
+
docs/VideoRequestEntity.md
|
|
364
369
|
docs/WebhooksApi.md
|
|
365
370
|
docs/XeroLogEntity.md
|
|
366
371
|
git_push.sh
|
package/README.md
CHANGED
|
@@ -166,6 +166,13 @@ Class | Method | HTTP request | Description
|
|
|
166
166
|
*BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
|
|
167
167
|
*BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
|
|
168
168
|
*BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
|
|
169
|
+
*BrandedVideosApi* | [**deleteDeleteVideoRequest**](docs/BrandedVideosApi.md#deletedeletevideorequest) | **DELETE** /marketing/videos/{id} |
|
|
170
|
+
*BrandedVideosApi* | [**getDownloadLogo**](docs/BrandedVideosApi.md#getdownloadlogo) | **GET** /marketing/videos/logo |
|
|
171
|
+
*BrandedVideosApi* | [**getGetBrandedVideos**](docs/BrandedVideosApi.md#getgetbrandedvideos) | **GET** /marketing/videos |
|
|
172
|
+
*BrandedVideosApi* | [**getGetThumbnails**](docs/BrandedVideosApi.md#getgetthumbnails) | **GET** /marketing/videos/thumbnails |
|
|
173
|
+
*BrandedVideosApi* | [**postDownloadLogo**](docs/BrandedVideosApi.md#postdownloadlogo) | **POST** /marketing/videos/logo |
|
|
174
|
+
*BrandedVideosApi* | [**postSendBrandedVideoEmail**](docs/BrandedVideosApi.md#postsendbrandedvideoemail) | **POST** /marketing/videos/{id}/send |
|
|
175
|
+
*BrandedVideosApi* | [**postUploadVideo**](docs/BrandedVideosApi.md#postuploadvideo) | **POST** /marketing/videos/{id}/upload |
|
|
169
176
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
170
177
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
171
178
|
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
@@ -431,6 +438,8 @@ Class | Method | HTTP request | Description
|
|
|
431
438
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
432
439
|
- [BatchDTO](docs/BatchDTO.md)
|
|
433
440
|
- [BatchEntity](docs/BatchEntity.md)
|
|
441
|
+
- [BrandedVideoSummaryDTO](docs/BrandedVideoSummaryDTO.md)
|
|
442
|
+
- [BrandedVideosSummariesModel](docs/BrandedVideosSummariesModel.md)
|
|
434
443
|
- [Bundle](docs/Bundle.md)
|
|
435
444
|
- [BundleCustomer](docs/BundleCustomer.md)
|
|
436
445
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
@@ -723,6 +732,7 @@ Class | Method | HTTP request | Description
|
|
|
723
732
|
- [TcxWizardConfigModel](docs/TcxWizardConfigModel.md)
|
|
724
733
|
- [TcxWizardModel](docs/TcxWizardModel.md)
|
|
725
734
|
- [TechSupportCompanySummaryDTO](docs/TechSupportCompanySummaryDTO.md)
|
|
735
|
+
- [ThumbnailDTO](docs/ThumbnailDTO.md)
|
|
726
736
|
- [TicketSummaryModel](docs/TicketSummaryModel.md)
|
|
727
737
|
- [TicketTimeDTO](docs/TicketTimeDTO.md)
|
|
728
738
|
- [TokenResponseModel](docs/TokenResponseModel.md)
|
|
@@ -730,6 +740,7 @@ Class | Method | HTTP request | Description
|
|
|
730
740
|
- [UpgradeOrderResponseModel](docs/UpgradeOrderResponseModel.md)
|
|
731
741
|
- [UpgradeRequestModel](docs/UpgradeRequestModel.md)
|
|
732
742
|
- [UserEntity](docs/UserEntity.md)
|
|
743
|
+
- [VideoRequestEntity](docs/VideoRequestEntity.md)
|
|
733
744
|
- [XeroLogEntity](docs/XeroLogEntity.md)
|
|
734
745
|
|
|
735
746
|
|
|
@@ -752,6 +763,8 @@ Authentication schemes defined for the API:
|
|
|
752
763
|
- **tcx_wizard**: 3CX Installation Wizard
|
|
753
764
|
- **accounts.read**: Accounts (Read)
|
|
754
765
|
- **accounts.write**: Accounts (Write)
|
|
766
|
+
- **branded_videosread**: Branded Videosread (Read)
|
|
767
|
+
- **branded_videoswrite**: Branded Videoswrite (Read)
|
|
755
768
|
- **number_porting.read**: Number Porting (Read)
|
|
756
769
|
- **number_porting.write**: Number Porting (Write)
|
|
757
770
|
- **pricing.read**: Pricing (Read)
|