@matchi/api 0.20260821.1 → 0.20260821.4
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/main/index.d.mts +174 -4
- package/dist/main/index.d.ts +174 -4
- package/dist/main/index.js +26 -26
- package/dist/main/index.mjs +26 -26
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -3227,8 +3227,10 @@ declare class PlaySessionServiceV1Service {
|
|
|
3227
3227
|
/**
|
|
3228
3228
|
* Unlock a court position, opening it to joiners again (booking owner only)
|
|
3229
3229
|
* Releases a lock placed with the lock endpoint. Unlocking a spot that is not locked changes nothing and
|
|
3230
|
-
* succeeds. Releasing a lock lowers the session's `lockedSlots` count by one
|
|
3231
|
-
* that
|
|
3230
|
+
* succeeds. Releasing a lock lowers the session's `lockedSlots` count by one only when the count holds nothing
|
|
3231
|
+
* beyond the locked spots themselves; a count that reserves more than it names keeps its size, so the released
|
|
3232
|
+
* spot goes back to being held back without naming a spot. The count never falls below the spots that remain
|
|
3233
|
+
* locked.
|
|
3232
3234
|
*
|
|
3233
3235
|
* @param sessionId Play Session ID
|
|
3234
3236
|
* @param teamId The team id, as served in the play session's `teams`
|
|
@@ -6193,6 +6195,83 @@ type GetMatchUserPriceResponses = {
|
|
|
6193
6195
|
200: MatchUserPrice;
|
|
6194
6196
|
};
|
|
6195
6197
|
type GetMatchUserPriceResponse = GetMatchUserPriceResponses[keyof GetMatchUserPriceResponses];
|
|
6198
|
+
type GetMatchTeamsData = {
|
|
6199
|
+
body?: never;
|
|
6200
|
+
path: {
|
|
6201
|
+
matchId: string;
|
|
6202
|
+
};
|
|
6203
|
+
query?: never;
|
|
6204
|
+
url: '/matches/{matchId}/teams';
|
|
6205
|
+
};
|
|
6206
|
+
type GetMatchTeamsErrors = {
|
|
6207
|
+
/**
|
|
6208
|
+
* Access token is not set or invalid.
|
|
6209
|
+
*/
|
|
6210
|
+
401: PkgOpenapiSharedProblemDetails$1;
|
|
6211
|
+
/**
|
|
6212
|
+
* The requested resource was not found.
|
|
6213
|
+
*/
|
|
6214
|
+
404: PkgOpenapiSharedProblemDetails$1;
|
|
6215
|
+
/**
|
|
6216
|
+
* The server encountered an unexpected error
|
|
6217
|
+
*/
|
|
6218
|
+
500: PkgOpenapiSharedProblemDetails$1;
|
|
6219
|
+
};
|
|
6220
|
+
type GetMatchTeamsError = GetMatchTeamsErrors[keyof GetMatchTeamsErrors];
|
|
6221
|
+
type GetMatchTeamsResponses = {
|
|
6222
|
+
/**
|
|
6223
|
+
* The current team layout.
|
|
6224
|
+
*/
|
|
6225
|
+
200: MatchTeamsResponse;
|
|
6226
|
+
};
|
|
6227
|
+
type GetMatchTeamsResponse = GetMatchTeamsResponses[keyof GetMatchTeamsResponses];
|
|
6228
|
+
type RearrangeMatchTeamsData = {
|
|
6229
|
+
body: RearrangeMatchTeamsRequest;
|
|
6230
|
+
path: {
|
|
6231
|
+
matchId: string;
|
|
6232
|
+
};
|
|
6233
|
+
query?: never;
|
|
6234
|
+
url: '/matches/{matchId}/teams';
|
|
6235
|
+
};
|
|
6236
|
+
type RearrangeMatchTeamsErrors = {
|
|
6237
|
+
/**
|
|
6238
|
+
* The request was malformed or could not be processed.
|
|
6239
|
+
*/
|
|
6240
|
+
400: PkgOpenapiSharedProblemDetails$1;
|
|
6241
|
+
/**
|
|
6242
|
+
* Access token is not set or invalid.
|
|
6243
|
+
*/
|
|
6244
|
+
401: PkgOpenapiSharedProblemDetails$1;
|
|
6245
|
+
/**
|
|
6246
|
+
* The requestor is not authorized to perform this operation on the resource.
|
|
6247
|
+
*/
|
|
6248
|
+
403: PkgOpenapiSharedProblemDetails$1;
|
|
6249
|
+
/**
|
|
6250
|
+
* The requested resource was not found.
|
|
6251
|
+
*/
|
|
6252
|
+
404: PkgOpenapiSharedProblemDetails$1;
|
|
6253
|
+
/**
|
|
6254
|
+
* Stale client layout. The body's `code` distinguishes the cause:
|
|
6255
|
+
* SPOT_OCCUPIED — a target spot is held by a player that no move
|
|
6256
|
+
* relocates; CONFLICT — a source spot is empty. Refresh via GET on
|
|
6257
|
+
* this resource and retry.
|
|
6258
|
+
*
|
|
6259
|
+
*/
|
|
6260
|
+
409: ConflictDetails;
|
|
6261
|
+
/**
|
|
6262
|
+
* The server encountered an unexpected error
|
|
6263
|
+
*/
|
|
6264
|
+
500: PkgOpenapiSharedProblemDetails$1;
|
|
6265
|
+
};
|
|
6266
|
+
type RearrangeMatchTeamsError = RearrangeMatchTeamsErrors[keyof RearrangeMatchTeamsErrors];
|
|
6267
|
+
type RearrangeMatchTeamsResponses = {
|
|
6268
|
+
/**
|
|
6269
|
+
* Moves applied. Returns the updated teams structure (same shape as GET), so clients can re-render without a refetch.
|
|
6270
|
+
*
|
|
6271
|
+
*/
|
|
6272
|
+
200: MatchTeamsResponse;
|
|
6273
|
+
};
|
|
6274
|
+
type RearrangeMatchTeamsResponse = RearrangeMatchTeamsResponses[keyof RearrangeMatchTeamsResponses];
|
|
6196
6275
|
type GetNotificationsData$1 = {
|
|
6197
6276
|
body?: never;
|
|
6198
6277
|
path?: never;
|
|
@@ -9684,6 +9763,32 @@ declare const deleteMatchParticipation: <ThrowOnError extends boolean = false>(o
|
|
|
9684
9763
|
* Get personalized pricing for a match. The path userId must match the authenticated user.
|
|
9685
9764
|
*/
|
|
9686
9765
|
declare const getMatchUserPrice: <ThrowOnError extends boolean = false>(options: Options$2<GetMatchUserPriceData, ThrowOnError>) => RequestResult$1<GetMatchUserPriceResponses, GetMatchUserPriceErrors, ThrowOnError, "fields">;
|
|
9766
|
+
/**
|
|
9767
|
+
* Get the match's team layout
|
|
9768
|
+
*
|
|
9769
|
+
* The teams structure on its own — the same viewer-scoped shape as the
|
|
9770
|
+
* `teams` block embedded in the match detail. Intended as the
|
|
9771
|
+
* lightweight refresh read after a rearrange conflict (409 → GET →
|
|
9772
|
+
* retry). Proxies the webapp's teams resource.
|
|
9773
|
+
*
|
|
9774
|
+
*/
|
|
9775
|
+
declare const getMatchTeams: <ThrowOnError extends boolean = false>(options: Options$2<GetMatchTeamsData, ThrowOnError>) => RequestResult$1<GetMatchTeamsResponses, GetMatchTeamsErrors, ThrowOnError, "fields">;
|
|
9776
|
+
/**
|
|
9777
|
+
* Rearrange the team layout (atomic batch of spot-to-spot moves)
|
|
9778
|
+
*
|
|
9779
|
+
* Applies a batch of spot-to-spot moves atomically. No player identity
|
|
9780
|
+
* in the payload — each move relocates whoever occupies its `from`
|
|
9781
|
+
* spot at apply time, resolved by the webapp under the match lock.
|
|
9782
|
+
* Validation is against the END STATE only (order-insensitive), so a
|
|
9783
|
+
* full 2v2 swap works in one request.
|
|
9784
|
+
*
|
|
9785
|
+
* On 409 the layout changed under the client (or a source spot was
|
|
9786
|
+
* empty): refresh via GET on this resource and retry. Atomicity and
|
|
9787
|
+
* authorization (any participant of the match, or a venue admin) are
|
|
9788
|
+
* owned by the webapp; this proxy adds no semantics.
|
|
9789
|
+
*
|
|
9790
|
+
*/
|
|
9791
|
+
declare const rearrangeMatchTeams: <ThrowOnError extends boolean = false>(options: Options$2<RearrangeMatchTeamsData, ThrowOnError>) => RequestResult$1<RearrangeMatchTeamsResponses, RearrangeMatchTeamsErrors, ThrowOnError, "fields">;
|
|
9687
9792
|
/**
|
|
9688
9793
|
* Get all notifications
|
|
9689
9794
|
*
|
|
@@ -10510,6 +10615,56 @@ declare const getMatchUserPriceOptions: (options: Options$2<GetMatchUserPriceDat
|
|
|
10510
10615
|
[dataTagErrorSymbol]: PkgOpenapiSharedProblemDetails$1;
|
|
10511
10616
|
};
|
|
10512
10617
|
};
|
|
10618
|
+
declare const getMatchTeamsQueryKey: (options: Options$2<GetMatchTeamsData>) => [Pick<Options$2<GetMatchTeamsData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
10619
|
+
_id: string;
|
|
10620
|
+
_infinite?: boolean;
|
|
10621
|
+
tags?: ReadonlyArray<string>;
|
|
10622
|
+
}];
|
|
10623
|
+
/**
|
|
10624
|
+
* Get the match's team layout
|
|
10625
|
+
*
|
|
10626
|
+
* The teams structure on its own — the same viewer-scoped shape as the
|
|
10627
|
+
* `teams` block embedded in the match detail. Intended as the
|
|
10628
|
+
* lightweight refresh read after a rearrange conflict (409 → GET →
|
|
10629
|
+
* retry). Proxies the webapp's teams resource.
|
|
10630
|
+
*
|
|
10631
|
+
*/
|
|
10632
|
+
declare const getMatchTeamsOptions: (options: Options$2<GetMatchTeamsData>) => _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<MatchTeamsResponse, PkgOpenapiSharedProblemDetails$1, MatchTeamsResponse, [Pick<Options$2<GetMatchTeamsData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
10633
|
+
_id: string;
|
|
10634
|
+
_infinite?: boolean;
|
|
10635
|
+
tags?: ReadonlyArray<string>;
|
|
10636
|
+
}]>, "queryFn"> & {
|
|
10637
|
+
queryFn?: _tanstack_react_query.QueryFunction<MatchTeamsResponse, [Pick<Options$2<GetMatchTeamsData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
10638
|
+
_id: string;
|
|
10639
|
+
_infinite?: boolean;
|
|
10640
|
+
tags?: ReadonlyArray<string>;
|
|
10641
|
+
}], never> | undefined;
|
|
10642
|
+
} & {
|
|
10643
|
+
queryKey: [Pick<Options$2<GetMatchTeamsData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
10644
|
+
_id: string;
|
|
10645
|
+
_infinite?: boolean;
|
|
10646
|
+
tags?: ReadonlyArray<string>;
|
|
10647
|
+
}] & {
|
|
10648
|
+
[dataTagSymbol]: MatchTeamsResponse;
|
|
10649
|
+
[dataTagErrorSymbol]: PkgOpenapiSharedProblemDetails$1;
|
|
10650
|
+
};
|
|
10651
|
+
};
|
|
10652
|
+
/**
|
|
10653
|
+
* Rearrange the team layout (atomic batch of spot-to-spot moves)
|
|
10654
|
+
*
|
|
10655
|
+
* Applies a batch of spot-to-spot moves atomically. No player identity
|
|
10656
|
+
* in the payload — each move relocates whoever occupies its `from`
|
|
10657
|
+
* spot at apply time, resolved by the webapp under the match lock.
|
|
10658
|
+
* Validation is against the END STATE only (order-insensitive), so a
|
|
10659
|
+
* full 2v2 swap works in one request.
|
|
10660
|
+
*
|
|
10661
|
+
* On 409 the layout changed under the client (or a source spot was
|
|
10662
|
+
* empty): refresh via GET on this resource and retry. Atomicity and
|
|
10663
|
+
* authorization (any participant of the match, or a venue admin) are
|
|
10664
|
+
* owned by the webapp; this proxy adds no semantics.
|
|
10665
|
+
*
|
|
10666
|
+
*/
|
|
10667
|
+
declare const rearrangeMatchTeamsMutation: (options?: Partial<Options$2<RearrangeMatchTeamsData>>) => UseMutationOptions<RearrangeMatchTeamsResponse, RearrangeMatchTeamsError, Options$2<RearrangeMatchTeamsData>>;
|
|
10513
10668
|
declare const getNotificationsQueryKey$1: (options?: Options$2<GetNotificationsData$1>) => [Pick<Options$2<GetNotificationsData$1>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
10514
10669
|
_id: string;
|
|
10515
10670
|
_infinite?: boolean;
|
|
@@ -10969,6 +11124,8 @@ declare const reactQuery_gen$1_getFacilityOptions: typeof getFacilityOptions;
|
|
|
10969
11124
|
declare const reactQuery_gen$1_getFacilityQueryKey: typeof getFacilityQueryKey;
|
|
10970
11125
|
declare const reactQuery_gen$1_getMatchOptions: typeof getMatchOptions;
|
|
10971
11126
|
declare const reactQuery_gen$1_getMatchQueryKey: typeof getMatchQueryKey;
|
|
11127
|
+
declare const reactQuery_gen$1_getMatchTeamsOptions: typeof getMatchTeamsOptions;
|
|
11128
|
+
declare const reactQuery_gen$1_getMatchTeamsQueryKey: typeof getMatchTeamsQueryKey;
|
|
10972
11129
|
declare const reactQuery_gen$1_getMatchUserPriceOptions: typeof getMatchUserPriceOptions;
|
|
10973
11130
|
declare const reactQuery_gen$1_getMatchUserPriceQueryKey: typeof getMatchUserPriceQueryKey;
|
|
10974
11131
|
declare const reactQuery_gen$1_getPostOptions: typeof getPostOptions;
|
|
@@ -11021,6 +11178,7 @@ declare const reactQuery_gen$1_listPostsOptions: typeof listPostsOptions;
|
|
|
11021
11178
|
declare const reactQuery_gen$1_listPostsQueryKey: typeof listPostsQueryKey;
|
|
11022
11179
|
declare const reactQuery_gen$1_markCommentReadMutation: typeof markCommentReadMutation;
|
|
11023
11180
|
declare const reactQuery_gen$1_markPostReadMutation: typeof markPostReadMutation;
|
|
11181
|
+
declare const reactQuery_gen$1_rearrangeMatchTeamsMutation: typeof rearrangeMatchTeamsMutation;
|
|
11024
11182
|
declare const reactQuery_gen$1_searchUsersInfiniteOptions: typeof searchUsersInfiniteOptions;
|
|
11025
11183
|
declare const reactQuery_gen$1_searchUsersInfiniteQueryKey: typeof searchUsersInfiniteQueryKey;
|
|
11026
11184
|
declare const reactQuery_gen$1_searchUsersOptions: typeof searchUsersOptions;
|
|
@@ -11030,7 +11188,7 @@ declare const reactQuery_gen$1_updateUserSportProfileLevelMutation: typeof updat
|
|
|
11030
11188
|
declare const reactQuery_gen$1_upsertCommentReactionMutation: typeof upsertCommentReactionMutation;
|
|
11031
11189
|
declare const reactQuery_gen$1_upsertPostReactionMutation: typeof upsertPostReactionMutation;
|
|
11032
11190
|
declare namespace reactQuery_gen$1 {
|
|
11033
|
-
export { type QueryKey$1 as QueryKey, reactQuery_gen$1_acceptInvitationMutation as acceptInvitationMutation, reactQuery_gen$1_addUserSportProfileLevelMutation as addUserSportProfileLevelMutation, reactQuery_gen$1_createCommentMutation as createCommentMutation, reactQuery_gen$1_createFacilityOfferOrderMutation as createFacilityOfferOrderMutation, reactQuery_gen$1_createMatchParticipationMutation as createMatchParticipationMutation, reactQuery_gen$1_createPostMutation as createPostMutation, reactQuery_gen$1_createUserSportProfileMutation as createUserSportProfileMutation, reactQuery_gen$1_deleteCommentMutation as deleteCommentMutation, reactQuery_gen$1_deleteCommentReactionMutation as deleteCommentReactionMutation, reactQuery_gen$1_deleteMatchParticipationMutation as deleteMatchParticipationMutation, reactQuery_gen$1_deletePostMutation as deletePostMutation, reactQuery_gen$1_deletePostReactionMutation as deletePostReactionMutation, reactQuery_gen$1_deleteUserSportProfileLevelMutation as deleteUserSportProfileLevelMutation, reactQuery_gen$1_deleteUserSportProfileMutation as deleteUserSportProfileMutation, reactQuery_gen$1_getCommunityOptions as getCommunityOptions, reactQuery_gen$1_getCommunityQueryKey as getCommunityQueryKey, reactQuery_gen$1_getFacilityOptions as getFacilityOptions, reactQuery_gen$1_getFacilityQueryKey as getFacilityQueryKey, reactQuery_gen$1_getMatchOptions as getMatchOptions, reactQuery_gen$1_getMatchQueryKey as getMatchQueryKey, reactQuery_gen$1_getMatchUserPriceOptions as getMatchUserPriceOptions, reactQuery_gen$1_getMatchUserPriceQueryKey as getMatchUserPriceQueryKey, getNotificationByIdOptions$1 as getNotificationByIdOptions, getNotificationByIdQueryKey$1 as getNotificationByIdQueryKey, getNotificationsInfiniteOptions$1 as getNotificationsInfiniteOptions, getNotificationsInfiniteQueryKey$1 as getNotificationsInfiniteQueryKey, getNotificationsOptions$1 as getNotificationsOptions, getNotificationsPreferencesOptions$1 as getNotificationsPreferencesOptions, getNotificationsPreferencesQueryKey$1 as getNotificationsPreferencesQueryKey, getNotificationsQueryKey$1 as getNotificationsQueryKey, reactQuery_gen$1_getPostOptions as getPostOptions, reactQuery_gen$1_getPostQueryKey as getPostQueryKey, reactQuery_gen$1_getRecommendationsInfiniteOptions as getRecommendationsInfiniteOptions, reactQuery_gen$1_getRecommendationsInfiniteQueryKey as getRecommendationsInfiniteQueryKey, reactQuery_gen$1_getRecommendationsOptions as getRecommendationsOptions, reactQuery_gen$1_getRecommendationsQueryKey as getRecommendationsQueryKey, reactQuery_gen$1_getResourceOptions as getResourceOptions, reactQuery_gen$1_getResourceQueryKey as getResourceQueryKey, reactQuery_gen$1_getSportAuthoritiesOptions as getSportAuthoritiesOptions, reactQuery_gen$1_getSportAuthoritiesQueryKey as getSportAuthoritiesQueryKey, reactQuery_gen$1_getUserFacilityPermissionsOptions as getUserFacilityPermissionsOptions, reactQuery_gen$1_getUserFacilityPermissionsQueryKey as getUserFacilityPermissionsQueryKey, reactQuery_gen$1_getUserSportProfileOptions as getUserSportProfileOptions, reactQuery_gen$1_getUserSportProfileQueryKey as getUserSportProfileQueryKey, reactQuery_gen$1_getUserSportProfilesOptions as getUserSportProfilesOptions, reactQuery_gen$1_getUserSportProfilesQueryKey as getUserSportProfilesQueryKey, reactQuery_gen$1_joinCommunityMutation as joinCommunityMutation, reactQuery_gen$1_leaveCommunityMutation as leaveCommunityMutation, reactQuery_gen$1_listCommentsInfiniteOptions as listCommentsInfiniteOptions, reactQuery_gen$1_listCommentsInfiniteQueryKey as listCommentsInfiniteQueryKey, reactQuery_gen$1_listCommentsOptions as listCommentsOptions, reactQuery_gen$1_listCommentsQueryKey as listCommentsQueryKey, reactQuery_gen$1_listCommunitiesInfiniteOptions as listCommunitiesInfiniteOptions, reactQuery_gen$1_listCommunitiesInfiniteQueryKey as listCommunitiesInfiniteQueryKey, reactQuery_gen$1_listCommunitiesOptions as listCommunitiesOptions, reactQuery_gen$1_listCommunitiesQueryKey as listCommunitiesQueryKey, reactQuery_gen$1_listFacilitiesInfiniteOptions as listFacilitiesInfiniteOptions, reactQuery_gen$1_listFacilitiesInfiniteQueryKey as listFacilitiesInfiniteQueryKey, reactQuery_gen$1_listFacilitiesOptions as listFacilitiesOptions, reactQuery_gen$1_listFacilitiesQueryKey as listFacilitiesQueryKey, reactQuery_gen$1_listFacilityOffersInfiniteOptions as listFacilityOffersInfiniteOptions, reactQuery_gen$1_listFacilityOffersInfiniteQueryKey as listFacilityOffersInfiniteQueryKey, reactQuery_gen$1_listFacilityOffersOptions as listFacilityOffersOptions, reactQuery_gen$1_listFacilityOffersQueryKey as listFacilityOffersQueryKey, reactQuery_gen$1_listFacilityResourcesOptions as listFacilityResourcesOptions, reactQuery_gen$1_listFacilityResourcesQueryKey as listFacilityResourcesQueryKey, reactQuery_gen$1_listMatchesInfiniteOptions as listMatchesInfiniteOptions, reactQuery_gen$1_listMatchesInfiniteQueryKey as listMatchesInfiniteQueryKey, reactQuery_gen$1_listMatchesOptions as listMatchesOptions, reactQuery_gen$1_listMatchesQueryKey as listMatchesQueryKey, reactQuery_gen$1_listMembersInfiniteOptions as listMembersInfiniteOptions, reactQuery_gen$1_listMembersInfiniteQueryKey as listMembersInfiniteQueryKey, reactQuery_gen$1_listMembersOptions as listMembersOptions, reactQuery_gen$1_listMembersQueryKey as listMembersQueryKey, reactQuery_gen$1_listPostsInfiniteOptions as listPostsInfiniteOptions, reactQuery_gen$1_listPostsInfiniteQueryKey as listPostsInfiniteQueryKey, reactQuery_gen$1_listPostsOptions as listPostsOptions, reactQuery_gen$1_listPostsQueryKey as listPostsQueryKey, reactQuery_gen$1_markCommentReadMutation as markCommentReadMutation, reactQuery_gen$1_markPostReadMutation as markPostReadMutation, registerDeviceMutation$1 as registerDeviceMutation, reactQuery_gen$1_searchUsersInfiniteOptions as searchUsersInfiniteOptions, reactQuery_gen$1_searchUsersInfiniteQueryKey as searchUsersInfiniteQueryKey, reactQuery_gen$1_searchUsersOptions as searchUsersOptions, reactQuery_gen$1_searchUsersQueryKey as searchUsersQueryKey, updateAllNotificationsMutation$1 as updateAllNotificationsMutation, updateNotificationMutation$1 as updateNotificationMutation, updateNotificationsPreferencesMutation$1 as updateNotificationsPreferencesMutation, reactQuery_gen$1_updateUserProfileMutation as updateUserProfileMutation, reactQuery_gen$1_updateUserSportProfileLevelMutation as updateUserSportProfileLevelMutation, reactQuery_gen$1_upsertCommentReactionMutation as upsertCommentReactionMutation, reactQuery_gen$1_upsertPostReactionMutation as upsertPostReactionMutation };
|
|
11191
|
+
export { type QueryKey$1 as QueryKey, reactQuery_gen$1_acceptInvitationMutation as acceptInvitationMutation, reactQuery_gen$1_addUserSportProfileLevelMutation as addUserSportProfileLevelMutation, reactQuery_gen$1_createCommentMutation as createCommentMutation, reactQuery_gen$1_createFacilityOfferOrderMutation as createFacilityOfferOrderMutation, reactQuery_gen$1_createMatchParticipationMutation as createMatchParticipationMutation, reactQuery_gen$1_createPostMutation as createPostMutation, reactQuery_gen$1_createUserSportProfileMutation as createUserSportProfileMutation, reactQuery_gen$1_deleteCommentMutation as deleteCommentMutation, reactQuery_gen$1_deleteCommentReactionMutation as deleteCommentReactionMutation, reactQuery_gen$1_deleteMatchParticipationMutation as deleteMatchParticipationMutation, reactQuery_gen$1_deletePostMutation as deletePostMutation, reactQuery_gen$1_deletePostReactionMutation as deletePostReactionMutation, reactQuery_gen$1_deleteUserSportProfileLevelMutation as deleteUserSportProfileLevelMutation, reactQuery_gen$1_deleteUserSportProfileMutation as deleteUserSportProfileMutation, reactQuery_gen$1_getCommunityOptions as getCommunityOptions, reactQuery_gen$1_getCommunityQueryKey as getCommunityQueryKey, reactQuery_gen$1_getFacilityOptions as getFacilityOptions, reactQuery_gen$1_getFacilityQueryKey as getFacilityQueryKey, reactQuery_gen$1_getMatchOptions as getMatchOptions, reactQuery_gen$1_getMatchQueryKey as getMatchQueryKey, reactQuery_gen$1_getMatchTeamsOptions as getMatchTeamsOptions, reactQuery_gen$1_getMatchTeamsQueryKey as getMatchTeamsQueryKey, reactQuery_gen$1_getMatchUserPriceOptions as getMatchUserPriceOptions, reactQuery_gen$1_getMatchUserPriceQueryKey as getMatchUserPriceQueryKey, getNotificationByIdOptions$1 as getNotificationByIdOptions, getNotificationByIdQueryKey$1 as getNotificationByIdQueryKey, getNotificationsInfiniteOptions$1 as getNotificationsInfiniteOptions, getNotificationsInfiniteQueryKey$1 as getNotificationsInfiniteQueryKey, getNotificationsOptions$1 as getNotificationsOptions, getNotificationsPreferencesOptions$1 as getNotificationsPreferencesOptions, getNotificationsPreferencesQueryKey$1 as getNotificationsPreferencesQueryKey, getNotificationsQueryKey$1 as getNotificationsQueryKey, reactQuery_gen$1_getPostOptions as getPostOptions, reactQuery_gen$1_getPostQueryKey as getPostQueryKey, reactQuery_gen$1_getRecommendationsInfiniteOptions as getRecommendationsInfiniteOptions, reactQuery_gen$1_getRecommendationsInfiniteQueryKey as getRecommendationsInfiniteQueryKey, reactQuery_gen$1_getRecommendationsOptions as getRecommendationsOptions, reactQuery_gen$1_getRecommendationsQueryKey as getRecommendationsQueryKey, reactQuery_gen$1_getResourceOptions as getResourceOptions, reactQuery_gen$1_getResourceQueryKey as getResourceQueryKey, reactQuery_gen$1_getSportAuthoritiesOptions as getSportAuthoritiesOptions, reactQuery_gen$1_getSportAuthoritiesQueryKey as getSportAuthoritiesQueryKey, reactQuery_gen$1_getUserFacilityPermissionsOptions as getUserFacilityPermissionsOptions, reactQuery_gen$1_getUserFacilityPermissionsQueryKey as getUserFacilityPermissionsQueryKey, reactQuery_gen$1_getUserSportProfileOptions as getUserSportProfileOptions, reactQuery_gen$1_getUserSportProfileQueryKey as getUserSportProfileQueryKey, reactQuery_gen$1_getUserSportProfilesOptions as getUserSportProfilesOptions, reactQuery_gen$1_getUserSportProfilesQueryKey as getUserSportProfilesQueryKey, reactQuery_gen$1_joinCommunityMutation as joinCommunityMutation, reactQuery_gen$1_leaveCommunityMutation as leaveCommunityMutation, reactQuery_gen$1_listCommentsInfiniteOptions as listCommentsInfiniteOptions, reactQuery_gen$1_listCommentsInfiniteQueryKey as listCommentsInfiniteQueryKey, reactQuery_gen$1_listCommentsOptions as listCommentsOptions, reactQuery_gen$1_listCommentsQueryKey as listCommentsQueryKey, reactQuery_gen$1_listCommunitiesInfiniteOptions as listCommunitiesInfiniteOptions, reactQuery_gen$1_listCommunitiesInfiniteQueryKey as listCommunitiesInfiniteQueryKey, reactQuery_gen$1_listCommunitiesOptions as listCommunitiesOptions, reactQuery_gen$1_listCommunitiesQueryKey as listCommunitiesQueryKey, reactQuery_gen$1_listFacilitiesInfiniteOptions as listFacilitiesInfiniteOptions, reactQuery_gen$1_listFacilitiesInfiniteQueryKey as listFacilitiesInfiniteQueryKey, reactQuery_gen$1_listFacilitiesOptions as listFacilitiesOptions, reactQuery_gen$1_listFacilitiesQueryKey as listFacilitiesQueryKey, reactQuery_gen$1_listFacilityOffersInfiniteOptions as listFacilityOffersInfiniteOptions, reactQuery_gen$1_listFacilityOffersInfiniteQueryKey as listFacilityOffersInfiniteQueryKey, reactQuery_gen$1_listFacilityOffersOptions as listFacilityOffersOptions, reactQuery_gen$1_listFacilityOffersQueryKey as listFacilityOffersQueryKey, reactQuery_gen$1_listFacilityResourcesOptions as listFacilityResourcesOptions, reactQuery_gen$1_listFacilityResourcesQueryKey as listFacilityResourcesQueryKey, reactQuery_gen$1_listMatchesInfiniteOptions as listMatchesInfiniteOptions, reactQuery_gen$1_listMatchesInfiniteQueryKey as listMatchesInfiniteQueryKey, reactQuery_gen$1_listMatchesOptions as listMatchesOptions, reactQuery_gen$1_listMatchesQueryKey as listMatchesQueryKey, reactQuery_gen$1_listMembersInfiniteOptions as listMembersInfiniteOptions, reactQuery_gen$1_listMembersInfiniteQueryKey as listMembersInfiniteQueryKey, reactQuery_gen$1_listMembersOptions as listMembersOptions, reactQuery_gen$1_listMembersQueryKey as listMembersQueryKey, reactQuery_gen$1_listPostsInfiniteOptions as listPostsInfiniteOptions, reactQuery_gen$1_listPostsInfiniteQueryKey as listPostsInfiniteQueryKey, reactQuery_gen$1_listPostsOptions as listPostsOptions, reactQuery_gen$1_listPostsQueryKey as listPostsQueryKey, reactQuery_gen$1_markCommentReadMutation as markCommentReadMutation, reactQuery_gen$1_markPostReadMutation as markPostReadMutation, reactQuery_gen$1_rearrangeMatchTeamsMutation as rearrangeMatchTeamsMutation, registerDeviceMutation$1 as registerDeviceMutation, reactQuery_gen$1_searchUsersInfiniteOptions as searchUsersInfiniteOptions, reactQuery_gen$1_searchUsersInfiniteQueryKey as searchUsersInfiniteQueryKey, reactQuery_gen$1_searchUsersOptions as searchUsersOptions, reactQuery_gen$1_searchUsersQueryKey as searchUsersQueryKey, updateAllNotificationsMutation$1 as updateAllNotificationsMutation, updateNotificationMutation$1 as updateNotificationMutation, updateNotificationsPreferencesMutation$1 as updateNotificationsPreferencesMutation, reactQuery_gen$1_updateUserProfileMutation as updateUserProfileMutation, reactQuery_gen$1_updateUserSportProfileLevelMutation as updateUserSportProfileLevelMutation, reactQuery_gen$1_upsertCommentReactionMutation as upsertCommentReactionMutation, reactQuery_gen$1_upsertPostReactionMutation as upsertPostReactionMutation };
|
|
11034
11192
|
}
|
|
11035
11193
|
|
|
11036
11194
|
type indexV1_AcceptInvitationData = AcceptInvitationData;
|
|
@@ -11152,6 +11310,11 @@ type indexV1_GetMatchError = GetMatchError;
|
|
|
11152
11310
|
type indexV1_GetMatchErrors = GetMatchErrors;
|
|
11153
11311
|
type indexV1_GetMatchResponse = GetMatchResponse;
|
|
11154
11312
|
type indexV1_GetMatchResponses = GetMatchResponses;
|
|
11313
|
+
type indexV1_GetMatchTeamsData = GetMatchTeamsData;
|
|
11314
|
+
type indexV1_GetMatchTeamsError = GetMatchTeamsError;
|
|
11315
|
+
type indexV1_GetMatchTeamsErrors = GetMatchTeamsErrors;
|
|
11316
|
+
type indexV1_GetMatchTeamsResponse = GetMatchTeamsResponse;
|
|
11317
|
+
type indexV1_GetMatchTeamsResponses = GetMatchTeamsResponses;
|
|
11155
11318
|
type indexV1_GetMatchUserPriceData = GetMatchUserPriceData;
|
|
11156
11319
|
type indexV1_GetMatchUserPriceError = GetMatchUserPriceError;
|
|
11157
11320
|
type indexV1_GetMatchUserPriceErrors = GetMatchUserPriceErrors;
|
|
@@ -11301,7 +11464,12 @@ type indexV1_PublicParticipantSummary = PublicParticipantSummary;
|
|
|
11301
11464
|
type indexV1_ReactionGroup = ReactionGroup;
|
|
11302
11465
|
type indexV1_ReactionRequest = ReactionRequest;
|
|
11303
11466
|
type indexV1_ReactionType = ReactionType;
|
|
11467
|
+
type indexV1_RearrangeMatchTeamsData = RearrangeMatchTeamsData;
|
|
11468
|
+
type indexV1_RearrangeMatchTeamsError = RearrangeMatchTeamsError;
|
|
11469
|
+
type indexV1_RearrangeMatchTeamsErrors = RearrangeMatchTeamsErrors;
|
|
11304
11470
|
type indexV1_RearrangeMatchTeamsRequest = RearrangeMatchTeamsRequest;
|
|
11471
|
+
type indexV1_RearrangeMatchTeamsResponse = RearrangeMatchTeamsResponse;
|
|
11472
|
+
type indexV1_RearrangeMatchTeamsResponses = RearrangeMatchTeamsResponses;
|
|
11305
11473
|
type indexV1_Recommendation = Recommendation;
|
|
11306
11474
|
type indexV1_RecommendationList = RecommendationList;
|
|
11307
11475
|
type indexV1_RefundPolicy = RefundPolicy;
|
|
@@ -11370,6 +11538,7 @@ declare const indexV1_deleteUserSportProfileLevel: typeof deleteUserSportProfile
|
|
|
11370
11538
|
declare const indexV1_getCommunity: typeof getCommunity;
|
|
11371
11539
|
declare const indexV1_getFacility: typeof getFacility;
|
|
11372
11540
|
declare const indexV1_getMatch: typeof getMatch;
|
|
11541
|
+
declare const indexV1_getMatchTeams: typeof getMatchTeams;
|
|
11373
11542
|
declare const indexV1_getMatchUserPrice: typeof getMatchUserPrice;
|
|
11374
11543
|
declare const indexV1_getPost: typeof getPost;
|
|
11375
11544
|
declare const indexV1_getRecommendations: typeof getRecommendations;
|
|
@@ -11390,13 +11559,14 @@ declare const indexV1_listMembers: typeof listMembers;
|
|
|
11390
11559
|
declare const indexV1_listPosts: typeof listPosts;
|
|
11391
11560
|
declare const indexV1_markCommentRead: typeof markCommentRead;
|
|
11392
11561
|
declare const indexV1_markPostRead: typeof markPostRead;
|
|
11562
|
+
declare const indexV1_rearrangeMatchTeams: typeof rearrangeMatchTeams;
|
|
11393
11563
|
declare const indexV1_searchUsers: typeof searchUsers;
|
|
11394
11564
|
declare const indexV1_updateUserProfile: typeof updateUserProfile;
|
|
11395
11565
|
declare const indexV1_updateUserSportProfileLevel: typeof updateUserSportProfileLevel;
|
|
11396
11566
|
declare const indexV1_upsertCommentReaction: typeof upsertCommentReaction;
|
|
11397
11567
|
declare const indexV1_upsertPostReaction: typeof upsertPostReaction;
|
|
11398
11568
|
declare namespace indexV1 {
|
|
11399
|
-
export { type indexV1_AcceptInvitationData as AcceptInvitationData, type indexV1_AcceptInvitationError as AcceptInvitationError, type indexV1_AcceptInvitationErrors as AcceptInvitationErrors, type indexV1_AcceptInvitationResponse as AcceptInvitationResponse, type indexV1_AcceptInvitationResponses as AcceptInvitationResponses, type indexV1_AddUserSportProfileLevelData as AddUserSportProfileLevelData, type indexV1_AddUserSportProfileLevelError as AddUserSportProfileLevelError, type indexV1_AddUserSportProfileLevelErrors as AddUserSportProfileLevelErrors, type indexV1_AddUserSportProfileLevelResponse as AddUserSportProfileLevelResponse, type indexV1_AddUserSportProfileLevelResponses as AddUserSportProfileLevelResponses, type indexV1_Address as Address, type indexV1_Author as Author, type indexV1_AuthoritySlug as AuthoritySlug, type Channels$1 as Channels, type ClientOptions$2 as ClientOptions, type indexV1_Comment as Comment, type indexV1_CommentIdParam as CommentIdParam, type indexV1_CommentListResponse as CommentListResponse, type indexV1_CommunityIdParam as CommunityIdParam, type indexV1_CommunityItem as CommunityItem, type indexV1_CommunityListResponse as CommunityListResponse, type indexV1_ConflictDetails as ConflictDetails, type indexV1_CreateCommentData as CreateCommentData, type indexV1_CreateCommentError as CreateCommentError, type indexV1_CreateCommentErrors as CreateCommentErrors, type indexV1_CreateCommentRequest as CreateCommentRequest, type indexV1_CreateCommentResponse as CreateCommentResponse, type indexV1_CreateCommentResponses as CreateCommentResponses, type indexV1_CreateFacilityOfferOrderData as CreateFacilityOfferOrderData, type indexV1_CreateFacilityOfferOrderError as CreateFacilityOfferOrderError, type indexV1_CreateFacilityOfferOrderErrors as CreateFacilityOfferOrderErrors, type indexV1_CreateFacilityOfferOrderResponse as CreateFacilityOfferOrderResponse, type indexV1_CreateFacilityOfferOrderResponses as CreateFacilityOfferOrderResponses, type indexV1_CreateMatchParticipationData as CreateMatchParticipationData, type indexV1_CreateMatchParticipationError as CreateMatchParticipationError, type indexV1_CreateMatchParticipationErrors as CreateMatchParticipationErrors, type indexV1_CreateMatchParticipationRequest as CreateMatchParticipationRequest, type indexV1_CreateMatchParticipationResponse as CreateMatchParticipationResponse, type indexV1_CreateMatchParticipationResponses as CreateMatchParticipationResponses, type indexV1_CreatePostData as CreatePostData, type indexV1_CreatePostError as CreatePostError, type indexV1_CreatePostErrors as CreatePostErrors, type indexV1_CreatePostRequest as CreatePostRequest, type indexV1_CreatePostResponse as CreatePostResponse, type indexV1_CreatePostResponses as CreatePostResponses, type indexV1_CreateSportProfileLevelRequest as CreateSportProfileLevelRequest, type indexV1_CreateSportProfileRequest as CreateSportProfileRequest, type indexV1_CreateUserSportProfileData as CreateUserSportProfileData, type indexV1_CreateUserSportProfileError as CreateUserSportProfileError, type indexV1_CreateUserSportProfileErrors as CreateUserSportProfileErrors, type indexV1_CreateUserSportProfileResponse as CreateUserSportProfileResponse, type indexV1_CreateUserSportProfileResponses as CreateUserSportProfileResponses, type indexV1_DeleteCommentData as DeleteCommentData, type indexV1_DeleteCommentError as DeleteCommentError, type indexV1_DeleteCommentErrors as DeleteCommentErrors, type indexV1_DeleteCommentReactionData as DeleteCommentReactionData, type indexV1_DeleteCommentReactionError as DeleteCommentReactionError, type indexV1_DeleteCommentReactionErrors as DeleteCommentReactionErrors, type indexV1_DeleteCommentReactionResponse as DeleteCommentReactionResponse, type indexV1_DeleteCommentReactionResponses as DeleteCommentReactionResponses, type indexV1_DeleteCommentResponse as DeleteCommentResponse, type indexV1_DeleteCommentResponses as DeleteCommentResponses, type indexV1_DeleteMatchParticipationData as DeleteMatchParticipationData, type indexV1_DeleteMatchParticipationError as DeleteMatchParticipationError, type indexV1_DeleteMatchParticipationErrors as DeleteMatchParticipationErrors, type indexV1_DeleteMatchParticipationResponse as DeleteMatchParticipationResponse, type indexV1_DeleteMatchParticipationResponses as DeleteMatchParticipationResponses, type indexV1_DeletePostData as DeletePostData, type indexV1_DeletePostError as DeletePostError, type indexV1_DeletePostErrors as DeletePostErrors, type indexV1_DeletePostReactionData as DeletePostReactionData, type indexV1_DeletePostReactionError as DeletePostReactionError, type indexV1_DeletePostReactionErrors as DeletePostReactionErrors, type indexV1_DeletePostReactionResponse as DeletePostReactionResponse, type indexV1_DeletePostReactionResponses as DeletePostReactionResponses, type indexV1_DeletePostResponse as DeletePostResponse, type indexV1_DeletePostResponses as DeletePostResponses, type indexV1_DeleteUserSportProfileData as DeleteUserSportProfileData, type indexV1_DeleteUserSportProfileError as DeleteUserSportProfileError, type indexV1_DeleteUserSportProfileErrors as DeleteUserSportProfileErrors, type indexV1_DeleteUserSportProfileLevelData as DeleteUserSportProfileLevelData, type indexV1_DeleteUserSportProfileLevelError as DeleteUserSportProfileLevelError, type indexV1_DeleteUserSportProfileLevelErrors as DeleteUserSportProfileLevelErrors, type indexV1_DeleteUserSportProfileLevelResponse as DeleteUserSportProfileLevelResponse, type indexV1_DeleteUserSportProfileLevelResponses as DeleteUserSportProfileLevelResponses, type indexV1_DeleteUserSportProfileResponse as DeleteUserSportProfileResponse, type indexV1_DeleteUserSportProfileResponses as DeleteUserSportProfileResponses, type indexV1_ExternalService as ExternalService, type indexV1_Facility as Facility, type indexV1_FacilityIdPath as FacilityIdPath, type indexV1_FacilityList as FacilityList, type FacilityMessagePayload$1 as FacilityMessagePayload, type indexV1_FacilityOffer as FacilityOffer, type indexV1_FacilityOfferCondition as FacilityOfferCondition, type indexV1_FacilityOfferConditionActivities as FacilityOfferConditionActivities, type indexV1_FacilityOfferConditionCourts as FacilityOfferConditionCourts, type indexV1_FacilityOfferConditionDate as FacilityOfferConditionDate, type indexV1_FacilityOfferConditionHoursinadvance as FacilityOfferConditionHoursinadvance, type indexV1_FacilityOfferConditionTime as FacilityOfferConditionTime, type indexV1_FacilityOfferConditionWeekdays as FacilityOfferConditionWeekdays, type indexV1_FacilityOfferList as FacilityOfferList, type indexV1_FacilityOfferOrder as FacilityOfferOrder, type indexV1_FacilityPermission as FacilityPermission, type indexV1_FacilityPermissionsResponse as FacilityPermissionsResponse, type indexV1_FacilityPunchCardData as FacilityPunchCardData, type indexV1_FacilityValueCardData as FacilityValueCardData, type indexV1_Gender as Gender, type indexV1_GetCommunityData as GetCommunityData, type indexV1_GetCommunityError as GetCommunityError, type indexV1_GetCommunityErrors as GetCommunityErrors, type indexV1_GetCommunityResponse as GetCommunityResponse, type indexV1_GetCommunityResponses as GetCommunityResponses, type indexV1_GetFacilityData as GetFacilityData, type indexV1_GetFacilityError as GetFacilityError, type indexV1_GetFacilityErrors as GetFacilityErrors, type indexV1_GetFacilityResponse as GetFacilityResponse, type indexV1_GetFacilityResponses as GetFacilityResponses, type indexV1_GetMatchData as GetMatchData, type indexV1_GetMatchError as GetMatchError, type indexV1_GetMatchErrors as GetMatchErrors, type indexV1_GetMatchResponse as GetMatchResponse, type indexV1_GetMatchResponses as GetMatchResponses, type indexV1_GetMatchUserPriceData as GetMatchUserPriceData, type indexV1_GetMatchUserPriceError as GetMatchUserPriceError, type indexV1_GetMatchUserPriceErrors as GetMatchUserPriceErrors, type indexV1_GetMatchUserPriceResponse as GetMatchUserPriceResponse, type indexV1_GetMatchUserPriceResponses as GetMatchUserPriceResponses, type GetNotificationByIdData$1 as GetNotificationByIdData, type GetNotificationByIdError$1 as GetNotificationByIdError, type GetNotificationByIdErrors$1 as GetNotificationByIdErrors, type GetNotificationByIdResponse$1 as GetNotificationByIdResponse, type GetNotificationByIdResponses$1 as GetNotificationByIdResponses, type GetNotificationsData$1 as GetNotificationsData, type GetNotificationsError$1 as GetNotificationsError, type GetNotificationsErrors$1 as GetNotificationsErrors, type GetNotificationsPreferencesData$1 as GetNotificationsPreferencesData, type GetNotificationsPreferencesError$1 as GetNotificationsPreferencesError, type GetNotificationsPreferencesErrors$1 as GetNotificationsPreferencesErrors, type GetNotificationsPreferencesResponse$1 as GetNotificationsPreferencesResponse, type GetNotificationsPreferencesResponses$1 as GetNotificationsPreferencesResponses, type GetNotificationsResponse$1 as GetNotificationsResponse, type GetNotificationsResponses$1 as GetNotificationsResponses, type indexV1_GetPostData as GetPostData, type indexV1_GetPostError as GetPostError, type indexV1_GetPostErrors as GetPostErrors, type indexV1_GetPostResponse as GetPostResponse, type indexV1_GetPostResponses as GetPostResponses, type indexV1_GetRecommendationsData as GetRecommendationsData, type indexV1_GetRecommendationsError as GetRecommendationsError, type indexV1_GetRecommendationsErrors as GetRecommendationsErrors, type indexV1_GetRecommendationsResponse as GetRecommendationsResponse, type indexV1_GetRecommendationsResponses as GetRecommendationsResponses, type indexV1_GetResourceData as GetResourceData, type indexV1_GetResourceError as GetResourceError, type indexV1_GetResourceErrors as GetResourceErrors, type indexV1_GetResourceResponse as GetResourceResponse, type indexV1_GetResourceResponses as GetResourceResponses, type indexV1_GetSportAuthoritiesData as GetSportAuthoritiesData, type indexV1_GetSportAuthoritiesError as GetSportAuthoritiesError, type indexV1_GetSportAuthoritiesErrors as GetSportAuthoritiesErrors, type indexV1_GetSportAuthoritiesResponse as GetSportAuthoritiesResponse, type indexV1_GetSportAuthoritiesResponses as GetSportAuthoritiesResponses, type indexV1_GetUserFacilityPermissionsData as GetUserFacilityPermissionsData, type indexV1_GetUserFacilityPermissionsError as GetUserFacilityPermissionsError, type indexV1_GetUserFacilityPermissionsErrors as GetUserFacilityPermissionsErrors, type indexV1_GetUserFacilityPermissionsResponse as GetUserFacilityPermissionsResponse, type indexV1_GetUserFacilityPermissionsResponses as GetUserFacilityPermissionsResponses, type indexV1_GetUserSportProfileData as GetUserSportProfileData, type indexV1_GetUserSportProfileError as GetUserSportProfileError, type indexV1_GetUserSportProfileErrors as GetUserSportProfileErrors, type indexV1_GetUserSportProfileResponse as GetUserSportProfileResponse, type indexV1_GetUserSportProfileResponses as GetUserSportProfileResponses, type indexV1_GetUserSportProfilesData as GetUserSportProfilesData, type indexV1_GetUserSportProfilesError as GetUserSportProfilesError, type indexV1_GetUserSportProfilesErrors as GetUserSportProfilesErrors, type indexV1_GetUserSportProfilesResponse as GetUserSportProfilesResponse, type indexV1_GetUserSportProfilesResponses as GetUserSportProfilesResponses, type indexV1_JoinCommunityData as JoinCommunityData, type indexV1_JoinCommunityError as JoinCommunityError, type indexV1_JoinCommunityErrors as JoinCommunityErrors, type indexV1_JoinCommunityResponse as JoinCommunityResponse, type indexV1_JoinCommunityResponse2 as JoinCommunityResponse2, type indexV1_JoinCommunityResponses as JoinCommunityResponses, type indexV1_LeaveCommunityData as LeaveCommunityData, type indexV1_LeaveCommunityError as LeaveCommunityError, type indexV1_LeaveCommunityErrors as LeaveCommunityErrors, type indexV1_LeaveCommunityResponse as LeaveCommunityResponse, type indexV1_LeaveCommunityResponses as LeaveCommunityResponses, type indexV1_LinkType as LinkType, type indexV1_ListCommentsData as ListCommentsData, type indexV1_ListCommentsError as ListCommentsError, type indexV1_ListCommentsErrors as ListCommentsErrors, type indexV1_ListCommentsResponse as ListCommentsResponse, type indexV1_ListCommentsResponses as ListCommentsResponses, type indexV1_ListCommunitiesData as ListCommunitiesData, type indexV1_ListCommunitiesError as ListCommunitiesError, type indexV1_ListCommunitiesErrors as ListCommunitiesErrors, type indexV1_ListCommunitiesResponse as ListCommunitiesResponse, type indexV1_ListCommunitiesResponses as ListCommunitiesResponses, type indexV1_ListFacilitiesData as ListFacilitiesData, type indexV1_ListFacilitiesError as ListFacilitiesError, type indexV1_ListFacilitiesErrors as ListFacilitiesErrors, type indexV1_ListFacilitiesResponse as ListFacilitiesResponse, type indexV1_ListFacilitiesResponses as ListFacilitiesResponses, type indexV1_ListFacilityOffersData as ListFacilityOffersData, type indexV1_ListFacilityOffersError as ListFacilityOffersError, type indexV1_ListFacilityOffersErrors as ListFacilityOffersErrors, type indexV1_ListFacilityOffersResponse as ListFacilityOffersResponse, type indexV1_ListFacilityOffersResponses as ListFacilityOffersResponses, type indexV1_ListFacilityResourcesData as ListFacilityResourcesData, type indexV1_ListFacilityResourcesError as ListFacilityResourcesError, type indexV1_ListFacilityResourcesErrors as ListFacilityResourcesErrors, type indexV1_ListFacilityResourcesResponse as ListFacilityResourcesResponse, type indexV1_ListFacilityResourcesResponses as ListFacilityResourcesResponses, type indexV1_ListMatchesData as ListMatchesData, type indexV1_ListMatchesError as ListMatchesError, type indexV1_ListMatchesErrors as ListMatchesErrors, type indexV1_ListMatchesResponse as ListMatchesResponse, type indexV1_ListMatchesResponses as ListMatchesResponses, type indexV1_ListMembersData as ListMembersData, type indexV1_ListMembersError as ListMembersError, type indexV1_ListMembersErrors as ListMembersErrors, type indexV1_ListMembersResponse as ListMembersResponse, type indexV1_ListMembersResponses as ListMembersResponses, type indexV1_ListPostsData as ListPostsData, type indexV1_ListPostsError as ListPostsError, type indexV1_ListPostsErrors as ListPostsErrors, type indexV1_ListPostsResponse as ListPostsResponse, type indexV1_ListPostsResponses as ListPostsResponses, type indexV1_MarkCommentReadData as MarkCommentReadData, type indexV1_MarkCommentReadError as MarkCommentReadError, type indexV1_MarkCommentReadErrors as MarkCommentReadErrors, type indexV1_MarkCommentReadResponse as MarkCommentReadResponse, type indexV1_MarkCommentReadResponses as MarkCommentReadResponses, type indexV1_MarkPostReadData as MarkPostReadData, type indexV1_MarkPostReadError as MarkPostReadError, type indexV1_MarkPostReadErrors as MarkPostReadErrors, type indexV1_MarkPostReadResponse as MarkPostReadResponse, type indexV1_MarkPostReadResponses as MarkPostReadResponses, type indexV1_Match as Match, type indexV1_MatchBasePrice as MatchBasePrice, type indexV1_MatchCourt as MatchCourt, type indexV1_MatchDetail as MatchDetail, type indexV1_MatchEvent as MatchEvent, type indexV1_MatchList as MatchList, type indexV1_MatchOccasion as MatchOccasion, type indexV1_MatchOccasionDetail as MatchOccasionDetail, type indexV1_MatchParticipants as MatchParticipants, type indexV1_MatchPriceListEntry as MatchPriceListEntry, type indexV1_MatchStatus as MatchStatus, type indexV1_MatchTeam as MatchTeam, type indexV1_MatchTeamSpot as MatchTeamSpot, type indexV1_MatchTeamsResponse as MatchTeamsResponse, type indexV1_MatchUserPrice as MatchUserPrice, type indexV1_Member as Member, type indexV1_MemberListResponse as MemberListResponse, type indexV1_MemberRelation as MemberRelation, type indexV1_MembershipStatus as MembershipStatus, type Metadata$1 as Metadata, type Notification$1 as Notification, type NotificationPayload$1 as NotificationPayload, type NotificationRequestBody$1 as NotificationRequestBody, type indexV1_NotificationsFilter as NotificationsFilter, type indexV1_NotificationsFilterParam as NotificationsFilterParam, type NotificationsPaginatedResponse$1 as NotificationsPaginatedResponse, type NotificationsSummary$1 as NotificationsSummary, type indexV1_OfferIdPath as OfferIdPath, type indexV1_OffsetPaginatedResultSet as OffsetPaginatedResultSet, type Options$2 as Options, type indexV1_PaginationMeta as PaginationMeta, type indexV1_ParticipantDetail as ParticipantDetail, type indexV1_ParticipantSummary as ParticipantSummary, type indexV1_PatchCommentRequest as PatchCommentRequest, type indexV1_PatchPostRequest as PatchPostRequest, type indexV1_PaymentCommand as PaymentCommand, type indexV1_PaymentDetails as PaymentDetails, type PkgOpenapiSharedCursorLimitParam$1 as PkgOpenapiSharedCursorLimitParam, type PkgOpenapiSharedCursorPaginatedResultSet$1 as PkgOpenapiSharedCursorPaginatedResultSet, type PkgOpenapiSharedCursorParam$1 as PkgOpenapiSharedCursorParam, type PkgOpenapiSharedError$1 as PkgOpenapiSharedError, type PkgOpenapiSharedErrors$1 as PkgOpenapiSharedErrors, type indexV1_PkgOpenapiSharedFilterableString as PkgOpenapiSharedFilterableString, type indexV1_PkgOpenapiSharedOffsetLimitParam as PkgOpenapiSharedOffsetLimitParam, type indexV1_PkgOpenapiSharedOffsetPaginatedResultSet as PkgOpenapiSharedOffsetPaginatedResultSet, type indexV1_PkgOpenapiSharedOffsetParam as PkgOpenapiSharedOffsetParam, type PkgOpenapiSharedProblemDetails$1 as PkgOpenapiSharedProblemDetails, type indexV1_Position as Position, type indexV1_Post as Post, type indexV1_PostIdParam as PostIdParam, type indexV1_PostLink as PostLink, type indexV1_PostListResponse as PostListResponse, type indexV1_PostingPermission as PostingPermission, type Preference$1 as Preference, type PreferencesResponse$1 as PreferencesResponse, type indexV1_PrivateParticipantDetail as PrivateParticipantDetail, type indexV1_PrivateParticipantSummary as PrivateParticipantSummary, type indexV1_PublicParticipantDetail as PublicParticipantDetail, type indexV1_PublicParticipantSummary as PublicParticipantSummary, type indexV1_ReactionGroup as ReactionGroup, type indexV1_ReactionRequest as ReactionRequest, type indexV1_ReactionType as ReactionType, type indexV1_RearrangeMatchTeamsRequest as RearrangeMatchTeamsRequest, type indexV1_Recommendation as Recommendation, type indexV1_RecommendationList as RecommendationList, type indexV1_RefundPolicy as RefundPolicy, type RegisterDeviceData$1 as RegisterDeviceData, type RegisterDeviceError$1 as RegisterDeviceError, type RegisterDeviceErrors$1 as RegisterDeviceErrors, type RegisterDeviceRequest$1 as RegisterDeviceRequest, type RegisterDeviceResponse$1 as RegisterDeviceResponse, type RegisterDeviceResponses$1 as RegisterDeviceResponses, type indexV1_Resource as Resource, type indexV1_ResourceIdPath as ResourceIdPath, type indexV1_SearchUsersData as SearchUsersData, type indexV1_SearchUsersError as SearchUsersError, type indexV1_SearchUsersErrors as SearchUsersErrors, type indexV1_SearchUsersResponse as SearchUsersResponse, type indexV1_SearchUsersResponses as SearchUsersResponses, type indexV1_Source as Source, type indexV1_SportAuthoritiesResponse as SportAuthoritiesResponse, type indexV1_SportAuthority as SportAuthority, type indexV1_SportLevel as SportLevel, type indexV1_SportProfile as SportProfile, type indexV1_SportProfileAttribute as SportProfileAttribute, type indexV1_SportProfileId as SportProfileId, type indexV1_SportProfileLevel as SportProfileLevel, type indexV1_SportProfilesResponse as SportProfilesResponse, type indexV1_SpotMove as SpotMove, type indexV1_SpotPosition as SpotPosition, type indexV1_SpotRef as SpotRef, Topic$1 as Topic, type UpdateAllNotificationsData$1 as UpdateAllNotificationsData, type UpdateAllNotificationsError$1 as UpdateAllNotificationsError, type UpdateAllNotificationsErrors$1 as UpdateAllNotificationsErrors, type UpdateAllNotificationsResponse$1 as UpdateAllNotificationsResponse, type UpdateAllNotificationsResponses$1 as UpdateAllNotificationsResponses, type UpdateNotificationData$1 as UpdateNotificationData, type UpdateNotificationError$1 as UpdateNotificationError, type UpdateNotificationErrors$1 as UpdateNotificationErrors, type UpdateNotificationResponse$1 as UpdateNotificationResponse, type UpdateNotificationResponses$1 as UpdateNotificationResponses, type UpdateNotificationsPreferencesData$1 as UpdateNotificationsPreferencesData, type UpdateNotificationsPreferencesError$1 as UpdateNotificationsPreferencesError, type UpdateNotificationsPreferencesErrors$1 as UpdateNotificationsPreferencesErrors, type UpdateNotificationsPreferencesResponse$1 as UpdateNotificationsPreferencesResponse, type UpdateNotificationsPreferencesResponses$1 as UpdateNotificationsPreferencesResponses, type UpdatePreferencesRequestBody$1 as UpdatePreferencesRequestBody, type indexV1_UpdateSportProfileLevelRequest as UpdateSportProfileLevelRequest, type indexV1_UpdateUserProfileData as UpdateUserProfileData, type indexV1_UpdateUserProfileError as UpdateUserProfileError, type indexV1_UpdateUserProfileErrors as UpdateUserProfileErrors, type indexV1_UpdateUserProfileResponse as UpdateUserProfileResponse, type indexV1_UpdateUserProfileResponses as UpdateUserProfileResponses, type indexV1_UpdateUserSportProfileLevelData as UpdateUserSportProfileLevelData, type indexV1_UpdateUserSportProfileLevelError as UpdateUserSportProfileLevelError, type indexV1_UpdateUserSportProfileLevelErrors as UpdateUserSportProfileLevelErrors, type indexV1_UpdateUserSportProfileLevelResponse as UpdateUserSportProfileLevelResponse, type indexV1_UpdateUserSportProfileLevelResponses as UpdateUserSportProfileLevelResponses, type indexV1_UpdateUsersProfilesRequest as UpdateUsersProfilesRequest, type indexV1_UpsertCommentReactionData as UpsertCommentReactionData, type indexV1_UpsertCommentReactionError as UpsertCommentReactionError, type indexV1_UpsertCommentReactionErrors as UpsertCommentReactionErrors, type indexV1_UpsertCommentReactionResponse as UpsertCommentReactionResponse, type indexV1_UpsertCommentReactionResponses as UpsertCommentReactionResponses, type indexV1_UpsertPostReactionData as UpsertPostReactionData, type indexV1_UpsertPostReactionError as UpsertPostReactionError, type indexV1_UpsertPostReactionErrors as UpsertPostReactionErrors, type indexV1_UpsertPostReactionResponse as UpsertPostReactionResponse, type indexV1_UpsertPostReactionResponses as UpsertPostReactionResponses, type indexV1_UserId as UserId, type indexV1_UserIdParam as UserIdParam, type indexV1_UserParticipationStatus as UserParticipationStatus, type indexV1_UserProfile as UserProfile, type indexV1_UserRelation as UserRelation, type indexV1_UsersProfilesPaginatedResponse as UsersProfilesPaginatedResponse, type indexV1_Visibility as Visibility, indexV1_acceptInvitation as acceptInvitation, indexV1_addUserSportProfileLevel as addUserSportProfileLevel, client$1 as client, indexV1_createComment as createComment, indexV1_createFacilityOfferOrder as createFacilityOfferOrder, indexV1_createMatchParticipation as createMatchParticipation, indexV1_createPost as createPost, indexV1_createUserSportProfile as createUserSportProfile, indexV1_deleteComment as deleteComment, indexV1_deleteCommentReaction as deleteCommentReaction, indexV1_deleteMatchParticipation as deleteMatchParticipation, indexV1_deletePost as deletePost, indexV1_deletePostReaction as deletePostReaction, indexV1_deleteUserSportProfile as deleteUserSportProfile, indexV1_deleteUserSportProfileLevel as deleteUserSportProfileLevel, indexV1_getCommunity as getCommunity, indexV1_getFacility as getFacility, indexV1_getMatch as getMatch, indexV1_getMatchUserPrice as getMatchUserPrice, getNotificationById$1 as getNotificationById, getNotifications$1 as getNotifications, getNotificationsPreferences$1 as getNotificationsPreferences, indexV1_getPost as getPost, indexV1_getRecommendations as getRecommendations, indexV1_getResource as getResource, indexV1_getSportAuthorities as getSportAuthorities, indexV1_getUserFacilityPermissions as getUserFacilityPermissions, indexV1_getUserSportProfile as getUserSportProfile, indexV1_getUserSportProfiles as getUserSportProfiles, indexV1_joinCommunity as joinCommunity, indexV1_leaveCommunity as leaveCommunity, indexV1_listComments as listComments, indexV1_listCommunities as listCommunities, indexV1_listFacilities as listFacilities, indexV1_listFacilityOffers as listFacilityOffers, indexV1_listFacilityResources as listFacilityResources, indexV1_listMatches as listMatches, indexV1_listMembers as listMembers, indexV1_listPosts as listPosts, indexV1_markCommentRead as markCommentRead, indexV1_markPostRead as markPostRead, reactQuery_gen$1 as queries, registerDevice$1 as registerDevice, schemas_gen$1 as schemas, indexV1_searchUsers as searchUsers, updateAllNotifications$1 as updateAllNotifications, updateNotification$1 as updateNotification, updateNotificationsPreferences$1 as updateNotificationsPreferences, indexV1_updateUserProfile as updateUserProfile, indexV1_updateUserSportProfileLevel as updateUserSportProfileLevel, indexV1_upsertCommentReaction as upsertCommentReaction, indexV1_upsertPostReaction as upsertPostReaction };
|
|
11569
|
+
export { type indexV1_AcceptInvitationData as AcceptInvitationData, type indexV1_AcceptInvitationError as AcceptInvitationError, type indexV1_AcceptInvitationErrors as AcceptInvitationErrors, type indexV1_AcceptInvitationResponse as AcceptInvitationResponse, type indexV1_AcceptInvitationResponses as AcceptInvitationResponses, type indexV1_AddUserSportProfileLevelData as AddUserSportProfileLevelData, type indexV1_AddUserSportProfileLevelError as AddUserSportProfileLevelError, type indexV1_AddUserSportProfileLevelErrors as AddUserSportProfileLevelErrors, type indexV1_AddUserSportProfileLevelResponse as AddUserSportProfileLevelResponse, type indexV1_AddUserSportProfileLevelResponses as AddUserSportProfileLevelResponses, type indexV1_Address as Address, type indexV1_Author as Author, type indexV1_AuthoritySlug as AuthoritySlug, type Channels$1 as Channels, type ClientOptions$2 as ClientOptions, type indexV1_Comment as Comment, type indexV1_CommentIdParam as CommentIdParam, type indexV1_CommentListResponse as CommentListResponse, type indexV1_CommunityIdParam as CommunityIdParam, type indexV1_CommunityItem as CommunityItem, type indexV1_CommunityListResponse as CommunityListResponse, type indexV1_ConflictDetails as ConflictDetails, type indexV1_CreateCommentData as CreateCommentData, type indexV1_CreateCommentError as CreateCommentError, type indexV1_CreateCommentErrors as CreateCommentErrors, type indexV1_CreateCommentRequest as CreateCommentRequest, type indexV1_CreateCommentResponse as CreateCommentResponse, type indexV1_CreateCommentResponses as CreateCommentResponses, type indexV1_CreateFacilityOfferOrderData as CreateFacilityOfferOrderData, type indexV1_CreateFacilityOfferOrderError as CreateFacilityOfferOrderError, type indexV1_CreateFacilityOfferOrderErrors as CreateFacilityOfferOrderErrors, type indexV1_CreateFacilityOfferOrderResponse as CreateFacilityOfferOrderResponse, type indexV1_CreateFacilityOfferOrderResponses as CreateFacilityOfferOrderResponses, type indexV1_CreateMatchParticipationData as CreateMatchParticipationData, type indexV1_CreateMatchParticipationError as CreateMatchParticipationError, type indexV1_CreateMatchParticipationErrors as CreateMatchParticipationErrors, type indexV1_CreateMatchParticipationRequest as CreateMatchParticipationRequest, type indexV1_CreateMatchParticipationResponse as CreateMatchParticipationResponse, type indexV1_CreateMatchParticipationResponses as CreateMatchParticipationResponses, type indexV1_CreatePostData as CreatePostData, type indexV1_CreatePostError as CreatePostError, type indexV1_CreatePostErrors as CreatePostErrors, type indexV1_CreatePostRequest as CreatePostRequest, type indexV1_CreatePostResponse as CreatePostResponse, type indexV1_CreatePostResponses as CreatePostResponses, type indexV1_CreateSportProfileLevelRequest as CreateSportProfileLevelRequest, type indexV1_CreateSportProfileRequest as CreateSportProfileRequest, type indexV1_CreateUserSportProfileData as CreateUserSportProfileData, type indexV1_CreateUserSportProfileError as CreateUserSportProfileError, type indexV1_CreateUserSportProfileErrors as CreateUserSportProfileErrors, type indexV1_CreateUserSportProfileResponse as CreateUserSportProfileResponse, type indexV1_CreateUserSportProfileResponses as CreateUserSportProfileResponses, type indexV1_DeleteCommentData as DeleteCommentData, type indexV1_DeleteCommentError as DeleteCommentError, type indexV1_DeleteCommentErrors as DeleteCommentErrors, type indexV1_DeleteCommentReactionData as DeleteCommentReactionData, type indexV1_DeleteCommentReactionError as DeleteCommentReactionError, type indexV1_DeleteCommentReactionErrors as DeleteCommentReactionErrors, type indexV1_DeleteCommentReactionResponse as DeleteCommentReactionResponse, type indexV1_DeleteCommentReactionResponses as DeleteCommentReactionResponses, type indexV1_DeleteCommentResponse as DeleteCommentResponse, type indexV1_DeleteCommentResponses as DeleteCommentResponses, type indexV1_DeleteMatchParticipationData as DeleteMatchParticipationData, type indexV1_DeleteMatchParticipationError as DeleteMatchParticipationError, type indexV1_DeleteMatchParticipationErrors as DeleteMatchParticipationErrors, type indexV1_DeleteMatchParticipationResponse as DeleteMatchParticipationResponse, type indexV1_DeleteMatchParticipationResponses as DeleteMatchParticipationResponses, type indexV1_DeletePostData as DeletePostData, type indexV1_DeletePostError as DeletePostError, type indexV1_DeletePostErrors as DeletePostErrors, type indexV1_DeletePostReactionData as DeletePostReactionData, type indexV1_DeletePostReactionError as DeletePostReactionError, type indexV1_DeletePostReactionErrors as DeletePostReactionErrors, type indexV1_DeletePostReactionResponse as DeletePostReactionResponse, type indexV1_DeletePostReactionResponses as DeletePostReactionResponses, type indexV1_DeletePostResponse as DeletePostResponse, type indexV1_DeletePostResponses as DeletePostResponses, type indexV1_DeleteUserSportProfileData as DeleteUserSportProfileData, type indexV1_DeleteUserSportProfileError as DeleteUserSportProfileError, type indexV1_DeleteUserSportProfileErrors as DeleteUserSportProfileErrors, type indexV1_DeleteUserSportProfileLevelData as DeleteUserSportProfileLevelData, type indexV1_DeleteUserSportProfileLevelError as DeleteUserSportProfileLevelError, type indexV1_DeleteUserSportProfileLevelErrors as DeleteUserSportProfileLevelErrors, type indexV1_DeleteUserSportProfileLevelResponse as DeleteUserSportProfileLevelResponse, type indexV1_DeleteUserSportProfileLevelResponses as DeleteUserSportProfileLevelResponses, type indexV1_DeleteUserSportProfileResponse as DeleteUserSportProfileResponse, type indexV1_DeleteUserSportProfileResponses as DeleteUserSportProfileResponses, type indexV1_ExternalService as ExternalService, type indexV1_Facility as Facility, type indexV1_FacilityIdPath as FacilityIdPath, type indexV1_FacilityList as FacilityList, type FacilityMessagePayload$1 as FacilityMessagePayload, type indexV1_FacilityOffer as FacilityOffer, type indexV1_FacilityOfferCondition as FacilityOfferCondition, type indexV1_FacilityOfferConditionActivities as FacilityOfferConditionActivities, type indexV1_FacilityOfferConditionCourts as FacilityOfferConditionCourts, type indexV1_FacilityOfferConditionDate as FacilityOfferConditionDate, type indexV1_FacilityOfferConditionHoursinadvance as FacilityOfferConditionHoursinadvance, type indexV1_FacilityOfferConditionTime as FacilityOfferConditionTime, type indexV1_FacilityOfferConditionWeekdays as FacilityOfferConditionWeekdays, type indexV1_FacilityOfferList as FacilityOfferList, type indexV1_FacilityOfferOrder as FacilityOfferOrder, type indexV1_FacilityPermission as FacilityPermission, type indexV1_FacilityPermissionsResponse as FacilityPermissionsResponse, type indexV1_FacilityPunchCardData as FacilityPunchCardData, type indexV1_FacilityValueCardData as FacilityValueCardData, type indexV1_Gender as Gender, type indexV1_GetCommunityData as GetCommunityData, type indexV1_GetCommunityError as GetCommunityError, type indexV1_GetCommunityErrors as GetCommunityErrors, type indexV1_GetCommunityResponse as GetCommunityResponse, type indexV1_GetCommunityResponses as GetCommunityResponses, type indexV1_GetFacilityData as GetFacilityData, type indexV1_GetFacilityError as GetFacilityError, type indexV1_GetFacilityErrors as GetFacilityErrors, type indexV1_GetFacilityResponse as GetFacilityResponse, type indexV1_GetFacilityResponses as GetFacilityResponses, type indexV1_GetMatchData as GetMatchData, type indexV1_GetMatchError as GetMatchError, type indexV1_GetMatchErrors as GetMatchErrors, type indexV1_GetMatchResponse as GetMatchResponse, type indexV1_GetMatchResponses as GetMatchResponses, type indexV1_GetMatchTeamsData as GetMatchTeamsData, type indexV1_GetMatchTeamsError as GetMatchTeamsError, type indexV1_GetMatchTeamsErrors as GetMatchTeamsErrors, type indexV1_GetMatchTeamsResponse as GetMatchTeamsResponse, type indexV1_GetMatchTeamsResponses as GetMatchTeamsResponses, type indexV1_GetMatchUserPriceData as GetMatchUserPriceData, type indexV1_GetMatchUserPriceError as GetMatchUserPriceError, type indexV1_GetMatchUserPriceErrors as GetMatchUserPriceErrors, type indexV1_GetMatchUserPriceResponse as GetMatchUserPriceResponse, type indexV1_GetMatchUserPriceResponses as GetMatchUserPriceResponses, type GetNotificationByIdData$1 as GetNotificationByIdData, type GetNotificationByIdError$1 as GetNotificationByIdError, type GetNotificationByIdErrors$1 as GetNotificationByIdErrors, type GetNotificationByIdResponse$1 as GetNotificationByIdResponse, type GetNotificationByIdResponses$1 as GetNotificationByIdResponses, type GetNotificationsData$1 as GetNotificationsData, type GetNotificationsError$1 as GetNotificationsError, type GetNotificationsErrors$1 as GetNotificationsErrors, type GetNotificationsPreferencesData$1 as GetNotificationsPreferencesData, type GetNotificationsPreferencesError$1 as GetNotificationsPreferencesError, type GetNotificationsPreferencesErrors$1 as GetNotificationsPreferencesErrors, type GetNotificationsPreferencesResponse$1 as GetNotificationsPreferencesResponse, type GetNotificationsPreferencesResponses$1 as GetNotificationsPreferencesResponses, type GetNotificationsResponse$1 as GetNotificationsResponse, type GetNotificationsResponses$1 as GetNotificationsResponses, type indexV1_GetPostData as GetPostData, type indexV1_GetPostError as GetPostError, type indexV1_GetPostErrors as GetPostErrors, type indexV1_GetPostResponse as GetPostResponse, type indexV1_GetPostResponses as GetPostResponses, type indexV1_GetRecommendationsData as GetRecommendationsData, type indexV1_GetRecommendationsError as GetRecommendationsError, type indexV1_GetRecommendationsErrors as GetRecommendationsErrors, type indexV1_GetRecommendationsResponse as GetRecommendationsResponse, type indexV1_GetRecommendationsResponses as GetRecommendationsResponses, type indexV1_GetResourceData as GetResourceData, type indexV1_GetResourceError as GetResourceError, type indexV1_GetResourceErrors as GetResourceErrors, type indexV1_GetResourceResponse as GetResourceResponse, type indexV1_GetResourceResponses as GetResourceResponses, type indexV1_GetSportAuthoritiesData as GetSportAuthoritiesData, type indexV1_GetSportAuthoritiesError as GetSportAuthoritiesError, type indexV1_GetSportAuthoritiesErrors as GetSportAuthoritiesErrors, type indexV1_GetSportAuthoritiesResponse as GetSportAuthoritiesResponse, type indexV1_GetSportAuthoritiesResponses as GetSportAuthoritiesResponses, type indexV1_GetUserFacilityPermissionsData as GetUserFacilityPermissionsData, type indexV1_GetUserFacilityPermissionsError as GetUserFacilityPermissionsError, type indexV1_GetUserFacilityPermissionsErrors as GetUserFacilityPermissionsErrors, type indexV1_GetUserFacilityPermissionsResponse as GetUserFacilityPermissionsResponse, type indexV1_GetUserFacilityPermissionsResponses as GetUserFacilityPermissionsResponses, type indexV1_GetUserSportProfileData as GetUserSportProfileData, type indexV1_GetUserSportProfileError as GetUserSportProfileError, type indexV1_GetUserSportProfileErrors as GetUserSportProfileErrors, type indexV1_GetUserSportProfileResponse as GetUserSportProfileResponse, type indexV1_GetUserSportProfileResponses as GetUserSportProfileResponses, type indexV1_GetUserSportProfilesData as GetUserSportProfilesData, type indexV1_GetUserSportProfilesError as GetUserSportProfilesError, type indexV1_GetUserSportProfilesErrors as GetUserSportProfilesErrors, type indexV1_GetUserSportProfilesResponse as GetUserSportProfilesResponse, type indexV1_GetUserSportProfilesResponses as GetUserSportProfilesResponses, type indexV1_JoinCommunityData as JoinCommunityData, type indexV1_JoinCommunityError as JoinCommunityError, type indexV1_JoinCommunityErrors as JoinCommunityErrors, type indexV1_JoinCommunityResponse as JoinCommunityResponse, type indexV1_JoinCommunityResponse2 as JoinCommunityResponse2, type indexV1_JoinCommunityResponses as JoinCommunityResponses, type indexV1_LeaveCommunityData as LeaveCommunityData, type indexV1_LeaveCommunityError as LeaveCommunityError, type indexV1_LeaveCommunityErrors as LeaveCommunityErrors, type indexV1_LeaveCommunityResponse as LeaveCommunityResponse, type indexV1_LeaveCommunityResponses as LeaveCommunityResponses, type indexV1_LinkType as LinkType, type indexV1_ListCommentsData as ListCommentsData, type indexV1_ListCommentsError as ListCommentsError, type indexV1_ListCommentsErrors as ListCommentsErrors, type indexV1_ListCommentsResponse as ListCommentsResponse, type indexV1_ListCommentsResponses as ListCommentsResponses, type indexV1_ListCommunitiesData as ListCommunitiesData, type indexV1_ListCommunitiesError as ListCommunitiesError, type indexV1_ListCommunitiesErrors as ListCommunitiesErrors, type indexV1_ListCommunitiesResponse as ListCommunitiesResponse, type indexV1_ListCommunitiesResponses as ListCommunitiesResponses, type indexV1_ListFacilitiesData as ListFacilitiesData, type indexV1_ListFacilitiesError as ListFacilitiesError, type indexV1_ListFacilitiesErrors as ListFacilitiesErrors, type indexV1_ListFacilitiesResponse as ListFacilitiesResponse, type indexV1_ListFacilitiesResponses as ListFacilitiesResponses, type indexV1_ListFacilityOffersData as ListFacilityOffersData, type indexV1_ListFacilityOffersError as ListFacilityOffersError, type indexV1_ListFacilityOffersErrors as ListFacilityOffersErrors, type indexV1_ListFacilityOffersResponse as ListFacilityOffersResponse, type indexV1_ListFacilityOffersResponses as ListFacilityOffersResponses, type indexV1_ListFacilityResourcesData as ListFacilityResourcesData, type indexV1_ListFacilityResourcesError as ListFacilityResourcesError, type indexV1_ListFacilityResourcesErrors as ListFacilityResourcesErrors, type indexV1_ListFacilityResourcesResponse as ListFacilityResourcesResponse, type indexV1_ListFacilityResourcesResponses as ListFacilityResourcesResponses, type indexV1_ListMatchesData as ListMatchesData, type indexV1_ListMatchesError as ListMatchesError, type indexV1_ListMatchesErrors as ListMatchesErrors, type indexV1_ListMatchesResponse as ListMatchesResponse, type indexV1_ListMatchesResponses as ListMatchesResponses, type indexV1_ListMembersData as ListMembersData, type indexV1_ListMembersError as ListMembersError, type indexV1_ListMembersErrors as ListMembersErrors, type indexV1_ListMembersResponse as ListMembersResponse, type indexV1_ListMembersResponses as ListMembersResponses, type indexV1_ListPostsData as ListPostsData, type indexV1_ListPostsError as ListPostsError, type indexV1_ListPostsErrors as ListPostsErrors, type indexV1_ListPostsResponse as ListPostsResponse, type indexV1_ListPostsResponses as ListPostsResponses, type indexV1_MarkCommentReadData as MarkCommentReadData, type indexV1_MarkCommentReadError as MarkCommentReadError, type indexV1_MarkCommentReadErrors as MarkCommentReadErrors, type indexV1_MarkCommentReadResponse as MarkCommentReadResponse, type indexV1_MarkCommentReadResponses as MarkCommentReadResponses, type indexV1_MarkPostReadData as MarkPostReadData, type indexV1_MarkPostReadError as MarkPostReadError, type indexV1_MarkPostReadErrors as MarkPostReadErrors, type indexV1_MarkPostReadResponse as MarkPostReadResponse, type indexV1_MarkPostReadResponses as MarkPostReadResponses, type indexV1_Match as Match, type indexV1_MatchBasePrice as MatchBasePrice, type indexV1_MatchCourt as MatchCourt, type indexV1_MatchDetail as MatchDetail, type indexV1_MatchEvent as MatchEvent, type indexV1_MatchList as MatchList, type indexV1_MatchOccasion as MatchOccasion, type indexV1_MatchOccasionDetail as MatchOccasionDetail, type indexV1_MatchParticipants as MatchParticipants, type indexV1_MatchPriceListEntry as MatchPriceListEntry, type indexV1_MatchStatus as MatchStatus, type indexV1_MatchTeam as MatchTeam, type indexV1_MatchTeamSpot as MatchTeamSpot, type indexV1_MatchTeamsResponse as MatchTeamsResponse, type indexV1_MatchUserPrice as MatchUserPrice, type indexV1_Member as Member, type indexV1_MemberListResponse as MemberListResponse, type indexV1_MemberRelation as MemberRelation, type indexV1_MembershipStatus as MembershipStatus, type Metadata$1 as Metadata, type Notification$1 as Notification, type NotificationPayload$1 as NotificationPayload, type NotificationRequestBody$1 as NotificationRequestBody, type indexV1_NotificationsFilter as NotificationsFilter, type indexV1_NotificationsFilterParam as NotificationsFilterParam, type NotificationsPaginatedResponse$1 as NotificationsPaginatedResponse, type NotificationsSummary$1 as NotificationsSummary, type indexV1_OfferIdPath as OfferIdPath, type indexV1_OffsetPaginatedResultSet as OffsetPaginatedResultSet, type Options$2 as Options, type indexV1_PaginationMeta as PaginationMeta, type indexV1_ParticipantDetail as ParticipantDetail, type indexV1_ParticipantSummary as ParticipantSummary, type indexV1_PatchCommentRequest as PatchCommentRequest, type indexV1_PatchPostRequest as PatchPostRequest, type indexV1_PaymentCommand as PaymentCommand, type indexV1_PaymentDetails as PaymentDetails, type PkgOpenapiSharedCursorLimitParam$1 as PkgOpenapiSharedCursorLimitParam, type PkgOpenapiSharedCursorPaginatedResultSet$1 as PkgOpenapiSharedCursorPaginatedResultSet, type PkgOpenapiSharedCursorParam$1 as PkgOpenapiSharedCursorParam, type PkgOpenapiSharedError$1 as PkgOpenapiSharedError, type PkgOpenapiSharedErrors$1 as PkgOpenapiSharedErrors, type indexV1_PkgOpenapiSharedFilterableString as PkgOpenapiSharedFilterableString, type indexV1_PkgOpenapiSharedOffsetLimitParam as PkgOpenapiSharedOffsetLimitParam, type indexV1_PkgOpenapiSharedOffsetPaginatedResultSet as PkgOpenapiSharedOffsetPaginatedResultSet, type indexV1_PkgOpenapiSharedOffsetParam as PkgOpenapiSharedOffsetParam, type PkgOpenapiSharedProblemDetails$1 as PkgOpenapiSharedProblemDetails, type indexV1_Position as Position, type indexV1_Post as Post, type indexV1_PostIdParam as PostIdParam, type indexV1_PostLink as PostLink, type indexV1_PostListResponse as PostListResponse, type indexV1_PostingPermission as PostingPermission, type Preference$1 as Preference, type PreferencesResponse$1 as PreferencesResponse, type indexV1_PrivateParticipantDetail as PrivateParticipantDetail, type indexV1_PrivateParticipantSummary as PrivateParticipantSummary, type indexV1_PublicParticipantDetail as PublicParticipantDetail, type indexV1_PublicParticipantSummary as PublicParticipantSummary, type indexV1_ReactionGroup as ReactionGroup, type indexV1_ReactionRequest as ReactionRequest, type indexV1_ReactionType as ReactionType, type indexV1_RearrangeMatchTeamsData as RearrangeMatchTeamsData, type indexV1_RearrangeMatchTeamsError as RearrangeMatchTeamsError, type indexV1_RearrangeMatchTeamsErrors as RearrangeMatchTeamsErrors, type indexV1_RearrangeMatchTeamsRequest as RearrangeMatchTeamsRequest, type indexV1_RearrangeMatchTeamsResponse as RearrangeMatchTeamsResponse, type indexV1_RearrangeMatchTeamsResponses as RearrangeMatchTeamsResponses, type indexV1_Recommendation as Recommendation, type indexV1_RecommendationList as RecommendationList, type indexV1_RefundPolicy as RefundPolicy, type RegisterDeviceData$1 as RegisterDeviceData, type RegisterDeviceError$1 as RegisterDeviceError, type RegisterDeviceErrors$1 as RegisterDeviceErrors, type RegisterDeviceRequest$1 as RegisterDeviceRequest, type RegisterDeviceResponse$1 as RegisterDeviceResponse, type RegisterDeviceResponses$1 as RegisterDeviceResponses, type indexV1_Resource as Resource, type indexV1_ResourceIdPath as ResourceIdPath, type indexV1_SearchUsersData as SearchUsersData, type indexV1_SearchUsersError as SearchUsersError, type indexV1_SearchUsersErrors as SearchUsersErrors, type indexV1_SearchUsersResponse as SearchUsersResponse, type indexV1_SearchUsersResponses as SearchUsersResponses, type indexV1_Source as Source, type indexV1_SportAuthoritiesResponse as SportAuthoritiesResponse, type indexV1_SportAuthority as SportAuthority, type indexV1_SportLevel as SportLevel, type indexV1_SportProfile as SportProfile, type indexV1_SportProfileAttribute as SportProfileAttribute, type indexV1_SportProfileId as SportProfileId, type indexV1_SportProfileLevel as SportProfileLevel, type indexV1_SportProfilesResponse as SportProfilesResponse, type indexV1_SpotMove as SpotMove, type indexV1_SpotPosition as SpotPosition, type indexV1_SpotRef as SpotRef, Topic$1 as Topic, type UpdateAllNotificationsData$1 as UpdateAllNotificationsData, type UpdateAllNotificationsError$1 as UpdateAllNotificationsError, type UpdateAllNotificationsErrors$1 as UpdateAllNotificationsErrors, type UpdateAllNotificationsResponse$1 as UpdateAllNotificationsResponse, type UpdateAllNotificationsResponses$1 as UpdateAllNotificationsResponses, type UpdateNotificationData$1 as UpdateNotificationData, type UpdateNotificationError$1 as UpdateNotificationError, type UpdateNotificationErrors$1 as UpdateNotificationErrors, type UpdateNotificationResponse$1 as UpdateNotificationResponse, type UpdateNotificationResponses$1 as UpdateNotificationResponses, type UpdateNotificationsPreferencesData$1 as UpdateNotificationsPreferencesData, type UpdateNotificationsPreferencesError$1 as UpdateNotificationsPreferencesError, type UpdateNotificationsPreferencesErrors$1 as UpdateNotificationsPreferencesErrors, type UpdateNotificationsPreferencesResponse$1 as UpdateNotificationsPreferencesResponse, type UpdateNotificationsPreferencesResponses$1 as UpdateNotificationsPreferencesResponses, type UpdatePreferencesRequestBody$1 as UpdatePreferencesRequestBody, type indexV1_UpdateSportProfileLevelRequest as UpdateSportProfileLevelRequest, type indexV1_UpdateUserProfileData as UpdateUserProfileData, type indexV1_UpdateUserProfileError as UpdateUserProfileError, type indexV1_UpdateUserProfileErrors as UpdateUserProfileErrors, type indexV1_UpdateUserProfileResponse as UpdateUserProfileResponse, type indexV1_UpdateUserProfileResponses as UpdateUserProfileResponses, type indexV1_UpdateUserSportProfileLevelData as UpdateUserSportProfileLevelData, type indexV1_UpdateUserSportProfileLevelError as UpdateUserSportProfileLevelError, type indexV1_UpdateUserSportProfileLevelErrors as UpdateUserSportProfileLevelErrors, type indexV1_UpdateUserSportProfileLevelResponse as UpdateUserSportProfileLevelResponse, type indexV1_UpdateUserSportProfileLevelResponses as UpdateUserSportProfileLevelResponses, type indexV1_UpdateUsersProfilesRequest as UpdateUsersProfilesRequest, type indexV1_UpsertCommentReactionData as UpsertCommentReactionData, type indexV1_UpsertCommentReactionError as UpsertCommentReactionError, type indexV1_UpsertCommentReactionErrors as UpsertCommentReactionErrors, type indexV1_UpsertCommentReactionResponse as UpsertCommentReactionResponse, type indexV1_UpsertCommentReactionResponses as UpsertCommentReactionResponses, type indexV1_UpsertPostReactionData as UpsertPostReactionData, type indexV1_UpsertPostReactionError as UpsertPostReactionError, type indexV1_UpsertPostReactionErrors as UpsertPostReactionErrors, type indexV1_UpsertPostReactionResponse as UpsertPostReactionResponse, type indexV1_UpsertPostReactionResponses as UpsertPostReactionResponses, type indexV1_UserId as UserId, type indexV1_UserIdParam as UserIdParam, type indexV1_UserParticipationStatus as UserParticipationStatus, type indexV1_UserProfile as UserProfile, type indexV1_UserRelation as UserRelation, type indexV1_UsersProfilesPaginatedResponse as UsersProfilesPaginatedResponse, type indexV1_Visibility as Visibility, indexV1_acceptInvitation as acceptInvitation, indexV1_addUserSportProfileLevel as addUserSportProfileLevel, client$1 as client, indexV1_createComment as createComment, indexV1_createFacilityOfferOrder as createFacilityOfferOrder, indexV1_createMatchParticipation as createMatchParticipation, indexV1_createPost as createPost, indexV1_createUserSportProfile as createUserSportProfile, indexV1_deleteComment as deleteComment, indexV1_deleteCommentReaction as deleteCommentReaction, indexV1_deleteMatchParticipation as deleteMatchParticipation, indexV1_deletePost as deletePost, indexV1_deletePostReaction as deletePostReaction, indexV1_deleteUserSportProfile as deleteUserSportProfile, indexV1_deleteUserSportProfileLevel as deleteUserSportProfileLevel, indexV1_getCommunity as getCommunity, indexV1_getFacility as getFacility, indexV1_getMatch as getMatch, indexV1_getMatchTeams as getMatchTeams, indexV1_getMatchUserPrice as getMatchUserPrice, getNotificationById$1 as getNotificationById, getNotifications$1 as getNotifications, getNotificationsPreferences$1 as getNotificationsPreferences, indexV1_getPost as getPost, indexV1_getRecommendations as getRecommendations, indexV1_getResource as getResource, indexV1_getSportAuthorities as getSportAuthorities, indexV1_getUserFacilityPermissions as getUserFacilityPermissions, indexV1_getUserSportProfile as getUserSportProfile, indexV1_getUserSportProfiles as getUserSportProfiles, indexV1_joinCommunity as joinCommunity, indexV1_leaveCommunity as leaveCommunity, indexV1_listComments as listComments, indexV1_listCommunities as listCommunities, indexV1_listFacilities as listFacilities, indexV1_listFacilityOffers as listFacilityOffers, indexV1_listFacilityResources as listFacilityResources, indexV1_listMatches as listMatches, indexV1_listMembers as listMembers, indexV1_listPosts as listPosts, indexV1_markCommentRead as markCommentRead, indexV1_markPostRead as markPostRead, reactQuery_gen$1 as queries, indexV1_rearrangeMatchTeams as rearrangeMatchTeams, registerDevice$1 as registerDevice, schemas_gen$1 as schemas, indexV1_searchUsers as searchUsers, updateAllNotifications$1 as updateAllNotifications, updateNotification$1 as updateNotification, updateNotificationsPreferences$1 as updateNotificationsPreferences, indexV1_updateUserProfile as updateUserProfile, indexV1_updateUserSportProfileLevel as updateUserSportProfileLevel, indexV1_upsertCommentReaction as upsertCommentReaction, indexV1_upsertPostReaction as upsertPostReaction };
|
|
11400
11570
|
}
|
|
11401
11571
|
|
|
11402
11572
|
type AuthToken = string | undefined;
|