@meshery/schemas 0.8.72 → 0.8.73
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 +426 -71
- package/dist/cloudApi.d.ts +426 -71
- 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;
|
|
@@ -1353,6 +1355,35 @@ type AcceptInvitationApiArg = {
|
|
|
1353
1355
|
/** The ID of the invitation */
|
|
1354
1356
|
invitationId: string;
|
|
1355
1357
|
};
|
|
1358
|
+
type DeleteBadgeByIdApiResponse = unknown;
|
|
1359
|
+
type DeleteBadgeByIdApiArg = {
|
|
1360
|
+
/** Unique identifier */
|
|
1361
|
+
id: string;
|
|
1362
|
+
};
|
|
1363
|
+
type GetBadgeByIdApiResponse = {
|
|
1364
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1365
|
+
id: string;
|
|
1366
|
+
/** The ID of the organization in which this badge is available . */
|
|
1367
|
+
org_id: string;
|
|
1368
|
+
/** unique identifier for the badge ( auto generated ) */
|
|
1369
|
+
label: string;
|
|
1370
|
+
/** Concise descriptor for the badge or certificate. */
|
|
1371
|
+
name: string;
|
|
1372
|
+
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
1373
|
+
description: string;
|
|
1374
|
+
/** URL to the badge image */
|
|
1375
|
+
image_url: string;
|
|
1376
|
+
/** Timestamp when the resource was created. */
|
|
1377
|
+
created_at: string;
|
|
1378
|
+
/** Timestamp when the resource was updated. */
|
|
1379
|
+
updated_at: string;
|
|
1380
|
+
/** Timestamp when the resource was deleted, if applicable */
|
|
1381
|
+
deleted_at: string;
|
|
1382
|
+
};
|
|
1383
|
+
type GetBadgeByIdApiArg = {
|
|
1384
|
+
/** Unique identifier */
|
|
1385
|
+
id: string;
|
|
1386
|
+
};
|
|
1356
1387
|
type CreateOrUpdateBadgeApiResponse = {
|
|
1357
1388
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1358
1389
|
id: string;
|
|
@@ -1552,7 +1583,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
1552
1583
|
isError: true;
|
|
1553
1584
|
})) => R) | undefined;
|
|
1554
1585
|
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" | "
|
|
1586
|
+
} | 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
1587
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
1557
1588
|
reset: () => void;
|
|
1558
1589
|
}];
|
|
@@ -1713,7 +1744,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
1713
1744
|
isError: true;
|
|
1714
1745
|
})) => R) | undefined;
|
|
1715
1746
|
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" | "
|
|
1747
|
+
} | 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
1748
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
1718
1749
|
reset: () => void;
|
|
1719
1750
|
}];
|
|
@@ -1878,7 +1909,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
1878
1909
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
1879
1910
|
}) => R) | undefined;
|
|
1880
1911
|
}) | 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" | "
|
|
1912
|
+
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
1913
|
};
|
|
1883
1914
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
1884
1915
|
requestId?: undefined;
|
|
@@ -2037,7 +2068,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
2037
2068
|
isError: true;
|
|
2038
2069
|
})) => R) | undefined;
|
|
2039
2070
|
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" | "
|
|
2071
|
+
} | 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
2072
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
2042
2073
|
reset: () => void;
|
|
2043
2074
|
}];
|
|
@@ -2198,7 +2229,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
2198
2229
|
isError: true;
|
|
2199
2230
|
})) => R) | undefined;
|
|
2200
2231
|
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" | "
|
|
2232
|
+
} | 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
2233
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
2203
2234
|
reset: () => void;
|
|
2204
2235
|
}];
|
|
@@ -2359,7 +2390,7 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
2359
2390
|
isError: true;
|
|
2360
2391
|
})) => R) | undefined;
|
|
2361
2392
|
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" | "
|
|
2393
|
+
} | 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
2394
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
2364
2395
|
reset: () => void;
|
|
2365
2396
|
}];
|
|
@@ -2524,7 +2555,7 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
2524
2555
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2525
2556
|
}) => R) | undefined;
|
|
2526
2557
|
}) | 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" | "
|
|
2558
|
+
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
2559
|
};
|
|
2529
2560
|
declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
2530
2561
|
data?: undefined;
|
|
@@ -2687,7 +2718,7 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
2687
2718
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2688
2719
|
}) => R) | undefined;
|
|
2689
2720
|
}) | 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" | "
|
|
2721
|
+
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
2722
|
};
|
|
2692
2723
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
2693
2724
|
data?: undefined;
|
|
@@ -2850,7 +2881,7 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
2850
2881
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2851
2882
|
}) => R) | undefined;
|
|
2852
2883
|
}) | 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" | "
|
|
2884
|
+
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
2885
|
};
|
|
2855
2886
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
2856
2887
|
data?: undefined;
|
|
@@ -3013,7 +3044,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3013
3044
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3014
3045
|
}) => R) | undefined;
|
|
3015
3046
|
}) | 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" | "
|
|
3047
|
+
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
3048
|
};
|
|
3018
3049
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
3019
3050
|
requestId?: undefined;
|
|
@@ -3172,7 +3203,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3172
3203
|
isError: true;
|
|
3173
3204
|
})) => R) | undefined;
|
|
3174
3205
|
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" | "
|
|
3206
|
+
} | 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
3207
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
3177
3208
|
reset: () => void;
|
|
3178
3209
|
}];
|
|
@@ -3337,7 +3368,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3337
3368
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3338
3369
|
}) => R) | undefined;
|
|
3339
3370
|
}) | 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" | "
|
|
3371
|
+
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
3372
|
};
|
|
3342
3373
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
3343
3374
|
requestId?: undefined;
|
|
@@ -3496,7 +3527,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3496
3527
|
isError: true;
|
|
3497
3528
|
})) => R) | undefined;
|
|
3498
3529
|
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" | "
|
|
3530
|
+
} | 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
3531
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
3501
3532
|
reset: () => void;
|
|
3502
3533
|
}];
|
|
@@ -3657,7 +3688,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3657
3688
|
isError: true;
|
|
3658
3689
|
})) => R) | undefined;
|
|
3659
3690
|
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" | "
|
|
3691
|
+
} | 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
3692
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
3662
3693
|
reset: () => void;
|
|
3663
3694
|
}];
|
|
@@ -3818,7 +3849,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3818
3849
|
isError: true;
|
|
3819
3850
|
})) => R) | undefined;
|
|
3820
3851
|
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" | "
|
|
3852
|
+
} | 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
3853
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
3823
3854
|
reset: () => void;
|
|
3824
3855
|
}];
|
|
@@ -3983,7 +4014,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3983
4014
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3984
4015
|
}) => R) | undefined;
|
|
3985
4016
|
}) | 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" | "
|
|
4017
|
+
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
4018
|
};
|
|
3988
4019
|
declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
3989
4020
|
data?: undefined;
|
|
@@ -4146,7 +4177,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4146
4177
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4147
4178
|
}) => R) | undefined;
|
|
4148
4179
|
}) | 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" | "
|
|
4180
|
+
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
4181
|
};
|
|
4151
4182
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
4152
4183
|
requestId?: undefined;
|
|
@@ -4305,7 +4336,7 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
4305
4336
|
isError: true;
|
|
4306
4337
|
})) => R) | undefined;
|
|
4307
4338
|
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" | "
|
|
4339
|
+
} | 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
4340
|
originalArgs?: CreateAcademyCurriculaApiArg | undefined;
|
|
4310
4341
|
reset: () => void;
|
|
4311
4342
|
}];
|
|
@@ -4470,7 +4501,7 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4470
4501
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4471
4502
|
}) => R) | undefined;
|
|
4472
4503
|
}) | 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" | "
|
|
4504
|
+
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
4505
|
};
|
|
4475
4506
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
4476
4507
|
data?: undefined;
|
|
@@ -4633,7 +4664,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
4633
4664
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4634
4665
|
}) => R) | undefined;
|
|
4635
4666
|
}) | 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" | "
|
|
4667
|
+
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
4668
|
};
|
|
4638
4669
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
4639
4670
|
requestId?: undefined;
|
|
@@ -4792,7 +4823,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
4792
4823
|
isError: true;
|
|
4793
4824
|
})) => R) | undefined;
|
|
4794
4825
|
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" | "
|
|
4826
|
+
} | 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
4827
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
4797
4828
|
reset: () => void;
|
|
4798
4829
|
}];
|
|
@@ -4957,7 +4988,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
4957
4988
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4958
4989
|
}) => R) | undefined;
|
|
4959
4990
|
}) | 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" | "
|
|
4991
|
+
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
4992
|
};
|
|
4962
4993
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
4963
4994
|
requestId?: undefined;
|
|
@@ -5116,7 +5147,7 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
5116
5147
|
isError: true;
|
|
5117
5148
|
})) => R) | undefined;
|
|
5118
5149
|
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" | "
|
|
5150
|
+
} | 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
5151
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
5121
5152
|
reset: () => void;
|
|
5122
5153
|
}];
|
|
@@ -5277,7 +5308,7 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
5277
5308
|
isError: true;
|
|
5278
5309
|
})) => R) | undefined;
|
|
5279
5310
|
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" | "
|
|
5311
|
+
} | 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
5312
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
5282
5313
|
reset: () => void;
|
|
5283
5314
|
}];
|
|
@@ -5442,7 +5473,7 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
5442
5473
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5443
5474
|
}) => R) | undefined;
|
|
5444
5475
|
}) | 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" | "
|
|
5476
|
+
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
5477
|
};
|
|
5447
5478
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
5448
5479
|
data?: undefined;
|
|
@@ -5605,7 +5636,7 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
5605
5636
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5606
5637
|
}) => R) | undefined;
|
|
5607
5638
|
}) | 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" | "
|
|
5639
|
+
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
5640
|
};
|
|
5610
5641
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
5611
5642
|
data?: undefined;
|
|
@@ -5768,7 +5799,7 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
5768
5799
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5769
5800
|
}) => R) | undefined;
|
|
5770
5801
|
}) | 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" | "
|
|
5802
|
+
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
5803
|
};
|
|
5773
5804
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
5774
5805
|
data?: undefined;
|
|
@@ -5931,7 +5962,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
5931
5962
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5932
5963
|
}) => R) | undefined;
|
|
5933
5964
|
}) | 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" | "
|
|
5965
|
+
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
5966
|
};
|
|
5936
5967
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
5937
5968
|
requestId?: undefined;
|
|
@@ -6090,7 +6121,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6090
6121
|
isError: true;
|
|
6091
6122
|
})) => R) | undefined;
|
|
6092
6123
|
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" | "
|
|
6124
|
+
} | 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
6125
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
6095
6126
|
reset: () => void;
|
|
6096
6127
|
}];
|
|
@@ -6251,7 +6282,7 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6251
6282
|
isError: true;
|
|
6252
6283
|
})) => R) | undefined;
|
|
6253
6284
|
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" | "
|
|
6285
|
+
} | 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
6286
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
6256
6287
|
reset: () => void;
|
|
6257
6288
|
}];
|
|
@@ -6416,7 +6447,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
6416
6447
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6417
6448
|
}) => R) | undefined;
|
|
6418
6449
|
}) | 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" | "
|
|
6450
|
+
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
6451
|
};
|
|
6421
6452
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
6422
6453
|
requestId?: undefined;
|
|
@@ -6575,7 +6606,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6575
6606
|
isError: true;
|
|
6576
6607
|
})) => R) | undefined;
|
|
6577
6608
|
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" | "
|
|
6609
|
+
} | 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
6610
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
6580
6611
|
reset: () => void;
|
|
6581
6612
|
}];
|
|
@@ -6736,10 +6767,334 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6736
6767
|
isError: true;
|
|
6737
6768
|
})) => R) | undefined;
|
|
6738
6769
|
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" | "
|
|
6770
|
+
} | 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
6771
|
originalArgs?: AcceptInvitationApiArg | undefined;
|
|
6741
6772
|
reset: () => void;
|
|
6742
6773
|
}];
|
|
6774
|
+
declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
6775
|
+
requestId?: undefined;
|
|
6776
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6777
|
+
data?: undefined;
|
|
6778
|
+
error?: undefined;
|
|
6779
|
+
endpointName?: string | undefined;
|
|
6780
|
+
startedTimeStamp?: undefined;
|
|
6781
|
+
fulfilledTimeStamp?: undefined;
|
|
6782
|
+
} & {
|
|
6783
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6784
|
+
isUninitialized: true;
|
|
6785
|
+
isLoading: false;
|
|
6786
|
+
isSuccess: false;
|
|
6787
|
+
isError: false;
|
|
6788
|
+
}) | ({
|
|
6789
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6790
|
+
} & Omit<{
|
|
6791
|
+
requestId: string;
|
|
6792
|
+
data?: unknown;
|
|
6793
|
+
error?: unknown;
|
|
6794
|
+
endpointName: string;
|
|
6795
|
+
startedTimeStamp: number;
|
|
6796
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6797
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6798
|
+
requestId: string;
|
|
6799
|
+
data?: unknown;
|
|
6800
|
+
error?: unknown;
|
|
6801
|
+
endpointName: string;
|
|
6802
|
+
startedTimeStamp: number;
|
|
6803
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6804
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6805
|
+
error: undefined;
|
|
6806
|
+
} & {
|
|
6807
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6808
|
+
isUninitialized: false;
|
|
6809
|
+
isLoading: false;
|
|
6810
|
+
isSuccess: true;
|
|
6811
|
+
isError: false;
|
|
6812
|
+
}) | ({
|
|
6813
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6814
|
+
} & {
|
|
6815
|
+
requestId: string;
|
|
6816
|
+
data?: unknown;
|
|
6817
|
+
error?: unknown;
|
|
6818
|
+
endpointName: string;
|
|
6819
|
+
startedTimeStamp: number;
|
|
6820
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6821
|
+
} & {
|
|
6822
|
+
data?: undefined;
|
|
6823
|
+
} & {
|
|
6824
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6825
|
+
isUninitialized: false;
|
|
6826
|
+
isLoading: true;
|
|
6827
|
+
isSuccess: false;
|
|
6828
|
+
isError: false;
|
|
6829
|
+
}) | ({
|
|
6830
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6831
|
+
} & Omit<{
|
|
6832
|
+
requestId: string;
|
|
6833
|
+
data?: unknown;
|
|
6834
|
+
error?: unknown;
|
|
6835
|
+
endpointName: string;
|
|
6836
|
+
startedTimeStamp: number;
|
|
6837
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6838
|
+
}, "error"> & Required<Pick<{
|
|
6839
|
+
requestId: string;
|
|
6840
|
+
data?: unknown;
|
|
6841
|
+
error?: unknown;
|
|
6842
|
+
endpointName: string;
|
|
6843
|
+
startedTimeStamp: number;
|
|
6844
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6845
|
+
}, "error">> & {
|
|
6846
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6847
|
+
isUninitialized: false;
|
|
6848
|
+
isLoading: false;
|
|
6849
|
+
isSuccess: false;
|
|
6850
|
+
isError: true;
|
|
6851
|
+
})>(options?: {
|
|
6852
|
+
selectFromResult?: ((state: ({
|
|
6853
|
+
requestId?: undefined;
|
|
6854
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6855
|
+
data?: undefined;
|
|
6856
|
+
error?: undefined;
|
|
6857
|
+
endpointName?: string | undefined;
|
|
6858
|
+
startedTimeStamp?: undefined;
|
|
6859
|
+
fulfilledTimeStamp?: undefined;
|
|
6860
|
+
} & {
|
|
6861
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6862
|
+
isUninitialized: true;
|
|
6863
|
+
isLoading: false;
|
|
6864
|
+
isSuccess: false;
|
|
6865
|
+
isError: false;
|
|
6866
|
+
}) | ({
|
|
6867
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6868
|
+
} & Omit<{
|
|
6869
|
+
requestId: string;
|
|
6870
|
+
data?: unknown;
|
|
6871
|
+
error?: unknown;
|
|
6872
|
+
endpointName: string;
|
|
6873
|
+
startedTimeStamp: number;
|
|
6874
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6875
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6876
|
+
requestId: string;
|
|
6877
|
+
data?: unknown;
|
|
6878
|
+
error?: unknown;
|
|
6879
|
+
endpointName: string;
|
|
6880
|
+
startedTimeStamp: number;
|
|
6881
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6882
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6883
|
+
error: undefined;
|
|
6884
|
+
} & {
|
|
6885
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6886
|
+
isUninitialized: false;
|
|
6887
|
+
isLoading: false;
|
|
6888
|
+
isSuccess: true;
|
|
6889
|
+
isError: false;
|
|
6890
|
+
}) | ({
|
|
6891
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6892
|
+
} & {
|
|
6893
|
+
requestId: string;
|
|
6894
|
+
data?: unknown;
|
|
6895
|
+
error?: unknown;
|
|
6896
|
+
endpointName: string;
|
|
6897
|
+
startedTimeStamp: number;
|
|
6898
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6899
|
+
} & {
|
|
6900
|
+
data?: undefined;
|
|
6901
|
+
} & {
|
|
6902
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6903
|
+
isUninitialized: false;
|
|
6904
|
+
isLoading: true;
|
|
6905
|
+
isSuccess: false;
|
|
6906
|
+
isError: false;
|
|
6907
|
+
}) | ({
|
|
6908
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6909
|
+
} & Omit<{
|
|
6910
|
+
requestId: string;
|
|
6911
|
+
data?: unknown;
|
|
6912
|
+
error?: unknown;
|
|
6913
|
+
endpointName: string;
|
|
6914
|
+
startedTimeStamp: number;
|
|
6915
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6916
|
+
}, "error"> & Required<Pick<{
|
|
6917
|
+
requestId: string;
|
|
6918
|
+
data?: unknown;
|
|
6919
|
+
error?: unknown;
|
|
6920
|
+
endpointName: string;
|
|
6921
|
+
startedTimeStamp: number;
|
|
6922
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6923
|
+
}, "error">> & {
|
|
6924
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6925
|
+
isUninitialized: false;
|
|
6926
|
+
isLoading: false;
|
|
6927
|
+
isSuccess: false;
|
|
6928
|
+
isError: true;
|
|
6929
|
+
})) => R) | undefined;
|
|
6930
|
+
fixedCacheKey?: string | undefined;
|
|
6931
|
+
} | 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> & {
|
|
6932
|
+
originalArgs?: DeleteBadgeByIdApiArg | undefined;
|
|
6933
|
+
reset: () => void;
|
|
6934
|
+
}];
|
|
6935
|
+
declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
6936
|
+
data?: undefined;
|
|
6937
|
+
error?: undefined;
|
|
6938
|
+
fulfilledTimeStamp?: undefined;
|
|
6939
|
+
originalArgs?: undefined;
|
|
6940
|
+
requestId?: undefined;
|
|
6941
|
+
endpointName?: string | undefined;
|
|
6942
|
+
startedTimeStamp?: undefined;
|
|
6943
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6944
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6945
|
+
isLoading: false;
|
|
6946
|
+
isFetching: false;
|
|
6947
|
+
isSuccess: false;
|
|
6948
|
+
isError: false;
|
|
6949
|
+
isUninitialized: true;
|
|
6950
|
+
} | {
|
|
6951
|
+
error?: unknown;
|
|
6952
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6953
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6954
|
+
requestId?: string | undefined;
|
|
6955
|
+
endpointName?: string | undefined;
|
|
6956
|
+
startedTimeStamp?: number | undefined;
|
|
6957
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6958
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6959
|
+
isUninitialized: false;
|
|
6960
|
+
isSuccess: false;
|
|
6961
|
+
isError: false;
|
|
6962
|
+
isLoading: true;
|
|
6963
|
+
isFetching: boolean;
|
|
6964
|
+
data: undefined;
|
|
6965
|
+
} | {
|
|
6966
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6967
|
+
requestId?: string | undefined;
|
|
6968
|
+
endpointName?: string | undefined;
|
|
6969
|
+
startedTimeStamp?: number | undefined;
|
|
6970
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6971
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6972
|
+
isUninitialized: false;
|
|
6973
|
+
isLoading: false;
|
|
6974
|
+
isError: false;
|
|
6975
|
+
isSuccess: true;
|
|
6976
|
+
isFetching: true;
|
|
6977
|
+
error: undefined;
|
|
6978
|
+
data: GetBadgeByIdApiResponse;
|
|
6979
|
+
fulfilledTimeStamp: number;
|
|
6980
|
+
} | {
|
|
6981
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6982
|
+
requestId?: string | undefined;
|
|
6983
|
+
endpointName?: string | undefined;
|
|
6984
|
+
startedTimeStamp?: number | undefined;
|
|
6985
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6986
|
+
isUninitialized: false;
|
|
6987
|
+
isLoading: false;
|
|
6988
|
+
isError: false;
|
|
6989
|
+
isSuccess: true;
|
|
6990
|
+
isFetching: false;
|
|
6991
|
+
error: undefined;
|
|
6992
|
+
data: GetBadgeByIdApiResponse;
|
|
6993
|
+
fulfilledTimeStamp: number;
|
|
6994
|
+
currentData: GetBadgeByIdApiResponse;
|
|
6995
|
+
} | {
|
|
6996
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
6997
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6998
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6999
|
+
requestId?: string | undefined;
|
|
7000
|
+
endpointName?: string | undefined;
|
|
7001
|
+
startedTimeStamp?: number | undefined;
|
|
7002
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7003
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7004
|
+
isUninitialized: false;
|
|
7005
|
+
isLoading: false;
|
|
7006
|
+
isFetching: false;
|
|
7007
|
+
isSuccess: false;
|
|
7008
|
+
isError: true;
|
|
7009
|
+
error: unknown;
|
|
7010
|
+
}) & {
|
|
7011
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7012
|
+
}>(arg: GetBadgeByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
7013
|
+
skip?: boolean | undefined;
|
|
7014
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
7015
|
+
} & {
|
|
7016
|
+
skip?: boolean | undefined;
|
|
7017
|
+
selectFromResult?: ((state: ({
|
|
7018
|
+
data?: undefined;
|
|
7019
|
+
error?: undefined;
|
|
7020
|
+
fulfilledTimeStamp?: undefined;
|
|
7021
|
+
originalArgs?: undefined;
|
|
7022
|
+
requestId?: undefined;
|
|
7023
|
+
endpointName?: string | undefined;
|
|
7024
|
+
startedTimeStamp?: undefined;
|
|
7025
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7026
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7027
|
+
isLoading: false;
|
|
7028
|
+
isFetching: false;
|
|
7029
|
+
isSuccess: false;
|
|
7030
|
+
isError: false;
|
|
7031
|
+
isUninitialized: true;
|
|
7032
|
+
} | {
|
|
7033
|
+
error?: unknown;
|
|
7034
|
+
fulfilledTimeStamp?: number | undefined;
|
|
7035
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7036
|
+
requestId?: string | undefined;
|
|
7037
|
+
endpointName?: string | undefined;
|
|
7038
|
+
startedTimeStamp?: number | undefined;
|
|
7039
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7040
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7041
|
+
isUninitialized: false;
|
|
7042
|
+
isSuccess: false;
|
|
7043
|
+
isError: false;
|
|
7044
|
+
isLoading: true;
|
|
7045
|
+
isFetching: boolean;
|
|
7046
|
+
data: undefined;
|
|
7047
|
+
} | {
|
|
7048
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7049
|
+
requestId?: string | undefined;
|
|
7050
|
+
endpointName?: string | undefined;
|
|
7051
|
+
startedTimeStamp?: number | undefined;
|
|
7052
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7053
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7054
|
+
isUninitialized: false;
|
|
7055
|
+
isLoading: false;
|
|
7056
|
+
isError: false;
|
|
7057
|
+
isSuccess: true;
|
|
7058
|
+
isFetching: true;
|
|
7059
|
+
error: undefined;
|
|
7060
|
+
data: GetBadgeByIdApiResponse;
|
|
7061
|
+
fulfilledTimeStamp: number;
|
|
7062
|
+
} | {
|
|
7063
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7064
|
+
requestId?: string | undefined;
|
|
7065
|
+
endpointName?: string | undefined;
|
|
7066
|
+
startedTimeStamp?: number | undefined;
|
|
7067
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7068
|
+
isUninitialized: false;
|
|
7069
|
+
isLoading: false;
|
|
7070
|
+
isError: false;
|
|
7071
|
+
isSuccess: true;
|
|
7072
|
+
isFetching: false;
|
|
7073
|
+
error: undefined;
|
|
7074
|
+
data: GetBadgeByIdApiResponse;
|
|
7075
|
+
fulfilledTimeStamp: number;
|
|
7076
|
+
currentData: GetBadgeByIdApiResponse;
|
|
7077
|
+
} | {
|
|
7078
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
7079
|
+
fulfilledTimeStamp?: number | undefined;
|
|
7080
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7081
|
+
requestId?: string | undefined;
|
|
7082
|
+
endpointName?: string | undefined;
|
|
7083
|
+
startedTimeStamp?: number | undefined;
|
|
7084
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7085
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7086
|
+
isUninitialized: false;
|
|
7087
|
+
isLoading: false;
|
|
7088
|
+
isFetching: false;
|
|
7089
|
+
isSuccess: false;
|
|
7090
|
+
isError: true;
|
|
7091
|
+
error: unknown;
|
|
7092
|
+
}) & {
|
|
7093
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7094
|
+
}) => R) | undefined;
|
|
7095
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7096
|
+
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>>;
|
|
7097
|
+
};
|
|
6743
7098
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
6744
7099
|
requestId?: undefined;
|
|
6745
7100
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -6897,9 +7252,9 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
6897
7252
|
isError: true;
|
|
6898
7253
|
})) => R) | undefined;
|
|
6899
7254
|
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" | "
|
|
7255
|
+
} | 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
7256
|
originalArgs?: CreateOrUpdateBadgeApiArg | undefined;
|
|
6902
7257
|
reset: () => void;
|
|
6903
7258
|
}];
|
|
6904
7259
|
|
|
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 };
|
|
7260
|
+
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 };
|