@connectreport/connectreport-js 2.81.0-beta.1 → 2.81.0-beta.2
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/README.md +1 -1
- package/api.ts +442 -62
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/index.cjs +284 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +252 -54
- package/dist/index.d.ts +252 -54
- package/dist/index.js +283 -26
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* ConnectReport Core API
|
|
6
6
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.80.
|
|
8
|
+
* The version of the OpenAPI document: 2.80.5
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -91,7 +91,7 @@ declare class Configuration {
|
|
|
91
91
|
* ConnectReport Core API
|
|
92
92
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
93
93
|
*
|
|
94
|
-
* The version of the OpenAPI document: 2.80.
|
|
94
|
+
* The version of the OpenAPI document: 2.80.5
|
|
95
95
|
*
|
|
96
96
|
*
|
|
97
97
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -266,6 +266,12 @@ interface FilterCycle {
|
|
|
266
266
|
* @memberof FilterCycle
|
|
267
267
|
*/
|
|
268
268
|
emailBody?: string;
|
|
269
|
+
/**
|
|
270
|
+
* The ID of the OneDrive folder to publish the report to
|
|
271
|
+
* @type {string}
|
|
272
|
+
* @memberof FilterCycle
|
|
273
|
+
*/
|
|
274
|
+
onedriveParentFolderId?: string;
|
|
269
275
|
/**
|
|
270
276
|
*
|
|
271
277
|
* @type {FilterCycleAllOfFieldInfo}
|
|
@@ -279,7 +285,7 @@ interface FilterCycle {
|
|
|
279
285
|
*/
|
|
280
286
|
fieldValues?: Array<FilterCycleAllOfFieldValues>;
|
|
281
287
|
/**
|
|
282
|
-
*
|
|
288
|
+
* This field is deprecated in favor of docId.
|
|
283
289
|
* @type {string}
|
|
284
290
|
* @memberof FilterCycle
|
|
285
291
|
*/
|
|
@@ -296,6 +302,18 @@ interface FilterCycle {
|
|
|
296
302
|
* @memberof FilterCycle
|
|
297
303
|
*/
|
|
298
304
|
autotag?: boolean;
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @type {string}
|
|
308
|
+
* @memberof FilterCycle
|
|
309
|
+
*/
|
|
310
|
+
docId?: string;
|
|
311
|
+
/**
|
|
312
|
+
*
|
|
313
|
+
* @type {string}
|
|
314
|
+
* @memberof FilterCycle
|
|
315
|
+
*/
|
|
316
|
+
connectorName?: string;
|
|
299
317
|
}
|
|
300
318
|
/**
|
|
301
319
|
* @export
|
|
@@ -339,7 +357,7 @@ interface FilterCycleAllOf {
|
|
|
339
357
|
*/
|
|
340
358
|
fieldValues?: Array<FilterCycleAllOfFieldValues>;
|
|
341
359
|
/**
|
|
342
|
-
*
|
|
360
|
+
* This field is deprecated in favor of docId.
|
|
343
361
|
* @type {string}
|
|
344
362
|
* @memberof FilterCycleAllOf
|
|
345
363
|
*/
|
|
@@ -356,6 +374,18 @@ interface FilterCycleAllOf {
|
|
|
356
374
|
* @memberof FilterCycleAllOf
|
|
357
375
|
*/
|
|
358
376
|
autotag?: boolean;
|
|
377
|
+
/**
|
|
378
|
+
*
|
|
379
|
+
* @type {string}
|
|
380
|
+
* @memberof FilterCycleAllOf
|
|
381
|
+
*/
|
|
382
|
+
docId?: string;
|
|
383
|
+
/**
|
|
384
|
+
*
|
|
385
|
+
* @type {string}
|
|
386
|
+
* @memberof FilterCycleAllOf
|
|
387
|
+
*/
|
|
388
|
+
connectorName?: string;
|
|
359
389
|
}
|
|
360
390
|
/**
|
|
361
391
|
*
|
|
@@ -434,10 +464,16 @@ interface InlineResponse200 {
|
|
|
434
464
|
interface InlineResponse2001 {
|
|
435
465
|
/**
|
|
436
466
|
*
|
|
437
|
-
* @type {
|
|
467
|
+
* @type {Array<ReportTaskResponse>}
|
|
438
468
|
* @memberof InlineResponse2001
|
|
439
469
|
*/
|
|
440
|
-
|
|
470
|
+
reportTasks?: Array<ReportTaskResponse>;
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @type {number}
|
|
474
|
+
* @memberof InlineResponse2001
|
|
475
|
+
*/
|
|
476
|
+
totalPages?: number;
|
|
441
477
|
}
|
|
442
478
|
/**
|
|
443
479
|
*
|
|
@@ -447,16 +483,22 @@ interface InlineResponse2001 {
|
|
|
447
483
|
interface InlineResponse2002 {
|
|
448
484
|
/**
|
|
449
485
|
*
|
|
450
|
-
* @type {Array<
|
|
486
|
+
* @type {Array<Report>}
|
|
451
487
|
* @memberof InlineResponse2002
|
|
452
488
|
*/
|
|
453
|
-
|
|
489
|
+
reports?: Array<Report>;
|
|
454
490
|
/**
|
|
455
491
|
*
|
|
456
492
|
* @type {number}
|
|
457
493
|
* @memberof InlineResponse2002
|
|
458
494
|
*/
|
|
459
495
|
totalPages?: number;
|
|
496
|
+
/**
|
|
497
|
+
*
|
|
498
|
+
* @type {number}
|
|
499
|
+
* @memberof InlineResponse2002
|
|
500
|
+
*/
|
|
501
|
+
totalItems?: number;
|
|
460
502
|
}
|
|
461
503
|
/**
|
|
462
504
|
*
|
|
@@ -466,22 +508,16 @@ interface InlineResponse2002 {
|
|
|
466
508
|
interface InlineResponse2003 {
|
|
467
509
|
/**
|
|
468
510
|
*
|
|
469
|
-
* @type {Array<
|
|
511
|
+
* @type {Array<Template>}
|
|
470
512
|
* @memberof InlineResponse2003
|
|
471
513
|
*/
|
|
472
|
-
|
|
514
|
+
templates?: Array<Template>;
|
|
473
515
|
/**
|
|
474
516
|
*
|
|
475
517
|
* @type {number}
|
|
476
518
|
* @memberof InlineResponse2003
|
|
477
519
|
*/
|
|
478
520
|
totalPages?: number;
|
|
479
|
-
/**
|
|
480
|
-
*
|
|
481
|
-
* @type {number}
|
|
482
|
-
* @memberof InlineResponse2003
|
|
483
|
-
*/
|
|
484
|
-
totalItems?: number;
|
|
485
521
|
}
|
|
486
522
|
/**
|
|
487
523
|
*
|
|
@@ -491,16 +527,10 @@ interface InlineResponse2003 {
|
|
|
491
527
|
interface InlineResponse2004 {
|
|
492
528
|
/**
|
|
493
529
|
*
|
|
494
|
-
* @type {
|
|
495
|
-
* @memberof InlineResponse2004
|
|
496
|
-
*/
|
|
497
|
-
templates?: Array<Template>;
|
|
498
|
-
/**
|
|
499
|
-
*
|
|
500
|
-
* @type {number}
|
|
530
|
+
* @type {string}
|
|
501
531
|
* @memberof InlineResponse2004
|
|
502
532
|
*/
|
|
503
|
-
|
|
533
|
+
path?: string;
|
|
504
534
|
}
|
|
505
535
|
/**
|
|
506
536
|
*
|
|
@@ -655,6 +685,20 @@ interface Report {
|
|
|
655
685
|
* @memberof Report
|
|
656
686
|
*/
|
|
657
687
|
sizeBytes?: number;
|
|
688
|
+
/**
|
|
689
|
+
* The type of report
|
|
690
|
+
* @type {string}
|
|
691
|
+
* @memberof Report
|
|
692
|
+
*/
|
|
693
|
+
type?: ReportTypeEnum;
|
|
694
|
+
}
|
|
695
|
+
/**
|
|
696
|
+
* @export
|
|
697
|
+
* @enum {string}
|
|
698
|
+
*/
|
|
699
|
+
declare enum ReportTypeEnum {
|
|
700
|
+
PixelPerfect = "pixel-perfect",
|
|
701
|
+
Excel = "excel"
|
|
658
702
|
}
|
|
659
703
|
/**
|
|
660
704
|
*
|
|
@@ -802,6 +846,12 @@ interface ReportTask {
|
|
|
802
846
|
* @memberof ReportTask
|
|
803
847
|
*/
|
|
804
848
|
emailBody?: string;
|
|
849
|
+
/**
|
|
850
|
+
* The ID of the OneDrive folder to publish the report to
|
|
851
|
+
* @type {string}
|
|
852
|
+
* @memberof ReportTask
|
|
853
|
+
*/
|
|
854
|
+
onedriveParentFolderId?: string;
|
|
805
855
|
}
|
|
806
856
|
/**
|
|
807
857
|
* @export
|
|
@@ -1073,6 +1123,12 @@ interface ReportTaskRequest {
|
|
|
1073
1123
|
* @memberof ReportTaskRequest
|
|
1074
1124
|
*/
|
|
1075
1125
|
emailBody?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* The ID of the OneDrive folder to publish the report to
|
|
1128
|
+
* @type {string}
|
|
1129
|
+
* @memberof ReportTaskRequest
|
|
1130
|
+
*/
|
|
1131
|
+
onedriveParentFolderId?: string;
|
|
1076
1132
|
/**
|
|
1077
1133
|
* Emails to send the report to. This is only allowed if \"Allow reports to be shared with any email\" is to true.
|
|
1078
1134
|
* @type {Array<string>}
|
|
@@ -1305,6 +1361,12 @@ interface ReportTaskResponse {
|
|
|
1305
1361
|
* @memberof ReportTaskResponse
|
|
1306
1362
|
*/
|
|
1307
1363
|
emailBody?: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The ID of the OneDrive folder to publish the report to
|
|
1366
|
+
* @type {string}
|
|
1367
|
+
* @memberof ReportTaskResponse
|
|
1368
|
+
*/
|
|
1369
|
+
onedriveParentFolderId?: string;
|
|
1308
1370
|
/**
|
|
1309
1371
|
* Users to share the published report with. This field will be updated entirely if provided
|
|
1310
1372
|
* @type {Array<ReportTaskResponseAllOfUsersToShareWith>}
|
|
@@ -1597,7 +1659,7 @@ interface Template {
|
|
|
1597
1659
|
* @type {string}
|
|
1598
1660
|
* @memberof Template
|
|
1599
1661
|
*/
|
|
1600
|
-
type
|
|
1662
|
+
type?: TemplateTypeEnum;
|
|
1601
1663
|
}
|
|
1602
1664
|
/**
|
|
1603
1665
|
* @export
|
|
@@ -1687,6 +1749,14 @@ declare const BaseTemplatesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1687
1749
|
* @throws {RequiredError}
|
|
1688
1750
|
*/
|
|
1689
1751
|
duplicateBaseTemplate: (id: string, options?: any) => Promise<RequestArgs>;
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
* @summary Get base template thumbnail
|
|
1755
|
+
* @param {string} id
|
|
1756
|
+
* @param {*} [options] Override http request option.
|
|
1757
|
+
* @throws {RequiredError}
|
|
1758
|
+
*/
|
|
1759
|
+
getBaseTemplateThumbnail: (id: string, options?: any) => Promise<RequestArgs>;
|
|
1690
1760
|
/**
|
|
1691
1761
|
*
|
|
1692
1762
|
* @summary List base templates
|
|
@@ -1710,6 +1780,14 @@ declare const BaseTemplatesApiFp: (configuration?: Configuration) => {
|
|
|
1710
1780
|
* @throws {RequiredError}
|
|
1711
1781
|
*/
|
|
1712
1782
|
duplicateBaseTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>;
|
|
1783
|
+
/**
|
|
1784
|
+
*
|
|
1785
|
+
* @summary Get base template thumbnail
|
|
1786
|
+
* @param {string} id
|
|
1787
|
+
* @param {*} [options] Override http request option.
|
|
1788
|
+
* @throws {RequiredError}
|
|
1789
|
+
*/
|
|
1790
|
+
getBaseTemplateThumbnail(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1713
1791
|
/**
|
|
1714
1792
|
*
|
|
1715
1793
|
* @summary List base templates
|
|
@@ -1733,6 +1811,14 @@ declare const BaseTemplatesApiFactory: (configuration?: Configuration, basePath?
|
|
|
1733
1811
|
* @throws {RequiredError}
|
|
1734
1812
|
*/
|
|
1735
1813
|
duplicateBaseTemplate(id: string, options?: any): AxiosPromise<Template>;
|
|
1814
|
+
/**
|
|
1815
|
+
*
|
|
1816
|
+
* @summary Get base template thumbnail
|
|
1817
|
+
* @param {string} id
|
|
1818
|
+
* @param {*} [options] Override http request option.
|
|
1819
|
+
* @throws {RequiredError}
|
|
1820
|
+
*/
|
|
1821
|
+
getBaseTemplateThumbnail(id: string, options?: any): AxiosPromise<any>;
|
|
1736
1822
|
/**
|
|
1737
1823
|
*
|
|
1738
1824
|
* @summary List base templates
|
|
@@ -1759,6 +1845,15 @@ declare class BaseTemplatesApi extends BaseAPI {
|
|
|
1759
1845
|
* @memberof BaseTemplatesApi
|
|
1760
1846
|
*/
|
|
1761
1847
|
duplicateBaseTemplate(id: string, options?: any): Promise<axios.AxiosResponse<Template, any>>;
|
|
1848
|
+
/**
|
|
1849
|
+
*
|
|
1850
|
+
* @summary Get base template thumbnail
|
|
1851
|
+
* @param {string} id
|
|
1852
|
+
* @param {*} [options] Override http request option.
|
|
1853
|
+
* @throws {RequiredError}
|
|
1854
|
+
* @memberof BaseTemplatesApi
|
|
1855
|
+
*/
|
|
1856
|
+
getBaseTemplateThumbnail(id: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
1762
1857
|
/**
|
|
1763
1858
|
*
|
|
1764
1859
|
* @summary List base templates
|
|
@@ -1778,13 +1873,22 @@ declare const DocumentsApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
1778
1873
|
/**
|
|
1779
1874
|
*
|
|
1780
1875
|
* @summary Retrieve a generated document
|
|
1781
|
-
* @param {string}
|
|
1876
|
+
* @param {string} id
|
|
1782
1877
|
* @param {'pdf' | 'pptx' | 'xlsx' | 'csv'} fileType
|
|
1783
1878
|
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1784
1879
|
* @param {*} [options] Override http request option.
|
|
1785
1880
|
* @throws {RequiredError}
|
|
1786
1881
|
*/
|
|
1787
|
-
getDocument: (
|
|
1882
|
+
getDocument: (id: string, fileType: 'pdf' | 'pptx' | 'xlsx' | 'csv', attachmentName?: string, options?: any) => Promise<RequestArgs>;
|
|
1883
|
+
/**
|
|
1884
|
+
*
|
|
1885
|
+
* @summary Retrieve a generated document
|
|
1886
|
+
* @param {string} id
|
|
1887
|
+
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1888
|
+
* @param {*} [options] Override http request option.
|
|
1889
|
+
* @throws {RequiredError}
|
|
1890
|
+
*/
|
|
1891
|
+
getDocumentById: (id: string, attachmentName?: string, options?: any) => Promise<RequestArgs>;
|
|
1788
1892
|
};
|
|
1789
1893
|
/**
|
|
1790
1894
|
* DocumentsApi - functional programming interface
|
|
@@ -1794,13 +1898,22 @@ declare const DocumentsApiFp: (configuration?: Configuration) => {
|
|
|
1794
1898
|
/**
|
|
1795
1899
|
*
|
|
1796
1900
|
* @summary Retrieve a generated document
|
|
1797
|
-
* @param {string}
|
|
1901
|
+
* @param {string} id
|
|
1798
1902
|
* @param {'pdf' | 'pptx' | 'xlsx' | 'csv'} fileType
|
|
1799
1903
|
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1800
1904
|
* @param {*} [options] Override http request option.
|
|
1801
1905
|
* @throws {RequiredError}
|
|
1802
1906
|
*/
|
|
1803
|
-
getDocument(
|
|
1907
|
+
getDocument(id: string, fileType: 'pdf' | 'pptx' | 'xlsx' | 'csv', attachmentName?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1908
|
+
/**
|
|
1909
|
+
*
|
|
1910
|
+
* @summary Retrieve a generated document
|
|
1911
|
+
* @param {string} id
|
|
1912
|
+
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1913
|
+
* @param {*} [options] Override http request option.
|
|
1914
|
+
* @throws {RequiredError}
|
|
1915
|
+
*/
|
|
1916
|
+
getDocumentById(id: string, attachmentName?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1804
1917
|
};
|
|
1805
1918
|
/**
|
|
1806
1919
|
* DocumentsApi - factory interface
|
|
@@ -1810,13 +1923,22 @@ declare const DocumentsApiFactory: (configuration?: Configuration, basePath?: st
|
|
|
1810
1923
|
/**
|
|
1811
1924
|
*
|
|
1812
1925
|
* @summary Retrieve a generated document
|
|
1813
|
-
* @param {string}
|
|
1926
|
+
* @param {string} id
|
|
1814
1927
|
* @param {'pdf' | 'pptx' | 'xlsx' | 'csv'} fileType
|
|
1815
1928
|
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1816
1929
|
* @param {*} [options] Override http request option.
|
|
1817
1930
|
* @throws {RequiredError}
|
|
1818
1931
|
*/
|
|
1819
|
-
getDocument(
|
|
1932
|
+
getDocument(id: string, fileType: 'pdf' | 'pptx' | 'xlsx' | 'csv', attachmentName?: string, options?: any): AxiosPromise<any>;
|
|
1933
|
+
/**
|
|
1934
|
+
*
|
|
1935
|
+
* @summary Retrieve a generated document
|
|
1936
|
+
* @param {string} id
|
|
1937
|
+
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1938
|
+
* @param {*} [options] Override http request option.
|
|
1939
|
+
* @throws {RequiredError}
|
|
1940
|
+
*/
|
|
1941
|
+
getDocumentById(id: string, attachmentName?: string, options?: any): AxiosPromise<any>;
|
|
1820
1942
|
};
|
|
1821
1943
|
/**
|
|
1822
1944
|
* DocumentsApi - object-oriented interface
|
|
@@ -1828,14 +1950,24 @@ declare class DocumentsApi extends BaseAPI {
|
|
|
1828
1950
|
/**
|
|
1829
1951
|
*
|
|
1830
1952
|
* @summary Retrieve a generated document
|
|
1831
|
-
* @param {string}
|
|
1953
|
+
* @param {string} id
|
|
1832
1954
|
* @param {'pdf' | 'pptx' | 'xlsx' | 'csv'} fileType
|
|
1833
1955
|
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1834
1956
|
* @param {*} [options] Override http request option.
|
|
1835
1957
|
* @throws {RequiredError}
|
|
1836
1958
|
* @memberof DocumentsApi
|
|
1837
1959
|
*/
|
|
1838
|
-
getDocument(
|
|
1960
|
+
getDocument(id: string, fileType: 'pdf' | 'pptx' | 'xlsx' | 'csv', attachmentName?: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
1961
|
+
/**
|
|
1962
|
+
*
|
|
1963
|
+
* @summary Retrieve a generated document
|
|
1964
|
+
* @param {string} id
|
|
1965
|
+
* @param {string} [attachmentName] A document file title. This value is reflected back to the client in the fileName header.
|
|
1966
|
+
* @param {*} [options] Override http request option.
|
|
1967
|
+
* @throws {RequiredError}
|
|
1968
|
+
* @memberof DocumentsApi
|
|
1969
|
+
*/
|
|
1970
|
+
getDocumentById(id: string, attachmentName?: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
1839
1971
|
}
|
|
1840
1972
|
/**
|
|
1841
1973
|
* FilterCyclesApi - axios parameter creator
|
|
@@ -2106,11 +2238,11 @@ declare const ImagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2106
2238
|
/**
|
|
2107
2239
|
*
|
|
2108
2240
|
* @summary Retrieves a user uploaded image for use in a template
|
|
2109
|
-
* @param {string}
|
|
2241
|
+
* @param {string} id
|
|
2110
2242
|
* @param {*} [options] Override http request option.
|
|
2111
2243
|
* @throws {RequiredError}
|
|
2112
2244
|
*/
|
|
2113
|
-
getImage: (
|
|
2245
|
+
getImage: (id: string, options?: any) => Promise<RequestArgs>;
|
|
2114
2246
|
/**
|
|
2115
2247
|
* Uploads an image to the server for use in templates
|
|
2116
2248
|
* @summary Upload an image for use in a template
|
|
@@ -2128,11 +2260,11 @@ declare const ImagesApiFp: (configuration?: Configuration) => {
|
|
|
2128
2260
|
/**
|
|
2129
2261
|
*
|
|
2130
2262
|
* @summary Retrieves a user uploaded image for use in a template
|
|
2131
|
-
* @param {string}
|
|
2263
|
+
* @param {string} id
|
|
2132
2264
|
* @param {*} [options] Override http request option.
|
|
2133
2265
|
* @throws {RequiredError}
|
|
2134
2266
|
*/
|
|
2135
|
-
getImage(
|
|
2267
|
+
getImage(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
2136
2268
|
/**
|
|
2137
2269
|
* Uploads an image to the server for use in templates
|
|
2138
2270
|
* @summary Upload an image for use in a template
|
|
@@ -2140,7 +2272,7 @@ declare const ImagesApiFp: (configuration?: Configuration) => {
|
|
|
2140
2272
|
* @param {*} [options] Override http request option.
|
|
2141
2273
|
* @throws {RequiredError}
|
|
2142
2274
|
*/
|
|
2143
|
-
uploadImage(image?: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2275
|
+
uploadImage(image?: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2004>>;
|
|
2144
2276
|
};
|
|
2145
2277
|
/**
|
|
2146
2278
|
* ImagesApi - factory interface
|
|
@@ -2150,11 +2282,11 @@ declare const ImagesApiFactory: (configuration?: Configuration, basePath?: strin
|
|
|
2150
2282
|
/**
|
|
2151
2283
|
*
|
|
2152
2284
|
* @summary Retrieves a user uploaded image for use in a template
|
|
2153
|
-
* @param {string}
|
|
2285
|
+
* @param {string} id
|
|
2154
2286
|
* @param {*} [options] Override http request option.
|
|
2155
2287
|
* @throws {RequiredError}
|
|
2156
2288
|
*/
|
|
2157
|
-
getImage(
|
|
2289
|
+
getImage(id: string, options?: any): AxiosPromise<any>;
|
|
2158
2290
|
/**
|
|
2159
2291
|
* Uploads an image to the server for use in templates
|
|
2160
2292
|
* @summary Upload an image for use in a template
|
|
@@ -2162,7 +2294,7 @@ declare const ImagesApiFactory: (configuration?: Configuration, basePath?: strin
|
|
|
2162
2294
|
* @param {*} [options] Override http request option.
|
|
2163
2295
|
* @throws {RequiredError}
|
|
2164
2296
|
*/
|
|
2165
|
-
uploadImage(image?: any, options?: any): AxiosPromise<
|
|
2297
|
+
uploadImage(image?: any, options?: any): AxiosPromise<InlineResponse2004>;
|
|
2166
2298
|
};
|
|
2167
2299
|
/**
|
|
2168
2300
|
* ImagesApi - object-oriented interface
|
|
@@ -2174,12 +2306,12 @@ declare class ImagesApi extends BaseAPI {
|
|
|
2174
2306
|
/**
|
|
2175
2307
|
*
|
|
2176
2308
|
* @summary Retrieves a user uploaded image for use in a template
|
|
2177
|
-
* @param {string}
|
|
2309
|
+
* @param {string} id
|
|
2178
2310
|
* @param {*} [options] Override http request option.
|
|
2179
2311
|
* @throws {RequiredError}
|
|
2180
2312
|
* @memberof ImagesApi
|
|
2181
2313
|
*/
|
|
2182
|
-
getImage(
|
|
2314
|
+
getImage(id: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
2183
2315
|
/**
|
|
2184
2316
|
* Uploads an image to the server for use in templates
|
|
2185
2317
|
* @summary Upload an image for use in a template
|
|
@@ -2188,7 +2320,7 @@ declare class ImagesApi extends BaseAPI {
|
|
|
2188
2320
|
* @throws {RequiredError}
|
|
2189
2321
|
* @memberof ImagesApi
|
|
2190
2322
|
*/
|
|
2191
|
-
uploadImage(image?: any, options?: any): Promise<axios.AxiosResponse<
|
|
2323
|
+
uploadImage(image?: any, options?: any): Promise<axios.AxiosResponse<InlineResponse2004, any>>;
|
|
2192
2324
|
}
|
|
2193
2325
|
/**
|
|
2194
2326
|
* JobsApi - axios parameter creator
|
|
@@ -2358,7 +2490,7 @@ declare const ReportTasksApiFp: (configuration?: Configuration) => {
|
|
|
2358
2490
|
*/
|
|
2359
2491
|
getReportTasks(pageNum?: number, meta?: {
|
|
2360
2492
|
[key: string]: string;
|
|
2361
|
-
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2493
|
+
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2001>>;
|
|
2362
2494
|
/**
|
|
2363
2495
|
* Duplicates the task and runs it as \"Once - Now\"
|
|
2364
2496
|
* @summary Run task now
|
|
@@ -2422,7 +2554,7 @@ declare const ReportTasksApiFactory: (configuration?: Configuration, basePath?:
|
|
|
2422
2554
|
*/
|
|
2423
2555
|
getReportTasks(pageNum?: number, meta?: {
|
|
2424
2556
|
[key: string]: string;
|
|
2425
|
-
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): AxiosPromise<
|
|
2557
|
+
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): AxiosPromise<InlineResponse2001>;
|
|
2426
2558
|
/**
|
|
2427
2559
|
* Duplicates the task and runs it as \"Once - Now\"
|
|
2428
2560
|
* @summary Run task now
|
|
@@ -2492,7 +2624,7 @@ declare class ReportTasksApi extends BaseAPI {
|
|
|
2492
2624
|
*/
|
|
2493
2625
|
getReportTasks(pageNum?: number, meta?: {
|
|
2494
2626
|
[key: string]: string;
|
|
2495
|
-
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): Promise<axios.AxiosResponse<
|
|
2627
|
+
}, templateId?: string, perPage?: number, orderBy?: 'title' | 'startOn' | 'endOn' | 'enabled' | 'username' | 'frequency' | 'scheduledJobs.lastFinishedAt' | 'scheduledJobs.nextRunAt' | 'scheduledJobs.lastRunAt' | 'averageTimeToGenerate' | 'id' | 'templateId' | 'report.createdAt', order?: 'asc' | 'desc', filter?: object, options?: any): Promise<axios.AxiosResponse<InlineResponse2001, any>>;
|
|
2496
2628
|
/**
|
|
2497
2629
|
* Duplicates the task and runs it as \"Once - Now\"
|
|
2498
2630
|
* @summary Run task now
|
|
@@ -2534,6 +2666,14 @@ declare const ReportsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2534
2666
|
* @throws {RequiredError}
|
|
2535
2667
|
*/
|
|
2536
2668
|
getReport: (id: string, options?: any) => Promise<RequestArgs>;
|
|
2669
|
+
/**
|
|
2670
|
+
*
|
|
2671
|
+
* @summary Get report thumbnail
|
|
2672
|
+
* @param {string} id
|
|
2673
|
+
* @param {*} [options] Override http request option.
|
|
2674
|
+
* @throws {RequiredError}
|
|
2675
|
+
*/
|
|
2676
|
+
getReportThumbnail: (id: string, options?: any) => Promise<RequestArgs>;
|
|
2537
2677
|
/**
|
|
2538
2678
|
*
|
|
2539
2679
|
* @summary List reports
|
|
@@ -2578,6 +2718,14 @@ declare const ReportsApiFp: (configuration?: Configuration) => {
|
|
|
2578
2718
|
* @throws {RequiredError}
|
|
2579
2719
|
*/
|
|
2580
2720
|
getReport(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Report>>;
|
|
2721
|
+
/**
|
|
2722
|
+
*
|
|
2723
|
+
* @summary Get report thumbnail
|
|
2724
|
+
* @param {string} id
|
|
2725
|
+
* @param {*} [options] Override http request option.
|
|
2726
|
+
* @throws {RequiredError}
|
|
2727
|
+
*/
|
|
2728
|
+
getReportThumbnail(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
2581
2729
|
/**
|
|
2582
2730
|
*
|
|
2583
2731
|
* @summary List reports
|
|
@@ -2590,7 +2738,7 @@ declare const ReportsApiFp: (configuration?: Configuration) => {
|
|
|
2590
2738
|
* @param {*} [options] Override http request option.
|
|
2591
2739
|
* @throws {RequiredError}
|
|
2592
2740
|
*/
|
|
2593
|
-
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2741
|
+
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2002>>;
|
|
2594
2742
|
/**
|
|
2595
2743
|
*
|
|
2596
2744
|
* @summary Render a published report
|
|
@@ -2622,6 +2770,14 @@ declare const ReportsApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
2622
2770
|
* @throws {RequiredError}
|
|
2623
2771
|
*/
|
|
2624
2772
|
getReport(id: string, options?: any): AxiosPromise<Report>;
|
|
2773
|
+
/**
|
|
2774
|
+
*
|
|
2775
|
+
* @summary Get report thumbnail
|
|
2776
|
+
* @param {string} id
|
|
2777
|
+
* @param {*} [options] Override http request option.
|
|
2778
|
+
* @throws {RequiredError}
|
|
2779
|
+
*/
|
|
2780
|
+
getReportThumbnail(id: string, options?: any): AxiosPromise<any>;
|
|
2625
2781
|
/**
|
|
2626
2782
|
*
|
|
2627
2783
|
* @summary List reports
|
|
@@ -2634,7 +2790,7 @@ declare const ReportsApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
2634
2790
|
* @param {*} [options] Override http request option.
|
|
2635
2791
|
* @throws {RequiredError}
|
|
2636
2792
|
*/
|
|
2637
|
-
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): AxiosPromise<
|
|
2793
|
+
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): AxiosPromise<InlineResponse2002>;
|
|
2638
2794
|
/**
|
|
2639
2795
|
*
|
|
2640
2796
|
* @summary Render a published report
|
|
@@ -2670,6 +2826,15 @@ declare class ReportsApi extends BaseAPI {
|
|
|
2670
2826
|
* @memberof ReportsApi
|
|
2671
2827
|
*/
|
|
2672
2828
|
getReport(id: string, options?: any): Promise<axios.AxiosResponse<Report, any>>;
|
|
2829
|
+
/**
|
|
2830
|
+
*
|
|
2831
|
+
* @summary Get report thumbnail
|
|
2832
|
+
* @param {string} id
|
|
2833
|
+
* @param {*} [options] Override http request option.
|
|
2834
|
+
* @throws {RequiredError}
|
|
2835
|
+
* @memberof ReportsApi
|
|
2836
|
+
*/
|
|
2837
|
+
getReportThumbnail(id: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
2673
2838
|
/**
|
|
2674
2839
|
*
|
|
2675
2840
|
* @summary List reports
|
|
@@ -2683,7 +2848,7 @@ declare class ReportsApi extends BaseAPI {
|
|
|
2683
2848
|
* @throws {RequiredError}
|
|
2684
2849
|
* @memberof ReportsApi
|
|
2685
2850
|
*/
|
|
2686
|
-
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): Promise<axios.AxiosResponse<
|
|
2851
|
+
getReports(pageNum?: number, perPage?: number, orderBy?: 'title' | 'createdAt', order?: 'asc' | 'desc', tagId?: string, reportTaskId?: string, options?: any): Promise<axios.AxiosResponse<InlineResponse2002, any>>;
|
|
2687
2852
|
/**
|
|
2688
2853
|
*
|
|
2689
2854
|
* @summary Render a published report
|
|
@@ -2740,6 +2905,14 @@ declare const TemplatesApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
2740
2905
|
* @throws {RequiredError}
|
|
2741
2906
|
*/
|
|
2742
2907
|
getTemplate: (id: string, options?: any) => Promise<RequestArgs>;
|
|
2908
|
+
/**
|
|
2909
|
+
*
|
|
2910
|
+
* @summary Get template thumbnail
|
|
2911
|
+
* @param {string} id
|
|
2912
|
+
* @param {*} [options] Override http request option.
|
|
2913
|
+
* @throws {RequiredError}
|
|
2914
|
+
*/
|
|
2915
|
+
getTemplateThumbnail: (id: string, options?: any) => Promise<RequestArgs>;
|
|
2743
2916
|
/**
|
|
2744
2917
|
*
|
|
2745
2918
|
* @summary List report templates
|
|
@@ -2820,6 +2993,14 @@ declare const TemplatesApiFp: (configuration?: Configuration) => {
|
|
|
2820
2993
|
* @throws {RequiredError}
|
|
2821
2994
|
*/
|
|
2822
2995
|
getTemplate(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Template>>;
|
|
2996
|
+
/**
|
|
2997
|
+
*
|
|
2998
|
+
* @summary Get template thumbnail
|
|
2999
|
+
* @param {string} id
|
|
3000
|
+
* @param {*} [options] Override http request option.
|
|
3001
|
+
* @throws {RequiredError}
|
|
3002
|
+
*/
|
|
3003
|
+
getTemplateThumbnail(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
2823
3004
|
/**
|
|
2824
3005
|
*
|
|
2825
3006
|
* @summary List report templates
|
|
@@ -2827,7 +3008,7 @@ declare const TemplatesApiFp: (configuration?: Configuration) => {
|
|
|
2827
3008
|
* @param {*} [options] Override http request option.
|
|
2828
3009
|
* @throws {RequiredError}
|
|
2829
3010
|
*/
|
|
2830
|
-
getTemplates(pageNum?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
3011
|
+
getTemplates(pageNum?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2003>>;
|
|
2831
3012
|
/**
|
|
2832
3013
|
* Imports an exported .CRPT file
|
|
2833
3014
|
* @summary Import a template
|
|
@@ -2900,6 +3081,14 @@ declare const TemplatesApiFactory: (configuration?: Configuration, basePath?: st
|
|
|
2900
3081
|
* @throws {RequiredError}
|
|
2901
3082
|
*/
|
|
2902
3083
|
getTemplate(id: string, options?: any): AxiosPromise<Template>;
|
|
3084
|
+
/**
|
|
3085
|
+
*
|
|
3086
|
+
* @summary Get template thumbnail
|
|
3087
|
+
* @param {string} id
|
|
3088
|
+
* @param {*} [options] Override http request option.
|
|
3089
|
+
* @throws {RequiredError}
|
|
3090
|
+
*/
|
|
3091
|
+
getTemplateThumbnail(id: string, options?: any): AxiosPromise<any>;
|
|
2903
3092
|
/**
|
|
2904
3093
|
*
|
|
2905
3094
|
* @summary List report templates
|
|
@@ -2907,7 +3096,7 @@ declare const TemplatesApiFactory: (configuration?: Configuration, basePath?: st
|
|
|
2907
3096
|
* @param {*} [options] Override http request option.
|
|
2908
3097
|
* @throws {RequiredError}
|
|
2909
3098
|
*/
|
|
2910
|
-
getTemplates(pageNum?: number, options?: any): AxiosPromise<
|
|
3099
|
+
getTemplates(pageNum?: number, options?: any): AxiosPromise<InlineResponse2003>;
|
|
2911
3100
|
/**
|
|
2912
3101
|
* Imports an exported .CRPT file
|
|
2913
3102
|
* @summary Import a template
|
|
@@ -2987,6 +3176,15 @@ declare class TemplatesApi extends BaseAPI {
|
|
|
2987
3176
|
* @memberof TemplatesApi
|
|
2988
3177
|
*/
|
|
2989
3178
|
getTemplate(id: string, options?: any): Promise<axios.AxiosResponse<Template, any>>;
|
|
3179
|
+
/**
|
|
3180
|
+
*
|
|
3181
|
+
* @summary Get template thumbnail
|
|
3182
|
+
* @param {string} id
|
|
3183
|
+
* @param {*} [options] Override http request option.
|
|
3184
|
+
* @throws {RequiredError}
|
|
3185
|
+
* @memberof TemplatesApi
|
|
3186
|
+
*/
|
|
3187
|
+
getTemplateThumbnail(id: string, options?: any): Promise<axios.AxiosResponse<any, any>>;
|
|
2990
3188
|
/**
|
|
2991
3189
|
*
|
|
2992
3190
|
* @summary List report templates
|
|
@@ -2995,7 +3193,7 @@ declare class TemplatesApi extends BaseAPI {
|
|
|
2995
3193
|
* @throws {RequiredError}
|
|
2996
3194
|
* @memberof TemplatesApi
|
|
2997
3195
|
*/
|
|
2998
|
-
getTemplates(pageNum?: number, options?: any): Promise<axios.AxiosResponse<
|
|
3196
|
+
getTemplates(pageNum?: number, options?: any): Promise<axios.AxiosResponse<InlineResponse2003, any>>;
|
|
2999
3197
|
/**
|
|
3000
3198
|
* Imports an exported .CRPT file
|
|
3001
3199
|
* @summary Import a template
|
|
@@ -3104,4 +3302,4 @@ declare class ConnectReport {
|
|
|
3104
3302
|
constructor(config: Pick<Configuration, "apiKey" | "basePath" | "formDataCtor" | "httpsAgent">);
|
|
3105
3303
|
}
|
|
3106
3304
|
|
|
3107
|
-
export { BaseTemplatesApi, BaseTemplatesApiAxiosParamCreator, BaseTemplatesApiFactory, BaseTemplatesApiFp, ConnectReport, DocumentsApi, DocumentsApiAxiosParamCreator, DocumentsApiFactory, DocumentsApiFp, type FilterCycle, type FilterCycleAllOf, type FilterCycleAllOfFieldInfo, type FilterCycleAllOfFieldValues, FilterCycleEmailEnum, FilterCycleFrequencyEnum, FilterCyclesApi, FilterCyclesApiAxiosParamCreator, FilterCyclesApiFactory, FilterCyclesApiFp, ImagesApi, ImagesApiAxiosParamCreator, ImagesApiFactory, ImagesApiFp, type InlineResponse200, type InlineResponse2001, type InlineResponse2002, type InlineResponse2003, type InlineResponse2004, type Job, type JobResponse, JobsApi, JobsApiAxiosParamCreator, JobsApiFactory, JobsApiFp, type ModelError, type Report, type ReportTask, type ReportTaskCustomSelection, ReportTaskEmailEnum, type ReportTaskErrors, type ReportTaskFieldValues, type ReportTaskFilterSets, ReportTaskFrequencyEnum, type ReportTaskGroupsToShareWith, type ReportTaskRequest, type ReportTaskRequestAllOf, type ReportTaskRequestAllOfUsersToShareWith, ReportTaskRequestEmailEnum, ReportTaskRequestFrequencyEnum, type ReportTaskResponse, type ReportTaskResponseAllOf, type ReportTaskResponseAllOfGroupsSharedWith, type ReportTaskResponseAllOfUsersToShareWith, ReportTaskResponseEmailEnum, ReportTaskResponseFrequencyEnum, type ReportTaskTags, type ReportTaskVariables, ReportTasksApi, ReportTasksApiAxiosParamCreator, ReportTasksApiFactory, ReportTasksApiFp, ReportsApi, ReportsApiAxiosParamCreator, ReportsApiFactory, ReportsApiFp, type Template, TemplateTypeEnum, TemplatesApi, TemplatesApiAxiosParamCreator, TemplatesApiFactory, TemplatesApiFp, type Visualization, VisualizationApi, VisualizationApiAxiosParamCreator, VisualizationApiFactory, VisualizationApiFp };
|
|
3305
|
+
export { BaseTemplatesApi, BaseTemplatesApiAxiosParamCreator, BaseTemplatesApiFactory, BaseTemplatesApiFp, ConnectReport, DocumentsApi, DocumentsApiAxiosParamCreator, DocumentsApiFactory, DocumentsApiFp, type FilterCycle, type FilterCycleAllOf, type FilterCycleAllOfFieldInfo, type FilterCycleAllOfFieldValues, FilterCycleEmailEnum, FilterCycleFrequencyEnum, FilterCyclesApi, FilterCyclesApiAxiosParamCreator, FilterCyclesApiFactory, FilterCyclesApiFp, ImagesApi, ImagesApiAxiosParamCreator, ImagesApiFactory, ImagesApiFp, type InlineResponse200, type InlineResponse2001, type InlineResponse2002, type InlineResponse2003, type InlineResponse2004, type Job, type JobResponse, JobsApi, JobsApiAxiosParamCreator, JobsApiFactory, JobsApiFp, type ModelError, type Report, type ReportTask, type ReportTaskCustomSelection, ReportTaskEmailEnum, type ReportTaskErrors, type ReportTaskFieldValues, type ReportTaskFilterSets, ReportTaskFrequencyEnum, type ReportTaskGroupsToShareWith, type ReportTaskRequest, type ReportTaskRequestAllOf, type ReportTaskRequestAllOfUsersToShareWith, ReportTaskRequestEmailEnum, ReportTaskRequestFrequencyEnum, type ReportTaskResponse, type ReportTaskResponseAllOf, type ReportTaskResponseAllOfGroupsSharedWith, type ReportTaskResponseAllOfUsersToShareWith, ReportTaskResponseEmailEnum, ReportTaskResponseFrequencyEnum, type ReportTaskTags, type ReportTaskVariables, ReportTasksApi, ReportTasksApiAxiosParamCreator, ReportTasksApiFactory, ReportTasksApiFp, ReportTypeEnum, ReportsApi, ReportsApiAxiosParamCreator, ReportsApiFactory, ReportsApiFp, type Template, TemplateTypeEnum, TemplatesApi, TemplatesApiAxiosParamCreator, TemplatesApiFactory, TemplatesApiFp, type Visualization, VisualizationApi, VisualizationApiAxiosParamCreator, VisualizationApiFactory, VisualizationApiFp };
|