@meshery/schemas 0.8.110 → 0.8.111
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/cloudApi.d.mts +432 -202
- package/dist/cloudApi.d.ts +432 -202
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/key/Key.d.mts +87 -16
- package/dist/constructs/v1beta1/key/Key.d.ts +87 -16
- package/dist/constructs/v1beta1/key/KeySchema.d.mts +253 -57
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +253 -57
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
- package/dist/mesheryApi.d.mts +445 -276
- package/dist/mesheryApi.d.ts +445 -276
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -1,72 +1,73 @@
|
|
|
1
1
|
import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/react';
|
|
2
2
|
import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
|
|
3
3
|
|
|
4
|
-
declare const addTagTypes: readonly ["Academy_API_Academy", "Academy_API_other", "badge_Badge", "design_other", "environment_environments", "events_other", "feature_Features", "invitation_Invitation", "key_Key", "keychain_Keychain", "model_other", "Organization_other", "plan_Plans", "subscription_subscription", "subscription_other", "workspace_workspaces"];
|
|
5
|
-
declare const injectedRtkApi: _reduxjs_toolkit_query.Api<(args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", never> & {
|
|
6
|
-
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
7
|
-
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>;
|
|
8
|
-
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
9
|
-
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>;
|
|
10
|
-
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>;
|
|
11
|
-
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>;
|
|
12
|
-
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
13
|
-
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
14
|
-
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
15
|
-
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>;
|
|
16
|
-
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>;
|
|
17
|
-
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>;
|
|
18
|
-
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>;
|
|
19
|
-
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>;
|
|
20
|
-
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>;
|
|
21
|
-
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>;
|
|
22
|
-
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>;
|
|
23
|
-
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>;
|
|
24
|
-
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
25
|
-
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>;
|
|
26
|
-
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>;
|
|
27
|
-
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>;
|
|
28
|
-
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>;
|
|
29
|
-
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>;
|
|
30
|
-
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>;
|
|
31
|
-
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
32
|
-
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>;
|
|
33
|
-
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>;
|
|
34
|
-
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>;
|
|
35
|
-
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>;
|
|
36
|
-
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>;
|
|
37
|
-
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>;
|
|
38
|
-
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
39
|
-
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>;
|
|
40
|
-
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>;
|
|
41
|
-
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>;
|
|
42
|
-
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
4
|
+
declare const addTagTypes: readonly ["Academy_API_Academy", "Academy_API_other", "badge_Badge", "design_other", "environment_environments", "events_other", "feature_Features", "invitation_Invitation", "key_users", "key_Key", "keychain_Keychain", "model_other", "Organization_other", "plan_Plans", "subscription_subscription", "subscription_other", "workspace_workspaces"];
|
|
5
|
+
declare const injectedRtkApi: _reduxjs_toolkit_query.Api<(args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", never> & {
|
|
6
|
+
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
7
|
+
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>;
|
|
8
|
+
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
9
|
+
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>;
|
|
10
|
+
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>;
|
|
11
|
+
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>;
|
|
12
|
+
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
13
|
+
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
14
|
+
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
15
|
+
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>;
|
|
16
|
+
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>;
|
|
17
|
+
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>;
|
|
18
|
+
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>;
|
|
19
|
+
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>;
|
|
20
|
+
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>;
|
|
21
|
+
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>;
|
|
22
|
+
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>;
|
|
23
|
+
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>;
|
|
24
|
+
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
25
|
+
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>;
|
|
26
|
+
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>;
|
|
27
|
+
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>;
|
|
28
|
+
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>;
|
|
29
|
+
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>;
|
|
30
|
+
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>;
|
|
31
|
+
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
32
|
+
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>;
|
|
33
|
+
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>;
|
|
34
|
+
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>;
|
|
35
|
+
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>;
|
|
36
|
+
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>;
|
|
37
|
+
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>;
|
|
38
|
+
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
39
|
+
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>;
|
|
40
|
+
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>;
|
|
41
|
+
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>;
|
|
42
|
+
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>;
|
|
43
|
+
getUserKeys: _reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetUserKeysApiResponse, "api", unknown>;
|
|
44
|
+
getKeys: _reduxjs_toolkit_query.QueryDefinition<GetKeysApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysApiResponse, "api", unknown>;
|
|
45
|
+
upsertKey: _reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpsertKeyApiResponse, "api", unknown>;
|
|
46
|
+
getKeyById: _reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyByIdApiResponse, "api", unknown>;
|
|
47
|
+
deleteKey: _reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
48
|
+
getKeychains: _reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainsApiResponse, "api", unknown>;
|
|
49
|
+
createKeychain: _reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateKeychainApiResponse, "api", unknown>;
|
|
50
|
+
getKeychainById: _reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainByIdApiResponse, "api", unknown>;
|
|
51
|
+
updateKeychain: _reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateKeychainApiResponse, "api", unknown>;
|
|
52
|
+
deleteKeychain: _reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
53
|
+
addKeyToKeychain: _reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
54
|
+
removeKeyFromKeychain: _reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
55
|
+
getKeysOfKeychain: _reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysOfKeychainApiResponse, "api", unknown>;
|
|
56
|
+
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "api", unknown>;
|
|
57
|
+
getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "api", unknown>;
|
|
58
|
+
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetPlansApiResponse, "api", unknown>;
|
|
59
|
+
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetSubscriptionsApiResponse, "api", unknown>;
|
|
60
|
+
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>;
|
|
61
|
+
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>;
|
|
62
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgrade: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>;
|
|
63
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgradePreview: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>;
|
|
64
|
+
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
65
|
+
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "api", unknown>;
|
|
66
|
+
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "api", unknown>;
|
|
67
|
+
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
68
|
+
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
69
|
+
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
70
|
+
}, "api", "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
70
71
|
|
|
71
72
|
type GetMyAcademyCirriculaApiResponse = unknown;
|
|
72
73
|
type GetMyAcademyCirriculaApiArg = {
|
|
@@ -1851,14 +1852,43 @@ type AcceptInvitationApiArg = {
|
|
|
1851
1852
|
/** The ID of the invitation */
|
|
1852
1853
|
invitationId: string;
|
|
1853
1854
|
};
|
|
1854
|
-
type
|
|
1855
|
+
type GetUserKeysApiResponse = {
|
|
1855
1856
|
page: number;
|
|
1856
1857
|
page_size: number;
|
|
1857
1858
|
total_count: number;
|
|
1858
1859
|
keys: {
|
|
1859
|
-
/** Unique
|
|
1860
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1861
|
+
id: string;
|
|
1862
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1863
|
+
owner: string;
|
|
1864
|
+
/** Operation permitted by the key. */
|
|
1865
|
+
function: string;
|
|
1866
|
+
/** Category for the key. */
|
|
1867
|
+
category: string;
|
|
1868
|
+
/** Subcategory for the key. */
|
|
1869
|
+
subcategory: string;
|
|
1870
|
+
/** Human readable description of the key. */
|
|
1871
|
+
description: string;
|
|
1872
|
+
/** Timestamp when the resource was created. */
|
|
1873
|
+
created_at: string;
|
|
1874
|
+
/** Timestamp when the resource was updated. */
|
|
1875
|
+
updated_at: string;
|
|
1876
|
+
/** SQL null Timestamp to handle null values of time. */
|
|
1877
|
+
deleted_at?: string;
|
|
1878
|
+
}[];
|
|
1879
|
+
};
|
|
1880
|
+
type GetUserKeysApiArg = {
|
|
1881
|
+
/** Organization ID */
|
|
1882
|
+
orgId: string;
|
|
1883
|
+
};
|
|
1884
|
+
type GetKeysApiResponse = {
|
|
1885
|
+
page: number;
|
|
1886
|
+
page_size: number;
|
|
1887
|
+
total_count: number;
|
|
1888
|
+
keys: {
|
|
1889
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1860
1890
|
id: string;
|
|
1861
|
-
/**
|
|
1891
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1862
1892
|
owner: string;
|
|
1863
1893
|
/** Operation permitted by the key. */
|
|
1864
1894
|
function: string;
|
|
@@ -1876,7 +1906,7 @@ type GetKeyApiResponse = {
|
|
|
1876
1906
|
deleted_at?: string;
|
|
1877
1907
|
}[];
|
|
1878
1908
|
};
|
|
1879
|
-
type
|
|
1909
|
+
type GetKeysApiArg = {
|
|
1880
1910
|
/** Get responses by page */
|
|
1881
1911
|
page?: string;
|
|
1882
1912
|
/** Get responses by pagesize */
|
|
@@ -1887,9 +1917,9 @@ type GetKeyApiArg = {
|
|
|
1887
1917
|
order?: string;
|
|
1888
1918
|
};
|
|
1889
1919
|
type UpsertKeyApiResponse = {
|
|
1890
|
-
/** Unique
|
|
1920
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1891
1921
|
id: string;
|
|
1892
|
-
/**
|
|
1922
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1893
1923
|
owner: string;
|
|
1894
1924
|
/** Operation permitted by the key. */
|
|
1895
1925
|
function: string;
|
|
@@ -1908,7 +1938,7 @@ type UpsertKeyApiResponse = {
|
|
|
1908
1938
|
};
|
|
1909
1939
|
type UpsertKeyApiArg = {
|
|
1910
1940
|
body: {
|
|
1911
|
-
/**
|
|
1941
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1912
1942
|
id?: string;
|
|
1913
1943
|
/** Operation permitted by the key. */
|
|
1914
1944
|
function?: string;
|
|
@@ -1921,9 +1951,9 @@ type UpsertKeyApiArg = {
|
|
|
1921
1951
|
};
|
|
1922
1952
|
};
|
|
1923
1953
|
type GetKeyByIdApiResponse = {
|
|
1924
|
-
/** Unique
|
|
1954
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1925
1955
|
id: string;
|
|
1926
|
-
/**
|
|
1956
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1927
1957
|
owner: string;
|
|
1928
1958
|
/** Operation permitted by the key. */
|
|
1929
1959
|
function: string;
|
|
@@ -2610,7 +2640,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
2610
2640
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2611
2641
|
}) => R) | undefined;
|
|
2612
2642
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2613
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2643
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2614
2644
|
};
|
|
2615
2645
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
2616
2646
|
requestId?: undefined;
|
|
@@ -2769,8 +2799,9 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
2769
2799
|
isError: true;
|
|
2770
2800
|
})) => R) | undefined;
|
|
2771
2801
|
fixedCacheKey?: string | undefined;
|
|
2772
|
-
} | undefined) => readonly [(arg: CreateAcademyCurriculaApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2773
|
-
|
|
2802
|
+
} | undefined) => readonly [(arg: CreateAcademyCurriculaApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2803
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
2804
|
+
originalArgs?: CreateAcademyCurriculaApiArg | undefined;
|
|
2774
2805
|
reset: () => void;
|
|
2775
2806
|
}];
|
|
2776
2807
|
declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
@@ -2934,7 +2965,7 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
2934
2965
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2935
2966
|
}) => R) | undefined;
|
|
2936
2967
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2937
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2968
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2938
2969
|
};
|
|
2939
2970
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
2940
2971
|
data?: undefined;
|
|
@@ -3097,7 +3128,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
3097
3128
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3098
3129
|
}) => R) | undefined;
|
|
3099
3130
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3100
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>>;
|
|
3131
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>>;
|
|
3101
3132
|
};
|
|
3102
3133
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
3103
3134
|
requestId?: undefined;
|
|
@@ -3256,8 +3287,9 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
3256
3287
|
isError: true;
|
|
3257
3288
|
})) => R) | undefined;
|
|
3258
3289
|
fixedCacheKey?: string | undefined;
|
|
3259
|
-
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3260
|
-
|
|
3290
|
+
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3291
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
3292
|
+
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
3261
3293
|
reset: () => void;
|
|
3262
3294
|
}];
|
|
3263
3295
|
declare const useWithdrawFromAcademyContentMutation: <R extends Record<string, any> = ({
|
|
@@ -3417,8 +3449,9 @@ declare const useWithdrawFromAcademyContentMutation: <R extends Record<string, a
|
|
|
3417
3449
|
isError: true;
|
|
3418
3450
|
})) => R) | undefined;
|
|
3419
3451
|
fixedCacheKey?: string | undefined;
|
|
3420
|
-
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3421
|
-
|
|
3452
|
+
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3453
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
3454
|
+
originalArgs?: WithdrawFromAcademyContentApiArg | undefined;
|
|
3422
3455
|
reset: () => void;
|
|
3423
3456
|
}];
|
|
3424
3457
|
declare const useUpdateAcademyCurriculaByIdMutation: <R extends Record<string, any> = ({
|
|
@@ -3578,8 +3611,9 @@ declare const useUpdateAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
3578
3611
|
isError: true;
|
|
3579
3612
|
})) => R) | undefined;
|
|
3580
3613
|
fixedCacheKey?: string | undefined;
|
|
3581
|
-
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3582
|
-
|
|
3614
|
+
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3615
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
3616
|
+
originalArgs?: UpdateAcademyCurriculaByIdApiArg | undefined;
|
|
3583
3617
|
reset: () => void;
|
|
3584
3618
|
}];
|
|
3585
3619
|
declare const useDeleteAcademyCurriculaByIdMutation: <R extends Record<string, any> = ({
|
|
@@ -3739,8 +3773,9 @@ declare const useDeleteAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
3739
3773
|
isError: true;
|
|
3740
3774
|
})) => R) | undefined;
|
|
3741
3775
|
fixedCacheKey?: string | undefined;
|
|
3742
|
-
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3743
|
-
|
|
3776
|
+
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3777
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
3778
|
+
originalArgs?: DeleteAcademyCurriculaByIdApiArg | undefined;
|
|
3744
3779
|
reset: () => void;
|
|
3745
3780
|
}];
|
|
3746
3781
|
declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> = ({
|
|
@@ -3904,7 +3939,7 @@ declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> =
|
|
|
3904
3939
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3905
3940
|
}) => R) | undefined;
|
|
3906
3941
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3907
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>>;
|
|
3942
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>>;
|
|
3908
3943
|
};
|
|
3909
3944
|
declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<string, any> = ({
|
|
3910
3945
|
data?: undefined;
|
|
@@ -4067,7 +4102,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
4067
4102
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4068
4103
|
}) => R) | undefined;
|
|
4069
4104
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4070
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>>;
|
|
4105
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>>;
|
|
4071
4106
|
};
|
|
4072
4107
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
4073
4108
|
requestId?: undefined;
|
|
@@ -4226,8 +4261,9 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
4226
4261
|
isError: true;
|
|
4227
4262
|
})) => R) | undefined;
|
|
4228
4263
|
fixedCacheKey?: string | undefined;
|
|
4229
|
-
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4230
|
-
|
|
4264
|
+
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4265
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
4266
|
+
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
4231
4267
|
reset: () => void;
|
|
4232
4268
|
}];
|
|
4233
4269
|
declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
@@ -4391,7 +4427,7 @@ declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
|
4391
4427
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4392
4428
|
}) => R) | undefined;
|
|
4393
4429
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4394
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>>;
|
|
4430
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>>;
|
|
4395
4431
|
};
|
|
4396
4432
|
declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
4397
4433
|
requestId?: undefined;
|
|
@@ -4550,8 +4586,9 @@ declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
|
4550
4586
|
isError: true;
|
|
4551
4587
|
})) => R) | undefined;
|
|
4552
4588
|
fixedCacheKey?: string | undefined;
|
|
4553
|
-
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4554
|
-
|
|
4589
|
+
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4590
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
4591
|
+
originalArgs?: StartTestByIdApiArg | undefined;
|
|
4555
4592
|
reset: () => void;
|
|
4556
4593
|
}];
|
|
4557
4594
|
declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<string, any> = ({
|
|
@@ -4715,7 +4752,7 @@ declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<strin
|
|
|
4715
4752
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4716
4753
|
}) => R) | undefined;
|
|
4717
4754
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4718
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>>;
|
|
4755
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>>;
|
|
4719
4756
|
};
|
|
4720
4757
|
declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
4721
4758
|
requestId?: undefined;
|
|
@@ -4874,8 +4911,9 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
4874
4911
|
isError: true;
|
|
4875
4912
|
})) => R) | undefined;
|
|
4876
4913
|
fixedCacheKey?: string | undefined;
|
|
4877
|
-
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4878
|
-
|
|
4914
|
+
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4915
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
4916
|
+
originalArgs?: SubmitQuizApiArg | undefined;
|
|
4879
4917
|
reset: () => void;
|
|
4880
4918
|
}];
|
|
4881
4919
|
declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = ({
|
|
@@ -5039,7 +5077,7 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
5039
5077
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5040
5078
|
}) => R) | undefined;
|
|
5041
5079
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5042
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>;
|
|
5080
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>;
|
|
5043
5081
|
};
|
|
5044
5082
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
5045
5083
|
data?: undefined;
|
|
@@ -5202,7 +5240,7 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
5202
5240
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5203
5241
|
}) => R) | undefined;
|
|
5204
5242
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5205
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>>;
|
|
5243
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>>;
|
|
5206
5244
|
};
|
|
5207
5245
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
5208
5246
|
data?: undefined;
|
|
@@ -5365,7 +5403,7 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
5365
5403
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5366
5404
|
}) => R) | undefined;
|
|
5367
5405
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5368
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>>;
|
|
5406
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>>;
|
|
5369
5407
|
};
|
|
5370
5408
|
declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
5371
5409
|
requestId?: undefined;
|
|
@@ -5524,8 +5562,9 @@ declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
|
5524
5562
|
isError: true;
|
|
5525
5563
|
})) => R) | undefined;
|
|
5526
5564
|
fixedCacheKey?: string | undefined;
|
|
5527
|
-
} | undefined) => readonly [(arg: DeleteBadgeByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5528
|
-
|
|
5565
|
+
} | undefined) => readonly [(arg: DeleteBadgeByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5566
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
5567
|
+
originalArgs?: DeleteBadgeByIdApiArg | undefined;
|
|
5529
5568
|
reset: () => void;
|
|
5530
5569
|
}];
|
|
5531
5570
|
declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
@@ -5689,7 +5728,7 @@ declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
|
5689
5728
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5690
5729
|
}) => R) | undefined;
|
|
5691
5730
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5692
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>>;
|
|
5731
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>>;
|
|
5693
5732
|
};
|
|
5694
5733
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
5695
5734
|
requestId?: undefined;
|
|
@@ -5848,8 +5887,9 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
5848
5887
|
isError: true;
|
|
5849
5888
|
})) => R) | undefined;
|
|
5850
5889
|
fixedCacheKey?: string | undefined;
|
|
5851
|
-
} | undefined) => readonly [(arg: CreateOrUpdateBadgeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5852
|
-
|
|
5890
|
+
} | undefined) => readonly [(arg: CreateOrUpdateBadgeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5891
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
5892
|
+
originalArgs?: CreateOrUpdateBadgeApiArg | undefined;
|
|
5853
5893
|
reset: () => void;
|
|
5854
5894
|
}];
|
|
5855
5895
|
declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
@@ -6009,8 +6049,9 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
6009
6049
|
isError: true;
|
|
6010
6050
|
})) => R) | undefined;
|
|
6011
6051
|
fixedCacheKey?: string | undefined;
|
|
6012
|
-
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6013
|
-
|
|
6052
|
+
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6053
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
6054
|
+
originalArgs?: ImportDesignApiArg | undefined;
|
|
6014
6055
|
reset: () => void;
|
|
6015
6056
|
}];
|
|
6016
6057
|
declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
@@ -6170,8 +6211,9 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
6170
6211
|
isError: true;
|
|
6171
6212
|
})) => R) | undefined;
|
|
6172
6213
|
fixedCacheKey?: string | undefined;
|
|
6173
|
-
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6174
|
-
|
|
6214
|
+
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6215
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
6216
|
+
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
6175
6217
|
reset: () => void;
|
|
6176
6218
|
}];
|
|
6177
6219
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
@@ -6335,7 +6377,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
6335
6377
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6336
6378
|
}) => R) | undefined;
|
|
6337
6379
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6338
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>>;
|
|
6380
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>>;
|
|
6339
6381
|
};
|
|
6340
6382
|
declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
6341
6383
|
requestId?: undefined;
|
|
@@ -6494,8 +6536,9 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
6494
6536
|
isError: true;
|
|
6495
6537
|
})) => R) | undefined;
|
|
6496
6538
|
fixedCacheKey?: string | undefined;
|
|
6497
|
-
} | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6498
|
-
|
|
6539
|
+
} | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6540
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
6541
|
+
originalArgs?: DeleteEventsByIdApiArg | undefined;
|
|
6499
6542
|
reset: () => void;
|
|
6500
6543
|
}];
|
|
6501
6544
|
declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
@@ -6655,8 +6698,9 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
6655
6698
|
isError: true;
|
|
6656
6699
|
})) => R) | undefined;
|
|
6657
6700
|
fixedCacheKey?: string | undefined;
|
|
6658
|
-
} | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6659
|
-
|
|
6701
|
+
} | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6702
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
6703
|
+
originalArgs?: PostEventsApiArg | undefined;
|
|
6660
6704
|
reset: () => void;
|
|
6661
6705
|
}];
|
|
6662
6706
|
declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
@@ -6816,8 +6860,9 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
6816
6860
|
isError: true;
|
|
6817
6861
|
})) => R) | undefined;
|
|
6818
6862
|
fixedCacheKey?: string | undefined;
|
|
6819
|
-
} | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6820
|
-
|
|
6863
|
+
} | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6864
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
6865
|
+
originalArgs?: DeleteEventsApiArg | undefined;
|
|
6821
6866
|
reset: () => void;
|
|
6822
6867
|
}];
|
|
6823
6868
|
declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
@@ -6977,8 +7022,9 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
6977
7022
|
isError: true;
|
|
6978
7023
|
})) => R) | undefined;
|
|
6979
7024
|
fixedCacheKey?: string | undefined;
|
|
6980
|
-
} | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6981
|
-
|
|
7025
|
+
} | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7026
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
7027
|
+
originalArgs?: PutEventsStatusApiArg | undefined;
|
|
6982
7028
|
reset: () => void;
|
|
6983
7029
|
}];
|
|
6984
7030
|
declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = ({
|
|
@@ -7138,8 +7184,9 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
7138
7184
|
isError: true;
|
|
7139
7185
|
})) => R) | undefined;
|
|
7140
7186
|
fixedCacheKey?: string | undefined;
|
|
7141
|
-
} | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7142
|
-
|
|
7187
|
+
} | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7188
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
7189
|
+
originalArgs?: PutEventsByIdStatusApiArg | undefined;
|
|
7143
7190
|
reset: () => void;
|
|
7144
7191
|
}];
|
|
7145
7192
|
declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
@@ -7303,7 +7350,7 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
7303
7350
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7304
7351
|
}) => R) | undefined;
|
|
7305
7352
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7306
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>>;
|
|
7353
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>>;
|
|
7307
7354
|
};
|
|
7308
7355
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
7309
7356
|
data?: undefined;
|
|
@@ -7466,7 +7513,7 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
7466
7513
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7467
7514
|
}) => R) | undefined;
|
|
7468
7515
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7469
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>>;
|
|
7516
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>>;
|
|
7470
7517
|
};
|
|
7471
7518
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
7472
7519
|
data?: undefined;
|
|
@@ -7629,7 +7676,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
7629
7676
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7630
7677
|
}) => R) | undefined;
|
|
7631
7678
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7632
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>>;
|
|
7679
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>>;
|
|
7633
7680
|
};
|
|
7634
7681
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
7635
7682
|
requestId?: undefined;
|
|
@@ -7788,8 +7835,9 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
7788
7835
|
isError: true;
|
|
7789
7836
|
})) => R) | undefined;
|
|
7790
7837
|
fixedCacheKey?: string | undefined;
|
|
7791
|
-
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7792
|
-
|
|
7838
|
+
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7839
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
7840
|
+
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
7793
7841
|
reset: () => void;
|
|
7794
7842
|
}];
|
|
7795
7843
|
declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
@@ -7949,8 +7997,9 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
7949
7997
|
isError: true;
|
|
7950
7998
|
})) => R) | undefined;
|
|
7951
7999
|
fixedCacheKey?: string | undefined;
|
|
7952
|
-
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7953
|
-
|
|
8000
|
+
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8001
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
8002
|
+
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
7954
8003
|
reset: () => void;
|
|
7955
8004
|
}];
|
|
7956
8005
|
declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
@@ -8114,7 +8163,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
8114
8163
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8115
8164
|
}) => R) | undefined;
|
|
8116
8165
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8117
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>>;
|
|
8166
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>>;
|
|
8118
8167
|
};
|
|
8119
8168
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
8120
8169
|
requestId?: undefined;
|
|
@@ -8273,8 +8322,9 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8273
8322
|
isError: true;
|
|
8274
8323
|
})) => R) | undefined;
|
|
8275
8324
|
fixedCacheKey?: string | undefined;
|
|
8276
|
-
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8277
|
-
|
|
8325
|
+
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8326
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
8327
|
+
originalArgs?: CreateInvitationApiArg | undefined;
|
|
8278
8328
|
reset: () => void;
|
|
8279
8329
|
}];
|
|
8280
8330
|
declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
@@ -8434,11 +8484,175 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8434
8484
|
isError: true;
|
|
8435
8485
|
})) => R) | undefined;
|
|
8436
8486
|
fixedCacheKey?: string | undefined;
|
|
8437
|
-
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8438
|
-
|
|
8487
|
+
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8488
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
8489
|
+
originalArgs?: AcceptInvitationApiArg | undefined;
|
|
8439
8490
|
reset: () => void;
|
|
8440
8491
|
}];
|
|
8441
|
-
declare const
|
|
8492
|
+
declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
|
|
8493
|
+
data?: undefined;
|
|
8494
|
+
error?: undefined;
|
|
8495
|
+
fulfilledTimeStamp?: undefined;
|
|
8496
|
+
originalArgs?: undefined;
|
|
8497
|
+
requestId?: undefined;
|
|
8498
|
+
endpointName?: string | undefined;
|
|
8499
|
+
startedTimeStamp?: undefined;
|
|
8500
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8501
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8502
|
+
isLoading: false;
|
|
8503
|
+
isFetching: false;
|
|
8504
|
+
isSuccess: false;
|
|
8505
|
+
isError: false;
|
|
8506
|
+
isUninitialized: true;
|
|
8507
|
+
} | {
|
|
8508
|
+
error?: unknown;
|
|
8509
|
+
fulfilledTimeStamp?: number | undefined;
|
|
8510
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8511
|
+
requestId?: string | undefined;
|
|
8512
|
+
endpointName?: string | undefined;
|
|
8513
|
+
startedTimeStamp?: number | undefined;
|
|
8514
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8515
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8516
|
+
isUninitialized: false;
|
|
8517
|
+
isSuccess: false;
|
|
8518
|
+
isError: false;
|
|
8519
|
+
isLoading: true;
|
|
8520
|
+
isFetching: boolean;
|
|
8521
|
+
data: undefined;
|
|
8522
|
+
} | {
|
|
8523
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8524
|
+
requestId?: string | undefined;
|
|
8525
|
+
endpointName?: string | undefined;
|
|
8526
|
+
startedTimeStamp?: number | undefined;
|
|
8527
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8528
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8529
|
+
isUninitialized: false;
|
|
8530
|
+
isLoading: false;
|
|
8531
|
+
isError: false;
|
|
8532
|
+
isSuccess: true;
|
|
8533
|
+
isFetching: true;
|
|
8534
|
+
error: undefined;
|
|
8535
|
+
data: GetUserKeysApiResponse;
|
|
8536
|
+
fulfilledTimeStamp: number;
|
|
8537
|
+
} | {
|
|
8538
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8539
|
+
requestId?: string | undefined;
|
|
8540
|
+
endpointName?: string | undefined;
|
|
8541
|
+
startedTimeStamp?: number | undefined;
|
|
8542
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8543
|
+
isUninitialized: false;
|
|
8544
|
+
isLoading: false;
|
|
8545
|
+
isError: false;
|
|
8546
|
+
isSuccess: true;
|
|
8547
|
+
isFetching: false;
|
|
8548
|
+
error: undefined;
|
|
8549
|
+
data: GetUserKeysApiResponse;
|
|
8550
|
+
fulfilledTimeStamp: number;
|
|
8551
|
+
currentData: GetUserKeysApiResponse;
|
|
8552
|
+
} | {
|
|
8553
|
+
data?: GetUserKeysApiResponse | undefined;
|
|
8554
|
+
fulfilledTimeStamp?: number | undefined;
|
|
8555
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8556
|
+
requestId?: string | undefined;
|
|
8557
|
+
endpointName?: string | undefined;
|
|
8558
|
+
startedTimeStamp?: number | undefined;
|
|
8559
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8560
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8561
|
+
isUninitialized: false;
|
|
8562
|
+
isLoading: false;
|
|
8563
|
+
isFetching: false;
|
|
8564
|
+
isSuccess: false;
|
|
8565
|
+
isError: true;
|
|
8566
|
+
error: unknown;
|
|
8567
|
+
}) & {
|
|
8568
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8569
|
+
}>(arg: GetUserKeysApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
8570
|
+
skip?: boolean | undefined;
|
|
8571
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
8572
|
+
} & {
|
|
8573
|
+
skip?: boolean | undefined;
|
|
8574
|
+
selectFromResult?: ((state: ({
|
|
8575
|
+
data?: undefined;
|
|
8576
|
+
error?: undefined;
|
|
8577
|
+
fulfilledTimeStamp?: undefined;
|
|
8578
|
+
originalArgs?: undefined;
|
|
8579
|
+
requestId?: undefined;
|
|
8580
|
+
endpointName?: string | undefined;
|
|
8581
|
+
startedTimeStamp?: undefined;
|
|
8582
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8583
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8584
|
+
isLoading: false;
|
|
8585
|
+
isFetching: false;
|
|
8586
|
+
isSuccess: false;
|
|
8587
|
+
isError: false;
|
|
8588
|
+
isUninitialized: true;
|
|
8589
|
+
} | {
|
|
8590
|
+
error?: unknown;
|
|
8591
|
+
fulfilledTimeStamp?: number | undefined;
|
|
8592
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8593
|
+
requestId?: string | undefined;
|
|
8594
|
+
endpointName?: string | undefined;
|
|
8595
|
+
startedTimeStamp?: number | undefined;
|
|
8596
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8597
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8598
|
+
isUninitialized: false;
|
|
8599
|
+
isSuccess: false;
|
|
8600
|
+
isError: false;
|
|
8601
|
+
isLoading: true;
|
|
8602
|
+
isFetching: boolean;
|
|
8603
|
+
data: undefined;
|
|
8604
|
+
} | {
|
|
8605
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8606
|
+
requestId?: string | undefined;
|
|
8607
|
+
endpointName?: string | undefined;
|
|
8608
|
+
startedTimeStamp?: number | undefined;
|
|
8609
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8610
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8611
|
+
isUninitialized: false;
|
|
8612
|
+
isLoading: false;
|
|
8613
|
+
isError: false;
|
|
8614
|
+
isSuccess: true;
|
|
8615
|
+
isFetching: true;
|
|
8616
|
+
error: undefined;
|
|
8617
|
+
data: GetUserKeysApiResponse;
|
|
8618
|
+
fulfilledTimeStamp: number;
|
|
8619
|
+
} | {
|
|
8620
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8621
|
+
requestId?: string | undefined;
|
|
8622
|
+
endpointName?: string | undefined;
|
|
8623
|
+
startedTimeStamp?: number | undefined;
|
|
8624
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8625
|
+
isUninitialized: false;
|
|
8626
|
+
isLoading: false;
|
|
8627
|
+
isError: false;
|
|
8628
|
+
isSuccess: true;
|
|
8629
|
+
isFetching: false;
|
|
8630
|
+
error: undefined;
|
|
8631
|
+
data: GetUserKeysApiResponse;
|
|
8632
|
+
fulfilledTimeStamp: number;
|
|
8633
|
+
currentData: GetUserKeysApiResponse;
|
|
8634
|
+
} | {
|
|
8635
|
+
data?: GetUserKeysApiResponse | undefined;
|
|
8636
|
+
fulfilledTimeStamp?: number | undefined;
|
|
8637
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
8638
|
+
requestId?: string | undefined;
|
|
8639
|
+
endpointName?: string | undefined;
|
|
8640
|
+
startedTimeStamp?: number | undefined;
|
|
8641
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8642
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
8643
|
+
isUninitialized: false;
|
|
8644
|
+
isLoading: false;
|
|
8645
|
+
isFetching: false;
|
|
8646
|
+
isSuccess: false;
|
|
8647
|
+
isError: true;
|
|
8648
|
+
error: unknown;
|
|
8649
|
+
}) & {
|
|
8650
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8651
|
+
}) => R) | undefined;
|
|
8652
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8653
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetUserKeysApiResponse, "api", unknown>>;
|
|
8654
|
+
};
|
|
8655
|
+
declare const useGetKeysQuery: <R extends Record<string, any> = ({
|
|
8442
8656
|
data?: undefined;
|
|
8443
8657
|
error?: undefined;
|
|
8444
8658
|
fulfilledTimeStamp?: undefined;
|
|
@@ -8447,7 +8661,7 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8447
8661
|
endpointName?: string | undefined;
|
|
8448
8662
|
startedTimeStamp?: undefined;
|
|
8449
8663
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8450
|
-
currentData?:
|
|
8664
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8451
8665
|
isLoading: false;
|
|
8452
8666
|
isFetching: false;
|
|
8453
8667
|
isSuccess: false;
|
|
@@ -8456,12 +8670,12 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8456
8670
|
} | {
|
|
8457
8671
|
error?: unknown;
|
|
8458
8672
|
fulfilledTimeStamp?: number | undefined;
|
|
8459
|
-
originalArgs?:
|
|
8673
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8460
8674
|
requestId?: string | undefined;
|
|
8461
8675
|
endpointName?: string | undefined;
|
|
8462
8676
|
startedTimeStamp?: number | undefined;
|
|
8463
8677
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8464
|
-
currentData?:
|
|
8678
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8465
8679
|
isUninitialized: false;
|
|
8466
8680
|
isSuccess: false;
|
|
8467
8681
|
isError: false;
|
|
@@ -8469,22 +8683,22 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8469
8683
|
isFetching: boolean;
|
|
8470
8684
|
data: undefined;
|
|
8471
8685
|
} | {
|
|
8472
|
-
originalArgs?:
|
|
8686
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8473
8687
|
requestId?: string | undefined;
|
|
8474
8688
|
endpointName?: string | undefined;
|
|
8475
8689
|
startedTimeStamp?: number | undefined;
|
|
8476
8690
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8477
|
-
currentData?:
|
|
8691
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8478
8692
|
isUninitialized: false;
|
|
8479
8693
|
isLoading: false;
|
|
8480
8694
|
isError: false;
|
|
8481
8695
|
isSuccess: true;
|
|
8482
8696
|
isFetching: true;
|
|
8483
8697
|
error: undefined;
|
|
8484
|
-
data:
|
|
8698
|
+
data: GetKeysApiResponse;
|
|
8485
8699
|
fulfilledTimeStamp: number;
|
|
8486
8700
|
} | {
|
|
8487
|
-
originalArgs?:
|
|
8701
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8488
8702
|
requestId?: string | undefined;
|
|
8489
8703
|
endpointName?: string | undefined;
|
|
8490
8704
|
startedTimeStamp?: number | undefined;
|
|
@@ -8495,18 +8709,18 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8495
8709
|
isSuccess: true;
|
|
8496
8710
|
isFetching: false;
|
|
8497
8711
|
error: undefined;
|
|
8498
|
-
data:
|
|
8712
|
+
data: GetKeysApiResponse;
|
|
8499
8713
|
fulfilledTimeStamp: number;
|
|
8500
|
-
currentData:
|
|
8714
|
+
currentData: GetKeysApiResponse;
|
|
8501
8715
|
} | {
|
|
8502
|
-
data?:
|
|
8716
|
+
data?: GetKeysApiResponse | undefined;
|
|
8503
8717
|
fulfilledTimeStamp?: number | undefined;
|
|
8504
|
-
originalArgs?:
|
|
8718
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8505
8719
|
requestId?: string | undefined;
|
|
8506
8720
|
endpointName?: string | undefined;
|
|
8507
8721
|
startedTimeStamp?: number | undefined;
|
|
8508
8722
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8509
|
-
currentData?:
|
|
8723
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8510
8724
|
isUninitialized: false;
|
|
8511
8725
|
isLoading: false;
|
|
8512
8726
|
isFetching: false;
|
|
@@ -8515,7 +8729,7 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8515
8729
|
error: unknown;
|
|
8516
8730
|
}) & {
|
|
8517
8731
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8518
|
-
}>(arg:
|
|
8732
|
+
}>(arg: GetKeysApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
8519
8733
|
skip?: boolean | undefined;
|
|
8520
8734
|
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
8521
8735
|
} & {
|
|
@@ -8529,7 +8743,7 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8529
8743
|
endpointName?: string | undefined;
|
|
8530
8744
|
startedTimeStamp?: undefined;
|
|
8531
8745
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8532
|
-
currentData?:
|
|
8746
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8533
8747
|
isLoading: false;
|
|
8534
8748
|
isFetching: false;
|
|
8535
8749
|
isSuccess: false;
|
|
@@ -8538,12 +8752,12 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8538
8752
|
} | {
|
|
8539
8753
|
error?: unknown;
|
|
8540
8754
|
fulfilledTimeStamp?: number | undefined;
|
|
8541
|
-
originalArgs?:
|
|
8755
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8542
8756
|
requestId?: string | undefined;
|
|
8543
8757
|
endpointName?: string | undefined;
|
|
8544
8758
|
startedTimeStamp?: number | undefined;
|
|
8545
8759
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8546
|
-
currentData?:
|
|
8760
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8547
8761
|
isUninitialized: false;
|
|
8548
8762
|
isSuccess: false;
|
|
8549
8763
|
isError: false;
|
|
@@ -8551,22 +8765,22 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8551
8765
|
isFetching: boolean;
|
|
8552
8766
|
data: undefined;
|
|
8553
8767
|
} | {
|
|
8554
|
-
originalArgs?:
|
|
8768
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8555
8769
|
requestId?: string | undefined;
|
|
8556
8770
|
endpointName?: string | undefined;
|
|
8557
8771
|
startedTimeStamp?: number | undefined;
|
|
8558
8772
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8559
|
-
currentData?:
|
|
8773
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8560
8774
|
isUninitialized: false;
|
|
8561
8775
|
isLoading: false;
|
|
8562
8776
|
isError: false;
|
|
8563
8777
|
isSuccess: true;
|
|
8564
8778
|
isFetching: true;
|
|
8565
8779
|
error: undefined;
|
|
8566
|
-
data:
|
|
8780
|
+
data: GetKeysApiResponse;
|
|
8567
8781
|
fulfilledTimeStamp: number;
|
|
8568
8782
|
} | {
|
|
8569
|
-
originalArgs?:
|
|
8783
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8570
8784
|
requestId?: string | undefined;
|
|
8571
8785
|
endpointName?: string | undefined;
|
|
8572
8786
|
startedTimeStamp?: number | undefined;
|
|
@@ -8577,18 +8791,18 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8577
8791
|
isSuccess: true;
|
|
8578
8792
|
isFetching: false;
|
|
8579
8793
|
error: undefined;
|
|
8580
|
-
data:
|
|
8794
|
+
data: GetKeysApiResponse;
|
|
8581
8795
|
fulfilledTimeStamp: number;
|
|
8582
|
-
currentData:
|
|
8796
|
+
currentData: GetKeysApiResponse;
|
|
8583
8797
|
} | {
|
|
8584
|
-
data?:
|
|
8798
|
+
data?: GetKeysApiResponse | undefined;
|
|
8585
8799
|
fulfilledTimeStamp?: number | undefined;
|
|
8586
|
-
originalArgs?:
|
|
8800
|
+
originalArgs?: GetKeysApiArg | undefined;
|
|
8587
8801
|
requestId?: string | undefined;
|
|
8588
8802
|
endpointName?: string | undefined;
|
|
8589
8803
|
startedTimeStamp?: number | undefined;
|
|
8590
8804
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8591
|
-
currentData?:
|
|
8805
|
+
currentData?: GetKeysApiResponse | undefined;
|
|
8592
8806
|
isUninitialized: false;
|
|
8593
8807
|
isLoading: false;
|
|
8594
8808
|
isFetching: false;
|
|
@@ -8599,7 +8813,7 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8599
8813
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8600
8814
|
}) => R) | undefined;
|
|
8601
8815
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8602
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<
|
|
8816
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeysApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysApiResponse, "api", unknown>>;
|
|
8603
8817
|
};
|
|
8604
8818
|
declare const useUpsertKeyMutation: <R extends Record<string, any> = ({
|
|
8605
8819
|
requestId?: undefined;
|
|
@@ -8758,8 +8972,9 @@ declare const useUpsertKeyMutation: <R extends Record<string, any> = ({
|
|
|
8758
8972
|
isError: true;
|
|
8759
8973
|
})) => R) | undefined;
|
|
8760
8974
|
fixedCacheKey?: string | undefined;
|
|
8761
|
-
} | undefined) => readonly [(arg: UpsertKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpsertKeyApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8762
|
-
|
|
8975
|
+
} | undefined) => readonly [(arg: UpsertKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpsertKeyApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8976
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
8977
|
+
originalArgs?: UpsertKeyApiArg | undefined;
|
|
8763
8978
|
reset: () => void;
|
|
8764
8979
|
}];
|
|
8765
8980
|
declare const useGetKeyByIdQuery: <R extends Record<string, any> = ({
|
|
@@ -8923,7 +9138,7 @@ declare const useGetKeyByIdQuery: <R extends Record<string, any> = ({
|
|
|
8923
9138
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8924
9139
|
}) => R) | undefined;
|
|
8925
9140
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8926
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyByIdApiResponse, "api", unknown>>;
|
|
9141
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyByIdApiResponse, "api", unknown>>;
|
|
8927
9142
|
};
|
|
8928
9143
|
declare const useDeleteKeyMutation: <R extends Record<string, any> = ({
|
|
8929
9144
|
requestId?: undefined;
|
|
@@ -9082,8 +9297,9 @@ declare const useDeleteKeyMutation: <R extends Record<string, any> = ({
|
|
|
9082
9297
|
isError: true;
|
|
9083
9298
|
})) => R) | undefined;
|
|
9084
9299
|
fixedCacheKey?: string | undefined;
|
|
9085
|
-
} | undefined) => readonly [(arg: DeleteKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9086
|
-
|
|
9300
|
+
} | undefined) => readonly [(arg: DeleteKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9301
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
9302
|
+
originalArgs?: DeleteKeyApiArg | undefined;
|
|
9087
9303
|
reset: () => void;
|
|
9088
9304
|
}];
|
|
9089
9305
|
declare const useGetKeychainsQuery: <R extends Record<string, any> = ({
|
|
@@ -9247,7 +9463,7 @@ declare const useGetKeychainsQuery: <R extends Record<string, any> = ({
|
|
|
9247
9463
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
9248
9464
|
}) => R) | undefined;
|
|
9249
9465
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
9250
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainsApiResponse, "api", unknown>>;
|
|
9466
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainsApiResponse, "api", unknown>>;
|
|
9251
9467
|
};
|
|
9252
9468
|
declare const useCreateKeychainMutation: <R extends Record<string, any> = ({
|
|
9253
9469
|
requestId?: undefined;
|
|
@@ -9406,8 +9622,9 @@ declare const useCreateKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9406
9622
|
isError: true;
|
|
9407
9623
|
})) => R) | undefined;
|
|
9408
9624
|
fixedCacheKey?: string | undefined;
|
|
9409
|
-
} | undefined) => readonly [(arg: CreateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9410
|
-
|
|
9625
|
+
} | undefined) => readonly [(arg: CreateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9626
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
9627
|
+
originalArgs?: CreateKeychainApiArg | undefined;
|
|
9411
9628
|
reset: () => void;
|
|
9412
9629
|
}];
|
|
9413
9630
|
declare const useGetKeychainByIdQuery: <R extends Record<string, any> = ({
|
|
@@ -9571,7 +9788,7 @@ declare const useGetKeychainByIdQuery: <R extends Record<string, any> = ({
|
|
|
9571
9788
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
9572
9789
|
}) => R) | undefined;
|
|
9573
9790
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
9574
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainByIdApiResponse, "api", unknown>>;
|
|
9791
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainByIdApiResponse, "api", unknown>>;
|
|
9575
9792
|
};
|
|
9576
9793
|
declare const useUpdateKeychainMutation: <R extends Record<string, any> = ({
|
|
9577
9794
|
requestId?: undefined;
|
|
@@ -9730,8 +9947,9 @@ declare const useUpdateKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9730
9947
|
isError: true;
|
|
9731
9948
|
})) => R) | undefined;
|
|
9732
9949
|
fixedCacheKey?: string | undefined;
|
|
9733
|
-
} | undefined) => readonly [(arg: UpdateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9734
|
-
|
|
9950
|
+
} | undefined) => readonly [(arg: UpdateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9951
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
9952
|
+
originalArgs?: UpdateKeychainApiArg | undefined;
|
|
9735
9953
|
reset: () => void;
|
|
9736
9954
|
}];
|
|
9737
9955
|
declare const useDeleteKeychainMutation: <R extends Record<string, any> = ({
|
|
@@ -9891,8 +10109,9 @@ declare const useDeleteKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9891
10109
|
isError: true;
|
|
9892
10110
|
})) => R) | undefined;
|
|
9893
10111
|
fixedCacheKey?: string | undefined;
|
|
9894
|
-
} | undefined) => readonly [(arg: DeleteKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9895
|
-
|
|
10112
|
+
} | undefined) => readonly [(arg: DeleteKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10113
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
10114
|
+
originalArgs?: DeleteKeychainApiArg | undefined;
|
|
9896
10115
|
reset: () => void;
|
|
9897
10116
|
}];
|
|
9898
10117
|
declare const useAddKeyToKeychainMutation: <R extends Record<string, any> = ({
|
|
@@ -10052,8 +10271,9 @@ declare const useAddKeyToKeychainMutation: <R extends Record<string, any> = ({
|
|
|
10052
10271
|
isError: true;
|
|
10053
10272
|
})) => R) | undefined;
|
|
10054
10273
|
fixedCacheKey?: string | undefined;
|
|
10055
|
-
} | undefined) => readonly [(arg: AddKeyToKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10056
|
-
|
|
10274
|
+
} | undefined) => readonly [(arg: AddKeyToKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10275
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
10276
|
+
originalArgs?: AddKeyToKeychainApiArg | undefined;
|
|
10057
10277
|
reset: () => void;
|
|
10058
10278
|
}];
|
|
10059
10279
|
declare const useRemoveKeyFromKeychainMutation: <R extends Record<string, any> = ({
|
|
@@ -10213,8 +10433,9 @@ declare const useRemoveKeyFromKeychainMutation: <R extends Record<string, any> =
|
|
|
10213
10433
|
isError: true;
|
|
10214
10434
|
})) => R) | undefined;
|
|
10215
10435
|
fixedCacheKey?: string | undefined;
|
|
10216
|
-
} | undefined) => readonly [(arg: RemoveKeyFromKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10217
|
-
|
|
10436
|
+
} | undefined) => readonly [(arg: RemoveKeyFromKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10437
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
10438
|
+
originalArgs?: RemoveKeyFromKeychainApiArg | undefined;
|
|
10218
10439
|
reset: () => void;
|
|
10219
10440
|
}];
|
|
10220
10441
|
declare const useGetKeysOfKeychainQuery: <R extends Record<string, any> = ({
|
|
@@ -10378,7 +10599,7 @@ declare const useGetKeysOfKeychainQuery: <R extends Record<string, any> = ({
|
|
|
10378
10599
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10379
10600
|
}) => R) | undefined;
|
|
10380
10601
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10381
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysOfKeychainApiResponse, "api", unknown>>;
|
|
10602
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysOfKeychainApiResponse, "api", unknown>>;
|
|
10382
10603
|
};
|
|
10383
10604
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
10384
10605
|
requestId?: undefined;
|
|
@@ -10537,8 +10758,9 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
10537
10758
|
isError: true;
|
|
10538
10759
|
})) => R) | undefined;
|
|
10539
10760
|
fixedCacheKey?: string | undefined;
|
|
10540
|
-
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10541
|
-
|
|
10761
|
+
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10762
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
10763
|
+
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
10542
10764
|
reset: () => void;
|
|
10543
10765
|
}];
|
|
10544
10766
|
declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
|
|
@@ -10702,7 +10924,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
|
|
|
10702
10924
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10703
10925
|
}) => R) | undefined;
|
|
10704
10926
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10705
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "api", unknown>>;
|
|
10927
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "api", unknown>>;
|
|
10706
10928
|
};
|
|
10707
10929
|
declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
10708
10930
|
data?: undefined;
|
|
@@ -10865,7 +11087,7 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
10865
11087
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10866
11088
|
}) => R) | undefined;
|
|
10867
11089
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10868
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetPlansApiResponse, "api", unknown>>;
|
|
11090
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetPlansApiResponse, "api", unknown>>;
|
|
10869
11091
|
};
|
|
10870
11092
|
declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
10871
11093
|
data?: undefined;
|
|
@@ -11028,7 +11250,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
11028
11250
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
11029
11251
|
}) => R) | undefined;
|
|
11030
11252
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
11031
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetSubscriptionsApiResponse, "api", unknown>>;
|
|
11253
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetSubscriptionsApiResponse, "api", unknown>>;
|
|
11032
11254
|
};
|
|
11033
11255
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
11034
11256
|
requestId?: undefined;
|
|
@@ -11187,8 +11409,9 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
11187
11409
|
isError: true;
|
|
11188
11410
|
})) => R) | undefined;
|
|
11189
11411
|
fixedCacheKey?: string | undefined;
|
|
11190
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11191
|
-
|
|
11412
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11413
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
11414
|
+
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
11192
11415
|
reset: () => void;
|
|
11193
11416
|
}];
|
|
11194
11417
|
declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Record<string, any> = ({
|
|
@@ -11348,8 +11571,9 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
11348
11571
|
isError: true;
|
|
11349
11572
|
})) => R) | undefined;
|
|
11350
11573
|
fixedCacheKey?: string | undefined;
|
|
11351
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11352
|
-
|
|
11574
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11575
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
11576
|
+
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
11353
11577
|
reset: () => void;
|
|
11354
11578
|
}];
|
|
11355
11579
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradeMutation: <R extends Record<string, any> = ({
|
|
@@ -11509,8 +11733,9 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradeMutation:
|
|
|
11509
11733
|
isError: true;
|
|
11510
11734
|
})) => R) | undefined;
|
|
11511
11735
|
fixedCacheKey?: string | undefined;
|
|
11512
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11513
|
-
|
|
11736
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11737
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
11738
|
+
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg | undefined;
|
|
11514
11739
|
reset: () => void;
|
|
11515
11740
|
}];
|
|
11516
11741
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewMutation: <R extends Record<string, any> = ({
|
|
@@ -11670,8 +11895,9 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewMu
|
|
|
11670
11895
|
isError: true;
|
|
11671
11896
|
})) => R) | undefined;
|
|
11672
11897
|
fixedCacheKey?: string | undefined;
|
|
11673
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11674
|
-
|
|
11898
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11899
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
11900
|
+
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg | undefined;
|
|
11675
11901
|
reset: () => void;
|
|
11676
11902
|
}];
|
|
11677
11903
|
declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Record<string, any> = ({
|
|
@@ -11831,8 +12057,9 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
11831
12057
|
isError: true;
|
|
11832
12058
|
})) => R) | undefined;
|
|
11833
12059
|
fixedCacheKey?: string | undefined;
|
|
11834
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11835
|
-
|
|
12060
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12061
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
12062
|
+
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
11836
12063
|
reset: () => void;
|
|
11837
12064
|
}];
|
|
11838
12065
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
@@ -11996,7 +12223,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
11996
12223
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
11997
12224
|
}) => R) | undefined;
|
|
11998
12225
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
11999
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "api", unknown>>;
|
|
12226
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "api", unknown>>;
|
|
12000
12227
|
};
|
|
12001
12228
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
12002
12229
|
requestId?: undefined;
|
|
@@ -12155,8 +12382,9 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
12155
12382
|
isError: true;
|
|
12156
12383
|
})) => R) | undefined;
|
|
12157
12384
|
fixedCacheKey?: string | undefined;
|
|
12158
|
-
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12159
|
-
|
|
12385
|
+
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12386
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
12387
|
+
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
12160
12388
|
reset: () => void;
|
|
12161
12389
|
}];
|
|
12162
12390
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
@@ -12320,7 +12548,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
12320
12548
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
12321
12549
|
}) => R) | undefined;
|
|
12322
12550
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
12323
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "api", unknown>>;
|
|
12551
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "api", unknown>>;
|
|
12324
12552
|
};
|
|
12325
12553
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
12326
12554
|
requestId?: undefined;
|
|
@@ -12479,8 +12707,9 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
12479
12707
|
isError: true;
|
|
12480
12708
|
})) => R) | undefined;
|
|
12481
12709
|
fixedCacheKey?: string | undefined;
|
|
12482
|
-
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12483
|
-
|
|
12710
|
+
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12711
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
12712
|
+
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
12484
12713
|
reset: () => void;
|
|
12485
12714
|
}];
|
|
12486
12715
|
declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
@@ -12640,9 +12869,10 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
12640
12869
|
isError: true;
|
|
12641
12870
|
})) => R) | undefined;
|
|
12642
12871
|
fixedCacheKey?: string | undefined;
|
|
12643
|
-
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12644
|
-
|
|
12872
|
+
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_users" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12873
|
+
/** Unique identifier for the invitation , is also used as the invitation code */
|
|
12874
|
+
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
12645
12875
|
reset: () => void;
|
|
12646
12876
|
}];
|
|
12647
12877
|
|
|
12648
|
-
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type AddKeyToKeychainApiArg, type AddKeyToKeychainApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateKeychainApiArg, type CreateKeychainApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteAcademyCurriculaByIdApiArg, type DeleteAcademyCurriculaByIdApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteBadgeByIdApiArg, type DeleteBadgeByIdApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type DeleteKeyApiArg, type DeleteKeyApiResponse, type DeleteKeychainApiArg, type DeleteKeychainApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, type GetAcademyCurriculaByIdApiArg, type GetAcademyCurriculaByIdApiResponse, type GetAllTestSessionsForRegistrationApiArg, type GetAllTestSessionsForRegistrationApiResponse, type GetApiAcademyByTypeAndOrgIdSlugApiArg, type GetApiAcademyByTypeAndOrgIdSlugApiResponse, type GetApiAcademyRegistrationsByContentIdApiArg, type GetApiAcademyRegistrationsByContentIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetBadgeByIdApiArg, type GetBadgeByIdApiResponse, type GetCertificateByIdApiArg, type GetCertificateByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetFeaturesApiArg, type GetFeaturesApiResponse, type GetFeaturesByOrganizationApiArg, type GetFeaturesByOrganizationApiResponse, type GetInvitationApiArg, type GetInvitationApiResponse, type GetInvitationsApiArg, type GetInvitationsApiResponse, type
|
|
12878
|
+
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type AddKeyToKeychainApiArg, type AddKeyToKeychainApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateKeychainApiArg, type CreateKeychainApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteAcademyCurriculaByIdApiArg, type DeleteAcademyCurriculaByIdApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteBadgeByIdApiArg, type DeleteBadgeByIdApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type DeleteKeyApiArg, type DeleteKeyApiResponse, type DeleteKeychainApiArg, type DeleteKeychainApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, type GetAcademyCurriculaByIdApiArg, type GetAcademyCurriculaByIdApiResponse, type GetAllTestSessionsForRegistrationApiArg, type GetAllTestSessionsForRegistrationApiResponse, type GetApiAcademyByTypeAndOrgIdSlugApiArg, type GetApiAcademyByTypeAndOrgIdSlugApiResponse, type GetApiAcademyRegistrationsByContentIdApiArg, type GetApiAcademyRegistrationsByContentIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetBadgeByIdApiArg, type GetBadgeByIdApiResponse, type GetCertificateByIdApiArg, type GetCertificateByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetFeaturesApiArg, type GetFeaturesApiResponse, type GetFeaturesByOrganizationApiArg, type GetFeaturesByOrganizationApiResponse, type GetInvitationApiArg, type GetInvitationApiResponse, type GetInvitationsApiArg, type GetInvitationsApiResponse, type GetKeyByIdApiArg, type GetKeyByIdApiResponse, type GetKeychainByIdApiArg, type GetKeychainByIdApiResponse, type GetKeychainsApiArg, type GetKeychainsApiResponse, type GetKeysApiArg, type GetKeysApiResponse, type GetKeysOfKeychainApiArg, type GetKeysOfKeychainApiResponse, type GetMyAcademyCirriculaApiArg, type GetMyAcademyCirriculaApiResponse, type GetOrgByDomainApiArg, type GetOrgByDomainApiResponse, type GetPlansApiArg, type GetPlansApiResponse, type GetSubscriptionsApiArg, type GetSubscriptionsApiResponse, type GetTestByAbsPathApiArg, type GetTestByAbsPathApiResponse, type GetUserKeysApiArg, type GetUserKeysApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiResponse, type PostApiEntitlementSubscriptionsCreateApiArg, type PostApiEntitlementSubscriptionsCreateApiResponse, type PostApiEntitlementSubscriptionsWebhooksApiArg, type PostApiEntitlementSubscriptionsWebhooksApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type PutEventsByIdStatusApiArg, type PutEventsByIdStatusApiResponse, type PutEventsStatusApiArg, type PutEventsStatusApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RegisterToAcademyContentApiArg, type RegisterToAcademyContentApiResponse, type RemoveKeyFromKeychainApiArg, type RemoveKeyFromKeychainApiResponse, type StartTestByIdApiArg, type StartTestByIdApiResponse, type SubmitQuizApiArg, type SubmitQuizApiResponse, type UpdateAcademyCurriculaByIdApiArg, type UpdateAcademyCurriculaByIdApiResponse, type UpdateCurrentItemInProgressTrackerApiArg, type UpdateCurrentItemInProgressTrackerApiResponse, type UpdateInvitationApiArg, type UpdateInvitationApiResponse, type UpdateKeychainApiArg, type UpdateKeychainApiResponse, type UpsertKeyApiArg, type UpsertKeyApiResponse, type WithdrawFromAcademyContentApiArg, type WithdrawFromAcademyContentApiResponse, addTagTypes, injectedRtkApi as cloudApi, useAcceptInvitationMutation, useAddKeyToKeychainMutation, useCreateAcademyCurriculaMutation, useCreateEnvironmentMutation, useCreateInvitationMutation, useCreateKeychainMutation, useCreateOrUpdateBadgeMutation, useDeleteAcademyCurriculaByIdMutation, useDeleteApiWorkspacesByIdMutation, useDeleteBadgeByIdMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useDeleteInvitationMutation, useDeleteKeyMutation, useDeleteKeychainMutation, useGetAcademyAdminRegistrationsQuery, useGetAcademyAdminSummaryQuery, useGetAcademyCirriculaQuery, useGetAcademyCurriculaByIdQuery, useGetAllTestSessionsForRegistrationQuery, useGetApiAcademyByTypeAndOrgIdSlugQuery, useGetApiAcademyRegistrationsByContentIdQuery, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetBadgeByIdQuery, useGetCertificateByIdQuery, useGetEnvironmentsQuery, useGetFeaturesByOrganizationQuery, useGetFeaturesQuery, useGetInvitationQuery, useGetInvitationsQuery, useGetKeyByIdQuery, useGetKeychainByIdQuery, useGetKeychainsQuery, useGetKeysOfKeychainQuery, useGetKeysQuery, useGetMyAcademyCirriculaQuery, useGetOrgByDomainQuery, useGetPlansQuery, useGetSubscriptionsQuery, useGetTestByAbsPathQuery, useGetUserKeysQuery, useImportDesignMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradeMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewMutation, usePostApiEntitlementSubscriptionsCreateMutation, usePostApiEntitlementSubscriptionsWebhooksMutation, usePostApiWorkspacesMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterMeshmodelsMutation, useRegisterToAcademyContentMutation, useRemoveKeyFromKeychainMutation, useStartTestByIdMutation, useSubmitQuizMutation, useUpdateAcademyCurriculaByIdMutation, useUpdateCurrentItemInProgressTrackerMutation, useUpdateInvitationMutation, useUpdateKeychainMutation, useUpsertKeyMutation, useWithdrawFromAcademyContentMutation };
|