yellowgrid-api-ts 3.2.288 → 3.2.289

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
@@ -6783,6 +6783,7 @@ export const ReportRequestDTOReportEnum = {
6783
6783
  _11: '11',
6784
6784
  _12: '12',
6785
6785
  _13: '13',
6786
+ _14: '14',
6786
6787
  } as const;
6787
6788
 
6788
6789
  export type ReportRequestDTOReportEnum = typeof ReportRequestDTOReportEnum[keyof typeof ReportRequestDTOReportEnum];
package/dist/api.d.ts CHANGED
@@ -6682,6 +6682,7 @@ export declare const ReportRequestDTOReportEnum: {
6682
6682
  readonly _11: "11";
6683
6683
  readonly _12: "12";
6684
6684
  readonly _13: "13";
6685
+ readonly _14: "14";
6685
6686
  };
6686
6687
  export type ReportRequestDTOReportEnum = typeof ReportRequestDTOReportEnum[keyof typeof ReportRequestDTOReportEnum];
6687
6688
  export declare const ReportRequestDTOGraphTypeEnum: {
package/dist/api.js CHANGED
@@ -459,6 +459,7 @@ exports.ReportRequestDTOReportEnum = {
459
459
  _11: '11',
460
460
  _12: '12',
461
461
  _13: '13',
462
+ _14: '14',
462
463
  };
463
464
  exports.ReportRequestDTOGraphTypeEnum = {
464
465
  StackedArea: 'stacked-area',
@@ -64,5 +64,10 @@ export declare const ReportEnum: {
64
64
  readonly value: 13;
65
65
  readonly publicValue: "Billing - Unconnected Services";
66
66
  };
67
+ readonly TCX_VALUE_ADD: {
68
+ readonly name: "TCX_VALUE_ADD";
69
+ readonly value: 14;
70
+ readonly publicValue: "3CX Value Add";
71
+ };
67
72
  };
68
73
  export type ReportEnum = typeof ReportEnum;
@@ -66,5 +66,10 @@ exports.ReportEnum = {
66
66
  "name": "BILLING_UNCONNECTED_SERVICES",
67
67
  "value": 13,
68
68
  "publicValue": "Billing - Unconnected Services"
69
+ },
70
+ "TCX_VALUE_ADD": {
71
+ "name": "TCX_VALUE_ADD",
72
+ "value": 14,
73
+ "publicValue": "3CX Value Add"
69
74
  }
70
75
  };
@@ -63,6 +63,11 @@ export const ReportEnum = {
63
63
  "name": "BILLING_UNCONNECTED_SERVICES",
64
64
  "value": 13,
65
65
  "publicValue": "Billing - Unconnected Services"
66
+ },
67
+ "TCX_VALUE_ADD": {
68
+ "name": "TCX_VALUE_ADD",
69
+ "value": 14,
70
+ "publicValue": "3CX Value Add"
66
71
  }
67
72
  } as const;
68
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.288",
3
+ "version": "3.2.289",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {