@halo-dev/api-client 0.0.51 → 0.0.53

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.d.ts CHANGED
@@ -2017,22 +2017,22 @@ interface Excerpt {
2017
2017
  interface Extension {
2018
2018
  /**
2019
2019
  *
2020
- * @type {Metadata}
2020
+ * @type {string}
2021
2021
  * @memberof Extension
2022
2022
  */
2023
- metadata: Metadata;
2023
+ kind: string;
2024
2024
  /**
2025
2025
  *
2026
- * @type {string}
2026
+ * @type {Metadata}
2027
2027
  * @memberof Extension
2028
2028
  */
2029
- apiVersion: string;
2029
+ metadata: Metadata;
2030
2030
  /**
2031
2031
  *
2032
2032
  * @type {string}
2033
2033
  * @memberof Extension
2034
2034
  */
2035
- kind: string;
2035
+ apiVersion: string;
2036
2036
  }
2037
2037
 
2038
2038
  /**
@@ -7000,17 +7000,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
7000
7000
  * @param {string} [policy] Name of policy
7001
7001
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7002
7002
  * @param {string} [displayName] Display name of attachment
7003
- * @param {string} [group] Name of group
7004
7003
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7005
7004
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7005
+ * @param {string} [group] Name of group
7006
7006
  * @param {number} [size] Size of one page. Zero indicates no limit.
7007
+ * @param {number} [page] The page number. Zero indicates no page.
7007
7008
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7008
7009
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7009
- * @param {number} [page] The page number. Zero indicates no page.
7010
7010
  * @param {*} [options] Override http request option.
7011
7011
  * @throws {RequiredError}
7012
7012
  */
7013
- searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7013
+ searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7014
7014
  /**
7015
7015
  *
7016
7016
  * @param {any} file
@@ -7031,17 +7031,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
7031
7031
  * @param {string} [policy] Name of policy
7032
7032
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7033
7033
  * @param {string} [displayName] Display name of attachment
7034
- * @param {string} [group] Name of group
7035
7034
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7036
7035
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7036
+ * @param {string} [group] Name of group
7037
7037
  * @param {number} [size] Size of one page. Zero indicates no limit.
7038
+ * @param {number} [page] The page number. Zero indicates no page.
7038
7039
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7039
7040
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7040
- * @param {number} [page] The page number. Zero indicates no page.
7041
7041
  * @param {*} [options] Override http request option.
7042
7042
  * @throws {RequiredError}
7043
7043
  */
7044
- searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7044
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7045
7045
  /**
7046
7046
  *
7047
7047
  * @param {any} file
@@ -7062,17 +7062,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
7062
7062
  * @param {string} [policy] Name of policy
7063
7063
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7064
7064
  * @param {string} [displayName] Display name of attachment
7065
- * @param {string} [group] Name of group
7066
7065
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7067
7066
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7067
+ * @param {string} [group] Name of group
7068
7068
  * @param {number} [size] Size of one page. Zero indicates no limit.
7069
+ * @param {number} [page] The page number. Zero indicates no page.
7069
7070
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7070
7071
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7071
- * @param {number} [page] The page number. Zero indicates no page.
7072
7072
  * @param {*} [options] Override http request option.
7073
7073
  * @throws {RequiredError}
7074
7074
  */
7075
- searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
7075
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
7076
7076
  /**
7077
7077
  *
7078
7078
  * @param {any} file
@@ -7107,12 +7107,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7107
7107
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7108
7108
  */
7109
7109
  readonly displayName?: string;
7110
- /**
7111
- * Name of group
7112
- * @type {string}
7113
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7114
- */
7115
- readonly group?: string;
7116
7110
  /**
7117
7111
  * Filter attachments without group. This parameter will ignore group parameter.
7118
7112
  * @type {boolean}
@@ -7125,12 +7119,24 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7125
7119
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7126
7120
  */
7127
7121
  readonly uploadedBy?: string;
7122
+ /**
7123
+ * Name of group
7124
+ * @type {string}
7125
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7126
+ */
7127
+ readonly group?: string;
7128
7128
  /**
7129
7129
  * Size of one page. Zero indicates no limit.
7130
7130
  * @type {number}
7131
7131
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7132
7132
  */
7133
7133
  readonly size?: number;
7134
+ /**
7135
+ * The page number. Zero indicates no page.
7136
+ * @type {number}
7137
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7138
+ */
7139
+ readonly page?: number;
7134
7140
  /**
7135
7141
  * Label selector for filtering.
7136
7142
  * @type {Array<string>}
@@ -7143,12 +7149,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7143
7149
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7144
7150
  */
7145
7151
  readonly fieldSelector?: Array<string>;
7146
- /**
7147
- * The page number. Zero indicates no page.
7148
- * @type {number}
7149
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7150
- */
7151
- readonly page?: number;
7152
7152
  }
7153
7153
  /**
7154
7154
  * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -7223,6 +7223,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7223
7223
  /**
7224
7224
  * List comments.
7225
7225
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7226
+ * @param {string} [keyword] Comments filtered by keyword.
7227
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7228
+ * @param {boolean} [top] Comment top display.
7226
7229
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7227
7230
  * @param {boolean} [approved] Comments approved.
7228
7231
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7230,17 +7233,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7230
7233
  * @param {string} [ownerName] Commenter name.
7231
7234
  * @param {string} [subjectKind] Comment subject kind.
7232
7235
  * @param {string} [subjectName] Comment subject name.
7233
- * @param {string} [keyword] Comments filtered by keyword.
7234
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7235
- * @param {boolean} [top] Comment top display.
7236
7236
  * @param {number} [size] Size of one page. Zero indicates no limit.
7237
+ * @param {number} [page] The page number. Zero indicates no page.
7237
7238
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7238
7239
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7239
- * @param {number} [page] The page number. Zero indicates no page.
7240
7240
  * @param {*} [options] Override http request option.
7241
7241
  * @throws {RequiredError}
7242
7242
  */
7243
- listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7243
+ listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7244
7244
  };
7245
7245
  /**
7246
7246
  * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
@@ -7265,6 +7265,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7265
7265
  /**
7266
7266
  * List comments.
7267
7267
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7268
+ * @param {string} [keyword] Comments filtered by keyword.
7269
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7270
+ * @param {boolean} [top] Comment top display.
7268
7271
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7269
7272
  * @param {boolean} [approved] Comments approved.
7270
7273
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7272,17 +7275,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7272
7275
  * @param {string} [ownerName] Commenter name.
7273
7276
  * @param {string} [subjectKind] Comment subject kind.
7274
7277
  * @param {string} [subjectName] Comment subject name.
7275
- * @param {string} [keyword] Comments filtered by keyword.
7276
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7277
- * @param {boolean} [top] Comment top display.
7278
7278
  * @param {number} [size] Size of one page. Zero indicates no limit.
7279
+ * @param {number} [page] The page number. Zero indicates no page.
7279
7280
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7280
7281
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7281
- * @param {number} [page] The page number. Zero indicates no page.
7282
7282
  * @param {*} [options] Override http request option.
7283
7283
  * @throws {RequiredError}
7284
7284
  */
7285
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
7285
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
7286
7286
  };
7287
7287
  /**
7288
7288
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -7307,6 +7307,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7307
7307
  /**
7308
7308
  * List comments.
7309
7309
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7310
+ * @param {string} [keyword] Comments filtered by keyword.
7311
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7312
+ * @param {boolean} [top] Comment top display.
7310
7313
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7311
7314
  * @param {boolean} [approved] Comments approved.
7312
7315
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7314,17 +7317,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7314
7317
  * @param {string} [ownerName] Commenter name.
7315
7318
  * @param {string} [subjectKind] Comment subject kind.
7316
7319
  * @param {string} [subjectName] Comment subject name.
7317
- * @param {string} [keyword] Comments filtered by keyword.
7318
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7319
- * @param {boolean} [top] Comment top display.
7320
7320
  * @param {number} [size] Size of one page. Zero indicates no limit.
7321
+ * @param {number} [page] The page number. Zero indicates no page.
7321
7322
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7322
7323
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7323
- * @param {number} [page] The page number. Zero indicates no page.
7324
7324
  * @param {*} [options] Override http request option.
7325
7325
  * @throws {RequiredError}
7326
7326
  */
7327
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedCommentList>;
7327
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedCommentList>;
7328
7328
  };
7329
7329
  /**
7330
7330
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -7370,6 +7370,24 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7370
7370
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7371
7371
  */
7372
7372
  readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
7373
+ /**
7374
+ * Comments filtered by keyword.
7375
+ * @type {string}
7376
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7377
+ */
7378
+ readonly keyword?: string;
7379
+ /**
7380
+ * The comment is hidden from the theme side.
7381
+ * @type {boolean}
7382
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7383
+ */
7384
+ readonly hidden?: boolean;
7385
+ /**
7386
+ * Comment top display.
7387
+ * @type {boolean}
7388
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7389
+ */
7390
+ readonly top?: boolean;
7373
7391
  /**
7374
7392
  * ascending order If it is true; otherwise, it is in descending order.
7375
7393
  * @type {boolean}
@@ -7413,29 +7431,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7413
7431
  */
7414
7432
  readonly subjectName?: string;
7415
7433
  /**
7416
- * Comments filtered by keyword.
7417
- * @type {string}
7418
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7419
- */
7420
- readonly keyword?: string;
7421
- /**
7422
- * The comment is hidden from the theme side.
7423
- * @type {boolean}
7424
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7425
- */
7426
- readonly hidden?: boolean;
7427
- /**
7428
- * Comment top display.
7429
- * @type {boolean}
7434
+ * Size of one page. Zero indicates no limit.
7435
+ * @type {number}
7430
7436
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7431
7437
  */
7432
- readonly top?: boolean;
7438
+ readonly size?: number;
7433
7439
  /**
7434
- * Size of one page. Zero indicates no limit.
7440
+ * The page number. Zero indicates no page.
7435
7441
  * @type {number}
7436
7442
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7437
7443
  */
7438
- readonly size?: number;
7444
+ readonly page?: number;
7439
7445
  /**
7440
7446
  * Label selector for filtering.
7441
7447
  * @type {Array<string>}
@@ -7448,12 +7454,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7448
7454
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7449
7455
  */
7450
7456
  readonly fieldSelector?: Array<string>;
7451
- /**
7452
- * The page number. Zero indicates no page.
7453
- * @type {number}
7454
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7455
- */
7456
- readonly page?: number;
7457
7457
  }
7458
7458
  /**
7459
7459
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7717,16 +7717,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7717
7717
  /**
7718
7718
  * List plugins using query criteria and sort params
7719
7719
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7720
- * @param {string} [keyword] Keyword of plugin name or description
7721
7720
  * @param {boolean} [enabled] Whether the plugin is enabled
7721
+ * @param {string} [keyword] Keyword of plugin name or description
7722
7722
  * @param {number} [size] Size of one page. Zero indicates no limit.
7723
+ * @param {number} [page] The page number. Zero indicates no page.
7723
7724
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7724
7725
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7725
- * @param {number} [page] The page number. Zero indicates no page.
7726
7726
  * @param {*} [options] Override http request option.
7727
7727
  * @throws {RequiredError}
7728
7728
  */
7729
- listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7729
+ listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7730
7730
  /**
7731
7731
  * Upgrade a plugin by uploading a Jar file
7732
7732
  * @param {string} name
@@ -7751,16 +7751,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7751
7751
  /**
7752
7752
  * List plugins using query criteria and sort params
7753
7753
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7754
- * @param {string} [keyword] Keyword of plugin name or description
7755
7754
  * @param {boolean} [enabled] Whether the plugin is enabled
7755
+ * @param {string} [keyword] Keyword of plugin name or description
7756
7756
  * @param {number} [size] Size of one page. Zero indicates no limit.
7757
+ * @param {number} [page] The page number. Zero indicates no page.
7757
7758
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7758
7759
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7759
- * @param {number} [page] The page number. Zero indicates no page.
7760
7760
  * @param {*} [options] Override http request option.
7761
7761
  * @throws {RequiredError}
7762
7762
  */
7763
- listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7763
+ 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>>;
7764
7764
  /**
7765
7765
  * Upgrade a plugin by uploading a Jar file
7766
7766
  * @param {string} name
@@ -7785,16 +7785,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7785
7785
  /**
7786
7786
  * List plugins using query criteria and sort params
7787
7787
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7788
- * @param {string} [keyword] Keyword of plugin name or description
7789
7788
  * @param {boolean} [enabled] Whether the plugin is enabled
7789
+ * @param {string} [keyword] Keyword of plugin name or description
7790
7790
  * @param {number} [size] Size of one page. Zero indicates no limit.
7791
+ * @param {number} [page] The page number. Zero indicates no page.
7791
7792
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7792
7793
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7793
- * @param {number} [page] The page number. Zero indicates no page.
7794
7794
  * @param {*} [options] Override http request option.
7795
7795
  * @throws {RequiredError}
7796
7796
  */
7797
- listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
7797
+ listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7798
7798
  /**
7799
7799
  * Upgrade a plugin by uploading a Jar file
7800
7800
  * @param {string} name
@@ -7829,6 +7829,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7829
7829
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7830
7830
  */
7831
7831
  readonly sort?: Array<string>;
7832
+ /**
7833
+ * Whether the plugin is enabled
7834
+ * @type {boolean}
7835
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7836
+ */
7837
+ readonly enabled?: boolean;
7832
7838
  /**
7833
7839
  * Keyword of plugin name or description
7834
7840
  * @type {string}
@@ -7836,17 +7842,17 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7836
7842
  */
7837
7843
  readonly keyword?: string;
7838
7844
  /**
7839
- * Whether the plugin is enabled
7840
- * @type {boolean}
7845
+ * Size of one page. Zero indicates no limit.
7846
+ * @type {number}
7841
7847
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7842
7848
  */
7843
- readonly enabled?: boolean;
7849
+ readonly size?: number;
7844
7850
  /**
7845
- * Size of one page. Zero indicates no limit.
7851
+ * The page number. Zero indicates no page.
7846
7852
  * @type {number}
7847
7853
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7848
7854
  */
7849
- readonly size?: number;
7855
+ readonly page?: number;
7850
7856
  /**
7851
7857
  * Label selector for filtering.
7852
7858
  * @type {Array<string>}
@@ -7859,12 +7865,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7859
7865
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7860
7866
  */
7861
7867
  readonly fieldSelector?: Array<string>;
7862
- /**
7863
- * The page number. Zero indicates no page.
7864
- * @type {number}
7865
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7866
- */
7867
- readonly page?: number;
7868
7868
  }
7869
7869
  /**
7870
7870
  * Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7933,21 +7933,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7933
7933
  /**
7934
7934
  * List posts.
7935
7935
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7936
+ * @param {Array<string>} [tag]
7937
+ * @param {string} [keyword] Posts filtered by keyword.
7938
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7939
+ * @param {Array<string>} [contributor]
7936
7940
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7937
7941
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7938
7942
  * @param {Array<string>} [category]
7939
- * @param {Array<string>} [contributor]
7940
- * @param {string} [keyword] Posts filtered by keyword.
7941
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7942
- * @param {Array<string>} [tag]
7943
7943
  * @param {number} [size] Size of one page. Zero indicates no limit.
7944
+ * @param {number} [page] The page number. Zero indicates no page.
7944
7945
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7945
7946
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7946
- * @param {number} [page] The page number. Zero indicates no page.
7947
7947
  * @param {*} [options] Override http request option.
7948
7948
  * @throws {RequiredError}
7949
7949
  */
7950
- listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7950
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7951
7951
  /**
7952
7952
  * Publish a post.
7953
7953
  * @param {string} name
@@ -8002,21 +8002,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
8002
8002
  /**
8003
8003
  * List posts.
8004
8004
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8005
+ * @param {Array<string>} [tag]
8006
+ * @param {string} [keyword] Posts filtered by keyword.
8007
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8008
+ * @param {Array<string>} [contributor]
8005
8009
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8006
8010
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8007
8011
  * @param {Array<string>} [category]
8008
- * @param {Array<string>} [contributor]
8009
- * @param {string} [keyword] Posts filtered by keyword.
8010
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8011
- * @param {Array<string>} [tag]
8012
8012
  * @param {number} [size] Size of one page. Zero indicates no limit.
8013
+ * @param {number} [page] The page number. Zero indicates no page.
8013
8014
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8014
8015
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8015
- * @param {number} [page] The page number. Zero indicates no page.
8016
8016
  * @param {*} [options] Override http request option.
8017
8017
  * @throws {RequiredError}
8018
8018
  */
8019
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
8019
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
8020
8020
  /**
8021
8021
  * Publish a post.
8022
8022
  * @param {string} name
@@ -8071,21 +8071,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
8071
8071
  /**
8072
8072
  * List posts.
8073
8073
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8074
+ * @param {Array<string>} [tag]
8075
+ * @param {string} [keyword] Posts filtered by keyword.
8076
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8077
+ * @param {Array<string>} [contributor]
8074
8078
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8075
8079
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8076
8080
  * @param {Array<string>} [category]
8077
- * @param {Array<string>} [contributor]
8078
- * @param {string} [keyword] Posts filtered by keyword.
8079
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8080
- * @param {Array<string>} [tag]
8081
8081
  * @param {number} [size] Size of one page. Zero indicates no limit.
8082
+ * @param {number} [page] The page number. Zero indicates no page.
8082
8083
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8083
8084
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8084
- * @param {number} [page] The page number. Zero indicates no page.
8085
8085
  * @param {*} [options] Override http request option.
8086
8086
  * @throws {RequiredError}
8087
8087
  */
8088
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedPostList>;
8088
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
8089
8089
  /**
8090
8090
  * Publish a post.
8091
8091
  * @param {string} name
@@ -8151,23 +8151,23 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8151
8151
  */
8152
8152
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8153
8153
  /**
8154
- * ascending order If it is true; otherwise, it is in descending order.
8155
- * @type {boolean}
8154
+ *
8155
+ * @type {Array<string>}
8156
8156
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8157
8157
  */
8158
- readonly sortOrder?: boolean;
8158
+ readonly tag?: Array<string>;
8159
8159
  /**
8160
- *
8161
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8160
+ * Posts filtered by keyword.
8161
+ * @type {string}
8162
8162
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8163
8163
  */
8164
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8164
+ readonly keyword?: string;
8165
8165
  /**
8166
8166
  *
8167
- * @type {Array<string>}
8167
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8168
8168
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8169
8169
  */
8170
- readonly category?: Array<string>;
8170
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8171
8171
  /**
8172
8172
  *
8173
8173
  * @type {Array<string>}
@@ -8175,29 +8175,35 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8175
8175
  */
8176
8176
  readonly contributor?: Array<string>;
8177
8177
  /**
8178
- * Posts filtered by keyword.
8179
- * @type {string}
8178
+ * ascending order If it is true; otherwise, it is in descending order.
8179
+ * @type {boolean}
8180
8180
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8181
8181
  */
8182
- readonly keyword?: string;
8182
+ readonly sortOrder?: boolean;
8183
8183
  /**
8184
8184
  *
8185
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8185
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8186
8186
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8187
8187
  */
8188
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8188
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8189
8189
  /**
8190
8190
  *
8191
8191
  * @type {Array<string>}
8192
8192
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8193
8193
  */
8194
- readonly tag?: Array<string>;
8194
+ readonly category?: Array<string>;
8195
8195
  /**
8196
8196
  * Size of one page. Zero indicates no limit.
8197
8197
  * @type {number}
8198
8198
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8199
8199
  */
8200
8200
  readonly size?: number;
8201
+ /**
8202
+ * The page number. Zero indicates no page.
8203
+ * @type {number}
8204
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8205
+ */
8206
+ readonly page?: number;
8201
8207
  /**
8202
8208
  * Label selector for filtering.
8203
8209
  * @type {Array<string>}
@@ -8210,12 +8216,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8210
8216
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8211
8217
  */
8212
8218
  readonly fieldSelector?: Array<string>;
8213
- /**
8214
- * The page number. Zero indicates no page.
8215
- * @type {number}
8216
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8217
- */
8218
- readonly page?: number;
8219
8219
  }
8220
8220
  /**
8221
8221
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -8374,13 +8374,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
8374
8374
  * List replies.
8375
8375
  * @param {string} [commentName] Replies filtered by commentName.
8376
8376
  * @param {number} [size] Size of one page. Zero indicates no limit.
8377
+ * @param {number} [page] The page number. Zero indicates no page.
8377
8378
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8378
8379
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8379
- * @param {number} [page] The page number. Zero indicates no page.
8380
8380
  * @param {*} [options] Override http request option.
8381
8381
  * @throws {RequiredError}
8382
8382
  */
8383
- listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8383
+ listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8384
8384
  };
8385
8385
  /**
8386
8386
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -8391,13 +8391,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
8391
8391
  * List replies.
8392
8392
  * @param {string} [commentName] Replies filtered by commentName.
8393
8393
  * @param {number} [size] Size of one page. Zero indicates no limit.
8394
+ * @param {number} [page] The page number. Zero indicates no page.
8394
8395
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8395
8396
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8396
- * @param {number} [page] The page number. Zero indicates no page.
8397
8397
  * @param {*} [options] Override http request option.
8398
8398
  * @throws {RequiredError}
8399
8399
  */
8400
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8400
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8401
8401
  };
8402
8402
  /**
8403
8403
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -8408,13 +8408,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
8408
8408
  * List replies.
8409
8409
  * @param {string} [commentName] Replies filtered by commentName.
8410
8410
  * @param {number} [size] Size of one page. Zero indicates no limit.
8411
+ * @param {number} [page] The page number. Zero indicates no page.
8411
8412
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8412
8413
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8413
- * @param {number} [page] The page number. Zero indicates no page.
8414
8414
  * @param {*} [options] Override http request option.
8415
8415
  * @throws {RequiredError}
8416
8416
  */
8417
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
8417
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
8418
8418
  };
8419
8419
  /**
8420
8420
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -8434,6 +8434,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8434
8434
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8435
8435
  */
8436
8436
  readonly size?: number;
8437
+ /**
8438
+ * The page number. Zero indicates no page.
8439
+ * @type {number}
8440
+ * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8441
+ */
8442
+ readonly page?: number;
8437
8443
  /**
8438
8444
  * Label selector for filtering.
8439
8445
  * @type {Array<string>}
@@ -8446,12 +8452,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8446
8452
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8447
8453
  */
8448
8454
  readonly fieldSelector?: Array<string>;
8449
- /**
8450
- * The page number. Zero indicates no page.
8451
- * @type {number}
8452
- * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8453
- */
8454
- readonly page?: number;
8455
8455
  }
8456
8456
  /**
8457
8457
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -8485,19 +8485,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
8485
8485
  /**
8486
8486
  * List single pages.
8487
8487
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8488
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8489
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8490
- * @param {Array<string>} [contributor]
8491
8488
  * @param {string} [keyword] SinglePages filtered by keyword.
8492
8489
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8490
+ * @param {Array<string>} [contributor]
8491
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8492
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8493
8493
  * @param {number} [size] Size of one page. Zero indicates no limit.
8494
+ * @param {number} [page] The page number. Zero indicates no page.
8494
8495
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8495
8496
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8496
- * @param {number} [page] The page number. Zero indicates no page.
8497
8497
  * @param {*} [options] Override http request option.
8498
8498
  * @throws {RequiredError}
8499
8499
  */
8500
- listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8500
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8501
8501
  /**
8502
8502
  * Publish a single page.
8503
8503
  * @param {string} name
@@ -8537,19 +8537,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
8537
8537
  /**
8538
8538
  * List single pages.
8539
8539
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8540
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8541
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8542
- * @param {Array<string>} [contributor]
8543
8540
  * @param {string} [keyword] SinglePages filtered by keyword.
8544
8541
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8542
+ * @param {Array<string>} [contributor]
8543
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8544
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8545
8545
  * @param {number} [size] Size of one page. Zero indicates no limit.
8546
+ * @param {number} [page] The page number. Zero indicates no page.
8546
8547
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8547
8548
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8548
- * @param {number} [page] The page number. Zero indicates no page.
8549
8549
  * @param {*} [options] Override http request option.
8550
8550
  * @throws {RequiredError}
8551
8551
  */
8552
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8552
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8553
8553
  /**
8554
8554
  * Publish a single page.
8555
8555
  * @param {string} name
@@ -8589,19 +8589,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
8589
8589
  /**
8590
8590
  * List single pages.
8591
8591
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8592
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8593
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8594
- * @param {Array<string>} [contributor]
8595
8592
  * @param {string} [keyword] SinglePages filtered by keyword.
8596
8593
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8594
+ * @param {Array<string>} [contributor]
8595
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8596
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8597
8597
  * @param {number} [size] Size of one page. Zero indicates no limit.
8598
+ * @param {number} [page] The page number. Zero indicates no page.
8598
8599
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8599
8600
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8600
- * @param {number} [page] The page number. Zero indicates no page.
8601
8601
  * @param {*} [options] Override http request option.
8602
8602
  * @throws {RequiredError}
8603
8603
  */
8604
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
8604
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
8605
8605
  /**
8606
8606
  * Publish a single page.
8607
8607
  * @param {string} name
@@ -8652,17 +8652,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8652
8652
  */
8653
8653
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8654
8654
  /**
8655
- * ascending order If it is true; otherwise, it is in descending order.
8656
- * @type {boolean}
8655
+ * SinglePages filtered by keyword.
8656
+ * @type {string}
8657
8657
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8658
8658
  */
8659
- readonly sortOrder?: boolean;
8659
+ readonly keyword?: string;
8660
8660
  /**
8661
8661
  *
8662
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8662
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8663
8663
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8664
8664
  */
8665
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8665
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8666
8666
  /**
8667
8667
  *
8668
8668
  * @type {Array<string>}
@@ -8670,23 +8670,29 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8670
8670
  */
8671
8671
  readonly contributor?: Array<string>;
8672
8672
  /**
8673
- * SinglePages filtered by keyword.
8674
- * @type {string}
8673
+ * ascending order If it is true; otherwise, it is in descending order.
8674
+ * @type {boolean}
8675
8675
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8676
8676
  */
8677
- readonly keyword?: string;
8677
+ readonly sortOrder?: boolean;
8678
8678
  /**
8679
8679
  *
8680
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8680
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8681
8681
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8682
8682
  */
8683
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8683
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8684
8684
  /**
8685
8685
  * Size of one page. Zero indicates no limit.
8686
8686
  * @type {number}
8687
8687
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8688
8688
  */
8689
8689
  readonly size?: number;
8690
+ /**
8691
+ * The page number. Zero indicates no page.
8692
+ * @type {number}
8693
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8694
+ */
8695
+ readonly page?: number;
8690
8696
  /**
8691
8697
  * Label selector for filtering.
8692
8698
  * @type {Array<string>}
@@ -8699,12 +8705,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8699
8705
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8700
8706
  */
8701
8707
  readonly fieldSelector?: Array<string>;
8702
- /**
8703
- * The page number. Zero indicates no page.
8704
- * @type {number}
8705
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8706
- */
8707
- readonly page?: number;
8708
8708
  }
8709
8709
  /**
8710
8710
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -8874,20 +8874,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
8874
8874
  * List themes.
8875
8875
  * @param {boolean} uninstalled
8876
8876
  * @param {number} [size] Size of one page. Zero indicates no limit.
8877
+ * @param {number} [page] The page number. Zero indicates no page.
8877
8878
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8878
8879
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8879
- * @param {number} [page] The page number. Zero indicates no page.
8880
8880
  * @param {*} [options] Override http request option.
8881
8881
  * @throws {RequiredError}
8882
8882
  */
8883
- listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8883
+ listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8884
8884
  /**
8885
8885
  * Reload theme setting.
8886
8886
  * @param {string} name
8887
8887
  * @param {*} [options] Override http request option.
8888
8888
  * @throws {RequiredError}
8889
8889
  */
8890
- reloadThemeSetting: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8890
+ reload: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8891
8891
  /**
8892
8892
  * Upgrade theme
8893
8893
  * @param {string} name
@@ -8913,20 +8913,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
8913
8913
  * List themes.
8914
8914
  * @param {boolean} uninstalled
8915
8915
  * @param {number} [size] Size of one page. Zero indicates no limit.
8916
+ * @param {number} [page] The page number. Zero indicates no page.
8916
8917
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8917
8918
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8918
- * @param {number} [page] The page number. Zero indicates no page.
8919
8919
  * @param {*} [options] Override http request option.
8920
8920
  * @throws {RequiredError}
8921
8921
  */
8922
- listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8922
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8923
8923
  /**
8924
8924
  * Reload theme setting.
8925
8925
  * @param {string} name
8926
8926
  * @param {*} [options] Override http request option.
8927
8927
  * @throws {RequiredError}
8928
8928
  */
8929
- reloadThemeSetting(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
8929
+ reload(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
8930
8930
  /**
8931
8931
  * Upgrade theme
8932
8932
  * @param {string} name
@@ -8952,20 +8952,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
8952
8952
  * List themes.
8953
8953
  * @param {boolean} uninstalled
8954
8954
  * @param {number} [size] Size of one page. Zero indicates no limit.
8955
+ * @param {number} [page] The page number. Zero indicates no page.
8955
8956
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8956
8957
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8957
- * @param {number} [page] The page number. Zero indicates no page.
8958
8958
  * @param {*} [options] Override http request option.
8959
8959
  * @throws {RequiredError}
8960
8960
  */
8961
- listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ThemeList>;
8961
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
8962
8962
  /**
8963
8963
  * Reload theme setting.
8964
8964
  * @param {string} name
8965
8965
  * @param {*} [options] Override http request option.
8966
8966
  * @throws {RequiredError}
8967
8967
  */
8968
- reloadThemeSetting(name: string, options?: any): AxiosPromise<Theme>;
8968
+ reload(name: string, options?: any): AxiosPromise<Theme>;
8969
8969
  /**
8970
8970
  * Upgrade theme
8971
8971
  * @param {string} name
@@ -9006,6 +9006,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9006
9006
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9007
9007
  */
9008
9008
  readonly size?: number;
9009
+ /**
9010
+ * The page number. Zero indicates no page.
9011
+ * @type {number}
9012
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9013
+ */
9014
+ readonly page?: number;
9009
9015
  /**
9010
9016
  * Label selector for filtering.
9011
9017
  * @type {Array<string>}
@@ -9018,23 +9024,17 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9018
9024
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9019
9025
  */
9020
9026
  readonly fieldSelector?: Array<string>;
9021
- /**
9022
- * The page number. Zero indicates no page.
9023
- * @type {number}
9024
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9025
- */
9026
- readonly page?: number;
9027
9027
  }
9028
9028
  /**
9029
- * Request parameters for reloadThemeSetting operation in ApiConsoleHaloRunV1alpha1ThemeApi.
9029
+ * Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
9030
9030
  * @export
9031
- * @interface ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest
9031
+ * @interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest
9032
9032
  */
9033
- interface ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest {
9033
+ interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest {
9034
9034
  /**
9035
9035
  *
9036
9036
  * @type {string}
9037
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSetting
9037
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiReload
9038
9038
  */
9039
9039
  readonly name: string;
9040
9040
  }
@@ -9082,12 +9082,12 @@ declare class ApiConsoleHaloRunV1alpha1ThemeApi extends BaseAPI {
9082
9082
  listThemes(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ThemeList, any>>;
9083
9083
  /**
9084
9084
  * Reload theme setting.
9085
- * @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest} requestParameters Request parameters.
9085
+ * @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest} requestParameters Request parameters.
9086
9086
  * @param {*} [options] Override http request option.
9087
9087
  * @throws {RequiredError}
9088
9088
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApi
9089
9089
  */
9090
- reloadThemeSetting(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
9090
+ reload(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
9091
9091
  /**
9092
9092
  * Upgrade theme
9093
9093
  * @param {ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest} requestParameters Request parameters.
@@ -9611,13 +9611,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
9611
9611
  /**
9612
9612
  * Search posts with fuzzy query
9613
9613
  * @param {string} keyword
9614
+ * @param {number} [limit]
9614
9615
  * @param {string} [highlightPreTag]
9615
9616
  * @param {string} [highlightPostTag]
9616
- * @param {number} [limit]
9617
9617
  * @param {*} [options] Override http request option.
9618
9618
  * @throws {RequiredError}
9619
9619
  */
9620
- searchPost: (keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9620
+ searchPost: (keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9621
9621
  };
9622
9622
  /**
9623
9623
  * ApiHaloRunV1alpha1PostApi - functional programming interface
@@ -9627,13 +9627,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
9627
9627
  /**
9628
9628
  * Search posts with fuzzy query
9629
9629
  * @param {string} keyword
9630
+ * @param {number} [limit]
9630
9631
  * @param {string} [highlightPreTag]
9631
9632
  * @param {string} [highlightPostTag]
9632
- * @param {number} [limit]
9633
9633
  * @param {*} [options] Override http request option.
9634
9634
  * @throws {RequiredError}
9635
9635
  */
9636
- searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
9636
+ searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
9637
9637
  };
9638
9638
  /**
9639
9639
  * ApiHaloRunV1alpha1PostApi - factory interface
@@ -9643,13 +9643,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
9643
9643
  /**
9644
9644
  * Search posts with fuzzy query
9645
9645
  * @param {string} keyword
9646
+ * @param {number} [limit]
9646
9647
  * @param {string} [highlightPreTag]
9647
9648
  * @param {string} [highlightPostTag]
9648
- * @param {number} [limit]
9649
9649
  * @param {*} [options] Override http request option.
9650
9650
  * @throws {RequiredError}
9651
9651
  */
9652
- searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: any): AxiosPromise<PostHits>;
9652
+ searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: any): AxiosPromise<PostHits>;
9653
9653
  };
9654
9654
  /**
9655
9655
  * Request parameters for searchPost operation in ApiHaloRunV1alpha1PostApi.
@@ -9665,22 +9665,22 @@ interface ApiHaloRunV1alpha1PostApiSearchPostRequest {
9665
9665
  readonly keyword: string;
9666
9666
  /**
9667
9667
  *
9668
- * @type {string}
9668
+ * @type {number}
9669
9669
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9670
9670
  */
9671
- readonly highlightPreTag?: string;
9671
+ readonly limit?: number;
9672
9672
  /**
9673
9673
  *
9674
9674
  * @type {string}
9675
9675
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9676
9676
  */
9677
- readonly highlightPostTag?: string;
9677
+ readonly highlightPreTag?: string;
9678
9678
  /**
9679
9679
  *
9680
- * @type {number}
9680
+ * @type {string}
9681
9681
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9682
9682
  */
9683
- readonly limit?: number;
9683
+ readonly highlightPostTag?: string;
9684
9684
  }
9685
9685
  /**
9686
9686
  * ApiHaloRunV1alpha1PostApi - object-oriented interface
@@ -16404,4 +16404,4 @@ declare class V1alpha1UserApi extends BaseAPI {
16404
16404
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
16405
16405
  }
16406
16406
 
16407
- export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1IndicesApi, ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1IndicesApiFactory, ApiConsoleHaloRunV1alpha1IndicesApiFp, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiRecyclePostRequest, ApiConsoleHaloRunV1alpha1PostApiUnpublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest, 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, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiSearchPostRequest, 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, ContentResponse, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, 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, PluginHaloRunV1alpha1SearchEngineApi, PluginHaloRunV1alpha1SearchEngineApiAxiosParamCreator, PluginHaloRunV1alpha1SearchEngineApiCreatepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiDeletepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiFactory, PluginHaloRunV1alpha1SearchEngineApiFp, PluginHaloRunV1alpha1SearchEngineApiGetpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiListpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiUpdatepluginHaloRunV1alpha1SearchEngineRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostHit, PostHits, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, SearchEngine, SearchEngineList, SearchEngineSpec, 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, Tag, TagList, TagSpec, TagStatus, TemplateDescriptor, 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 };
16407
+ export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1IndicesApi, ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1IndicesApiFactory, ApiConsoleHaloRunV1alpha1IndicesApiFp, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiRecyclePostRequest, ApiConsoleHaloRunV1alpha1PostApiUnpublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiSearchPostRequest, 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, ContentResponse, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, 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, PluginHaloRunV1alpha1SearchEngineApi, PluginHaloRunV1alpha1SearchEngineApiAxiosParamCreator, PluginHaloRunV1alpha1SearchEngineApiCreatepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiDeletepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiFactory, PluginHaloRunV1alpha1SearchEngineApiFp, PluginHaloRunV1alpha1SearchEngineApiGetpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiListpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiUpdatepluginHaloRunV1alpha1SearchEngineRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostHit, PostHits, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, SearchEngine, SearchEngineList, SearchEngineSpec, 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, Tag, TagList, TagSpec, TagStatus, TemplateDescriptor, 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 };