@halo-dev/api-client 0.0.70 → 0.0.71

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
@@ -1694,86 +1694,36 @@ interface Content {
1694
1694
  * https://openapi-generator.tech
1695
1695
  * Do not edit the class manually.
1696
1696
  */
1697
-
1698
1697
  /**
1699
1698
  *
1700
1699
  * @export
1701
- * @interface ContentRequest
1700
+ * @interface ContentWrapper
1702
1701
  */
1703
- interface ContentRequest {
1704
- /**
1705
- *
1706
- * @type {Ref}
1707
- * @memberof ContentRequest
1708
- */
1709
- subjectRef: Ref;
1710
- /**
1711
- *
1712
- * @type {string}
1713
- * @memberof ContentRequest
1714
- */
1715
- headSnapshotName?: string;
1716
- /**
1717
- *
1718
- * @type {string}
1719
- * @memberof ContentRequest
1720
- */
1721
- raw: string;
1722
- /**
1723
- *
1724
- * @type {string}
1725
- * @memberof ContentRequest
1726
- */
1727
- content: string;
1702
+ interface ContentWrapper {
1728
1703
  /**
1729
1704
  *
1730
1705
  * @type {string}
1731
- * @memberof ContentRequest
1732
- */
1733
- rawType: string;
1734
- }
1735
-
1736
- /**
1737
- * Halo Next API
1738
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
1739
- *
1740
- * The version of the OpenAPI document: 2.0.0
1741
- *
1742
- *
1743
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1744
- * https://openapi-generator.tech
1745
- * Do not edit the class manually.
1746
- */
1747
- /**
1748
- *
1749
- * @export
1750
- * @interface ContentResponse
1751
- */
1752
- interface ContentResponse {
1753
- /**
1754
- * The headSnapshotName if updated or new name if created.
1755
- * @type {string}
1756
- * @memberof ContentResponse
1706
+ * @memberof ContentWrapper
1757
1707
  */
1758
- snapshotName: string;
1708
+ snapshotName?: string;
1759
1709
  /**
1760
1710
  *
1761
1711
  * @type {string}
1762
- * @memberof ContentResponse
1712
+ * @memberof ContentWrapper
1763
1713
  */
1764
- raw: string;
1714
+ raw?: string;
1765
1715
  /**
1766
1716
  *
1767
1717
  * @type {string}
1768
- * @memberof ContentResponse
1718
+ * @memberof ContentWrapper
1769
1719
  */
1770
- content: string;
1720
+ content?: string;
1771
1721
  /**
1772
1722
  *
1773
1723
  * @type {string}
1774
- * @memberof ContentResponse
1724
+ * @memberof ContentWrapper
1775
1725
  */
1776
- rawType: string;
1726
+ rawType?: string;
1777
1727
  }
1778
1728
 
1779
1729
  /**
@@ -2203,22 +2153,22 @@ interface Excerpt {
2203
2153
  interface Extension {
2204
2154
  /**
2205
2155
  *
2206
- * @type {string}
2156
+ * @type {Metadata}
2207
2157
  * @memberof Extension
2208
2158
  */
2209
- kind: string;
2159
+ metadata: Metadata;
2210
2160
  /**
2211
2161
  *
2212
- * @type {Metadata}
2162
+ * @type {string}
2213
2163
  * @memberof Extension
2214
2164
  */
2215
- metadata: Metadata;
2165
+ apiVersion: string;
2216
2166
  /**
2217
2167
  *
2218
2168
  * @type {string}
2219
2169
  * @memberof Extension
2220
2170
  */
2221
- apiVersion: string;
2171
+ kind: string;
2222
2172
  }
2223
2173
 
2224
2174
  /**
@@ -7260,17 +7210,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
7260
7210
  * @param {string} [policy] Name of policy
7261
7211
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7262
7212
  * @param {string} [displayName] Display name of attachment
7263
- * @param {string} [group] Name of group
7264
7213
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7265
7214
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7215
+ * @param {string} [group] Name of group
7266
7216
  * @param {number} [size] Size of one page. Zero indicates no limit.
7267
- * @param {number} [page] The page number. Zero indicates no page.
7268
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7269
7217
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7218
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7219
+ * @param {number} [page] The page number. Zero indicates no page.
7270
7220
  * @param {*} [options] Override http request option.
7271
7221
  * @throws {RequiredError}
7272
7222
  */
7273
- searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7223
+ searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7274
7224
  /**
7275
7225
  *
7276
7226
  * @param {any} file
@@ -7291,17 +7241,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
7291
7241
  * @param {string} [policy] Name of policy
7292
7242
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7293
7243
  * @param {string} [displayName] Display name of attachment
7294
- * @param {string} [group] Name of group
7295
7244
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7296
7245
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7246
+ * @param {string} [group] Name of group
7297
7247
  * @param {number} [size] Size of one page. Zero indicates no limit.
7298
- * @param {number} [page] The page number. Zero indicates no page.
7299
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7300
7248
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7249
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7250
+ * @param {number} [page] The page number. Zero indicates no page.
7301
7251
  * @param {*} [options] Override http request option.
7302
7252
  * @throws {RequiredError}
7303
7253
  */
7304
- searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7254
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7305
7255
  /**
7306
7256
  *
7307
7257
  * @param {any} file
@@ -7322,17 +7272,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
7322
7272
  * @param {string} [policy] Name of policy
7323
7273
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7324
7274
  * @param {string} [displayName] Display name of attachment
7325
- * @param {string} [group] Name of group
7326
7275
  * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7327
7276
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
7277
+ * @param {string} [group] Name of group
7328
7278
  * @param {number} [size] Size of one page. Zero indicates no limit.
7329
- * @param {number} [page] The page number. Zero indicates no page.
7330
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7331
7279
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7280
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7281
+ * @param {number} [page] The page number. Zero indicates no page.
7332
7282
  * @param {*} [options] Override http request option.
7333
7283
  * @throws {RequiredError}
7334
7284
  */
7335
- searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
7285
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
7336
7286
  /**
7337
7287
  *
7338
7288
  * @param {any} file
@@ -7367,12 +7317,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7367
7317
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7368
7318
  */
7369
7319
  readonly displayName?: string;
7370
- /**
7371
- * Name of group
7372
- * @type {string}
7373
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7374
- */
7375
- readonly group?: string;
7376
7320
  /**
7377
7321
  * Filter attachments without group. This parameter will ignore group parameter.
7378
7322
  * @type {boolean}
@@ -7385,6 +7329,12 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7385
7329
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7386
7330
  */
7387
7331
  readonly uploadedBy?: string;
7332
+ /**
7333
+ * Name of group
7334
+ * @type {string}
7335
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7336
+ */
7337
+ readonly group?: string;
7388
7338
  /**
7389
7339
  * Size of one page. Zero indicates no limit.
7390
7340
  * @type {number}
@@ -7392,11 +7342,11 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7392
7342
  */
7393
7343
  readonly size?: number;
7394
7344
  /**
7395
- * The page number. Zero indicates no page.
7396
- * @type {number}
7345
+ * Label selector for filtering.
7346
+ * @type {Array<string>}
7397
7347
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7398
7348
  */
7399
- readonly page?: number;
7349
+ readonly labelSelector?: Array<string>;
7400
7350
  /**
7401
7351
  * Field selector for filtering.
7402
7352
  * @type {Array<string>}
@@ -7404,11 +7354,11 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7404
7354
  */
7405
7355
  readonly fieldSelector?: Array<string>;
7406
7356
  /**
7407
- * Label selector for filtering.
7408
- * @type {Array<string>}
7357
+ * The page number. Zero indicates no page.
7358
+ * @type {number}
7409
7359
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7410
7360
  */
7411
- readonly labelSelector?: Array<string>;
7361
+ readonly page?: number;
7412
7362
  }
7413
7363
  /**
7414
7364
  * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -7483,24 +7433,24 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7483
7433
  /**
7484
7434
  * List comments.
7485
7435
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7486
- * @param {boolean} [top] Comment top display.
7487
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7488
- * @param {string} [keyword] Comments filtered by keyword.
7436
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7489
7437
  * @param {boolean} [approved] Comments approved.
7490
7438
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7491
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7492
7439
  * @param {string} [ownerKind] Commenter kind.
7493
7440
  * @param {string} [ownerName] Commenter name.
7494
7441
  * @param {string} [subjectKind] Comment subject kind.
7495
7442
  * @param {string} [subjectName] Comment subject name.
7443
+ * @param {string} [keyword] Comments filtered by keyword.
7444
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7445
+ * @param {boolean} [top] Comment top display.
7496
7446
  * @param {number} [size] Size of one page. Zero indicates no limit.
7497
- * @param {number} [page] The page number. Zero indicates no page.
7498
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7499
7447
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7448
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7449
+ * @param {number} [page] The page number. Zero indicates no page.
7500
7450
  * @param {*} [options] Override http request option.
7501
7451
  * @throws {RequiredError}
7502
7452
  */
7503
- listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', top?: boolean, hidden?: boolean, keyword?: string, approved?: boolean, allowNotification?: boolean, sortOrder?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7453
+ 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>;
7504
7454
  };
7505
7455
  /**
7506
7456
  * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
@@ -7525,24 +7475,24 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7525
7475
  /**
7526
7476
  * List comments.
7527
7477
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7528
- * @param {boolean} [top] Comment top display.
7529
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7530
- * @param {string} [keyword] Comments filtered by keyword.
7478
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7531
7479
  * @param {boolean} [approved] Comments approved.
7532
7480
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7533
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7534
7481
  * @param {string} [ownerKind] Commenter kind.
7535
7482
  * @param {string} [ownerName] Commenter name.
7536
7483
  * @param {string} [subjectKind] Comment subject kind.
7537
7484
  * @param {string} [subjectName] Comment subject name.
7485
+ * @param {string} [keyword] Comments filtered by keyword.
7486
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7487
+ * @param {boolean} [top] Comment top display.
7538
7488
  * @param {number} [size] Size of one page. Zero indicates no limit.
7539
- * @param {number} [page] The page number. Zero indicates no page.
7540
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7541
7489
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7490
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7491
+ * @param {number} [page] The page number. Zero indicates no page.
7542
7492
  * @param {*} [options] Override http request option.
7543
7493
  * @throws {RequiredError}
7544
7494
  */
7545
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', top?: boolean, hidden?: boolean, keyword?: string, approved?: boolean, allowNotification?: boolean, sortOrder?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
7495
+ 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>>;
7546
7496
  };
7547
7497
  /**
7548
7498
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -7567,24 +7517,24 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7567
7517
  /**
7568
7518
  * List comments.
7569
7519
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7570
- * @param {boolean} [top] Comment top display.
7571
- * @param {boolean} [hidden] The comment is hidden from the theme side.
7572
- * @param {string} [keyword] Comments filtered by keyword.
7520
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7573
7521
  * @param {boolean} [approved] Comments approved.
7574
7522
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7575
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7576
7523
  * @param {string} [ownerKind] Commenter kind.
7577
7524
  * @param {string} [ownerName] Commenter name.
7578
7525
  * @param {string} [subjectKind] Comment subject kind.
7579
7526
  * @param {string} [subjectName] Comment subject name.
7527
+ * @param {string} [keyword] Comments filtered by keyword.
7528
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
7529
+ * @param {boolean} [top] Comment top display.
7580
7530
  * @param {number} [size] Size of one page. Zero indicates no limit.
7581
- * @param {number} [page] The page number. Zero indicates no page.
7582
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7583
7531
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7532
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7533
+ * @param {number} [page] The page number. Zero indicates no page.
7584
7534
  * @param {*} [options] Override http request option.
7585
7535
  * @throws {RequiredError}
7586
7536
  */
7587
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', top?: boolean, hidden?: boolean, keyword?: string, approved?: boolean, allowNotification?: boolean, sortOrder?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<ListedCommentList>;
7537
+ 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>;
7588
7538
  };
7589
7539
  /**
7590
7540
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -7631,23 +7581,11 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7631
7581
  */
7632
7582
  readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
7633
7583
  /**
7634
- * Comment top display.
7635
- * @type {boolean}
7636
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7637
- */
7638
- readonly top?: boolean;
7639
- /**
7640
- * The comment is hidden from the theme side.
7584
+ * ascending order If it is true; otherwise, it is in descending order.
7641
7585
  * @type {boolean}
7642
7586
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7643
7587
  */
7644
- readonly hidden?: boolean;
7645
- /**
7646
- * Comments filtered by keyword.
7647
- * @type {string}
7648
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7649
- */
7650
- readonly keyword?: string;
7588
+ readonly sortOrder?: boolean;
7651
7589
  /**
7652
7590
  * Comments approved.
7653
7591
  * @type {boolean}
@@ -7660,12 +7598,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7660
7598
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7661
7599
  */
7662
7600
  readonly allowNotification?: boolean;
7663
- /**
7664
- * ascending order If it is true; otherwise, it is in descending order.
7665
- * @type {boolean}
7666
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7667
- */
7668
- readonly sortOrder?: boolean;
7669
7601
  /**
7670
7602
  * Commenter kind.
7671
7603
  * @type {string}
@@ -7690,6 +7622,24 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7690
7622
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7691
7623
  */
7692
7624
  readonly subjectName?: string;
7625
+ /**
7626
+ * Comments filtered by keyword.
7627
+ * @type {string}
7628
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7629
+ */
7630
+ readonly keyword?: string;
7631
+ /**
7632
+ * The comment is hidden from the theme side.
7633
+ * @type {boolean}
7634
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7635
+ */
7636
+ readonly hidden?: boolean;
7637
+ /**
7638
+ * Comment top display.
7639
+ * @type {boolean}
7640
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7641
+ */
7642
+ readonly top?: boolean;
7693
7643
  /**
7694
7644
  * Size of one page. Zero indicates no limit.
7695
7645
  * @type {number}
@@ -7697,11 +7647,11 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7697
7647
  */
7698
7648
  readonly size?: number;
7699
7649
  /**
7700
- * The page number. Zero indicates no page.
7701
- * @type {number}
7650
+ * Label selector for filtering.
7651
+ * @type {Array<string>}
7702
7652
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7703
7653
  */
7704
- readonly page?: number;
7654
+ readonly labelSelector?: Array<string>;
7705
7655
  /**
7706
7656
  * Field selector for filtering.
7707
7657
  * @type {Array<string>}
@@ -7709,11 +7659,11 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7709
7659
  */
7710
7660
  readonly fieldSelector?: Array<string>;
7711
7661
  /**
7712
- * Label selector for filtering.
7713
- * @type {Array<string>}
7662
+ * The page number. Zero indicates no page.
7663
+ * @type {number}
7714
7664
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7715
7665
  */
7716
- readonly labelSelector?: Array<string>;
7666
+ readonly page?: number;
7717
7667
  }
7718
7668
  /**
7719
7669
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7749,271 +7699,109 @@ declare class ApiConsoleHaloRunV1alpha1CommentApi extends BaseAPI {
7749
7699
  }
7750
7700
 
7751
7701
  /**
7752
- * ApiConsoleHaloRunV1alpha1ContentApi - axios parameter creator
7702
+ * ApiConsoleHaloRunV1alpha1IndicesApi - axios parameter creator
7753
7703
  * @export
7754
7704
  */
7755
- declare const ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator: (configuration?: Configuration) => {
7705
+ declare const ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator: (configuration?: Configuration) => {
7756
7706
  /**
7757
- * Draft a snapshot content.
7758
- * @param {ContentRequest} contentRequest
7707
+ * Build or rebuild post indices for full text search
7759
7708
  * @param {*} [options] Override http request option.
7760
7709
  * @throws {RequiredError}
7761
7710
  */
7762
- draftSnapshotContent: (contentRequest: ContentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7711
+ buildPostIndices: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
7712
+ };
7713
+ /**
7714
+ * ApiConsoleHaloRunV1alpha1IndicesApi - functional programming interface
7715
+ * @export
7716
+ */
7717
+ declare const ApiConsoleHaloRunV1alpha1IndicesApiFp: (configuration?: Configuration) => {
7763
7718
  /**
7764
- * Obtain a snapshot content.
7765
- * @param {string} snapshotName
7719
+ * Build or rebuild post indices for full text search
7766
7720
  * @param {*} [options] Override http request option.
7767
7721
  * @throws {RequiredError}
7768
7722
  */
7769
- obtainSnapshotContent: (snapshotName: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7723
+ buildPostIndices(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7724
+ };
7725
+ /**
7726
+ * ApiConsoleHaloRunV1alpha1IndicesApi - factory interface
7727
+ * @export
7728
+ */
7729
+ declare const ApiConsoleHaloRunV1alpha1IndicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
7770
7730
  /**
7771
- * Update a snapshot content.
7772
- * @param {string} snapshotName
7773
- * @param {ContentRequest} contentRequest
7731
+ * Build or rebuild post indices for full text search
7774
7732
  * @param {*} [options] Override http request option.
7775
7733
  * @throws {RequiredError}
7776
7734
  */
7777
- updateSnapshotContent: (snapshotName: string, contentRequest: ContentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7735
+ buildPostIndices(options?: any): AxiosPromise<void>;
7778
7736
  };
7779
7737
  /**
7780
- * ApiConsoleHaloRunV1alpha1ContentApi - functional programming interface
7738
+ * ApiConsoleHaloRunV1alpha1IndicesApi - object-oriented interface
7781
7739
  * @export
7740
+ * @class ApiConsoleHaloRunV1alpha1IndicesApi
7741
+ * @extends {BaseAPI}
7782
7742
  */
7783
- declare const ApiConsoleHaloRunV1alpha1ContentApiFp: (configuration?: Configuration) => {
7743
+ declare class ApiConsoleHaloRunV1alpha1IndicesApi extends BaseAPI {
7784
7744
  /**
7785
- * Draft a snapshot content.
7786
- * @param {ContentRequest} contentRequest
7745
+ * Build or rebuild post indices for full text search
7787
7746
  * @param {*} [options] Override http request option.
7788
7747
  * @throws {RequiredError}
7748
+ * @memberof ApiConsoleHaloRunV1alpha1IndicesApi
7789
7749
  */
7790
- draftSnapshotContent(contentRequest: ContentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentResponse>>;
7750
+ buildPostIndices(options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
7751
+ }
7752
+
7753
+ /**
7754
+ * ApiConsoleHaloRunV1alpha1PluginApi - axios parameter creator
7755
+ * @export
7756
+ */
7757
+ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuration?: Configuration) => {
7791
7758
  /**
7792
- * Obtain a snapshot content.
7793
- * @param {string} snapshotName
7759
+ * Fetch configMap of plugin by configured configMapName.
7760
+ * @param {string} name
7794
7761
  * @param {*} [options] Override http request option.
7795
7762
  * @throws {RequiredError}
7796
7763
  */
7797
- obtainSnapshotContent(snapshotName: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentResponse>>;
7764
+ fetchPluginConfig: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7798
7765
  /**
7799
- * Update a snapshot content.
7800
- * @param {string} snapshotName
7801
- * @param {ContentRequest} contentRequest
7766
+ * Fetch setting of plugin.
7767
+ * @param {string} name
7802
7768
  * @param {*} [options] Override http request option.
7803
7769
  * @throws {RequiredError}
7804
7770
  */
7805
- updateSnapshotContent(snapshotName: string, contentRequest: ContentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentResponse>>;
7806
- };
7807
- /**
7808
- * ApiConsoleHaloRunV1alpha1ContentApi - factory interface
7809
- * @export
7810
- */
7811
- declare const ApiConsoleHaloRunV1alpha1ContentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
7771
+ fetchPluginSetting: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7812
7772
  /**
7813
- * Draft a snapshot content.
7814
- * @param {ContentRequest} contentRequest
7773
+ * Install a plugin by uploading a Jar file.
7774
+ * @param {any} file
7815
7775
  * @param {*} [options] Override http request option.
7816
7776
  * @throws {RequiredError}
7817
7777
  */
7818
- draftSnapshotContent(contentRequest: ContentRequest, options?: any): AxiosPromise<ContentResponse>;
7778
+ installPlugin: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7819
7779
  /**
7820
- * Obtain a snapshot content.
7821
- * @param {string} snapshotName
7780
+ * List plugins using query criteria and sort params
7781
+ * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7782
+ * @param {boolean} [enabled] Whether the plugin is enabled
7783
+ * @param {string} [keyword] Keyword of plugin name or description
7784
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7785
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
7786
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7787
+ * @param {number} [page] The page number. Zero indicates no page.
7822
7788
  * @param {*} [options] Override http request option.
7823
7789
  * @throws {RequiredError}
7824
7790
  */
7825
- obtainSnapshotContent(snapshotName: string, options?: any): AxiosPromise<ContentResponse>;
7791
+ listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7826
7792
  /**
7827
- * Update a snapshot content.
7828
- * @param {string} snapshotName
7829
- * @param {ContentRequest} contentRequest
7793
+ * Reset the configMap of plugin setting.
7794
+ * @param {string} name
7830
7795
  * @param {*} [options] Override http request option.
7831
7796
  * @throws {RequiredError}
7832
7797
  */
7833
- updateSnapshotContent(snapshotName: string, contentRequest: ContentRequest, options?: any): AxiosPromise<ContentResponse>;
7834
- };
7835
- /**
7836
- * Request parameters for draftSnapshotContent operation in ApiConsoleHaloRunV1alpha1ContentApi.
7837
- * @export
7838
- * @interface ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest
7839
- */
7840
- interface ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest {
7798
+ resetPluginConfig: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7841
7799
  /**
7842
- *
7843
- * @type {ContentRequest}
7844
- * @memberof ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContent
7845
- */
7846
- readonly contentRequest: ContentRequest;
7847
- }
7848
- /**
7849
- * Request parameters for obtainSnapshotContent operation in ApiConsoleHaloRunV1alpha1ContentApi.
7850
- * @export
7851
- * @interface ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest
7852
- */
7853
- interface ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest {
7854
- /**
7855
- *
7856
- * @type {string}
7857
- * @memberof ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContent
7858
- */
7859
- readonly snapshotName: string;
7860
- }
7861
- /**
7862
- * Request parameters for updateSnapshotContent operation in ApiConsoleHaloRunV1alpha1ContentApi.
7863
- * @export
7864
- * @interface ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest
7865
- */
7866
- interface ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest {
7867
- /**
7868
- *
7869
- * @type {string}
7870
- * @memberof ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContent
7871
- */
7872
- readonly snapshotName: string;
7873
- /**
7874
- *
7875
- * @type {ContentRequest}
7876
- * @memberof ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContent
7877
- */
7878
- readonly contentRequest: ContentRequest;
7879
- }
7880
- /**
7881
- * ApiConsoleHaloRunV1alpha1ContentApi - object-oriented interface
7882
- * @export
7883
- * @class ApiConsoleHaloRunV1alpha1ContentApi
7884
- * @extends {BaseAPI}
7885
- */
7886
- declare class ApiConsoleHaloRunV1alpha1ContentApi extends BaseAPI {
7887
- /**
7888
- * Draft a snapshot content.
7889
- * @param {ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest} requestParameters Request parameters.
7890
- * @param {*} [options] Override http request option.
7891
- * @throws {RequiredError}
7892
- * @memberof ApiConsoleHaloRunV1alpha1ContentApi
7893
- */
7894
- draftSnapshotContent(requestParameters: ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentResponse, any>>;
7895
- /**
7896
- * Obtain a snapshot content.
7897
- * @param {ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest} requestParameters Request parameters.
7898
- * @param {*} [options] Override http request option.
7899
- * @throws {RequiredError}
7900
- * @memberof ApiConsoleHaloRunV1alpha1ContentApi
7901
- */
7902
- obtainSnapshotContent(requestParameters: ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentResponse, any>>;
7903
- /**
7904
- * Update a snapshot content.
7905
- * @param {ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest} requestParameters Request parameters.
7906
- * @param {*} [options] Override http request option.
7907
- * @throws {RequiredError}
7908
- * @memberof ApiConsoleHaloRunV1alpha1ContentApi
7909
- */
7910
- updateSnapshotContent(requestParameters: ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentResponse, any>>;
7911
- }
7912
-
7913
- /**
7914
- * ApiConsoleHaloRunV1alpha1IndicesApi - axios parameter creator
7915
- * @export
7916
- */
7917
- declare const ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator: (configuration?: Configuration) => {
7918
- /**
7919
- * Build or rebuild post indices for full text search
7920
- * @param {*} [options] Override http request option.
7921
- * @throws {RequiredError}
7922
- */
7923
- buildPostIndices: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
7924
- };
7925
- /**
7926
- * ApiConsoleHaloRunV1alpha1IndicesApi - functional programming interface
7927
- * @export
7928
- */
7929
- declare const ApiConsoleHaloRunV1alpha1IndicesApiFp: (configuration?: Configuration) => {
7930
- /**
7931
- * Build or rebuild post indices for full text search
7932
- * @param {*} [options] Override http request option.
7933
- * @throws {RequiredError}
7934
- */
7935
- buildPostIndices(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7936
- };
7937
- /**
7938
- * ApiConsoleHaloRunV1alpha1IndicesApi - factory interface
7939
- * @export
7940
- */
7941
- declare const ApiConsoleHaloRunV1alpha1IndicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
7942
- /**
7943
- * Build or rebuild post indices for full text search
7944
- * @param {*} [options] Override http request option.
7945
- * @throws {RequiredError}
7946
- */
7947
- buildPostIndices(options?: any): AxiosPromise<void>;
7948
- };
7949
- /**
7950
- * ApiConsoleHaloRunV1alpha1IndicesApi - object-oriented interface
7951
- * @export
7952
- * @class ApiConsoleHaloRunV1alpha1IndicesApi
7953
- * @extends {BaseAPI}
7954
- */
7955
- declare class ApiConsoleHaloRunV1alpha1IndicesApi extends BaseAPI {
7956
- /**
7957
- * Build or rebuild post indices for full text search
7958
- * @param {*} [options] Override http request option.
7959
- * @throws {RequiredError}
7960
- * @memberof ApiConsoleHaloRunV1alpha1IndicesApi
7961
- */
7962
- buildPostIndices(options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
7963
- }
7964
-
7965
- /**
7966
- * ApiConsoleHaloRunV1alpha1PluginApi - axios parameter creator
7967
- * @export
7968
- */
7969
- declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuration?: Configuration) => {
7970
- /**
7971
- * Fetch configMap of plugin by configured configMapName.
7972
- * @param {string} name
7973
- * @param {*} [options] Override http request option.
7974
- * @throws {RequiredError}
7975
- */
7976
- fetchPluginConfig: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7977
- /**
7978
- * Fetch setting of plugin.
7979
- * @param {string} name
7980
- * @param {*} [options] Override http request option.
7981
- * @throws {RequiredError}
7982
- */
7983
- fetchPluginSetting: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7984
- /**
7985
- * Install a plugin by uploading a Jar file.
7986
- * @param {any} file
7987
- * @param {*} [options] Override http request option.
7988
- * @throws {RequiredError}
7989
- */
7990
- installPlugin: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7991
- /**
7992
- * List plugins using query criteria and sort params
7993
- * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7994
- * @param {boolean} [enabled] Whether the plugin is enabled
7995
- * @param {string} [keyword] Keyword of plugin name or description
7996
- * @param {number} [size] Size of one page. Zero indicates no limit.
7997
- * @param {number} [page] The page number. Zero indicates no page.
7998
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
7999
- * @param {Array<string>} [labelSelector] Label selector for filtering.
8000
- * @param {*} [options] Override http request option.
8001
- * @throws {RequiredError}
8002
- */
8003
- listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8004
- /**
8005
- * Reset the configMap of plugin setting.
8006
- * @param {string} name
8007
- * @param {*} [options] Override http request option.
8008
- * @throws {RequiredError}
8009
- */
8010
- resetPluginConfig: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8011
- /**
8012
- * Update the configMap of plugin setting.
8013
- * @param {string} name
8014
- * @param {ConfigMap} configMap
8015
- * @param {*} [options] Override http request option.
8016
- * @throws {RequiredError}
7800
+ * Update the configMap of plugin setting.
7801
+ * @param {string} name
7802
+ * @param {ConfigMap} configMap
7803
+ * @param {*} [options] Override http request option.
7804
+ * @throws {RequiredError}
8017
7805
  */
8018
7806
  updatePluginConfig: (name: string, configMap: ConfigMap, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8019
7807
  /**
@@ -8057,13 +7845,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
8057
7845
  * @param {boolean} [enabled] Whether the plugin is enabled
8058
7846
  * @param {string} [keyword] Keyword of plugin name or description
8059
7847
  * @param {number} [size] Size of one page. Zero indicates no limit.
8060
- * @param {number} [page] The page number. Zero indicates no page.
8061
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8062
7848
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7849
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7850
+ * @param {number} [page] The page number. Zero indicates no page.
8063
7851
  * @param {*} [options] Override http request option.
8064
7852
  * @throws {RequiredError}
8065
7853
  */
8066
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7854
+ listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
8067
7855
  /**
8068
7856
  * Reset the configMap of plugin setting.
8069
7857
  * @param {string} name
@@ -8120,13 +7908,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
8120
7908
  * @param {boolean} [enabled] Whether the plugin is enabled
8121
7909
  * @param {string} [keyword] Keyword of plugin name or description
8122
7910
  * @param {number} [size] Size of one page. Zero indicates no limit.
8123
- * @param {number} [page] The page number. Zero indicates no page.
8124
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8125
7911
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7912
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7913
+ * @param {number} [page] The page number. Zero indicates no page.
8126
7914
  * @param {*} [options] Override http request option.
8127
7915
  * @throws {RequiredError}
8128
7916
  */
8129
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7917
+ listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
8130
7918
  /**
8131
7919
  * Reset the configMap of plugin setting.
8132
7920
  * @param {string} name
@@ -8221,11 +8009,11 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
8221
8009
  */
8222
8010
  readonly size?: number;
8223
8011
  /**
8224
- * The page number. Zero indicates no page.
8225
- * @type {number}
8012
+ * Label selector for filtering.
8013
+ * @type {Array<string>}
8226
8014
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
8227
8015
  */
8228
- readonly page?: number;
8016
+ readonly labelSelector?: Array<string>;
8229
8017
  /**
8230
8018
  * Field selector for filtering.
8231
8019
  * @type {Array<string>}
@@ -8233,11 +8021,11 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
8233
8021
  */
8234
8022
  readonly fieldSelector?: Array<string>;
8235
8023
  /**
8236
- * Label selector for filtering.
8237
- * @type {Array<string>}
8024
+ * The page number. Zero indicates no page.
8025
+ * @type {number}
8238
8026
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
8239
8027
  */
8240
- readonly labelSelector?: Array<string>;
8028
+ readonly page?: number;
8241
8029
  }
8242
8030
  /**
8243
8031
  * Request parameters for resetPluginConfig operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -8367,24 +8155,38 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
8367
8155
  * @throws {RequiredError}
8368
8156
  */
8369
8157
  draftPost: (postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8158
+ /**
8159
+ * Fetch head content of post.
8160
+ * @param {string} name
8161
+ * @param {*} [options] Override http request option.
8162
+ * @throws {RequiredError}
8163
+ */
8164
+ fetchPostHeadContent: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8165
+ /**
8166
+ * Fetch release content of post.
8167
+ * @param {string} name
8168
+ * @param {*} [options] Override http request option.
8169
+ * @throws {RequiredError}
8170
+ */
8171
+ fetchPostReleaseContent: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8370
8172
  /**
8371
8173
  * List posts.
8372
8174
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8373
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8374
- * @param {Array<string>} [tag]
8375
- * @param {string} [keyword] Posts filtered by keyword.
8376
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8377
- * @param {Array<string>} [category]
8378
8175
  * @param {Array<string>} [contributor]
8379
8176
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8177
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8178
+ * @param {Array<string>} [category]
8179
+ * @param {Array<string>} [tag]
8180
+ * @param {string} [keyword] Posts filtered by keyword.
8181
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8380
8182
  * @param {number} [size] Size of one page. Zero indicates no limit.
8381
- * @param {number} [page] The page number. Zero indicates no page.
8382
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8383
8183
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8184
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8185
+ * @param {number} [page] The page number. Zero indicates no page.
8384
8186
  * @param {*} [options] Override http request option.
8385
8187
  * @throws {RequiredError}
8386
8188
  */
8387
- listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8189
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8388
8190
  /**
8389
8191
  * Publish a post.
8390
8192
  * @param {string} name
@@ -8436,24 +8238,38 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
8436
8238
  * @throws {RequiredError}
8437
8239
  */
8438
8240
  draftPost(postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
8241
+ /**
8242
+ * Fetch head content of post.
8243
+ * @param {string} name
8244
+ * @param {*} [options] Override http request option.
8245
+ * @throws {RequiredError}
8246
+ */
8247
+ fetchPostHeadContent(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentWrapper>>;
8248
+ /**
8249
+ * Fetch release content of post.
8250
+ * @param {string} name
8251
+ * @param {*} [options] Override http request option.
8252
+ * @throws {RequiredError}
8253
+ */
8254
+ fetchPostReleaseContent(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentWrapper>>;
8439
8255
  /**
8440
8256
  * List posts.
8441
8257
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8442
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8443
- * @param {Array<string>} [tag]
8444
- * @param {string} [keyword] Posts filtered by keyword.
8445
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8446
- * @param {Array<string>} [category]
8447
8258
  * @param {Array<string>} [contributor]
8448
8259
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8260
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8261
+ * @param {Array<string>} [category]
8262
+ * @param {Array<string>} [tag]
8263
+ * @param {string} [keyword] Posts filtered by keyword.
8264
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8449
8265
  * @param {number} [size] Size of one page. Zero indicates no limit.
8450
- * @param {number} [page] The page number. Zero indicates no page.
8451
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8452
8266
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8267
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8268
+ * @param {number} [page] The page number. Zero indicates no page.
8453
8269
  * @param {*} [options] Override http request option.
8454
8270
  * @throws {RequiredError}
8455
8271
  */
8456
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
8272
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, tag?: 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<ListedPostList>>;
8457
8273
  /**
8458
8274
  * Publish a post.
8459
8275
  * @param {string} name
@@ -8505,24 +8321,38 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
8505
8321
  * @throws {RequiredError}
8506
8322
  */
8507
8323
  draftPost(postRequest: PostRequest, options?: any): AxiosPromise<Post>;
8324
+ /**
8325
+ * Fetch head content of post.
8326
+ * @param {string} name
8327
+ * @param {*} [options] Override http request option.
8328
+ * @throws {RequiredError}
8329
+ */
8330
+ fetchPostHeadContent(name: string, options?: any): AxiosPromise<ContentWrapper>;
8331
+ /**
8332
+ * Fetch release content of post.
8333
+ * @param {string} name
8334
+ * @param {*} [options] Override http request option.
8335
+ * @throws {RequiredError}
8336
+ */
8337
+ fetchPostReleaseContent(name: string, options?: any): AxiosPromise<ContentWrapper>;
8508
8338
  /**
8509
8339
  * List posts.
8510
8340
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8511
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8512
- * @param {Array<string>} [tag]
8513
- * @param {string} [keyword] Posts filtered by keyword.
8514
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8515
- * @param {Array<string>} [category]
8516
8341
  * @param {Array<string>} [contributor]
8517
8342
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8343
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8344
+ * @param {Array<string>} [category]
8345
+ * @param {Array<string>} [tag]
8346
+ * @param {string} [keyword] Posts filtered by keyword.
8347
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8518
8348
  * @param {number} [size] Size of one page. Zero indicates no limit.
8519
- * @param {number} [page] The page number. Zero indicates no page.
8520
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8521
8349
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8350
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8351
+ * @param {number} [page] The page number. Zero indicates no page.
8522
8352
  * @param {*} [options] Override http request option.
8523
8353
  * @throws {RequiredError}
8524
8354
  */
8525
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
8355
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedPostList>;
8526
8356
  /**
8527
8357
  * Publish a post.
8528
8358
  * @param {string} name
@@ -8575,6 +8405,32 @@ interface ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest {
8575
8405
  */
8576
8406
  readonly postRequest: PostRequest;
8577
8407
  }
8408
+ /**
8409
+ * Request parameters for fetchPostHeadContent operation in ApiConsoleHaloRunV1alpha1PostApi.
8410
+ * @export
8411
+ * @interface ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContentRequest
8412
+ */
8413
+ interface ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContentRequest {
8414
+ /**
8415
+ *
8416
+ * @type {string}
8417
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContent
8418
+ */
8419
+ readonly name: string;
8420
+ }
8421
+ /**
8422
+ * Request parameters for fetchPostReleaseContent operation in ApiConsoleHaloRunV1alpha1PostApi.
8423
+ * @export
8424
+ * @interface ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContentRequest
8425
+ */
8426
+ interface ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContentRequest {
8427
+ /**
8428
+ *
8429
+ * @type {string}
8430
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContent
8431
+ */
8432
+ readonly name: string;
8433
+ }
8578
8434
  /**
8579
8435
  * Request parameters for listPosts operation in ApiConsoleHaloRunV1alpha1PostApi.
8580
8436
  * @export
@@ -8587,24 +8443,18 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8587
8443
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8588
8444
  */
8589
8445
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8590
- /**
8591
- *
8592
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8593
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8594
- */
8595
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8596
8446
  /**
8597
8447
  *
8598
8448
  * @type {Array<string>}
8599
8449
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8600
8450
  */
8601
- readonly tag?: Array<string>;
8451
+ readonly contributor?: Array<string>;
8602
8452
  /**
8603
- * Posts filtered by keyword.
8604
- * @type {string}
8453
+ * ascending order If it is true; otherwise, it is in descending order.
8454
+ * @type {boolean}
8605
8455
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8606
8456
  */
8607
- readonly keyword?: string;
8457
+ readonly sortOrder?: boolean;
8608
8458
  /**
8609
8459
  *
8610
8460
  * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
@@ -8622,13 +8472,19 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8622
8472
  * @type {Array<string>}
8623
8473
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8624
8474
  */
8625
- readonly contributor?: Array<string>;
8475
+ readonly tag?: Array<string>;
8626
8476
  /**
8627
- * ascending order If it is true; otherwise, it is in descending order.
8628
- * @type {boolean}
8477
+ * Posts filtered by keyword.
8478
+ * @type {string}
8479
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8480
+ */
8481
+ readonly keyword?: string;
8482
+ /**
8483
+ *
8484
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8629
8485
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8630
8486
  */
8631
- readonly sortOrder?: boolean;
8487
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8632
8488
  /**
8633
8489
  * Size of one page. Zero indicates no limit.
8634
8490
  * @type {number}
@@ -8636,11 +8492,11 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8636
8492
  */
8637
8493
  readonly size?: number;
8638
8494
  /**
8639
- * The page number. Zero indicates no page.
8640
- * @type {number}
8495
+ * Label selector for filtering.
8496
+ * @type {Array<string>}
8641
8497
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8642
8498
  */
8643
- readonly page?: number;
8499
+ readonly labelSelector?: Array<string>;
8644
8500
  /**
8645
8501
  * Field selector for filtering.
8646
8502
  * @type {Array<string>}
@@ -8648,11 +8504,11 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8648
8504
  */
8649
8505
  readonly fieldSelector?: Array<string>;
8650
8506
  /**
8651
- * Label selector for filtering.
8652
- * @type {Array<string>}
8507
+ * The page number. Zero indicates no page.
8508
+ * @type {number}
8653
8509
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8654
8510
  */
8655
- readonly labelSelector?: Array<string>;
8511
+ readonly page?: number;
8656
8512
  }
8657
8513
  /**
8658
8514
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -8752,6 +8608,22 @@ declare class ApiConsoleHaloRunV1alpha1PostApi extends BaseAPI {
8752
8608
  * @memberof ApiConsoleHaloRunV1alpha1PostApi
8753
8609
  */
8754
8610
  draftPost(requestParameters: ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
8611
+ /**
8612
+ * Fetch head content of post.
8613
+ * @param {ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContentRequest} requestParameters Request parameters.
8614
+ * @param {*} [options] Override http request option.
8615
+ * @throws {RequiredError}
8616
+ * @memberof ApiConsoleHaloRunV1alpha1PostApi
8617
+ */
8618
+ fetchPostHeadContent(requestParameters: ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentWrapper, any>>;
8619
+ /**
8620
+ * Fetch release content of post.
8621
+ * @param {ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContentRequest} requestParameters Request parameters.
8622
+ * @param {*} [options] Override http request option.
8623
+ * @throws {RequiredError}
8624
+ * @memberof ApiConsoleHaloRunV1alpha1PostApi
8625
+ */
8626
+ fetchPostReleaseContent(requestParameters: ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentWrapper, any>>;
8755
8627
  /**
8756
8628
  * List posts.
8757
8629
  * @param {ApiConsoleHaloRunV1alpha1PostApiListPostsRequest} requestParameters Request parameters.
@@ -8811,13 +8683,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
8811
8683
  * List replies.
8812
8684
  * @param {string} [commentName] Replies filtered by commentName.
8813
8685
  * @param {number} [size] Size of one page. Zero indicates no limit.
8814
- * @param {number} [page] The page number. Zero indicates no page.
8815
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8816
8686
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8687
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8688
+ * @param {number} [page] The page number. Zero indicates no page.
8817
8689
  * @param {*} [options] Override http request option.
8818
8690
  * @throws {RequiredError}
8819
8691
  */
8820
- listReplies: (commentName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8692
+ listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8821
8693
  };
8822
8694
  /**
8823
8695
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -8828,13 +8700,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
8828
8700
  * List replies.
8829
8701
  * @param {string} [commentName] Replies filtered by commentName.
8830
8702
  * @param {number} [size] Size of one page. Zero indicates no limit.
8831
- * @param {number} [page] The page number. Zero indicates no page.
8832
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8833
8703
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8704
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8705
+ * @param {number} [page] The page number. Zero indicates no page.
8834
8706
  * @param {*} [options] Override http request option.
8835
8707
  * @throws {RequiredError}
8836
8708
  */
8837
- listReplies(commentName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8709
+ listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8838
8710
  };
8839
8711
  /**
8840
8712
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -8845,13 +8717,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
8845
8717
  * List replies.
8846
8718
  * @param {string} [commentName] Replies filtered by commentName.
8847
8719
  * @param {number} [size] Size of one page. Zero indicates no limit.
8848
- * @param {number} [page] The page number. Zero indicates no page.
8849
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8850
8720
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8721
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8722
+ * @param {number} [page] The page number. Zero indicates no page.
8851
8723
  * @param {*} [options] Override http request option.
8852
8724
  * @throws {RequiredError}
8853
8725
  */
8854
- listReplies(commentName?: string, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
8726
+ listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
8855
8727
  };
8856
8728
  /**
8857
8729
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -8872,11 +8744,11 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8872
8744
  */
8873
8745
  readonly size?: number;
8874
8746
  /**
8875
- * The page number. Zero indicates no page.
8876
- * @type {number}
8747
+ * Label selector for filtering.
8748
+ * @type {Array<string>}
8877
8749
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8878
8750
  */
8879
- readonly page?: number;
8751
+ readonly labelSelector?: Array<string>;
8880
8752
  /**
8881
8753
  * Field selector for filtering.
8882
8754
  * @type {Array<string>}
@@ -8884,11 +8756,11 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8884
8756
  */
8885
8757
  readonly fieldSelector?: Array<string>;
8886
8758
  /**
8887
- * Label selector for filtering.
8888
- * @type {Array<string>}
8759
+ * The page number. Zero indicates no page.
8760
+ * @type {number}
8889
8761
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8890
8762
  */
8891
- readonly labelSelector?: Array<string>;
8763
+ readonly page?: number;
8892
8764
  }
8893
8765
  /**
8894
8766
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -8919,22 +8791,36 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
8919
8791
  * @throws {RequiredError}
8920
8792
  */
8921
8793
  draftSinglePage: (singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8794
+ /**
8795
+ * Fetch head content of single page.
8796
+ * @param {string} name
8797
+ * @param {*} [options] Override http request option.
8798
+ * @throws {RequiredError}
8799
+ */
8800
+ fetchSinglePageHeadContent: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8801
+ /**
8802
+ * Fetch release content of single page.
8803
+ * @param {string} name
8804
+ * @param {*} [options] Override http request option.
8805
+ * @throws {RequiredError}
8806
+ */
8807
+ fetchSinglePageReleaseContent: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8922
8808
  /**
8923
8809
  * List single pages.
8924
8810
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8925
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8926
- * @param {string} [keyword] SinglePages filtered by keyword.
8927
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8928
8811
  * @param {Array<string>} [contributor]
8929
8812
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8813
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8814
+ * @param {string} [keyword] SinglePages filtered by keyword.
8815
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8930
8816
  * @param {number} [size] Size of one page. Zero indicates no limit.
8931
- * @param {number} [page] The page number. Zero indicates no page.
8932
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8933
8817
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8818
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8819
+ * @param {number} [page] The page number. Zero indicates no page.
8934
8820
  * @param {*} [options] Override http request option.
8935
8821
  * @throws {RequiredError}
8936
8822
  */
8937
- listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8823
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8938
8824
  /**
8939
8825
  * Publish a single page.
8940
8826
  * @param {string} name
@@ -8971,22 +8857,36 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
8971
8857
  * @throws {RequiredError}
8972
8858
  */
8973
8859
  draftSinglePage(singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
8860
+ /**
8861
+ * Fetch head content of single page.
8862
+ * @param {string} name
8863
+ * @param {*} [options] Override http request option.
8864
+ * @throws {RequiredError}
8865
+ */
8866
+ fetchSinglePageHeadContent(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentWrapper>>;
8867
+ /**
8868
+ * Fetch release content of single page.
8869
+ * @param {string} name
8870
+ * @param {*} [options] Override http request option.
8871
+ * @throws {RequiredError}
8872
+ */
8873
+ fetchSinglePageReleaseContent(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentWrapper>>;
8974
8874
  /**
8975
8875
  * List single pages.
8976
8876
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8977
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8978
- * @param {string} [keyword] SinglePages filtered by keyword.
8979
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8980
8877
  * @param {Array<string>} [contributor]
8981
8878
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8879
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8880
+ * @param {string} [keyword] SinglePages filtered by keyword.
8881
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8982
8882
  * @param {number} [size] Size of one page. Zero indicates no limit.
8983
- * @param {number} [page] The page number. Zero indicates no page.
8984
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
8985
8883
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8884
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8885
+ * @param {number} [page] The page number. Zero indicates no page.
8986
8886
  * @param {*} [options] Override http request option.
8987
8887
  * @throws {RequiredError}
8988
8888
  */
8989
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8889
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', 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>>;
8990
8890
  /**
8991
8891
  * Publish a single page.
8992
8892
  * @param {string} name
@@ -9023,22 +8923,36 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
9023
8923
  * @throws {RequiredError}
9024
8924
  */
9025
8925
  draftSinglePage(singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
8926
+ /**
8927
+ * Fetch head content of single page.
8928
+ * @param {string} name
8929
+ * @param {*} [options] Override http request option.
8930
+ * @throws {RequiredError}
8931
+ */
8932
+ fetchSinglePageHeadContent(name: string, options?: any): AxiosPromise<ContentWrapper>;
8933
+ /**
8934
+ * Fetch release content of single page.
8935
+ * @param {string} name
8936
+ * @param {*} [options] Override http request option.
8937
+ * @throws {RequiredError}
8938
+ */
8939
+ fetchSinglePageReleaseContent(name: string, options?: any): AxiosPromise<ContentWrapper>;
9026
8940
  /**
9027
8941
  * List single pages.
9028
8942
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
9029
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
9030
- * @param {string} [keyword] SinglePages filtered by keyword.
9031
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
9032
8943
  * @param {Array<string>} [contributor]
9033
8944
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8945
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8946
+ * @param {string} [keyword] SinglePages filtered by keyword.
8947
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
9034
8948
  * @param {number} [size] Size of one page. Zero indicates no limit.
9035
- * @param {number} [page] The page number. Zero indicates no page.
9036
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
9037
8949
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8950
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8951
+ * @param {number} [page] The page number. Zero indicates no page.
9038
8952
  * @param {*} [options] Override http request option.
9039
8953
  * @throws {RequiredError}
9040
8954
  */
9041
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', keyword?: string, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, sortOrder?: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
8955
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
9042
8956
  /**
9043
8957
  * Publish a single page.
9044
8958
  * @param {string} name
@@ -9076,6 +8990,32 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest {
9076
8990
  */
9077
8991
  readonly singlePageRequest: SinglePageRequest;
9078
8992
  }
8993
+ /**
8994
+ * Request parameters for fetchSinglePageHeadContent operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
8995
+ * @export
8996
+ * @interface ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContentRequest
8997
+ */
8998
+ interface ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContentRequest {
8999
+ /**
9000
+ *
9001
+ * @type {string}
9002
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContent
9003
+ */
9004
+ readonly name: string;
9005
+ }
9006
+ /**
9007
+ * Request parameters for fetchSinglePageReleaseContent operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
9008
+ * @export
9009
+ * @interface ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContentRequest
9010
+ */
9011
+ interface ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContentRequest {
9012
+ /**
9013
+ *
9014
+ * @type {string}
9015
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContent
9016
+ */
9017
+ readonly name: string;
9018
+ }
9079
9019
  /**
9080
9020
  * Request parameters for listSinglePages operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
9081
9021
  * @export
@@ -9090,16 +9030,16 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
9090
9030
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
9091
9031
  /**
9092
9032
  *
9093
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
9033
+ * @type {Array<string>}
9094
9034
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9095
9035
  */
9096
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
9036
+ readonly contributor?: Array<string>;
9097
9037
  /**
9098
- * SinglePages filtered by keyword.
9099
- * @type {string}
9038
+ * ascending order If it is true; otherwise, it is in descending order.
9039
+ * @type {boolean}
9100
9040
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9101
9041
  */
9102
- readonly keyword?: string;
9042
+ readonly sortOrder?: boolean;
9103
9043
  /**
9104
9044
  *
9105
9045
  * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
@@ -9107,17 +9047,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
9107
9047
  */
9108
9048
  readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
9109
9049
  /**
9110
- *
9111
- * @type {Array<string>}
9050
+ * SinglePages filtered by keyword.
9051
+ * @type {string}
9112
9052
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9113
9053
  */
9114
- readonly contributor?: Array<string>;
9054
+ readonly keyword?: string;
9115
9055
  /**
9116
- * ascending order If it is true; otherwise, it is in descending order.
9117
- * @type {boolean}
9056
+ *
9057
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
9118
9058
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9119
9059
  */
9120
- readonly sortOrder?: boolean;
9060
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
9121
9061
  /**
9122
9062
  * Size of one page. Zero indicates no limit.
9123
9063
  * @type {number}
@@ -9125,11 +9065,11 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
9125
9065
  */
9126
9066
  readonly size?: number;
9127
9067
  /**
9128
- * The page number. Zero indicates no page.
9129
- * @type {number}
9068
+ * Label selector for filtering.
9069
+ * @type {Array<string>}
9130
9070
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9131
9071
  */
9132
- readonly page?: number;
9072
+ readonly labelSelector?: Array<string>;
9133
9073
  /**
9134
9074
  * Field selector for filtering.
9135
9075
  * @type {Array<string>}
@@ -9137,11 +9077,11 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
9137
9077
  */
9138
9078
  readonly fieldSelector?: Array<string>;
9139
9079
  /**
9140
- * Label selector for filtering.
9141
- * @type {Array<string>}
9080
+ * The page number. Zero indicates no page.
9081
+ * @type {number}
9142
9082
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
9143
9083
  */
9144
- readonly labelSelector?: Array<string>;
9084
+ readonly page?: number;
9145
9085
  }
9146
9086
  /**
9147
9087
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -9209,6 +9149,22 @@ declare class ApiConsoleHaloRunV1alpha1SinglePageApi extends BaseAPI {
9209
9149
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApi
9210
9150
  */
9211
9151
  draftSinglePage(requestParameters: ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
9152
+ /**
9153
+ * Fetch head content of single page.
9154
+ * @param {ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContentRequest} requestParameters Request parameters.
9155
+ * @param {*} [options] Override http request option.
9156
+ * @throws {RequiredError}
9157
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApi
9158
+ */
9159
+ fetchSinglePageHeadContent(requestParameters: ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentWrapper, any>>;
9160
+ /**
9161
+ * Fetch release content of single page.
9162
+ * @param {ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContentRequest} requestParameters Request parameters.
9163
+ * @param {*} [options] Override http request option.
9164
+ * @throws {RequiredError}
9165
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApi
9166
+ */
9167
+ fetchSinglePageReleaseContent(requestParameters: ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ContentWrapper, any>>;
9212
9168
  /**
9213
9169
  * List single pages.
9214
9170
  * @param {ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest} requestParameters Request parameters.
@@ -9338,13 +9294,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
9338
9294
  * List themes.
9339
9295
  * @param {boolean} uninstalled
9340
9296
  * @param {number} [size] Size of one page. Zero indicates no limit.
9341
- * @param {number} [page] The page number. Zero indicates no page.
9342
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
9343
9297
  * @param {Array<string>} [labelSelector] Label selector for filtering.
9298
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
9299
+ * @param {number} [page] The page number. Zero indicates no page.
9344
9300
  * @param {*} [options] Override http request option.
9345
9301
  * @throws {RequiredError}
9346
9302
  */
9347
- listThemes: (uninstalled: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9303
+ listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9348
9304
  /**
9349
9305
  * Reload theme setting.
9350
9306
  * @param {string} name
@@ -9419,13 +9375,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
9419
9375
  * List themes.
9420
9376
  * @param {boolean} uninstalled
9421
9377
  * @param {number} [size] Size of one page. Zero indicates no limit.
9422
- * @param {number} [page] The page number. Zero indicates no page.
9423
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
9424
9378
  * @param {Array<string>} [labelSelector] Label selector for filtering.
9379
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
9380
+ * @param {number} [page] The page number. Zero indicates no page.
9425
9381
  * @param {*} [options] Override http request option.
9426
9382
  * @throws {RequiredError}
9427
9383
  */
9428
- listThemes(uninstalled: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
9384
+ listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
9429
9385
  /**
9430
9386
  * Reload theme setting.
9431
9387
  * @param {string} name
@@ -9500,13 +9456,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
9500
9456
  * List themes.
9501
9457
  * @param {boolean} uninstalled
9502
9458
  * @param {number} [size] Size of one page. Zero indicates no limit.
9503
- * @param {number} [page] The page number. Zero indicates no page.
9504
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
9505
9459
  * @param {Array<string>} [labelSelector] Label selector for filtering.
9460
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
9461
+ * @param {number} [page] The page number. Zero indicates no page.
9506
9462
  * @param {*} [options] Override http request option.
9507
9463
  * @throws {RequiredError}
9508
9464
  */
9509
- listThemes(uninstalled: boolean, size?: number, page?: number, fieldSelector?: Array<string>, labelSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
9465
+ listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ThemeList>;
9510
9466
  /**
9511
9467
  * Reload theme setting.
9512
9468
  * @param {string} name
@@ -9609,11 +9565,11 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9609
9565
  */
9610
9566
  readonly size?: number;
9611
9567
  /**
9612
- * The page number. Zero indicates no page.
9613
- * @type {number}
9568
+ * Label selector for filtering.
9569
+ * @type {Array<string>}
9614
9570
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9615
9571
  */
9616
- readonly page?: number;
9572
+ readonly labelSelector?: Array<string>;
9617
9573
  /**
9618
9574
  * Field selector for filtering.
9619
9575
  * @type {Array<string>}
@@ -9621,11 +9577,11 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9621
9577
  */
9622
9578
  readonly fieldSelector?: Array<string>;
9623
9579
  /**
9624
- * Label selector for filtering.
9625
- * @type {Array<string>}
9580
+ * The page number. Zero indicates no page.
9581
+ * @type {number}
9626
9582
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9627
9583
  */
9628
- readonly labelSelector?: Array<string>;
9584
+ readonly page?: number;
9629
9585
  }
9630
9586
  /**
9631
9587
  * Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
@@ -10334,13 +10290,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
10334
10290
  /**
10335
10291
  * Search posts with fuzzy query
10336
10292
  * @param {string} keyword
10337
- * @param {number} [limit]
10338
10293
  * @param {string} [highlightPreTag]
10339
10294
  * @param {string} [highlightPostTag]
10295
+ * @param {number} [limit]
10340
10296
  * @param {*} [options] Override http request option.
10341
10297
  * @throws {RequiredError}
10342
10298
  */
10343
- searchPost: (keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10299
+ searchPost: (keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10344
10300
  };
10345
10301
  /**
10346
10302
  * ApiHaloRunV1alpha1PostApi - functional programming interface
@@ -10350,13 +10306,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
10350
10306
  /**
10351
10307
  * Search posts with fuzzy query
10352
10308
  * @param {string} keyword
10353
- * @param {number} [limit]
10354
10309
  * @param {string} [highlightPreTag]
10355
10310
  * @param {string} [highlightPostTag]
10311
+ * @param {number} [limit]
10356
10312
  * @param {*} [options] Override http request option.
10357
10313
  * @throws {RequiredError}
10358
10314
  */
10359
- searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
10315
+ searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
10360
10316
  };
10361
10317
  /**
10362
10318
  * ApiHaloRunV1alpha1PostApi - factory interface
@@ -10366,13 +10322,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
10366
10322
  /**
10367
10323
  * Search posts with fuzzy query
10368
10324
  * @param {string} keyword
10369
- * @param {number} [limit]
10370
10325
  * @param {string} [highlightPreTag]
10371
10326
  * @param {string} [highlightPostTag]
10327
+ * @param {number} [limit]
10372
10328
  * @param {*} [options] Override http request option.
10373
10329
  * @throws {RequiredError}
10374
10330
  */
10375
- searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: any): AxiosPromise<PostHits>;
10331
+ searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: any): AxiosPromise<PostHits>;
10376
10332
  };
10377
10333
  /**
10378
10334
  * Request parameters for searchPost operation in ApiHaloRunV1alpha1PostApi.
@@ -10388,22 +10344,22 @@ interface ApiHaloRunV1alpha1PostApiSearchPostRequest {
10388
10344
  readonly keyword: string;
10389
10345
  /**
10390
10346
  *
10391
- * @type {number}
10347
+ * @type {string}
10392
10348
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
10393
10349
  */
10394
- readonly limit?: number;
10350
+ readonly highlightPreTag?: string;
10395
10351
  /**
10396
10352
  *
10397
10353
  * @type {string}
10398
10354
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
10399
10355
  */
10400
- readonly highlightPreTag?: string;
10356
+ readonly highlightPostTag?: string;
10401
10357
  /**
10402
10358
  *
10403
- * @type {string}
10359
+ * @type {number}
10404
10360
  * @memberof ApiHaloRunV1alpha1PostApiSearchPost
10405
10361
  */
10406
- readonly highlightPostTag?: string;
10362
+ readonly limit?: number;
10407
10363
  }
10408
10364
  /**
10409
10365
  * ApiHaloRunV1alpha1PostApi - object-oriented interface
@@ -12759,75 +12715,6 @@ declare class MetricsHaloRunV1alpha1CounterApi extends BaseAPI {
12759
12715
  updatemetricsHaloRunV1alpha1Counter(requestParameters: MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Counter, any>>;
12760
12716
  }
12761
12717
 
12762
- /**
12763
- * MigrationControllerApi - axios parameter creator
12764
- * @export
12765
- */
12766
- declare const MigrationControllerApiAxiosParamCreator: (configuration?: Configuration) => {
12767
- /**
12768
- * Import migration data file.
12769
- * @param {any} file
12770
- * @param {*} [options] Override http request option.
12771
- * @throws {RequiredError}
12772
- */
12773
- importMigrationData: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12774
- };
12775
- /**
12776
- * MigrationControllerApi - functional programming interface
12777
- * @export
12778
- */
12779
- declare const MigrationControllerApiFp: (configuration?: Configuration) => {
12780
- /**
12781
- * Import migration data file.
12782
- * @param {any} file
12783
- * @param {*} [options] Override http request option.
12784
- * @throws {RequiredError}
12785
- */
12786
- importMigrationData(file: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
12787
- };
12788
- /**
12789
- * MigrationControllerApi - factory interface
12790
- * @export
12791
- */
12792
- declare const MigrationControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12793
- /**
12794
- * Import migration data file.
12795
- * @param {any} file
12796
- * @param {*} [options] Override http request option.
12797
- * @throws {RequiredError}
12798
- */
12799
- importMigrationData(file: any, options?: any): AxiosPromise<object>;
12800
- };
12801
- /**
12802
- * Request parameters for importMigrationData operation in MigrationControllerApi.
12803
- * @export
12804
- * @interface MigrationControllerApiImportMigrationDataRequest
12805
- */
12806
- interface MigrationControllerApiImportMigrationDataRequest {
12807
- /**
12808
- *
12809
- * @type {any}
12810
- * @memberof MigrationControllerApiImportMigrationData
12811
- */
12812
- readonly file: any;
12813
- }
12814
- /**
12815
- * MigrationControllerApi - object-oriented interface
12816
- * @export
12817
- * @class MigrationControllerApi
12818
- * @extends {BaseAPI}
12819
- */
12820
- declare class MigrationControllerApi extends BaseAPI {
12821
- /**
12822
- * Import migration data file.
12823
- * @param {MigrationControllerApiImportMigrationDataRequest} requestParameters Request parameters.
12824
- * @param {*} [options] Override http request option.
12825
- * @throws {RequiredError}
12826
- * @memberof MigrationControllerApi
12827
- */
12828
- importMigrationData(requestParameters: MigrationControllerApiImportMigrationDataRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
12829
- }
12830
-
12831
12718
  /**
12832
12719
  * PluginHaloRunV1alpha1PluginApi - axios parameter creator
12833
12720
  * @export
@@ -17469,4 +17356,4 @@ declare class V1alpha1UserApi extends BaseAPI {
17469
17356
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
17470
17357
  }
17471
17358
 
17472
- export { AnnotationSetting, AnnotationSettingList, AnnotationSettingSpec, 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, ApiConsoleHaloRunV1alpha1PluginApiFetchPluginConfigRequest, ApiConsoleHaloRunV1alpha1PluginApiFetchPluginSettingRequest, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiResetPluginConfigRequest, ApiConsoleHaloRunV1alpha1PluginApiUpdatePluginConfigRequest, 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, ApiConsoleHaloRunV1alpha1ThemeApiActivateThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFetchThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiFetchThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, ApiConsoleHaloRunV1alpha1ThemeApiResetThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpdateThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiConsoleHaloRunV1alpha1UserApiUpdateCurrentUserRequest, 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, GroupKind, GroupList, GroupSpec, GroupStatus, License, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemSpecTargetEnum, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, MigrationControllerApi, MigrationControllerApiAxiosParamCreator, MigrationControllerApiFactory, MigrationControllerApiFp, MigrationControllerApiImportMigrationDataRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginAuthor, 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, ThemeStatusPhaseEnum, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1AnnotationSettingApi, V1alpha1AnnotationSettingApiAxiosParamCreator, V1alpha1AnnotationSettingApiCreatev1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiDeletev1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiFactory, V1alpha1AnnotationSettingApiFp, V1alpha1AnnotationSettingApiGetv1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiListv1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiUpdatev1alpha1AnnotationSettingRequest, 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 };
17359
+ export { AnnotationSetting, AnnotationSettingList, AnnotationSettingSpec, ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1IndicesApi, ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1IndicesApiFactory, ApiConsoleHaloRunV1alpha1IndicesApiFp, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFetchPluginConfigRequest, ApiConsoleHaloRunV1alpha1PluginApiFetchPluginSettingRequest, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiResetPluginConfigRequest, ApiConsoleHaloRunV1alpha1PluginApiUpdatePluginConfigRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFetchPostHeadContentRequest, ApiConsoleHaloRunV1alpha1PostApiFetchPostReleaseContentRequest, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiRecyclePostRequest, ApiConsoleHaloRunV1alpha1PostApiUnpublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageHeadContentRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFetchSinglePageReleaseContentRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiActivateThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFetchThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiFetchThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, ApiConsoleHaloRunV1alpha1ThemeApiResetThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpdateThemeConfigRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiConsoleHaloRunV1alpha1UserApiUpdateCurrentUserRequest, 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, ContentWrapper, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupKind, GroupList, GroupSpec, GroupStatus, License, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemSpecTargetEnum, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginAuthor, 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, ThemeStatusPhaseEnum, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1AnnotationSettingApi, V1alpha1AnnotationSettingApiAxiosParamCreator, V1alpha1AnnotationSettingApiCreatev1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiDeletev1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiFactory, V1alpha1AnnotationSettingApiFp, V1alpha1AnnotationSettingApiGetv1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiListv1alpha1AnnotationSettingRequest, V1alpha1AnnotationSettingApiUpdatev1alpha1AnnotationSettingRequest, 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 };