@meshery/schemas 0.8.72 → 0.8.74
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 +434 -131
- package/dist/cloudApi.d.ts +434 -131
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/index.d.mts +161 -0
- package/dist/index.d.ts +161 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/mesheryApi.d.mts +82 -82
- package/dist/mesheryApi.d.ts +82 -82
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -2,42 +2,44 @@ import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/
|
|
|
2
2
|
import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
|
|
3
3
|
|
|
4
4
|
declare const addTagTypes: readonly ["design_other", "model_other", "subscription_subscription", "subscription_other", "plan_Plans", "feature_Features", "workspace_workspaces", "environment_environments", "Academy_API_Academy", "Academy_API_other", "invitation_Invitation", "badge_Badge"];
|
|
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<{}, "design_other" | "model_other" | "
|
|
6
|
-
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
7
|
-
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
8
|
-
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
9
|
-
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
10
|
-
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
11
|
-
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
12
|
-
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
13
|
-
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
14
|
-
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
15
|
-
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
16
|
-
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
17
|
-
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
18
|
-
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
19
|
-
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
20
|
-
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
21
|
-
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
22
|
-
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
23
|
-
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
24
|
-
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
25
|
-
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
26
|
-
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
27
|
-
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
28
|
-
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
29
|
-
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
30
|
-
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
31
|
-
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
32
|
-
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
33
|
-
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
34
|
-
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
35
|
-
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
36
|
-
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
37
|
-
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
38
|
-
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
39
|
-
|
|
40
|
-
|
|
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<{}, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", never> & {
|
|
6
|
+
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", ImportDesignApiResponse, "api", unknown>;
|
|
7
|
+
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterMeshmodelsApiResponse, "api", unknown>;
|
|
8
|
+
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetSubscriptionsApiResponse, "api", unknown>;
|
|
9
|
+
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>;
|
|
10
|
+
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>;
|
|
11
|
+
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
12
|
+
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetPlansApiResponse, "api", unknown>;
|
|
13
|
+
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesApiResponse, "api", unknown>;
|
|
14
|
+
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesByOrganizationApiResponse, "api", unknown>;
|
|
15
|
+
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesApiResponse, "api", unknown>;
|
|
16
|
+
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiWorkspacesApiResponse, "api", unknown>;
|
|
17
|
+
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
18
|
+
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PutApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
19
|
+
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
20
|
+
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateEnvironmentApiResponse, "api", unknown>;
|
|
21
|
+
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetEnvironmentsApiResponse, "api", unknown>;
|
|
22
|
+
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
23
|
+
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateAcademyCurriculaApiResponse, "api", unknown>;
|
|
24
|
+
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
25
|
+
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>;
|
|
26
|
+
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterToAcademyContentApiResponse, "api", unknown>;
|
|
27
|
+
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>;
|
|
28
|
+
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>;
|
|
29
|
+
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", SubmitQuizApiResponse, "api", unknown>;
|
|
30
|
+
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", object, "api", unknown>;
|
|
31
|
+
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetAcademyAdminRegistrationsApiResponse, "api", unknown>;
|
|
32
|
+
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetCertificateByIdApiResponse, "api", unknown>;
|
|
33
|
+
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationApiResponse, "api", unknown>;
|
|
34
|
+
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
35
|
+
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateInvitationApiResponse, "api", unknown>;
|
|
36
|
+
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationsApiResponse, "api", unknown>;
|
|
37
|
+
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateInvitationApiResponse, "api", unknown>;
|
|
38
|
+
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", AcceptInvitationApiResponse, "api", unknown>;
|
|
39
|
+
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
40
|
+
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetBadgeByIdApiResponse, "api", unknown>;
|
|
41
|
+
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateOrUpdateBadgeApiResponse, "api", unknown>;
|
|
42
|
+
}, "api", "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
41
43
|
|
|
42
44
|
type ImportDesignApiResponse = {
|
|
43
45
|
message?: string;
|
|
@@ -444,26 +446,6 @@ type CreateAcademyCurriculaApiResponse = {
|
|
|
444
446
|
banner?: string | null;
|
|
445
447
|
/** Canonical URL for the learning path */
|
|
446
448
|
permalink: string;
|
|
447
|
-
badge?: {
|
|
448
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
449
|
-
id: string;
|
|
450
|
-
/** The ID of the organization in which this badge is available . */
|
|
451
|
-
org_id: string;
|
|
452
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
453
|
-
label: string;
|
|
454
|
-
/** Concise descriptor for the badge or certificate. */
|
|
455
|
-
name: string;
|
|
456
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
457
|
-
description: string;
|
|
458
|
-
/** URL to the badge image */
|
|
459
|
-
image_url: string;
|
|
460
|
-
/** Timestamp when the resource was created. */
|
|
461
|
-
created_at: string;
|
|
462
|
-
/** Timestamp when the resource was updated. */
|
|
463
|
-
updated_at: string;
|
|
464
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
465
|
-
deleted_at: string;
|
|
466
|
-
};
|
|
467
449
|
certificate?: {
|
|
468
450
|
/** Unique identifier for the certificate */
|
|
469
451
|
id: string;
|
|
@@ -541,26 +523,6 @@ type CreateAcademyCurriculaApiArg = {
|
|
|
541
523
|
banner?: string | null;
|
|
542
524
|
/** Canonical URL for the learning path */
|
|
543
525
|
permalink: string;
|
|
544
|
-
badge?: {
|
|
545
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
546
|
-
id: string;
|
|
547
|
-
/** The ID of the organization in which this badge is available . */
|
|
548
|
-
org_id: string;
|
|
549
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
550
|
-
label: string;
|
|
551
|
-
/** Concise descriptor for the badge or certificate. */
|
|
552
|
-
name: string;
|
|
553
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
554
|
-
description: string;
|
|
555
|
-
/** URL to the badge image */
|
|
556
|
-
image_url: string;
|
|
557
|
-
/** Timestamp when the resource was created. */
|
|
558
|
-
created_at: string;
|
|
559
|
-
/** Timestamp when the resource was updated. */
|
|
560
|
-
updated_at: string;
|
|
561
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
562
|
-
deleted_at: string;
|
|
563
|
-
};
|
|
564
526
|
certificate?: {
|
|
565
527
|
/** Unique identifier for the certificate */
|
|
566
528
|
id: string;
|
|
@@ -627,6 +589,14 @@ type GetAcademyCirriculaApiArg = {
|
|
|
627
589
|
status?: string[];
|
|
628
590
|
/** Search content by title */
|
|
629
591
|
search?: string;
|
|
592
|
+
/** Sort results by a specific field (e.g., title, createdAt) */
|
|
593
|
+
sort?: string;
|
|
594
|
+
/** Order of sorting (asc or desc) */
|
|
595
|
+
order?: "asc" | "desc";
|
|
596
|
+
/** Number of results per page */
|
|
597
|
+
pagesize?: number;
|
|
598
|
+
/** Page number */
|
|
599
|
+
page?: number;
|
|
630
600
|
};
|
|
631
601
|
type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
632
602
|
/** Id of the cirricula */
|
|
@@ -664,26 +634,6 @@ type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
|
664
634
|
banner?: string | null;
|
|
665
635
|
/** Canonical URL for the learning path */
|
|
666
636
|
permalink: string;
|
|
667
|
-
badge?: {
|
|
668
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
669
|
-
id: string;
|
|
670
|
-
/** The ID of the organization in which this badge is available . */
|
|
671
|
-
org_id: string;
|
|
672
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
673
|
-
label: string;
|
|
674
|
-
/** Concise descriptor for the badge or certificate. */
|
|
675
|
-
name: string;
|
|
676
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
677
|
-
description: string;
|
|
678
|
-
/** URL to the badge image */
|
|
679
|
-
image_url: string;
|
|
680
|
-
/** Timestamp when the resource was created. */
|
|
681
|
-
created_at: string;
|
|
682
|
-
/** Timestamp when the resource was updated. */
|
|
683
|
-
updated_at: string;
|
|
684
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
685
|
-
deleted_at: string;
|
|
686
|
-
};
|
|
687
637
|
certificate?: {
|
|
688
638
|
/** Unique identifier for the certificate */
|
|
689
639
|
id: string;
|
|
@@ -1353,6 +1303,35 @@ type AcceptInvitationApiArg = {
|
|
|
1353
1303
|
/** The ID of the invitation */
|
|
1354
1304
|
invitationId: string;
|
|
1355
1305
|
};
|
|
1306
|
+
type DeleteBadgeByIdApiResponse = unknown;
|
|
1307
|
+
type DeleteBadgeByIdApiArg = {
|
|
1308
|
+
/** Unique identifier */
|
|
1309
|
+
id: string;
|
|
1310
|
+
};
|
|
1311
|
+
type GetBadgeByIdApiResponse = {
|
|
1312
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1313
|
+
id: string;
|
|
1314
|
+
/** The ID of the organization in which this badge is available . */
|
|
1315
|
+
org_id: string;
|
|
1316
|
+
/** unique identifier for the badge ( auto generated ) */
|
|
1317
|
+
label: string;
|
|
1318
|
+
/** Concise descriptor for the badge or certificate. */
|
|
1319
|
+
name: string;
|
|
1320
|
+
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
1321
|
+
description: string;
|
|
1322
|
+
/** URL to the badge image */
|
|
1323
|
+
image_url: string;
|
|
1324
|
+
/** Timestamp when the resource was created. */
|
|
1325
|
+
created_at: string;
|
|
1326
|
+
/** Timestamp when the resource was updated. */
|
|
1327
|
+
updated_at: string;
|
|
1328
|
+
/** Timestamp when the resource was deleted, if applicable */
|
|
1329
|
+
deleted_at: string;
|
|
1330
|
+
};
|
|
1331
|
+
type GetBadgeByIdApiArg = {
|
|
1332
|
+
/** Unique identifier */
|
|
1333
|
+
id: string;
|
|
1334
|
+
};
|
|
1356
1335
|
type CreateOrUpdateBadgeApiResponse = {
|
|
1357
1336
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1358
1337
|
id: string;
|
|
@@ -1552,7 +1531,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
1552
1531
|
isError: true;
|
|
1553
1532
|
})) => R) | undefined;
|
|
1554
1533
|
fixedCacheKey?: string | undefined;
|
|
1555
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
1534
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1556
1535
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
1557
1536
|
reset: () => void;
|
|
1558
1537
|
}];
|
|
@@ -1713,7 +1692,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
1713
1692
|
isError: true;
|
|
1714
1693
|
})) => R) | undefined;
|
|
1715
1694
|
fixedCacheKey?: string | undefined;
|
|
1716
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
1695
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1717
1696
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
1718
1697
|
reset: () => void;
|
|
1719
1698
|
}];
|
|
@@ -1878,7 +1857,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
1878
1857
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
1879
1858
|
}) => R) | undefined;
|
|
1880
1859
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
1881
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
1860
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetSubscriptionsApiResponse, "api", unknown>>;
|
|
1882
1861
|
};
|
|
1883
1862
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
1884
1863
|
requestId?: undefined;
|
|
@@ -2037,7 +2016,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
2037
2016
|
isError: true;
|
|
2038
2017
|
})) => R) | undefined;
|
|
2039
2018
|
fixedCacheKey?: string | undefined;
|
|
2040
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
2019
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2041
2020
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
2042
2021
|
reset: () => void;
|
|
2043
2022
|
}];
|
|
@@ -2198,7 +2177,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
2198
2177
|
isError: true;
|
|
2199
2178
|
})) => R) | undefined;
|
|
2200
2179
|
fixedCacheKey?: string | undefined;
|
|
2201
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
2180
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2202
2181
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
2203
2182
|
reset: () => void;
|
|
2204
2183
|
}];
|
|
@@ -2359,7 +2338,7 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
2359
2338
|
isError: true;
|
|
2360
2339
|
})) => R) | undefined;
|
|
2361
2340
|
fixedCacheKey?: string | undefined;
|
|
2362
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
2341
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2363
2342
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
2364
2343
|
reset: () => void;
|
|
2365
2344
|
}];
|
|
@@ -2524,7 +2503,7 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
2524
2503
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2525
2504
|
}) => R) | undefined;
|
|
2526
2505
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2527
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
2506
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetPlansApiResponse, "api", unknown>>;
|
|
2528
2507
|
};
|
|
2529
2508
|
declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
2530
2509
|
data?: undefined;
|
|
@@ -2687,7 +2666,7 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
2687
2666
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2688
2667
|
}) => R) | undefined;
|
|
2689
2668
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2690
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
2669
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesApiResponse, "api", unknown>>;
|
|
2691
2670
|
};
|
|
2692
2671
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
2693
2672
|
data?: undefined;
|
|
@@ -2850,7 +2829,7 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
2850
2829
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2851
2830
|
}) => R) | undefined;
|
|
2852
2831
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2853
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
2832
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesByOrganizationApiResponse, "api", unknown>>;
|
|
2854
2833
|
};
|
|
2855
2834
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
2856
2835
|
data?: undefined;
|
|
@@ -3013,7 +2992,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3013
2992
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3014
2993
|
}) => R) | undefined;
|
|
3015
2994
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3016
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
2995
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesApiResponse, "api", unknown>>;
|
|
3017
2996
|
};
|
|
3018
2997
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
3019
2998
|
requestId?: undefined;
|
|
@@ -3172,7 +3151,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3172
3151
|
isError: true;
|
|
3173
3152
|
})) => R) | undefined;
|
|
3174
3153
|
fixedCacheKey?: string | undefined;
|
|
3175
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
3154
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3176
3155
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
3177
3156
|
reset: () => void;
|
|
3178
3157
|
}];
|
|
@@ -3337,7 +3316,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3337
3316
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3338
3317
|
}) => R) | undefined;
|
|
3339
3318
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3340
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
3319
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesByIdApiResponse, "api", unknown>>;
|
|
3341
3320
|
};
|
|
3342
3321
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
3343
3322
|
requestId?: undefined;
|
|
@@ -3496,7 +3475,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3496
3475
|
isError: true;
|
|
3497
3476
|
})) => R) | undefined;
|
|
3498
3477
|
fixedCacheKey?: string | undefined;
|
|
3499
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
3478
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3500
3479
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
3501
3480
|
reset: () => void;
|
|
3502
3481
|
}];
|
|
@@ -3657,7 +3636,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3657
3636
|
isError: true;
|
|
3658
3637
|
})) => R) | undefined;
|
|
3659
3638
|
fixedCacheKey?: string | undefined;
|
|
3660
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
3639
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3661
3640
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
3662
3641
|
reset: () => void;
|
|
3663
3642
|
}];
|
|
@@ -3818,7 +3797,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3818
3797
|
isError: true;
|
|
3819
3798
|
})) => R) | undefined;
|
|
3820
3799
|
fixedCacheKey?: string | undefined;
|
|
3821
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
3800
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3822
3801
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
3823
3802
|
reset: () => void;
|
|
3824
3803
|
}];
|
|
@@ -3983,7 +3962,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3983
3962
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3984
3963
|
}) => R) | undefined;
|
|
3985
3964
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3986
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
3965
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetEnvironmentsApiResponse, "api", unknown>>;
|
|
3987
3966
|
};
|
|
3988
3967
|
declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
3989
3968
|
data?: undefined;
|
|
@@ -4146,7 +4125,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4146
4125
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4147
4126
|
}) => R) | undefined;
|
|
4148
4127
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4149
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
4128
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>;
|
|
4150
4129
|
};
|
|
4151
4130
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
4152
4131
|
requestId?: undefined;
|
|
@@ -4305,7 +4284,7 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
4305
4284
|
isError: true;
|
|
4306
4285
|
})) => R) | undefined;
|
|
4307
4286
|
fixedCacheKey?: string | undefined;
|
|
4308
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
4287
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateAcademyCurriculaApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4309
4288
|
originalArgs?: CreateAcademyCurriculaApiArg | undefined;
|
|
4310
4289
|
reset: () => void;
|
|
4311
4290
|
}];
|
|
@@ -4470,7 +4449,7 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4470
4449
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4471
4450
|
}) => R) | undefined;
|
|
4472
4451
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4473
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
4452
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>;
|
|
4474
4453
|
};
|
|
4475
4454
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
4476
4455
|
data?: undefined;
|
|
@@ -4633,7 +4612,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
4633
4612
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4634
4613
|
}) => R) | undefined;
|
|
4635
4614
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4636
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
4615
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>>;
|
|
4637
4616
|
};
|
|
4638
4617
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
4639
4618
|
requestId?: undefined;
|
|
@@ -4792,7 +4771,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
4792
4771
|
isError: true;
|
|
4793
4772
|
})) => R) | undefined;
|
|
4794
4773
|
fixedCacheKey?: string | undefined;
|
|
4795
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
4774
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4796
4775
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
4797
4776
|
reset: () => void;
|
|
4798
4777
|
}];
|
|
@@ -4957,7 +4936,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
4957
4936
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4958
4937
|
}) => R) | undefined;
|
|
4959
4938
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4960
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
4939
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>>;
|
|
4961
4940
|
};
|
|
4962
4941
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
4963
4942
|
requestId?: undefined;
|
|
@@ -5116,7 +5095,7 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
5116
5095
|
isError: true;
|
|
5117
5096
|
})) => R) | undefined;
|
|
5118
5097
|
fixedCacheKey?: string | undefined;
|
|
5119
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
5098
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5120
5099
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
5121
5100
|
reset: () => void;
|
|
5122
5101
|
}];
|
|
@@ -5277,7 +5256,7 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
5277
5256
|
isError: true;
|
|
5278
5257
|
})) => R) | undefined;
|
|
5279
5258
|
fixedCacheKey?: string | undefined;
|
|
5280
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
5259
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5281
5260
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
5282
5261
|
reset: () => void;
|
|
5283
5262
|
}];
|
|
@@ -5442,7 +5421,7 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
5442
5421
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5443
5422
|
}) => R) | undefined;
|
|
5444
5423
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5445
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
5424
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", object, "api", unknown>>;
|
|
5446
5425
|
};
|
|
5447
5426
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
5448
5427
|
data?: undefined;
|
|
@@ -5605,7 +5584,7 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
5605
5584
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5606
5585
|
}) => R) | undefined;
|
|
5607
5586
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5608
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
5587
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetAcademyAdminRegistrationsApiResponse, "api", unknown>>;
|
|
5609
5588
|
};
|
|
5610
5589
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
5611
5590
|
data?: undefined;
|
|
@@ -5768,7 +5747,7 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
5768
5747
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5769
5748
|
}) => R) | undefined;
|
|
5770
5749
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5771
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
5750
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetCertificateByIdApiResponse, "api", unknown>>;
|
|
5772
5751
|
};
|
|
5773
5752
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
5774
5753
|
data?: undefined;
|
|
@@ -5931,7 +5910,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
5931
5910
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5932
5911
|
}) => R) | undefined;
|
|
5933
5912
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5934
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
5913
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationApiResponse, "api", unknown>>;
|
|
5935
5914
|
};
|
|
5936
5915
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
5937
5916
|
requestId?: undefined;
|
|
@@ -6090,7 +6069,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6090
6069
|
isError: true;
|
|
6091
6070
|
})) => R) | undefined;
|
|
6092
6071
|
fixedCacheKey?: string | undefined;
|
|
6093
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
6072
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6094
6073
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
6095
6074
|
reset: () => void;
|
|
6096
6075
|
}];
|
|
@@ -6251,7 +6230,7 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6251
6230
|
isError: true;
|
|
6252
6231
|
})) => R) | undefined;
|
|
6253
6232
|
fixedCacheKey?: string | undefined;
|
|
6254
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
6233
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6255
6234
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
6256
6235
|
reset: () => void;
|
|
6257
6236
|
}];
|
|
@@ -6416,7 +6395,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
6416
6395
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6417
6396
|
}) => R) | undefined;
|
|
6418
6397
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6419
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
6398
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationsApiResponse, "api", unknown>>;
|
|
6420
6399
|
};
|
|
6421
6400
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
6422
6401
|
requestId?: undefined;
|
|
@@ -6575,7 +6554,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6575
6554
|
isError: true;
|
|
6576
6555
|
})) => R) | undefined;
|
|
6577
6556
|
fixedCacheKey?: string | undefined;
|
|
6578
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
6557
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6579
6558
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
6580
6559
|
reset: () => void;
|
|
6581
6560
|
}];
|
|
@@ -6736,10 +6715,334 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6736
6715
|
isError: true;
|
|
6737
6716
|
})) => R) | undefined;
|
|
6738
6717
|
fixedCacheKey?: string | undefined;
|
|
6739
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
6718
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6740
6719
|
originalArgs?: AcceptInvitationApiArg | undefined;
|
|
6741
6720
|
reset: () => void;
|
|
6742
6721
|
}];
|
|
6722
|
+
declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
6723
|
+
requestId?: undefined;
|
|
6724
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6725
|
+
data?: undefined;
|
|
6726
|
+
error?: undefined;
|
|
6727
|
+
endpointName?: string | undefined;
|
|
6728
|
+
startedTimeStamp?: undefined;
|
|
6729
|
+
fulfilledTimeStamp?: undefined;
|
|
6730
|
+
} & {
|
|
6731
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6732
|
+
isUninitialized: true;
|
|
6733
|
+
isLoading: false;
|
|
6734
|
+
isSuccess: false;
|
|
6735
|
+
isError: false;
|
|
6736
|
+
}) | ({
|
|
6737
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6738
|
+
} & Omit<{
|
|
6739
|
+
requestId: string;
|
|
6740
|
+
data?: unknown;
|
|
6741
|
+
error?: unknown;
|
|
6742
|
+
endpointName: string;
|
|
6743
|
+
startedTimeStamp: number;
|
|
6744
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6745
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6746
|
+
requestId: string;
|
|
6747
|
+
data?: unknown;
|
|
6748
|
+
error?: unknown;
|
|
6749
|
+
endpointName: string;
|
|
6750
|
+
startedTimeStamp: number;
|
|
6751
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6752
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6753
|
+
error: undefined;
|
|
6754
|
+
} & {
|
|
6755
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6756
|
+
isUninitialized: false;
|
|
6757
|
+
isLoading: false;
|
|
6758
|
+
isSuccess: true;
|
|
6759
|
+
isError: false;
|
|
6760
|
+
}) | ({
|
|
6761
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6762
|
+
} & {
|
|
6763
|
+
requestId: string;
|
|
6764
|
+
data?: unknown;
|
|
6765
|
+
error?: unknown;
|
|
6766
|
+
endpointName: string;
|
|
6767
|
+
startedTimeStamp: number;
|
|
6768
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6769
|
+
} & {
|
|
6770
|
+
data?: undefined;
|
|
6771
|
+
} & {
|
|
6772
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6773
|
+
isUninitialized: false;
|
|
6774
|
+
isLoading: true;
|
|
6775
|
+
isSuccess: false;
|
|
6776
|
+
isError: false;
|
|
6777
|
+
}) | ({
|
|
6778
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6779
|
+
} & Omit<{
|
|
6780
|
+
requestId: string;
|
|
6781
|
+
data?: unknown;
|
|
6782
|
+
error?: unknown;
|
|
6783
|
+
endpointName: string;
|
|
6784
|
+
startedTimeStamp: number;
|
|
6785
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6786
|
+
}, "error"> & Required<Pick<{
|
|
6787
|
+
requestId: string;
|
|
6788
|
+
data?: unknown;
|
|
6789
|
+
error?: unknown;
|
|
6790
|
+
endpointName: string;
|
|
6791
|
+
startedTimeStamp: number;
|
|
6792
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6793
|
+
}, "error">> & {
|
|
6794
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6795
|
+
isUninitialized: false;
|
|
6796
|
+
isLoading: false;
|
|
6797
|
+
isSuccess: false;
|
|
6798
|
+
isError: true;
|
|
6799
|
+
})>(options?: {
|
|
6800
|
+
selectFromResult?: ((state: ({
|
|
6801
|
+
requestId?: undefined;
|
|
6802
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6803
|
+
data?: undefined;
|
|
6804
|
+
error?: undefined;
|
|
6805
|
+
endpointName?: string | undefined;
|
|
6806
|
+
startedTimeStamp?: undefined;
|
|
6807
|
+
fulfilledTimeStamp?: undefined;
|
|
6808
|
+
} & {
|
|
6809
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6810
|
+
isUninitialized: true;
|
|
6811
|
+
isLoading: false;
|
|
6812
|
+
isSuccess: false;
|
|
6813
|
+
isError: false;
|
|
6814
|
+
}) | ({
|
|
6815
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6816
|
+
} & Omit<{
|
|
6817
|
+
requestId: string;
|
|
6818
|
+
data?: unknown;
|
|
6819
|
+
error?: unknown;
|
|
6820
|
+
endpointName: string;
|
|
6821
|
+
startedTimeStamp: number;
|
|
6822
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6823
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6824
|
+
requestId: string;
|
|
6825
|
+
data?: unknown;
|
|
6826
|
+
error?: unknown;
|
|
6827
|
+
endpointName: string;
|
|
6828
|
+
startedTimeStamp: number;
|
|
6829
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6830
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6831
|
+
error: undefined;
|
|
6832
|
+
} & {
|
|
6833
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6834
|
+
isUninitialized: false;
|
|
6835
|
+
isLoading: false;
|
|
6836
|
+
isSuccess: true;
|
|
6837
|
+
isError: false;
|
|
6838
|
+
}) | ({
|
|
6839
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6840
|
+
} & {
|
|
6841
|
+
requestId: string;
|
|
6842
|
+
data?: unknown;
|
|
6843
|
+
error?: unknown;
|
|
6844
|
+
endpointName: string;
|
|
6845
|
+
startedTimeStamp: number;
|
|
6846
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6847
|
+
} & {
|
|
6848
|
+
data?: undefined;
|
|
6849
|
+
} & {
|
|
6850
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6851
|
+
isUninitialized: false;
|
|
6852
|
+
isLoading: true;
|
|
6853
|
+
isSuccess: false;
|
|
6854
|
+
isError: false;
|
|
6855
|
+
}) | ({
|
|
6856
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6857
|
+
} & Omit<{
|
|
6858
|
+
requestId: string;
|
|
6859
|
+
data?: unknown;
|
|
6860
|
+
error?: unknown;
|
|
6861
|
+
endpointName: string;
|
|
6862
|
+
startedTimeStamp: number;
|
|
6863
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6864
|
+
}, "error"> & Required<Pick<{
|
|
6865
|
+
requestId: string;
|
|
6866
|
+
data?: unknown;
|
|
6867
|
+
error?: unknown;
|
|
6868
|
+
endpointName: string;
|
|
6869
|
+
startedTimeStamp: number;
|
|
6870
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6871
|
+
}, "error">> & {
|
|
6872
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6873
|
+
isUninitialized: false;
|
|
6874
|
+
isLoading: false;
|
|
6875
|
+
isSuccess: false;
|
|
6876
|
+
isError: true;
|
|
6877
|
+
})) => R) | undefined;
|
|
6878
|
+
fixedCacheKey?: string | undefined;
|
|
6879
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6880
|
+
originalArgs?: DeleteBadgeByIdApiArg | undefined;
|
|
6881
|
+
reset: () => void;
|
|
6882
|
+
}];
|
|
6883
|
+
declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
6884
|
+
data?: undefined;
|
|
6885
|
+
error?: undefined;
|
|
6886
|
+
fulfilledTimeStamp?: undefined;
|
|
6887
|
+
originalArgs?: undefined;
|
|
6888
|
+
requestId?: undefined;
|
|
6889
|
+
endpointName?: string | undefined;
|
|
6890
|
+
startedTimeStamp?: undefined;
|
|
6891
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6892
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6893
|
+
isLoading: false;
|
|
6894
|
+
isFetching: false;
|
|
6895
|
+
isSuccess: false;
|
|
6896
|
+
isError: false;
|
|
6897
|
+
isUninitialized: true;
|
|
6898
|
+
} | {
|
|
6899
|
+
error?: unknown;
|
|
6900
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6901
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6902
|
+
requestId?: string | undefined;
|
|
6903
|
+
endpointName?: string | undefined;
|
|
6904
|
+
startedTimeStamp?: number | undefined;
|
|
6905
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6906
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6907
|
+
isUninitialized: false;
|
|
6908
|
+
isSuccess: false;
|
|
6909
|
+
isError: false;
|
|
6910
|
+
isLoading: true;
|
|
6911
|
+
isFetching: boolean;
|
|
6912
|
+
data: undefined;
|
|
6913
|
+
} | {
|
|
6914
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6915
|
+
requestId?: string | undefined;
|
|
6916
|
+
endpointName?: string | undefined;
|
|
6917
|
+
startedTimeStamp?: number | undefined;
|
|
6918
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6919
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6920
|
+
isUninitialized: false;
|
|
6921
|
+
isLoading: false;
|
|
6922
|
+
isError: false;
|
|
6923
|
+
isSuccess: true;
|
|
6924
|
+
isFetching: true;
|
|
6925
|
+
error: undefined;
|
|
6926
|
+
data: GetBadgeByIdApiResponse;
|
|
6927
|
+
fulfilledTimeStamp: number;
|
|
6928
|
+
} | {
|
|
6929
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6930
|
+
requestId?: string | undefined;
|
|
6931
|
+
endpointName?: string | undefined;
|
|
6932
|
+
startedTimeStamp?: number | undefined;
|
|
6933
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6934
|
+
isUninitialized: false;
|
|
6935
|
+
isLoading: false;
|
|
6936
|
+
isError: false;
|
|
6937
|
+
isSuccess: true;
|
|
6938
|
+
isFetching: false;
|
|
6939
|
+
error: undefined;
|
|
6940
|
+
data: GetBadgeByIdApiResponse;
|
|
6941
|
+
fulfilledTimeStamp: number;
|
|
6942
|
+
currentData: GetBadgeByIdApiResponse;
|
|
6943
|
+
} | {
|
|
6944
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
6945
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6946
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6947
|
+
requestId?: string | undefined;
|
|
6948
|
+
endpointName?: string | undefined;
|
|
6949
|
+
startedTimeStamp?: number | undefined;
|
|
6950
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6951
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6952
|
+
isUninitialized: false;
|
|
6953
|
+
isLoading: false;
|
|
6954
|
+
isFetching: false;
|
|
6955
|
+
isSuccess: false;
|
|
6956
|
+
isError: true;
|
|
6957
|
+
error: unknown;
|
|
6958
|
+
}) & {
|
|
6959
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6960
|
+
}>(arg: GetBadgeByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
6961
|
+
skip?: boolean | undefined;
|
|
6962
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
6963
|
+
} & {
|
|
6964
|
+
skip?: boolean | undefined;
|
|
6965
|
+
selectFromResult?: ((state: ({
|
|
6966
|
+
data?: undefined;
|
|
6967
|
+
error?: undefined;
|
|
6968
|
+
fulfilledTimeStamp?: undefined;
|
|
6969
|
+
originalArgs?: undefined;
|
|
6970
|
+
requestId?: undefined;
|
|
6971
|
+
endpointName?: string | undefined;
|
|
6972
|
+
startedTimeStamp?: undefined;
|
|
6973
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6974
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6975
|
+
isLoading: false;
|
|
6976
|
+
isFetching: false;
|
|
6977
|
+
isSuccess: false;
|
|
6978
|
+
isError: false;
|
|
6979
|
+
isUninitialized: true;
|
|
6980
|
+
} | {
|
|
6981
|
+
error?: unknown;
|
|
6982
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6983
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6984
|
+
requestId?: string | undefined;
|
|
6985
|
+
endpointName?: string | undefined;
|
|
6986
|
+
startedTimeStamp?: number | undefined;
|
|
6987
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6988
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6989
|
+
isUninitialized: false;
|
|
6990
|
+
isSuccess: false;
|
|
6991
|
+
isError: false;
|
|
6992
|
+
isLoading: true;
|
|
6993
|
+
isFetching: boolean;
|
|
6994
|
+
data: undefined;
|
|
6995
|
+
} | {
|
|
6996
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6997
|
+
requestId?: string | undefined;
|
|
6998
|
+
endpointName?: string | undefined;
|
|
6999
|
+
startedTimeStamp?: number | undefined;
|
|
7000
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7001
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7002
|
+
isUninitialized: false;
|
|
7003
|
+
isLoading: false;
|
|
7004
|
+
isError: false;
|
|
7005
|
+
isSuccess: true;
|
|
7006
|
+
isFetching: true;
|
|
7007
|
+
error: undefined;
|
|
7008
|
+
data: GetBadgeByIdApiResponse;
|
|
7009
|
+
fulfilledTimeStamp: number;
|
|
7010
|
+
} | {
|
|
7011
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7012
|
+
requestId?: string | undefined;
|
|
7013
|
+
endpointName?: string | undefined;
|
|
7014
|
+
startedTimeStamp?: number | undefined;
|
|
7015
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7016
|
+
isUninitialized: false;
|
|
7017
|
+
isLoading: false;
|
|
7018
|
+
isError: false;
|
|
7019
|
+
isSuccess: true;
|
|
7020
|
+
isFetching: false;
|
|
7021
|
+
error: undefined;
|
|
7022
|
+
data: GetBadgeByIdApiResponse;
|
|
7023
|
+
fulfilledTimeStamp: number;
|
|
7024
|
+
currentData: GetBadgeByIdApiResponse;
|
|
7025
|
+
} | {
|
|
7026
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
7027
|
+
fulfilledTimeStamp?: number | undefined;
|
|
7028
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7029
|
+
requestId?: string | undefined;
|
|
7030
|
+
endpointName?: string | undefined;
|
|
7031
|
+
startedTimeStamp?: number | undefined;
|
|
7032
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7033
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7034
|
+
isUninitialized: false;
|
|
7035
|
+
isLoading: false;
|
|
7036
|
+
isFetching: false;
|
|
7037
|
+
isSuccess: false;
|
|
7038
|
+
isError: true;
|
|
7039
|
+
error: unknown;
|
|
7040
|
+
}) & {
|
|
7041
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7042
|
+
}) => R) | undefined;
|
|
7043
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7044
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetBadgeByIdApiResponse, "api", unknown>>;
|
|
7045
|
+
};
|
|
6743
7046
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
6744
7047
|
requestId?: undefined;
|
|
6745
7048
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -6897,9 +7200,9 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
6897
7200
|
isError: true;
|
|
6898
7201
|
})) => R) | undefined;
|
|
6899
7202
|
fixedCacheKey?: string | undefined;
|
|
6900
|
-
} | 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, {}>>, "design_other" | "model_other" | "
|
|
7203
|
+
} | 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, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateOrUpdateBadgeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6901
7204
|
originalArgs?: CreateOrUpdateBadgeApiArg | undefined;
|
|
6902
7205
|
reset: () => void;
|
|
6903
7206
|
}];
|
|
6904
7207
|
|
|
6905
|
-
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, type GetApiAcademyByTypeAndOrgIdSlugApiArg, type GetApiAcademyByTypeAndOrgIdSlugApiResponse, type GetApiAcademyRegistrationsByContentIdApiArg, type GetApiAcademyRegistrationsByContentIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, 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 GetMyAcademyCirriculaApiArg, type GetMyAcademyCirriculaApiResponse, type GetPlansApiArg, type GetPlansApiResponse, type GetSubscriptionsApiArg, type GetSubscriptionsApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, type PostApiEntitlementSubscriptionsCreateApiArg, type PostApiEntitlementSubscriptionsCreateApiResponse, type PostApiEntitlementSubscriptionsWebhooksApiArg, type PostApiEntitlementSubscriptionsWebhooksApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RegisterToAcademyContentApiArg, type RegisterToAcademyContentApiResponse, type SubmitQuizApiArg, type SubmitQuizApiResponse, type UpdateCurrentItemInProgressTrackerApiArg, type UpdateCurrentItemInProgressTrackerApiResponse, type UpdateInvitationApiArg, type UpdateInvitationApiResponse, addTagTypes, injectedRtkApi as cloudApi, useAcceptInvitationMutation, useCreateAcademyCurriculaMutation, useCreateEnvironmentMutation, useCreateInvitationMutation, useCreateOrUpdateBadgeMutation, useDeleteApiWorkspacesByIdMutation, useDeleteInvitationMutation, useGetAcademyAdminRegistrationsQuery, useGetAcademyAdminSummaryQuery, useGetAcademyCirriculaQuery, useGetApiAcademyByTypeAndOrgIdSlugQuery, useGetApiAcademyRegistrationsByContentIdQuery, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetCertificateByIdQuery, useGetEnvironmentsQuery, useGetFeaturesByOrganizationQuery, useGetFeaturesQuery, useGetInvitationQuery, useGetInvitationsQuery, useGetMyAcademyCirriculaQuery, useGetPlansQuery, useGetSubscriptionsQuery, useImportDesignMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation, usePostApiEntitlementSubscriptionsCreateMutation, usePostApiEntitlementSubscriptionsWebhooksMutation, usePostApiWorkspacesMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation, useRegisterToAcademyContentMutation, useSubmitQuizMutation, useUpdateCurrentItemInProgressTrackerMutation, useUpdateInvitationMutation };
|
|
7208
|
+
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteBadgeByIdApiArg, type DeleteBadgeByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, 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 GetMyAcademyCirriculaApiArg, type GetMyAcademyCirriculaApiResponse, type GetPlansApiArg, type GetPlansApiResponse, type GetSubscriptionsApiArg, type GetSubscriptionsApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, type PostApiEntitlementSubscriptionsCreateApiArg, type PostApiEntitlementSubscriptionsCreateApiResponse, type PostApiEntitlementSubscriptionsWebhooksApiArg, type PostApiEntitlementSubscriptionsWebhooksApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RegisterToAcademyContentApiArg, type RegisterToAcademyContentApiResponse, type SubmitQuizApiArg, type SubmitQuizApiResponse, type UpdateCurrentItemInProgressTrackerApiArg, type UpdateCurrentItemInProgressTrackerApiResponse, type UpdateInvitationApiArg, type UpdateInvitationApiResponse, addTagTypes, injectedRtkApi as cloudApi, useAcceptInvitationMutation, useCreateAcademyCurriculaMutation, useCreateEnvironmentMutation, useCreateInvitationMutation, useCreateOrUpdateBadgeMutation, useDeleteApiWorkspacesByIdMutation, useDeleteBadgeByIdMutation, useDeleteInvitationMutation, useGetAcademyAdminRegistrationsQuery, useGetAcademyAdminSummaryQuery, useGetAcademyCirriculaQuery, useGetApiAcademyByTypeAndOrgIdSlugQuery, useGetApiAcademyRegistrationsByContentIdQuery, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetBadgeByIdQuery, useGetCertificateByIdQuery, useGetEnvironmentsQuery, useGetFeaturesByOrganizationQuery, useGetFeaturesQuery, useGetInvitationQuery, useGetInvitationsQuery, useGetMyAcademyCirriculaQuery, useGetPlansQuery, useGetSubscriptionsQuery, useImportDesignMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation, usePostApiEntitlementSubscriptionsCreateMutation, usePostApiEntitlementSubscriptionsWebhooksMutation, usePostApiWorkspacesMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation, useRegisterToAcademyContentMutation, useSubmitQuizMutation, useUpdateCurrentItemInProgressTrackerMutation, useUpdateInvitationMutation };
|