@halo-dev/api-client 0.0.42 → 0.0.43

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
@@ -1534,6 +1534,12 @@ interface ContentRequest {
1534
1534
  * @interface ContentResponse
1535
1535
  */
1536
1536
  interface ContentResponse {
1537
+ /**
1538
+ * The headSnapshotName if updated or new name if created.
1539
+ * @type {string}
1540
+ * @memberof ContentResponse
1541
+ */
1542
+ snapshotName: string;
1537
1543
  /**
1538
1544
  *
1539
1545
  * @type {string}
@@ -1975,22 +1981,22 @@ interface Excerpt {
1975
1981
  interface Extension {
1976
1982
  /**
1977
1983
  *
1978
- * @type {Metadata}
1984
+ * @type {string}
1979
1985
  * @memberof Extension
1980
1986
  */
1981
- metadata: Metadata;
1987
+ kind: string;
1982
1988
  /**
1983
1989
  *
1984
- * @type {string}
1990
+ * @type {Metadata}
1985
1991
  * @memberof Extension
1986
1992
  */
1987
- apiVersion: string;
1993
+ metadata: Metadata;
1988
1994
  /**
1989
1995
  *
1990
1996
  * @type {string}
1991
1997
  * @memberof Extension
1992
1998
  */
1993
- kind: string;
1999
+ apiVersion: string;
1994
2000
  }
1995
2001
 
1996
2002
  /**
@@ -6576,16 +6582,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
6576
6582
  *
6577
6583
  * @param {string} [policy] Name of policy
6578
6584
  * @param {string} [displayName] Display name of attachment
6579
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
6580
6585
  * @param {string} [group] Name of group
6586
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6581
6587
  * @param {number} [size] Size of one page. Zero indicates no limit.
6588
+ * @param {number} [page] The page number. Zero indicates no page.
6582
6589
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6583
6590
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6584
- * @param {number} [page] The page number. Zero indicates no page.
6585
6591
  * @param {*} [options] Override http request option.
6586
6592
  * @throws {RequiredError}
6587
6593
  */
6588
- searchAttachments: (policy?: string, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6594
+ searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6589
6595
  /**
6590
6596
  *
6591
6597
  * @param {any} file
@@ -6605,16 +6611,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
6605
6611
  *
6606
6612
  * @param {string} [policy] Name of policy
6607
6613
  * @param {string} [displayName] Display name of attachment
6608
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
6609
6614
  * @param {string} [group] Name of group
6615
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6610
6616
  * @param {number} [size] Size of one page. Zero indicates no limit.
6617
+ * @param {number} [page] The page number. Zero indicates no page.
6611
6618
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6612
6619
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6613
- * @param {number} [page] The page number. Zero indicates no page.
6614
6620
  * @param {*} [options] Override http request option.
6615
6621
  * @throws {RequiredError}
6616
6622
  */
6617
- searchAttachments(policy?: string, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
6623
+ searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
6618
6624
  /**
6619
6625
  *
6620
6626
  * @param {any} file
@@ -6634,16 +6640,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
6634
6640
  *
6635
6641
  * @param {string} [policy] Name of policy
6636
6642
  * @param {string} [displayName] Display name of attachment
6637
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
6638
6643
  * @param {string} [group] Name of group
6644
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6639
6645
  * @param {number} [size] Size of one page. Zero indicates no limit.
6646
+ * @param {number} [page] The page number. Zero indicates no page.
6640
6647
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6641
6648
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6642
- * @param {number} [page] The page number. Zero indicates no page.
6643
6649
  * @param {*} [options] Override http request option.
6644
6650
  * @throws {RequiredError}
6645
6651
  */
6646
- searchAttachments(policy?: string, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
6652
+ searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
6647
6653
  /**
6648
6654
  *
6649
6655
  * @param {any} file
@@ -6673,23 +6679,29 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
6673
6679
  */
6674
6680
  readonly displayName?: string;
6675
6681
  /**
6676
- * Name of user who uploaded the attachment
6682
+ * Name of group
6677
6683
  * @type {string}
6678
6684
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6679
6685
  */
6680
- readonly uploadedBy?: string;
6686
+ readonly group?: string;
6681
6687
  /**
6682
- * Name of group
6688
+ * Name of user who uploaded the attachment
6683
6689
  * @type {string}
6684
6690
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6685
6691
  */
6686
- readonly group?: string;
6692
+ readonly uploadedBy?: string;
6687
6693
  /**
6688
6694
  * Size of one page. Zero indicates no limit.
6689
6695
  * @type {number}
6690
6696
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6691
6697
  */
6692
6698
  readonly size?: number;
6699
+ /**
6700
+ * The page number. Zero indicates no page.
6701
+ * @type {number}
6702
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6703
+ */
6704
+ readonly page?: number;
6693
6705
  /**
6694
6706
  * Label selector for filtering.
6695
6707
  * @type {Array<string>}
@@ -6702,12 +6714,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
6702
6714
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6703
6715
  */
6704
6716
  readonly fieldSelector?: Array<string>;
6705
- /**
6706
- * The page number. Zero indicates no page.
6707
- * @type {number}
6708
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6709
- */
6710
- readonly page?: number;
6711
6717
  }
6712
6718
  /**
6713
6719
  * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -6782,6 +6788,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
6782
6788
  /**
6783
6789
  * List comments.
6784
6790
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6791
+ * @param {string} [keyword] Comments filtered by keyword.
6792
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
6793
+ * @param {boolean} [top] Comment top display.
6785
6794
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6786
6795
  * @param {boolean} [approved] Comments approved.
6787
6796
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -6789,17 +6798,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
6789
6798
  * @param {string} [ownerName] Commenter name.
6790
6799
  * @param {string} [subjectKind] Comment subject kind.
6791
6800
  * @param {string} [subjectName] Comment subject name.
6792
- * @param {string} [keyword] Comments filtered by keyword.
6793
- * @param {boolean} [hidden] The comment is hidden from the theme side.
6794
- * @param {boolean} [top] Comment top display.
6795
6801
  * @param {number} [size] Size of one page. Zero indicates no limit.
6802
+ * @param {number} [page] The page number. Zero indicates no page.
6796
6803
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6797
6804
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6798
- * @param {number} [page] The page number. Zero indicates no page.
6799
6805
  * @param {*} [options] Override http request option.
6800
6806
  * @throws {RequiredError}
6801
6807
  */
6802
- 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>;
6808
+ listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6803
6809
  };
6804
6810
  /**
6805
6811
  * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
@@ -6824,6 +6830,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
6824
6830
  /**
6825
6831
  * List comments.
6826
6832
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6833
+ * @param {string} [keyword] Comments filtered by keyword.
6834
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
6835
+ * @param {boolean} [top] Comment top display.
6827
6836
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6828
6837
  * @param {boolean} [approved] Comments approved.
6829
6838
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -6831,17 +6840,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
6831
6840
  * @param {string} [ownerName] Commenter name.
6832
6841
  * @param {string} [subjectKind] Comment subject kind.
6833
6842
  * @param {string} [subjectName] Comment subject name.
6834
- * @param {string} [keyword] Comments filtered by keyword.
6835
- * @param {boolean} [hidden] The comment is hidden from the theme side.
6836
- * @param {boolean} [top] Comment top display.
6837
6843
  * @param {number} [size] Size of one page. Zero indicates no limit.
6844
+ * @param {number} [page] The page number. Zero indicates no page.
6838
6845
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6839
6846
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6840
- * @param {number} [page] The page number. Zero indicates no page.
6841
6847
  * @param {*} [options] Override http request option.
6842
6848
  * @throws {RequiredError}
6843
6849
  */
6844
- 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>>;
6850
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
6845
6851
  };
6846
6852
  /**
6847
6853
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -6866,6 +6872,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
6866
6872
  /**
6867
6873
  * List comments.
6868
6874
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6875
+ * @param {string} [keyword] Comments filtered by keyword.
6876
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
6877
+ * @param {boolean} [top] Comment top display.
6869
6878
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6870
6879
  * @param {boolean} [approved] Comments approved.
6871
6880
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -6873,17 +6882,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
6873
6882
  * @param {string} [ownerName] Commenter name.
6874
6883
  * @param {string} [subjectKind] Comment subject kind.
6875
6884
  * @param {string} [subjectName] Comment subject name.
6876
- * @param {string} [keyword] Comments filtered by keyword.
6877
- * @param {boolean} [hidden] The comment is hidden from the theme side.
6878
- * @param {boolean} [top] Comment top display.
6879
6885
  * @param {number} [size] Size of one page. Zero indicates no limit.
6886
+ * @param {number} [page] The page number. Zero indicates no page.
6880
6887
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6881
6888
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6882
- * @param {number} [page] The page number. Zero indicates no page.
6883
6889
  * @param {*} [options] Override http request option.
6884
6890
  * @throws {RequiredError}
6885
6891
  */
6886
- 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>;
6892
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedCommentList>;
6887
6893
  };
6888
6894
  /**
6889
6895
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -6929,6 +6935,24 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
6929
6935
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6930
6936
  */
6931
6937
  readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
6938
+ /**
6939
+ * Comments filtered by keyword.
6940
+ * @type {string}
6941
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6942
+ */
6943
+ readonly keyword?: string;
6944
+ /**
6945
+ * The comment is hidden from the theme side.
6946
+ * @type {boolean}
6947
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6948
+ */
6949
+ readonly hidden?: boolean;
6950
+ /**
6951
+ * Comment top display.
6952
+ * @type {boolean}
6953
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6954
+ */
6955
+ readonly top?: boolean;
6932
6956
  /**
6933
6957
  * ascending order If it is true; otherwise, it is in descending order.
6934
6958
  * @type {boolean}
@@ -6972,29 +6996,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
6972
6996
  */
6973
6997
  readonly subjectName?: string;
6974
6998
  /**
6975
- * Comments filtered by keyword.
6976
- * @type {string}
6977
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6978
- */
6979
- readonly keyword?: string;
6980
- /**
6981
- * The comment is hidden from the theme side.
6982
- * @type {boolean}
6983
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6984
- */
6985
- readonly hidden?: boolean;
6986
- /**
6987
- * Comment top display.
6988
- * @type {boolean}
6999
+ * Size of one page. Zero indicates no limit.
7000
+ * @type {number}
6989
7001
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6990
7002
  */
6991
- readonly top?: boolean;
7003
+ readonly size?: number;
6992
7004
  /**
6993
- * Size of one page. Zero indicates no limit.
7005
+ * The page number. Zero indicates no page.
6994
7006
  * @type {number}
6995
7007
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6996
7008
  */
6997
- readonly size?: number;
7009
+ readonly page?: number;
6998
7010
  /**
6999
7011
  * Label selector for filtering.
7000
7012
  * @type {Array<string>}
@@ -7007,12 +7019,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7007
7019
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7008
7020
  */
7009
7021
  readonly fieldSelector?: Array<string>;
7010
- /**
7011
- * The page number. Zero indicates no page.
7012
- * @type {number}
7013
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7014
- */
7015
- readonly page?: number;
7016
7022
  }
7017
7023
  /**
7018
7024
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7227,13 +7233,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7227
7233
  * @param {boolean} [enabled] Whether the plugin is enabled
7228
7234
  * @param {string} [keyword] Keyword of plugin name or description
7229
7235
  * @param {number} [size] Size of one page. Zero indicates no limit.
7236
+ * @param {number} [page] The page number. Zero indicates no page.
7230
7237
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7231
7238
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7232
- * @param {number} [page] The page number. Zero indicates no page.
7233
7239
  * @param {*} [options] Override http request option.
7234
7240
  * @throws {RequiredError}
7235
7241
  */
7236
- listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7242
+ listPlugins: (sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7237
7243
  /**
7238
7244
  * Upgrade a plugin by uploading a Jar file
7239
7245
  * @param {string} name
@@ -7261,13 +7267,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7261
7267
  * @param {boolean} [enabled] Whether the plugin is enabled
7262
7268
  * @param {string} [keyword] Keyword of plugin name or description
7263
7269
  * @param {number} [size] Size of one page. Zero indicates no limit.
7270
+ * @param {number} [page] The page number. Zero indicates no page.
7264
7271
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7265
7272
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7266
- * @param {number} [page] The page number. Zero indicates no page.
7267
7273
  * @param {*} [options] Override http request option.
7268
7274
  * @throws {RequiredError}
7269
7275
  */
7270
- 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>>;
7276
+ listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7271
7277
  /**
7272
7278
  * Upgrade a plugin by uploading a Jar file
7273
7279
  * @param {string} name
@@ -7295,13 +7301,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7295
7301
  * @param {boolean} [enabled] Whether the plugin is enabled
7296
7302
  * @param {string} [keyword] Keyword of plugin name or description
7297
7303
  * @param {number} [size] Size of one page. Zero indicates no limit.
7304
+ * @param {number} [page] The page number. Zero indicates no page.
7298
7305
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7299
7306
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7300
- * @param {number} [page] The page number. Zero indicates no page.
7301
7307
  * @param {*} [options] Override http request option.
7302
7308
  * @throws {RequiredError}
7303
7309
  */
7304
- listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
7310
+ listPlugins(sort?: Array<string>, enabled?: boolean, keyword?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7305
7311
  /**
7306
7312
  * Upgrade a plugin by uploading a Jar file
7307
7313
  * @param {string} name
@@ -7354,6 +7360,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7354
7360
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7355
7361
  */
7356
7362
  readonly size?: number;
7363
+ /**
7364
+ * The page number. Zero indicates no page.
7365
+ * @type {number}
7366
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7367
+ */
7368
+ readonly page?: number;
7357
7369
  /**
7358
7370
  * Label selector for filtering.
7359
7371
  * @type {Array<string>}
@@ -7366,12 +7378,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7366
7378
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7367
7379
  */
7368
7380
  readonly fieldSelector?: Array<string>;
7369
- /**
7370
- * The page number. Zero indicates no page.
7371
- * @type {number}
7372
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7373
- */
7374
- readonly page?: number;
7375
7381
  }
7376
7382
  /**
7377
7383
  * Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7440,21 +7446,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7440
7446
  /**
7441
7447
  * List posts.
7442
7448
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7443
- * @param {Array<string>} [contributor]
7444
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7445
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7446
- * @param {Array<string>} [category]
7447
7449
  * @param {Array<string>} [tag]
7448
7450
  * @param {string} [keyword] Posts filtered by keyword.
7449
7451
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7452
+ * @param {Array<string>} [contributor]
7453
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7454
+ * @param {Array<string>} [category]
7455
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7450
7456
  * @param {number} [size] Size of one page. Zero indicates no limit.
7457
+ * @param {number} [page] The page number. Zero indicates no page.
7451
7458
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7452
7459
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7453
- * @param {number} [page] The page number. Zero indicates no page.
7454
7460
  * @param {*} [options] Override http request option.
7455
7461
  * @throws {RequiredError}
7456
7462
  */
7457
- listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | '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>;
7463
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7458
7464
  /**
7459
7465
  * Publish a post.
7460
7466
  * @param {string} name
@@ -7486,21 +7492,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
7486
7492
  /**
7487
7493
  * List posts.
7488
7494
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7489
- * @param {Array<string>} [contributor]
7490
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7491
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7492
- * @param {Array<string>} [category]
7493
7495
  * @param {Array<string>} [tag]
7494
7496
  * @param {string} [keyword] Posts filtered by keyword.
7495
7497
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7498
+ * @param {Array<string>} [contributor]
7499
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7500
+ * @param {Array<string>} [category]
7501
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7496
7502
  * @param {number} [size] Size of one page. Zero indicates no limit.
7503
+ * @param {number} [page] The page number. Zero indicates no page.
7497
7504
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7498
7505
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7499
- * @param {number} [page] The page number. Zero indicates no page.
7500
7506
  * @param {*} [options] Override http request option.
7501
7507
  * @throws {RequiredError}
7502
7508
  */
7503
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | '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>>;
7509
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
7504
7510
  /**
7505
7511
  * Publish a post.
7506
7512
  * @param {string} name
@@ -7532,21 +7538,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
7532
7538
  /**
7533
7539
  * List posts.
7534
7540
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7535
- * @param {Array<string>} [contributor]
7536
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7537
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7538
- * @param {Array<string>} [category]
7539
7541
  * @param {Array<string>} [tag]
7540
7542
  * @param {string} [keyword] Posts filtered by keyword.
7541
7543
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7544
+ * @param {Array<string>} [contributor]
7545
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7546
+ * @param {Array<string>} [category]
7547
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7542
7548
  * @param {number} [size] Size of one page. Zero indicates no limit.
7549
+ * @param {number} [page] The page number. Zero indicates no page.
7543
7550
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7544
7551
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7545
- * @param {number} [page] The page number. Zero indicates no page.
7546
7552
  * @param {*} [options] Override http request option.
7547
7553
  * @throws {RequiredError}
7548
7554
  */
7549
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | '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>;
7555
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', tag?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
7550
7556
  /**
7551
7557
  * Publish a post.
7552
7558
  * @param {string} name
@@ -7593,49 +7599,55 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7593
7599
  * @type {Array<string>}
7594
7600
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7595
7601
  */
7596
- readonly contributor?: Array<string>;
7602
+ readonly tag?: Array<string>;
7597
7603
  /**
7598
- * ascending order If it is true; otherwise, it is in descending order.
7599
- * @type {boolean}
7604
+ * Posts filtered by keyword.
7605
+ * @type {string}
7600
7606
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7601
7607
  */
7602
- readonly sortOrder?: boolean;
7608
+ readonly keyword?: string;
7603
7609
  /**
7604
7610
  *
7605
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'}
7611
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7606
7612
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7607
7613
  */
7608
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED';
7614
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7609
7615
  /**
7610
7616
  *
7611
7617
  * @type {Array<string>}
7612
7618
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7613
7619
  */
7614
- readonly category?: Array<string>;
7620
+ readonly contributor?: Array<string>;
7615
7621
  /**
7616
7622
  *
7617
- * @type {Array<string>}
7623
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'}
7618
7624
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7619
7625
  */
7620
- readonly tag?: Array<string>;
7626
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED';
7621
7627
  /**
7622
- * Posts filtered by keyword.
7623
- * @type {string}
7628
+ *
7629
+ * @type {Array<string>}
7624
7630
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7625
7631
  */
7626
- readonly keyword?: string;
7632
+ readonly category?: Array<string>;
7627
7633
  /**
7628
- *
7629
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7634
+ * ascending order If it is true; otherwise, it is in descending order.
7635
+ * @type {boolean}
7630
7636
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7631
7637
  */
7632
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7638
+ readonly sortOrder?: boolean;
7633
7639
  /**
7634
7640
  * Size of one page. Zero indicates no limit.
7635
7641
  * @type {number}
7636
7642
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7637
7643
  */
7638
7644
  readonly size?: number;
7645
+ /**
7646
+ * The page number. Zero indicates no page.
7647
+ * @type {number}
7648
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7649
+ */
7650
+ readonly page?: number;
7639
7651
  /**
7640
7652
  * Label selector for filtering.
7641
7653
  * @type {Array<string>}
@@ -7648,12 +7660,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7648
7660
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7649
7661
  */
7650
7662
  readonly fieldSelector?: Array<string>;
7651
- /**
7652
- * The page number. Zero indicates no page.
7653
- * @type {number}
7654
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7655
- */
7656
- readonly page?: number;
7657
7663
  }
7658
7664
  /**
7659
7665
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -7737,13 +7743,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
7737
7743
  * List replies.
7738
7744
  * @param {string} [commentName] Replies filtered by commentName.
7739
7745
  * @param {number} [size] Size of one page. Zero indicates no limit.
7746
+ * @param {number} [page] The page number. Zero indicates no page.
7740
7747
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7741
7748
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7742
- * @param {number} [page] The page number. Zero indicates no page.
7743
7749
  * @param {*} [options] Override http request option.
7744
7750
  * @throws {RequiredError}
7745
7751
  */
7746
- listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7752
+ listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7747
7753
  };
7748
7754
  /**
7749
7755
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -7754,13 +7760,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
7754
7760
  * List replies.
7755
7761
  * @param {string} [commentName] Replies filtered by commentName.
7756
7762
  * @param {number} [size] Size of one page. Zero indicates no limit.
7763
+ * @param {number} [page] The page number. Zero indicates no page.
7757
7764
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7758
7765
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7759
- * @param {number} [page] The page number. Zero indicates no page.
7760
7766
  * @param {*} [options] Override http request option.
7761
7767
  * @throws {RequiredError}
7762
7768
  */
7763
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
7769
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
7764
7770
  };
7765
7771
  /**
7766
7772
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -7771,13 +7777,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
7771
7777
  * List replies.
7772
7778
  * @param {string} [commentName] Replies filtered by commentName.
7773
7779
  * @param {number} [size] Size of one page. Zero indicates no limit.
7780
+ * @param {number} [page] The page number. Zero indicates no page.
7774
7781
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7775
7782
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7776
- * @param {number} [page] The page number. Zero indicates no page.
7777
7783
  * @param {*} [options] Override http request option.
7778
7784
  * @throws {RequiredError}
7779
7785
  */
7780
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
7786
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
7781
7787
  };
7782
7788
  /**
7783
7789
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -7797,6 +7803,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
7797
7803
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7798
7804
  */
7799
7805
  readonly size?: number;
7806
+ /**
7807
+ * The page number. Zero indicates no page.
7808
+ * @type {number}
7809
+ * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7810
+ */
7811
+ readonly page?: number;
7800
7812
  /**
7801
7813
  * Label selector for filtering.
7802
7814
  * @type {Array<string>}
@@ -7809,12 +7821,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
7809
7821
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7810
7822
  */
7811
7823
  readonly fieldSelector?: Array<string>;
7812
- /**
7813
- * The page number. Zero indicates no page.
7814
- * @type {number}
7815
- * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7816
- */
7817
- readonly page?: number;
7818
7824
  }
7819
7825
  /**
7820
7826
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -7848,19 +7854,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
7848
7854
  /**
7849
7855
  * List single pages.
7850
7856
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7851
- * @param {Array<string>} [contributor]
7852
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7853
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7854
7857
  * @param {string} [keyword] SinglePages filtered by keyword.
7855
7858
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7859
+ * @param {Array<string>} [contributor]
7860
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7861
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7856
7862
  * @param {number} [size] Size of one page. Zero indicates no limit.
7863
+ * @param {number} [page] The page number. Zero indicates no page.
7857
7864
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7858
7865
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7859
- * @param {number} [page] The page number. Zero indicates no page.
7860
7866
  * @param {*} [options] Override http request option.
7861
7867
  * @throws {RequiredError}
7862
7868
  */
7863
- listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7869
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7864
7870
  /**
7865
7871
  * Publish a single page.
7866
7872
  * @param {string} name
@@ -7892,19 +7898,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
7892
7898
  /**
7893
7899
  * List single pages.
7894
7900
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7895
- * @param {Array<string>} [contributor]
7896
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7897
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7898
7901
  * @param {string} [keyword] SinglePages filtered by keyword.
7899
7902
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7903
+ * @param {Array<string>} [contributor]
7904
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7905
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7900
7906
  * @param {number} [size] Size of one page. Zero indicates no limit.
7907
+ * @param {number} [page] The page number. Zero indicates no page.
7901
7908
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7902
7909
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7903
- * @param {number} [page] The page number. Zero indicates no page.
7904
7910
  * @param {*} [options] Override http request option.
7905
7911
  * @throws {RequiredError}
7906
7912
  */
7907
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | '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>>;
7913
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
7908
7914
  /**
7909
7915
  * Publish a single page.
7910
7916
  * @param {string} name
@@ -7936,19 +7942,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
7936
7942
  /**
7937
7943
  * List single pages.
7938
7944
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7939
- * @param {Array<string>} [contributor]
7940
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7941
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7942
7945
  * @param {string} [keyword] SinglePages filtered by keyword.
7943
7946
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7947
+ * @param {Array<string>} [contributor]
7948
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7949
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7944
7950
  * @param {number} [size] Size of one page. Zero indicates no limit.
7951
+ * @param {number} [page] The page number. Zero indicates no page.
7945
7952
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7946
7953
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7947
- * @param {number} [page] The page number. Zero indicates no page.
7948
7954
  * @param {*} [options] Override http request option.
7949
7955
  * @throws {RequiredError}
7950
7956
  */
7951
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', contributor?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
7957
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
7952
7958
  /**
7953
7959
  * Publish a single page.
7954
7960
  * @param {string} name
@@ -7990,18 +7996,24 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
7990
7996
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7991
7997
  */
7992
7998
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
7999
+ /**
8000
+ * SinglePages filtered by keyword.
8001
+ * @type {string}
8002
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8003
+ */
8004
+ readonly keyword?: string;
7993
8005
  /**
7994
8006
  *
7995
- * @type {Array<string>}
8007
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7996
8008
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7997
8009
  */
7998
- readonly contributor?: Array<string>;
8010
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7999
8011
  /**
8000
- * ascending order If it is true; otherwise, it is in descending order.
8001
- * @type {boolean}
8012
+ *
8013
+ * @type {Array<string>}
8002
8014
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8003
8015
  */
8004
- readonly sortOrder?: boolean;
8016
+ readonly contributor?: Array<string>;
8005
8017
  /**
8006
8018
  *
8007
8019
  * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED'}
@@ -8009,23 +8021,23 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8009
8021
  */
8010
8022
  readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PENDING' | 'PUBLISHED' | 'FAILED';
8011
8023
  /**
8012
- * SinglePages filtered by keyword.
8013
- * @type {string}
8024
+ * ascending order If it is true; otherwise, it is in descending order.
8025
+ * @type {boolean}
8014
8026
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8015
8027
  */
8016
- readonly keyword?: string;
8028
+ readonly sortOrder?: boolean;
8017
8029
  /**
8018
- *
8019
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
8030
+ * Size of one page. Zero indicates no limit.
8031
+ * @type {number}
8020
8032
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8021
8033
  */
8022
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
8034
+ readonly size?: number;
8023
8035
  /**
8024
- * Size of one page. Zero indicates no limit.
8036
+ * The page number. Zero indicates no page.
8025
8037
  * @type {number}
8026
8038
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8027
8039
  */
8028
- readonly size?: number;
8040
+ readonly page?: number;
8029
8041
  /**
8030
8042
  * Label selector for filtering.
8031
8043
  * @type {Array<string>}
@@ -8038,12 +8050,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8038
8050
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8039
8051
  */
8040
8052
  readonly fieldSelector?: Array<string>;
8041
- /**
8042
- * The page number. Zero indicates no page.
8043
- * @type {number}
8044
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8045
- */
8046
- readonly page?: number;
8047
8053
  }
8048
8054
  /**
8049
8055
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -8186,13 +8192,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
8186
8192
  * List themes.
8187
8193
  * @param {boolean} uninstalled
8188
8194
  * @param {number} [size] Size of one page. Zero indicates no limit.
8195
+ * @param {number} [page] The page number. Zero indicates no page.
8189
8196
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8190
8197
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8191
- * @param {number} [page] The page number. Zero indicates no page.
8192
8198
  * @param {*} [options] Override http request option.
8193
8199
  * @throws {RequiredError}
8194
8200
  */
8195
- listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8201
+ listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8196
8202
  /**
8197
8203
  * Reload theme setting.
8198
8204
  * @param {string} name
@@ -8225,13 +8231,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
8225
8231
  * List themes.
8226
8232
  * @param {boolean} uninstalled
8227
8233
  * @param {number} [size] Size of one page. Zero indicates no limit.
8234
+ * @param {number} [page] The page number. Zero indicates no page.
8228
8235
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8229
8236
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8230
- * @param {number} [page] The page number. Zero indicates no page.
8231
8237
  * @param {*} [options] Override http request option.
8232
8238
  * @throws {RequiredError}
8233
8239
  */
8234
- listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8240
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8235
8241
  /**
8236
8242
  * Reload theme setting.
8237
8243
  * @param {string} name
@@ -8264,13 +8270,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
8264
8270
  * List themes.
8265
8271
  * @param {boolean} uninstalled
8266
8272
  * @param {number} [size] Size of one page. Zero indicates no limit.
8273
+ * @param {number} [page] The page number. Zero indicates no page.
8267
8274
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8268
8275
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8269
- * @param {number} [page] The page number. Zero indicates no page.
8270
8276
  * @param {*} [options] Override http request option.
8271
8277
  * @throws {RequiredError}
8272
8278
  */
8273
- listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ThemeList>;
8279
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
8274
8280
  /**
8275
8281
  * Reload theme setting.
8276
8282
  * @param {string} name
@@ -8318,6 +8324,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
8318
8324
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8319
8325
  */
8320
8326
  readonly size?: number;
8327
+ /**
8328
+ * The page number. Zero indicates no page.
8329
+ * @type {number}
8330
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8331
+ */
8332
+ readonly page?: number;
8321
8333
  /**
8322
8334
  * Label selector for filtering.
8323
8335
  * @type {Array<string>}
@@ -8330,12 +8342,6 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
8330
8342
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8331
8343
  */
8332
8344
  readonly fieldSelector?: Array<string>;
8333
- /**
8334
- * The page number. Zero indicates no page.
8335
- * @type {number}
8336
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8337
- */
8338
- readonly page?: number;
8339
8345
  }
8340
8346
  /**
8341
8347
  * Request parameters for reloadThemeSetting operation in ApiConsoleHaloRunV1alpha1ThemeApi.