mtmsdk 0.0.4 → 0.0.6
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/mtgate_api/@tanstack/react-query.gen.d.ts +25 -730
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +156 -0
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +178 -0
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +63 -143
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/types.gen.js.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +51 -0
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +57 -143
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/package.json +4 -8
|
@@ -2081,92 +2081,11 @@ export declare const blogPostsListQueryKey: (options?: Options<BlogPostsListData
|
|
|
2081
2081
|
_id: string;
|
|
2082
2082
|
_infinite?: boolean;
|
|
2083
2083
|
}];
|
|
2084
|
-
export declare const blogPostsListOptions: (options?: Options<BlogPostsListData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
2085
|
-
posts: Array<{
|
|
2086
|
-
id: string;
|
|
2087
|
-
state: string;
|
|
2088
|
-
publishDate?: string;
|
|
2089
|
-
content: string;
|
|
2090
|
-
tenantId: string;
|
|
2091
|
-
authorId: string;
|
|
2092
|
-
siteId: string;
|
|
2093
|
-
title?: string;
|
|
2094
|
-
description?: string;
|
|
2095
|
-
parentPostId?: string;
|
|
2096
|
-
releaseId?: string;
|
|
2097
|
-
releaseURL?: string;
|
|
2098
|
-
settings?: string;
|
|
2099
|
-
image?: string;
|
|
2100
|
-
lastMessageId?: string;
|
|
2101
|
-
error?: string;
|
|
2102
|
-
createdAt: string;
|
|
2103
|
-
updatedAt: string;
|
|
2104
|
-
deletedAt?: string;
|
|
2105
|
-
status: string;
|
|
2106
|
-
slug: string;
|
|
2107
|
-
}>;
|
|
2108
|
-
total: number;
|
|
2109
|
-
limit: number;
|
|
2110
|
-
offset: number;
|
|
2111
|
-
}, Error, {
|
|
2112
|
-
posts: Array<{
|
|
2113
|
-
id: string;
|
|
2114
|
-
state: string;
|
|
2115
|
-
publishDate?: string;
|
|
2116
|
-
content: string;
|
|
2117
|
-
tenantId: string;
|
|
2118
|
-
authorId: string;
|
|
2119
|
-
siteId: string;
|
|
2120
|
-
title?: string;
|
|
2121
|
-
description?: string;
|
|
2122
|
-
parentPostId?: string;
|
|
2123
|
-
releaseId?: string;
|
|
2124
|
-
releaseURL?: string;
|
|
2125
|
-
settings?: string;
|
|
2126
|
-
image?: string;
|
|
2127
|
-
lastMessageId?: string;
|
|
2128
|
-
error?: string;
|
|
2129
|
-
createdAt: string;
|
|
2130
|
-
updatedAt: string;
|
|
2131
|
-
deletedAt?: string;
|
|
2132
|
-
status: string;
|
|
2133
|
-
slug: string;
|
|
2134
|
-
}>;
|
|
2135
|
-
total: number;
|
|
2136
|
-
limit: number;
|
|
2137
|
-
offset: number;
|
|
2138
|
-
}, [Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2084
|
+
export declare const blogPostsListOptions: (options?: Options<BlogPostsListData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").BlogPostsList, Error, import("..").BlogPostsList, [Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2139
2085
|
_id: string;
|
|
2140
2086
|
_infinite?: boolean;
|
|
2141
2087
|
}]>, "queryFn"> & {
|
|
2142
|
-
queryFn?: import("@tanstack/query-core").QueryFunction<{
|
|
2143
|
-
posts: Array<{
|
|
2144
|
-
id: string;
|
|
2145
|
-
state: string;
|
|
2146
|
-
publishDate?: string;
|
|
2147
|
-
content: string;
|
|
2148
|
-
tenantId: string;
|
|
2149
|
-
authorId: string;
|
|
2150
|
-
siteId: string;
|
|
2151
|
-
title?: string;
|
|
2152
|
-
description?: string;
|
|
2153
|
-
parentPostId?: string;
|
|
2154
|
-
releaseId?: string;
|
|
2155
|
-
releaseURL?: string;
|
|
2156
|
-
settings?: string;
|
|
2157
|
-
image?: string;
|
|
2158
|
-
lastMessageId?: string;
|
|
2159
|
-
error?: string;
|
|
2160
|
-
createdAt: string;
|
|
2161
|
-
updatedAt: string;
|
|
2162
|
-
deletedAt?: string;
|
|
2163
|
-
status: string;
|
|
2164
|
-
slug: string;
|
|
2165
|
-
}>;
|
|
2166
|
-
total: number;
|
|
2167
|
-
limit: number;
|
|
2168
|
-
offset: number;
|
|
2169
|
-
}, [Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2088
|
+
queryFn?: import("@tanstack/query-core").QueryFunction<import("..").BlogPostsList, [Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2170
2089
|
_id: string;
|
|
2171
2090
|
_infinite?: boolean;
|
|
2172
2091
|
}], never> | undefined;
|
|
@@ -2175,187 +2094,25 @@ export declare const blogPostsListOptions: (options?: Options<BlogPostsListData>
|
|
|
2175
2094
|
_id: string;
|
|
2176
2095
|
_infinite?: boolean;
|
|
2177
2096
|
}] & {
|
|
2178
|
-
[dataTagSymbol]:
|
|
2179
|
-
posts: Array<{
|
|
2180
|
-
id: string;
|
|
2181
|
-
state: string;
|
|
2182
|
-
publishDate?: string;
|
|
2183
|
-
content: string;
|
|
2184
|
-
tenantId: string;
|
|
2185
|
-
authorId: string;
|
|
2186
|
-
siteId: string;
|
|
2187
|
-
title?: string;
|
|
2188
|
-
description?: string;
|
|
2189
|
-
parentPostId?: string;
|
|
2190
|
-
releaseId?: string;
|
|
2191
|
-
releaseURL?: string;
|
|
2192
|
-
settings?: string;
|
|
2193
|
-
image?: string;
|
|
2194
|
-
lastMessageId?: string;
|
|
2195
|
-
error?: string;
|
|
2196
|
-
createdAt: string;
|
|
2197
|
-
updatedAt: string;
|
|
2198
|
-
deletedAt?: string;
|
|
2199
|
-
status: string;
|
|
2200
|
-
slug: string;
|
|
2201
|
-
}>;
|
|
2202
|
-
total: number;
|
|
2203
|
-
limit: number;
|
|
2204
|
-
offset: number;
|
|
2205
|
-
};
|
|
2097
|
+
[dataTagSymbol]: import("..").BlogPostsList;
|
|
2206
2098
|
[dataTagErrorSymbol]: Error;
|
|
2207
2099
|
};
|
|
2208
2100
|
};
|
|
2209
2101
|
export declare const blogPostsListInfiniteQueryKey: (options?: Options<BlogPostsListData>) => QueryKey<Options<BlogPostsListData>>;
|
|
2210
|
-
export declare const blogPostsListInfiniteOptions: (options?: Options<BlogPostsListData>) => import("@tanstack/react-query").UseInfiniteQueryOptions<{
|
|
2211
|
-
posts: Array<{
|
|
2212
|
-
id: string;
|
|
2213
|
-
state: string;
|
|
2214
|
-
publishDate?: string;
|
|
2215
|
-
content: string;
|
|
2216
|
-
tenantId: string;
|
|
2217
|
-
authorId: string;
|
|
2218
|
-
siteId: string;
|
|
2219
|
-
title?: string;
|
|
2220
|
-
description?: string;
|
|
2221
|
-
parentPostId?: string;
|
|
2222
|
-
releaseId?: string;
|
|
2223
|
-
releaseURL?: string;
|
|
2224
|
-
settings?: string;
|
|
2225
|
-
image?: string;
|
|
2226
|
-
lastMessageId?: string;
|
|
2227
|
-
error?: string;
|
|
2228
|
-
createdAt: string;
|
|
2229
|
-
updatedAt: string;
|
|
2230
|
-
deletedAt?: string;
|
|
2231
|
-
status: string;
|
|
2232
|
-
slug: string;
|
|
2233
|
-
}>;
|
|
2234
|
-
total: number;
|
|
2235
|
-
limit: number;
|
|
2236
|
-
offset: number;
|
|
2237
|
-
}, BlogPostsListError, InfiniteData<{
|
|
2238
|
-
posts: Array<{
|
|
2239
|
-
id: string;
|
|
2240
|
-
state: string;
|
|
2241
|
-
publishDate?: string;
|
|
2242
|
-
content: string;
|
|
2243
|
-
tenantId: string;
|
|
2244
|
-
authorId: string;
|
|
2245
|
-
siteId: string;
|
|
2246
|
-
title?: string;
|
|
2247
|
-
description?: string;
|
|
2248
|
-
parentPostId?: string;
|
|
2249
|
-
releaseId?: string;
|
|
2250
|
-
releaseURL?: string;
|
|
2251
|
-
settings?: string;
|
|
2252
|
-
image?: string;
|
|
2253
|
-
lastMessageId?: string;
|
|
2254
|
-
error?: string;
|
|
2255
|
-
createdAt: string;
|
|
2256
|
-
updatedAt: string;
|
|
2257
|
-
deletedAt?: string;
|
|
2258
|
-
status: string;
|
|
2259
|
-
slug: string;
|
|
2260
|
-
}>;
|
|
2261
|
-
total: number;
|
|
2262
|
-
limit: number;
|
|
2263
|
-
offset: number;
|
|
2264
|
-
}, unknown>, QueryKey<Options<BlogPostsListData>>, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2102
|
+
export declare const blogPostsListInfiniteOptions: (options?: Options<BlogPostsListData>) => import("@tanstack/react-query").UseInfiniteQueryOptions<import("..").BlogPostsList, BlogPostsListError, InfiniteData<import("..").BlogPostsList, unknown>, QueryKey<Options<BlogPostsListData>>, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2265
2103
|
_id: string;
|
|
2266
2104
|
_infinite?: boolean;
|
|
2267
2105
|
}, "query" | "body" | "headers" | "path">> & {
|
|
2268
|
-
initialData: InfiniteData<{
|
|
2269
|
-
posts: Array<{
|
|
2270
|
-
id: string;
|
|
2271
|
-
state: string;
|
|
2272
|
-
publishDate?: string;
|
|
2273
|
-
content: string;
|
|
2274
|
-
tenantId: string;
|
|
2275
|
-
authorId: string;
|
|
2276
|
-
siteId: string;
|
|
2277
|
-
title?: string;
|
|
2278
|
-
description?: string;
|
|
2279
|
-
parentPostId?: string;
|
|
2280
|
-
releaseId?: string;
|
|
2281
|
-
releaseURL?: string;
|
|
2282
|
-
settings?: string;
|
|
2283
|
-
image?: string;
|
|
2284
|
-
lastMessageId?: string;
|
|
2285
|
-
error?: string;
|
|
2286
|
-
createdAt: string;
|
|
2287
|
-
updatedAt: string;
|
|
2288
|
-
deletedAt?: string;
|
|
2289
|
-
status: string;
|
|
2290
|
-
slug: string;
|
|
2291
|
-
}>;
|
|
2292
|
-
total: number;
|
|
2293
|
-
limit: number;
|
|
2294
|
-
offset: number;
|
|
2295
|
-
}, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2106
|
+
initialData: InfiniteData<import("..").BlogPostsList, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2296
2107
|
_id: string;
|
|
2297
2108
|
_infinite?: boolean;
|
|
2298
|
-
}, "query" | "body" | "headers" | "path">> | (() => InfiniteData<{
|
|
2299
|
-
posts: Array<{
|
|
2300
|
-
id: string;
|
|
2301
|
-
state: string;
|
|
2302
|
-
publishDate?: string;
|
|
2303
|
-
content: string;
|
|
2304
|
-
tenantId: string;
|
|
2305
|
-
authorId: string;
|
|
2306
|
-
siteId: string;
|
|
2307
|
-
title?: string;
|
|
2308
|
-
description?: string;
|
|
2309
|
-
parentPostId?: string;
|
|
2310
|
-
releaseId?: string;
|
|
2311
|
-
releaseURL?: string;
|
|
2312
|
-
settings?: string;
|
|
2313
|
-
image?: string;
|
|
2314
|
-
lastMessageId?: string;
|
|
2315
|
-
error?: string;
|
|
2316
|
-
createdAt: string;
|
|
2317
|
-
updatedAt: string;
|
|
2318
|
-
deletedAt?: string;
|
|
2319
|
-
status: string;
|
|
2320
|
-
slug: string;
|
|
2321
|
-
}>;
|
|
2322
|
-
total: number;
|
|
2323
|
-
limit: number;
|
|
2324
|
-
offset: number;
|
|
2325
|
-
}, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2109
|
+
}, "query" | "body" | "headers" | "path">> | (() => InfiniteData<import("..").BlogPostsList, string | Pick<Pick<Options<BlogPostsListData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2326
2110
|
_id: string;
|
|
2327
2111
|
_infinite?: boolean;
|
|
2328
2112
|
}, "query" | "body" | "headers" | "path">>) | undefined;
|
|
2329
2113
|
} & {
|
|
2330
2114
|
queryKey: QueryKey<Options<BlogPostsListData>> & {
|
|
2331
|
-
[dataTagSymbol]: InfiniteData<
|
|
2332
|
-
posts: Array<{
|
|
2333
|
-
id: string;
|
|
2334
|
-
state: string;
|
|
2335
|
-
publishDate?: string;
|
|
2336
|
-
content: string;
|
|
2337
|
-
tenantId: string;
|
|
2338
|
-
authorId: string;
|
|
2339
|
-
siteId: string;
|
|
2340
|
-
title?: string;
|
|
2341
|
-
description?: string;
|
|
2342
|
-
parentPostId?: string;
|
|
2343
|
-
releaseId?: string;
|
|
2344
|
-
releaseURL?: string;
|
|
2345
|
-
settings?: string;
|
|
2346
|
-
image?: string;
|
|
2347
|
-
lastMessageId?: string;
|
|
2348
|
-
error?: string;
|
|
2349
|
-
createdAt: string;
|
|
2350
|
-
updatedAt: string;
|
|
2351
|
-
deletedAt?: string;
|
|
2352
|
-
status: string;
|
|
2353
|
-
slug: string;
|
|
2354
|
-
}>;
|
|
2355
|
-
total: number;
|
|
2356
|
-
limit: number;
|
|
2357
|
-
offset: number;
|
|
2358
|
-
}, unknown>;
|
|
2115
|
+
[dataTagSymbol]: InfiniteData<import("..").BlogPostsList, unknown>;
|
|
2359
2116
|
[dataTagErrorSymbol]: BlogPostsListError;
|
|
2360
2117
|
};
|
|
2361
2118
|
};
|
|
@@ -2962,56 +2719,12 @@ export declare const blogPostsList2QueryKey: (options?: Options<BlogPostsList2Da
|
|
|
2962
2719
|
_infinite?: boolean;
|
|
2963
2720
|
}];
|
|
2964
2721
|
export declare const blogPostsList2Options: (options?: Options<BlogPostsList2Data>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
2965
|
-
posts: Array<
|
|
2966
|
-
id: string;
|
|
2967
|
-
createdAt: string;
|
|
2968
|
-
updatedAt: string;
|
|
2969
|
-
title?: string;
|
|
2970
|
-
content: string;
|
|
2971
|
-
description?: string;
|
|
2972
|
-
slug: string;
|
|
2973
|
-
status: string;
|
|
2974
|
-
state: string;
|
|
2975
|
-
publishDate?: string;
|
|
2976
|
-
siteId: string;
|
|
2977
|
-
tenantId: string;
|
|
2978
|
-
authorId: string;
|
|
2979
|
-
image?: string;
|
|
2980
|
-
settings?: string;
|
|
2981
|
-
deletedAt?: string;
|
|
2982
|
-
parentPostId?: string;
|
|
2983
|
-
releaseId?: string;
|
|
2984
|
-
releaseURL?: string;
|
|
2985
|
-
lastMessageId?: string;
|
|
2986
|
-
error?: string;
|
|
2987
|
-
}>;
|
|
2722
|
+
posts: Array<import("..").BlogPost>;
|
|
2988
2723
|
total: number;
|
|
2989
2724
|
limit: number;
|
|
2990
2725
|
offset: number;
|
|
2991
2726
|
}, Error, {
|
|
2992
|
-
posts: Array<
|
|
2993
|
-
id: string;
|
|
2994
|
-
createdAt: string;
|
|
2995
|
-
updatedAt: string;
|
|
2996
|
-
title?: string;
|
|
2997
|
-
content: string;
|
|
2998
|
-
description?: string;
|
|
2999
|
-
slug: string;
|
|
3000
|
-
status: string;
|
|
3001
|
-
state: string;
|
|
3002
|
-
publishDate?: string;
|
|
3003
|
-
siteId: string;
|
|
3004
|
-
tenantId: string;
|
|
3005
|
-
authorId: string;
|
|
3006
|
-
image?: string;
|
|
3007
|
-
settings?: string;
|
|
3008
|
-
deletedAt?: string;
|
|
3009
|
-
parentPostId?: string;
|
|
3010
|
-
releaseId?: string;
|
|
3011
|
-
releaseURL?: string;
|
|
3012
|
-
lastMessageId?: string;
|
|
3013
|
-
error?: string;
|
|
3014
|
-
}>;
|
|
2727
|
+
posts: Array<import("..").BlogPost>;
|
|
3015
2728
|
total: number;
|
|
3016
2729
|
limit: number;
|
|
3017
2730
|
offset: number;
|
|
@@ -3020,29 +2733,7 @@ export declare const blogPostsList2Options: (options?: Options<BlogPostsList2Dat
|
|
|
3020
2733
|
_infinite?: boolean;
|
|
3021
2734
|
}]>, "queryFn"> & {
|
|
3022
2735
|
queryFn?: import("@tanstack/query-core").QueryFunction<{
|
|
3023
|
-
posts: Array<
|
|
3024
|
-
id: string;
|
|
3025
|
-
createdAt: string;
|
|
3026
|
-
updatedAt: string;
|
|
3027
|
-
title?: string;
|
|
3028
|
-
content: string;
|
|
3029
|
-
description?: string;
|
|
3030
|
-
slug: string;
|
|
3031
|
-
status: string;
|
|
3032
|
-
state: string;
|
|
3033
|
-
publishDate?: string;
|
|
3034
|
-
siteId: string;
|
|
3035
|
-
tenantId: string;
|
|
3036
|
-
authorId: string;
|
|
3037
|
-
image?: string;
|
|
3038
|
-
settings?: string;
|
|
3039
|
-
deletedAt?: string;
|
|
3040
|
-
parentPostId?: string;
|
|
3041
|
-
releaseId?: string;
|
|
3042
|
-
releaseURL?: string;
|
|
3043
|
-
lastMessageId?: string;
|
|
3044
|
-
error?: string;
|
|
3045
|
-
}>;
|
|
2736
|
+
posts: Array<import("..").BlogPost>;
|
|
3046
2737
|
total: number;
|
|
3047
2738
|
limit: number;
|
|
3048
2739
|
offset: number;
|
|
@@ -3056,29 +2747,7 @@ export declare const blogPostsList2Options: (options?: Options<BlogPostsList2Dat
|
|
|
3056
2747
|
_infinite?: boolean;
|
|
3057
2748
|
}] & {
|
|
3058
2749
|
[dataTagSymbol]: {
|
|
3059
|
-
posts: Array<
|
|
3060
|
-
id: string;
|
|
3061
|
-
createdAt: string;
|
|
3062
|
-
updatedAt: string;
|
|
3063
|
-
title?: string;
|
|
3064
|
-
content: string;
|
|
3065
|
-
description?: string;
|
|
3066
|
-
slug: string;
|
|
3067
|
-
status: string;
|
|
3068
|
-
state: string;
|
|
3069
|
-
publishDate?: string;
|
|
3070
|
-
siteId: string;
|
|
3071
|
-
tenantId: string;
|
|
3072
|
-
authorId: string;
|
|
3073
|
-
image?: string;
|
|
3074
|
-
settings?: string;
|
|
3075
|
-
deletedAt?: string;
|
|
3076
|
-
parentPostId?: string;
|
|
3077
|
-
releaseId?: string;
|
|
3078
|
-
releaseURL?: string;
|
|
3079
|
-
lastMessageId?: string;
|
|
3080
|
-
error?: string;
|
|
3081
|
-
}>;
|
|
2750
|
+
posts: Array<import("..").BlogPost>;
|
|
3082
2751
|
total: number;
|
|
3083
2752
|
limit: number;
|
|
3084
2753
|
offset: number;
|
|
@@ -3088,56 +2757,12 @@ export declare const blogPostsList2Options: (options?: Options<BlogPostsList2Dat
|
|
|
3088
2757
|
};
|
|
3089
2758
|
export declare const blogPostsList2InfiniteQueryKey: (options?: Options<BlogPostsList2Data>) => QueryKey<Options<BlogPostsList2Data>>;
|
|
3090
2759
|
export declare const blogPostsList2InfiniteOptions: (options?: Options<BlogPostsList2Data>) => import("@tanstack/react-query").UseInfiniteQueryOptions<{
|
|
3091
|
-
posts: Array<
|
|
3092
|
-
id: string;
|
|
3093
|
-
createdAt: string;
|
|
3094
|
-
updatedAt: string;
|
|
3095
|
-
title?: string;
|
|
3096
|
-
content: string;
|
|
3097
|
-
description?: string;
|
|
3098
|
-
slug: string;
|
|
3099
|
-
status: string;
|
|
3100
|
-
state: string;
|
|
3101
|
-
publishDate?: string;
|
|
3102
|
-
siteId: string;
|
|
3103
|
-
tenantId: string;
|
|
3104
|
-
authorId: string;
|
|
3105
|
-
image?: string;
|
|
3106
|
-
settings?: string;
|
|
3107
|
-
deletedAt?: string;
|
|
3108
|
-
parentPostId?: string;
|
|
3109
|
-
releaseId?: string;
|
|
3110
|
-
releaseURL?: string;
|
|
3111
|
-
lastMessageId?: string;
|
|
3112
|
-
error?: string;
|
|
3113
|
-
}>;
|
|
2760
|
+
posts: Array<import("..").BlogPost>;
|
|
3114
2761
|
total: number;
|
|
3115
2762
|
limit: number;
|
|
3116
2763
|
offset: number;
|
|
3117
2764
|
}, Error, InfiniteData<{
|
|
3118
|
-
posts: Array<
|
|
3119
|
-
id: string;
|
|
3120
|
-
createdAt: string;
|
|
3121
|
-
updatedAt: string;
|
|
3122
|
-
title?: string;
|
|
3123
|
-
content: string;
|
|
3124
|
-
description?: string;
|
|
3125
|
-
slug: string;
|
|
3126
|
-
status: string;
|
|
3127
|
-
state: string;
|
|
3128
|
-
publishDate?: string;
|
|
3129
|
-
siteId: string;
|
|
3130
|
-
tenantId: string;
|
|
3131
|
-
authorId: string;
|
|
3132
|
-
image?: string;
|
|
3133
|
-
settings?: string;
|
|
3134
|
-
deletedAt?: string;
|
|
3135
|
-
parentPostId?: string;
|
|
3136
|
-
releaseId?: string;
|
|
3137
|
-
releaseURL?: string;
|
|
3138
|
-
lastMessageId?: string;
|
|
3139
|
-
error?: string;
|
|
3140
|
-
}>;
|
|
2765
|
+
posts: Array<import("..").BlogPost>;
|
|
3141
2766
|
total: number;
|
|
3142
2767
|
limit: number;
|
|
3143
2768
|
offset: number;
|
|
@@ -3146,29 +2771,7 @@ export declare const blogPostsList2InfiniteOptions: (options?: Options<BlogPosts
|
|
|
3146
2771
|
_infinite?: boolean;
|
|
3147
2772
|
}, "query" | "body" | "headers" | "path">> & {
|
|
3148
2773
|
initialData: InfiniteData<{
|
|
3149
|
-
posts: Array<
|
|
3150
|
-
id: string;
|
|
3151
|
-
createdAt: string;
|
|
3152
|
-
updatedAt: string;
|
|
3153
|
-
title?: string;
|
|
3154
|
-
content: string;
|
|
3155
|
-
description?: string;
|
|
3156
|
-
slug: string;
|
|
3157
|
-
status: string;
|
|
3158
|
-
state: string;
|
|
3159
|
-
publishDate?: string;
|
|
3160
|
-
siteId: string;
|
|
3161
|
-
tenantId: string;
|
|
3162
|
-
authorId: string;
|
|
3163
|
-
image?: string;
|
|
3164
|
-
settings?: string;
|
|
3165
|
-
deletedAt?: string;
|
|
3166
|
-
parentPostId?: string;
|
|
3167
|
-
releaseId?: string;
|
|
3168
|
-
releaseURL?: string;
|
|
3169
|
-
lastMessageId?: string;
|
|
3170
|
-
error?: string;
|
|
3171
|
-
}>;
|
|
2774
|
+
posts: Array<import("..").BlogPost>;
|
|
3172
2775
|
total: number;
|
|
3173
2776
|
limit: number;
|
|
3174
2777
|
offset: number;
|
|
@@ -3176,29 +2779,7 @@ export declare const blogPostsList2InfiniteOptions: (options?: Options<BlogPosts
|
|
|
3176
2779
|
_id: string;
|
|
3177
2780
|
_infinite?: boolean;
|
|
3178
2781
|
}, "query" | "body" | "headers" | "path">> | (() => InfiniteData<{
|
|
3179
|
-
posts: Array<
|
|
3180
|
-
id: string;
|
|
3181
|
-
createdAt: string;
|
|
3182
|
-
updatedAt: string;
|
|
3183
|
-
title?: string;
|
|
3184
|
-
content: string;
|
|
3185
|
-
description?: string;
|
|
3186
|
-
slug: string;
|
|
3187
|
-
status: string;
|
|
3188
|
-
state: string;
|
|
3189
|
-
publishDate?: string;
|
|
3190
|
-
siteId: string;
|
|
3191
|
-
tenantId: string;
|
|
3192
|
-
authorId: string;
|
|
3193
|
-
image?: string;
|
|
3194
|
-
settings?: string;
|
|
3195
|
-
deletedAt?: string;
|
|
3196
|
-
parentPostId?: string;
|
|
3197
|
-
releaseId?: string;
|
|
3198
|
-
releaseURL?: string;
|
|
3199
|
-
lastMessageId?: string;
|
|
3200
|
-
error?: string;
|
|
3201
|
-
}>;
|
|
2782
|
+
posts: Array<import("..").BlogPost>;
|
|
3202
2783
|
total: number;
|
|
3203
2784
|
limit: number;
|
|
3204
2785
|
offset: number;
|
|
@@ -3209,29 +2790,7 @@ export declare const blogPostsList2InfiniteOptions: (options?: Options<BlogPosts
|
|
|
3209
2790
|
} & {
|
|
3210
2791
|
queryKey: QueryKey<Options<BlogPostsList2Data>> & {
|
|
3211
2792
|
[dataTagSymbol]: InfiniteData<{
|
|
3212
|
-
posts: Array<
|
|
3213
|
-
id: string;
|
|
3214
|
-
createdAt: string;
|
|
3215
|
-
updatedAt: string;
|
|
3216
|
-
title?: string;
|
|
3217
|
-
content: string;
|
|
3218
|
-
description?: string;
|
|
3219
|
-
slug: string;
|
|
3220
|
-
status: string;
|
|
3221
|
-
state: string;
|
|
3222
|
-
publishDate?: string;
|
|
3223
|
-
siteId: string;
|
|
3224
|
-
tenantId: string;
|
|
3225
|
-
authorId: string;
|
|
3226
|
-
image?: string;
|
|
3227
|
-
settings?: string;
|
|
3228
|
-
deletedAt?: string;
|
|
3229
|
-
parentPostId?: string;
|
|
3230
|
-
releaseId?: string;
|
|
3231
|
-
releaseURL?: string;
|
|
3232
|
-
lastMessageId?: string;
|
|
3233
|
-
error?: string;
|
|
3234
|
-
}>;
|
|
2793
|
+
posts: Array<import("..").BlogPost>;
|
|
3235
2794
|
total: number;
|
|
3236
2795
|
limit: number;
|
|
3237
2796
|
offset: number;
|
|
@@ -3243,77 +2802,11 @@ export declare const blogPostsCreateQueryKey: (options?: Options<BlogPostsCreate
|
|
|
3243
2802
|
_id: string;
|
|
3244
2803
|
_infinite?: boolean;
|
|
3245
2804
|
}];
|
|
3246
|
-
export declare const blogPostsCreateOptions: (options?: Options<BlogPostsCreateData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
3247
|
-
id: string;
|
|
3248
|
-
createdAt: string;
|
|
3249
|
-
updatedAt: string;
|
|
3250
|
-
title?: string;
|
|
3251
|
-
content: string;
|
|
3252
|
-
description?: string;
|
|
3253
|
-
slug: string;
|
|
3254
|
-
status: string;
|
|
3255
|
-
state: string;
|
|
3256
|
-
publishDate?: string;
|
|
3257
|
-
siteId: string;
|
|
3258
|
-
tenantId: string;
|
|
3259
|
-
authorId: string;
|
|
3260
|
-
image?: string;
|
|
3261
|
-
settings?: string;
|
|
3262
|
-
deletedAt?: string;
|
|
3263
|
-
parentPostId?: string;
|
|
3264
|
-
releaseId?: string;
|
|
3265
|
-
releaseURL?: string;
|
|
3266
|
-
lastMessageId?: string;
|
|
3267
|
-
error?: string;
|
|
3268
|
-
}, Error, {
|
|
3269
|
-
id: string;
|
|
3270
|
-
createdAt: string;
|
|
3271
|
-
updatedAt: string;
|
|
3272
|
-
title?: string;
|
|
3273
|
-
content: string;
|
|
3274
|
-
description?: string;
|
|
3275
|
-
slug: string;
|
|
3276
|
-
status: string;
|
|
3277
|
-
state: string;
|
|
3278
|
-
publishDate?: string;
|
|
3279
|
-
siteId: string;
|
|
3280
|
-
tenantId: string;
|
|
3281
|
-
authorId: string;
|
|
3282
|
-
image?: string;
|
|
3283
|
-
settings?: string;
|
|
3284
|
-
deletedAt?: string;
|
|
3285
|
-
parentPostId?: string;
|
|
3286
|
-
releaseId?: string;
|
|
3287
|
-
releaseURL?: string;
|
|
3288
|
-
lastMessageId?: string;
|
|
3289
|
-
error?: string;
|
|
3290
|
-
}, [Pick<Options<BlogPostsCreateData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2805
|
+
export declare const blogPostsCreateOptions: (options?: Options<BlogPostsCreateData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").BlogPost, Error, import("..").BlogPost, [Pick<Options<BlogPostsCreateData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3291
2806
|
_id: string;
|
|
3292
2807
|
_infinite?: boolean;
|
|
3293
2808
|
}]>, "queryFn"> & {
|
|
3294
|
-
queryFn?: import("@tanstack/query-core").QueryFunction<{
|
|
3295
|
-
id: string;
|
|
3296
|
-
createdAt: string;
|
|
3297
|
-
updatedAt: string;
|
|
3298
|
-
title?: string;
|
|
3299
|
-
content: string;
|
|
3300
|
-
description?: string;
|
|
3301
|
-
slug: string;
|
|
3302
|
-
status: string;
|
|
3303
|
-
state: string;
|
|
3304
|
-
publishDate?: string;
|
|
3305
|
-
siteId: string;
|
|
3306
|
-
tenantId: string;
|
|
3307
|
-
authorId: string;
|
|
3308
|
-
image?: string;
|
|
3309
|
-
settings?: string;
|
|
3310
|
-
deletedAt?: string;
|
|
3311
|
-
parentPostId?: string;
|
|
3312
|
-
releaseId?: string;
|
|
3313
|
-
releaseURL?: string;
|
|
3314
|
-
lastMessageId?: string;
|
|
3315
|
-
error?: string;
|
|
3316
|
-
}, [Pick<Options<BlogPostsCreateData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2809
|
+
queryFn?: import("@tanstack/query-core").QueryFunction<import("..").BlogPost, [Pick<Options<BlogPostsCreateData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3317
2810
|
_id: string;
|
|
3318
2811
|
_infinite?: boolean;
|
|
3319
2812
|
}], never> | undefined;
|
|
@@ -3322,29 +2815,7 @@ export declare const blogPostsCreateOptions: (options?: Options<BlogPostsCreateD
|
|
|
3322
2815
|
_id: string;
|
|
3323
2816
|
_infinite?: boolean;
|
|
3324
2817
|
}] & {
|
|
3325
|
-
[dataTagSymbol]:
|
|
3326
|
-
id: string;
|
|
3327
|
-
createdAt: string;
|
|
3328
|
-
updatedAt: string;
|
|
3329
|
-
title?: string;
|
|
3330
|
-
content: string;
|
|
3331
|
-
description?: string;
|
|
3332
|
-
slug: string;
|
|
3333
|
-
status: string;
|
|
3334
|
-
state: string;
|
|
3335
|
-
publishDate?: string;
|
|
3336
|
-
siteId: string;
|
|
3337
|
-
tenantId: string;
|
|
3338
|
-
authorId: string;
|
|
3339
|
-
image?: string;
|
|
3340
|
-
settings?: string;
|
|
3341
|
-
deletedAt?: string;
|
|
3342
|
-
parentPostId?: string;
|
|
3343
|
-
releaseId?: string;
|
|
3344
|
-
releaseURL?: string;
|
|
3345
|
-
lastMessageId?: string;
|
|
3346
|
-
error?: string;
|
|
3347
|
-
};
|
|
2818
|
+
[dataTagSymbol]: import("..").BlogPost;
|
|
3348
2819
|
[dataTagErrorSymbol]: Error;
|
|
3349
2820
|
};
|
|
3350
2821
|
};
|
|
@@ -3354,77 +2825,11 @@ export declare const blogPostsGetByIdQueryKey: (options: Options<BlogPostsGetByI
|
|
|
3354
2825
|
_id: string;
|
|
3355
2826
|
_infinite?: boolean;
|
|
3356
2827
|
}];
|
|
3357
|
-
export declare const blogPostsGetByIdOptions: (options: Options<BlogPostsGetByIdData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
3358
|
-
id: string;
|
|
3359
|
-
createdAt: string;
|
|
3360
|
-
updatedAt: string;
|
|
3361
|
-
title?: string;
|
|
3362
|
-
content: string;
|
|
3363
|
-
description?: string;
|
|
3364
|
-
slug: string;
|
|
3365
|
-
status: string;
|
|
3366
|
-
state: string;
|
|
3367
|
-
publishDate?: string;
|
|
3368
|
-
siteId: string;
|
|
3369
|
-
tenantId: string;
|
|
3370
|
-
authorId: string;
|
|
3371
|
-
image?: string;
|
|
3372
|
-
settings?: string;
|
|
3373
|
-
deletedAt?: string;
|
|
3374
|
-
parentPostId?: string;
|
|
3375
|
-
releaseId?: string;
|
|
3376
|
-
releaseURL?: string;
|
|
3377
|
-
lastMessageId?: string;
|
|
3378
|
-
error?: string;
|
|
3379
|
-
}, Error, {
|
|
3380
|
-
id: string;
|
|
3381
|
-
createdAt: string;
|
|
3382
|
-
updatedAt: string;
|
|
3383
|
-
title?: string;
|
|
3384
|
-
content: string;
|
|
3385
|
-
description?: string;
|
|
3386
|
-
slug: string;
|
|
3387
|
-
status: string;
|
|
3388
|
-
state: string;
|
|
3389
|
-
publishDate?: string;
|
|
3390
|
-
siteId: string;
|
|
3391
|
-
tenantId: string;
|
|
3392
|
-
authorId: string;
|
|
3393
|
-
image?: string;
|
|
3394
|
-
settings?: string;
|
|
3395
|
-
deletedAt?: string;
|
|
3396
|
-
parentPostId?: string;
|
|
3397
|
-
releaseId?: string;
|
|
3398
|
-
releaseURL?: string;
|
|
3399
|
-
lastMessageId?: string;
|
|
3400
|
-
error?: string;
|
|
3401
|
-
}, [Pick<Options<BlogPostsGetByIdData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2828
|
+
export declare const blogPostsGetByIdOptions: (options: Options<BlogPostsGetByIdData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").BlogPost, Error, import("..").BlogPost, [Pick<Options<BlogPostsGetByIdData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3402
2829
|
_id: string;
|
|
3403
2830
|
_infinite?: boolean;
|
|
3404
2831
|
}]>, "queryFn"> & {
|
|
3405
|
-
queryFn?: import("@tanstack/query-core").QueryFunction<{
|
|
3406
|
-
id: string;
|
|
3407
|
-
createdAt: string;
|
|
3408
|
-
updatedAt: string;
|
|
3409
|
-
title?: string;
|
|
3410
|
-
content: string;
|
|
3411
|
-
description?: string;
|
|
3412
|
-
slug: string;
|
|
3413
|
-
status: string;
|
|
3414
|
-
state: string;
|
|
3415
|
-
publishDate?: string;
|
|
3416
|
-
siteId: string;
|
|
3417
|
-
tenantId: string;
|
|
3418
|
-
authorId: string;
|
|
3419
|
-
image?: string;
|
|
3420
|
-
settings?: string;
|
|
3421
|
-
deletedAt?: string;
|
|
3422
|
-
parentPostId?: string;
|
|
3423
|
-
releaseId?: string;
|
|
3424
|
-
releaseURL?: string;
|
|
3425
|
-
lastMessageId?: string;
|
|
3426
|
-
error?: string;
|
|
3427
|
-
}, [Pick<Options<BlogPostsGetByIdData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2832
|
+
queryFn?: import("@tanstack/query-core").QueryFunction<import("..").BlogPost, [Pick<Options<BlogPostsGetByIdData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3428
2833
|
_id: string;
|
|
3429
2834
|
_infinite?: boolean;
|
|
3430
2835
|
}], never> | undefined;
|
|
@@ -3433,29 +2838,7 @@ export declare const blogPostsGetByIdOptions: (options: Options<BlogPostsGetById
|
|
|
3433
2838
|
_id: string;
|
|
3434
2839
|
_infinite?: boolean;
|
|
3435
2840
|
}] & {
|
|
3436
|
-
[dataTagSymbol]:
|
|
3437
|
-
id: string;
|
|
3438
|
-
createdAt: string;
|
|
3439
|
-
updatedAt: string;
|
|
3440
|
-
title?: string;
|
|
3441
|
-
content: string;
|
|
3442
|
-
description?: string;
|
|
3443
|
-
slug: string;
|
|
3444
|
-
status: string;
|
|
3445
|
-
state: string;
|
|
3446
|
-
publishDate?: string;
|
|
3447
|
-
siteId: string;
|
|
3448
|
-
tenantId: string;
|
|
3449
|
-
authorId: string;
|
|
3450
|
-
image?: string;
|
|
3451
|
-
settings?: string;
|
|
3452
|
-
deletedAt?: string;
|
|
3453
|
-
parentPostId?: string;
|
|
3454
|
-
releaseId?: string;
|
|
3455
|
-
releaseURL?: string;
|
|
3456
|
-
lastMessageId?: string;
|
|
3457
|
-
error?: string;
|
|
3458
|
-
};
|
|
2841
|
+
[dataTagSymbol]: import("..").BlogPost;
|
|
3459
2842
|
[dataTagErrorSymbol]: Error;
|
|
3460
2843
|
};
|
|
3461
2844
|
};
|
|
@@ -3464,77 +2847,11 @@ export declare const blogPostsGetBySlugQueryKey: (options: Options<BlogPostsGetB
|
|
|
3464
2847
|
_id: string;
|
|
3465
2848
|
_infinite?: boolean;
|
|
3466
2849
|
}];
|
|
3467
|
-
export declare const blogPostsGetBySlugOptions: (options: Options<BlogPostsGetBySlugData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
3468
|
-
id: string;
|
|
3469
|
-
createdAt: string;
|
|
3470
|
-
updatedAt: string;
|
|
3471
|
-
title?: string;
|
|
3472
|
-
content: string;
|
|
3473
|
-
description?: string;
|
|
3474
|
-
slug: string;
|
|
3475
|
-
status: string;
|
|
3476
|
-
state: string;
|
|
3477
|
-
publishDate?: string;
|
|
3478
|
-
siteId: string;
|
|
3479
|
-
tenantId: string;
|
|
3480
|
-
authorId: string;
|
|
3481
|
-
image?: string;
|
|
3482
|
-
settings?: string;
|
|
3483
|
-
deletedAt?: string;
|
|
3484
|
-
parentPostId?: string;
|
|
3485
|
-
releaseId?: string;
|
|
3486
|
-
releaseURL?: string;
|
|
3487
|
-
lastMessageId?: string;
|
|
3488
|
-
error?: string;
|
|
3489
|
-
}, Error, {
|
|
3490
|
-
id: string;
|
|
3491
|
-
createdAt: string;
|
|
3492
|
-
updatedAt: string;
|
|
3493
|
-
title?: string;
|
|
3494
|
-
content: string;
|
|
3495
|
-
description?: string;
|
|
3496
|
-
slug: string;
|
|
3497
|
-
status: string;
|
|
3498
|
-
state: string;
|
|
3499
|
-
publishDate?: string;
|
|
3500
|
-
siteId: string;
|
|
3501
|
-
tenantId: string;
|
|
3502
|
-
authorId: string;
|
|
3503
|
-
image?: string;
|
|
3504
|
-
settings?: string;
|
|
3505
|
-
deletedAt?: string;
|
|
3506
|
-
parentPostId?: string;
|
|
3507
|
-
releaseId?: string;
|
|
3508
|
-
releaseURL?: string;
|
|
3509
|
-
lastMessageId?: string;
|
|
3510
|
-
error?: string;
|
|
3511
|
-
}, [Pick<Options<BlogPostsGetBySlugData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2850
|
+
export declare const blogPostsGetBySlugOptions: (options: Options<BlogPostsGetBySlugData>) => import("@tanstack/query-core").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").BlogPost, Error, import("..").BlogPost, [Pick<Options<BlogPostsGetBySlugData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3512
2851
|
_id: string;
|
|
3513
2852
|
_infinite?: boolean;
|
|
3514
2853
|
}]>, "queryFn"> & {
|
|
3515
|
-
queryFn?: import("@tanstack/query-core").QueryFunction<{
|
|
3516
|
-
id: string;
|
|
3517
|
-
createdAt: string;
|
|
3518
|
-
updatedAt: string;
|
|
3519
|
-
title?: string;
|
|
3520
|
-
content: string;
|
|
3521
|
-
description?: string;
|
|
3522
|
-
slug: string;
|
|
3523
|
-
status: string;
|
|
3524
|
-
state: string;
|
|
3525
|
-
publishDate?: string;
|
|
3526
|
-
siteId: string;
|
|
3527
|
-
tenantId: string;
|
|
3528
|
-
authorId: string;
|
|
3529
|
-
image?: string;
|
|
3530
|
-
settings?: string;
|
|
3531
|
-
deletedAt?: string;
|
|
3532
|
-
parentPostId?: string;
|
|
3533
|
-
releaseId?: string;
|
|
3534
|
-
releaseURL?: string;
|
|
3535
|
-
lastMessageId?: string;
|
|
3536
|
-
error?: string;
|
|
3537
|
-
}, [Pick<Options<BlogPostsGetBySlugData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2854
|
+
queryFn?: import("@tanstack/query-core").QueryFunction<import("..").BlogPost, [Pick<Options<BlogPostsGetBySlugData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
3538
2855
|
_id: string;
|
|
3539
2856
|
_infinite?: boolean;
|
|
3540
2857
|
}], never> | undefined;
|
|
@@ -3543,29 +2860,7 @@ export declare const blogPostsGetBySlugOptions: (options: Options<BlogPostsGetBy
|
|
|
3543
2860
|
_id: string;
|
|
3544
2861
|
_infinite?: boolean;
|
|
3545
2862
|
}] & {
|
|
3546
|
-
[dataTagSymbol]:
|
|
3547
|
-
id: string;
|
|
3548
|
-
createdAt: string;
|
|
3549
|
-
updatedAt: string;
|
|
3550
|
-
title?: string;
|
|
3551
|
-
content: string;
|
|
3552
|
-
description?: string;
|
|
3553
|
-
slug: string;
|
|
3554
|
-
status: string;
|
|
3555
|
-
state: string;
|
|
3556
|
-
publishDate?: string;
|
|
3557
|
-
siteId: string;
|
|
3558
|
-
tenantId: string;
|
|
3559
|
-
authorId: string;
|
|
3560
|
-
image?: string;
|
|
3561
|
-
settings?: string;
|
|
3562
|
-
deletedAt?: string;
|
|
3563
|
-
parentPostId?: string;
|
|
3564
|
-
releaseId?: string;
|
|
3565
|
-
releaseURL?: string;
|
|
3566
|
-
lastMessageId?: string;
|
|
3567
|
-
error?: string;
|
|
3568
|
-
};
|
|
2863
|
+
[dataTagSymbol]: import("..").BlogPost;
|
|
3569
2864
|
[dataTagErrorSymbol]: Error;
|
|
3570
2865
|
};
|
|
3571
2866
|
};
|