@halo-dev/api-client 0.0.14 → 0.0.15
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 +24 -364
- package/dist/index.d.ts +53 -1006
- package/dist/index.mjs +25 -360
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2120,348 +2120,6 @@ interface ListedPostList {
|
|
|
2120
2120
|
hasPrevious: boolean;
|
|
2121
2121
|
}
|
|
2122
2122
|
|
|
2123
|
-
/**
|
|
2124
|
-
* Halo Next API
|
|
2125
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2126
|
-
*
|
|
2127
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2128
|
-
*
|
|
2129
|
-
*
|
|
2130
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2131
|
-
* https://openapi-generator.tech
|
|
2132
|
-
* Do not edit the class manually.
|
|
2133
|
-
*/
|
|
2134
|
-
|
|
2135
|
-
/**
|
|
2136
|
-
*
|
|
2137
|
-
* @export
|
|
2138
|
-
* @interface SinglePageSpec
|
|
2139
|
-
*/
|
|
2140
|
-
interface SinglePageSpec {
|
|
2141
|
-
/**
|
|
2142
|
-
*
|
|
2143
|
-
* @type {string}
|
|
2144
|
-
* @memberof SinglePageSpec
|
|
2145
|
-
*/
|
|
2146
|
-
title: string;
|
|
2147
|
-
/**
|
|
2148
|
-
*
|
|
2149
|
-
* @type {string}
|
|
2150
|
-
* @memberof SinglePageSpec
|
|
2151
|
-
*/
|
|
2152
|
-
slug: string;
|
|
2153
|
-
/**
|
|
2154
|
-
*
|
|
2155
|
-
* @type {string}
|
|
2156
|
-
* @memberof SinglePageSpec
|
|
2157
|
-
*/
|
|
2158
|
-
releaseSnapshot?: string;
|
|
2159
|
-
/**
|
|
2160
|
-
*
|
|
2161
|
-
* @type {string}
|
|
2162
|
-
* @memberof SinglePageSpec
|
|
2163
|
-
*/
|
|
2164
|
-
headSnapshot?: string;
|
|
2165
|
-
/**
|
|
2166
|
-
*
|
|
2167
|
-
* @type {string}
|
|
2168
|
-
* @memberof SinglePageSpec
|
|
2169
|
-
*/
|
|
2170
|
-
baseSnapshot?: string;
|
|
2171
|
-
/**
|
|
2172
|
-
*
|
|
2173
|
-
* @type {string}
|
|
2174
|
-
* @memberof SinglePageSpec
|
|
2175
|
-
*/
|
|
2176
|
-
owner?: string;
|
|
2177
|
-
/**
|
|
2178
|
-
*
|
|
2179
|
-
* @type {string}
|
|
2180
|
-
* @memberof SinglePageSpec
|
|
2181
|
-
*/
|
|
2182
|
-
template?: string;
|
|
2183
|
-
/**
|
|
2184
|
-
*
|
|
2185
|
-
* @type {string}
|
|
2186
|
-
* @memberof SinglePageSpec
|
|
2187
|
-
*/
|
|
2188
|
-
cover?: string;
|
|
2189
|
-
/**
|
|
2190
|
-
*
|
|
2191
|
-
* @type {boolean}
|
|
2192
|
-
* @memberof SinglePageSpec
|
|
2193
|
-
*/
|
|
2194
|
-
deleted: boolean;
|
|
2195
|
-
/**
|
|
2196
|
-
*
|
|
2197
|
-
* @type {boolean}
|
|
2198
|
-
* @memberof SinglePageSpec
|
|
2199
|
-
*/
|
|
2200
|
-
published: boolean;
|
|
2201
|
-
/**
|
|
2202
|
-
*
|
|
2203
|
-
* @type {string}
|
|
2204
|
-
* @memberof SinglePageSpec
|
|
2205
|
-
*/
|
|
2206
|
-
publishTime?: string;
|
|
2207
|
-
/**
|
|
2208
|
-
*
|
|
2209
|
-
* @type {boolean}
|
|
2210
|
-
* @memberof SinglePageSpec
|
|
2211
|
-
*/
|
|
2212
|
-
pinned: boolean;
|
|
2213
|
-
/**
|
|
2214
|
-
*
|
|
2215
|
-
* @type {boolean}
|
|
2216
|
-
* @memberof SinglePageSpec
|
|
2217
|
-
*/
|
|
2218
|
-
allowComment: boolean;
|
|
2219
|
-
/**
|
|
2220
|
-
*
|
|
2221
|
-
* @type {string}
|
|
2222
|
-
* @memberof SinglePageSpec
|
|
2223
|
-
*/
|
|
2224
|
-
visible: SinglePageSpecVisibleEnum;
|
|
2225
|
-
/**
|
|
2226
|
-
*
|
|
2227
|
-
* @type {number}
|
|
2228
|
-
* @memberof SinglePageSpec
|
|
2229
|
-
*/
|
|
2230
|
-
version: number;
|
|
2231
|
-
/**
|
|
2232
|
-
*
|
|
2233
|
-
* @type {number}
|
|
2234
|
-
* @memberof SinglePageSpec
|
|
2235
|
-
*/
|
|
2236
|
-
priority: number;
|
|
2237
|
-
/**
|
|
2238
|
-
*
|
|
2239
|
-
* @type {Excerpt}
|
|
2240
|
-
* @memberof SinglePageSpec
|
|
2241
|
-
*/
|
|
2242
|
-
excerpt: Excerpt;
|
|
2243
|
-
/**
|
|
2244
|
-
*
|
|
2245
|
-
* @type {Array<{ [key: string]: string; }>}
|
|
2246
|
-
* @memberof SinglePageSpec
|
|
2247
|
-
*/
|
|
2248
|
-
htmlMetas?: Array<{
|
|
2249
|
-
[key: string]: string;
|
|
2250
|
-
}>;
|
|
2251
|
-
}
|
|
2252
|
-
declare const SinglePageSpecVisibleEnum: {
|
|
2253
|
-
readonly Public: "PUBLIC";
|
|
2254
|
-
readonly Internal: "INTERNAL";
|
|
2255
|
-
readonly Private: "PRIVATE";
|
|
2256
|
-
};
|
|
2257
|
-
declare type SinglePageSpecVisibleEnum = typeof SinglePageSpecVisibleEnum[keyof typeof SinglePageSpecVisibleEnum];
|
|
2258
|
-
|
|
2259
|
-
/**
|
|
2260
|
-
* Halo Next API
|
|
2261
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2262
|
-
*
|
|
2263
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2264
|
-
*
|
|
2265
|
-
*
|
|
2266
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2267
|
-
* https://openapi-generator.tech
|
|
2268
|
-
* Do not edit the class manually.
|
|
2269
|
-
*/
|
|
2270
|
-
|
|
2271
|
-
/**
|
|
2272
|
-
*
|
|
2273
|
-
* @export
|
|
2274
|
-
* @interface SinglePageStatus
|
|
2275
|
-
*/
|
|
2276
|
-
interface SinglePageStatus {
|
|
2277
|
-
/**
|
|
2278
|
-
*
|
|
2279
|
-
* @type {string}
|
|
2280
|
-
* @memberof SinglePageStatus
|
|
2281
|
-
*/
|
|
2282
|
-
phase: string;
|
|
2283
|
-
/**
|
|
2284
|
-
*
|
|
2285
|
-
* @type {Array<Condition>}
|
|
2286
|
-
* @memberof SinglePageStatus
|
|
2287
|
-
*/
|
|
2288
|
-
conditions?: Array<Condition>;
|
|
2289
|
-
/**
|
|
2290
|
-
*
|
|
2291
|
-
* @type {string}
|
|
2292
|
-
* @memberof SinglePageStatus
|
|
2293
|
-
*/
|
|
2294
|
-
permalink?: string;
|
|
2295
|
-
/**
|
|
2296
|
-
*
|
|
2297
|
-
* @type {string}
|
|
2298
|
-
* @memberof SinglePageStatus
|
|
2299
|
-
*/
|
|
2300
|
-
excerpt?: string;
|
|
2301
|
-
/**
|
|
2302
|
-
*
|
|
2303
|
-
* @type {boolean}
|
|
2304
|
-
* @memberof SinglePageStatus
|
|
2305
|
-
*/
|
|
2306
|
-
inProgress?: boolean;
|
|
2307
|
-
/**
|
|
2308
|
-
*
|
|
2309
|
-
* @type {Array<string>}
|
|
2310
|
-
* @memberof SinglePageStatus
|
|
2311
|
-
*/
|
|
2312
|
-
contributors?: Array<string>;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
/**
|
|
2316
|
-
* Halo Next API
|
|
2317
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2318
|
-
*
|
|
2319
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2320
|
-
*
|
|
2321
|
-
*
|
|
2322
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2323
|
-
* https://openapi-generator.tech
|
|
2324
|
-
* Do not edit the class manually.
|
|
2325
|
-
*/
|
|
2326
|
-
|
|
2327
|
-
/**
|
|
2328
|
-
*
|
|
2329
|
-
* @export
|
|
2330
|
-
* @interface SinglePage
|
|
2331
|
-
*/
|
|
2332
|
-
interface SinglePage {
|
|
2333
|
-
/**
|
|
2334
|
-
*
|
|
2335
|
-
* @type {SinglePageSpec}
|
|
2336
|
-
* @memberof SinglePage
|
|
2337
|
-
*/
|
|
2338
|
-
spec: SinglePageSpec;
|
|
2339
|
-
/**
|
|
2340
|
-
*
|
|
2341
|
-
* @type {SinglePageStatus}
|
|
2342
|
-
* @memberof SinglePage
|
|
2343
|
-
*/
|
|
2344
|
-
status?: SinglePageStatus;
|
|
2345
|
-
/**
|
|
2346
|
-
*
|
|
2347
|
-
* @type {string}
|
|
2348
|
-
* @memberof SinglePage
|
|
2349
|
-
*/
|
|
2350
|
-
apiVersion: string;
|
|
2351
|
-
/**
|
|
2352
|
-
*
|
|
2353
|
-
* @type {string}
|
|
2354
|
-
* @memberof SinglePage
|
|
2355
|
-
*/
|
|
2356
|
-
kind: string;
|
|
2357
|
-
/**
|
|
2358
|
-
*
|
|
2359
|
-
* @type {Metadata}
|
|
2360
|
-
* @memberof SinglePage
|
|
2361
|
-
*/
|
|
2362
|
-
metadata: Metadata;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
/**
|
|
2366
|
-
* Halo Next API
|
|
2367
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2368
|
-
*
|
|
2369
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2370
|
-
*
|
|
2371
|
-
*
|
|
2372
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2373
|
-
* https://openapi-generator.tech
|
|
2374
|
-
* Do not edit the class manually.
|
|
2375
|
-
*/
|
|
2376
|
-
|
|
2377
|
-
/**
|
|
2378
|
-
* A chunk of items.
|
|
2379
|
-
* @export
|
|
2380
|
-
* @interface ListedSinglePage
|
|
2381
|
-
*/
|
|
2382
|
-
interface ListedSinglePage {
|
|
2383
|
-
/**
|
|
2384
|
-
*
|
|
2385
|
-
* @type {SinglePage}
|
|
2386
|
-
* @memberof ListedSinglePage
|
|
2387
|
-
*/
|
|
2388
|
-
page: SinglePage;
|
|
2389
|
-
/**
|
|
2390
|
-
*
|
|
2391
|
-
* @type {Array<Contributor>}
|
|
2392
|
-
* @memberof ListedSinglePage
|
|
2393
|
-
*/
|
|
2394
|
-
contributors: Array<Contributor>;
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
/**
|
|
2398
|
-
* Halo Next API
|
|
2399
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2400
|
-
*
|
|
2401
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2402
|
-
*
|
|
2403
|
-
*
|
|
2404
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2405
|
-
* https://openapi-generator.tech
|
|
2406
|
-
* Do not edit the class manually.
|
|
2407
|
-
*/
|
|
2408
|
-
|
|
2409
|
-
/**
|
|
2410
|
-
*
|
|
2411
|
-
* @export
|
|
2412
|
-
* @interface ListedSinglePageList
|
|
2413
|
-
*/
|
|
2414
|
-
interface ListedSinglePageList {
|
|
2415
|
-
/**
|
|
2416
|
-
* Page number, starts from 1. If not set or equal to 0, it means no pagination.
|
|
2417
|
-
* @type {number}
|
|
2418
|
-
* @memberof ListedSinglePageList
|
|
2419
|
-
*/
|
|
2420
|
-
page: number;
|
|
2421
|
-
/**
|
|
2422
|
-
* Size of each page. If not set or equal to 0, it means no pagination.
|
|
2423
|
-
* @type {number}
|
|
2424
|
-
* @memberof ListedSinglePageList
|
|
2425
|
-
*/
|
|
2426
|
-
size: number;
|
|
2427
|
-
/**
|
|
2428
|
-
* Total elements.
|
|
2429
|
-
* @type {number}
|
|
2430
|
-
* @memberof ListedSinglePageList
|
|
2431
|
-
*/
|
|
2432
|
-
total: number;
|
|
2433
|
-
/**
|
|
2434
|
-
* A chunk of items.
|
|
2435
|
-
* @type {Array<ListedSinglePage>}
|
|
2436
|
-
* @memberof ListedSinglePageList
|
|
2437
|
-
*/
|
|
2438
|
-
items: Array<ListedSinglePage>;
|
|
2439
|
-
/**
|
|
2440
|
-
* Indicates whether current page is the first page.
|
|
2441
|
-
* @type {boolean}
|
|
2442
|
-
* @memberof ListedSinglePageList
|
|
2443
|
-
*/
|
|
2444
|
-
first: boolean;
|
|
2445
|
-
/**
|
|
2446
|
-
* Indicates whether current page is the last page.
|
|
2447
|
-
* @type {boolean}
|
|
2448
|
-
* @memberof ListedSinglePageList
|
|
2449
|
-
*/
|
|
2450
|
-
last: boolean;
|
|
2451
|
-
/**
|
|
2452
|
-
* Indicates whether current page has previous page.
|
|
2453
|
-
* @type {boolean}
|
|
2454
|
-
* @memberof ListedSinglePageList
|
|
2455
|
-
*/
|
|
2456
|
-
hasNext: boolean;
|
|
2457
|
-
/**
|
|
2458
|
-
* Indicates whether current page has previous page.
|
|
2459
|
-
* @type {boolean}
|
|
2460
|
-
* @memberof ListedSinglePageList
|
|
2461
|
-
*/
|
|
2462
|
-
hasPrevious: boolean;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
2123
|
/**
|
|
2466
2124
|
* Halo Next API
|
|
2467
2125
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -2586,31 +2244,6 @@ interface Menu {
|
|
|
2586
2244
|
metadata: Metadata;
|
|
2587
2245
|
}
|
|
2588
2246
|
|
|
2589
|
-
/**
|
|
2590
|
-
* Halo Next API
|
|
2591
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2592
|
-
*
|
|
2593
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2594
|
-
*
|
|
2595
|
-
*
|
|
2596
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2597
|
-
* https://openapi-generator.tech
|
|
2598
|
-
* Do not edit the class manually.
|
|
2599
|
-
*/
|
|
2600
|
-
/**
|
|
2601
|
-
* Page reference.
|
|
2602
|
-
* @export
|
|
2603
|
-
* @interface MenuItemRef
|
|
2604
|
-
*/
|
|
2605
|
-
interface MenuItemRef {
|
|
2606
|
-
/**
|
|
2607
|
-
* Reference name.
|
|
2608
|
-
* @type {string}
|
|
2609
|
-
* @memberof MenuItemRef
|
|
2610
|
-
*/
|
|
2611
|
-
name: string;
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
2247
|
/**
|
|
2615
2248
|
* Halo Next API
|
|
2616
2249
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -2655,28 +2288,28 @@ interface MenuItemSpec {
|
|
|
2655
2288
|
children?: Array<string>;
|
|
2656
2289
|
/**
|
|
2657
2290
|
*
|
|
2658
|
-
* @type {
|
|
2291
|
+
* @type {Ref}
|
|
2659
2292
|
* @memberof MenuItemSpec
|
|
2660
2293
|
*/
|
|
2661
|
-
categoryRef?:
|
|
2294
|
+
categoryRef?: Ref;
|
|
2662
2295
|
/**
|
|
2663
2296
|
*
|
|
2664
|
-
* @type {
|
|
2297
|
+
* @type {Ref}
|
|
2665
2298
|
* @memberof MenuItemSpec
|
|
2666
2299
|
*/
|
|
2667
|
-
tagRef?:
|
|
2300
|
+
tagRef?: Ref;
|
|
2668
2301
|
/**
|
|
2669
2302
|
*
|
|
2670
|
-
* @type {
|
|
2303
|
+
* @type {Ref}
|
|
2671
2304
|
* @memberof MenuItemSpec
|
|
2672
2305
|
*/
|
|
2673
|
-
postRef?:
|
|
2306
|
+
postRef?: Ref;
|
|
2674
2307
|
/**
|
|
2675
2308
|
*
|
|
2676
|
-
* @type {
|
|
2309
|
+
* @type {Ref}
|
|
2677
2310
|
* @memberof MenuItemSpec
|
|
2678
2311
|
*/
|
|
2679
|
-
pageRef?:
|
|
2312
|
+
pageRef?: Ref;
|
|
2680
2313
|
}
|
|
2681
2314
|
|
|
2682
2315
|
/**
|
|
@@ -4596,106 +4229,6 @@ interface SettingList {
|
|
|
4596
4229
|
hasPrevious: boolean;
|
|
4597
4230
|
}
|
|
4598
4231
|
|
|
4599
|
-
/**
|
|
4600
|
-
* Halo Next API
|
|
4601
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4602
|
-
*
|
|
4603
|
-
* The version of the OpenAPI document: 2.0.0
|
|
4604
|
-
*
|
|
4605
|
-
*
|
|
4606
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4607
|
-
* https://openapi-generator.tech
|
|
4608
|
-
* Do not edit the class manually.
|
|
4609
|
-
*/
|
|
4610
|
-
|
|
4611
|
-
/**
|
|
4612
|
-
*
|
|
4613
|
-
* @export
|
|
4614
|
-
* @interface SinglePageList
|
|
4615
|
-
*/
|
|
4616
|
-
interface SinglePageList {
|
|
4617
|
-
/**
|
|
4618
|
-
* Page number, starts from 1. If not set or equal to 0, it means no pagination.
|
|
4619
|
-
* @type {number}
|
|
4620
|
-
* @memberof SinglePageList
|
|
4621
|
-
*/
|
|
4622
|
-
page: number;
|
|
4623
|
-
/**
|
|
4624
|
-
* Size of each page. If not set or equal to 0, it means no pagination.
|
|
4625
|
-
* @type {number}
|
|
4626
|
-
* @memberof SinglePageList
|
|
4627
|
-
*/
|
|
4628
|
-
size: number;
|
|
4629
|
-
/**
|
|
4630
|
-
* Total elements.
|
|
4631
|
-
* @type {number}
|
|
4632
|
-
* @memberof SinglePageList
|
|
4633
|
-
*/
|
|
4634
|
-
total: number;
|
|
4635
|
-
/**
|
|
4636
|
-
* A chunk of items.
|
|
4637
|
-
* @type {Array<SinglePage>}
|
|
4638
|
-
* @memberof SinglePageList
|
|
4639
|
-
*/
|
|
4640
|
-
items: Array<SinglePage>;
|
|
4641
|
-
/**
|
|
4642
|
-
* Indicates whether current page is the first page.
|
|
4643
|
-
* @type {boolean}
|
|
4644
|
-
* @memberof SinglePageList
|
|
4645
|
-
*/
|
|
4646
|
-
first: boolean;
|
|
4647
|
-
/**
|
|
4648
|
-
* Indicates whether current page is the last page.
|
|
4649
|
-
* @type {boolean}
|
|
4650
|
-
* @memberof SinglePageList
|
|
4651
|
-
*/
|
|
4652
|
-
last: boolean;
|
|
4653
|
-
/**
|
|
4654
|
-
* Indicates whether current page has previous page.
|
|
4655
|
-
* @type {boolean}
|
|
4656
|
-
* @memberof SinglePageList
|
|
4657
|
-
*/
|
|
4658
|
-
hasNext: boolean;
|
|
4659
|
-
/**
|
|
4660
|
-
* Indicates whether current page has previous page.
|
|
4661
|
-
* @type {boolean}
|
|
4662
|
-
* @memberof SinglePageList
|
|
4663
|
-
*/
|
|
4664
|
-
hasPrevious: boolean;
|
|
4665
|
-
}
|
|
4666
|
-
|
|
4667
|
-
/**
|
|
4668
|
-
* Halo Next API
|
|
4669
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4670
|
-
*
|
|
4671
|
-
* The version of the OpenAPI document: 2.0.0
|
|
4672
|
-
*
|
|
4673
|
-
*
|
|
4674
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4675
|
-
* https://openapi-generator.tech
|
|
4676
|
-
* Do not edit the class manually.
|
|
4677
|
-
*/
|
|
4678
|
-
|
|
4679
|
-
/**
|
|
4680
|
-
*
|
|
4681
|
-
* @export
|
|
4682
|
-
* @interface SinglePageRequest
|
|
4683
|
-
*/
|
|
4684
|
-
interface SinglePageRequest {
|
|
4685
|
-
/**
|
|
4686
|
-
*
|
|
4687
|
-
* @type {SinglePage}
|
|
4688
|
-
* @memberof SinglePageRequest
|
|
4689
|
-
*/
|
|
4690
|
-
page: SinglePage;
|
|
4691
|
-
/**
|
|
4692
|
-
*
|
|
4693
|
-
* @type {Content}
|
|
4694
|
-
* @memberof SinglePageRequest
|
|
4695
|
-
*/
|
|
4696
|
-
content: Content;
|
|
4697
|
-
}
|
|
4698
|
-
|
|
4699
4232
|
/**
|
|
4700
4233
|
* Halo Next API
|
|
4701
4234
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -5697,37 +5230,19 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
|
|
|
5697
5230
|
* @throws {RequiredError}
|
|
5698
5231
|
*/
|
|
5699
5232
|
draftPost: (postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5700
|
-
/**
|
|
5701
|
-
* Draft a single page.
|
|
5702
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5703
|
-
* @param {*} [options] Override http request option.
|
|
5704
|
-
* @throws {RequiredError}
|
|
5705
|
-
*/
|
|
5706
|
-
draftSinglePage: (singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5707
5233
|
/**
|
|
5708
5234
|
* List posts.
|
|
5709
|
-
* @param {Array<string>} [contributors]
|
|
5710
|
-
* @param {Array<string>} [categories]
|
|
5711
|
-
* @param {Array<string>} [tags]
|
|
5712
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5713
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5714
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5715
5235
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
5716
|
-
* @param {*} [options] Override http request option.
|
|
5717
|
-
* @throws {RequiredError}
|
|
5718
|
-
*/
|
|
5719
|
-
listPosts: (contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5720
|
-
/**
|
|
5721
|
-
* List single pages.
|
|
5722
|
-
* @param {Array<string>} [contributors]
|
|
5723
5236
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5724
5237
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5725
5238
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5726
|
-
* @param {
|
|
5239
|
+
* @param {Array<string>} [contributors]
|
|
5240
|
+
* @param {Array<string>} [categories]
|
|
5241
|
+
* @param {Array<string>} [tags]
|
|
5727
5242
|
* @param {*} [options] Override http request option.
|
|
5728
5243
|
* @throws {RequiredError}
|
|
5729
5244
|
*/
|
|
5730
|
-
|
|
5245
|
+
listPosts: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5731
5246
|
/**
|
|
5732
5247
|
* Publish a post.
|
|
5733
5248
|
* @param {string} name
|
|
@@ -5735,13 +5250,6 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
|
|
|
5735
5250
|
* @throws {RequiredError}
|
|
5736
5251
|
*/
|
|
5737
5252
|
publishPost: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5738
|
-
/**
|
|
5739
|
-
* Publish a single page.
|
|
5740
|
-
* @param {string} name
|
|
5741
|
-
* @param {*} [options] Override http request option.
|
|
5742
|
-
* @throws {RequiredError}
|
|
5743
|
-
*/
|
|
5744
|
-
publishSinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5745
5253
|
/**
|
|
5746
5254
|
* Update a post.
|
|
5747
5255
|
* @param {string} name
|
|
@@ -5750,14 +5258,6 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
|
|
|
5750
5258
|
* @throws {RequiredError}
|
|
5751
5259
|
*/
|
|
5752
5260
|
updateDraftPost: (name: string, postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5753
|
-
/**
|
|
5754
|
-
* Update a single page.
|
|
5755
|
-
* @param {string} name
|
|
5756
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5757
|
-
* @param {*} [options] Override http request option.
|
|
5758
|
-
* @throws {RequiredError}
|
|
5759
|
-
*/
|
|
5760
|
-
updateDraftSinglePage: (name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5761
5261
|
};
|
|
5762
5262
|
/**
|
|
5763
5263
|
* ApiHaloRunV1alpha1PostApi - functional programming interface
|
|
@@ -5771,37 +5271,19 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
|
|
|
5771
5271
|
* @throws {RequiredError}
|
|
5772
5272
|
*/
|
|
5773
5273
|
draftPost(postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
5774
|
-
/**
|
|
5775
|
-
* Draft a single page.
|
|
5776
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5777
|
-
* @param {*} [options] Override http request option.
|
|
5778
|
-
* @throws {RequiredError}
|
|
5779
|
-
*/
|
|
5780
|
-
draftSinglePage(singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
5781
5274
|
/**
|
|
5782
5275
|
* List posts.
|
|
5783
|
-
* @param {Array<string>} [contributors]
|
|
5784
|
-
* @param {Array<string>} [categories]
|
|
5785
|
-
* @param {Array<string>} [tags]
|
|
5786
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5787
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5788
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5789
5276
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
5790
|
-
* @param {*} [options] Override http request option.
|
|
5791
|
-
* @throws {RequiredError}
|
|
5792
|
-
*/
|
|
5793
|
-
listPosts(contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
|
|
5794
|
-
/**
|
|
5795
|
-
* List single pages.
|
|
5796
|
-
* @param {Array<string>} [contributors]
|
|
5797
5277
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5798
5278
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5799
5279
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5800
|
-
* @param {
|
|
5280
|
+
* @param {Array<string>} [contributors]
|
|
5281
|
+
* @param {Array<string>} [categories]
|
|
5282
|
+
* @param {Array<string>} [tags]
|
|
5801
5283
|
* @param {*} [options] Override http request option.
|
|
5802
5284
|
* @throws {RequiredError}
|
|
5803
5285
|
*/
|
|
5804
|
-
|
|
5286
|
+
listPosts(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
|
|
5805
5287
|
/**
|
|
5806
5288
|
* Publish a post.
|
|
5807
5289
|
* @param {string} name
|
|
@@ -5809,13 +5291,6 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
|
|
|
5809
5291
|
* @throws {RequiredError}
|
|
5810
5292
|
*/
|
|
5811
5293
|
publishPost(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
5812
|
-
/**
|
|
5813
|
-
* Publish a single page.
|
|
5814
|
-
* @param {string} name
|
|
5815
|
-
* @param {*} [options] Override http request option.
|
|
5816
|
-
* @throws {RequiredError}
|
|
5817
|
-
*/
|
|
5818
|
-
publishSinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
5819
5294
|
/**
|
|
5820
5295
|
* Update a post.
|
|
5821
5296
|
* @param {string} name
|
|
@@ -5824,14 +5299,6 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
|
|
|
5824
5299
|
* @throws {RequiredError}
|
|
5825
5300
|
*/
|
|
5826
5301
|
updateDraftPost(name: string, postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
5827
|
-
/**
|
|
5828
|
-
* Update a single page.
|
|
5829
|
-
* @param {string} name
|
|
5830
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5831
|
-
* @param {*} [options] Override http request option.
|
|
5832
|
-
* @throws {RequiredError}
|
|
5833
|
-
*/
|
|
5834
|
-
updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
5835
5302
|
};
|
|
5836
5303
|
/**
|
|
5837
5304
|
* ApiHaloRunV1alpha1PostApi - factory interface
|
|
@@ -5845,37 +5312,19 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
|
|
|
5845
5312
|
* @throws {RequiredError}
|
|
5846
5313
|
*/
|
|
5847
5314
|
draftPost(postRequest: PostRequest, options?: any): AxiosPromise<Post>;
|
|
5848
|
-
/**
|
|
5849
|
-
* Draft a single page.
|
|
5850
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5851
|
-
* @param {*} [options] Override http request option.
|
|
5852
|
-
* @throws {RequiredError}
|
|
5853
|
-
*/
|
|
5854
|
-
draftSinglePage(singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
|
|
5855
5315
|
/**
|
|
5856
5316
|
* List posts.
|
|
5857
|
-
* @param {Array<string>} [contributors]
|
|
5858
|
-
* @param {Array<string>} [categories]
|
|
5859
|
-
* @param {Array<string>} [tags]
|
|
5860
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5861
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5862
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5863
5317
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
5864
|
-
* @param {*} [options] Override http request option.
|
|
5865
|
-
* @throws {RequiredError}
|
|
5866
|
-
*/
|
|
5867
|
-
listPosts(contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedPostList>;
|
|
5868
|
-
/**
|
|
5869
|
-
* List single pages.
|
|
5870
|
-
* @param {Array<string>} [contributors]
|
|
5871
5318
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
5872
5319
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
5873
5320
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
5874
|
-
* @param {
|
|
5321
|
+
* @param {Array<string>} [contributors]
|
|
5322
|
+
* @param {Array<string>} [categories]
|
|
5323
|
+
* @param {Array<string>} [tags]
|
|
5875
5324
|
* @param {*} [options] Override http request option.
|
|
5876
5325
|
* @throws {RequiredError}
|
|
5877
5326
|
*/
|
|
5878
|
-
|
|
5327
|
+
listPosts(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, contributors?: Array<string>, categories?: Array<string>, tags?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
|
|
5879
5328
|
/**
|
|
5880
5329
|
* Publish a post.
|
|
5881
5330
|
* @param {string} name
|
|
@@ -5883,13 +5332,6 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
|
|
|
5883
5332
|
* @throws {RequiredError}
|
|
5884
5333
|
*/
|
|
5885
5334
|
publishPost(name: string, options?: any): AxiosPromise<Post>;
|
|
5886
|
-
/**
|
|
5887
|
-
* Publish a single page.
|
|
5888
|
-
* @param {string} name
|
|
5889
|
-
* @param {*} [options] Override http request option.
|
|
5890
|
-
* @throws {RequiredError}
|
|
5891
|
-
*/
|
|
5892
|
-
publishSinglePage(name: string, options?: any): AxiosPromise<SinglePage>;
|
|
5893
5335
|
/**
|
|
5894
5336
|
* Update a post.
|
|
5895
5337
|
* @param {string} name
|
|
@@ -5898,14 +5340,6 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
|
|
|
5898
5340
|
* @throws {RequiredError}
|
|
5899
5341
|
*/
|
|
5900
5342
|
updateDraftPost(name: string, postRequest: PostRequest, options?: any): AxiosPromise<Post>;
|
|
5901
|
-
/**
|
|
5902
|
-
* Update a single page.
|
|
5903
|
-
* @param {string} name
|
|
5904
|
-
* @param {SinglePageRequest} singlePageRequest
|
|
5905
|
-
* @param {*} [options] Override http request option.
|
|
5906
|
-
* @throws {RequiredError}
|
|
5907
|
-
*/
|
|
5908
|
-
updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
|
|
5909
5343
|
};
|
|
5910
5344
|
/**
|
|
5911
5345
|
* Request parameters for draftPost operation in ApiHaloRunV1alpha1PostApi.
|
|
@@ -5920,19 +5354,6 @@ interface ApiHaloRunV1alpha1PostApiDraftPostRequest {
|
|
|
5920
5354
|
*/
|
|
5921
5355
|
readonly postRequest: PostRequest;
|
|
5922
5356
|
}
|
|
5923
|
-
/**
|
|
5924
|
-
* Request parameters for draftSinglePage operation in ApiHaloRunV1alpha1PostApi.
|
|
5925
|
-
* @export
|
|
5926
|
-
* @interface ApiHaloRunV1alpha1PostApiDraftSinglePageRequest
|
|
5927
|
-
*/
|
|
5928
|
-
interface ApiHaloRunV1alpha1PostApiDraftSinglePageRequest {
|
|
5929
|
-
/**
|
|
5930
|
-
*
|
|
5931
|
-
* @type {SinglePageRequest}
|
|
5932
|
-
* @memberof ApiHaloRunV1alpha1PostApiDraftSinglePage
|
|
5933
|
-
*/
|
|
5934
|
-
readonly singlePageRequest: SinglePageRequest;
|
|
5935
|
-
}
|
|
5936
5357
|
/**
|
|
5937
5358
|
* Request parameters for listPosts operation in ApiHaloRunV1alpha1PostApi.
|
|
5938
5359
|
* @export
|
|
@@ -5940,23 +5361,11 @@ interface ApiHaloRunV1alpha1PostApiDraftSinglePageRequest {
|
|
|
5940
5361
|
*/
|
|
5941
5362
|
interface ApiHaloRunV1alpha1PostApiListPostsRequest {
|
|
5942
5363
|
/**
|
|
5943
|
-
*
|
|
5944
|
-
* @type {
|
|
5945
|
-
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
5946
|
-
*/
|
|
5947
|
-
readonly contributors?: Array<string>;
|
|
5948
|
-
/**
|
|
5949
|
-
*
|
|
5950
|
-
* @type {Array<string>}
|
|
5951
|
-
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
5952
|
-
*/
|
|
5953
|
-
readonly categories?: Array<string>;
|
|
5954
|
-
/**
|
|
5955
|
-
*
|
|
5956
|
-
* @type {Array<string>}
|
|
5364
|
+
* The page number. Zero indicates no page.
|
|
5365
|
+
* @type {number}
|
|
5957
5366
|
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
5958
5367
|
*/
|
|
5959
|
-
readonly
|
|
5368
|
+
readonly page?: number;
|
|
5960
5369
|
/**
|
|
5961
5370
|
* Size of one page. Zero indicates no limit.
|
|
5962
5371
|
* @type {number}
|
|
@@ -5976,48 +5385,23 @@ interface ApiHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
5976
5385
|
*/
|
|
5977
5386
|
readonly fieldSelector?: Array<string>;
|
|
5978
5387
|
/**
|
|
5979
|
-
*
|
|
5980
|
-
* @type {number}
|
|
5981
|
-
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
5982
|
-
*/
|
|
5983
|
-
readonly page?: number;
|
|
5984
|
-
}
|
|
5985
|
-
/**
|
|
5986
|
-
* Request parameters for listSinglePages operation in ApiHaloRunV1alpha1PostApi.
|
|
5987
|
-
* @export
|
|
5988
|
-
* @interface ApiHaloRunV1alpha1PostApiListSinglePagesRequest
|
|
5989
|
-
*/
|
|
5990
|
-
interface ApiHaloRunV1alpha1PostApiListSinglePagesRequest {
|
|
5991
|
-
/**
|
|
5992
|
-
*
|
|
5993
|
-
* @type {Array<string>}
|
|
5994
|
-
* @memberof ApiHaloRunV1alpha1PostApiListSinglePages
|
|
5995
|
-
*/
|
|
5996
|
-
readonly contributors?: Array<string>;
|
|
5997
|
-
/**
|
|
5998
|
-
* Size of one page. Zero indicates no limit.
|
|
5999
|
-
* @type {number}
|
|
6000
|
-
* @memberof ApiHaloRunV1alpha1PostApiListSinglePages
|
|
6001
|
-
*/
|
|
6002
|
-
readonly size?: number;
|
|
6003
|
-
/**
|
|
6004
|
-
* Label selector for filtering.
|
|
5388
|
+
*
|
|
6005
5389
|
* @type {Array<string>}
|
|
6006
|
-
* @memberof
|
|
5390
|
+
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
6007
5391
|
*/
|
|
6008
|
-
readonly
|
|
5392
|
+
readonly contributors?: Array<string>;
|
|
6009
5393
|
/**
|
|
6010
|
-
*
|
|
5394
|
+
*
|
|
6011
5395
|
* @type {Array<string>}
|
|
6012
|
-
* @memberof
|
|
5396
|
+
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
6013
5397
|
*/
|
|
6014
|
-
readonly
|
|
5398
|
+
readonly categories?: Array<string>;
|
|
6015
5399
|
/**
|
|
6016
|
-
*
|
|
6017
|
-
* @type {
|
|
6018
|
-
* @memberof
|
|
5400
|
+
*
|
|
5401
|
+
* @type {Array<string>}
|
|
5402
|
+
* @memberof ApiHaloRunV1alpha1PostApiListPosts
|
|
6019
5403
|
*/
|
|
6020
|
-
readonly
|
|
5404
|
+
readonly tags?: Array<string>;
|
|
6021
5405
|
}
|
|
6022
5406
|
/**
|
|
6023
5407
|
* Request parameters for publishPost operation in ApiHaloRunV1alpha1PostApi.
|
|
@@ -6032,19 +5416,6 @@ interface ApiHaloRunV1alpha1PostApiPublishPostRequest {
|
|
|
6032
5416
|
*/
|
|
6033
5417
|
readonly name: string;
|
|
6034
5418
|
}
|
|
6035
|
-
/**
|
|
6036
|
-
* Request parameters for publishSinglePage operation in ApiHaloRunV1alpha1PostApi.
|
|
6037
|
-
* @export
|
|
6038
|
-
* @interface ApiHaloRunV1alpha1PostApiPublishSinglePageRequest
|
|
6039
|
-
*/
|
|
6040
|
-
interface ApiHaloRunV1alpha1PostApiPublishSinglePageRequest {
|
|
6041
|
-
/**
|
|
6042
|
-
*
|
|
6043
|
-
* @type {string}
|
|
6044
|
-
* @memberof ApiHaloRunV1alpha1PostApiPublishSinglePage
|
|
6045
|
-
*/
|
|
6046
|
-
readonly name: string;
|
|
6047
|
-
}
|
|
6048
5419
|
/**
|
|
6049
5420
|
* Request parameters for updateDraftPost operation in ApiHaloRunV1alpha1PostApi.
|
|
6050
5421
|
* @export
|
|
@@ -6064,25 +5435,6 @@ interface ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest {
|
|
|
6064
5435
|
*/
|
|
6065
5436
|
readonly postRequest: PostRequest;
|
|
6066
5437
|
}
|
|
6067
|
-
/**
|
|
6068
|
-
* Request parameters for updateDraftSinglePage operation in ApiHaloRunV1alpha1PostApi.
|
|
6069
|
-
* @export
|
|
6070
|
-
* @interface ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest
|
|
6071
|
-
*/
|
|
6072
|
-
interface ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest {
|
|
6073
|
-
/**
|
|
6074
|
-
*
|
|
6075
|
-
* @type {string}
|
|
6076
|
-
* @memberof ApiHaloRunV1alpha1PostApiUpdateDraftSinglePage
|
|
6077
|
-
*/
|
|
6078
|
-
readonly name: string;
|
|
6079
|
-
/**
|
|
6080
|
-
*
|
|
6081
|
-
* @type {SinglePageRequest}
|
|
6082
|
-
* @memberof ApiHaloRunV1alpha1PostApiUpdateDraftSinglePage
|
|
6083
|
-
*/
|
|
6084
|
-
readonly singlePageRequest: SinglePageRequest;
|
|
6085
|
-
}
|
|
6086
5438
|
/**
|
|
6087
5439
|
* ApiHaloRunV1alpha1PostApi - object-oriented interface
|
|
6088
5440
|
* @export
|
|
@@ -6098,14 +5450,6 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
|
|
|
6098
5450
|
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6099
5451
|
*/
|
|
6100
5452
|
draftPost(requestParameters: ApiHaloRunV1alpha1PostApiDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
6101
|
-
/**
|
|
6102
|
-
* Draft a single page.
|
|
6103
|
-
* @param {ApiHaloRunV1alpha1PostApiDraftSinglePageRequest} requestParameters Request parameters.
|
|
6104
|
-
* @param {*} [options] Override http request option.
|
|
6105
|
-
* @throws {RequiredError}
|
|
6106
|
-
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6107
|
-
*/
|
|
6108
|
-
draftSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
6109
5453
|
/**
|
|
6110
5454
|
* List posts.
|
|
6111
5455
|
* @param {ApiHaloRunV1alpha1PostApiListPostsRequest} requestParameters Request parameters.
|
|
@@ -6114,14 +5458,6 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
|
|
|
6114
5458
|
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6115
5459
|
*/
|
|
6116
5460
|
listPosts(requestParameters?: ApiHaloRunV1alpha1PostApiListPostsRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ListedPostList, any>>;
|
|
6117
|
-
/**
|
|
6118
|
-
* List single pages.
|
|
6119
|
-
* @param {ApiHaloRunV1alpha1PostApiListSinglePagesRequest} requestParameters Request parameters.
|
|
6120
|
-
* @param {*} [options] Override http request option.
|
|
6121
|
-
* @throws {RequiredError}
|
|
6122
|
-
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6123
|
-
*/
|
|
6124
|
-
listSinglePages(requestParameters?: ApiHaloRunV1alpha1PostApiListSinglePagesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ListedSinglePageList, any>>;
|
|
6125
5461
|
/**
|
|
6126
5462
|
* Publish a post.
|
|
6127
5463
|
* @param {ApiHaloRunV1alpha1PostApiPublishPostRequest} requestParameters Request parameters.
|
|
@@ -6130,14 +5466,6 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
|
|
|
6130
5466
|
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6131
5467
|
*/
|
|
6132
5468
|
publishPost(requestParameters: ApiHaloRunV1alpha1PostApiPublishPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
6133
|
-
/**
|
|
6134
|
-
* Publish a single page.
|
|
6135
|
-
* @param {ApiHaloRunV1alpha1PostApiPublishSinglePageRequest} requestParameters Request parameters.
|
|
6136
|
-
* @param {*} [options] Override http request option.
|
|
6137
|
-
* @throws {RequiredError}
|
|
6138
|
-
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6139
|
-
*/
|
|
6140
|
-
publishSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiPublishSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
6141
5469
|
/**
|
|
6142
5470
|
* Update a post.
|
|
6143
5471
|
* @param {ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest} requestParameters Request parameters.
|
|
@@ -6146,14 +5474,6 @@ declare class ApiHaloRunV1alpha1PostApi extends BaseAPI {
|
|
|
6146
5474
|
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6147
5475
|
*/
|
|
6148
5476
|
updateDraftPost(requestParameters: ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
6149
|
-
/**
|
|
6150
|
-
* Update a single page.
|
|
6151
|
-
* @param {ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest} requestParameters Request parameters.
|
|
6152
|
-
* @param {*} [options] Override http request option.
|
|
6153
|
-
* @throws {RequiredError}
|
|
6154
|
-
* @memberof ApiHaloRunV1alpha1PostApi
|
|
6155
|
-
*/
|
|
6156
|
-
updateDraftSinglePage(requestParameters: ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
6157
5477
|
}
|
|
6158
5478
|
|
|
6159
5479
|
/**
|
|
@@ -7513,279 +6833,6 @@ declare class ContentHaloRunV1alpha1ReplyApi extends BaseAPI {
|
|
|
7513
6833
|
updatecontentHaloRunV1alpha1Reply(requestParameters: ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Reply, any>>;
|
|
7514
6834
|
}
|
|
7515
6835
|
|
|
7516
|
-
/**
|
|
7517
|
-
* ContentHaloRunV1alpha1SinglePageApi - axios parameter creator
|
|
7518
|
-
* @export
|
|
7519
|
-
*/
|
|
7520
|
-
declare const ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
7521
|
-
/**
|
|
7522
|
-
* Create content.halo.run/v1alpha1/SinglePage
|
|
7523
|
-
* @param {SinglePage} [singlePage] Fresh singlepage
|
|
7524
|
-
* @param {*} [options] Override http request option.
|
|
7525
|
-
* @throws {RequiredError}
|
|
7526
|
-
*/
|
|
7527
|
-
createcontentHaloRunV1alpha1SinglePage: (singlePage?: SinglePage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7528
|
-
/**
|
|
7529
|
-
* Delete content.halo.run/v1alpha1/SinglePage
|
|
7530
|
-
* @param {string} name Name of singlepage
|
|
7531
|
-
* @param {*} [options] Override http request option.
|
|
7532
|
-
* @throws {RequiredError}
|
|
7533
|
-
*/
|
|
7534
|
-
deletecontentHaloRunV1alpha1SinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7535
|
-
/**
|
|
7536
|
-
* Get content.halo.run/v1alpha1/SinglePage
|
|
7537
|
-
* @param {string} name Name of singlepage
|
|
7538
|
-
* @param {*} [options] Override http request option.
|
|
7539
|
-
* @throws {RequiredError}
|
|
7540
|
-
*/
|
|
7541
|
-
getcontentHaloRunV1alpha1SinglePage: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7542
|
-
/**
|
|
7543
|
-
* List content.halo.run/v1alpha1/SinglePage
|
|
7544
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7545
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7546
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7547
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7548
|
-
* @param {*} [options] Override http request option.
|
|
7549
|
-
* @throws {RequiredError}
|
|
7550
|
-
*/
|
|
7551
|
-
listcontentHaloRunV1alpha1SinglePage: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7552
|
-
/**
|
|
7553
|
-
* Update content.halo.run/v1alpha1/SinglePage
|
|
7554
|
-
* @param {string} name Name of singlepage
|
|
7555
|
-
* @param {SinglePage} [singlePage] Updated singlepage
|
|
7556
|
-
* @param {*} [options] Override http request option.
|
|
7557
|
-
* @throws {RequiredError}
|
|
7558
|
-
*/
|
|
7559
|
-
updatecontentHaloRunV1alpha1SinglePage: (name: string, singlePage?: SinglePage, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7560
|
-
};
|
|
7561
|
-
/**
|
|
7562
|
-
* ContentHaloRunV1alpha1SinglePageApi - functional programming interface
|
|
7563
|
-
* @export
|
|
7564
|
-
*/
|
|
7565
|
-
declare const ContentHaloRunV1alpha1SinglePageApiFp: (configuration?: Configuration) => {
|
|
7566
|
-
/**
|
|
7567
|
-
* Create content.halo.run/v1alpha1/SinglePage
|
|
7568
|
-
* @param {SinglePage} [singlePage] Fresh singlepage
|
|
7569
|
-
* @param {*} [options] Override http request option.
|
|
7570
|
-
* @throws {RequiredError}
|
|
7571
|
-
*/
|
|
7572
|
-
createcontentHaloRunV1alpha1SinglePage(singlePage?: SinglePage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
7573
|
-
/**
|
|
7574
|
-
* Delete content.halo.run/v1alpha1/SinglePage
|
|
7575
|
-
* @param {string} name Name of singlepage
|
|
7576
|
-
* @param {*} [options] Override http request option.
|
|
7577
|
-
* @throws {RequiredError}
|
|
7578
|
-
*/
|
|
7579
|
-
deletecontentHaloRunV1alpha1SinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
7580
|
-
/**
|
|
7581
|
-
* Get content.halo.run/v1alpha1/SinglePage
|
|
7582
|
-
* @param {string} name Name of singlepage
|
|
7583
|
-
* @param {*} [options] Override http request option.
|
|
7584
|
-
* @throws {RequiredError}
|
|
7585
|
-
*/
|
|
7586
|
-
getcontentHaloRunV1alpha1SinglePage(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
7587
|
-
/**
|
|
7588
|
-
* List content.halo.run/v1alpha1/SinglePage
|
|
7589
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7590
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7591
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7592
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7593
|
-
* @param {*} [options] Override http request option.
|
|
7594
|
-
* @throws {RequiredError}
|
|
7595
|
-
*/
|
|
7596
|
-
listcontentHaloRunV1alpha1SinglePage(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePageList>>;
|
|
7597
|
-
/**
|
|
7598
|
-
* Update content.halo.run/v1alpha1/SinglePage
|
|
7599
|
-
* @param {string} name Name of singlepage
|
|
7600
|
-
* @param {SinglePage} [singlePage] Updated singlepage
|
|
7601
|
-
* @param {*} [options] Override http request option.
|
|
7602
|
-
* @throws {RequiredError}
|
|
7603
|
-
*/
|
|
7604
|
-
updatecontentHaloRunV1alpha1SinglePage(name: string, singlePage?: SinglePage, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
7605
|
-
};
|
|
7606
|
-
/**
|
|
7607
|
-
* ContentHaloRunV1alpha1SinglePageApi - factory interface
|
|
7608
|
-
* @export
|
|
7609
|
-
*/
|
|
7610
|
-
declare const ContentHaloRunV1alpha1SinglePageApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
7611
|
-
/**
|
|
7612
|
-
* Create content.halo.run/v1alpha1/SinglePage
|
|
7613
|
-
* @param {SinglePage} [singlePage] Fresh singlepage
|
|
7614
|
-
* @param {*} [options] Override http request option.
|
|
7615
|
-
* @throws {RequiredError}
|
|
7616
|
-
*/
|
|
7617
|
-
createcontentHaloRunV1alpha1SinglePage(singlePage?: SinglePage, options?: any): AxiosPromise<SinglePage>;
|
|
7618
|
-
/**
|
|
7619
|
-
* Delete content.halo.run/v1alpha1/SinglePage
|
|
7620
|
-
* @param {string} name Name of singlepage
|
|
7621
|
-
* @param {*} [options] Override http request option.
|
|
7622
|
-
* @throws {RequiredError}
|
|
7623
|
-
*/
|
|
7624
|
-
deletecontentHaloRunV1alpha1SinglePage(name: string, options?: any): AxiosPromise<void>;
|
|
7625
|
-
/**
|
|
7626
|
-
* Get content.halo.run/v1alpha1/SinglePage
|
|
7627
|
-
* @param {string} name Name of singlepage
|
|
7628
|
-
* @param {*} [options] Override http request option.
|
|
7629
|
-
* @throws {RequiredError}
|
|
7630
|
-
*/
|
|
7631
|
-
getcontentHaloRunV1alpha1SinglePage(name: string, options?: any): AxiosPromise<SinglePage>;
|
|
7632
|
-
/**
|
|
7633
|
-
* List content.halo.run/v1alpha1/SinglePage
|
|
7634
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7635
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7636
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7637
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7638
|
-
* @param {*} [options] Override http request option.
|
|
7639
|
-
* @throws {RequiredError}
|
|
7640
|
-
*/
|
|
7641
|
-
listcontentHaloRunV1alpha1SinglePage(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<SinglePageList>;
|
|
7642
|
-
/**
|
|
7643
|
-
* Update content.halo.run/v1alpha1/SinglePage
|
|
7644
|
-
* @param {string} name Name of singlepage
|
|
7645
|
-
* @param {SinglePage} [singlePage] Updated singlepage
|
|
7646
|
-
* @param {*} [options] Override http request option.
|
|
7647
|
-
* @throws {RequiredError}
|
|
7648
|
-
*/
|
|
7649
|
-
updatecontentHaloRunV1alpha1SinglePage(name: string, singlePage?: SinglePage, options?: any): AxiosPromise<SinglePage>;
|
|
7650
|
-
};
|
|
7651
|
-
/**
|
|
7652
|
-
* Request parameters for createcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
|
|
7653
|
-
* @export
|
|
7654
|
-
* @interface ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest
|
|
7655
|
-
*/
|
|
7656
|
-
interface ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest {
|
|
7657
|
-
/**
|
|
7658
|
-
* Fresh singlepage
|
|
7659
|
-
* @type {SinglePage}
|
|
7660
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePage
|
|
7661
|
-
*/
|
|
7662
|
-
readonly singlePage?: SinglePage;
|
|
7663
|
-
}
|
|
7664
|
-
/**
|
|
7665
|
-
* Request parameters for deletecontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
|
|
7666
|
-
* @export
|
|
7667
|
-
* @interface ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest
|
|
7668
|
-
*/
|
|
7669
|
-
interface ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest {
|
|
7670
|
-
/**
|
|
7671
|
-
* Name of singlepage
|
|
7672
|
-
* @type {string}
|
|
7673
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePage
|
|
7674
|
-
*/
|
|
7675
|
-
readonly name: string;
|
|
7676
|
-
}
|
|
7677
|
-
/**
|
|
7678
|
-
* Request parameters for getcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
|
|
7679
|
-
* @export
|
|
7680
|
-
* @interface ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest
|
|
7681
|
-
*/
|
|
7682
|
-
interface ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest {
|
|
7683
|
-
/**
|
|
7684
|
-
* Name of singlepage
|
|
7685
|
-
* @type {string}
|
|
7686
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePage
|
|
7687
|
-
*/
|
|
7688
|
-
readonly name: string;
|
|
7689
|
-
}
|
|
7690
|
-
/**
|
|
7691
|
-
* Request parameters for listcontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
|
|
7692
|
-
* @export
|
|
7693
|
-
* @interface ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest
|
|
7694
|
-
*/
|
|
7695
|
-
interface ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest {
|
|
7696
|
-
/**
|
|
7697
|
-
* The page number. Zero indicates no page.
|
|
7698
|
-
* @type {number}
|
|
7699
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
|
|
7700
|
-
*/
|
|
7701
|
-
readonly page?: number;
|
|
7702
|
-
/**
|
|
7703
|
-
* Size of one page. Zero indicates no limit.
|
|
7704
|
-
* @type {number}
|
|
7705
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
|
|
7706
|
-
*/
|
|
7707
|
-
readonly size?: number;
|
|
7708
|
-
/**
|
|
7709
|
-
* Label selector for filtering.
|
|
7710
|
-
* @type {Array<string>}
|
|
7711
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
|
|
7712
|
-
*/
|
|
7713
|
-
readonly labelSelector?: Array<string>;
|
|
7714
|
-
/**
|
|
7715
|
-
* Field selector for filtering.
|
|
7716
|
-
* @type {Array<string>}
|
|
7717
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePage
|
|
7718
|
-
*/
|
|
7719
|
-
readonly fieldSelector?: Array<string>;
|
|
7720
|
-
}
|
|
7721
|
-
/**
|
|
7722
|
-
* Request parameters for updatecontentHaloRunV1alpha1SinglePage operation in ContentHaloRunV1alpha1SinglePageApi.
|
|
7723
|
-
* @export
|
|
7724
|
-
* @interface ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest
|
|
7725
|
-
*/
|
|
7726
|
-
interface ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest {
|
|
7727
|
-
/**
|
|
7728
|
-
* Name of singlepage
|
|
7729
|
-
* @type {string}
|
|
7730
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePage
|
|
7731
|
-
*/
|
|
7732
|
-
readonly name: string;
|
|
7733
|
-
/**
|
|
7734
|
-
* Updated singlepage
|
|
7735
|
-
* @type {SinglePage}
|
|
7736
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePage
|
|
7737
|
-
*/
|
|
7738
|
-
readonly singlePage?: SinglePage;
|
|
7739
|
-
}
|
|
7740
|
-
/**
|
|
7741
|
-
* ContentHaloRunV1alpha1SinglePageApi - object-oriented interface
|
|
7742
|
-
* @export
|
|
7743
|
-
* @class ContentHaloRunV1alpha1SinglePageApi
|
|
7744
|
-
* @extends {BaseAPI}
|
|
7745
|
-
*/
|
|
7746
|
-
declare class ContentHaloRunV1alpha1SinglePageApi extends BaseAPI {
|
|
7747
|
-
/**
|
|
7748
|
-
* Create content.halo.run/v1alpha1/SinglePage
|
|
7749
|
-
* @param {ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
|
|
7750
|
-
* @param {*} [options] Override http request option.
|
|
7751
|
-
* @throws {RequiredError}
|
|
7752
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApi
|
|
7753
|
-
*/
|
|
7754
|
-
createcontentHaloRunV1alpha1SinglePage(requestParameters?: ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
7755
|
-
/**
|
|
7756
|
-
* Delete content.halo.run/v1alpha1/SinglePage
|
|
7757
|
-
* @param {ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
|
|
7758
|
-
* @param {*} [options] Override http request option.
|
|
7759
|
-
* @throws {RequiredError}
|
|
7760
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApi
|
|
7761
|
-
*/
|
|
7762
|
-
deletecontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
7763
|
-
/**
|
|
7764
|
-
* Get content.halo.run/v1alpha1/SinglePage
|
|
7765
|
-
* @param {ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
|
|
7766
|
-
* @param {*} [options] Override http request option.
|
|
7767
|
-
* @throws {RequiredError}
|
|
7768
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApi
|
|
7769
|
-
*/
|
|
7770
|
-
getcontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
7771
|
-
/**
|
|
7772
|
-
* List content.halo.run/v1alpha1/SinglePage
|
|
7773
|
-
* @param {ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
|
|
7774
|
-
* @param {*} [options] Override http request option.
|
|
7775
|
-
* @throws {RequiredError}
|
|
7776
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApi
|
|
7777
|
-
*/
|
|
7778
|
-
listcontentHaloRunV1alpha1SinglePage(requestParameters?: ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePageList, any>>;
|
|
7779
|
-
/**
|
|
7780
|
-
* Update content.halo.run/v1alpha1/SinglePage
|
|
7781
|
-
* @param {ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest} requestParameters Request parameters.
|
|
7782
|
-
* @param {*} [options] Override http request option.
|
|
7783
|
-
* @throws {RequiredError}
|
|
7784
|
-
* @memberof ContentHaloRunV1alpha1SinglePageApi
|
|
7785
|
-
*/
|
|
7786
|
-
updatecontentHaloRunV1alpha1SinglePage(requestParameters: ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
7787
|
-
}
|
|
7788
|
-
|
|
7789
6836
|
/**
|
|
7790
6837
|
* ContentHaloRunV1alpha1SnapshotApi - axios parameter creator
|
|
7791
6838
|
* @export
|
|
@@ -8918,16 +7965,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configurati
|
|
|
8918
7965
|
*
|
|
8919
7966
|
* @param {string} [policy] Name of policy
|
|
8920
7967
|
* @param {string} [displayName] Display name of attachment
|
|
8921
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
8922
7968
|
* @param {string} [group] Name of group
|
|
7969
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
8923
7970
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7971
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8924
7972
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8925
7973
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8926
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8927
7974
|
* @param {*} [options] Override http request option.
|
|
8928
7975
|
* @throws {RequiredError}
|
|
8929
7976
|
*/
|
|
8930
|
-
searchAttachments: (policy?: string, displayName?: string,
|
|
7977
|
+
searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8931
7978
|
/**
|
|
8932
7979
|
* Update storage.halo.run/v1alpha1/Attachment
|
|
8933
7980
|
* @param {string} name Name of attachment
|
|
@@ -8986,16 +8033,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiFp: (configuration?: Configurat
|
|
|
8986
8033
|
*
|
|
8987
8034
|
* @param {string} [policy] Name of policy
|
|
8988
8035
|
* @param {string} [displayName] Display name of attachment
|
|
8989
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
8990
8036
|
* @param {string} [group] Name of group
|
|
8037
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
8991
8038
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8039
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8992
8040
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8993
8041
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8994
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8995
8042
|
* @param {*} [options] Override http request option.
|
|
8996
8043
|
* @throws {RequiredError}
|
|
8997
8044
|
*/
|
|
8998
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
8045
|
+
searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
|
|
8999
8046
|
/**
|
|
9000
8047
|
* Update storage.halo.run/v1alpha1/Attachment
|
|
9001
8048
|
* @param {string} name Name of attachment
|
|
@@ -9054,16 +8101,16 @@ declare const StorageHaloRunV1alpha1AttachmentApiFactory: (configuration?: Confi
|
|
|
9054
8101
|
*
|
|
9055
8102
|
* @param {string} [policy] Name of policy
|
|
9056
8103
|
* @param {string} [displayName] Display name of attachment
|
|
9057
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
9058
8104
|
* @param {string} [group] Name of group
|
|
8105
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
9059
8106
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8107
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9060
8108
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
9061
8109
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
9062
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9063
8110
|
* @param {*} [options] Override http request option.
|
|
9064
8111
|
* @throws {RequiredError}
|
|
9065
8112
|
*/
|
|
9066
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
8113
|
+
searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
|
|
9067
8114
|
/**
|
|
9068
8115
|
* Update storage.halo.run/v1alpha1/Attachment
|
|
9069
8116
|
* @param {string} name Name of attachment
|
|
@@ -9171,23 +8218,29 @@ interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
9171
8218
|
*/
|
|
9172
8219
|
readonly displayName?: string;
|
|
9173
8220
|
/**
|
|
9174
|
-
* Name of
|
|
8221
|
+
* Name of group
|
|
9175
8222
|
* @type {string}
|
|
9176
8223
|
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
9177
8224
|
*/
|
|
9178
|
-
readonly
|
|
8225
|
+
readonly group?: string;
|
|
9179
8226
|
/**
|
|
9180
|
-
* Name of
|
|
8227
|
+
* Name of user who uploaded the attachment
|
|
9181
8228
|
* @type {string}
|
|
9182
8229
|
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
9183
8230
|
*/
|
|
9184
|
-
readonly
|
|
8231
|
+
readonly uploadedBy?: string;
|
|
9185
8232
|
/**
|
|
9186
8233
|
* Size of one page. Zero indicates no limit.
|
|
9187
8234
|
* @type {number}
|
|
9188
8235
|
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
9189
8236
|
*/
|
|
9190
8237
|
readonly size?: number;
|
|
8238
|
+
/**
|
|
8239
|
+
* The page number. Zero indicates no page.
|
|
8240
|
+
* @type {number}
|
|
8241
|
+
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
8242
|
+
*/
|
|
8243
|
+
readonly page?: number;
|
|
9191
8244
|
/**
|
|
9192
8245
|
* Label selector for filtering.
|
|
9193
8246
|
* @type {Array<string>}
|
|
@@ -9200,12 +8253,6 @@ interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
9200
8253
|
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
9201
8254
|
*/
|
|
9202
8255
|
readonly fieldSelector?: Array<string>;
|
|
9203
|
-
/**
|
|
9204
|
-
* The page number. Zero indicates no page.
|
|
9205
|
-
* @type {number}
|
|
9206
|
-
* @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
9207
|
-
*/
|
|
9208
|
-
readonly page?: number;
|
|
9209
8256
|
}
|
|
9210
8257
|
/**
|
|
9211
8258
|
* Request parameters for updatestorageHaloRunV1alpha1Attachment operation in StorageHaloRunV1alpha1AttachmentApi.
|
|
@@ -12592,4 +11639,4 @@ declare class V1alpha1UserApi extends BaseAPI {
|
|
|
12592
11639
|
updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
|
|
12593
11640
|
}
|
|
12594
11641
|
|
|
12595
|
-
export { ApiHaloRunV1alpha1ContentApi, ApiHaloRunV1alpha1ContentApiAxiosParamCreator, ApiHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiFactory, ApiHaloRunV1alpha1ContentApiFp, ApiHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiHaloRunV1alpha1PluginApi, ApiHaloRunV1alpha1PluginApiAxiosParamCreator, ApiHaloRunV1alpha1PluginApiFactory, ApiHaloRunV1alpha1PluginApiFp, ApiHaloRunV1alpha1PluginApiInstallPluginRequest, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiDraftPostRequest, ApiHaloRunV1alpha1PostApiDraftSinglePageRequest, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiListPostsRequest, ApiHaloRunV1alpha1PostApiListSinglePagesRequest, ApiHaloRunV1alpha1PostApiPublishPostRequest, ApiHaloRunV1alpha1PostApiPublishSinglePageRequest, ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiHaloRunV1alpha1PostApiUpdateDraftSinglePageRequest, ApiHaloRunV1alpha1ThemeApi, ApiHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiHaloRunV1alpha1ThemeApiFactory, ApiHaloRunV1alpha1ThemeApiFp, ApiHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiHaloRunV1alpha1UserApi, ApiHaloRunV1alpha1UserApiAxiosParamCreator, ApiHaloRunV1alpha1UserApiChangePasswordRequest, ApiHaloRunV1alpha1UserApiFactory, ApiHaloRunV1alpha1UserApiFp, ApiHaloRunV1alpha1UserApiGetPermissionsRequest, ApiHaloRunV1alpha1UserApiGrantPermissionRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentList, CommentOwner, CommentSpec, CommentSubjectRef, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Excerpt, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedPost, ListedPostList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemRef, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplySpec, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest };
|
|
11642
|
+
export { ApiHaloRunV1alpha1ContentApi, ApiHaloRunV1alpha1ContentApiAxiosParamCreator, ApiHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiFactory, ApiHaloRunV1alpha1ContentApiFp, ApiHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiHaloRunV1alpha1PluginApi, ApiHaloRunV1alpha1PluginApiAxiosParamCreator, ApiHaloRunV1alpha1PluginApiFactory, ApiHaloRunV1alpha1PluginApiFp, ApiHaloRunV1alpha1PluginApiInstallPluginRequest, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiDraftPostRequest, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiListPostsRequest, ApiHaloRunV1alpha1PostApiPublishPostRequest, ApiHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiHaloRunV1alpha1ThemeApi, ApiHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiHaloRunV1alpha1ThemeApiFactory, ApiHaloRunV1alpha1ThemeApiFp, ApiHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiHaloRunV1alpha1UserApi, ApiHaloRunV1alpha1UserApiAxiosParamCreator, ApiHaloRunV1alpha1UserApiChangePasswordRequest, ApiHaloRunV1alpha1UserApiFactory, ApiHaloRunV1alpha1UserApiFp, ApiHaloRunV1alpha1UserApiGetPermissionsRequest, ApiHaloRunV1alpha1UserApiGrantPermissionRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentList, CommentOwner, CommentSpec, CommentSubjectRef, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Excerpt, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedPost, ListedPostList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplySpec, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingList, SettingSpec, SnapShotSpec, Snapshot, SnapshotList, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest };
|