@halo-dev/api-client 0.0.37 → 0.0.38

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/dist/index.cjs CHANGED
@@ -527,7 +527,7 @@ const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator = function(configurati
527
527
  options: localVarRequestOptions
528
528
  };
529
529
  },
530
- listPlugins: async (sort, enabled, keyword, size, page, labelSelector, fieldSelector, options = {}) => {
530
+ listPlugins: async (sort, keyword, enabled, size, page, labelSelector, fieldSelector, options = {}) => {
531
531
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/plugins`;
532
532
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
533
533
  let baseOptions;
@@ -542,12 +542,12 @@ const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator = function(configurati
542
542
  if (sort) {
543
543
  localVarQueryParameter["sort"] = Array.from(sort);
544
544
  }
545
- if (enabled !== void 0) {
546
- localVarQueryParameter["enabled"] = enabled;
547
- }
548
545
  if (keyword !== void 0) {
549
546
  localVarQueryParameter["keyword"] = keyword;
550
547
  }
548
+ if (enabled !== void 0) {
549
+ localVarQueryParameter["enabled"] = enabled;
550
+ }
551
551
  if (size !== void 0) {
552
552
  localVarQueryParameter["size"] = size;
553
553
  }
@@ -577,8 +577,8 @@ const ApiConsoleHaloRunV1alpha1PluginApiFp = function(configuration) {
577
577
  const localVarAxiosArgs = await localVarAxiosParamCreator.installPlugin(file, options);
578
578
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
579
579
  },
580
- async listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options) {
581
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options);
580
+ async listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options) {
581
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options);
582
582
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
583
583
  }
584
584
  };
@@ -589,8 +589,8 @@ const ApiConsoleHaloRunV1alpha1PluginApiFactory = function(configuration, basePa
589
589
  installPlugin(file, options) {
590
590
  return localVarFp.installPlugin(file, options).then((request) => request(axios, basePath));
591
591
  },
592
- listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options) {
593
- return localVarFp.listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
592
+ listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options) {
593
+ return localVarFp.listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
594
594
  }
595
595
  };
596
596
  };
@@ -599,7 +599,7 @@ class ApiConsoleHaloRunV1alpha1PluginApi extends BaseAPI {
599
599
  return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).installPlugin(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
600
600
  }
601
601
  listPlugins(requestParameters = {}, options) {
602
- return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).listPlugins(requestParameters.sort, requestParameters.enabled, requestParameters.keyword, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
602
+ return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).listPlugins(requestParameters.sort, requestParameters.keyword, requestParameters.enabled, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
603
603
  }
604
604
  }
605
605
 
@@ -628,7 +628,7 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
628
628
  options: localVarRequestOptions
629
629
  };
630
630
  },
631
- listPosts: async (sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options = {}) => {
631
+ listPosts: async (sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options = {}) => {
632
632
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/posts`;
633
633
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
634
634
  let baseOptions;
@@ -643,17 +643,14 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
643
643
  if (sort !== void 0) {
644
644
  localVarQueryParameter["sort"] = sort;
645
645
  }
646
- if (tag) {
647
- localVarQueryParameter["tag"] = Array.from(tag);
646
+ if (keyword !== void 0) {
647
+ localVarQueryParameter["keyword"] = keyword;
648
648
  }
649
649
  if (visible !== void 0) {
650
650
  localVarQueryParameter["visible"] = visible;
651
651
  }
652
- if (keyword !== void 0) {
653
- localVarQueryParameter["keyword"] = keyword;
654
- }
655
- if (contributor) {
656
- localVarQueryParameter["contributor"] = Array.from(contributor);
652
+ if (tag) {
653
+ localVarQueryParameter["tag"] = Array.from(tag);
657
654
  }
658
655
  if (sortOrder !== void 0) {
659
656
  localVarQueryParameter["sortOrder"] = sortOrder;
@@ -664,6 +661,9 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
664
661
  if (category) {
665
662
  localVarQueryParameter["category"] = Array.from(category);
666
663
  }
664
+ if (contributor) {
665
+ localVarQueryParameter["contributor"] = Array.from(contributor);
666
+ }
667
667
  if (size !== void 0) {
668
668
  localVarQueryParameter["size"] = size;
669
669
  }
@@ -738,8 +738,8 @@ const ApiConsoleHaloRunV1alpha1PostApiFp = function(configuration) {
738
738
  const localVarAxiosArgs = await localVarAxiosParamCreator.draftPost(postRequest, options);
739
739
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
740
740
  },
741
- async listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options) {
742
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options);
741
+ async listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options) {
742
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options);
743
743
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
744
744
  },
745
745
  async publishPost(name, options) {
@@ -758,8 +758,8 @@ const ApiConsoleHaloRunV1alpha1PostApiFactory = function(configuration, basePath
758
758
  draftPost(postRequest, options) {
759
759
  return localVarFp.draftPost(postRequest, options).then((request) => request(axios, basePath));
760
760
  },
761
- listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options) {
762
- return localVarFp.listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
761
+ listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options) {
762
+ return localVarFp.listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
763
763
  },
764
764
  publishPost(name, options) {
765
765
  return localVarFp.publishPost(name, options).then((request) => request(axios, basePath));
@@ -774,7 +774,7 @@ class ApiConsoleHaloRunV1alpha1PostApi extends BaseAPI {
774
774
  return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).draftPost(requestParameters.postRequest, options).then((request) => request(this.axios, this.basePath));
775
775
  }
776
776
  listPosts(requestParameters = {}, options) {
777
- return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).listPosts(requestParameters.sort, requestParameters.tag, requestParameters.visible, requestParameters.keyword, requestParameters.contributor, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.category, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
777
+ return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).listPosts(requestParameters.sort, requestParameters.keyword, requestParameters.visible, requestParameters.tag, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.category, requestParameters.contributor, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
778
778
  }
779
779
  publishPost(requestParameters, options) {
780
780
  return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).publishPost(requestParameters.name, options).then((request) => request(this.axios, this.basePath));
@@ -871,7 +871,7 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
871
871
  options: localVarRequestOptions
872
872
  };
873
873
  },
874
- listSinglePages: async (sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options = {}) => {
874
+ listSinglePages: async (sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options = {}) => {
875
875
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/singlepages`;
876
876
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
877
877
  let baseOptions;
@@ -886,14 +886,11 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
886
886
  if (sort !== void 0) {
887
887
  localVarQueryParameter["sort"] = sort;
888
888
  }
889
- if (visible !== void 0) {
890
- localVarQueryParameter["visible"] = visible;
891
- }
892
889
  if (keyword !== void 0) {
893
890
  localVarQueryParameter["keyword"] = keyword;
894
891
  }
895
- if (contributor) {
896
- localVarQueryParameter["contributor"] = Array.from(contributor);
892
+ if (visible !== void 0) {
893
+ localVarQueryParameter["visible"] = visible;
897
894
  }
898
895
  if (sortOrder !== void 0) {
899
896
  localVarQueryParameter["sortOrder"] = sortOrder;
@@ -901,6 +898,9 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
901
898
  if (publishPhase !== void 0) {
902
899
  localVarQueryParameter["publishPhase"] = publishPhase;
903
900
  }
901
+ if (contributor) {
902
+ localVarQueryParameter["contributor"] = Array.from(contributor);
903
+ }
904
904
  if (size !== void 0) {
905
905
  localVarQueryParameter["size"] = size;
906
906
  }
@@ -975,8 +975,8 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiFp = function(configuration) {
975
975
  const localVarAxiosArgs = await localVarAxiosParamCreator.draftSinglePage(singlePageRequest, options);
976
976
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
977
977
  },
978
- async listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options) {
979
- const localVarAxiosArgs = await localVarAxiosParamCreator.listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options);
978
+ async listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options) {
979
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options);
980
980
  return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
981
981
  },
982
982
  async publishSinglePage(name, options) {
@@ -995,8 +995,8 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiFactory = function(configuration, ba
995
995
  draftSinglePage(singlePageRequest, options) {
996
996
  return localVarFp.draftSinglePage(singlePageRequest, options).then((request) => request(axios, basePath));
997
997
  },
998
- listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options) {
999
- return localVarFp.listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
998
+ listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options) {
999
+ return localVarFp.listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
1000
1000
  },
1001
1001
  publishSinglePage(name, options) {
1002
1002
  return localVarFp.publishSinglePage(name, options).then((request) => request(axios, basePath));
@@ -1011,7 +1011,7 @@ class ApiConsoleHaloRunV1alpha1SinglePageApi extends BaseAPI {
1011
1011
  return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).draftSinglePage(requestParameters.singlePageRequest, options).then((request) => request(this.axios, this.basePath));
1012
1012
  }
1013
1013
  listSinglePages(requestParameters = {}, options) {
1014
- return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).listSinglePages(requestParameters.sort, requestParameters.visible, requestParameters.keyword, requestParameters.contributor, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
1014
+ return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).listSinglePages(requestParameters.sort, requestParameters.keyword, requestParameters.visible, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.contributor, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
1015
1015
  }
1016
1016
  publishSinglePage(requestParameters, options) {
1017
1017
  return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).publishSinglePage(requestParameters.name, options).then((request) => request(this.axios, this.basePath));
@@ -1501,12 +1501,12 @@ const ApiHaloRunV1alpha1CommentApiAxiosParamCreator = function(configuration) {
1501
1501
  if (version !== void 0) {
1502
1502
  localVarQueryParameter["version"] = version;
1503
1503
  }
1504
- if (kind !== void 0) {
1505
- localVarQueryParameter["kind"] = kind;
1506
- }
1507
1504
  if (group !== void 0) {
1508
1505
  localVarQueryParameter["group"] = group;
1509
1506
  }
1507
+ if (kind !== void 0) {
1508
+ localVarQueryParameter["kind"] = kind;
1509
+ }
1510
1510
  if (size !== void 0) {
1511
1511
  localVarQueryParameter["size"] = size;
1512
1512
  }
package/dist/index.d.ts CHANGED
@@ -260,7 +260,7 @@ interface AttachmentStatus {
260
260
  * Do not edit the class manually.
261
261
  */
262
262
  /**
263
- * Metadata information
263
+ *
264
264
  * @export
265
265
  * @interface Metadata
266
266
  */
@@ -282,7 +282,7 @@ interface Metadata {
282
282
  * @type {string}
283
283
  * @memberof Metadata
284
284
  */
285
- name?: string;
285
+ name: string;
286
286
  /**
287
287
  *
288
288
  * @type {{ [key: string]: string; }}
@@ -1825,6 +1825,61 @@ interface CounterRequest {
1825
1825
  referrer?: string;
1826
1826
  }
1827
1827
 
1828
+ /**
1829
+ * Halo Next API
1830
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
1831
+ *
1832
+ * The version of the OpenAPI document: 2.0.0
1833
+ *
1834
+ *
1835
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1836
+ * https://openapi-generator.tech
1837
+ * Do not edit the class manually.
1838
+ */
1839
+ /**
1840
+ *
1841
+ * @export
1842
+ * @interface DashboardStats
1843
+ */
1844
+ interface DashboardStats {
1845
+ /**
1846
+ *
1847
+ * @type {number}
1848
+ * @memberof DashboardStats
1849
+ */
1850
+ visits?: number;
1851
+ /**
1852
+ *
1853
+ * @type {number}
1854
+ * @memberof DashboardStats
1855
+ */
1856
+ comments?: number;
1857
+ /**
1858
+ *
1859
+ * @type {number}
1860
+ * @memberof DashboardStats
1861
+ */
1862
+ approvedComments?: number;
1863
+ /**
1864
+ *
1865
+ * @type {number}
1866
+ * @memberof DashboardStats
1867
+ */
1868
+ upvotes?: number;
1869
+ /**
1870
+ *
1871
+ * @type {number}
1872
+ * @memberof DashboardStats
1873
+ */
1874
+ users?: number;
1875
+ /**
1876
+ *
1877
+ * @type {number}
1878
+ * @memberof DashboardStats
1879
+ */
1880
+ posts?: number;
1881
+ }
1882
+
1828
1883
  /**
1829
1884
  * Halo Next API
1830
1885
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -1882,16 +1937,16 @@ interface Extension {
1882
1937
  kind: string;
1883
1938
  /**
1884
1939
  *
1885
- * @type {Metadata}
1940
+ * @type {string}
1886
1941
  * @memberof Extension
1887
1942
  */
1888
- metadata: Metadata;
1943
+ apiVersion: string;
1889
1944
  /**
1890
1945
  *
1891
- * @type {string}
1946
+ * @type {Metadata}
1892
1947
  * @memberof Extension
1893
1948
  */
1894
- apiVersion: string;
1949
+ metadata: Metadata;
1895
1950
  }
1896
1951
 
1897
1952
  /**
@@ -2717,37 +2772,25 @@ interface Stats {
2717
2772
  * @type {number}
2718
2773
  * @memberof Stats
2719
2774
  */
2720
- visits?: number;
2721
- /**
2722
- *
2723
- * @type {number}
2724
- * @memberof Stats
2725
- */
2726
- comments?: number;
2727
- /**
2728
- *
2729
- * @type {number}
2730
- * @memberof Stats
2731
- */
2732
- approvedComments?: number;
2775
+ visit?: number;
2733
2776
  /**
2734
2777
  *
2735
2778
  * @type {number}
2736
2779
  * @memberof Stats
2737
2780
  */
2738
- upvotes?: number;
2781
+ upvote?: number;
2739
2782
  /**
2740
2783
  *
2741
2784
  * @type {number}
2742
2785
  * @memberof Stats
2743
2786
  */
2744
- users?: number;
2787
+ totalComment?: number;
2745
2788
  /**
2746
2789
  *
2747
2790
  * @type {number}
2748
2791
  * @memberof Stats
2749
2792
  */
2750
- posts?: number;
2793
+ approvedComment?: number;
2751
2794
  }
2752
2795
 
2753
2796
  /**
@@ -7326,8 +7369,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7326
7369
  /**
7327
7370
  * List plugins using query criteria and sort params
7328
7371
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7329
- * @param {boolean} [enabled] Whether the plugin is enabled
7330
7372
  * @param {string} [keyword] Keyword of plugin name or description
7373
+ * @param {boolean} [enabled] Whether the plugin is enabled
7331
7374
  * @param {number} [size] Size of one page. Zero indicates no limit.
7332
7375
  * @param {number} [page] The page number. Zero indicates no page.
7333
7376
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7335,7 +7378,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7335
7378
  * @param {*} [options] Override http request option.
7336
7379
  * @throws {RequiredError}
7337
7380
  */
7338
- listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7381
+ listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7339
7382
  };
7340
7383
  /**
7341
7384
  * ApiConsoleHaloRunV1alpha1PluginApi - functional programming interface
@@ -7352,8 +7395,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7352
7395
  /**
7353
7396
  * List plugins using query criteria and sort params
7354
7397
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7355
- * @param {boolean} [enabled] Whether the plugin is enabled
7356
7398
  * @param {string} [keyword] Keyword of plugin name or description
7399
+ * @param {boolean} [enabled] Whether the plugin is enabled
7357
7400
  * @param {number} [size] Size of one page. Zero indicates no limit.
7358
7401
  * @param {number} [page] The page number. Zero indicates no page.
7359
7402
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7361,7 +7404,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7361
7404
  * @param {*} [options] Override http request option.
7362
7405
  * @throws {RequiredError}
7363
7406
  */
7364
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7407
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7365
7408
  };
7366
7409
  /**
7367
7410
  * ApiConsoleHaloRunV1alpha1PluginApi - factory interface
@@ -7378,8 +7421,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7378
7421
  /**
7379
7422
  * List plugins using query criteria and sort params
7380
7423
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7381
- * @param {boolean} [enabled] Whether the plugin is enabled
7382
7424
  * @param {string} [keyword] Keyword of plugin name or description
7425
+ * @param {boolean} [enabled] Whether the plugin is enabled
7383
7426
  * @param {number} [size] Size of one page. Zero indicates no limit.
7384
7427
  * @param {number} [page] The page number. Zero indicates no page.
7385
7428
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7387,7 +7430,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7387
7430
  * @param {*} [options] Override http request option.
7388
7431
  * @throws {RequiredError}
7389
7432
  */
7390
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7433
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7391
7434
  };
7392
7435
  /**
7393
7436
  * Request parameters for installPlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7414,18 +7457,18 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7414
7457
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7415
7458
  */
7416
7459
  readonly sort?: Array<string>;
7417
- /**
7418
- * Whether the plugin is enabled
7419
- * @type {boolean}
7420
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7421
- */
7422
- readonly enabled?: boolean;
7423
7460
  /**
7424
7461
  * Keyword of plugin name or description
7425
7462
  * @type {string}
7426
7463
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7427
7464
  */
7428
7465
  readonly keyword?: string;
7466
+ /**
7467
+ * Whether the plugin is enabled
7468
+ * @type {boolean}
7469
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7470
+ */
7471
+ readonly enabled?: boolean;
7429
7472
  /**
7430
7473
  * Size of one page. Zero indicates no limit.
7431
7474
  * @type {number}
@@ -7491,13 +7534,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7491
7534
  /**
7492
7535
  * List posts.
7493
7536
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7494
- * @param {Array<string>} [tag]
7495
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7496
7537
  * @param {string} [keyword] Posts filtered by keyword.
7497
- * @param {Array<string>} [contributor]
7538
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7539
+ * @param {Array<string>} [tag]
7498
7540
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7499
7541
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7500
7542
  * @param {Array<string>} [category]
7543
+ * @param {Array<string>} [contributor]
7501
7544
  * @param {number} [size] Size of one page. Zero indicates no limit.
7502
7545
  * @param {number} [page] The page number. Zero indicates no page.
7503
7546
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7505,7 +7548,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7505
7548
  * @param {*} [options] Override http request option.
7506
7549
  * @throws {RequiredError}
7507
7550
  */
7508
- listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7551
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7509
7552
  /**
7510
7553
  * Publish a post.
7511
7554
  * @param {string} name
@@ -7537,13 +7580,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
7537
7580
  /**
7538
7581
  * List posts.
7539
7582
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7540
- * @param {Array<string>} [tag]
7541
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7542
7583
  * @param {string} [keyword] Posts filtered by keyword.
7543
- * @param {Array<string>} [contributor]
7584
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7585
+ * @param {Array<string>} [tag]
7544
7586
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7545
7587
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7546
7588
  * @param {Array<string>} [category]
7589
+ * @param {Array<string>} [contributor]
7547
7590
  * @param {number} [size] Size of one page. Zero indicates no limit.
7548
7591
  * @param {number} [page] The page number. Zero indicates no page.
7549
7592
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7551,7 +7594,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
7551
7594
  * @param {*} [options] Override http request option.
7552
7595
  * @throws {RequiredError}
7553
7596
  */
7554
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
7597
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
7555
7598
  /**
7556
7599
  * Publish a post.
7557
7600
  * @param {string} name
@@ -7583,13 +7626,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
7583
7626
  /**
7584
7627
  * List posts.
7585
7628
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7586
- * @param {Array<string>} [tag]
7587
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7588
7629
  * @param {string} [keyword] Posts filtered by keyword.
7589
- * @param {Array<string>} [contributor]
7630
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7631
+ * @param {Array<string>} [tag]
7590
7632
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7591
7633
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7592
7634
  * @param {Array<string>} [category]
7635
+ * @param {Array<string>} [contributor]
7593
7636
  * @param {number} [size] Size of one page. Zero indicates no limit.
7594
7637
  * @param {number} [page] The page number. Zero indicates no page.
7595
7638
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7597,7 +7640,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
7597
7640
  * @param {*} [options] Override http request option.
7598
7641
  * @throws {RequiredError}
7599
7642
  */
7600
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
7643
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
7601
7644
  /**
7602
7645
  * Publish a post.
7603
7646
  * @param {string} name
@@ -7640,29 +7683,23 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7640
7683
  */
7641
7684
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
7642
7685
  /**
7643
- *
7644
- * @type {Array<string>}
7686
+ * Posts filtered by keyword.
7687
+ * @type {string}
7645
7688
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7646
7689
  */
7647
- readonly tag?: Array<string>;
7690
+ readonly keyword?: string;
7648
7691
  /**
7649
7692
  *
7650
7693
  * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7651
7694
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7652
7695
  */
7653
7696
  readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7654
- /**
7655
- * Posts filtered by keyword.
7656
- * @type {string}
7657
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7658
- */
7659
- readonly keyword?: string;
7660
7697
  /**
7661
7698
  *
7662
7699
  * @type {Array<string>}
7663
7700
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7664
7701
  */
7665
- readonly contributor?: Array<string>;
7702
+ readonly tag?: Array<string>;
7666
7703
  /**
7667
7704
  * ascending order If it is true; otherwise, it is in descending order.
7668
7705
  * @type {boolean}
@@ -7681,6 +7718,12 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7681
7718
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7682
7719
  */
7683
7720
  readonly category?: Array<string>;
7721
+ /**
7722
+ *
7723
+ * @type {Array<string>}
7724
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7725
+ */
7726
+ readonly contributor?: Array<string>;
7684
7727
  /**
7685
7728
  * Size of one page. Zero indicates no limit.
7686
7729
  * @type {number}
@@ -7899,11 +7942,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
7899
7942
  /**
7900
7943
  * List single pages.
7901
7944
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7902
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7903
7945
  * @param {string} [keyword] SinglePages filtered by keyword.
7904
- * @param {Array<string>} [contributor]
7946
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7905
7947
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7906
7948
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7949
+ * @param {Array<string>} [contributor]
7907
7950
  * @param {number} [size] Size of one page. Zero indicates no limit.
7908
7951
  * @param {number} [page] The page number. Zero indicates no page.
7909
7952
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7911,7 +7954,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
7911
7954
  * @param {*} [options] Override http request option.
7912
7955
  * @throws {RequiredError}
7913
7956
  */
7914
- listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7957
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7915
7958
  /**
7916
7959
  * Publish a single page.
7917
7960
  * @param {string} name
@@ -7943,11 +7986,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
7943
7986
  /**
7944
7987
  * List single pages.
7945
7988
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7946
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7947
7989
  * @param {string} [keyword] SinglePages filtered by keyword.
7948
- * @param {Array<string>} [contributor]
7990
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7949
7991
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7950
7992
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7993
+ * @param {Array<string>} [contributor]
7951
7994
  * @param {number} [size] Size of one page. Zero indicates no limit.
7952
7995
  * @param {number} [page] The page number. Zero indicates no page.
7953
7996
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7955,7 +7998,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
7955
7998
  * @param {*} [options] Override http request option.
7956
7999
  * @throws {RequiredError}
7957
8000
  */
7958
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8001
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
7959
8002
  /**
7960
8003
  * Publish a single page.
7961
8004
  * @param {string} name
@@ -7987,11 +8030,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
7987
8030
  /**
7988
8031
  * List single pages.
7989
8032
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7990
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7991
8033
  * @param {string} [keyword] SinglePages filtered by keyword.
7992
- * @param {Array<string>} [contributor]
8034
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7993
8035
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7994
8036
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
8037
+ * @param {Array<string>} [contributor]
7995
8038
  * @param {number} [size] Size of one page. Zero indicates no limit.
7996
8039
  * @param {number} [page] The page number. Zero indicates no page.
7997
8040
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -7999,7 +8042,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
7999
8042
  * @param {*} [options] Override http request option.
8000
8043
  * @throws {RequiredError}
8001
8044
  */
8002
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
8045
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
8003
8046
  /**
8004
8047
  * Publish a single page.
8005
8048
  * @param {string} name
@@ -8041,12 +8084,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8041
8084
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8042
8085
  */
8043
8086
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8044
- /**
8045
- *
8046
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8047
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8048
- */
8049
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8050
8087
  /**
8051
8088
  * SinglePages filtered by keyword.
8052
8089
  * @type {string}
@@ -8055,10 +8092,10 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8055
8092
  readonly keyword?: string;
8056
8093
  /**
8057
8094
  *
8058
- * @type {Array<string>}
8095
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8059
8096
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8060
8097
  */
8061
- readonly contributor?: Array<string>;
8098
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8062
8099
  /**
8063
8100
  * ascending order If it is true; otherwise, it is in descending order.
8064
8101
  * @type {boolean}
@@ -8071,6 +8108,12 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8071
8108
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8072
8109
  */
8073
8110
  readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED';
8111
+ /**
8112
+ *
8113
+ * @type {Array<string>}
8114
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8115
+ */
8116
+ readonly contributor?: Array<string>;
8074
8117
  /**
8075
8118
  * Size of one page. Zero indicates no limit.
8076
8119
  * @type {number}
@@ -8191,7 +8234,7 @@ declare const ApiConsoleHaloRunV1alpha1StatsApiFp: (configuration?: Configuratio
8191
8234
  * @param {*} [options] Override http request option.
8192
8235
  * @throws {RequiredError}
8193
8236
  */
8194
- getStats(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Stats>>;
8237
+ getStats(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DashboardStats>>;
8195
8238
  };
8196
8239
  /**
8197
8240
  * ApiConsoleHaloRunV1alpha1StatsApi - factory interface
@@ -8203,7 +8246,7 @@ declare const ApiConsoleHaloRunV1alpha1StatsApiFactory: (configuration?: Configu
8203
8246
  * @param {*} [options] Override http request option.
8204
8247
  * @throws {RequiredError}
8205
8248
  */
8206
- getStats(options?: any): AxiosPromise<Stats>;
8249
+ getStats(options?: any): AxiosPromise<DashboardStats>;
8207
8250
  };
8208
8251
  /**
8209
8252
  * ApiConsoleHaloRunV1alpha1StatsApi - object-oriented interface
@@ -8218,7 +8261,7 @@ declare class ApiConsoleHaloRunV1alpha1StatsApi extends BaseAPI {
8218
8261
  * @throws {RequiredError}
8219
8262
  * @memberof ApiConsoleHaloRunV1alpha1StatsApi
8220
8263
  */
8221
- getStats(options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Stats, any>>;
8264
+ getStats(options?: AxiosRequestConfig): Promise<axios.AxiosResponse<DashboardStats, any>>;
8222
8265
  }
8223
8266
 
8224
8267
  /**
@@ -15944,4 +15987,4 @@ declare class V1alpha1UserApi extends BaseAPI {
15944
15987
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
15945
15988
  }
15946
15989
 
15947
- export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, CoreHaloRunV1alpha1LinkApi, CoreHaloRunV1alpha1LinkApiAxiosParamCreator, CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiFactory, CoreHaloRunV1alpha1LinkApiFp, CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkGroupApi, CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator, CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiFactory, CoreHaloRunV1alpha1LinkGroupApiFp, CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, Counter, CounterList, CounterRequest, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, Link, LinkGroup, LinkGroupSpec, LinkSpec, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };
15990
+ export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, CoreHaloRunV1alpha1LinkApi, CoreHaloRunV1alpha1LinkApiAxiosParamCreator, CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiFactory, CoreHaloRunV1alpha1LinkApiFp, CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkGroupApi, CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator, CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiFactory, CoreHaloRunV1alpha1LinkGroupApiFp, CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, Counter, CounterList, CounterRequest, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, Link, LinkGroup, LinkGroupSpec, LinkSpec, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };
package/dist/index.mjs CHANGED
@@ -519,7 +519,7 @@ const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator = function(configurati
519
519
  options: localVarRequestOptions
520
520
  };
521
521
  },
522
- listPlugins: async (sort, enabled, keyword, size, page, labelSelector, fieldSelector, options = {}) => {
522
+ listPlugins: async (sort, keyword, enabled, size, page, labelSelector, fieldSelector, options = {}) => {
523
523
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/plugins`;
524
524
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
525
525
  let baseOptions;
@@ -534,12 +534,12 @@ const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator = function(configurati
534
534
  if (sort) {
535
535
  localVarQueryParameter["sort"] = Array.from(sort);
536
536
  }
537
- if (enabled !== void 0) {
538
- localVarQueryParameter["enabled"] = enabled;
539
- }
540
537
  if (keyword !== void 0) {
541
538
  localVarQueryParameter["keyword"] = keyword;
542
539
  }
540
+ if (enabled !== void 0) {
541
+ localVarQueryParameter["enabled"] = enabled;
542
+ }
543
543
  if (size !== void 0) {
544
544
  localVarQueryParameter["size"] = size;
545
545
  }
@@ -569,8 +569,8 @@ const ApiConsoleHaloRunV1alpha1PluginApiFp = function(configuration) {
569
569
  const localVarAxiosArgs = await localVarAxiosParamCreator.installPlugin(file, options);
570
570
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
571
571
  },
572
- async listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options) {
573
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options);
572
+ async listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options) {
573
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options);
574
574
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
575
575
  }
576
576
  };
@@ -581,8 +581,8 @@ const ApiConsoleHaloRunV1alpha1PluginApiFactory = function(configuration, basePa
581
581
  installPlugin(file, options) {
582
582
  return localVarFp.installPlugin(file, options).then((request) => request(axios, basePath));
583
583
  },
584
- listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options) {
585
- return localVarFp.listPlugins(sort, enabled, keyword, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
584
+ listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options) {
585
+ return localVarFp.listPlugins(sort, keyword, enabled, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
586
586
  }
587
587
  };
588
588
  };
@@ -591,7 +591,7 @@ class ApiConsoleHaloRunV1alpha1PluginApi extends BaseAPI {
591
591
  return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).installPlugin(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
592
592
  }
593
593
  listPlugins(requestParameters = {}, options) {
594
- return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).listPlugins(requestParameters.sort, requestParameters.enabled, requestParameters.keyword, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
594
+ return ApiConsoleHaloRunV1alpha1PluginApiFp(this.configuration).listPlugins(requestParameters.sort, requestParameters.keyword, requestParameters.enabled, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
595
595
  }
596
596
  }
597
597
 
@@ -620,7 +620,7 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
620
620
  options: localVarRequestOptions
621
621
  };
622
622
  },
623
- listPosts: async (sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options = {}) => {
623
+ listPosts: async (sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options = {}) => {
624
624
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/posts`;
625
625
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
626
626
  let baseOptions;
@@ -635,17 +635,14 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
635
635
  if (sort !== void 0) {
636
636
  localVarQueryParameter["sort"] = sort;
637
637
  }
638
- if (tag) {
639
- localVarQueryParameter["tag"] = Array.from(tag);
638
+ if (keyword !== void 0) {
639
+ localVarQueryParameter["keyword"] = keyword;
640
640
  }
641
641
  if (visible !== void 0) {
642
642
  localVarQueryParameter["visible"] = visible;
643
643
  }
644
- if (keyword !== void 0) {
645
- localVarQueryParameter["keyword"] = keyword;
646
- }
647
- if (contributor) {
648
- localVarQueryParameter["contributor"] = Array.from(contributor);
644
+ if (tag) {
645
+ localVarQueryParameter["tag"] = Array.from(tag);
649
646
  }
650
647
  if (sortOrder !== void 0) {
651
648
  localVarQueryParameter["sortOrder"] = sortOrder;
@@ -656,6 +653,9 @@ const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration
656
653
  if (category) {
657
654
  localVarQueryParameter["category"] = Array.from(category);
658
655
  }
656
+ if (contributor) {
657
+ localVarQueryParameter["contributor"] = Array.from(contributor);
658
+ }
659
659
  if (size !== void 0) {
660
660
  localVarQueryParameter["size"] = size;
661
661
  }
@@ -730,8 +730,8 @@ const ApiConsoleHaloRunV1alpha1PostApiFp = function(configuration) {
730
730
  const localVarAxiosArgs = await localVarAxiosParamCreator.draftPost(postRequest, options);
731
731
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
732
732
  },
733
- async listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options) {
734
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options);
733
+ async listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options) {
734
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options);
735
735
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
736
736
  },
737
737
  async publishPost(name, options) {
@@ -750,8 +750,8 @@ const ApiConsoleHaloRunV1alpha1PostApiFactory = function(configuration, basePath
750
750
  draftPost(postRequest, options) {
751
751
  return localVarFp.draftPost(postRequest, options).then((request) => request(axios, basePath));
752
752
  },
753
- listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options) {
754
- return localVarFp.listPosts(sort, tag, visible, keyword, contributor, sortOrder, publishPhase, category, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
753
+ listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options) {
754
+ return localVarFp.listPosts(sort, keyword, visible, tag, sortOrder, publishPhase, category, contributor, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
755
755
  },
756
756
  publishPost(name, options) {
757
757
  return localVarFp.publishPost(name, options).then((request) => request(axios, basePath));
@@ -766,7 +766,7 @@ class ApiConsoleHaloRunV1alpha1PostApi extends BaseAPI {
766
766
  return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).draftPost(requestParameters.postRequest, options).then((request) => request(this.axios, this.basePath));
767
767
  }
768
768
  listPosts(requestParameters = {}, options) {
769
- return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).listPosts(requestParameters.sort, requestParameters.tag, requestParameters.visible, requestParameters.keyword, requestParameters.contributor, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.category, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
769
+ return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).listPosts(requestParameters.sort, requestParameters.keyword, requestParameters.visible, requestParameters.tag, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.category, requestParameters.contributor, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
770
770
  }
771
771
  publishPost(requestParameters, options) {
772
772
  return ApiConsoleHaloRunV1alpha1PostApiFp(this.configuration).publishPost(requestParameters.name, options).then((request) => request(this.axios, this.basePath));
@@ -863,7 +863,7 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
863
863
  options: localVarRequestOptions
864
864
  };
865
865
  },
866
- listSinglePages: async (sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options = {}) => {
866
+ listSinglePages: async (sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options = {}) => {
867
867
  const localVarPath = `/apis/api.console.halo.run/v1alpha1/singlepages`;
868
868
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
869
869
  let baseOptions;
@@ -878,14 +878,11 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
878
878
  if (sort !== void 0) {
879
879
  localVarQueryParameter["sort"] = sort;
880
880
  }
881
- if (visible !== void 0) {
882
- localVarQueryParameter["visible"] = visible;
883
- }
884
881
  if (keyword !== void 0) {
885
882
  localVarQueryParameter["keyword"] = keyword;
886
883
  }
887
- if (contributor) {
888
- localVarQueryParameter["contributor"] = Array.from(contributor);
884
+ if (visible !== void 0) {
885
+ localVarQueryParameter["visible"] = visible;
889
886
  }
890
887
  if (sortOrder !== void 0) {
891
888
  localVarQueryParameter["sortOrder"] = sortOrder;
@@ -893,6 +890,9 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator = function(configu
893
890
  if (publishPhase !== void 0) {
894
891
  localVarQueryParameter["publishPhase"] = publishPhase;
895
892
  }
893
+ if (contributor) {
894
+ localVarQueryParameter["contributor"] = Array.from(contributor);
895
+ }
896
896
  if (size !== void 0) {
897
897
  localVarQueryParameter["size"] = size;
898
898
  }
@@ -967,8 +967,8 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiFp = function(configuration) {
967
967
  const localVarAxiosArgs = await localVarAxiosParamCreator.draftSinglePage(singlePageRequest, options);
968
968
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
969
969
  },
970
- async listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options) {
971
- const localVarAxiosArgs = await localVarAxiosParamCreator.listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options);
970
+ async listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options) {
971
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options);
972
972
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
973
973
  },
974
974
  async publishSinglePage(name, options) {
@@ -987,8 +987,8 @@ const ApiConsoleHaloRunV1alpha1SinglePageApiFactory = function(configuration, ba
987
987
  draftSinglePage(singlePageRequest, options) {
988
988
  return localVarFp.draftSinglePage(singlePageRequest, options).then((request) => request(axios, basePath));
989
989
  },
990
- listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options) {
991
- return localVarFp.listSinglePages(sort, visible, keyword, contributor, sortOrder, publishPhase, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
990
+ listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options) {
991
+ return localVarFp.listSinglePages(sort, keyword, visible, sortOrder, publishPhase, contributor, size, page, labelSelector, fieldSelector, options).then((request) => request(axios, basePath));
992
992
  },
993
993
  publishSinglePage(name, options) {
994
994
  return localVarFp.publishSinglePage(name, options).then((request) => request(axios, basePath));
@@ -1003,7 +1003,7 @@ class ApiConsoleHaloRunV1alpha1SinglePageApi extends BaseAPI {
1003
1003
  return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).draftSinglePage(requestParameters.singlePageRequest, options).then((request) => request(this.axios, this.basePath));
1004
1004
  }
1005
1005
  listSinglePages(requestParameters = {}, options) {
1006
- return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).listSinglePages(requestParameters.sort, requestParameters.visible, requestParameters.keyword, requestParameters.contributor, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
1006
+ return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).listSinglePages(requestParameters.sort, requestParameters.keyword, requestParameters.visible, requestParameters.sortOrder, requestParameters.publishPhase, requestParameters.contributor, requestParameters.size, requestParameters.page, requestParameters.labelSelector, requestParameters.fieldSelector, options).then((request) => request(this.axios, this.basePath));
1007
1007
  }
1008
1008
  publishSinglePage(requestParameters, options) {
1009
1009
  return ApiConsoleHaloRunV1alpha1SinglePageApiFp(this.configuration).publishSinglePage(requestParameters.name, options).then((request) => request(this.axios, this.basePath));
@@ -1493,12 +1493,12 @@ const ApiHaloRunV1alpha1CommentApiAxiosParamCreator = function(configuration) {
1493
1493
  if (version !== void 0) {
1494
1494
  localVarQueryParameter["version"] = version;
1495
1495
  }
1496
- if (kind !== void 0) {
1497
- localVarQueryParameter["kind"] = kind;
1498
- }
1499
1496
  if (group !== void 0) {
1500
1497
  localVarQueryParameter["group"] = group;
1501
1498
  }
1499
+ if (kind !== void 0) {
1500
+ localVarQueryParameter["kind"] = kind;
1501
+ }
1502
1502
  if (size !== void 0) {
1503
1503
  localVarQueryParameter["size"] = size;
1504
1504
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/api-client",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "@halo-dev",