@halo-dev/api-client 0.0.39 → 0.0.40
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.cjs +48 -428
- package/dist/index.d.ts +149 -782
- package/dist/index.mjs +49 -421
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1825,6 +1825,87 @@ interface CounterRequest {
|
|
|
1825
1825
|
referrer?: string;
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
|
+
/**
|
|
1829
|
+
* Halo Next API
|
|
1830
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
1831
|
+
*
|
|
1832
|
+
* The version of the OpenAPI document: 2.0.0
|
|
1833
|
+
*
|
|
1834
|
+
*
|
|
1835
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1836
|
+
* https://openapi-generator.tech
|
|
1837
|
+
* Do not edit the class manually.
|
|
1838
|
+
*/
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @export
|
|
1842
|
+
* @interface TemplateDescriptor
|
|
1843
|
+
*/
|
|
1844
|
+
interface TemplateDescriptor {
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* @type {string}
|
|
1848
|
+
* @memberof TemplateDescriptor
|
|
1849
|
+
*/
|
|
1850
|
+
name: string;
|
|
1851
|
+
/**
|
|
1852
|
+
*
|
|
1853
|
+
* @type {string}
|
|
1854
|
+
* @memberof TemplateDescriptor
|
|
1855
|
+
*/
|
|
1856
|
+
description?: string;
|
|
1857
|
+
/**
|
|
1858
|
+
*
|
|
1859
|
+
* @type {string}
|
|
1860
|
+
* @memberof TemplateDescriptor
|
|
1861
|
+
*/
|
|
1862
|
+
screenshot?: string;
|
|
1863
|
+
/**
|
|
1864
|
+
*
|
|
1865
|
+
* @type {string}
|
|
1866
|
+
* @memberof TemplateDescriptor
|
|
1867
|
+
*/
|
|
1868
|
+
file: string;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
/**
|
|
1872
|
+
* Halo Next API
|
|
1873
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
1874
|
+
*
|
|
1875
|
+
* The version of the OpenAPI document: 2.0.0
|
|
1876
|
+
*
|
|
1877
|
+
*
|
|
1878
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1879
|
+
* https://openapi-generator.tech
|
|
1880
|
+
* Do not edit the class manually.
|
|
1881
|
+
*/
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
*
|
|
1885
|
+
* @export
|
|
1886
|
+
* @interface CustomTemplates
|
|
1887
|
+
*/
|
|
1888
|
+
interface CustomTemplates {
|
|
1889
|
+
/**
|
|
1890
|
+
*
|
|
1891
|
+
* @type {Array<TemplateDescriptor>}
|
|
1892
|
+
* @memberof CustomTemplates
|
|
1893
|
+
*/
|
|
1894
|
+
post?: Array<TemplateDescriptor>;
|
|
1895
|
+
/**
|
|
1896
|
+
*
|
|
1897
|
+
* @type {Array<TemplateDescriptor>}
|
|
1898
|
+
* @memberof CustomTemplates
|
|
1899
|
+
*/
|
|
1900
|
+
category?: Array<TemplateDescriptor>;
|
|
1901
|
+
/**
|
|
1902
|
+
*
|
|
1903
|
+
* @type {Array<TemplateDescriptor>}
|
|
1904
|
+
* @memberof CustomTemplates
|
|
1905
|
+
*/
|
|
1906
|
+
page?: Array<TemplateDescriptor>;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1828
1909
|
/**
|
|
1829
1910
|
* Halo Next API
|
|
1830
1911
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -2210,180 +2291,6 @@ interface License {
|
|
|
2210
2291
|
url?: string;
|
|
2211
2292
|
}
|
|
2212
2293
|
|
|
2213
|
-
/**
|
|
2214
|
-
* Halo Next API
|
|
2215
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2216
|
-
*
|
|
2217
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2218
|
-
*
|
|
2219
|
-
*
|
|
2220
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2221
|
-
* https://openapi-generator.tech
|
|
2222
|
-
* Do not edit the class manually.
|
|
2223
|
-
*/
|
|
2224
|
-
/**
|
|
2225
|
-
*
|
|
2226
|
-
* @export
|
|
2227
|
-
* @interface LinkSpec
|
|
2228
|
-
*/
|
|
2229
|
-
interface LinkSpec {
|
|
2230
|
-
/**
|
|
2231
|
-
*
|
|
2232
|
-
* @type {string}
|
|
2233
|
-
* @memberof LinkSpec
|
|
2234
|
-
*/
|
|
2235
|
-
url: string;
|
|
2236
|
-
/**
|
|
2237
|
-
*
|
|
2238
|
-
* @type {string}
|
|
2239
|
-
* @memberof LinkSpec
|
|
2240
|
-
*/
|
|
2241
|
-
displayName: string;
|
|
2242
|
-
/**
|
|
2243
|
-
*
|
|
2244
|
-
* @type {string}
|
|
2245
|
-
* @memberof LinkSpec
|
|
2246
|
-
*/
|
|
2247
|
-
logo?: string;
|
|
2248
|
-
/**
|
|
2249
|
-
*
|
|
2250
|
-
* @type {string}
|
|
2251
|
-
* @memberof LinkSpec
|
|
2252
|
-
*/
|
|
2253
|
-
description?: string;
|
|
2254
|
-
/**
|
|
2255
|
-
*
|
|
2256
|
-
* @type {number}
|
|
2257
|
-
* @memberof LinkSpec
|
|
2258
|
-
*/
|
|
2259
|
-
priority?: number;
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
/**
|
|
2263
|
-
* Halo Next API
|
|
2264
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2265
|
-
*
|
|
2266
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2267
|
-
*
|
|
2268
|
-
*
|
|
2269
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2270
|
-
* https://openapi-generator.tech
|
|
2271
|
-
* Do not edit the class manually.
|
|
2272
|
-
*/
|
|
2273
|
-
|
|
2274
|
-
/**
|
|
2275
|
-
*
|
|
2276
|
-
* @export
|
|
2277
|
-
* @interface Link
|
|
2278
|
-
*/
|
|
2279
|
-
interface Link {
|
|
2280
|
-
/**
|
|
2281
|
-
*
|
|
2282
|
-
* @type {LinkSpec}
|
|
2283
|
-
* @memberof Link
|
|
2284
|
-
*/
|
|
2285
|
-
spec?: LinkSpec;
|
|
2286
|
-
/**
|
|
2287
|
-
*
|
|
2288
|
-
* @type {string}
|
|
2289
|
-
* @memberof Link
|
|
2290
|
-
*/
|
|
2291
|
-
apiVersion: string;
|
|
2292
|
-
/**
|
|
2293
|
-
*
|
|
2294
|
-
* @type {string}
|
|
2295
|
-
* @memberof Link
|
|
2296
|
-
*/
|
|
2297
|
-
kind: string;
|
|
2298
|
-
/**
|
|
2299
|
-
*
|
|
2300
|
-
* @type {Metadata}
|
|
2301
|
-
* @memberof Link
|
|
2302
|
-
*/
|
|
2303
|
-
metadata: Metadata;
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
/**
|
|
2307
|
-
* Halo Next API
|
|
2308
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2309
|
-
*
|
|
2310
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2311
|
-
*
|
|
2312
|
-
*
|
|
2313
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2314
|
-
* https://openapi-generator.tech
|
|
2315
|
-
* Do not edit the class manually.
|
|
2316
|
-
*/
|
|
2317
|
-
/**
|
|
2318
|
-
*
|
|
2319
|
-
* @export
|
|
2320
|
-
* @interface LinkGroupSpec
|
|
2321
|
-
*/
|
|
2322
|
-
interface LinkGroupSpec {
|
|
2323
|
-
/**
|
|
2324
|
-
*
|
|
2325
|
-
* @type {string}
|
|
2326
|
-
* @memberof LinkGroupSpec
|
|
2327
|
-
*/
|
|
2328
|
-
displayName: string;
|
|
2329
|
-
/**
|
|
2330
|
-
*
|
|
2331
|
-
* @type {number}
|
|
2332
|
-
* @memberof LinkGroupSpec
|
|
2333
|
-
*/
|
|
2334
|
-
priority?: number;
|
|
2335
|
-
/**
|
|
2336
|
-
* Names of links below this group.
|
|
2337
|
-
* @type {Array<string>}
|
|
2338
|
-
* @memberof LinkGroupSpec
|
|
2339
|
-
*/
|
|
2340
|
-
links?: Array<string>;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
/**
|
|
2344
|
-
* Halo Next API
|
|
2345
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2346
|
-
*
|
|
2347
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2348
|
-
*
|
|
2349
|
-
*
|
|
2350
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2351
|
-
* https://openapi-generator.tech
|
|
2352
|
-
* Do not edit the class manually.
|
|
2353
|
-
*/
|
|
2354
|
-
|
|
2355
|
-
/**
|
|
2356
|
-
*
|
|
2357
|
-
* @export
|
|
2358
|
-
* @interface LinkGroup
|
|
2359
|
-
*/
|
|
2360
|
-
interface LinkGroup {
|
|
2361
|
-
/**
|
|
2362
|
-
*
|
|
2363
|
-
* @type {LinkGroupSpec}
|
|
2364
|
-
* @memberof LinkGroup
|
|
2365
|
-
*/
|
|
2366
|
-
spec?: LinkGroupSpec;
|
|
2367
|
-
/**
|
|
2368
|
-
*
|
|
2369
|
-
* @type {string}
|
|
2370
|
-
* @memberof LinkGroup
|
|
2371
|
-
*/
|
|
2372
|
-
apiVersion: string;
|
|
2373
|
-
/**
|
|
2374
|
-
*
|
|
2375
|
-
* @type {string}
|
|
2376
|
-
* @memberof LinkGroup
|
|
2377
|
-
*/
|
|
2378
|
-
kind: string;
|
|
2379
|
-
/**
|
|
2380
|
-
*
|
|
2381
|
-
* @type {Metadata}
|
|
2382
|
-
* @memberof LinkGroup
|
|
2383
|
-
*/
|
|
2384
|
-
metadata: Metadata;
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
2294
|
/**
|
|
2388
2295
|
* Halo Next API
|
|
2389
2296
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -6218,6 +6125,12 @@ interface ThemeSpec {
|
|
|
6218
6125
|
* @memberof ThemeSpec
|
|
6219
6126
|
*/
|
|
6220
6127
|
configMapName?: string;
|
|
6128
|
+
/**
|
|
6129
|
+
*
|
|
6130
|
+
* @type {CustomTemplates}
|
|
6131
|
+
* @memberof ThemeSpec
|
|
6132
|
+
*/
|
|
6133
|
+
customTemplates?: CustomTemplates;
|
|
6221
6134
|
}
|
|
6222
6135
|
|
|
6223
6136
|
/**
|
|
@@ -6670,8 +6583,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
6670
6583
|
*
|
|
6671
6584
|
* @param {string} [policy] Name of policy
|
|
6672
6585
|
* @param {string} [displayName] Display name of attachment
|
|
6673
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6674
6586
|
* @param {string} [group] Name of group
|
|
6587
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6675
6588
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6676
6589
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6677
6590
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6679,7 +6592,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
6679
6592
|
* @param {*} [options] Override http request option.
|
|
6680
6593
|
* @throws {RequiredError}
|
|
6681
6594
|
*/
|
|
6682
|
-
searchAttachments: (policy?: string, displayName?: string,
|
|
6595
|
+
searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6683
6596
|
/**
|
|
6684
6597
|
*
|
|
6685
6598
|
* @param {any} file
|
|
@@ -6699,8 +6612,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
6699
6612
|
*
|
|
6700
6613
|
* @param {string} [policy] Name of policy
|
|
6701
6614
|
* @param {string} [displayName] Display name of attachment
|
|
6702
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6703
6615
|
* @param {string} [group] Name of group
|
|
6616
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6704
6617
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6705
6618
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6706
6619
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6708,7 +6621,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
6708
6621
|
* @param {*} [options] Override http request option.
|
|
6709
6622
|
* @throws {RequiredError}
|
|
6710
6623
|
*/
|
|
6711
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
6624
|
+
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>>;
|
|
6712
6625
|
/**
|
|
6713
6626
|
*
|
|
6714
6627
|
* @param {any} file
|
|
@@ -6728,8 +6641,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
6728
6641
|
*
|
|
6729
6642
|
* @param {string} [policy] Name of policy
|
|
6730
6643
|
* @param {string} [displayName] Display name of attachment
|
|
6731
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6732
6644
|
* @param {string} [group] Name of group
|
|
6645
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6733
6646
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6734
6647
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6735
6648
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6737,7 +6650,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
6737
6650
|
* @param {*} [options] Override http request option.
|
|
6738
6651
|
* @throws {RequiredError}
|
|
6739
6652
|
*/
|
|
6740
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
6653
|
+
searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
|
|
6741
6654
|
/**
|
|
6742
6655
|
*
|
|
6743
6656
|
* @param {any} file
|
|
@@ -6767,17 +6680,17 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
6767
6680
|
*/
|
|
6768
6681
|
readonly displayName?: string;
|
|
6769
6682
|
/**
|
|
6770
|
-
* Name of
|
|
6683
|
+
* Name of group
|
|
6771
6684
|
* @type {string}
|
|
6772
6685
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
6773
6686
|
*/
|
|
6774
|
-
readonly
|
|
6687
|
+
readonly group?: string;
|
|
6775
6688
|
/**
|
|
6776
|
-
* Name of
|
|
6689
|
+
* Name of user who uploaded the attachment
|
|
6777
6690
|
* @type {string}
|
|
6778
6691
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
6779
6692
|
*/
|
|
6780
|
-
readonly
|
|
6693
|
+
readonly uploadedBy?: string;
|
|
6781
6694
|
/**
|
|
6782
6695
|
* Size of one page. Zero indicates no limit.
|
|
6783
6696
|
* @type {number}
|
|
@@ -7369,8 +7282,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7369
7282
|
/**
|
|
7370
7283
|
* List plugins using query criteria and sort params
|
|
7371
7284
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7372
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7373
7285
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7286
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7374
7287
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7375
7288
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7376
7289
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7378,7 +7291,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7378
7291
|
* @param {*} [options] Override http request option.
|
|
7379
7292
|
* @throws {RequiredError}
|
|
7380
7293
|
*/
|
|
7381
|
-
listPlugins: (sort?: Array<string>,
|
|
7294
|
+
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7382
7295
|
/**
|
|
7383
7296
|
* Upgrade a plugin by uploading a Jar file
|
|
7384
7297
|
* @param {string} name
|
|
@@ -7403,8 +7316,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7403
7316
|
/**
|
|
7404
7317
|
* List plugins using query criteria and sort params
|
|
7405
7318
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7406
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7407
7319
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7320
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7408
7321
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7409
7322
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7410
7323
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7412,7 +7325,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7412
7325
|
* @param {*} [options] Override http request option.
|
|
7413
7326
|
* @throws {RequiredError}
|
|
7414
7327
|
*/
|
|
7415
|
-
listPlugins(sort?: Array<string>,
|
|
7328
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
|
|
7416
7329
|
/**
|
|
7417
7330
|
* Upgrade a plugin by uploading a Jar file
|
|
7418
7331
|
* @param {string} name
|
|
@@ -7437,8 +7350,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7437
7350
|
/**
|
|
7438
7351
|
* List plugins using query criteria and sort params
|
|
7439
7352
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7440
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7441
7353
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7354
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7442
7355
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7443
7356
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7444
7357
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7446,7 +7359,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7446
7359
|
* @param {*} [options] Override http request option.
|
|
7447
7360
|
* @throws {RequiredError}
|
|
7448
7361
|
*/
|
|
7449
|
-
listPlugins(sort?: Array<string>,
|
|
7362
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
|
|
7450
7363
|
/**
|
|
7451
7364
|
* Upgrade a plugin by uploading a Jar file
|
|
7452
7365
|
* @param {string} name
|
|
@@ -7481,18 +7394,18 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7481
7394
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7482
7395
|
*/
|
|
7483
7396
|
readonly sort?: Array<string>;
|
|
7484
|
-
/**
|
|
7485
|
-
* Whether the plugin is enabled
|
|
7486
|
-
* @type {boolean}
|
|
7487
|
-
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7488
|
-
*/
|
|
7489
|
-
readonly enabled?: boolean;
|
|
7490
7397
|
/**
|
|
7491
7398
|
* Keyword of plugin name or description
|
|
7492
7399
|
* @type {string}
|
|
7493
7400
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7494
7401
|
*/
|
|
7495
7402
|
readonly keyword?: string;
|
|
7403
|
+
/**
|
|
7404
|
+
* Whether the plugin is enabled
|
|
7405
|
+
* @type {boolean}
|
|
7406
|
+
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7407
|
+
*/
|
|
7408
|
+
readonly enabled?: boolean;
|
|
7496
7409
|
/**
|
|
7497
7410
|
* Size of one page. Zero indicates no limit.
|
|
7498
7411
|
* @type {number}
|
|
@@ -7585,13 +7498,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7585
7498
|
/**
|
|
7586
7499
|
* List posts.
|
|
7587
7500
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7588
|
-
* @param {Array<string>} [tag]
|
|
7589
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7590
7501
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7591
|
-
* @param {
|
|
7502
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7503
|
+
* @param {Array<string>} [tag]
|
|
7592
7504
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7593
7505
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7594
7506
|
* @param {Array<string>} [category]
|
|
7507
|
+
* @param {Array<string>} [contributor]
|
|
7595
7508
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7596
7509
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7597
7510
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7599,7 +7512,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7599
7512
|
* @param {*} [options] Override http request option.
|
|
7600
7513
|
* @throws {RequiredError}
|
|
7601
7514
|
*/
|
|
7602
|
-
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7515
|
+
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7603
7516
|
/**
|
|
7604
7517
|
* Publish a post.
|
|
7605
7518
|
* @param {string} name
|
|
@@ -7631,13 +7544,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
7631
7544
|
/**
|
|
7632
7545
|
* List posts.
|
|
7633
7546
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7634
|
-
* @param {Array<string>} [tag]
|
|
7635
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7636
7547
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7637
|
-
* @param {
|
|
7548
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7549
|
+
* @param {Array<string>} [tag]
|
|
7638
7550
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7639
7551
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7640
7552
|
* @param {Array<string>} [category]
|
|
7553
|
+
* @param {Array<string>} [contributor]
|
|
7641
7554
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7642
7555
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7643
7556
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7645,7 +7558,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
7645
7558
|
* @param {*} [options] Override http request option.
|
|
7646
7559
|
* @throws {RequiredError}
|
|
7647
7560
|
*/
|
|
7648
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7561
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
|
|
7649
7562
|
/**
|
|
7650
7563
|
* Publish a post.
|
|
7651
7564
|
* @param {string} name
|
|
@@ -7677,13 +7590,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
7677
7590
|
/**
|
|
7678
7591
|
* List posts.
|
|
7679
7592
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7680
|
-
* @param {Array<string>} [tag]
|
|
7681
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7682
7593
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7683
|
-
* @param {
|
|
7594
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7595
|
+
* @param {Array<string>} [tag]
|
|
7684
7596
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7685
7597
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7686
7598
|
* @param {Array<string>} [category]
|
|
7599
|
+
* @param {Array<string>} [contributor]
|
|
7687
7600
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7688
7601
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7689
7602
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7691,7 +7604,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
7691
7604
|
* @param {*} [options] Override http request option.
|
|
7692
7605
|
* @throws {RequiredError}
|
|
7693
7606
|
*/
|
|
7694
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7607
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
|
|
7695
7608
|
/**
|
|
7696
7609
|
* Publish a post.
|
|
7697
7610
|
* @param {string} name
|
|
@@ -7734,29 +7647,23 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
7734
7647
|
*/
|
|
7735
7648
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
7736
7649
|
/**
|
|
7737
|
-
*
|
|
7738
|
-
* @type {
|
|
7650
|
+
* Posts filtered by keyword.
|
|
7651
|
+
* @type {string}
|
|
7739
7652
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7740
7653
|
*/
|
|
7741
|
-
readonly
|
|
7654
|
+
readonly keyword?: string;
|
|
7742
7655
|
/**
|
|
7743
7656
|
*
|
|
7744
7657
|
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
7745
7658
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7746
7659
|
*/
|
|
7747
7660
|
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
7748
|
-
/**
|
|
7749
|
-
* Posts filtered by keyword.
|
|
7750
|
-
* @type {string}
|
|
7751
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7752
|
-
*/
|
|
7753
|
-
readonly keyword?: string;
|
|
7754
7661
|
/**
|
|
7755
7662
|
*
|
|
7756
7663
|
* @type {Array<string>}
|
|
7757
7664
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7758
7665
|
*/
|
|
7759
|
-
readonly
|
|
7666
|
+
readonly tag?: Array<string>;
|
|
7760
7667
|
/**
|
|
7761
7668
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
7762
7669
|
* @type {boolean}
|
|
@@ -7775,6 +7682,12 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
7775
7682
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7776
7683
|
*/
|
|
7777
7684
|
readonly category?: Array<string>;
|
|
7685
|
+
/**
|
|
7686
|
+
*
|
|
7687
|
+
* @type {Array<string>}
|
|
7688
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7689
|
+
*/
|
|
7690
|
+
readonly contributor?: Array<string>;
|
|
7778
7691
|
/**
|
|
7779
7692
|
* Size of one page. Zero indicates no limit.
|
|
7780
7693
|
* @type {number}
|
|
@@ -7993,11 +7906,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
7993
7906
|
/**
|
|
7994
7907
|
* List single pages.
|
|
7995
7908
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
7996
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7997
7909
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
7998
|
-
* @param {
|
|
7910
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7999
7911
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8000
7912
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7913
|
+
* @param {Array<string>} [contributor]
|
|
8001
7914
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8002
7915
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8003
7916
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8005,7 +7918,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8005
7918
|
* @param {*} [options] Override http request option.
|
|
8006
7919
|
* @throws {RequiredError}
|
|
8007
7920
|
*/
|
|
8008
|
-
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
7921
|
+
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8009
7922
|
/**
|
|
8010
7923
|
* Publish a single page.
|
|
8011
7924
|
* @param {string} name
|
|
@@ -8037,11 +7950,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8037
7950
|
/**
|
|
8038
7951
|
* List single pages.
|
|
8039
7952
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8040
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8041
7953
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8042
|
-
* @param {
|
|
7954
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8043
7955
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8044
7956
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7957
|
+
* @param {Array<string>} [contributor]
|
|
8045
7958
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8046
7959
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8047
7960
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8049,7 +7962,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8049
7962
|
* @param {*} [options] Override http request option.
|
|
8050
7963
|
* @throws {RequiredError}
|
|
8051
7964
|
*/
|
|
8052
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
7965
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
|
|
8053
7966
|
/**
|
|
8054
7967
|
* Publish a single page.
|
|
8055
7968
|
* @param {string} name
|
|
@@ -8081,11 +7994,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8081
7994
|
/**
|
|
8082
7995
|
* List single pages.
|
|
8083
7996
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8084
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8085
7997
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8086
|
-
* @param {
|
|
7998
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8087
7999
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8088
8000
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
8001
|
+
* @param {Array<string>} [contributor]
|
|
8089
8002
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8090
8003
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8091
8004
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8093,7 +8006,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8093
8006
|
* @param {*} [options] Override http request option.
|
|
8094
8007
|
* @throws {RequiredError}
|
|
8095
8008
|
*/
|
|
8096
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
8009
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
|
|
8097
8010
|
/**
|
|
8098
8011
|
* Publish a single page.
|
|
8099
8012
|
* @param {string} name
|
|
@@ -8135,12 +8048,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8135
8048
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8136
8049
|
*/
|
|
8137
8050
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8138
|
-
/**
|
|
8139
|
-
*
|
|
8140
|
-
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8141
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8142
|
-
*/
|
|
8143
|
-
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8144
8051
|
/**
|
|
8145
8052
|
* SinglePages filtered by keyword.
|
|
8146
8053
|
* @type {string}
|
|
@@ -8149,10 +8056,10 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8149
8056
|
readonly keyword?: string;
|
|
8150
8057
|
/**
|
|
8151
8058
|
*
|
|
8152
|
-
* @type {
|
|
8059
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8153
8060
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8154
8061
|
*/
|
|
8155
|
-
readonly
|
|
8062
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8156
8063
|
/**
|
|
8157
8064
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
8158
8065
|
* @type {boolean}
|
|
@@ -8165,6 +8072,12 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8165
8072
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8166
8073
|
*/
|
|
8167
8074
|
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED';
|
|
8075
|
+
/**
|
|
8076
|
+
*
|
|
8077
|
+
* @type {Array<string>}
|
|
8078
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8079
|
+
*/
|
|
8080
|
+
readonly contributor?: Array<string>;
|
|
8168
8081
|
/**
|
|
8169
8082
|
* Size of one page. Zero indicates no limit.
|
|
8170
8083
|
* @type {number}
|
|
@@ -11124,552 +11037,6 @@ declare class ContentHaloRunV1alpha1TagApi extends BaseAPI {
|
|
|
11124
11037
|
updatecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
|
|
11125
11038
|
}
|
|
11126
11039
|
|
|
11127
|
-
/**
|
|
11128
|
-
* CoreHaloRunV1alpha1LinkApi - axios parameter creator
|
|
11129
|
-
* @export
|
|
11130
|
-
*/
|
|
11131
|
-
declare const CoreHaloRunV1alpha1LinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11132
|
-
/**
|
|
11133
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11134
|
-
* @param {Link} [link] Fresh link
|
|
11135
|
-
* @param {*} [options] Override http request option.
|
|
11136
|
-
* @throws {RequiredError}
|
|
11137
|
-
*/
|
|
11138
|
-
createcoreHaloRunV1alpha1Link: (link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11139
|
-
/**
|
|
11140
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11141
|
-
* @param {string} name Name of link
|
|
11142
|
-
* @param {*} [options] Override http request option.
|
|
11143
|
-
* @throws {RequiredError}
|
|
11144
|
-
*/
|
|
11145
|
-
deletecoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11146
|
-
/**
|
|
11147
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11148
|
-
* @param {string} name Name of link
|
|
11149
|
-
* @param {*} [options] Override http request option.
|
|
11150
|
-
* @throws {RequiredError}
|
|
11151
|
-
*/
|
|
11152
|
-
getcoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11153
|
-
/**
|
|
11154
|
-
* List core.halo.run/v1alpha1/Link
|
|
11155
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11156
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11157
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11158
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11159
|
-
* @param {*} [options] Override http request option.
|
|
11160
|
-
* @throws {RequiredError}
|
|
11161
|
-
*/
|
|
11162
|
-
listcoreHaloRunV1alpha1Link: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11163
|
-
/**
|
|
11164
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11165
|
-
* @param {string} name Name of link
|
|
11166
|
-
* @param {Link} [link] Updated link
|
|
11167
|
-
* @param {*} [options] Override http request option.
|
|
11168
|
-
* @throws {RequiredError}
|
|
11169
|
-
*/
|
|
11170
|
-
updatecoreHaloRunV1alpha1Link: (name: string, link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11171
|
-
};
|
|
11172
|
-
/**
|
|
11173
|
-
* CoreHaloRunV1alpha1LinkApi - functional programming interface
|
|
11174
|
-
* @export
|
|
11175
|
-
*/
|
|
11176
|
-
declare const CoreHaloRunV1alpha1LinkApiFp: (configuration?: Configuration) => {
|
|
11177
|
-
/**
|
|
11178
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11179
|
-
* @param {Link} [link] Fresh link
|
|
11180
|
-
* @param {*} [options] Override http request option.
|
|
11181
|
-
* @throws {RequiredError}
|
|
11182
|
-
*/
|
|
11183
|
-
createcoreHaloRunV1alpha1Link(link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11184
|
-
/**
|
|
11185
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11186
|
-
* @param {string} name Name of link
|
|
11187
|
-
* @param {*} [options] Override http request option.
|
|
11188
|
-
* @throws {RequiredError}
|
|
11189
|
-
*/
|
|
11190
|
-
deletecoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11191
|
-
/**
|
|
11192
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11193
|
-
* @param {string} name Name of link
|
|
11194
|
-
* @param {*} [options] Override http request option.
|
|
11195
|
-
* @throws {RequiredError}
|
|
11196
|
-
*/
|
|
11197
|
-
getcoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11198
|
-
/**
|
|
11199
|
-
* List core.halo.run/v1alpha1/Link
|
|
11200
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11201
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11202
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11203
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11204
|
-
* @param {*} [options] Override http request option.
|
|
11205
|
-
* @throws {RequiredError}
|
|
11206
|
-
*/
|
|
11207
|
-
listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
11208
|
-
/**
|
|
11209
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11210
|
-
* @param {string} name Name of link
|
|
11211
|
-
* @param {Link} [link] Updated link
|
|
11212
|
-
* @param {*} [options] Override http request option.
|
|
11213
|
-
* @throws {RequiredError}
|
|
11214
|
-
*/
|
|
11215
|
-
updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11216
|
-
};
|
|
11217
|
-
/**
|
|
11218
|
-
* CoreHaloRunV1alpha1LinkApi - factory interface
|
|
11219
|
-
* @export
|
|
11220
|
-
*/
|
|
11221
|
-
declare const CoreHaloRunV1alpha1LinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11222
|
-
/**
|
|
11223
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11224
|
-
* @param {Link} [link] Fresh link
|
|
11225
|
-
* @param {*} [options] Override http request option.
|
|
11226
|
-
* @throws {RequiredError}
|
|
11227
|
-
*/
|
|
11228
|
-
createcoreHaloRunV1alpha1Link(link?: Link, options?: any): AxiosPromise<Link>;
|
|
11229
|
-
/**
|
|
11230
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11231
|
-
* @param {string} name Name of link
|
|
11232
|
-
* @param {*} [options] Override http request option.
|
|
11233
|
-
* @throws {RequiredError}
|
|
11234
|
-
*/
|
|
11235
|
-
deletecoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<void>;
|
|
11236
|
-
/**
|
|
11237
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11238
|
-
* @param {string} name Name of link
|
|
11239
|
-
* @param {*} [options] Override http request option.
|
|
11240
|
-
* @throws {RequiredError}
|
|
11241
|
-
*/
|
|
11242
|
-
getcoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<Link>;
|
|
11243
|
-
/**
|
|
11244
|
-
* List core.halo.run/v1alpha1/Link
|
|
11245
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11246
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11247
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11248
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11249
|
-
* @param {*} [options] Override http request option.
|
|
11250
|
-
* @throws {RequiredError}
|
|
11251
|
-
*/
|
|
11252
|
-
listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
|
|
11253
|
-
/**
|
|
11254
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11255
|
-
* @param {string} name Name of link
|
|
11256
|
-
* @param {Link} [link] Updated link
|
|
11257
|
-
* @param {*} [options] Override http request option.
|
|
11258
|
-
* @throws {RequiredError}
|
|
11259
|
-
*/
|
|
11260
|
-
updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: any): AxiosPromise<Link>;
|
|
11261
|
-
};
|
|
11262
|
-
/**
|
|
11263
|
-
* Request parameters for createcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11264
|
-
* @export
|
|
11265
|
-
* @interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest
|
|
11266
|
-
*/
|
|
11267
|
-
interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest {
|
|
11268
|
-
/**
|
|
11269
|
-
* Fresh link
|
|
11270
|
-
* @type {Link}
|
|
11271
|
-
* @memberof CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1Link
|
|
11272
|
-
*/
|
|
11273
|
-
readonly link?: Link;
|
|
11274
|
-
}
|
|
11275
|
-
/**
|
|
11276
|
-
* Request parameters for deletecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11277
|
-
* @export
|
|
11278
|
-
* @interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest
|
|
11279
|
-
*/
|
|
11280
|
-
interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest {
|
|
11281
|
-
/**
|
|
11282
|
-
* Name of link
|
|
11283
|
-
* @type {string}
|
|
11284
|
-
* @memberof CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1Link
|
|
11285
|
-
*/
|
|
11286
|
-
readonly name: string;
|
|
11287
|
-
}
|
|
11288
|
-
/**
|
|
11289
|
-
* Request parameters for getcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11290
|
-
* @export
|
|
11291
|
-
* @interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest
|
|
11292
|
-
*/
|
|
11293
|
-
interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest {
|
|
11294
|
-
/**
|
|
11295
|
-
* Name of link
|
|
11296
|
-
* @type {string}
|
|
11297
|
-
* @memberof CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1Link
|
|
11298
|
-
*/
|
|
11299
|
-
readonly name: string;
|
|
11300
|
-
}
|
|
11301
|
-
/**
|
|
11302
|
-
* Request parameters for listcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11303
|
-
* @export
|
|
11304
|
-
* @interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest
|
|
11305
|
-
*/
|
|
11306
|
-
interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest {
|
|
11307
|
-
/**
|
|
11308
|
-
* The page number. Zero indicates no page.
|
|
11309
|
-
* @type {number}
|
|
11310
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11311
|
-
*/
|
|
11312
|
-
readonly page?: number;
|
|
11313
|
-
/**
|
|
11314
|
-
* Size of one page. Zero indicates no limit.
|
|
11315
|
-
* @type {number}
|
|
11316
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11317
|
-
*/
|
|
11318
|
-
readonly size?: number;
|
|
11319
|
-
/**
|
|
11320
|
-
* Label selector for filtering.
|
|
11321
|
-
* @type {Array<string>}
|
|
11322
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11323
|
-
*/
|
|
11324
|
-
readonly labelSelector?: Array<string>;
|
|
11325
|
-
/**
|
|
11326
|
-
* Field selector for filtering.
|
|
11327
|
-
* @type {Array<string>}
|
|
11328
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11329
|
-
*/
|
|
11330
|
-
readonly fieldSelector?: Array<string>;
|
|
11331
|
-
}
|
|
11332
|
-
/**
|
|
11333
|
-
* Request parameters for updatecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11334
|
-
* @export
|
|
11335
|
-
* @interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest
|
|
11336
|
-
*/
|
|
11337
|
-
interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest {
|
|
11338
|
-
/**
|
|
11339
|
-
* Name of link
|
|
11340
|
-
* @type {string}
|
|
11341
|
-
* @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
|
|
11342
|
-
*/
|
|
11343
|
-
readonly name: string;
|
|
11344
|
-
/**
|
|
11345
|
-
* Updated link
|
|
11346
|
-
* @type {Link}
|
|
11347
|
-
* @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
|
|
11348
|
-
*/
|
|
11349
|
-
readonly link?: Link;
|
|
11350
|
-
}
|
|
11351
|
-
/**
|
|
11352
|
-
* CoreHaloRunV1alpha1LinkApi - object-oriented interface
|
|
11353
|
-
* @export
|
|
11354
|
-
* @class CoreHaloRunV1alpha1LinkApi
|
|
11355
|
-
* @extends {BaseAPI}
|
|
11356
|
-
*/
|
|
11357
|
-
declare class CoreHaloRunV1alpha1LinkApi extends BaseAPI {
|
|
11358
|
-
/**
|
|
11359
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11360
|
-
* @param {CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11361
|
-
* @param {*} [options] Override http request option.
|
|
11362
|
-
* @throws {RequiredError}
|
|
11363
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11364
|
-
*/
|
|
11365
|
-
createcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11366
|
-
/**
|
|
11367
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11368
|
-
* @param {CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11369
|
-
* @param {*} [options] Override http request option.
|
|
11370
|
-
* @throws {RequiredError}
|
|
11371
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11372
|
-
*/
|
|
11373
|
-
deletecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
11374
|
-
/**
|
|
11375
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11376
|
-
* @param {CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11377
|
-
* @param {*} [options] Override http request option.
|
|
11378
|
-
* @throws {RequiredError}
|
|
11379
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11380
|
-
*/
|
|
11381
|
-
getcoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11382
|
-
/**
|
|
11383
|
-
* List core.halo.run/v1alpha1/Link
|
|
11384
|
-
* @param {CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11385
|
-
* @param {*} [options] Override http request option.
|
|
11386
|
-
* @throws {RequiredError}
|
|
11387
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11388
|
-
*/
|
|
11389
|
-
listcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
|
|
11390
|
-
/**
|
|
11391
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11392
|
-
* @param {CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11393
|
-
* @param {*} [options] Override http request option.
|
|
11394
|
-
* @throws {RequiredError}
|
|
11395
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11396
|
-
*/
|
|
11397
|
-
updatecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11398
|
-
}
|
|
11399
|
-
|
|
11400
|
-
/**
|
|
11401
|
-
* CoreHaloRunV1alpha1LinkGroupApi - axios parameter creator
|
|
11402
|
-
* @export
|
|
11403
|
-
*/
|
|
11404
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11405
|
-
/**
|
|
11406
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11407
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11408
|
-
* @param {*} [options] Override http request option.
|
|
11409
|
-
* @throws {RequiredError}
|
|
11410
|
-
*/
|
|
11411
|
-
createcoreHaloRunV1alpha1LinkGroup: (linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11412
|
-
/**
|
|
11413
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11414
|
-
* @param {string} name Name of linkgroup
|
|
11415
|
-
* @param {*} [options] Override http request option.
|
|
11416
|
-
* @throws {RequiredError}
|
|
11417
|
-
*/
|
|
11418
|
-
deletecoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11419
|
-
/**
|
|
11420
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11421
|
-
* @param {string} name Name of linkgroup
|
|
11422
|
-
* @param {*} [options] Override http request option.
|
|
11423
|
-
* @throws {RequiredError}
|
|
11424
|
-
*/
|
|
11425
|
-
getcoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11426
|
-
/**
|
|
11427
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11428
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11429
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11430
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11431
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11432
|
-
* @param {*} [options] Override http request option.
|
|
11433
|
-
* @throws {RequiredError}
|
|
11434
|
-
*/
|
|
11435
|
-
listcoreHaloRunV1alpha1LinkGroup: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11436
|
-
/**
|
|
11437
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11438
|
-
* @param {string} name Name of linkgroup
|
|
11439
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11440
|
-
* @param {*} [options] Override http request option.
|
|
11441
|
-
* @throws {RequiredError}
|
|
11442
|
-
*/
|
|
11443
|
-
updatecoreHaloRunV1alpha1LinkGroup: (name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11444
|
-
};
|
|
11445
|
-
/**
|
|
11446
|
-
* CoreHaloRunV1alpha1LinkGroupApi - functional programming interface
|
|
11447
|
-
* @export
|
|
11448
|
-
*/
|
|
11449
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiFp: (configuration?: Configuration) => {
|
|
11450
|
-
/**
|
|
11451
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11452
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11453
|
-
* @param {*} [options] Override http request option.
|
|
11454
|
-
* @throws {RequiredError}
|
|
11455
|
-
*/
|
|
11456
|
-
createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11457
|
-
/**
|
|
11458
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11459
|
-
* @param {string} name Name of linkgroup
|
|
11460
|
-
* @param {*} [options] Override http request option.
|
|
11461
|
-
* @throws {RequiredError}
|
|
11462
|
-
*/
|
|
11463
|
-
deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11464
|
-
/**
|
|
11465
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11466
|
-
* @param {string} name Name of linkgroup
|
|
11467
|
-
* @param {*} [options] Override http request option.
|
|
11468
|
-
* @throws {RequiredError}
|
|
11469
|
-
*/
|
|
11470
|
-
getcoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11471
|
-
/**
|
|
11472
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11473
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11474
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11475
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11476
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11477
|
-
* @param {*} [options] Override http request option.
|
|
11478
|
-
* @throws {RequiredError}
|
|
11479
|
-
*/
|
|
11480
|
-
listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
11481
|
-
/**
|
|
11482
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11483
|
-
* @param {string} name Name of linkgroup
|
|
11484
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11485
|
-
* @param {*} [options] Override http request option.
|
|
11486
|
-
* @throws {RequiredError}
|
|
11487
|
-
*/
|
|
11488
|
-
updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11489
|
-
};
|
|
11490
|
-
/**
|
|
11491
|
-
* CoreHaloRunV1alpha1LinkGroupApi - factory interface
|
|
11492
|
-
* @export
|
|
11493
|
-
*/
|
|
11494
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11495
|
-
/**
|
|
11496
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11497
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11498
|
-
* @param {*} [options] Override http request option.
|
|
11499
|
-
* @throws {RequiredError}
|
|
11500
|
-
*/
|
|
11501
|
-
createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
|
|
11502
|
-
/**
|
|
11503
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11504
|
-
* @param {string} name Name of linkgroup
|
|
11505
|
-
* @param {*} [options] Override http request option.
|
|
11506
|
-
* @throws {RequiredError}
|
|
11507
|
-
*/
|
|
11508
|
-
deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<void>;
|
|
11509
|
-
/**
|
|
11510
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11511
|
-
* @param {string} name Name of linkgroup
|
|
11512
|
-
* @param {*} [options] Override http request option.
|
|
11513
|
-
* @throws {RequiredError}
|
|
11514
|
-
*/
|
|
11515
|
-
getcoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<LinkGroup>;
|
|
11516
|
-
/**
|
|
11517
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11518
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11519
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11520
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11521
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11522
|
-
* @param {*} [options] Override http request option.
|
|
11523
|
-
* @throws {RequiredError}
|
|
11524
|
-
*/
|
|
11525
|
-
listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
|
|
11526
|
-
/**
|
|
11527
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11528
|
-
* @param {string} name Name of linkgroup
|
|
11529
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11530
|
-
* @param {*} [options] Override http request option.
|
|
11531
|
-
* @throws {RequiredError}
|
|
11532
|
-
*/
|
|
11533
|
-
updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
|
|
11534
|
-
};
|
|
11535
|
-
/**
|
|
11536
|
-
* Request parameters for createcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11537
|
-
* @export
|
|
11538
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest
|
|
11539
|
-
*/
|
|
11540
|
-
interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11541
|
-
/**
|
|
11542
|
-
* Fresh linkgroup
|
|
11543
|
-
* @type {LinkGroup}
|
|
11544
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroup
|
|
11545
|
-
*/
|
|
11546
|
-
readonly linkGroup?: LinkGroup;
|
|
11547
|
-
}
|
|
11548
|
-
/**
|
|
11549
|
-
* Request parameters for deletecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11550
|
-
* @export
|
|
11551
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest
|
|
11552
|
-
*/
|
|
11553
|
-
interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11554
|
-
/**
|
|
11555
|
-
* Name of linkgroup
|
|
11556
|
-
* @type {string}
|
|
11557
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroup
|
|
11558
|
-
*/
|
|
11559
|
-
readonly name: string;
|
|
11560
|
-
}
|
|
11561
|
-
/**
|
|
11562
|
-
* Request parameters for getcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11563
|
-
* @export
|
|
11564
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest
|
|
11565
|
-
*/
|
|
11566
|
-
interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest {
|
|
11567
|
-
/**
|
|
11568
|
-
* Name of linkgroup
|
|
11569
|
-
* @type {string}
|
|
11570
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroup
|
|
11571
|
-
*/
|
|
11572
|
-
readonly name: string;
|
|
11573
|
-
}
|
|
11574
|
-
/**
|
|
11575
|
-
* Request parameters for listcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11576
|
-
* @export
|
|
11577
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest
|
|
11578
|
-
*/
|
|
11579
|
-
interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest {
|
|
11580
|
-
/**
|
|
11581
|
-
* The page number. Zero indicates no page.
|
|
11582
|
-
* @type {number}
|
|
11583
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11584
|
-
*/
|
|
11585
|
-
readonly page?: number;
|
|
11586
|
-
/**
|
|
11587
|
-
* Size of one page. Zero indicates no limit.
|
|
11588
|
-
* @type {number}
|
|
11589
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11590
|
-
*/
|
|
11591
|
-
readonly size?: number;
|
|
11592
|
-
/**
|
|
11593
|
-
* Label selector for filtering.
|
|
11594
|
-
* @type {Array<string>}
|
|
11595
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11596
|
-
*/
|
|
11597
|
-
readonly labelSelector?: Array<string>;
|
|
11598
|
-
/**
|
|
11599
|
-
* Field selector for filtering.
|
|
11600
|
-
* @type {Array<string>}
|
|
11601
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11602
|
-
*/
|
|
11603
|
-
readonly fieldSelector?: Array<string>;
|
|
11604
|
-
}
|
|
11605
|
-
/**
|
|
11606
|
-
* Request parameters for updatecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11607
|
-
* @export
|
|
11608
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest
|
|
11609
|
-
*/
|
|
11610
|
-
interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11611
|
-
/**
|
|
11612
|
-
* Name of linkgroup
|
|
11613
|
-
* @type {string}
|
|
11614
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
|
|
11615
|
-
*/
|
|
11616
|
-
readonly name: string;
|
|
11617
|
-
/**
|
|
11618
|
-
* Updated linkgroup
|
|
11619
|
-
* @type {LinkGroup}
|
|
11620
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
|
|
11621
|
-
*/
|
|
11622
|
-
readonly linkGroup?: LinkGroup;
|
|
11623
|
-
}
|
|
11624
|
-
/**
|
|
11625
|
-
* CoreHaloRunV1alpha1LinkGroupApi - object-oriented interface
|
|
11626
|
-
* @export
|
|
11627
|
-
* @class CoreHaloRunV1alpha1LinkGroupApi
|
|
11628
|
-
* @extends {BaseAPI}
|
|
11629
|
-
*/
|
|
11630
|
-
declare class CoreHaloRunV1alpha1LinkGroupApi extends BaseAPI {
|
|
11631
|
-
/**
|
|
11632
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11633
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11634
|
-
* @param {*} [options] Override http request option.
|
|
11635
|
-
* @throws {RequiredError}
|
|
11636
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11637
|
-
*/
|
|
11638
|
-
createcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11639
|
-
/**
|
|
11640
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11641
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11642
|
-
* @param {*} [options] Override http request option.
|
|
11643
|
-
* @throws {RequiredError}
|
|
11644
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11645
|
-
*/
|
|
11646
|
-
deletecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
11647
|
-
/**
|
|
11648
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11649
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11650
|
-
* @param {*} [options] Override http request option.
|
|
11651
|
-
* @throws {RequiredError}
|
|
11652
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11653
|
-
*/
|
|
11654
|
-
getcoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11655
|
-
/**
|
|
11656
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11657
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11658
|
-
* @param {*} [options] Override http request option.
|
|
11659
|
-
* @throws {RequiredError}
|
|
11660
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11661
|
-
*/
|
|
11662
|
-
listcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
|
|
11663
|
-
/**
|
|
11664
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11665
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11666
|
-
* @param {*} [options] Override http request option.
|
|
11667
|
-
* @throws {RequiredError}
|
|
11668
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11669
|
-
*/
|
|
11670
|
-
updatecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11671
|
-
}
|
|
11672
|
-
|
|
11673
11040
|
/**
|
|
11674
11041
|
* MetricsHaloRunV1alpha1CounterApi - axios parameter creator
|
|
11675
11042
|
* @export
|
|
@@ -16038,4 +15405,4 @@ declare class V1alpha1UserApi extends BaseAPI {
|
|
|
16038
15405
|
updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
|
|
16039
15406
|
}
|
|
16040
15407
|
|
|
16041
|
-
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, CoreHaloRunV1alpha1LinkApi, CoreHaloRunV1alpha1LinkApiAxiosParamCreator, CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiFactory, CoreHaloRunV1alpha1LinkApiFp, CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkGroupApi, CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator, CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiFactory, CoreHaloRunV1alpha1LinkGroupApiFp, CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, Counter, CounterList, CounterRequest, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, Link, LinkGroup, LinkGroupSpec, LinkSpec, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };
|
|
15408
|
+
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, TemplateDescriptor, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };
|