yellowgrid-api-ts 3.2.213 → 3.2.214-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 (145) hide show
  1. package/.openapi-generator/FILES +356 -299
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +125 -3
  4. package/api.ts +19152 -6122
  5. package/base.ts +26 -2
  6. package/common.ts +39 -16
  7. package/config.json +4 -3
  8. package/configuration.ts +21 -27
  9. package/dist/api.d.ts +15189 -4992
  10. package/dist/api.js +7047 -1056
  11. package/dist/base.d.ts +25 -1
  12. package/dist/base.js +21 -2
  13. package/dist/common.d.ts +36 -5
  14. package/dist/common.js +39 -17
  15. package/dist/configuration.d.ts +18 -25
  16. package/dist/configuration.js +4 -4
  17. package/dist/index.d.ts +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/models/GraphTypeEnum.d.ts +13 -0
  20. package/dist/models/GraphTypeEnum.js +15 -0
  21. package/dist/models/GroupEnum.d.ts +43 -0
  22. package/dist/models/GroupEnum.js +45 -0
  23. package/dist/models/HostingPriceListEnum.d.ts +5 -0
  24. package/dist/models/HostingPriceListEnum.js +5 -0
  25. package/dist/models/ReportEnum.d.ts +53 -0
  26. package/dist/models/ReportEnum.js +55 -0
  27. package/docs/AbstractItemDiscountModel.md +21 -0
  28. package/docs/AbstractOrderRequestDTO.md +1 -1
  29. package/docs/AccountsApi.md +104 -1
  30. package/docs/AdminOrderRequestDTO.md +1 -1
  31. package/docs/AxisDataDTO.md +25 -0
  32. package/docs/BaseService.md +36 -0
  33. package/docs/BillingApi.md +3243 -26
  34. package/docs/Bundle.md +34 -0
  35. package/docs/BundleCustomer.md +34 -0
  36. package/docs/CRMApi.md +1 -1
  37. package/docs/CallTariff.md +34 -0
  38. package/docs/CallTariffPlan.md +36 -0
  39. package/docs/Cdr.md +112 -0
  40. package/docs/Class3CXApi.md +1 -1
  41. package/docs/Class3CXInstallationWizardApi.md +1 -1
  42. package/docs/Class3CXInstallationsApi.md +1 -1
  43. package/docs/Class3CXIntegrationsApi.md +1 -1
  44. package/docs/Class3CXMultiTenantApi.md +1 -1
  45. package/docs/ConnectionType.md +28 -0
  46. package/docs/ContactDetail.md +58 -0
  47. package/docs/CrmActivityDTO.md +3 -3
  48. package/docs/CrmDateActivitiesDTO.md +1 -1
  49. package/docs/Customer.md +98 -0
  50. package/docs/CustomerCoordinatesDTO.md +31 -0
  51. package/docs/CustomerOrderRequestDTO.md +1 -1
  52. package/docs/CustomerRate.md +22 -0
  53. package/docs/CustomerRateType.md +12 -0
  54. package/docs/DetailedOrderRequestDTO.md +1 -1
  55. package/docs/GetDisconnectDDIRequest.md +20 -0
  56. package/docs/GraphDTO.md +33 -0
  57. package/docs/InboundCli.md +50 -0
  58. package/docs/InboundTariffPlan.md +32 -0
  59. package/docs/MiscApi.md +63 -0
  60. package/docs/MyPBXToolsApi.md +1 -1
  61. package/docs/NumberPortModel.md +51 -0
  62. package/docs/NumberPortingApi.md +1 -1
  63. package/docs/OAuth20Api.md +1 -1
  64. package/docs/OrdersApi.md +1 -1
  65. package/docs/OutboundCli.md +70 -0
  66. package/docs/PartnerDTO.md +1 -1
  67. package/docs/PasswordSenderDTO.md +37 -0
  68. package/docs/PasswordSenderEntity.md +33 -0
  69. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  70. package/docs/PostAddAdminNoteRequest.md +20 -0
  71. package/docs/PostAddBroadbandRequest.md +28 -0
  72. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  73. package/docs/PostAddEthernetRequest.md +28 -0
  74. package/docs/PostAddRecurringChargeRequest.md +30 -0
  75. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  76. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  77. package/docs/PostGenerateReport200Response.md +36 -0
  78. package/docs/PostGetBaseServicesRequest.md +22 -0
  79. package/docs/PostGetPriceGroupsRequest.md +22 -0
  80. package/docs/PostGetProductRequest.md +24 -0
  81. package/docs/PostGetServicePlansRequest.md +22 -0
  82. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  83. package/docs/PostUpdateConnectionRequest.md +22 -0
  84. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  85. package/docs/PriceGroup.md +30 -0
  86. package/docs/PricingApi.md +1 -1
  87. package/docs/ProcessedCdr.md +96 -0
  88. package/docs/ProductDetailedSummaryDTO.md +2 -2
  89. package/docs/ProductSearchDTO.md +37 -0
  90. package/docs/ProductSummaryDTO.md +1 -1
  91. package/docs/ProductsApi.md +1 -1
  92. package/docs/ProspectDTO.md +2 -2
  93. package/docs/ProspectsApi.md +1 -1
  94. package/docs/ProvisioningApi.md +1 -1
  95. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  96. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  97. package/docs/PutConnectionSearchRequest.md +20 -0
  98. package/docs/PutGetBaseServicesRequest.md +28 -0
  99. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  100. package/docs/PutGetPriceGroupsRequest.md +28 -0
  101. package/docs/RecordingsBackupInfoDTO.md +2 -2
  102. package/docs/RecurringCharge.md +48 -0
  103. package/docs/ReportRequestDTO.md +37 -0
  104. package/docs/ReportsApi.md +107 -0
  105. package/docs/SIPTrunksApi.md +1 -1
  106. package/docs/SMSApi.md +1 -1
  107. package/docs/SdrReferenceType.md +24 -0
  108. package/docs/SeriesDTO.md +27 -0
  109. package/docs/Service.md +42 -0
  110. package/docs/ServicePlan.md +36 -0
  111. package/docs/ServicesApi.md +1 -1
  112. package/docs/ShipmentRequestDTO.md +2 -2
  113. package/docs/ShippingApi.md +1 -1
  114. package/docs/StockManagementApi.md +1 -1
  115. package/docs/StockReportItemModel.md +31 -0
  116. package/docs/StockReportModel.md +29 -0
  117. package/docs/SupplierItemModel.md +2 -0
  118. package/docs/SupplierItemsResultsDTO.md +21 -0
  119. package/docs/SupplierProductModel.md +25 -0
  120. package/docs/SupplierProductResultsModel.md +27 -0
  121. package/docs/SuppliersApi.md +230 -0
  122. package/docs/SystemApi.md +1 -1
  123. package/docs/TableDTO.md +25 -0
  124. package/docs/TableDataDTO.md +21 -0
  125. package/docs/TableRowDTO.md +21 -0
  126. package/docs/TariffRate.md +30 -0
  127. package/docs/TcxHostingPricingEntity.md +35 -0
  128. package/docs/TcxInstallationDetailsModel.md +45 -0
  129. package/docs/TcxInstallationModel.md +2 -0
  130. package/docs/TcxKeySummaryDTO.md +1 -1
  131. package/docs/TelephonySupportTicketModel.md +41 -0
  132. package/docs/TicketsApi.md +1 -1
  133. package/docs/WebhooksApi.md +1 -1
  134. package/getEnums.php +31 -31
  135. package/hs_err_pid16044.log +249 -0
  136. package/hs_err_pid44560.log +249 -0
  137. package/hs_err_pid53988.log +249 -0
  138. package/hs_err_pid58728.log +40 -0
  139. package/index.ts +1 -1
  140. package/models/GraphTypeEnum.ts +14 -0
  141. package/models/GroupEnum.ts +44 -0
  142. package/models/HostingPriceListEnum.ts +5 -0
  143. package/models/ReportEnum.ts +54 -0
  144. package/openapitools.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,54 @@
1
+ export const ReportEnum = {
2
+ "STOCK": {
3
+ "name": "STOCK",
4
+ "value": 1,
5
+ "publicValue": "Stock"
6
+ },
7
+ "POS": {
8
+ "name": "POS",
9
+ "value": 2,
10
+ "publicValue": "POS"
11
+ },
12
+ "CUSTOMER_SPEND": {
13
+ "name": "CUSTOMER_SPEND",
14
+ "value": 3,
15
+ "publicValue": "Customer Spend"
16
+ },
17
+ "MONTHLY_SALES": {
18
+ "name": "MONTHLY_SALES",
19
+ "value": 4,
20
+ "publicValue": "Monthly Sales"
21
+ },
22
+ "CUSTOMER_ANNUAL_COMPARISON": {
23
+ "name": "CUSTOMER_ANNUAL_COMPARISON",
24
+ "value": 5,
25
+ "publicValue": "Customer Annual Comparison"
26
+ },
27
+ "LOW_STOCK": {
28
+ "name": "LOW_STOCK",
29
+ "value": 6,
30
+ "publicValue": "Low Stock"
31
+ },
32
+ "LEAGUE_TABLE": {
33
+ "name": "LEAGUE_TABLE",
34
+ "value": 7,
35
+ "publicValue": "League Table"
36
+ },
37
+ "REVENUE": {
38
+ "name": "REVENUE",
39
+ "value": 8,
40
+ "publicValue": "Revenue"
41
+ },
42
+ "EXPENDITURE": {
43
+ "name": "EXPENDITURE",
44
+ "value": 9,
45
+ "publicValue": "Expenditure"
46
+ },
47
+ "TECH_SUPPORT_CUSTOMERS": {
48
+ "name": "TECH_SUPPORT_CUSTOMERS",
49
+ "value": 10,
50
+ "publicValue": "Tech Support Customers"
51
+ }
52
+ } as const;
53
+
54
+ export type ReportEnum = typeof ReportEnum;
package/openapitools.json CHANGED
@@ -2,6 +2,6 @@
2
2
  "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3
3
  "spaces": 2,
4
4
  "generator-cli": {
5
- "version": "7.23.0"
5
+ "version": "7.14.0"
6
6
  }
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.213",
3
+ "version": "3.2.214-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "prepare": "npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "axios": "^1.16.0"
25
+ "axios": "1.18.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "12.11.5 - 12.20.42",