yellowgrid-api-ts 3.2.210 → 3.2.211-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 (106) hide show
  1. package/.openapi-generator/FILES +317 -298
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +28 -1
  4. package/api.ts +7130 -607
  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 +6012 -83
  10. package/dist/api.js +1860 -522
  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 +163 -1
  30. package/docs/AdminOrderRequestDTO.md +1 -1
  31. package/docs/AxisDataDTO.md +25 -0
  32. package/docs/BillingApi.md +1 -1
  33. package/docs/CRMApi.md +1 -1
  34. package/docs/Class3CXApi.md +1 -1
  35. package/docs/Class3CXInstallationWizardApi.md +1 -1
  36. package/docs/Class3CXInstallationsApi.md +1 -1
  37. package/docs/Class3CXIntegrationsApi.md +1 -1
  38. package/docs/Class3CXMultiTenantApi.md +1 -1
  39. package/docs/CrmActivityDTO.md +3 -3
  40. package/docs/CrmDateActivitiesDTO.md +1 -1
  41. package/docs/CustomerCoordinatesDTO.md +31 -0
  42. package/docs/CustomerOrderRequestDTO.md +1 -1
  43. package/docs/DetailedOrderRequestDTO.md +1 -1
  44. package/docs/GraphDTO.md +33 -0
  45. package/docs/MiscApi.md +63 -0
  46. package/docs/MyPBXToolsApi.md +1 -1
  47. package/docs/NumberPortModel.md +51 -0
  48. package/docs/NumberPortingApi.md +1 -1
  49. package/docs/OAuth20Api.md +1 -1
  50. package/docs/OrdersApi.md +1 -1
  51. package/docs/PartnerDTO.md +1 -1
  52. package/docs/PasswordSenderDTO.md +37 -0
  53. package/docs/PasswordSenderEntity.md +33 -0
  54. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  55. package/docs/PatchUpdateAccountNameRequest.md +20 -0
  56. package/docs/PostAddAdminNoteRequest.md +20 -0
  57. package/docs/PostGenerateReport200Response.md +36 -0
  58. package/docs/PostGetProductRequest.md +24 -0
  59. package/docs/PricingApi.md +1 -1
  60. package/docs/ProductDetailedSummaryDTO.md +2 -2
  61. package/docs/ProductSearchDTO.md +37 -0
  62. package/docs/ProductSummaryDTO.md +1 -1
  63. package/docs/ProductsApi.md +1 -1
  64. package/docs/ProspectDTO.md +2 -2
  65. package/docs/ProspectsApi.md +1 -1
  66. package/docs/ProvisioningApi.md +1 -1
  67. package/docs/RecordingsBackupInfoDTO.md +2 -2
  68. package/docs/ReportRequestDTO.md +37 -0
  69. package/docs/ReportsApi.md +107 -0
  70. package/docs/SIPTrunksApi.md +1 -1
  71. package/docs/SMSApi.md +1 -1
  72. package/docs/SeriesDTO.md +27 -0
  73. package/docs/ServicesApi.md +1 -1
  74. package/docs/ShipmentRequestDTO.md +2 -2
  75. package/docs/ShippingApi.md +1 -1
  76. package/docs/StockManagementApi.md +1 -1
  77. package/docs/StockReportItemModel.md +31 -0
  78. package/docs/StockReportModel.md +29 -0
  79. package/docs/SupplierItemModel.md +2 -0
  80. package/docs/SupplierItemsResultsDTO.md +21 -0
  81. package/docs/SupplierProductModel.md +25 -0
  82. package/docs/SupplierProductResultsModel.md +27 -0
  83. package/docs/SuppliersApi.md +230 -0
  84. package/docs/SystemApi.md +1 -1
  85. package/docs/TableDTO.md +25 -0
  86. package/docs/TableDataDTO.md +21 -0
  87. package/docs/TableRowDTO.md +21 -0
  88. package/docs/TcxHostingPricingEntity.md +35 -0
  89. package/docs/TcxInstallationDetailsModel.md +45 -0
  90. package/docs/TcxInstallationModel.md +6 -0
  91. package/docs/TcxKeySummaryDTO.md +1 -1
  92. package/docs/TelephonySupportTicketModel.md +41 -0
  93. package/docs/TicketsApi.md +1 -1
  94. package/docs/WebhooksApi.md +1 -1
  95. package/getEnums.php +31 -31
  96. package/hs_err_pid16044.log +249 -0
  97. package/hs_err_pid44560.log +249 -0
  98. package/hs_err_pid53988.log +249 -0
  99. package/hs_err_pid58728.log +40 -0
  100. package/index.ts +1 -1
  101. package/models/GraphTypeEnum.ts +14 -0
  102. package/models/GroupEnum.ts +44 -0
  103. package/models/HostingPriceListEnum.ts +5 -0
  104. package/models/ReportEnum.ts +54 -0
  105. package/openapitools.json +1 -1
  106. package/package.json +2 -2
@@ -0,0 +1,51 @@
1
+ # NumberPortModel
2
+
3
+ Number Port Model
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **number** | Number Port ID | [optional] [default to undefined]
10
+ **customerId** | **number** | Customer ID | [optional] [default to undefined]
11
+ **endUser** | **string** | End User | [optional] [default to undefined]
12
+ **addressLine1** | **string** | Address Line 1 | [optional] [default to undefined]
13
+ **addressLine2** | **string** | Address Line 2 | [optional] [default to undefined]
14
+ **city** | **string** | City | [optional] [default to undefined]
15
+ **postCode** | **string** | Post Code | [optional] [default to undefined]
16
+ **trunkId** | **number** | Trunk ID | [optional] [default to undefined]
17
+ **tenantId** | **string** | Tenant ID | [optional] [default to undefined]
18
+ **requestedPortDate** | **string** | Requested Port Date | [optional] [default to undefined]
19
+ **portDate** | **string** | Port Date | [optional] [default to undefined]
20
+ **comment** | **string** | Comment | [optional] [default to undefined]
21
+ **status** | **number** | Status | [optional] [default to undefined]
22
+ **ticketId** | **number** | Ticket ID | [optional] [default to undefined]
23
+ **ranges** | **Array<any>** | Number Port Ranges | [optional] [default to undefined]
24
+ **customerName** | **string** | Customer Company Name | [optional] [default to undefined]
25
+
26
+ ## Example
27
+
28
+ ```typescript
29
+ import { NumberPortModel } from 'yellowgrid-api-ts';
30
+
31
+ const instance: NumberPortModel = {
32
+ id,
33
+ customerId,
34
+ endUser,
35
+ addressLine1,
36
+ addressLine2,
37
+ city,
38
+ postCode,
39
+ trunkId,
40
+ tenantId,
41
+ requestedPortDate,
42
+ portDate,
43
+ comment,
44
+ status,
45
+ ticketId,
46
+ ranges,
47
+ customerName,
48
+ };
49
+ ```
50
+
51
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,6 +1,6 @@
1
1
  # NumberPortingApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # OAuth20Api
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/OrdersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # OrdersApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  **hostingPriceListId** | **number** | 3CX Hosting Price List ID | [optional] [default to undefined]
18
18
  **installationUrl** | **string** | 3CX Installation URL | [optional] [default to undefined]
19
19
  **aligned** | **boolean** | Aligned | [optional] [default to undefined]
20
- **customer** | [**AccountSummaryDTO**](AccountSummaryDTO.md) | Customer | [optional] [default to undefined]
20
+ **customer** | [**AccountSummaryDTO**](AccountSummaryDTO.md) | | [optional] [default to undefined]
21
21
 
22
22
  ## Example
23
23
 
@@ -0,0 +1,37 @@
1
+ # PasswordSenderDTO
2
+
3
+ Password Sender Request
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **username** | **string** | Username | [optional] [default to undefined]
10
+ **password** | **string** | Password | [optional] [default to undefined]
11
+ **expiryInterval** | **number** | Expiry Interval | [optional] [default to undefined]
12
+ **intervalType** | **string** | Interval Type | [optional] [default to undefined]
13
+ **expiry** | **string** | Date Time | [optional] [default to undefined]
14
+ **recipient** | **Array<string>** | Recipient | [optional] [default to undefined]
15
+ **url** | **string** | URL | [optional] [default to undefined]
16
+ **description** | **string** | Description | [optional] [default to undefined]
17
+ **passwordUrl** | **string** | Password URL | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { PasswordSenderDTO } from 'yellowgrid-api-ts';
23
+
24
+ const instance: PasswordSenderDTO = {
25
+ username,
26
+ password,
27
+ expiryInterval,
28
+ intervalType,
29
+ expiry,
30
+ recipient,
31
+ url,
32
+ description,
33
+ passwordUrl,
34
+ };
35
+ ```
36
+
37
+ [[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,33 @@
1
+ # PasswordSenderEntity
2
+
3
+ PasswordSenderEntity
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **uniqueId** | **string** | uniqueId | [optional] [default to undefined]
10
+ **url** | **string** | url | [optional] [default to undefined]
11
+ **username** | **string** | username | [optional] [default to undefined]
12
+ **password** | **string** | password | [optional] [default to undefined]
13
+ **expiryTime** | **string** | expiryTime | [optional] [default to undefined]
14
+ **emailRecipient** | **string** | emailRecipient | [optional] [default to undefined]
15
+ **description** | **string** | description | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { PasswordSenderEntity } from 'yellowgrid-api-ts';
21
+
22
+ const instance: PasswordSenderEntity = {
23
+ uniqueId,
24
+ url,
25
+ username,
26
+ password,
27
+ expiryTime,
28
+ emailRecipient,
29
+ description,
30
+ };
31
+ ```
32
+
33
+ [[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,20 @@
1
+ # PatchSetTcxWizardCnameRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **cname** | **string** | CNAME | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PatchSetTcxWizardCnameRequest } from 'yellowgrid-api-ts';
14
+
15
+ const instance: PatchSetTcxWizardCnameRequest = {
16
+ cname,
17
+ };
18
+ ```
19
+
20
+ [[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,20 @@
1
+ # PatchUpdateAccountNameRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | Company Name | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PatchUpdateAccountNameRequest } from 'yellowgrid-api-ts';
14
+
15
+ const instance: PatchUpdateAccountNameRequest = {
16
+ name,
17
+ };
18
+ ```
19
+
20
+ [[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,20 @@
1
+ # PostAddAdminNoteRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **note** | **string** | Note | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PostAddAdminNoteRequest } from 'yellowgrid-api-ts';
14
+
15
+ const instance: PostAddAdminNoteRequest = {
16
+ note,
17
+ };
18
+ ```
19
+
20
+ [[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,36 @@
1
+ # PostGenerateReport200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | Title | [optional] [default to undefined]
9
+ **xAxis** | [**Array<AxisDataDTO>**](AxisDataDTO.md) | X Axis | [optional] [default to undefined]
10
+ **yAxis** | [**Array<AxisDataDTO>**](AxisDataDTO.md) | Y Axis | [optional] [default to undefined]
11
+ **legend** | **Array<string>** | Legend | [optional] [default to undefined]
12
+ **series** | [**Array<SeriesDTO>**](SeriesDTO.md) | Series | [optional] [default to undefined]
13
+ **currency** | **string** | Currency | [optional] [default to undefined]
14
+ **locale** | **string** | Locale | [optional] [default to undefined]
15
+ **headers** | [**TableRowDTO**](TableRowDTO.md) | | [optional] [default to undefined]
16
+ **rows** | [**Array<TableRowDTO>**](TableRowDTO.md) | Rows | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { PostGenerateReport200Response } from 'yellowgrid-api-ts';
22
+
23
+ const instance: PostGenerateReport200Response = {
24
+ title,
25
+ xAxis,
26
+ yAxis,
27
+ legend,
28
+ series,
29
+ currency,
30
+ locale,
31
+ headers,
32
+ rows,
33
+ };
34
+ ```
35
+
36
+ [[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,24 @@
1
+ # PostGetProductRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **quantity** | **number** | Quantity | [optional] [default to undefined]
9
+ **licenceKey** | **string** | 3CX Licence Key | [optional] [default to undefined]
10
+ **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { PostGetProductRequest } from 'yellowgrid-api-ts';
16
+
17
+ const instance: PostGetProductRequest = {
18
+ quantity,
19
+ licenceKey,
20
+ hosting,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,6 +1,6 @@
1
1
  # PricingApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -13,9 +13,9 @@ Name | Type | Description | Notes
13
13
  **price** | **number** | Price | [optional] [default to undefined]
14
14
  **cartonSize** | **number** | Carton Size | [optional] [default to undefined]
15
15
  **rrp** | **number** | RRP Price | [optional] [default to undefined]
16
- **licenceDetails** | [**TcxLicenceDetailsModel**](TcxLicenceDetailsModel.md) | 3CX Licence Details | [optional] [default to undefined]
16
+ **licenceDetails** | [**TcxLicenceDetailsModel**](TcxLicenceDetailsModel.md) | | [optional] [default to undefined]
17
17
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
18
- **dueDate** | **string** | Due Date | [optional] [default to undefined]
18
+ **dueDate** | **string** | Date Time | [optional] [default to undefined]
19
19
  **onOrder** | **number** | On Order | [optional] [default to undefined]
20
20
 
21
21
  ## Example
@@ -0,0 +1,37 @@
1
+ # ProductSearchDTO
2
+
3
+ Product Search
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **sku** | **string** | SKU | [optional] [default to undefined]
10
+ **quantity** | **number** | Quantity | [optional] [default to undefined]
11
+ **licenceKey** | **string** | Licence Key | [optional] [default to undefined]
12
+ **hosting** | **boolean** | Hosting | [optional] [default to undefined]
13
+ **tcxSalesCode** | **string** | 3CX Sales Code | [optional] [default to undefined]
14
+ **renewalYears** | **number** | 3CX Renewal Years | [optional] [default to undefined]
15
+ **orderId** | **number** | Order ID | [optional] [default to undefined]
16
+ **items** | [**Array<CustomerItemRequestDTO>**](CustomerItemRequestDTO.md) | Items | [optional] [default to undefined]
17
+ **discount** | **number** | Discount | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { ProductSearchDTO } from 'yellowgrid-api-ts';
23
+
24
+ const instance: ProductSearchDTO = {
25
+ sku,
26
+ quantity,
27
+ licenceKey,
28
+ hosting,
29
+ tcxSalesCode,
30
+ renewalYears,
31
+ orderId,
32
+ items,
33
+ discount,
34
+ };
35
+ ```
36
+
37
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
  **price** | **number** | Price | [optional] [default to undefined]
14
14
  **cartonSize** | **number** | Carton Size | [optional] [default to undefined]
15
15
  **rrp** | **number** | RRP Price | [optional] [default to undefined]
16
- **licenceDetails** | [**TcxLicenceDetailsModel**](TcxLicenceDetailsModel.md) | 3CX Licence Details | [optional] [default to undefined]
16
+ **licenceDetails** | [**TcxLicenceDetailsModel**](TcxLicenceDetailsModel.md) | | [optional] [default to undefined]
17
17
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
18
18
 
19
19
  ## Example
@@ -1,6 +1,6 @@
1
1
  # ProductsApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **companyName** | **string** | Company Name | [optional] [default to undefined]
10
10
  **telephone** | **string** | Telephone | [optional] [default to undefined]
11
- **lastOrderDate** | **string** | Last Order Date | [optional] [default to undefined]
12
- **callbackDate** | **string** | Call Back Date | [optional] [default to undefined]
11
+ **lastOrderDate** | **string** | Date Time | [optional] [default to undefined]
12
+ **callbackDate** | **string** | Date Time | [optional] [default to undefined]
13
13
  **xeroId** | **string** | Xero ID | [optional] [default to undefined]
14
14
  **removed** | **boolean** | Removed From Prospects | [optional] [default to undefined]
15
15
  **status** | **string** | Status | [optional] [default to undefined]
@@ -1,6 +1,6 @@
1
1
  # ProspectsApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ProvisioningApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -6,8 +6,8 @@ Recordings Backup Info
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **backup** | [**RecordingBackupAzureModel**](RecordingBackupAzureModel.md) | Azure Backup Storage | [optional] [default to undefined]
10
- **storage** | [**TcxRemoteStorageModel**](TcxRemoteStorageModel.md) | 3CX Remote Storage | [optional] [default to undefined]
9
+ **backup** | [**RecordingBackupAzureModel**](RecordingBackupAzureModel.md) | | [optional] [default to undefined]
10
+ **storage** | [**TcxRemoteStorageModel**](TcxRemoteStorageModel.md) | | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -0,0 +1,37 @@
1
+ # ReportRequestDTO
2
+
3
+ Report Request
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **report** | **string** | Report | [optional] [default to undefined]
10
+ **start** | **string** | Date Time | [optional] [default to undefined]
11
+ **end** | **string** | Date Time | [optional] [default to undefined]
12
+ **month** | **number** | Month | [optional] [default to undefined]
13
+ **year** | **number** | Year | [optional] [default to undefined]
14
+ **sku** | **string** | SKU | [optional] [default to undefined]
15
+ **price** | **number** | Price | [optional] [default to undefined]
16
+ **recipients** | **Array<string>** | Recipients | [optional] [default to undefined]
17
+ **graphType** | **string** | Graph Type | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { ReportRequestDTO } from 'yellowgrid-api-ts';
23
+
24
+ const instance: ReportRequestDTO = {
25
+ report,
26
+ start,
27
+ end,
28
+ month,
29
+ year,
30
+ sku,
31
+ price,
32
+ recipients,
33
+ graphType,
34
+ };
35
+ ```
36
+
37
+ [[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,107 @@
1
+ # ReportsApi
2
+
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getGetStockReport**](#getgetstockreport) | **GET** /reports/stock | |
8
+ |[**postGenerateReport**](#postgeneratereport) | **POST** /reports | Generate Reports|
9
+
10
+ # **getGetStockReport**
11
+ > StockReportModel getGetStockReport()
12
+
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ ReportsApi,
19
+ Configuration
20
+ } from 'yellowgrid-api-ts';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new ReportsApi(configuration);
24
+
25
+ const { status, data } = await apiInstance.getGetStockReport();
26
+ ```
27
+
28
+ ### Parameters
29
+ This endpoint does not have any parameters.
30
+
31
+
32
+ ### Return type
33
+
34
+ **StockReportModel**
35
+
36
+ ### Authorization
37
+
38
+ No authorization required
39
+
40
+ ### HTTP request headers
41
+
42
+ - **Content-Type**: Not defined
43
+ - **Accept**: application/json
44
+
45
+
46
+ ### HTTP response details
47
+ | Status code | Description | Response headers |
48
+ |-------------|-------------|------------------|
49
+ |**200** | Stock Report | - |
50
+ |**400** | Bad Request | - |
51
+
52
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
53
+
54
+ # **postGenerateReport**
55
+ > PostGenerateReport200Response postGenerateReport()
56
+
57
+ Generate Reports
58
+
59
+ ### Example
60
+
61
+ ```typescript
62
+ import {
63
+ ReportsApi,
64
+ Configuration,
65
+ ReportRequestDTO
66
+ } from 'yellowgrid-api-ts';
67
+
68
+ const configuration = new Configuration();
69
+ const apiInstance = new ReportsApi(configuration);
70
+
71
+ let reportRequestDTO: ReportRequestDTO; //Report Request (optional)
72
+
73
+ const { status, data } = await apiInstance.postGenerateReport(
74
+ reportRequestDTO
75
+ );
76
+ ```
77
+
78
+ ### Parameters
79
+
80
+ |Name | Type | Description | Notes|
81
+ |------------- | ------------- | ------------- | -------------|
82
+ | **reportRequestDTO** | **ReportRequestDTO**| Report Request | |
83
+
84
+
85
+ ### Return type
86
+
87
+ **PostGenerateReport200Response**
88
+
89
+ ### Authorization
90
+
91
+ No authorization required
92
+
93
+ ### HTTP request headers
94
+
95
+ - **Content-Type**: application/json
96
+ - **Accept**: application/json
97
+
98
+
99
+ ### HTTP response details
100
+ | Status code | Description | Response headers |
101
+ |-------------|-------------|------------------|
102
+ |**200** | Report generated | - |
103
+ |**204** | No Response | - |
104
+ |**400** | Bad Request | - |
105
+
106
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
107
+
@@ -1,6 +1,6 @@
1
1
  # SIPTrunksApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/SMSApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SMSApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -0,0 +1,27 @@
1
+ # SeriesDTO
2
+
3
+ Graph Series Data
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **name** | **string** | Name | [optional] [default to undefined]
10
+ **type** | **string** | Type | [optional] [default to undefined]
11
+ **stack** | **string** | Stack | [optional] [default to undefined]
12
+ **data** | **Array<string>** | Data | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SeriesDTO } from 'yellowgrid-api-ts';
18
+
19
+ const instance: SeriesDTO = {
20
+ name,
21
+ type,
22
+ stack,
23
+ data,
24
+ };
25
+ ```
26
+
27
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,6 +1,6 @@
1
1
  # ServicesApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -7,10 +7,10 @@ Shipment Request
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **courier** | **string** | Courier | [optional] [default to undefined]
10
- **address** | [**AddressModel**](AddressModel.md) | Address | [optional] [default to undefined]
10
+ **address** | [**AddressModel**](AddressModel.md) | | [optional] [default to undefined]
11
11
  **scannedLines** | **Array<string>** | Scanned Lines | [optional] [default to undefined]
12
12
  **service** | **string** | Service | [optional] [default to undefined]
13
- **shipDate** | **string** | Ship Date | [optional] [default to undefined]
13
+ **shipDate** | **string** | Date Time | [optional] [default to undefined]
14
14
  **items** | [**Array<ShipmentItemDTO>**](ShipmentItemDTO.md) | Items | [optional] [default to undefined]
15
15
 
16
16
  ## Example
@@ -1,6 +1,6 @@
1
1
  # ShippingApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StockManagementApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|