yellowgrid-api-ts 3.2.105 → 3.2.106

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/api.ts CHANGED
@@ -1616,6 +1616,10 @@ export interface CustomerItemRequestDTO {
1616
1616
  * 3CX Hosting
1617
1617
  */
1618
1618
  'hosting'?: boolean | null;
1619
+ /**
1620
+ * 3CX Renewal Years (Upgrade only)
1621
+ */
1622
+ 'renewalYears'?: number | null;
1619
1623
  /**
1620
1624
  * Date Time
1621
1625
  */
@@ -1749,6 +1753,10 @@ export interface DetailedItemRequestDTO {
1749
1753
  * 3CX Hosting
1750
1754
  */
1751
1755
  'hosting'?: boolean | null;
1756
+ /**
1757
+ * 3CX Renewal Years (Upgrade only)
1758
+ */
1759
+ 'renewalYears'?: number | null;
1752
1760
  /**
1753
1761
  * Date Time
1754
1762
  */
@@ -2699,6 +2707,10 @@ export interface ItemDTO {
2699
2707
  * 3CX Hosting
2700
2708
  */
2701
2709
  'hosting'?: boolean | null;
2710
+ /**
2711
+ * 3CX Renewal Years (Upgrade only)
2712
+ */
2713
+ 'renewalYears'?: number | null;
2702
2714
  /**
2703
2715
  * Promo Item
2704
2716
  */
@@ -3524,6 +3536,10 @@ export interface OrderItemDTO {
3524
3536
  * 3CX Hosting
3525
3537
  */
3526
3538
  'hosting'?: boolean | null;
3539
+ /**
3540
+ * 3CX Renewal Years (Upgrade only)
3541
+ */
3542
+ 'renewalYears'?: number | null;
3527
3543
  /**
3528
3544
  * Promo Item
3529
3545
  */
package/dist/api.d.ts CHANGED
@@ -1599,6 +1599,10 @@ export interface CustomerItemRequestDTO {
1599
1599
  * 3CX Hosting
1600
1600
  */
1601
1601
  'hosting'?: boolean | null;
1602
+ /**
1603
+ * 3CX Renewal Years (Upgrade only)
1604
+ */
1605
+ 'renewalYears'?: number | null;
1602
1606
  /**
1603
1607
  * Date Time
1604
1608
  */
@@ -1732,6 +1736,10 @@ export interface DetailedItemRequestDTO {
1732
1736
  * 3CX Hosting
1733
1737
  */
1734
1738
  'hosting'?: boolean | null;
1739
+ /**
1740
+ * 3CX Renewal Years (Upgrade only)
1741
+ */
1742
+ 'renewalYears'?: number | null;
1735
1743
  /**
1736
1744
  * Date Time
1737
1745
  */
@@ -2670,6 +2678,10 @@ export interface ItemDTO {
2670
2678
  * 3CX Hosting
2671
2679
  */
2672
2680
  'hosting'?: boolean | null;
2681
+ /**
2682
+ * 3CX Renewal Years (Upgrade only)
2683
+ */
2684
+ 'renewalYears'?: number | null;
2673
2685
  /**
2674
2686
  * Promo Item
2675
2687
  */
@@ -3489,6 +3501,10 @@ export interface OrderItemDTO {
3489
3501
  * 3CX Hosting
3490
3502
  */
3491
3503
  'hosting'?: boolean | null;
3504
+ /**
3505
+ * 3CX Renewal Years (Upgrade only)
3506
+ */
3507
+ 'renewalYears'?: number | null;
3492
3508
  /**
3493
3509
  * Promo Item
3494
3510
  */
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **number** | ID | [optional] [default to undefined]
12
12
  **licenceKey** | **string** | 3CX Licence Key | [optional] [default to undefined]
13
13
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
14
+ **renewalYears** | **number** | 3CX Renewal Years (Upgrade only) | [optional] [default to undefined]
14
15
  **processDate** | **string** | Date Time | [optional] [default to undefined]
15
16
  **tcxSalesCode** | **string** | 3CX Sales Code | [optional] [default to undefined]
16
17
  **sbcs** | [**Array<TcxSbcDTO>**](TcxSbcDTO.md) | SBCS | [optional] [default to undefined]
@@ -27,6 +28,7 @@ const instance: CustomerItemRequestDTO = {
27
28
  id,
28
29
  licenceKey,
29
30
  hosting,
31
+ renewalYears,
30
32
  processDate,
31
33
  tcxSalesCode,
32
34
  sbcs,
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **number** | ID | [optional] [default to undefined]
12
12
  **licenceKey** | **string** | 3CX Licence Key | [optional] [default to undefined]
13
13
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
14
+ **renewalYears** | **number** | 3CX Renewal Years (Upgrade only) | [optional] [default to undefined]
14
15
  **processDate** | **string** | Date Time | [optional] [default to undefined]
15
16
  **tcxSalesCode** | **string** | 3CX Sales Code | [optional] [default to undefined]
16
17
  **sbcs** | [**Array<TcxSbcDTO>**](TcxSbcDTO.md) | SBCS | [optional] [default to undefined]
@@ -30,6 +31,7 @@ const instance: DetailedItemRequestDTO = {
30
31
  id,
31
32
  licenceKey,
32
33
  hosting,
34
+ renewalYears,
33
35
  processDate,
34
36
  tcxSalesCode,
35
37
  sbcs,
package/docs/ItemDTO.md CHANGED
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
16
16
  **licenceExpiry** | **string** | Date Time | [optional] [default to undefined]
17
17
  **processDate** | **string** | Date Time | [optional] [default to undefined]
18
18
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
19
+ **renewalYears** | **number** | 3CX Renewal Years (Upgrade only) | [optional] [default to undefined]
19
20
  **promoItem** | **boolean** | Promo Item | [optional] [default to undefined]
20
21
  **refunded** | **number** | Refunded | [optional] [default to undefined]
21
22
  **sbcs** | [**Array<TcxSbcDTO>**](TcxSbcDTO.md) | SBCs | [optional] [default to undefined]
@@ -38,6 +39,7 @@ const instance: ItemDTO = {
38
39
  licenceExpiry,
39
40
  processDate,
40
41
  hosting,
42
+ renewalYears,
41
43
  promoItem,
42
44
  refunded,
43
45
  sbcs,
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
16
16
  **licenceExpiry** | **string** | Date Time | [optional] [default to undefined]
17
17
  **processDate** | **string** | Date Time | [optional] [default to undefined]
18
18
  **hosting** | **boolean** | 3CX Hosting | [optional] [default to undefined]
19
+ **renewalYears** | **number** | 3CX Renewal Years (Upgrade only) | [optional] [default to undefined]
19
20
  **promoItem** | **boolean** | Promo Item | [optional] [default to undefined]
20
21
  **refunded** | **number** | Refunded | [optional] [default to undefined]
21
22
  **sbcs** | [**Array<TcxSbcDTO>**](TcxSbcDTO.md) | SBCs | [optional] [default to undefined]
@@ -41,6 +42,7 @@ const instance: OrderItemDTO = {
41
42
  licenceExpiry,
42
43
  processDate,
43
44
  hosting,
45
+ renewalYears,
44
46
  promoItem,
45
47
  refunded,
46
48
  sbcs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.105",
3
+ "version": "3.2.106",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {