@halo-dev/api-client 0.0.53 → 0.0.54

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
@@ -814,6 +814,12 @@ interface CommentSpec {
814
814
  * @memberof CommentSpec
815
815
  */
816
816
  ipAddress?: string;
817
+ /**
818
+ *
819
+ * @type {string}
820
+ * @memberof CommentSpec
821
+ */
822
+ approvedTime?: string;
817
823
  /**
818
824
  *
819
825
  * @type {number}
@@ -2017,16 +2023,16 @@ interface Excerpt {
2017
2023
  interface Extension {
2018
2024
  /**
2019
2025
  *
2020
- * @type {string}
2026
+ * @type {Metadata}
2021
2027
  * @memberof Extension
2022
2028
  */
2023
- kind: string;
2029
+ metadata: Metadata;
2024
2030
  /**
2025
2031
  *
2026
- * @type {Metadata}
2032
+ * @type {string}
2027
2033
  * @memberof Extension
2028
2034
  */
2029
- metadata: Metadata;
2035
+ kind: string;
2030
2036
  /**
2031
2037
  *
2032
2038
  * @type {string}
@@ -3019,6 +3025,12 @@ interface ReplySpec {
3019
3025
  * @memberof ReplySpec
3020
3026
  */
3021
3027
  ipAddress?: string;
3028
+ /**
3029
+ *
3030
+ * @type {string}
3031
+ * @memberof ReplySpec
3032
+ */
3033
+ approvedTime?: string;
3022
3034
  /**
3023
3035
  *
3024
3036
  * @type {number}
@@ -7000,17 +7012,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
7000
7012
  * @param {string} [policy] Name of policy
7001
7013
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7002
7014
  * @param {string} [displayName] Display name of attachment
7015
+ * @param {string} [group] Name of group
7003
7016
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7004
7017
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7005
- * @param {string} [group] Name of group
7006
7018
  * @param {number} [size] Size of one page. Zero indicates no limit.
7007
- * @param {number} [page] The page number. Zero indicates no page.
7008
7019
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7009
7020
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7021
+ * @param {number} [page] The page number. Zero indicates no page.
7010
7022
  * @param {*} [options] Override http request option.
7011
7023
  * @throws {RequiredError}
7012
7024
  */
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>;
7025
+ 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>;
7014
7026
  /**
7015
7027
  *
7016
7028
  * @param {any} file
@@ -7031,17 +7043,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
7031
7043
  * @param {string} [policy] Name of policy
7032
7044
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7033
7045
  * @param {string} [displayName] Display name of attachment
7046
+ * @param {string} [group] Name of group
7034
7047
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7035
7048
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7036
- * @param {string} [group] Name of group
7037
7049
  * @param {number} [size] Size of one page. Zero indicates no limit.
7038
- * @param {number} [page] The page number. Zero indicates no page.
7039
7050
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7040
7051
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7052
+ * @param {number} [page] The page number. Zero indicates no page.
7041
7053
  * @param {*} [options] Override http request option.
7042
7054
  * @throws {RequiredError}
7043
7055
  */
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>>;
7056
+ 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>>;
7045
7057
  /**
7046
7058
  *
7047
7059
  * @param {any} file
@@ -7062,17 +7074,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
7062
7074
  * @param {string} [policy] Name of policy
7063
7075
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7064
7076
  * @param {string} [displayName] Display name of attachment
7077
+ * @param {string} [group] Name of group
7065
7078
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7066
7079
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7067
- * @param {string} [group] Name of group
7068
7080
  * @param {number} [size] Size of one page. Zero indicates no limit.
7069
- * @param {number} [page] The page number. Zero indicates no page.
7070
7081
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7071
7082
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7083
+ * @param {number} [page] The page number. Zero indicates no page.
7072
7084
  * @param {*} [options] Override http request option.
7073
7085
  * @throws {RequiredError}
7074
7086
  */
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>;
7087
+ 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>;
7076
7088
  /**
7077
7089
  *
7078
7090
  * @param {any} file
@@ -7107,6 +7119,12 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7107
7119
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7108
7120
  */
7109
7121
  readonly displayName?: string;
7122
+ /**
7123
+ * Name of group
7124
+ * @type {string}
7125
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7126
+ */
7127
+ readonly group?: string;
7110
7128
  /**
7111
7129
  * Filter attachments without group. This parameter will ignore group parameter.
7112
7130
  * @type {boolean}
@@ -7119,24 +7137,12 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7119
7137
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7120
7138
  */
7121
7139
  readonly uploadedBy?: string;
7122
- /**
7123
- * Name of group
7124
- * @type {string}
7125
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7126
- */
7127
- readonly group?: string;
7128
7140
  /**
7129
7141
  * Size of one page. Zero indicates no limit.
7130
7142
  * @type {number}
7131
7143
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7132
7144
  */
7133
7145
  readonly size?: number;
7134
- /**
7135
- * The page number. Zero indicates no page.
7136
- * @type {number}
7137
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7138
- */
7139
- readonly page?: number;
7140
7146
  /**
7141
7147
  * Label selector for filtering.
7142
7148
  * @type {Array<string>}
@@ -7149,6 +7155,12 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7149
7155
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7150
7156
  */
7151
7157
  readonly fieldSelector?: Array<string>;
7158
+ /**
7159
+ * The page number. Zero indicates no page.
7160
+ * @type {number}
7161
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7162
+ */
7163
+ readonly page?: number;
7152
7164
  }
7153
7165
  /**
7154
7166
  * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -7223,9 +7235,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7223
7235
  /**
7224
7236
  * List comments.
7225
7237
  * @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.
7229
7238
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7230
7239
  * @param {boolean} [approved] Comments approved.
7231
7240
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7233,14 +7242,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7233
7242
  * @param {string} [ownerName] Commenter name.
7234
7243
  * @param {string} [subjectKind] Comment subject kind.
7235
7244
  * @param {string} [subjectName] Comment subject name.
7245
+ * @param {string} [keyword] Comments filtered by keyword.
7246
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7247
+ * @param {boolean} [top] Comment top display.
7236
7248
  * @param {number} [size] Size of one page. Zero indicates no limit.
7237
- * @param {number} [page] The page number. Zero indicates no page.
7238
7249
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7239
7250
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7251
+ * @param {number} [page] The page number. Zero indicates no page.
7240
7252
  * @param {*} [options] Override http request option.
7241
7253
  * @throws {RequiredError}
7242
7254
  */
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>;
7255
+ 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>;
7244
7256
  };
7245
7257
  /**
7246
7258
  * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
@@ -7265,9 +7277,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7265
7277
  /**
7266
7278
  * List comments.
7267
7279
  * @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.
7271
7280
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7272
7281
  * @param {boolean} [approved] Comments approved.
7273
7282
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7275,14 +7284,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7275
7284
  * @param {string} [ownerName] Commenter name.
7276
7285
  * @param {string} [subjectKind] Comment subject kind.
7277
7286
  * @param {string} [subjectName] Comment subject name.
7287
+ * @param {string} [keyword] Comments filtered by keyword.
7288
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7289
+ * @param {boolean} [top] Comment top display.
7278
7290
  * @param {number} [size] Size of one page. Zero indicates no limit.
7279
- * @param {number} [page] The page number. Zero indicates no page.
7280
7291
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7281
7292
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7293
+ * @param {number} [page] The page number. Zero indicates no page.
7282
7294
  * @param {*} [options] Override http request option.
7283
7295
  * @throws {RequiredError}
7284
7296
  */
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>>;
7297
+ 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>>;
7286
7298
  };
7287
7299
  /**
7288
7300
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -7307,9 +7319,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7307
7319
  /**
7308
7320
  * List comments.
7309
7321
  * @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.
7313
7322
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7314
7323
  * @param {boolean} [approved] Comments approved.
7315
7324
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -7317,14 +7326,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7317
7326
  * @param {string} [ownerName] Commenter name.
7318
7327
  * @param {string} [subjectKind] Comment subject kind.
7319
7328
  * @param {string} [subjectName] Comment subject name.
7329
+ * @param {string} [keyword] Comments filtered by keyword.
7330
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7331
+ * @param {boolean} [top] Comment top display.
7320
7332
  * @param {number} [size] Size of one page. Zero indicates no limit.
7321
- * @param {number} [page] The page number. Zero indicates no page.
7322
7333
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7323
7334
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7335
+ * @param {number} [page] The page number. Zero indicates no page.
7324
7336
  * @param {*} [options] Override http request option.
7325
7337
  * @throws {RequiredError}
7326
7338
  */
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>;
7339
+ 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>;
7328
7340
  };
7329
7341
  /**
7330
7342
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -7370,24 +7382,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7370
7382
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7371
7383
  */
7372
7384
  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;
7391
7385
  /**
7392
7386
  * ascending order If it is true; otherwise, it is in descending order.
7393
7387
  * @type {boolean}
@@ -7431,17 +7425,29 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7431
7425
  */
7432
7426
  readonly subjectName?: string;
7433
7427
  /**
7434
- * Size of one page. Zero indicates no limit.
7435
- * @type {number}
7428
+ * Comments filtered by keyword.
7429
+ * @type {string}
7436
7430
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7437
7431
  */
7438
- readonly size?: number;
7432
+ readonly keyword?: string;
7439
7433
  /**
7440
- * The page number. Zero indicates no page.
7434
+ * The comment is hidden from the theme side.
7435
+ * @type {boolean}
7436
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7437
+ */
7438
+ readonly hidden?: boolean;
7439
+ /**
7440
+ * Comment top display.
7441
+ * @type {boolean}
7442
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7443
+ */
7444
+ readonly top?: boolean;
7445
+ /**
7446
+ * Size of one page. Zero indicates no limit.
7441
7447
  * @type {number}
7442
7448
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7443
7449
  */
7444
- readonly page?: number;
7450
+ readonly size?: number;
7445
7451
  /**
7446
7452
  * Label selector for filtering.
7447
7453
  * @type {Array<string>}
@@ -7454,6 +7460,12 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7454
7460
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7455
7461
  */
7456
7462
  readonly fieldSelector?: Array<string>;
7463
+ /**
7464
+ * The page number. Zero indicates no page.
7465
+ * @type {number}
7466
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7467
+ */
7468
+ readonly page?: number;
7457
7469
  }
7458
7470
  /**
7459
7471
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7717,16 +7729,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7717
7729
  /**
7718
7730
  * List plugins using query criteria and sort params
7719
7731
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7720
- * @param {boolean} [enabled] Whether the plugin is enabled
7721
7732
  * @param {string} [keyword] Keyword of plugin name or description
7733
+ * @param {boolean} [enabled] Whether the plugin is enabled
7722
7734
  * @param {number} [size] Size of one page. Zero indicates no limit.
7723
- * @param {number} [page] The page number. Zero indicates no page.
7724
7735
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7725
7736
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7737
+ * @param {number} [page] The page number. Zero indicates no page.
7726
7738
  * @param {*} [options] Override http request option.
7727
7739
  * @throws {RequiredError}
7728
7740
  */
7729
- listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7741
+ listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7730
7742
  /**
7731
7743
  * Upgrade a plugin by uploading a Jar file
7732
7744
  * @param {string} name
@@ -7751,16 +7763,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7751
7763
  /**
7752
7764
  * List plugins using query criteria and sort params
7753
7765
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7754
- * @param {boolean} [enabled] Whether the plugin is enabled
7755
7766
  * @param {string} [keyword] Keyword of plugin name or description
7767
+ * @param {boolean} [enabled] Whether the plugin is enabled
7756
7768
  * @param {number} [size] Size of one page. Zero indicates no limit.
7757
- * @param {number} [page] The page number. Zero indicates no page.
7758
7769
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7759
7770
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7771
+ * @param {number} [page] The page number. Zero indicates no page.
7760
7772
  * @param {*} [options] Override http request option.
7761
7773
  * @throws {RequiredError}
7762
7774
  */
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>>;
7775
+ 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>>;
7764
7776
  /**
7765
7777
  * Upgrade a plugin by uploading a Jar file
7766
7778
  * @param {string} name
@@ -7785,16 +7797,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7785
7797
  /**
7786
7798
  * List plugins using query criteria and sort params
7787
7799
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7788
- * @param {boolean} [enabled] Whether the plugin is enabled
7789
7800
  * @param {string} [keyword] Keyword of plugin name or description
7801
+ * @param {boolean} [enabled] Whether the plugin is enabled
7790
7802
  * @param {number} [size] Size of one page. Zero indicates no limit.
7791
- * @param {number} [page] The page number. Zero indicates no page.
7792
7803
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7793
7804
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7805
+ * @param {number} [page] The page number. Zero indicates no page.
7794
7806
  * @param {*} [options] Override http request option.
7795
7807
  * @throws {RequiredError}
7796
7808
  */
7797
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7809
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
7798
7810
  /**
7799
7811
  * Upgrade a plugin by uploading a Jar file
7800
7812
  * @param {string} name
@@ -7829,12 +7841,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7829
7841
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7830
7842
  */
7831
7843
  readonly sort?: Array<string>;
7832
- /**
7833
- * Whether the plugin is enabled
7834
- * @type {boolean}
7835
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7836
- */
7837
- readonly enabled?: boolean;
7838
7844
  /**
7839
7845
  * Keyword of plugin name or description
7840
7846
  * @type {string}
@@ -7842,17 +7848,17 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7842
7848
  */
7843
7849
  readonly keyword?: string;
7844
7850
  /**
7845
- * Size of one page. Zero indicates no limit.
7846
- * @type {number}
7851
+ * Whether the plugin is enabled
7852
+ * @type {boolean}
7847
7853
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7848
7854
  */
7849
- readonly size?: number;
7855
+ readonly enabled?: boolean;
7850
7856
  /**
7851
- * The page number. Zero indicates no page.
7857
+ * Size of one page. Zero indicates no limit.
7852
7858
  * @type {number}
7853
7859
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7854
7860
  */
7855
- readonly page?: number;
7861
+ readonly size?: number;
7856
7862
  /**
7857
7863
  * Label selector for filtering.
7858
7864
  * @type {Array<string>}
@@ -7865,6 +7871,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7865
7871
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7866
7872
  */
7867
7873
  readonly fieldSelector?: Array<string>;
7874
+ /**
7875
+ * The page number. Zero indicates no page.
7876
+ * @type {number}
7877
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7878
+ */
7879
+ readonly page?: number;
7868
7880
  }
7869
7881
  /**
7870
7882
  * Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7933,21 +7945,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7933
7945
  /**
7934
7946
  * List posts.
7935
7947
  * @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]
7940
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7941
7948
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7942
7949
  * @param {Array<string>} [category]
7950
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7951
+ * @param {Array<string>} [contributor]
7952
+ * @param {string} [keyword] Posts filtered by keyword.
7953
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7954
+ * @param {Array<string>} [tag]
7943
7955
  * @param {number} [size] Size of one page. Zero indicates no limit.
7944
- * @param {number} [page] The page number. Zero indicates no page.
7945
7956
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7946
7957
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7958
+ * @param {number} [page] The page number. Zero indicates no page.
7947
7959
  * @param {*} [options] Override http request option.
7948
7960
  * @throws {RequiredError}
7949
7961
  */
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>;
7962
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>;
7951
7963
  /**
7952
7964
  * Publish a post.
7953
7965
  * @param {string} name
@@ -8002,21 +8014,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
8002
8014
  /**
8003
8015
  * List posts.
8004
8016
  * @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]
8009
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8010
8017
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8011
8018
  * @param {Array<string>} [category]
8019
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8020
+ * @param {Array<string>} [contributor]
8021
+ * @param {string} [keyword] Posts filtered by keyword.
8022
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8023
+ * @param {Array<string>} [tag]
8012
8024
  * @param {number} [size] Size of one page. Zero indicates no limit.
8013
- * @param {number} [page] The page number. Zero indicates no page.
8014
8025
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8015
8026
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8027
+ * @param {number} [page] The page number. Zero indicates no page.
8016
8028
  * @param {*} [options] Override http request option.
8017
8029
  * @throws {RequiredError}
8018
8030
  */
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>>;
8031
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>>;
8020
8032
  /**
8021
8033
  * Publish a post.
8022
8034
  * @param {string} name
@@ -8071,21 +8083,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
8071
8083
  /**
8072
8084
  * List posts.
8073
8085
  * @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]
8078
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8079
8086
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8080
8087
  * @param {Array<string>} [category]
8088
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8089
+ * @param {Array<string>} [contributor]
8090
+ * @param {string} [keyword] Posts filtered by keyword.
8091
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8092
+ * @param {Array<string>} [tag]
8081
8093
  * @param {number} [size] Size of one page. Zero indicates no limit.
8082
- * @param {number} [page] The page number. Zero indicates no page.
8083
8094
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8084
8095
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8096
+ * @param {number} [page] The page number. Zero indicates no page.
8085
8097
  * @param {*} [options] Override http request option.
8086
8098
  * @throws {RequiredError}
8087
8099
  */
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>;
8100
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>;
8089
8101
  /**
8090
8102
  * Publish a post.
8091
8103
  * @param {string} name
@@ -8152,22 +8164,22 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8152
8164
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8153
8165
  /**
8154
8166
  *
8155
- * @type {Array<string>}
8167
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8156
8168
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8157
8169
  */
8158
- readonly tag?: Array<string>;
8170
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8159
8171
  /**
8160
- * Posts filtered by keyword.
8161
- * @type {string}
8172
+ *
8173
+ * @type {Array<string>}
8162
8174
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8163
8175
  */
8164
- readonly keyword?: string;
8176
+ readonly category?: Array<string>;
8165
8177
  /**
8166
- *
8167
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8178
+ * ascending order If it is true; otherwise, it is in descending order.
8179
+ * @type {boolean}
8168
8180
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8169
8181
  */
8170
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8182
+ readonly sortOrder?: boolean;
8171
8183
  /**
8172
8184
  *
8173
8185
  * @type {Array<string>}
@@ -8175,35 +8187,29 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8175
8187
  */
8176
8188
  readonly contributor?: Array<string>;
8177
8189
  /**
8178
- * ascending order If it is true; otherwise, it is in descending order.
8179
- * @type {boolean}
8190
+ * Posts filtered by keyword.
8191
+ * @type {string}
8180
8192
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8181
8193
  */
8182
- readonly sortOrder?: boolean;
8194
+ readonly keyword?: string;
8183
8195
  /**
8184
8196
  *
8185
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8197
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8186
8198
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8187
8199
  */
8188
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8200
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8189
8201
  /**
8190
8202
  *
8191
8203
  * @type {Array<string>}
8192
8204
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8193
8205
  */
8194
- readonly category?: Array<string>;
8206
+ readonly tag?: Array<string>;
8195
8207
  /**
8196
8208
  * Size of one page. Zero indicates no limit.
8197
8209
  * @type {number}
8198
8210
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8199
8211
  */
8200
8212
  readonly size?: number;
8201
- /**
8202
- * The page number. Zero indicates no page.
8203
- * @type {number}
8204
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8205
- */
8206
- readonly page?: number;
8207
8213
  /**
8208
8214
  * Label selector for filtering.
8209
8215
  * @type {Array<string>}
@@ -8216,6 +8222,12 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8216
8222
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8217
8223
  */
8218
8224
  readonly fieldSelector?: Array<string>;
8225
+ /**
8226
+ * The page number. Zero indicates no page.
8227
+ * @type {number}
8228
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8229
+ */
8230
+ readonly page?: number;
8219
8231
  }
8220
8232
  /**
8221
8233
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -8374,13 +8386,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
8374
8386
  * List replies.
8375
8387
  * @param {string} [commentName] Replies filtered by commentName.
8376
8388
  * @param {number} [size] Size of one page. Zero indicates no limit.
8377
- * @param {number} [page] The page number. Zero indicates no page.
8378
8389
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8379
8390
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8391
+ * @param {number} [page] The page number. Zero indicates no page.
8380
8392
  * @param {*} [options] Override http request option.
8381
8393
  * @throws {RequiredError}
8382
8394
  */
8383
- listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8395
+ listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8384
8396
  };
8385
8397
  /**
8386
8398
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -8391,13 +8403,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
8391
8403
  * List replies.
8392
8404
  * @param {string} [commentName] Replies filtered by commentName.
8393
8405
  * @param {number} [size] Size of one page. Zero indicates no limit.
8394
- * @param {number} [page] The page number. Zero indicates no page.
8395
8406
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8396
8407
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8408
+ * @param {number} [page] The page number. Zero indicates no page.
8397
8409
  * @param {*} [options] Override http request option.
8398
8410
  * @throws {RequiredError}
8399
8411
  */
8400
- listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8412
+ listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8401
8413
  };
8402
8414
  /**
8403
8415
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -8408,13 +8420,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
8408
8420
  * List replies.
8409
8421
  * @param {string} [commentName] Replies filtered by commentName.
8410
8422
  * @param {number} [size] Size of one page. Zero indicates no limit.
8411
- * @param {number} [page] The page number. Zero indicates no page.
8412
8423
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8413
8424
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8425
+ * @param {number} [page] The page number. Zero indicates no page.
8414
8426
  * @param {*} [options] Override http request option.
8415
8427
  * @throws {RequiredError}
8416
8428
  */
8417
- listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
8429
+ listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
8418
8430
  };
8419
8431
  /**
8420
8432
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -8434,12 +8446,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8434
8446
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8435
8447
  */
8436
8448
  readonly size?: number;
8437
- /**
8438
- * The page number. Zero indicates no page.
8439
- * @type {number}
8440
- * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8441
- */
8442
- readonly page?: number;
8443
8449
  /**
8444
8450
  * Label selector for filtering.
8445
8451
  * @type {Array<string>}
@@ -8452,6 +8458,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8452
8458
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8453
8459
  */
8454
8460
  readonly fieldSelector?: Array<string>;
8461
+ /**
8462
+ * The page number. Zero indicates no page.
8463
+ * @type {number}
8464
+ * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8465
+ */
8466
+ readonly page?: number;
8455
8467
  }
8456
8468
  /**
8457
8469
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -8485,19 +8497,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
8485
8497
  /**
8486
8498
  * List single pages.
8487
8499
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8500
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8501
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8502
+ * @param {Array<string>} [contributor]
8488
8503
  * @param {string} [keyword] SinglePages filtered by keyword.
8489
8504
  * @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
8505
  * @param {number} [size] Size of one page. Zero indicates no limit.
8494
- * @param {number} [page] The page number. Zero indicates no page.
8495
8506
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8496
8507
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8508
+ * @param {number} [page] The page number. Zero indicates no page.
8497
8509
  * @param {*} [options] Override http request option.
8498
8510
  * @throws {RequiredError}
8499
8511
  */
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>;
8512
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8501
8513
  /**
8502
8514
  * Publish a single page.
8503
8515
  * @param {string} name
@@ -8537,19 +8549,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
8537
8549
  /**
8538
8550
  * List single pages.
8539
8551
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8552
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8553
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8554
+ * @param {Array<string>} [contributor]
8540
8555
  * @param {string} [keyword] SinglePages filtered by keyword.
8541
8556
  * @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
8557
  * @param {number} [size] Size of one page. Zero indicates no limit.
8546
- * @param {number} [page] The page number. Zero indicates no page.
8547
8558
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8548
8559
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8560
+ * @param {number} [page] The page number. Zero indicates no page.
8549
8561
  * @param {*} [options] Override http request option.
8550
8562
  * @throws {RequiredError}
8551
8563
  */
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>>;
8564
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, 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>>;
8553
8565
  /**
8554
8566
  * Publish a single page.
8555
8567
  * @param {string} name
@@ -8589,19 +8601,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
8589
8601
  /**
8590
8602
  * List single pages.
8591
8603
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8604
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8605
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8606
+ * @param {Array<string>} [contributor]
8592
8607
  * @param {string} [keyword] SinglePages filtered by keyword.
8593
8608
  * @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
8609
  * @param {number} [size] Size of one page. Zero indicates no limit.
8598
- * @param {number} [page] The page number. Zero indicates no page.
8599
8610
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8600
8611
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8612
+ * @param {number} [page] The page number. Zero indicates no page.
8601
8613
  * @param {*} [options] Override http request option.
8602
8614
  * @throws {RequiredError}
8603
8615
  */
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>;
8616
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
8605
8617
  /**
8606
8618
  * Publish a single page.
8607
8619
  * @param {string} name
@@ -8652,17 +8664,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8652
8664
  */
8653
8665
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8654
8666
  /**
8655
- * SinglePages filtered by keyword.
8656
- * @type {string}
8667
+ *
8668
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8657
8669
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8658
8670
  */
8659
- readonly keyword?: string;
8671
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8660
8672
  /**
8661
- *
8662
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8673
+ * ascending order If it is true; otherwise, it is in descending order.
8674
+ * @type {boolean}
8663
8675
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8664
8676
  */
8665
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8677
+ readonly sortOrder?: boolean;
8666
8678
  /**
8667
8679
  *
8668
8680
  * @type {Array<string>}
@@ -8670,29 +8682,23 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8670
8682
  */
8671
8683
  readonly contributor?: Array<string>;
8672
8684
  /**
8673
- * ascending order If it is true; otherwise, it is in descending order.
8674
- * @type {boolean}
8685
+ * SinglePages filtered by keyword.
8686
+ * @type {string}
8675
8687
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8676
8688
  */
8677
- readonly sortOrder?: boolean;
8689
+ readonly keyword?: string;
8678
8690
  /**
8679
8691
  *
8680
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8692
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8681
8693
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8682
8694
  */
8683
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8695
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8684
8696
  /**
8685
8697
  * Size of one page. Zero indicates no limit.
8686
8698
  * @type {number}
8687
8699
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8688
8700
  */
8689
8701
  readonly size?: number;
8690
- /**
8691
- * The page number. Zero indicates no page.
8692
- * @type {number}
8693
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8694
- */
8695
- readonly page?: number;
8696
8702
  /**
8697
8703
  * Label selector for filtering.
8698
8704
  * @type {Array<string>}
@@ -8705,6 +8711,12 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8705
8711
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8706
8712
  */
8707
8713
  readonly fieldSelector?: Array<string>;
8714
+ /**
8715
+ * The page number. Zero indicates no page.
8716
+ * @type {number}
8717
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8718
+ */
8719
+ readonly page?: number;
8708
8720
  }
8709
8721
  /**
8710
8722
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -8874,20 +8886,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
8874
8886
  * List themes.
8875
8887
  * @param {boolean} uninstalled
8876
8888
  * @param {number} [size] Size of one page. Zero indicates no limit.
8877
- * @param {number} [page] The page number. Zero indicates no page.
8878
8889
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8879
8890
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8891
+ * @param {number} [page] The page number. Zero indicates no page.
8880
8892
  * @param {*} [options] Override http request option.
8881
8893
  * @throws {RequiredError}
8882
8894
  */
8883
- listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8895
+ listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8884
8896
  /**
8885
8897
  * Reload theme setting.
8886
8898
  * @param {string} name
8887
8899
  * @param {*} [options] Override http request option.
8888
8900
  * @throws {RequiredError}
8889
8901
  */
8890
- reload: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8902
+ reloadThemeSetting: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8891
8903
  /**
8892
8904
  * Upgrade theme
8893
8905
  * @param {string} name
@@ -8913,20 +8925,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
8913
8925
  * List themes.
8914
8926
  * @param {boolean} uninstalled
8915
8927
  * @param {number} [size] Size of one page. Zero indicates no limit.
8916
- * @param {number} [page] The page number. Zero indicates no page.
8917
8928
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8918
8929
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8930
+ * @param {number} [page] The page number. Zero indicates no page.
8919
8931
  * @param {*} [options] Override http request option.
8920
8932
  * @throws {RequiredError}
8921
8933
  */
8922
- listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8934
+ listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8923
8935
  /**
8924
8936
  * Reload theme setting.
8925
8937
  * @param {string} name
8926
8938
  * @param {*} [options] Override http request option.
8927
8939
  * @throws {RequiredError}
8928
8940
  */
8929
- reload(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
8941
+ reloadThemeSetting(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
8930
8942
  /**
8931
8943
  * Upgrade theme
8932
8944
  * @param {string} name
@@ -8952,20 +8964,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
8952
8964
  * List themes.
8953
8965
  * @param {boolean} uninstalled
8954
8966
  * @param {number} [size] Size of one page. Zero indicates no limit.
8955
- * @param {number} [page] The page number. Zero indicates no page.
8956
8967
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8957
8968
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8969
+ * @param {number} [page] The page number. Zero indicates no page.
8958
8970
  * @param {*} [options] Override http request option.
8959
8971
  * @throws {RequiredError}
8960
8972
  */
8961
- listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
8973
+ listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ThemeList>;
8962
8974
  /**
8963
8975
  * Reload theme setting.
8964
8976
  * @param {string} name
8965
8977
  * @param {*} [options] Override http request option.
8966
8978
  * @throws {RequiredError}
8967
8979
  */
8968
- reload(name: string, options?: any): AxiosPromise<Theme>;
8980
+ reloadThemeSetting(name: string, options?: any): AxiosPromise<Theme>;
8969
8981
  /**
8970
8982
  * Upgrade theme
8971
8983
  * @param {string} name
@@ -9006,12 +9018,6 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9006
9018
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9007
9019
  */
9008
9020
  readonly size?: number;
9009
- /**
9010
- * The page number. Zero indicates no page.
9011
- * @type {number}
9012
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9013
- */
9014
- readonly page?: number;
9015
9021
  /**
9016
9022
  * Label selector for filtering.
9017
9023
  * @type {Array<string>}
@@ -9024,17 +9030,23 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9024
9030
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9025
9031
  */
9026
9032
  readonly fieldSelector?: Array<string>;
9033
+ /**
9034
+ * The page number. Zero indicates no page.
9035
+ * @type {number}
9036
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9037
+ */
9038
+ readonly page?: number;
9027
9039
  }
9028
9040
  /**
9029
- * Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
9041
+ * Request parameters for reloadThemeSetting operation in ApiConsoleHaloRunV1alpha1ThemeApi.
9030
9042
  * @export
9031
- * @interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest
9043
+ * @interface ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest
9032
9044
  */
9033
- interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest {
9045
+ interface ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest {
9034
9046
  /**
9035
9047
  *
9036
9048
  * @type {string}
9037
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiReload
9049
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSetting
9038
9050
  */
9039
9051
  readonly name: string;
9040
9052
  }
@@ -9082,12 +9094,12 @@ declare class ApiConsoleHaloRunV1alpha1ThemeApi extends BaseAPI {
9082
9094
  listThemes(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ThemeList, any>>;
9083
9095
  /**
9084
9096
  * Reload theme setting.
9085
- * @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest} requestParameters Request parameters.
9097
+ * @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest} requestParameters Request parameters.
9086
9098
  * @param {*} [options] Override http request option.
9087
9099
  * @throws {RequiredError}
9088
9100
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApi
9089
9101
  */
9090
- reload(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
9102
+ reloadThemeSetting(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
9091
9103
  /**
9092
9104
  * Upgrade theme
9093
9105
  * @param {ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest} requestParameters Request parameters.
@@ -9611,13 +9623,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
9611
9623
  /**
9612
9624
  * Search posts with fuzzy query
9613
9625
  * @param {string} keyword
9614
- * @param {number} [limit]
9615
9626
  * @param {string} [highlightPreTag]
9616
9627
  * @param {string} [highlightPostTag]
9628
+ * @param {number} [limit]
9617
9629
  * @param {*} [options] Override http request option.
9618
9630
  * @throws {RequiredError}
9619
9631
  */
9620
- searchPost: (keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9632
+ searchPost: (keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9621
9633
  };
9622
9634
  /**
9623
9635
  * ApiHaloRunV1alpha1PostApi - functional programming interface
@@ -9627,13 +9639,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
9627
9639
  /**
9628
9640
  * Search posts with fuzzy query
9629
9641
  * @param {string} keyword
9630
- * @param {number} [limit]
9631
9642
  * @param {string} [highlightPreTag]
9632
9643
  * @param {string} [highlightPostTag]
9644
+ * @param {number} [limit]
9633
9645
  * @param {*} [options] Override http request option.
9634
9646
  * @throws {RequiredError}
9635
9647
  */
9636
- searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
9648
+ searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
9637
9649
  };
9638
9650
  /**
9639
9651
  * ApiHaloRunV1alpha1PostApi - factory interface
@@ -9643,13 +9655,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
9643
9655
  /**
9644
9656
  * Search posts with fuzzy query
9645
9657
  * @param {string} keyword
9646
- * @param {number} [limit]
9647
9658
  * @param {string} [highlightPreTag]
9648
9659
  * @param {string} [highlightPostTag]
9660
+ * @param {number} [limit]
9649
9661
  * @param {*} [options] Override http request option.
9650
9662
  * @throws {RequiredError}
9651
9663
  */
9652
- searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: any): AxiosPromise<PostHits>;
9664
+ searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: any): AxiosPromise<PostHits>;
9653
9665
  };
9654
9666
  /**
9655
9667
  * Request parameters for searchPost operation in ApiHaloRunV1alpha1PostApi.
@@ -9665,22 +9677,22 @@ interface ApiHaloRunV1alpha1PostApiSearchPostRequest {
9665
9677
  readonly keyword: string;
9666
9678
  /**
9667
9679
  *
9668
- * @type {number}
9680
+ * @type {string}
9669
9681
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9670
9682
  */
9671
- readonly limit?: number;
9683
+ readonly highlightPreTag?: string;
9672
9684
  /**
9673
9685
  *
9674
9686
  * @type {string}
9675
9687
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9676
9688
  */
9677
- readonly highlightPreTag?: string;
9689
+ readonly highlightPostTag?: string;
9678
9690
  /**
9679
9691
  *
9680
- * @type {string}
9692
+ * @type {number}
9681
9693
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
9682
9694
  */
9683
- readonly highlightPostTag?: string;
9695
+ readonly limit?: number;
9684
9696
  }
9685
9697
  /**
9686
9698
  * ApiHaloRunV1alpha1PostApi - object-oriented interface
@@ -16404,4 +16416,4 @@ declare class V1alpha1UserApi extends BaseAPI {
16404
16416
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
16405
16417
  }
16406
16418
 
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 };
16419
+ 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 };