yellowgrid-api-ts 3.2.163-dev.0 → 3.2.164-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.
@@ -1,5 +1,6 @@
1
1
  .gitignore
2
2
  .npmignore
3
+ .openapi-generator-ignore
3
4
  README.md
4
5
  api.ts
5
6
  base.ts
package/api.ts CHANGED
@@ -1510,6 +1510,10 @@ export interface CreditAccountEntity {
1510
1510
  * Service Payment Method
1511
1511
  */
1512
1512
  'servicePaymentMethod'?: string;
1513
+ /**
1514
+ * Active
1515
+ */
1516
+ 'status'?: boolean;
1513
1517
  /**
1514
1518
  * 3CX Reseller ID
1515
1519
  */
@@ -4475,6 +4479,10 @@ export interface PortalAccountModel {
4475
4479
  * Service Payment Method
4476
4480
  */
4477
4481
  'servicePaymentMethod'?: string;
4482
+ /**
4483
+ * Active
4484
+ */
4485
+ 'status'?: boolean;
4478
4486
  /**
4479
4487
  * 3CX Reseller ID
4480
4488
  */
package/dist/api.d.ts CHANGED
@@ -1487,6 +1487,10 @@ export interface CreditAccountEntity {
1487
1487
  * Service Payment Method
1488
1488
  */
1489
1489
  'servicePaymentMethod'?: string;
1490
+ /**
1491
+ * Active
1492
+ */
1493
+ 'status'?: boolean;
1490
1494
  /**
1491
1495
  * 3CX Reseller ID
1492
1496
  */
@@ -4421,6 +4425,10 @@ export interface PortalAccountModel {
4421
4425
  * Service Payment Method
4422
4426
  */
4423
4427
  'servicePaymentMethod'?: string;
4428
+ /**
4429
+ * Active
4430
+ */
4431
+ 'status'?: boolean;
4424
4432
  /**
4425
4433
  * 3CX Reseller ID
4426
4434
  */
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
24
24
  **creditLimit** | **number** | Credit Limit | [optional] [default to undefined]
25
25
  **paymentMethod** | **string** | Payment Method | [optional] [default to undefined]
26
26
  **servicePaymentMethod** | **string** | Service Payment Method | [optional] [default to undefined]
27
+ **status** | **boolean** | Active | [optional] [default to undefined]
27
28
  **resellerId** | **string** | 3CX Reseller ID | [optional] [default to undefined]
28
29
  **creationDate** | **string** | Creation Date | [optional] [default to undefined]
29
30
  **prizePromo** | **boolean** | Prize Promo Enabled | [optional] [default to undefined]
@@ -54,6 +55,7 @@ const instance: CreditAccountEntity = {
54
55
  creditLimit,
55
56
  paymentMethod,
56
57
  servicePaymentMethod,
58
+ status,
57
59
  resellerId,
58
60
  creationDate,
59
61
  prizePromo,
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
24
24
  **creditLimit** | **number** | Credit Limit | [optional] [default to undefined]
25
25
  **paymentMethod** | **string** | Payment Method | [optional] [default to undefined]
26
26
  **servicePaymentMethod** | **string** | Service Payment Method | [optional] [default to undefined]
27
+ **status** | **boolean** | Active | [optional] [default to undefined]
27
28
  **resellerId** | **string** | 3CX Reseller ID | [optional] [default to undefined]
28
29
  **creationDate** | **string** | Creation Date | [optional] [default to undefined]
29
30
  **prizePromo** | **boolean** | Prize Promo Enabled | [optional] [default to undefined]
@@ -56,6 +57,7 @@ const instance: PortalAccountModel = {
56
57
  creditLimit,
57
58
  paymentMethod,
58
59
  servicePaymentMethod,
60
+ status,
59
61
  resellerId,
60
62
  creationDate,
61
63
  prizePromo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.163-dev.0",
3
+ "version": "3.2.164-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {