@halo-dev/api-client 0.0.15 → 0.0.18

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
@@ -2120,6 +2120,348 @@ interface ListedPostList {
2120
2120
  hasPrevious: boolean;
2121
2121
  }
2122
2122
 
2123
+ /**
2124
+ * Halo Next API
2125
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2126
+ *
2127
+ * The version of the OpenAPI document: 2.0.0
2128
+ *
2129
+ *
2130
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2131
+ * https://openapi-generator.tech
2132
+ * Do not edit the class manually.
2133
+ */
2134
+
2135
+ /**
2136
+ *
2137
+ * @export
2138
+ * @interface SinglePageSpec
2139
+ */
2140
+ interface SinglePageSpec {
2141
+ /**
2142
+ *
2143
+ * @type {string}
2144
+ * @memberof SinglePageSpec
2145
+ */
2146
+ title: string;
2147
+ /**
2148
+ *
2149
+ * @type {string}
2150
+ * @memberof SinglePageSpec
2151
+ */
2152
+ slug: string;
2153
+ /**
2154
+ *
2155
+ * @type {string}
2156
+ * @memberof SinglePageSpec
2157
+ */
2158
+ releaseSnapshot?: string;
2159
+ /**
2160
+ *
2161
+ * @type {string}
2162
+ * @memberof SinglePageSpec
2163
+ */
2164
+ headSnapshot?: string;
2165
+ /**
2166
+ *
2167
+ * @type {string}
2168
+ * @memberof SinglePageSpec
2169
+ */
2170
+ baseSnapshot?: string;
2171
+ /**
2172
+ *
2173
+ * @type {string}
2174
+ * @memberof SinglePageSpec
2175
+ */
2176
+ owner?: string;
2177
+ /**
2178
+ *
2179
+ * @type {string}
2180
+ * @memberof SinglePageSpec
2181
+ */
2182
+ template?: string;
2183
+ /**
2184
+ *
2185
+ * @type {string}
2186
+ * @memberof SinglePageSpec
2187
+ */
2188
+ cover?: string;
2189
+ /**
2190
+ *
2191
+ * @type {boolean}
2192
+ * @memberof SinglePageSpec
2193
+ */
2194
+ deleted: boolean;
2195
+ /**
2196
+ *
2197
+ * @type {boolean}
2198
+ * @memberof SinglePageSpec
2199
+ */
2200
+ published: boolean;
2201
+ /**
2202
+ *
2203
+ * @type {string}
2204
+ * @memberof SinglePageSpec
2205
+ */
2206
+ publishTime?: string;
2207
+ /**
2208
+ *
2209
+ * @type {boolean}
2210
+ * @memberof SinglePageSpec
2211
+ */
2212
+ pinned: boolean;
2213
+ /**
2214
+ *
2215
+ * @type {boolean}
2216
+ * @memberof SinglePageSpec
2217
+ */
2218
+ allowComment: boolean;
2219
+ /**
2220
+ *
2221
+ * @type {string}
2222
+ * @memberof SinglePageSpec
2223
+ */
2224
+ visible: SinglePageSpecVisibleEnum;
2225
+ /**
2226
+ *
2227
+ * @type {number}
2228
+ * @memberof SinglePageSpec
2229
+ */
2230
+ version: number;
2231
+ /**
2232
+ *
2233
+ * @type {number}
2234
+ * @memberof SinglePageSpec
2235
+ */
2236
+ priority: number;
2237
+ /**
2238
+ *
2239
+ * @type {Excerpt}
2240
+ * @memberof SinglePageSpec
2241
+ */
2242
+ excerpt: Excerpt;
2243
+ /**
2244
+ *
2245
+ * @type {Array<{ [key: string]: string; }>}
2246
+ * @memberof SinglePageSpec
2247
+ */
2248
+ htmlMetas?: Array<{
2249
+ [key: string]: string;
2250
+ }>;
2251
+ }
2252
+ declare const SinglePageSpecVisibleEnum: {
2253
+ readonly Public: "PUBLIC";
2254
+ readonly Internal: "INTERNAL";
2255
+ readonly Private: "PRIVATE";
2256
+ };
2257
+ declare type SinglePageSpecVisibleEnum = typeof SinglePageSpecVisibleEnum[keyof typeof SinglePageSpecVisibleEnum];
2258
+
2259
+ /**
2260
+ * Halo Next API
2261
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2262
+ *
2263
+ * The version of the OpenAPI document: 2.0.0
2264
+ *
2265
+ *
2266
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2267
+ * https://openapi-generator.tech
2268
+ * Do not edit the class manually.
2269
+ */
2270
+
2271
+ /**
2272
+ *
2273
+ * @export
2274
+ * @interface SinglePageStatus
2275
+ */
2276
+ interface SinglePageStatus {
2277
+ /**
2278
+ *
2279
+ * @type {string}
2280
+ * @memberof SinglePageStatus
2281
+ */
2282
+ phase: string;
2283
+ /**
2284
+ *
2285
+ * @type {Array<Condition>}
2286
+ * @memberof SinglePageStatus
2287
+ */
2288
+ conditions?: Array<Condition>;
2289
+ /**
2290
+ *
2291
+ * @type {string}
2292
+ * @memberof SinglePageStatus
2293
+ */
2294
+ permalink?: string;
2295
+ /**
2296
+ *
2297
+ * @type {string}
2298
+ * @memberof SinglePageStatus
2299
+ */
2300
+ excerpt?: string;
2301
+ /**
2302
+ *
2303
+ * @type {boolean}
2304
+ * @memberof SinglePageStatus
2305
+ */
2306
+ inProgress?: boolean;
2307
+ /**
2308
+ *
2309
+ * @type {Array<string>}
2310
+ * @memberof SinglePageStatus
2311
+ */
2312
+ contributors?: Array<string>;
2313
+ }
2314
+
2315
+ /**
2316
+ * Halo Next API
2317
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2318
+ *
2319
+ * The version of the OpenAPI document: 2.0.0
2320
+ *
2321
+ *
2322
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2323
+ * https://openapi-generator.tech
2324
+ * Do not edit the class manually.
2325
+ */
2326
+
2327
+ /**
2328
+ *
2329
+ * @export
2330
+ * @interface SinglePage
2331
+ */
2332
+ interface SinglePage {
2333
+ /**
2334
+ *
2335
+ * @type {SinglePageSpec}
2336
+ * @memberof SinglePage
2337
+ */
2338
+ spec: SinglePageSpec;
2339
+ /**
2340
+ *
2341
+ * @type {SinglePageStatus}
2342
+ * @memberof SinglePage
2343
+ */
2344
+ status?: SinglePageStatus;
2345
+ /**
2346
+ *
2347
+ * @type {string}
2348
+ * @memberof SinglePage
2349
+ */
2350
+ apiVersion: string;
2351
+ /**
2352
+ *
2353
+ * @type {string}
2354
+ * @memberof SinglePage
2355
+ */
2356
+ kind: string;
2357
+ /**
2358
+ *
2359
+ * @type {Metadata}
2360
+ * @memberof SinglePage
2361
+ */
2362
+ metadata: Metadata;
2363
+ }
2364
+
2365
+ /**
2366
+ * Halo Next API
2367
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2368
+ *
2369
+ * The version of the OpenAPI document: 2.0.0
2370
+ *
2371
+ *
2372
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2373
+ * https://openapi-generator.tech
2374
+ * Do not edit the class manually.
2375
+ */
2376
+
2377
+ /**
2378
+ * A chunk of items.
2379
+ * @export
2380
+ * @interface ListedSinglePage
2381
+ */
2382
+ interface ListedSinglePage {
2383
+ /**
2384
+ *
2385
+ * @type {SinglePage}
2386
+ * @memberof ListedSinglePage
2387
+ */
2388
+ page: SinglePage;
2389
+ /**
2390
+ *
2391
+ * @type {Array<Contributor>}
2392
+ * @memberof ListedSinglePage
2393
+ */
2394
+ contributors: Array<Contributor>;
2395
+ }
2396
+
2397
+ /**
2398
+ * Halo Next API
2399
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2400
+ *
2401
+ * The version of the OpenAPI document: 2.0.0
2402
+ *
2403
+ *
2404
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2405
+ * https://openapi-generator.tech
2406
+ * Do not edit the class manually.
2407
+ */
2408
+
2409
+ /**
2410
+ *
2411
+ * @export
2412
+ * @interface ListedSinglePageList
2413
+ */
2414
+ interface ListedSinglePageList {
2415
+ /**
2416
+ * Page number, starts from 1. If not set or equal to 0, it means no pagination.
2417
+ * @type {number}
2418
+ * @memberof ListedSinglePageList
2419
+ */
2420
+ page: number;
2421
+ /**
2422
+ * Size of each page. If not set or equal to 0, it means no pagination.
2423
+ * @type {number}
2424
+ * @memberof ListedSinglePageList
2425
+ */
2426
+ size: number;
2427
+ /**
2428
+ * Total elements.
2429
+ * @type {number}
2430
+ * @memberof ListedSinglePageList
2431
+ */
2432
+ total: number;
2433
+ /**
2434
+ * A chunk of items.
2435
+ * @type {Array<ListedSinglePage>}
2436
+ * @memberof ListedSinglePageList
2437
+ */
2438
+ items: Array<ListedSinglePage>;
2439
+ /**
2440
+ * Indicates whether current page is the first page.
2441
+ * @type {boolean}
2442
+ * @memberof ListedSinglePageList
2443
+ */
2444
+ first: boolean;
2445
+ /**
2446
+ * Indicates whether current page is the last page.
2447
+ * @type {boolean}
2448
+ * @memberof ListedSinglePageList
2449
+ */
2450
+ last: boolean;
2451
+ /**
2452
+ * Indicates whether current page has previous page.
2453
+ * @type {boolean}
2454
+ * @memberof ListedSinglePageList
2455
+ */
2456
+ hasNext: boolean;
2457
+ /**
2458
+ * Indicates whether current page has previous page.
2459
+ * @type {boolean}
2460
+ * @memberof ListedSinglePageList
2461
+ */
2462
+ hasPrevious: boolean;
2463
+ }
2464
+
2123
2465
  /**
2124
2466
  * Halo Next API
2125
2467
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -2309,7 +2651,7 @@ interface MenuItemSpec {
2309
2651
  * @type {Ref}
2310
2652
  * @memberof MenuItemSpec
2311
2653
  */
2312
- pageRef?: Ref;
2654
+ singlePageRef?: Ref;
2313
2655
  }
2314
2656
 
2315
2657
  /**
@@ -4229,6 +4571,106 @@ interface SettingList {
4229
4571
  hasPrevious: boolean;
4230
4572
  }
4231
4573
 
4574
+ /**
4575
+ * Halo Next API
4576
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4577
+ *
4578
+ * The version of the OpenAPI document: 2.0.0
4579
+ *
4580
+ *
4581
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
4582
+ * https://openapi-generator.tech
4583
+ * Do not edit the class manually.
4584
+ */
4585
+
4586
+ /**
4587
+ *
4588
+ * @export
4589
+ * @interface SinglePageList
4590
+ */
4591
+ interface SinglePageList {
4592
+ /**
4593
+ * Page number, starts from 1. If not set or equal to 0, it means no pagination.
4594
+ * @type {number}
4595
+ * @memberof SinglePageList
4596
+ */
4597
+ page: number;
4598
+ /**
4599
+ * Size of each page. If not set or equal to 0, it means no pagination.
4600
+ * @type {number}
4601
+ * @memberof SinglePageList
4602
+ */
4603
+ size: number;
4604
+ /**
4605
+ * Total elements.
4606
+ * @type {number}
4607
+ * @memberof SinglePageList
4608
+ */
4609
+ total: number;
4610
+ /**
4611
+ * A chunk of items.
4612
+ * @type {Array<SinglePage>}
4613
+ * @memberof SinglePageList
4614
+ */
4615
+ items: Array<SinglePage>;
4616
+ /**
4617
+ * Indicates whether current page is the first page.
4618
+ * @type {boolean}
4619
+ * @memberof SinglePageList
4620
+ */
4621
+ first: boolean;
4622
+ /**
4623
+ * Indicates whether current page is the last page.
4624
+ * @type {boolean}
4625
+ * @memberof SinglePageList
4626
+ */
4627
+ last: boolean;
4628
+ /**
4629
+ * Indicates whether current page has previous page.
4630
+ * @type {boolean}
4631
+ * @memberof SinglePageList
4632
+ */
4633
+ hasNext: boolean;
4634
+ /**
4635
+ * Indicates whether current page has previous page.
4636
+ * @type {boolean}
4637
+ * @memberof SinglePageList
4638
+ */
4639
+ hasPrevious: boolean;
4640
+ }
4641
+
4642
+ /**
4643
+ * Halo Next API
4644
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4645
+ *
4646
+ * The version of the OpenAPI document: 2.0.0
4647
+ *
4648
+ *
4649
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
4650
+ * https://openapi-generator.tech
4651
+ * Do not edit the class manually.
4652
+ */
4653
+
4654
+ /**
4655
+ *
4656
+ * @export
4657
+ * @interface SinglePageRequest
4658
+ */
4659
+ interface SinglePageRequest {
4660
+ /**
4661
+ *
4662
+ * @type {SinglePage}
4663
+ * @memberof SinglePageRequest
4664
+ */
4665
+ page: SinglePage;
4666
+ /**
4667
+ *
4668
+ * @type {Content}
4669
+ * @memberof SinglePageRequest
4670
+ */
4671
+ content: Content;
4672
+ }
4673
+
4232
4674
  /**
4233
4675
  * Halo Next API
4234
4676
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -5230,19 +5672,37 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
5230
5672
  * @throws {RequiredError}
5231
5673
  */
5232
5674
  draftPost: (postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5675
+ /**
5676
+ * Draft a single page.
5677
+ * @param {SinglePageRequest} singlePageRequest
5678
+ * @param {*} [options] Override http request option.
5679
+ * @throws {RequiredError}
5680
+ */
5681
+ draftSinglePage: (singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5233
5682
  /**
5234
5683
  * List posts.
5235
- * @param {number} [page] The page number. Zero indicates no page.
5684
+ * @param {Array<string>} [contributors]
5685
+ * @param {Array<string>} [categories]
5686
+ * @param {Array<string>} [tags]
5236
5687
  * @param {number} [size] Size of one page. Zero indicates no limit.
5237
5688
  * @param {Array<string>} [labelSelector] Label selector for filtering.
5238
5689
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
5690
+ * @param {number} [page] The page number. Zero indicates no page.
5691
+ * @param {*} [options] Override http request option.
5692
+ * @throws {RequiredError}
5693
+ */
5694
+ listPosts: (contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5695
+ /**
5696
+ * List single pages.
5239
5697
  * @param {Array<string>} [contributors]
5240
- * @param {Array<string>} [categories]
5241
- * @param {Array<string>} [tags]
5698
+ * @param {number} [size] Size of one page. Zero indicates no limit.
5699
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
5700
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
5701
+ * @param {number} [page] The page number. Zero indicates no page.
5242
5702
  * @param {*} [options] Override http request option.
5243
5703
  * @throws {RequiredError}
5244
5704
  */
5245
- listPosts: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5705
+ listSinglePages: (contributors?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5246
5706
  /**
5247
5707
  * Publish a post.
5248
5708
  * @param {string} name
@@ -5250,6 +5710,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
5250
5710
  * @throws {RequiredError}
5251
5711
  */
5252
5712
  publishPost: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5713
+ /**
5714
+ * Publish a single page.
5715
+ * @param {string} name
5716
+ * @param {*} [options] Override http request option.
5717
+ * @throws {RequiredError}
5718
+ */
5719
+ publishSinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5253
5720
  /**
5254
5721
  * Update a post.
5255
5722
  * @param {string} name
@@ -5258,6 +5725,14 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
5258
5725
  * @throws {RequiredError}
5259
5726
  */
5260
5727
  updateDraftPost: (name: string, postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5728
+ /**
5729
+ * Update a single page.
5730
+ * @param {string} name
5731
+ * @param {SinglePageRequest} singlePageRequest
5732
+ * @param {*} [options] Override http request option.
5733
+ * @throws {RequiredError}
5734
+ */
5735
+ updateDraftSinglePage: (name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5261
5736
  };
5262
5737
  /**
5263
5738
  * ApiHaloRunV1alpha1PostApi - functional programming interface
@@ -5271,19 +5746,37 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
5271
5746
  * @throws {RequiredError}
5272
5747
  */
5273
5748
  draftPost(postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
5749
+ /**
5750
+ * Draft a single page.
5751
+ * @param {SinglePageRequest} singlePageRequest
5752
+ * @param {*} [options] Override http request option.
5753
+ * @throws {RequiredError}
5754
+ */
5755
+ draftSinglePage(singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
5274
5756
  /**
5275
5757
  * List posts.
5276
- * @param {number} [page] The page number. Zero indicates no page.
5758
+ * @param {Array<string>} [contributors]
5759
+ * @param {Array<string>} [categories]
5760
+ * @param {Array<string>} [tags]
5277
5761
  * @param {number} [size] Size of one page. Zero indicates no limit.
5278
5762
  * @param {Array<string>} [labelSelector] Label selector for filtering.
5279
5763
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
5764
+ * @param {number} [page] The page number. Zero indicates no page.
5765
+ * @param {*} [options] Override http request option.
5766
+ * @throws {RequiredError}
5767
+ */
5768
+ listPosts(contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
5769
+ /**
5770
+ * List single pages.
5280
5771
  * @param {Array<string>} [contributors]
5281
- * @param {Array<string>} [categories]
5282
- * @param {Array<string>} [tags]
5772
+ * @param {number} [size] Size of one page. Zero indicates no limit.
5773
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
5774
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
5775
+ * @param {number} [page] The page number. Zero indicates no page.
5283
5776
  * @param {*} [options] Override http request option.
5284
5777
  * @throws {RequiredError}
5285
5778
  */
5286
- listPosts(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
5779
+ listSinglePages(contributors?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
5287
5780
  /**
5288
5781
  * Publish a post.
5289
5782
  * @param {string} name
@@ -5291,6 +5784,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
5291
5784
  * @throws {RequiredError}
5292
5785
  */
5293
5786
  publishPost(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
5787
+ /**
5788
+ * Publish a single page.
5789
+ * @param {string} name
5790
+ * @param {*} [options] Override http request option.
5791
+ * @throws {RequiredError}
5792
+ */
5793
+ publishSinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
5294
5794
  /**
5295
5795
  * Update a post.
5296
5796
  * @param {string} name
@@ -5299,6 +5799,14 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
5299
5799
  * @throws {RequiredError}
5300
5800
  */
5301
5801
  updateDraftPost(name: string, postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
5802
+ /**
5803
+ * Update a single page.
5804
+ * @param {string} name
5805
+ * @param {SinglePageRequest} singlePageRequest
5806
+ * @param {*} [options] Override http request option.
5807
+ * @throws {RequiredError}
5808
+ */
5809
+ updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
5302
5810
  };
5303
5811
  /**
5304
5812
  * ApiHaloRunV1alpha1PostApi - factory interface
@@ -5312,19 +5820,37 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
5312
5820
  * @throws {RequiredError}
5313
5821
  */
5314
5822
  draftPost(postRequest: PostRequest, options?: any): AxiosPromise<Post>;
5823
+ /**
5824
+ * Draft a single page.
5825
+ * @param {SinglePageRequest} singlePageRequest
5826
+ * @param {*} [options] Override http request option.
5827
+ * @throws {RequiredError}
5828
+ */
5829
+ draftSinglePage(singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
5315
5830
  /**
5316
5831
  * List posts.
5317
- * @param {number} [page] The page number. Zero indicates no page.
5832
+ * @param {Array<string>} [contributors]
5833
+ * @param {Array<string>} [categories]
5834
+ * @param {Array<string>} [tags]
5318
5835
  * @param {number} [size] Size of one page. Zero indicates no limit.
5319
5836
  * @param {Array<string>} [labelSelector] Label selector for filtering.
5320
5837
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
5838
+ * @param {number} [page] The page number. Zero indicates no page.
5839
+ * @param {*} [options] Override http request option.
5840
+ * @throws {RequiredError}
5841
+ */
5842
+ listPosts(contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedPostList>;
5843
+ /**
5844
+ * List single pages.
5321
5845
  * @param {Array<string>} [contributors]
5322
- * @param {Array<string>} [categories]
5323
- * @param {Array<string>} [tags]
5846
+ * @param {number} [size] Size of one page. Zero indicates no limit.
5847
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
5848
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
5849
+ * @param {number} [page] The page number. Zero indicates no page.
5324
5850
  * @param {*} [options] Override http request option.
5325
5851
  * @throws {RequiredError}
5326
5852
  */
5327
- listPosts(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
5853
+ listSinglePages(contributors?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
5328
5854
  /**
5329
5855
  * Publish a post.
5330
5856
  * @param {string} name
@@ -5332,6 +5858,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
5332
5858
  * @throws {RequiredError}
5333
5859
  */
5334
5860
  publishPost(name: string, options?: any): AxiosPromise<Post>;
5861
+ /**
5862
+ * Publish a single page.
5863
+ * @param {string} name
5864
+ * @param {*} [options] Override http request option.
5865
+ * @throws {RequiredError}
5866
+ */
5867
+ publishSinglePage(name: string, options?: any): AxiosPromise<SinglePage>;
5335
5868
  /**
5336
5869
  * Update a post.
5337
5870
  * @param {string} name
@@ -5340,6 +5873,14 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
5340
5873
  * @throws {RequiredError}
5341
5874
  */
5342
5875
  updateDraftPost(name: string, postRequest: PostRequest, options?: any): AxiosPromise<Post>;
5876
+ /**
5877
+ * Update a single page.
5878
+ * @param {string} name
5879
+ * @param {SinglePageRequest} singlePageRequest
5880
+ * @param {*} [options] Override http request option.
5881
+ * @throws {RequiredError}
5882
+ */
5883
+ updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
5343
5884
  };
5344
5885
  /**
5345
5886
  * Request parameters for draftPost operation in ApiHaloRunV1alpha1PostApi.
@@ -5354,6 +5895,19 @@ interface ApiHaloRunV1alpha1PostApiDraftPostRequest {
5354
5895
  */
5355
5896
  readonly postRequest: PostRequest;
5356
5897
  }
5898
+ /**
5899
+ * Request parameters for draftSinglePage operation in ApiHaloRunV1alpha1PostApi.
5900
+ * @export
5901
+ * @interface ApiHaloRunV1alpha1PostApiDraftSinglePageRequest
5902
+ */
5903
+ interface ApiHaloRunV1alpha1PostApiDraftSinglePageRequest {
5904
+ /**
5905
+ *
5906
+ * @type {SinglePageRequest}
5907
+ * @memberof ApiHaloRunV1alpha1PostApiDraftSinglePage
5908
+ */
5909
+ readonly singlePageRequest: SinglePageRequest;
5910
+ }
5357
5911
  /**
5358
5912
  * Request parameters for listPosts operation in ApiHaloRunV1alpha1PostApi.
5359
5913
  * @export
@@ -5361,11 +5915,23 @@ interface ApiHaloRunV1alpha1PostApiDraftPostRequest {
5361
5915
  */
5362
5916
  interface ApiHaloRunV1alpha1PostApiListPostsRequest {
5363
5917
  /**
5364
- * The page number. Zero indicates no page.
5365
- * @type {number}
5918
+ *
5919
+ * @type {Array<string>}
5366
5920
  * @memberof ApiHaloRunV1alpha1PostApiListPosts
5367
5921
  */
5368
- readonly page?: number;
5922
+ readonly contributors?: Array<string>;
5923
+ /**
5924
+ *
5925
+ * @type {Array<string>}
5926
+ * @memberof ApiHaloRunV1alpha1PostApiListPosts
5927
+ */
5928
+ readonly categories?: Array<string>;
5929
+ /**
5930
+ *
5931
+ * @type {Array<string>}
5932
+ * @memberof ApiHaloRunV1alpha1PostApiListPosts
5933
+ */
5934
+ readonly tags?: Array<string>;
5369
5935
  /**
5370
5936
  * Size of one page. Zero indicates no limit.
5371
5937
  * @type {number}
@@ -5385,23 +5951,48 @@ interface ApiHaloRunV1alpha1PostApiListPostsRequest {
5385
5951
  */
5386
5952
  readonly fieldSelector?: Array<string>;
5387
5953
  /**
5388
- *
5954
+ * The page number. Zero indicates no page.
5955
+ * @type {number}
5956
+ * @memberof ApiHaloRunV1alpha1PostApiListPosts
5957
+ */
5958
+ readonly page?: number;
5959
+ }
5960
+ /**
5961
+ * Request parameters for listSinglePages operation in ApiHaloRunV1alpha1PostApi.
5962
+ * @export
5963
+ * @interface ApiHaloRunV1alpha1PostApiListSinglePagesRequest
5964
+ */
5965
+ interface ApiHaloRunV1alpha1PostApiListSinglePagesRequest {
5966
+ /**
5967
+ *
5968
+ * @type {Array<string>}
5969
+ * @memberof ApiHaloRunV1alpha1PostApiListSinglePages
5970
+ */
5971
+ readonly contributors?: Array<string>;
5972
+ /**
5973
+ * Size of one page. Zero indicates no limit.
5974
+ * @type {number}
5975
+ * @memberof ApiHaloRunV1alpha1PostApiListSinglePages
5976
+ */
5977
+ readonly size?: number;
5978
+ /**
5979
+ * Label selector for filtering.
5389
5980
  * @type {Array<string>}
5390
- * @memberof ApiHaloRunV1alpha1PostApiListPosts
5981
+ * @memberof ApiHaloRunV1alpha1PostApiListSinglePages
5391
5982
  */
5392
- readonly contributors?: Array<string>;
5983
+ readonly labelSelector?: Array<string>;
5393
5984
  /**
5394
- *
5985
+ * Field selector for filtering.
5395
5986
  * @type {Array<string>}
5396
- * @memberof ApiHaloRunV1alpha1PostApiListPosts
5987
+ * @memberof ApiHaloRunV1alpha1PostApiListSinglePages
5397
5988
  */
5398
- readonly categories?: Array<string>;
5989
+ readonly fieldSelector?: Array<string>;
5399
5990
  /**
5400
- *
5401
- * @type {Array<string>}
5402
- * @memberof ApiHaloRunV1alpha1PostApiListPosts
5991
+ * The page number. Zero indicates no page.
5992
+ * @type {number}
5993
+ * @memberof ApiHaloRunV1alpha1PostApiListSinglePages
5403
5994
  */
5404
- readonly tags?: Array<string>;
5995
+ readonly page?: number;
5405
5996
  }
5406
5997
  /**
5407
5998
  * Request parameters for publishPost operation in ApiHaloRunV1alpha1PostApi.
@@ -5416,6 +6007,19 @@ interface ApiHaloRunV1alpha1PostApiPublishPostRequest {
5416
6007
  */
5417
6008
  readonly name: string;
5418
6009
  }
6010
+ /**
6011
+ * Request parameters for publishSinglePage operation in ApiHaloRunV1alpha1PostApi.
6012
+ * @export
6013
+ * @interface ApiHaloRunV1alpha1PostApiPublishSinglePageRequest
6014
+ */
6015
+ interface ApiHaloRunV1alpha1PostApiPublishSinglePageRequest {
6016
+ /**
6017
+ *
6018
+ * @type {string}
6019
+ * @memberof ApiHaloRunV1alpha1PostApiPublishSinglePage
6020
+ */
6021
+ readonly name: string;
6022
+ }
5419
6023
  /**
5420
6024
  * Request parameters for updateDraftPost operation in ApiHaloRunV1alpha1PostApi.
5421
6025
  * @export
@@ -5435,6 +6039,25 @@ interface ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest {
5435
6039
  */
5436
6040
  readonly postRequest: PostRequest;
5437
6041
  }
6042
+ /**
6043
+ * Request parameters for updateDraftSinglePage operation in ApiHaloRunV1alpha1PostApi.
6044
+ * @export
6045
+ * @interface ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest
6046
+ */
6047
+ interface ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest {
6048
+ /**
6049
+ *
6050
+ * @type {string}
6051
+ * @memberof ApiHaloRunV1alpha1PostApiUpdateDraftSinglePage
6052
+ */
6053
+ readonly name: string;
6054
+ /**
6055
+ *
6056
+ * @type {SinglePageRequest}
6057
+ * @memberof ApiHaloRunV1alpha1PostApiUpdateDraftSinglePage
6058
+ */
6059
+ readonly singlePageRequest: SinglePageRequest;
6060
+ }
5438
6061
  /**
5439
6062
  * ApiHaloRunV1alpha1PostApi - object-oriented interface
5440
6063
  * @export
@@ -5450,6 +6073,14 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
5450
6073
  * @memberof ApiHaloRunV1alpha1PostApi
5451
6074
  */
5452
6075
  draftPost(requestParameters: ApiHaloRunV1alpha1PostApiDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
6076
+ /**
6077
+ * Draft a single page.
6078
+ * @param {ApiHaloRunV1alpha1PostApiDraftSinglePageRequest} requestParameters Request parameters.
6079
+ * @param {*} [options] Override http request option.
6080
+ * @throws {RequiredError}
6081
+ * @memberof ApiHaloRunV1alpha1PostApi
6082
+ */
6083
+ draftSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
5453
6084
  /**
5454
6085
  * List posts.
5455
6086
  * @param {ApiHaloRunV1alpha1PostApiListPostsRequest} requestParameters Request parameters.
@@ -5458,6 +6089,14 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
5458
6089
  * @memberof ApiHaloRunV1alpha1PostApi
5459
6090
  */
5460
6091
  listPosts(requestParameters?: ApiHaloRunV1alpha1PostApiListPostsRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ListedPostList, any>>;
6092
+ /**
6093
+ * List single pages.
6094
+ * @param {ApiHaloRunV1alpha1PostApiListSinglePagesRequest} requestParameters Request parameters.
6095
+ * @param {*} [options] Override http request option.
6096
+ * @throws {RequiredError}
6097
+ * @memberof ApiHaloRunV1alpha1PostApi
6098
+ */
6099
+ listSinglePages(requestParameters?: ApiHaloRunV1alpha1PostApiListSinglePagesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ListedSinglePageList, any>>;
5461
6100
  /**
5462
6101
  * Publish a post.
5463
6102
  * @param {ApiHaloRunV1alpha1PostApiPublishPostRequest} requestParameters Request parameters.
@@ -5466,6 +6105,14 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
5466
6105
  * @memberof ApiHaloRunV1alpha1PostApi
5467
6106
  */
5468
6107
  publishPost(requestParameters: ApiHaloRunV1alpha1PostApiPublishPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
6108
+ /**
6109
+ * Publish a single page.
6110
+ * @param {ApiHaloRunV1alpha1PostApiPublishSinglePageRequest} requestParameters Request parameters.
6111
+ * @param {*} [options] Override http request option.
6112
+ * @throws {RequiredError}
6113
+ * @memberof ApiHaloRunV1alpha1PostApi
6114
+ */
6115
+ publishSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiPublishSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
5469
6116
  /**
5470
6117
  * Update a post.
5471
6118
  * @param {ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest} requestParameters Request parameters.
@@ -5474,6 +6121,14 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
5474
6121
  * @memberof ApiHaloRunV1alpha1PostApi
5475
6122
  */
5476
6123
  updateDraftPost(requestParameters: ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
6124
+ /**
6125
+ * Update a single page.
6126
+ * @param {ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest} requestParameters Request parameters.
6127
+ * @param {*} [options] Override http request option.
6128
+ * @throws {RequiredError}
6129
+ * @memberof ApiHaloRunV1alpha1PostApi
6130
+ */
6131
+ updateDraftSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
5477
6132
  }
5478
6133
 
5479
6134
  /**
@@ -6833,6 +7488,279 @@ declare class ContentHaloRunV1alpha1ReplyApi extends BaseAPI {
6833
7488
  updatecontentHaloRunV1alpha1Reply(requestParameters: ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Reply, any>>;
6834
7489
  }
6835
7490
 
7491
+ /**
7492
+ * ContentHaloRunV1alpha1SinglePageApi - axios parameter creator
7493
+ * @export
7494
+ */
7495
+ declare const ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configuration?: Configuration) => {
7496
+ /**
7497
+ * Create content.halo.run/v1alpha1/SinglePage
7498
+ * @param {SinglePage} [singlePage] Fresh singlepage
7499
+ * @param {*} [options] Override http request option.
7500
+ * @throws {RequiredError}
7501
+ */
7502
+ createcontentHaloRunV1alpha1SinglePage: (singlePage?: SinglePage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7503
+ /**
7504
+ * Delete content.halo.run/v1alpha1/SinglePage
7505
+ * @param {string} name Name of singlepage
7506
+ * @param {*} [options] Override http request option.
7507
+ * @throws {RequiredError}
7508
+ */
7509
+ deletecontentHaloRunV1alpha1SinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7510
+ /**
7511
+ * Get content.halo.run/v1alpha1/SinglePage
7512
+ * @param {string} name Name of singlepage
7513
+ * @param {*} [options] Override http request option.
7514
+ * @throws {RequiredError}
7515
+ */
7516
+ getcontentHaloRunV1alpha1SinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7517
+ /**
7518
+ * List content.halo.run/v1alpha1/SinglePage
7519
+ * @param {number} [page] The page number. Zero indicates no page.
7520
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7521
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
7522
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7523
+ * @param {*} [options] Override http request option.
7524
+ * @throws {RequiredError}
7525
+ */
7526
+ listcontentHaloRunV1alpha1SinglePage: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7527
+ /**
7528
+ * Update content.halo.run/v1alpha1/SinglePage
7529
+ * @param {string} name Name of singlepage
7530
+ * @param {SinglePage} [singlePage] Updated singlepage
7531
+ * @param {*} [options] Override http request option.
7532
+ * @throws {RequiredError}
7533
+ */
7534
+ updatecontentHaloRunV1alpha1SinglePage: (name: string, singlePage?: SinglePage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7535
+ };
7536
+ /**
7537
+ * ContentHaloRunV1alpha1SinglePageApi - functional programming interface
7538
+ * @export
7539
+ */
7540
+ declare const ContentHaloRunV1alpha1SinglePageApiFp: (configuration?: Configuration) => {
7541
+ /**
7542
+ * Create content.halo.run/v1alpha1/SinglePage
7543
+ * @param {SinglePage} [singlePage] Fresh singlepage
7544
+ * @param {*} [options] Override http request option.
7545
+ * @throws {RequiredError}
7546
+ */
7547
+ createcontentHaloRunV1alpha1SinglePage(singlePage?: SinglePage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
7548
+ /**
7549
+ * Delete content.halo.run/v1alpha1/SinglePage
7550
+ * @param {string} name Name of singlepage
7551
+ * @param {*} [options] Override http request option.
7552
+ * @throws {RequiredError}
7553
+ */
7554
+ deletecontentHaloRunV1alpha1SinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
7555
+ /**
7556
+ * Get content.halo.run/v1alpha1/SinglePage
7557
+ * @param {string} name Name of singlepage
7558
+ * @param {*} [options] Override http request option.
7559
+ * @throws {RequiredError}
7560
+ */
7561
+ getcontentHaloRunV1alpha1SinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
7562
+ /**
7563
+ * List content.halo.run/v1alpha1/SinglePage
7564
+ * @param {number} [page] The page number. Zero indicates no page.
7565
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7566
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
7567
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7568
+ * @param {*} [options] Override http request option.
7569
+ * @throws {RequiredError}
7570
+ */
7571
+ listcontentHaloRunV1alpha1SinglePage(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePageList>>;
7572
+ /**
7573
+ * Update content.halo.run/v1alpha1/SinglePage
7574
+ * @param {string} name Name of singlepage
7575
+ * @param {SinglePage} [singlePage] Updated singlepage
7576
+ * @param {*} [options] Override http request option.
7577
+ * @throws {RequiredError}
7578
+ */
7579
+ updatecontentHaloRunV1alpha1SinglePage(name: string, singlePage?: SinglePage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
7580
+ };
7581
+ /**
7582
+ * ContentHaloRunV1alpha1SinglePageApi - factory interface
7583
+ * @export
7584
+ */
7585
+ declare const ContentHaloRunV1alpha1SinglePageApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
7586
+ /**
7587
+ * Create content.halo.run/v1alpha1/SinglePage
7588
+ * @param {SinglePage} [singlePage] Fresh singlepage
7589
+ * @param {*} [options] Override http request option.
7590
+ * @throws {RequiredError}
7591
+ */
7592
+ createcontentHaloRunV1alpha1SinglePage(singlePage?: SinglePage, options?: any): AxiosPromise<SinglePage>;
7593
+ /**
7594
+ * Delete content.halo.run/v1alpha1/SinglePage
7595
+ * @param {string} name Name of singlepage
7596
+ * @param {*} [options] Override http request option.
7597
+ * @throws {RequiredError}
7598
+ */
7599
+ deletecontentHaloRunV1alpha1SinglePage(name: string, options?: any): AxiosPromise<void>;
7600
+ /**
7601
+ * Get content.halo.run/v1alpha1/SinglePage
7602
+ * @param {string} name Name of singlepage
7603
+ * @param {*} [options] Override http request option.
7604
+ * @throws {RequiredError}
7605
+ */
7606
+ getcontentHaloRunV1alpha1SinglePage(name: string, options?: any): AxiosPromise<SinglePage>;
7607
+ /**
7608
+ * List content.halo.run/v1alpha1/SinglePage
7609
+ * @param {number} [page] The page number. Zero indicates no page.
7610
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7611
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
7612
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
7613
+ * @param {*} [options] Override http request option.
7614
+ * @throws {RequiredError}
7615
+ */
7616
+ listcontentHaloRunV1alpha1SinglePage(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<SinglePageList>;
7617
+ /**
7618
+ * Update content.halo.run/v1alpha1/SinglePage
7619
+ * @param {string} name Name of singlepage
7620
+ * @param {SinglePage} [singlePage] Updated singlepage
7621
+ * @param {*} [options] Override http request option.
7622
+ * @throws {RequiredError}
7623
+ */
7624
+ updatecontentHaloRunV1alpha1SinglePage(name: string, singlePage?: SinglePage, options?: any): AxiosPromise<SinglePage>;
7625
+ };
7626
+ /**
7627
+ * Request parameters for createcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
7628
+ * @export
7629
+ * @interface ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest
7630
+ */
7631
+ interface ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest {
7632
+ /**
7633
+ * Fresh singlepage
7634
+ * @type {SinglePage}
7635
+ * @memberof ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePage
7636
+ */
7637
+ readonly singlePage?: SinglePage;
7638
+ }
7639
+ /**
7640
+ * Request parameters for deletecontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
7641
+ * @export
7642
+ * @interface ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest
7643
+ */
7644
+ interface ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest {
7645
+ /**
7646
+ * Name of singlepage
7647
+ * @type {string}
7648
+ * @memberof ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePage
7649
+ */
7650
+ readonly name: string;
7651
+ }
7652
+ /**
7653
+ * Request parameters for getcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
7654
+ * @export
7655
+ * @interface ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest
7656
+ */
7657
+ interface ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest {
7658
+ /**
7659
+ * Name of singlepage
7660
+ * @type {string}
7661
+ * @memberof ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePage
7662
+ */
7663
+ readonly name: string;
7664
+ }
7665
+ /**
7666
+ * Request parameters for listcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
7667
+ * @export
7668
+ * @interface ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest
7669
+ */
7670
+ interface ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest {
7671
+ /**
7672
+ * The page number. Zero indicates no page.
7673
+ * @type {number}
7674
+ * @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
7675
+ */
7676
+ readonly page?: number;
7677
+ /**
7678
+ * Size of one page. Zero indicates no limit.
7679
+ * @type {number}
7680
+ * @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
7681
+ */
7682
+ readonly size?: number;
7683
+ /**
7684
+ * Label selector for filtering.
7685
+ * @type {Array<string>}
7686
+ * @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
7687
+ */
7688
+ readonly labelSelector?: Array<string>;
7689
+ /**
7690
+ * Field selector for filtering.
7691
+ * @type {Array<string>}
7692
+ * @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
7693
+ */
7694
+ readonly fieldSelector?: Array<string>;
7695
+ }
7696
+ /**
7697
+ * Request parameters for updatecontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
7698
+ * @export
7699
+ * @interface ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest
7700
+ */
7701
+ interface ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest {
7702
+ /**
7703
+ * Name of singlepage
7704
+ * @type {string}
7705
+ * @memberof ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePage
7706
+ */
7707
+ readonly name: string;
7708
+ /**
7709
+ * Updated singlepage
7710
+ * @type {SinglePage}
7711
+ * @memberof ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePage
7712
+ */
7713
+ readonly singlePage?: SinglePage;
7714
+ }
7715
+ /**
7716
+ * ContentHaloRunV1alpha1SinglePageApi - object-oriented interface
7717
+ * @export
7718
+ * @class ContentHaloRunV1alpha1SinglePageApi
7719
+ * @extends {BaseAPI}
7720
+ */
7721
+ declare class ContentHaloRunV1alpha1SinglePageApi extends BaseAPI {
7722
+ /**
7723
+ * Create content.halo.run/v1alpha1/SinglePage
7724
+ * @param {ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
7725
+ * @param {*} [options] Override http request option.
7726
+ * @throws {RequiredError}
7727
+ * @memberof ContentHaloRunV1alpha1SinglePageApi
7728
+ */
7729
+ createcontentHaloRunV1alpha1SinglePage(requestParameters?: ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
7730
+ /**
7731
+ * Delete content.halo.run/v1alpha1/SinglePage
7732
+ * @param {ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
7733
+ * @param {*} [options] Override http request option.
7734
+ * @throws {RequiredError}
7735
+ * @memberof ContentHaloRunV1alpha1SinglePageApi
7736
+ */
7737
+ deletecontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
7738
+ /**
7739
+ * Get content.halo.run/v1alpha1/SinglePage
7740
+ * @param {ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
7741
+ * @param {*} [options] Override http request option.
7742
+ * @throws {RequiredError}
7743
+ * @memberof ContentHaloRunV1alpha1SinglePageApi
7744
+ */
7745
+ getcontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
7746
+ /**
7747
+ * List content.halo.run/v1alpha1/SinglePage
7748
+ * @param {ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
7749
+ * @param {*} [options] Override http request option.
7750
+ * @throws {RequiredError}
7751
+ * @memberof ContentHaloRunV1alpha1SinglePageApi
7752
+ */
7753
+ listcontentHaloRunV1alpha1SinglePage(requestParameters?: ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePageList, any>>;
7754
+ /**
7755
+ * Update content.halo.run/v1alpha1/SinglePage
7756
+ * @param {ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
7757
+ * @param {*} [options] Override http request option.
7758
+ * @throws {RequiredError}
7759
+ * @memberof ContentHaloRunV1alpha1SinglePageApi
7760
+ */
7761
+ updatecontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
7762
+ }
7763
+
6836
7764
  /**
6837
7765
  * ContentHaloRunV1alpha1SnapshotApi - axios parameter creator
6838
7766
  * @export
@@ -7965,16 +8893,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configurati
7965
8893
  *
7966
8894
  * @param {string} [policy] Name of policy
7967
8895
  * @param {string} [displayName] Display name of attachment
7968
- * @param {string} [group] Name of group
7969
8896
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
8897
+ * @param {string} [group] Name of group
7970
8898
  * @param {number} [size] Size of one page. Zero indicates no limit.
7971
- * @param {number} [page] The page number. Zero indicates no page.
7972
8899
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7973
8900
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8901
+ * @param {number} [page] The page number. Zero indicates no page.
7974
8902
  * @param {*} [options] Override http request option.
7975
8903
  * @throws {RequiredError}
7976
8904
  */
7977
- searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8905
+ searchAttachments: (policy?: string, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7978
8906
  /**
7979
8907
  * Update storage.halo.run/v1alpha1/Attachment
7980
8908
  * @param {string} name Name of attachment
@@ -8033,16 +8961,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiFp: (configuration?: Configurat
8033
8961
  *
8034
8962
  * @param {string} [policy] Name of policy
8035
8963
  * @param {string} [displayName] Display name of attachment
8036
- * @param {string} [group] Name of group
8037
8964
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
8965
+ * @param {string} [group] Name of group
8038
8966
  * @param {number} [size] Size of one page. Zero indicates no limit.
8039
- * @param {number} [page] The page number. Zero indicates no page.
8040
8967
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8041
8968
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8969
+ * @param {number} [page] The page number. Zero indicates no page.
8042
8970
  * @param {*} [options] Override http request option.
8043
8971
  * @throws {RequiredError}
8044
8972
  */
8045
- 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>>;
8973
+ 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>>;
8046
8974
  /**
8047
8975
  * Update storage.halo.run/v1alpha1/Attachment
8048
8976
  * @param {string} name Name of attachment
@@ -8101,16 +9029,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiFactory: (configuration?: Confi
8101
9029
  *
8102
9030
  * @param {string} [policy] Name of policy
8103
9031
  * @param {string} [displayName] Display name of attachment
8104
- * @param {string} [group] Name of group
8105
9032
  * @param {string} [uploadedBy] Name of user who uploaded the attachment
9033
+ * @param {string} [group] Name of group
8106
9034
  * @param {number} [size] Size of one page. Zero indicates no limit.
8107
- * @param {number} [page] The page number. Zero indicates no page.
8108
9035
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8109
9036
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
9037
+ * @param {number} [page] The page number. Zero indicates no page.
8110
9038
  * @param {*} [options] Override http request option.
8111
9039
  * @throws {RequiredError}
8112
9040
  */
8113
- searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
9041
+ searchAttachments(policy?: string, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
8114
9042
  /**
8115
9043
  * Update storage.halo.run/v1alpha1/Attachment
8116
9044
  * @param {string} name Name of attachment
@@ -8218,29 +9146,23 @@ interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
8218
9146
  */
8219
9147
  readonly displayName?: string;
8220
9148
  /**
8221
- * Name of group
9149
+ * Name of user who uploaded the attachment
8222
9150
  * @type {string}
8223
9151
  * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
8224
9152
  */
8225
- readonly group?: string;
9153
+ readonly uploadedBy?: string;
8226
9154
  /**
8227
- * Name of user who uploaded the attachment
9155
+ * Name of group
8228
9156
  * @type {string}
8229
9157
  * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
8230
9158
  */
8231
- readonly uploadedBy?: string;
9159
+ readonly group?: string;
8232
9160
  /**
8233
9161
  * Size of one page. Zero indicates no limit.
8234
9162
  * @type {number}
8235
9163
  * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
8236
9164
  */
8237
9165
  readonly size?: number;
8238
- /**
8239
- * The page number. Zero indicates no page.
8240
- * @type {number}
8241
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
8242
- */
8243
- readonly page?: number;
8244
9166
  /**
8245
9167
  * Label selector for filtering.
8246
9168
  * @type {Array<string>}
@@ -8253,6 +9175,12 @@ interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
8253
9175
  * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
8254
9176
  */
8255
9177
  readonly fieldSelector?: Array<string>;
9178
+ /**
9179
+ * The page number. Zero indicates no page.
9180
+ * @type {number}
9181
+ * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
9182
+ */
9183
+ readonly page?: number;
8256
9184
  }
8257
9185
  /**
8258
9186
  * Request parameters for updatestorageHaloRunV1alpha1Attachment operation in StorageHaloRunV1alpha1AttachmentApi.
@@ -11639,4 +12567,4 @@ declare class V1alpha1UserApi extends BaseAPI {
11639
12567
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
11640
12568
  }
11641
12569
 
11642
- export { ApiHaloRunV1alpha1ContentApi, ApiHaloRunV1alpha1ContentApiAxiosParamCreator, ApiHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiFactory, ApiHaloRunV1alpha1ContentApiFp, ApiHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiHaloRunV1alpha1PluginApi, ApiHaloRunV1alpha1PluginApiAxiosParamCreator, ApiHaloRunV1alpha1PluginApiFactory, ApiHaloRunV1alpha1PluginApiFp, ApiHaloRunV1alpha1PluginApiInstallPluginRequest, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiDraftPostRequest, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiListPostsRequest, ApiHaloRunV1alpha1PostApiPublishPostRequest, ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiHaloRunV1alpha1ThemeApi, ApiHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiHaloRunV1alpha1ThemeApiFactory, ApiHaloRunV1alpha1ThemeApiFp, ApiHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiHaloRunV1alpha1UserApi, ApiHaloRunV1alpha1UserApiAxiosParamCreator, ApiHaloRunV1alpha1UserApiChangePasswordRequest, ApiHaloRunV1alpha1UserApiFactory, ApiHaloRunV1alpha1UserApiFp, ApiHaloRunV1alpha1UserApiGetPermissionsRequest, ApiHaloRunV1alpha1UserApiGrantPermissionRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentList, CommentOwner, CommentSpec, CommentSubjectRef, 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, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Excerpt, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedPost, ListedPostList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplySpec, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingList, SettingSpec, SnapShotSpec, Snapshot, SnapshotList, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest };
12570
+ export { ApiHaloRunV1alpha1ContentApi, ApiHaloRunV1alpha1ContentApiAxiosParamCreator, ApiHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiFactory, ApiHaloRunV1alpha1ContentApiFp, ApiHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiHaloRunV1alpha1PluginApi, ApiHaloRunV1alpha1PluginApiAxiosParamCreator, ApiHaloRunV1alpha1PluginApiFactory, ApiHaloRunV1alpha1PluginApiFp, ApiHaloRunV1alpha1PluginApiInstallPluginRequest, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiDraftPostRequest, ApiHaloRunV1alpha1PostApiDraftSinglePageRequest, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiListPostsRequest, ApiHaloRunV1alpha1PostApiListSinglePagesRequest, ApiHaloRunV1alpha1PostApiPublishPostRequest, ApiHaloRunV1alpha1PostApiPublishSinglePageRequest, ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest, ApiHaloRunV1alpha1ThemeApi, ApiHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiHaloRunV1alpha1ThemeApiFactory, ApiHaloRunV1alpha1ThemeApiFp, ApiHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiHaloRunV1alpha1UserApi, ApiHaloRunV1alpha1UserApiAxiosParamCreator, ApiHaloRunV1alpha1UserApiChangePasswordRequest, ApiHaloRunV1alpha1UserApiFactory, ApiHaloRunV1alpha1UserApiFp, ApiHaloRunV1alpha1UserApiGetPermissionsRequest, ApiHaloRunV1alpha1UserApiGrantPermissionRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentList, CommentOwner, CommentSpec, CommentSubjectRef, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Excerpt, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedPost, ListedPostList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplySpec, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest };