yellowgrid-api-ts 3.2.218-dev.0 → 3.2.219-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 (69) hide show
  1. package/.openapi-generator/FILES +52 -1
  2. package/README.md +119 -2
  3. package/api.ts +5345 -123
  4. package/dist/api.d.ts +2715 -52
  5. package/dist/api.js +5500 -118
  6. package/dist/models/ConnectionTypeEnum.d.ts +63 -0
  7. package/dist/models/ConnectionTypeEnum.js +65 -0
  8. package/docs/AdminRmaDTO.md +3 -1
  9. package/docs/AdminRmaItemDTO.md +2 -0
  10. package/docs/AdminRmaSummaryDTO.md +2 -0
  11. package/docs/BaseService.md +36 -0
  12. package/docs/BillingApi.md +3575 -25
  13. package/docs/Bundle.md +34 -0
  14. package/docs/BundleCustomer.md +34 -0
  15. package/docs/CallTariff.md +34 -0
  16. package/docs/CallTariffPlan.md +36 -0
  17. package/docs/CallTariffResponse.md +26 -0
  18. package/docs/Cdr.md +112 -0
  19. package/docs/ConnectionRequest.md +36 -0
  20. package/docs/ConnectionType.md +28 -0
  21. package/docs/ContactDetail.md +58 -0
  22. package/docs/Customer.md +98 -0
  23. package/docs/CustomerRate.md +22 -0
  24. package/docs/CustomerRateType.md +12 -0
  25. package/docs/InboundCli.md +50 -0
  26. package/docs/InboundTariffPlan.md +32 -0
  27. package/docs/InboundTariffPlanResponse.md +28 -0
  28. package/docs/MultiTenantSipTrunkRequest.md +22 -0
  29. package/docs/OutboundCli.md +70 -0
  30. package/docs/PostAddBroadbandRequest.md +28 -0
  31. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  32. package/docs/PostAddEthernetRequest.md +28 -0
  33. package/docs/PostAddRecurringChargeRequest.md +30 -0
  34. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  35. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  36. package/docs/PostDisconnectDDIRequest.md +20 -0
  37. package/docs/PostGetBaseServicesRequest.md +22 -0
  38. package/docs/PostGetPriceGroupsRequest.md +22 -0
  39. package/docs/PostGetServicePlansRequest.md +22 -0
  40. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  41. package/docs/PostUpdateConnectionRequest.md +22 -0
  42. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  43. package/docs/PriceGroup.md +30 -0
  44. package/docs/PriceGroupResponse.md +24 -0
  45. package/docs/ProcessedCdr.md +96 -0
  46. package/docs/ProductSerialInfoDTO.md +27 -0
  47. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  48. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  49. package/docs/PutConnectionSearchRequest.md +20 -0
  50. package/docs/PutGetBaseServicesRequest.md +28 -0
  51. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  52. package/docs/PutGetPriceGroupsRequest.md +28 -0
  53. package/docs/RMAApi.md +111 -1
  54. package/docs/RecurringCharge.md +48 -0
  55. package/docs/RmaDTO.md +2 -0
  56. package/docs/RmaItemDTO.md +2 -0
  57. package/docs/RmaOrderDTO.md +29 -0
  58. package/docs/RmaOrderItemDTO.md +33 -0
  59. package/docs/RmaOrderSummaryDTO.md +25 -0
  60. package/docs/RmaSummaryDTO.md +2 -0
  61. package/docs/Sdr.md +66 -0
  62. package/docs/SdrReferenceType.md +24 -0
  63. package/docs/Service.md +42 -0
  64. package/docs/ServicePlan.md +36 -0
  65. package/docs/SpecialService.md +40 -0
  66. package/docs/TariffRate.md +30 -0
  67. package/docs/UnconnectedSdr.md +68 -0
  68. package/models/ConnectionTypeEnum.ts +64 -0
  69. package/package.json +1 -1
@@ -0,0 +1,68 @@
1
+ # UnconnectedSdr
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **sdrId** | **number** | | [optional] [default to undefined]
10
+ **sdr** | [**Sdr**](Sdr.md) | | [default to undefined]
11
+ **productCode** | **string** | | [default to undefined]
12
+ **cli** | **string** | | [optional] [default to undefined]
13
+ **outboundCliId** | **number** | | [optional] [default to undefined]
14
+ **outboundCli** | [**OutboundCli**](OutboundCli.md) | | [optional] [default to undefined]
15
+ **servicePlanId** | **number** | | [optional] [default to undefined]
16
+ **servicePlan** | [**ServicePlan**](ServicePlan.md) | | [optional] [default to undefined]
17
+ **serviceId** | **number** | | [optional] [default to undefined]
18
+ **service** | [**Service**](Service.md) | | [optional] [default to undefined]
19
+ **specialServiceId** | **number** | | [optional] [default to undefined]
20
+ **specialService** | [**SpecialService**](SpecialService.md) | | [optional] [default to undefined]
21
+ **customerCharge** | **number** | | [optional] [default to undefined]
22
+ **customerRate** | [**CustomerRate**](CustomerRate.md) | | [optional] [default to undefined]
23
+ **description** | **string** | | [optional] [default to undefined]
24
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
25
+ **unitCharge** | **number** | | [optional] [default to undefined]
26
+ **customerId** | **number** | | [optional] [default to undefined]
27
+ **servicePlanName** | **string** | | [optional] [default to undefined]
28
+ **serviceCode** | **string** | | [optional] [default to undefined]
29
+ **sdrDescription** | **string** | | [optional] [default to undefined]
30
+ **sdrCost** | **number** | | [optional] [default to undefined]
31
+ **remarks** | **string** | | [optional] [default to undefined]
32
+ **filePeriod** | **string** | | [default to undefined]
33
+
34
+ ## Example
35
+
36
+ ```typescript
37
+ import { UnconnectedSdr } from 'yellowgrid-api-ts';
38
+
39
+ const instance: UnconnectedSdr = {
40
+ id,
41
+ sdrId,
42
+ sdr,
43
+ productCode,
44
+ cli,
45
+ outboundCliId,
46
+ outboundCli,
47
+ servicePlanId,
48
+ servicePlan,
49
+ serviceId,
50
+ service,
51
+ specialServiceId,
52
+ specialService,
53
+ customerCharge,
54
+ customerRate,
55
+ description,
56
+ hideOnInvoice,
57
+ unitCharge,
58
+ customerId,
59
+ servicePlanName,
60
+ serviceCode,
61
+ sdrDescription,
62
+ sdrCost,
63
+ remarks,
64
+ filePeriod,
65
+ };
66
+ ```
67
+
68
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,64 @@
1
+ export const ConnectionTypeEnum = {
2
+ "SIP_TRUNK": {
3
+ "name": "SIP_TRUNK",
4
+ "value": "SIP Trunks",
5
+ "publicValue": "SIP Trunks"
6
+ },
7
+ "BROADBAND": {
8
+ "name": "BROADBAND",
9
+ "value": "Broadband",
10
+ "publicValue": "Broadband"
11
+ },
12
+ "ETHERNET": {
13
+ "name": "ETHERNET",
14
+ "value": "Ethernet",
15
+ "publicValue": "Ethernet"
16
+ },
17
+ "MOBILE": {
18
+ "name": "MOBILE",
19
+ "value": "Mobile",
20
+ "publicValue": "Mobile"
21
+ },
22
+ "WLR": {
23
+ "name": "WLR",
24
+ "value": "WLR",
25
+ "publicValue": "WLR"
26
+ },
27
+ "HZN": {
28
+ "name": "HZN",
29
+ "value": "Horizon",
30
+ "publicValue": "Horizon"
31
+ },
32
+ "NTS": {
33
+ "name": "NTS",
34
+ "value": "NTS",
35
+ "publicValue": "NTS"
36
+ },
37
+ "HOSTING": {
38
+ "name": "HOSTING",
39
+ "value": "Hosting",
40
+ "publicValue": "Hosting"
41
+ },
42
+ "CRM": {
43
+ "name": "CRM",
44
+ "value": "CRM",
45
+ "publicValue": "CRM"
46
+ },
47
+ "TCX_MULTITENANT": {
48
+ "name": "TCX_MULTITENANT",
49
+ "value": "Starter Bundle",
50
+ "publicValue": "Starter Bundle"
51
+ },
52
+ "OTHER": {
53
+ "name": "OTHER",
54
+ "value": "Other",
55
+ "publicValue": "Other"
56
+ },
57
+ "RECURRING_CHARGES": {
58
+ "name": "RECURRING_CHARGES",
59
+ "value": "Recurring Charges",
60
+ "publicValue": "Recurring Charges"
61
+ }
62
+ } as const;
63
+
64
+ export type ConnectionTypeEnum = typeof ConnectionTypeEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.218-dev.0",
3
+ "version": "3.2.219-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {