@meshery/schemas 0.8.90 → 0.8.92
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/README.md +5 -7
- package/dist/cloudApi.d.mts +132 -132
- package/dist/cloudApi.d.ts +132 -132
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/mesheryApi.d.mts +6 -6
- package/dist/mesheryApi.d.ts +6 -6
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -2,53 +2,53 @@ 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
|
-
postApiEntitlementSubscriptionsBySubscriptionIdUpgrade: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
12
|
-
postApiEntitlementSubscriptionsBySubscriptionIdUpgradePreview: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
13
|
-
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
14
|
-
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
15
|
-
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
16
|
-
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
17
|
-
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
18
|
-
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
19
|
-
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
20
|
-
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
21
|
-
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
22
|
-
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
23
|
-
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
24
|
-
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
25
|
-
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
26
|
-
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
27
|
-
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
28
|
-
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
29
|
-
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
30
|
-
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
31
|
-
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
32
|
-
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
33
|
-
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
34
|
-
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
35
|
-
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
36
|
-
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
37
|
-
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
38
|
-
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
39
|
-
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
40
|
-
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
41
|
-
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
42
|
-
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
43
|
-
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
44
|
-
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
45
|
-
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
46
|
-
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
47
|
-
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
48
|
-
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
49
|
-
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
50
|
-
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
51
|
-
}, "api", "design_other" | "model_other" | "
|
|
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
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgrade: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (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", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>;
|
|
12
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgradePreview: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (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>;
|
|
13
|
+
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>;
|
|
14
|
+
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>;
|
|
15
|
+
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>;
|
|
16
|
+
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>;
|
|
17
|
+
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>;
|
|
18
|
+
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>;
|
|
19
|
+
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>;
|
|
20
|
+
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>;
|
|
21
|
+
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>;
|
|
22
|
+
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>;
|
|
23
|
+
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>;
|
|
24
|
+
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>;
|
|
25
|
+
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>;
|
|
26
|
+
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>;
|
|
27
|
+
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>;
|
|
28
|
+
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>;
|
|
29
|
+
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (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", WithdrawFromAcademyContentApiResponse, "api", unknown>;
|
|
30
|
+
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (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", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
31
|
+
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (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>;
|
|
32
|
+
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (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", GetAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
33
|
+
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>;
|
|
34
|
+
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>;
|
|
35
|
+
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (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", GetTestByAbsPathApiResponse, "api", unknown>;
|
|
36
|
+
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (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", StartTestByIdApiResponse, "api", unknown>;
|
|
37
|
+
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (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", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>;
|
|
38
|
+
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>;
|
|
39
|
+
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>;
|
|
40
|
+
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>;
|
|
41
|
+
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>;
|
|
42
|
+
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>;
|
|
43
|
+
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>;
|
|
44
|
+
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>;
|
|
45
|
+
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>;
|
|
46
|
+
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>;
|
|
47
|
+
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>;
|
|
48
|
+
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>;
|
|
49
|
+
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>;
|
|
50
|
+
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>;
|
|
51
|
+
}, "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>;
|
|
52
52
|
|
|
53
53
|
type ImportDesignApiResponse = {
|
|
54
54
|
message?: string;
|
|
@@ -2233,7 +2233,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2233
2233
|
isError: true;
|
|
2234
2234
|
})) => R) | undefined;
|
|
2235
2235
|
fixedCacheKey?: string | undefined;
|
|
2236
|
-
} | 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" | "
|
|
2236
|
+
} | 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> & {
|
|
2237
2237
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
2238
2238
|
reset: () => void;
|
|
2239
2239
|
}];
|
|
@@ -2394,13 +2394,13 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2394
2394
|
isError: true;
|
|
2395
2395
|
})) => R) | undefined;
|
|
2396
2396
|
fixedCacheKey?: string | undefined;
|
|
2397
|
-
} | 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" | "
|
|
2397
|
+
} | 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> & {
|
|
2398
2398
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
2399
2399
|
reset: () => void;
|
|
2400
2400
|
}];
|
|
2401
2401
|
declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
2402
|
-
data?: undefined;
|
|
2403
2402
|
error?: undefined;
|
|
2403
|
+
data?: undefined;
|
|
2404
2404
|
fulfilledTimeStamp?: undefined;
|
|
2405
2405
|
originalArgs?: undefined;
|
|
2406
2406
|
requestId?: undefined;
|
|
@@ -2481,8 +2481,8 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
2481
2481
|
} & {
|
|
2482
2482
|
skip?: boolean | undefined;
|
|
2483
2483
|
selectFromResult?: ((state: ({
|
|
2484
|
-
data?: undefined;
|
|
2485
2484
|
error?: undefined;
|
|
2485
|
+
data?: undefined;
|
|
2486
2486
|
fulfilledTimeStamp?: undefined;
|
|
2487
2487
|
originalArgs?: undefined;
|
|
2488
2488
|
requestId?: undefined;
|
|
@@ -2559,7 +2559,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
2559
2559
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2560
2560
|
}) => R) | undefined;
|
|
2561
2561
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2562
|
-
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" | "
|
|
2562
|
+
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>>;
|
|
2563
2563
|
};
|
|
2564
2564
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
2565
2565
|
requestId?: undefined;
|
|
@@ -2718,7 +2718,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
2718
2718
|
isError: true;
|
|
2719
2719
|
})) => R) | undefined;
|
|
2720
2720
|
fixedCacheKey?: string | undefined;
|
|
2721
|
-
} | 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" | "
|
|
2721
|
+
} | 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> & {
|
|
2722
2722
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
2723
2723
|
reset: () => void;
|
|
2724
2724
|
}];
|
|
@@ -2879,7 +2879,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
2879
2879
|
isError: true;
|
|
2880
2880
|
})) => R) | undefined;
|
|
2881
2881
|
fixedCacheKey?: string | undefined;
|
|
2882
|
-
} | 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" | "
|
|
2882
|
+
} | 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> & {
|
|
2883
2883
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
2884
2884
|
reset: () => void;
|
|
2885
2885
|
}];
|
|
@@ -3040,7 +3040,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradeMutation:
|
|
|
3040
3040
|
isError: true;
|
|
3041
3041
|
})) => R) | undefined;
|
|
3042
3042
|
fixedCacheKey?: string | undefined;
|
|
3043
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
3043
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3044
3044
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg | undefined;
|
|
3045
3045
|
reset: () => void;
|
|
3046
3046
|
}];
|
|
@@ -3201,7 +3201,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewMu
|
|
|
3201
3201
|
isError: true;
|
|
3202
3202
|
})) => R) | undefined;
|
|
3203
3203
|
fixedCacheKey?: string | undefined;
|
|
3204
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
3204
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3205
3205
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg | undefined;
|
|
3206
3206
|
reset: () => void;
|
|
3207
3207
|
}];
|
|
@@ -3362,13 +3362,13 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
3362
3362
|
isError: true;
|
|
3363
3363
|
})) => R) | undefined;
|
|
3364
3364
|
fixedCacheKey?: string | undefined;
|
|
3365
|
-
} | 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" | "
|
|
3365
|
+
} | 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> & {
|
|
3366
3366
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
3367
3367
|
reset: () => void;
|
|
3368
3368
|
}];
|
|
3369
3369
|
declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
3370
|
-
data?: undefined;
|
|
3371
3370
|
error?: undefined;
|
|
3371
|
+
data?: undefined;
|
|
3372
3372
|
fulfilledTimeStamp?: undefined;
|
|
3373
3373
|
originalArgs?: undefined;
|
|
3374
3374
|
requestId?: undefined;
|
|
@@ -3449,8 +3449,8 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
3449
3449
|
} & {
|
|
3450
3450
|
skip?: boolean | undefined;
|
|
3451
3451
|
selectFromResult?: ((state: ({
|
|
3452
|
-
data?: undefined;
|
|
3453
3452
|
error?: undefined;
|
|
3453
|
+
data?: undefined;
|
|
3454
3454
|
fulfilledTimeStamp?: undefined;
|
|
3455
3455
|
originalArgs?: undefined;
|
|
3456
3456
|
requestId?: undefined;
|
|
@@ -3527,11 +3527,11 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
3527
3527
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3528
3528
|
}) => R) | undefined;
|
|
3529
3529
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3530
|
-
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" | "
|
|
3530
|
+
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>>;
|
|
3531
3531
|
};
|
|
3532
3532
|
declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
3533
|
-
data?: undefined;
|
|
3534
3533
|
error?: undefined;
|
|
3534
|
+
data?: undefined;
|
|
3535
3535
|
fulfilledTimeStamp?: undefined;
|
|
3536
3536
|
originalArgs?: undefined;
|
|
3537
3537
|
requestId?: undefined;
|
|
@@ -3612,8 +3612,8 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
3612
3612
|
} & {
|
|
3613
3613
|
skip?: boolean | undefined;
|
|
3614
3614
|
selectFromResult?: ((state: ({
|
|
3615
|
-
data?: undefined;
|
|
3616
3615
|
error?: undefined;
|
|
3616
|
+
data?: undefined;
|
|
3617
3617
|
fulfilledTimeStamp?: undefined;
|
|
3618
3618
|
originalArgs?: undefined;
|
|
3619
3619
|
requestId?: undefined;
|
|
@@ -3690,11 +3690,11 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
3690
3690
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3691
3691
|
}) => R) | undefined;
|
|
3692
3692
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3693
|
-
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" | "
|
|
3693
|
+
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>>;
|
|
3694
3694
|
};
|
|
3695
3695
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
3696
|
-
data?: undefined;
|
|
3697
3696
|
error?: undefined;
|
|
3697
|
+
data?: undefined;
|
|
3698
3698
|
fulfilledTimeStamp?: undefined;
|
|
3699
3699
|
originalArgs?: undefined;
|
|
3700
3700
|
requestId?: undefined;
|
|
@@ -3775,8 +3775,8 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
3775
3775
|
} & {
|
|
3776
3776
|
skip?: boolean | undefined;
|
|
3777
3777
|
selectFromResult?: ((state: ({
|
|
3778
|
-
data?: undefined;
|
|
3779
3778
|
error?: undefined;
|
|
3779
|
+
data?: undefined;
|
|
3780
3780
|
fulfilledTimeStamp?: undefined;
|
|
3781
3781
|
originalArgs?: undefined;
|
|
3782
3782
|
requestId?: undefined;
|
|
@@ -3853,11 +3853,11 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
3853
3853
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3854
3854
|
}) => R) | undefined;
|
|
3855
3855
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3856
|
-
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" | "
|
|
3856
|
+
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>>;
|
|
3857
3857
|
};
|
|
3858
3858
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
3859
|
-
data?: undefined;
|
|
3860
3859
|
error?: undefined;
|
|
3860
|
+
data?: undefined;
|
|
3861
3861
|
fulfilledTimeStamp?: undefined;
|
|
3862
3862
|
originalArgs?: undefined;
|
|
3863
3863
|
requestId?: undefined;
|
|
@@ -3938,8 +3938,8 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3938
3938
|
} & {
|
|
3939
3939
|
skip?: boolean | undefined;
|
|
3940
3940
|
selectFromResult?: ((state: ({
|
|
3941
|
-
data?: undefined;
|
|
3942
3941
|
error?: undefined;
|
|
3942
|
+
data?: undefined;
|
|
3943
3943
|
fulfilledTimeStamp?: undefined;
|
|
3944
3944
|
originalArgs?: undefined;
|
|
3945
3945
|
requestId?: undefined;
|
|
@@ -4016,7 +4016,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
4016
4016
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4017
4017
|
}) => R) | undefined;
|
|
4018
4018
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4019
|
-
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" | "
|
|
4019
|
+
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>>;
|
|
4020
4020
|
};
|
|
4021
4021
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
4022
4022
|
requestId?: undefined;
|
|
@@ -4175,13 +4175,13 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4175
4175
|
isError: true;
|
|
4176
4176
|
})) => R) | undefined;
|
|
4177
4177
|
fixedCacheKey?: string | undefined;
|
|
4178
|
-
} | 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" | "
|
|
4178
|
+
} | 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> & {
|
|
4179
4179
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
4180
4180
|
reset: () => void;
|
|
4181
4181
|
}];
|
|
4182
4182
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
4183
|
-
data?: undefined;
|
|
4184
4183
|
error?: undefined;
|
|
4184
|
+
data?: undefined;
|
|
4185
4185
|
fulfilledTimeStamp?: undefined;
|
|
4186
4186
|
originalArgs?: undefined;
|
|
4187
4187
|
requestId?: undefined;
|
|
@@ -4262,8 +4262,8 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
4262
4262
|
} & {
|
|
4263
4263
|
skip?: boolean | undefined;
|
|
4264
4264
|
selectFromResult?: ((state: ({
|
|
4265
|
-
data?: undefined;
|
|
4266
4265
|
error?: undefined;
|
|
4266
|
+
data?: undefined;
|
|
4267
4267
|
fulfilledTimeStamp?: undefined;
|
|
4268
4268
|
originalArgs?: undefined;
|
|
4269
4269
|
requestId?: undefined;
|
|
@@ -4340,7 +4340,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
4340
4340
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4341
4341
|
}) => R) | undefined;
|
|
4342
4342
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4343
|
-
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" | "
|
|
4343
|
+
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>>;
|
|
4344
4344
|
};
|
|
4345
4345
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
4346
4346
|
requestId?: undefined;
|
|
@@ -4499,7 +4499,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4499
4499
|
isError: true;
|
|
4500
4500
|
})) => R) | undefined;
|
|
4501
4501
|
fixedCacheKey?: string | undefined;
|
|
4502
|
-
} | 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" | "
|
|
4502
|
+
} | 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> & {
|
|
4503
4503
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
4504
4504
|
reset: () => void;
|
|
4505
4505
|
}];
|
|
@@ -4660,7 +4660,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4660
4660
|
isError: true;
|
|
4661
4661
|
})) => R) | undefined;
|
|
4662
4662
|
fixedCacheKey?: string | undefined;
|
|
4663
|
-
} | 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" | "
|
|
4663
|
+
} | 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> & {
|
|
4664
4664
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
4665
4665
|
reset: () => void;
|
|
4666
4666
|
}];
|
|
@@ -4821,13 +4821,13 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
4821
4821
|
isError: true;
|
|
4822
4822
|
})) => R) | undefined;
|
|
4823
4823
|
fixedCacheKey?: string | undefined;
|
|
4824
|
-
} | 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" | "
|
|
4824
|
+
} | 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> & {
|
|
4825
4825
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
4826
4826
|
reset: () => void;
|
|
4827
4827
|
}];
|
|
4828
4828
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
4829
|
-
data?: undefined;
|
|
4830
4829
|
error?: undefined;
|
|
4830
|
+
data?: undefined;
|
|
4831
4831
|
fulfilledTimeStamp?: undefined;
|
|
4832
4832
|
originalArgs?: undefined;
|
|
4833
4833
|
requestId?: undefined;
|
|
@@ -4908,8 +4908,8 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4908
4908
|
} & {
|
|
4909
4909
|
skip?: boolean | undefined;
|
|
4910
4910
|
selectFromResult?: ((state: ({
|
|
4911
|
-
data?: undefined;
|
|
4912
4911
|
error?: undefined;
|
|
4912
|
+
data?: undefined;
|
|
4913
4913
|
fulfilledTimeStamp?: undefined;
|
|
4914
4914
|
originalArgs?: undefined;
|
|
4915
4915
|
requestId?: undefined;
|
|
@@ -4986,11 +4986,11 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4986
4986
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4987
4987
|
}) => R) | undefined;
|
|
4988
4988
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4989
|
-
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" | "
|
|
4989
|
+
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>>;
|
|
4990
4990
|
};
|
|
4991
4991
|
declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
4992
|
-
data?: undefined;
|
|
4993
4992
|
error?: undefined;
|
|
4993
|
+
data?: undefined;
|
|
4994
4994
|
fulfilledTimeStamp?: undefined;
|
|
4995
4995
|
originalArgs?: undefined;
|
|
4996
4996
|
requestId?: undefined;
|
|
@@ -5071,8 +5071,8 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
5071
5071
|
} & {
|
|
5072
5072
|
skip?: boolean | undefined;
|
|
5073
5073
|
selectFromResult?: ((state: ({
|
|
5074
|
-
data?: undefined;
|
|
5075
5074
|
error?: undefined;
|
|
5075
|
+
data?: undefined;
|
|
5076
5076
|
fulfilledTimeStamp?: undefined;
|
|
5077
5077
|
originalArgs?: undefined;
|
|
5078
5078
|
requestId?: undefined;
|
|
@@ -5149,7 +5149,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
5149
5149
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5150
5150
|
}) => R) | undefined;
|
|
5151
5151
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5152
|
-
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" | "
|
|
5152
|
+
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>>;
|
|
5153
5153
|
};
|
|
5154
5154
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
5155
5155
|
requestId?: undefined;
|
|
@@ -5308,13 +5308,13 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
5308
5308
|
isError: true;
|
|
5309
5309
|
})) => R) | undefined;
|
|
5310
5310
|
fixedCacheKey?: string | undefined;
|
|
5311
|
-
} | 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" | "
|
|
5311
|
+
} | 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> & {
|
|
5312
5312
|
originalArgs?: CreateAcademyCurriculaApiArg | undefined;
|
|
5313
5313
|
reset: () => void;
|
|
5314
5314
|
}];
|
|
5315
5315
|
declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
5316
|
-
data?: undefined;
|
|
5317
5316
|
error?: undefined;
|
|
5317
|
+
data?: undefined;
|
|
5318
5318
|
fulfilledTimeStamp?: undefined;
|
|
5319
5319
|
originalArgs?: undefined;
|
|
5320
5320
|
requestId?: undefined;
|
|
@@ -5395,8 +5395,8 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
5395
5395
|
} & {
|
|
5396
5396
|
skip?: boolean | undefined;
|
|
5397
5397
|
selectFromResult?: ((state: ({
|
|
5398
|
-
data?: undefined;
|
|
5399
5398
|
error?: undefined;
|
|
5399
|
+
data?: undefined;
|
|
5400
5400
|
fulfilledTimeStamp?: undefined;
|
|
5401
5401
|
originalArgs?: undefined;
|
|
5402
5402
|
requestId?: undefined;
|
|
@@ -5473,11 +5473,11 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
5473
5473
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5474
5474
|
}) => R) | undefined;
|
|
5475
5475
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5476
|
-
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" | "
|
|
5476
|
+
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>>;
|
|
5477
5477
|
};
|
|
5478
5478
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
5479
|
-
data?: undefined;
|
|
5480
5479
|
error?: undefined;
|
|
5480
|
+
data?: undefined;
|
|
5481
5481
|
fulfilledTimeStamp?: undefined;
|
|
5482
5482
|
originalArgs?: undefined;
|
|
5483
5483
|
requestId?: undefined;
|
|
@@ -5558,8 +5558,8 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
5558
5558
|
} & {
|
|
5559
5559
|
skip?: boolean | undefined;
|
|
5560
5560
|
selectFromResult?: ((state: ({
|
|
5561
|
-
data?: undefined;
|
|
5562
5561
|
error?: undefined;
|
|
5562
|
+
data?: undefined;
|
|
5563
5563
|
fulfilledTimeStamp?: undefined;
|
|
5564
5564
|
originalArgs?: undefined;
|
|
5565
5565
|
requestId?: undefined;
|
|
@@ -5636,7 +5636,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
5636
5636
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5637
5637
|
}) => R) | undefined;
|
|
5638
5638
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5639
|
-
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" | "
|
|
5639
|
+
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>>;
|
|
5640
5640
|
};
|
|
5641
5641
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
5642
5642
|
requestId?: undefined;
|
|
@@ -5795,7 +5795,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
5795
5795
|
isError: true;
|
|
5796
5796
|
})) => R) | undefined;
|
|
5797
5797
|
fixedCacheKey?: string | undefined;
|
|
5798
|
-
} | 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" | "
|
|
5798
|
+
} | 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> & {
|
|
5799
5799
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
5800
5800
|
reset: () => void;
|
|
5801
5801
|
}];
|
|
@@ -5956,7 +5956,7 @@ declare const useWithdrawFromAcademyContentMutation: <R extends Record<string, a
|
|
|
5956
5956
|
isError: true;
|
|
5957
5957
|
})) => R) | undefined;
|
|
5958
5958
|
fixedCacheKey?: string | undefined;
|
|
5959
|
-
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
5959
|
+
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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", WithdrawFromAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5960
5960
|
originalArgs?: WithdrawFromAcademyContentApiArg | undefined;
|
|
5961
5961
|
reset: () => void;
|
|
5962
5962
|
}];
|
|
@@ -6117,7 +6117,7 @@ declare const useUpdateAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
6117
6117
|
isError: true;
|
|
6118
6118
|
})) => R) | undefined;
|
|
6119
6119
|
fixedCacheKey?: string | undefined;
|
|
6120
|
-
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
6120
|
+
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6121
6121
|
originalArgs?: UpdateAcademyCurriculaByIdApiArg | undefined;
|
|
6122
6122
|
reset: () => void;
|
|
6123
6123
|
}];
|
|
@@ -6278,13 +6278,13 @@ declare const useDeleteAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
6278
6278
|
isError: true;
|
|
6279
6279
|
})) => R) | undefined;
|
|
6280
6280
|
fixedCacheKey?: string | undefined;
|
|
6281
|
-
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
6281
|
+
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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> & {
|
|
6282
6282
|
originalArgs?: DeleteAcademyCurriculaByIdApiArg | undefined;
|
|
6283
6283
|
reset: () => void;
|
|
6284
6284
|
}];
|
|
6285
6285
|
declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> = ({
|
|
6286
|
-
data?: undefined;
|
|
6287
6286
|
error?: undefined;
|
|
6287
|
+
data?: undefined;
|
|
6288
6288
|
fulfilledTimeStamp?: undefined;
|
|
6289
6289
|
originalArgs?: undefined;
|
|
6290
6290
|
requestId?: undefined;
|
|
@@ -6365,8 +6365,8 @@ declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> =
|
|
|
6365
6365
|
} & {
|
|
6366
6366
|
skip?: boolean | undefined;
|
|
6367
6367
|
selectFromResult?: ((state: ({
|
|
6368
|
-
data?: undefined;
|
|
6369
6368
|
error?: undefined;
|
|
6369
|
+
data?: undefined;
|
|
6370
6370
|
fulfilledTimeStamp?: undefined;
|
|
6371
6371
|
originalArgs?: undefined;
|
|
6372
6372
|
requestId?: undefined;
|
|
@@ -6443,11 +6443,11 @@ declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> =
|
|
|
6443
6443
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6444
6444
|
}) => R) | undefined;
|
|
6445
6445
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6446
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
6446
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (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", GetAcademyCurriculaByIdApiResponse, "api", unknown>>;
|
|
6447
6447
|
};
|
|
6448
6448
|
declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<string, any> = ({
|
|
6449
|
-
data?: undefined;
|
|
6450
6449
|
error?: undefined;
|
|
6450
|
+
data?: undefined;
|
|
6451
6451
|
fulfilledTimeStamp?: undefined;
|
|
6452
6452
|
originalArgs?: undefined;
|
|
6453
6453
|
requestId?: undefined;
|
|
@@ -6528,8 +6528,8 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
6528
6528
|
} & {
|
|
6529
6529
|
skip?: boolean | undefined;
|
|
6530
6530
|
selectFromResult?: ((state: ({
|
|
6531
|
-
data?: undefined;
|
|
6532
6531
|
error?: undefined;
|
|
6532
|
+
data?: undefined;
|
|
6533
6533
|
fulfilledTimeStamp?: undefined;
|
|
6534
6534
|
originalArgs?: undefined;
|
|
6535
6535
|
requestId?: undefined;
|
|
@@ -6606,7 +6606,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
6606
6606
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6607
6607
|
}) => R) | undefined;
|
|
6608
6608
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6609
|
-
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" | "
|
|
6609
|
+
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>>;
|
|
6610
6610
|
};
|
|
6611
6611
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
6612
6612
|
requestId?: undefined;
|
|
@@ -6765,13 +6765,13 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
6765
6765
|
isError: true;
|
|
6766
6766
|
})) => R) | undefined;
|
|
6767
6767
|
fixedCacheKey?: string | undefined;
|
|
6768
|
-
} | 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" | "
|
|
6768
|
+
} | 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> & {
|
|
6769
6769
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
6770
6770
|
reset: () => void;
|
|
6771
6771
|
}];
|
|
6772
6772
|
declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
6773
|
-
data?: undefined;
|
|
6774
6773
|
error?: undefined;
|
|
6774
|
+
data?: undefined;
|
|
6775
6775
|
fulfilledTimeStamp?: undefined;
|
|
6776
6776
|
originalArgs?: undefined;
|
|
6777
6777
|
requestId?: undefined;
|
|
@@ -6852,8 +6852,8 @@ declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
|
6852
6852
|
} & {
|
|
6853
6853
|
skip?: boolean | undefined;
|
|
6854
6854
|
selectFromResult?: ((state: ({
|
|
6855
|
-
data?: undefined;
|
|
6856
6855
|
error?: undefined;
|
|
6856
|
+
data?: undefined;
|
|
6857
6857
|
fulfilledTimeStamp?: undefined;
|
|
6858
6858
|
originalArgs?: undefined;
|
|
6859
6859
|
requestId?: undefined;
|
|
@@ -6930,7 +6930,7 @@ declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
|
6930
6930
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6931
6931
|
}) => R) | undefined;
|
|
6932
6932
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6933
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
6933
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (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", GetTestByAbsPathApiResponse, "api", unknown>>;
|
|
6934
6934
|
};
|
|
6935
6935
|
declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
6936
6936
|
requestId?: undefined;
|
|
@@ -7089,13 +7089,13 @@ declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
|
7089
7089
|
isError: true;
|
|
7090
7090
|
})) => R) | undefined;
|
|
7091
7091
|
fixedCacheKey?: string | undefined;
|
|
7092
|
-
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
7092
|
+
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "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", StartTestByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7093
7093
|
originalArgs?: StartTestByIdApiArg | undefined;
|
|
7094
7094
|
reset: () => void;
|
|
7095
7095
|
}];
|
|
7096
7096
|
declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<string, any> = ({
|
|
7097
|
-
data?: undefined;
|
|
7098
7097
|
error?: undefined;
|
|
7098
|
+
data?: undefined;
|
|
7099
7099
|
fulfilledTimeStamp?: undefined;
|
|
7100
7100
|
originalArgs?: undefined;
|
|
7101
7101
|
requestId?: undefined;
|
|
@@ -7176,8 +7176,8 @@ declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<strin
|
|
|
7176
7176
|
} & {
|
|
7177
7177
|
skip?: boolean | undefined;
|
|
7178
7178
|
selectFromResult?: ((state: ({
|
|
7179
|
-
data?: undefined;
|
|
7180
7179
|
error?: undefined;
|
|
7180
|
+
data?: undefined;
|
|
7181
7181
|
fulfilledTimeStamp?: undefined;
|
|
7182
7182
|
originalArgs?: undefined;
|
|
7183
7183
|
requestId?: undefined;
|
|
@@ -7254,7 +7254,7 @@ declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<strin
|
|
|
7254
7254
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7255
7255
|
}) => R) | undefined;
|
|
7256
7256
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7257
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "
|
|
7257
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (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", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>>;
|
|
7258
7258
|
};
|
|
7259
7259
|
declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
7260
7260
|
requestId?: undefined;
|
|
@@ -7413,13 +7413,13 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
7413
7413
|
isError: true;
|
|
7414
7414
|
})) => R) | undefined;
|
|
7415
7415
|
fixedCacheKey?: string | undefined;
|
|
7416
|
-
} | 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" | "
|
|
7416
|
+
} | 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> & {
|
|
7417
7417
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
7418
7418
|
reset: () => void;
|
|
7419
7419
|
}];
|
|
7420
7420
|
declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = ({
|
|
7421
|
-
data?: undefined;
|
|
7422
7421
|
error?: undefined;
|
|
7422
|
+
data?: undefined;
|
|
7423
7423
|
fulfilledTimeStamp?: undefined;
|
|
7424
7424
|
originalArgs?: undefined;
|
|
7425
7425
|
requestId?: undefined;
|
|
@@ -7500,8 +7500,8 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
7500
7500
|
} & {
|
|
7501
7501
|
skip?: boolean | undefined;
|
|
7502
7502
|
selectFromResult?: ((state: ({
|
|
7503
|
-
data?: undefined;
|
|
7504
7503
|
error?: undefined;
|
|
7504
|
+
data?: undefined;
|
|
7505
7505
|
fulfilledTimeStamp?: undefined;
|
|
7506
7506
|
originalArgs?: undefined;
|
|
7507
7507
|
requestId?: undefined;
|
|
@@ -7578,11 +7578,11 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
7578
7578
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7579
7579
|
}) => R) | undefined;
|
|
7580
7580
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7581
|
-
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" | "
|
|
7581
|
+
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>>;
|
|
7582
7582
|
};
|
|
7583
7583
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
7584
|
-
data?: undefined;
|
|
7585
7584
|
error?: undefined;
|
|
7585
|
+
data?: undefined;
|
|
7586
7586
|
fulfilledTimeStamp?: undefined;
|
|
7587
7587
|
originalArgs?: undefined;
|
|
7588
7588
|
requestId?: undefined;
|
|
@@ -7663,8 +7663,8 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
7663
7663
|
} & {
|
|
7664
7664
|
skip?: boolean | undefined;
|
|
7665
7665
|
selectFromResult?: ((state: ({
|
|
7666
|
-
data?: undefined;
|
|
7667
7666
|
error?: undefined;
|
|
7667
|
+
data?: undefined;
|
|
7668
7668
|
fulfilledTimeStamp?: undefined;
|
|
7669
7669
|
originalArgs?: undefined;
|
|
7670
7670
|
requestId?: undefined;
|
|
@@ -7741,11 +7741,11 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
7741
7741
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7742
7742
|
}) => R) | undefined;
|
|
7743
7743
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7744
|
-
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" | "
|
|
7744
|
+
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>>;
|
|
7745
7745
|
};
|
|
7746
7746
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
7747
|
-
data?: undefined;
|
|
7748
7747
|
error?: undefined;
|
|
7748
|
+
data?: undefined;
|
|
7749
7749
|
fulfilledTimeStamp?: undefined;
|
|
7750
7750
|
originalArgs?: undefined;
|
|
7751
7751
|
requestId?: undefined;
|
|
@@ -7826,8 +7826,8 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
7826
7826
|
} & {
|
|
7827
7827
|
skip?: boolean | undefined;
|
|
7828
7828
|
selectFromResult?: ((state: ({
|
|
7829
|
-
data?: undefined;
|
|
7830
7829
|
error?: undefined;
|
|
7830
|
+
data?: undefined;
|
|
7831
7831
|
fulfilledTimeStamp?: undefined;
|
|
7832
7832
|
originalArgs?: undefined;
|
|
7833
7833
|
requestId?: undefined;
|
|
@@ -7904,11 +7904,11 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
7904
7904
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7905
7905
|
}) => R) | undefined;
|
|
7906
7906
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7907
|
-
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" | "
|
|
7907
|
+
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>>;
|
|
7908
7908
|
};
|
|
7909
7909
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
7910
|
-
data?: undefined;
|
|
7911
7910
|
error?: undefined;
|
|
7911
|
+
data?: undefined;
|
|
7912
7912
|
fulfilledTimeStamp?: undefined;
|
|
7913
7913
|
originalArgs?: undefined;
|
|
7914
7914
|
requestId?: undefined;
|
|
@@ -7989,8 +7989,8 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
7989
7989
|
} & {
|
|
7990
7990
|
skip?: boolean | undefined;
|
|
7991
7991
|
selectFromResult?: ((state: ({
|
|
7992
|
-
data?: undefined;
|
|
7993
7992
|
error?: undefined;
|
|
7993
|
+
data?: undefined;
|
|
7994
7994
|
fulfilledTimeStamp?: undefined;
|
|
7995
7995
|
originalArgs?: undefined;
|
|
7996
7996
|
requestId?: undefined;
|
|
@@ -8067,7 +8067,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
8067
8067
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8068
8068
|
}) => R) | undefined;
|
|
8069
8069
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8070
|
-
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" | "
|
|
8070
|
+
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>>;
|
|
8071
8071
|
};
|
|
8072
8072
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
8073
8073
|
requestId?: undefined;
|
|
@@ -8226,7 +8226,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8226
8226
|
isError: true;
|
|
8227
8227
|
})) => R) | undefined;
|
|
8228
8228
|
fixedCacheKey?: string | undefined;
|
|
8229
|
-
} | 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" | "
|
|
8229
|
+
} | 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> & {
|
|
8230
8230
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
8231
8231
|
reset: () => void;
|
|
8232
8232
|
}];
|
|
@@ -8387,13 +8387,13 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8387
8387
|
isError: true;
|
|
8388
8388
|
})) => R) | undefined;
|
|
8389
8389
|
fixedCacheKey?: string | undefined;
|
|
8390
|
-
} | 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" | "
|
|
8390
|
+
} | 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> & {
|
|
8391
8391
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
8392
8392
|
reset: () => void;
|
|
8393
8393
|
}];
|
|
8394
8394
|
declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
8395
|
-
data?: undefined;
|
|
8396
8395
|
error?: undefined;
|
|
8396
|
+
data?: undefined;
|
|
8397
8397
|
fulfilledTimeStamp?: undefined;
|
|
8398
8398
|
originalArgs?: undefined;
|
|
8399
8399
|
requestId?: undefined;
|
|
@@ -8474,8 +8474,8 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
8474
8474
|
} & {
|
|
8475
8475
|
skip?: boolean | undefined;
|
|
8476
8476
|
selectFromResult?: ((state: ({
|
|
8477
|
-
data?: undefined;
|
|
8478
8477
|
error?: undefined;
|
|
8478
|
+
data?: undefined;
|
|
8479
8479
|
fulfilledTimeStamp?: undefined;
|
|
8480
8480
|
originalArgs?: undefined;
|
|
8481
8481
|
requestId?: undefined;
|
|
@@ -8552,7 +8552,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
8552
8552
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8553
8553
|
}) => R) | undefined;
|
|
8554
8554
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8555
|
-
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" | "
|
|
8555
|
+
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>>;
|
|
8556
8556
|
};
|
|
8557
8557
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
8558
8558
|
requestId?: undefined;
|
|
@@ -8711,7 +8711,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8711
8711
|
isError: true;
|
|
8712
8712
|
})) => R) | undefined;
|
|
8713
8713
|
fixedCacheKey?: string | undefined;
|
|
8714
|
-
} | 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" | "
|
|
8714
|
+
} | 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> & {
|
|
8715
8715
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
8716
8716
|
reset: () => void;
|
|
8717
8717
|
}];
|
|
@@ -8872,7 +8872,7 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8872
8872
|
isError: true;
|
|
8873
8873
|
})) => R) | undefined;
|
|
8874
8874
|
fixedCacheKey?: string | undefined;
|
|
8875
|
-
} | 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" | "
|
|
8875
|
+
} | 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> & {
|
|
8876
8876
|
originalArgs?: AcceptInvitationApiArg | undefined;
|
|
8877
8877
|
reset: () => void;
|
|
8878
8878
|
}];
|
|
@@ -9033,13 +9033,13 @@ declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
|
9033
9033
|
isError: true;
|
|
9034
9034
|
})) => R) | undefined;
|
|
9035
9035
|
fixedCacheKey?: string | undefined;
|
|
9036
|
-
} | 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" | "
|
|
9036
|
+
} | 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> & {
|
|
9037
9037
|
originalArgs?: DeleteBadgeByIdApiArg | undefined;
|
|
9038
9038
|
reset: () => void;
|
|
9039
9039
|
}];
|
|
9040
9040
|
declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
9041
|
-
data?: undefined;
|
|
9042
9041
|
error?: undefined;
|
|
9042
|
+
data?: undefined;
|
|
9043
9043
|
fulfilledTimeStamp?: undefined;
|
|
9044
9044
|
originalArgs?: undefined;
|
|
9045
9045
|
requestId?: undefined;
|
|
@@ -9120,8 +9120,8 @@ declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
|
9120
9120
|
} & {
|
|
9121
9121
|
skip?: boolean | undefined;
|
|
9122
9122
|
selectFromResult?: ((state: ({
|
|
9123
|
-
data?: undefined;
|
|
9124
9123
|
error?: undefined;
|
|
9124
|
+
data?: undefined;
|
|
9125
9125
|
fulfilledTimeStamp?: undefined;
|
|
9126
9126
|
originalArgs?: undefined;
|
|
9127
9127
|
requestId?: undefined;
|
|
@@ -9198,7 +9198,7 @@ declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
|
9198
9198
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
9199
9199
|
}) => R) | undefined;
|
|
9200
9200
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
9201
|
-
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" | "
|
|
9201
|
+
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>>;
|
|
9202
9202
|
};
|
|
9203
9203
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
9204
9204
|
requestId?: undefined;
|
|
@@ -9357,7 +9357,7 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
9357
9357
|
isError: true;
|
|
9358
9358
|
})) => R) | undefined;
|
|
9359
9359
|
fixedCacheKey?: string | undefined;
|
|
9360
|
-
} | 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" | "
|
|
9360
|
+
} | 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> & {
|
|
9361
9361
|
originalArgs?: CreateOrUpdateBadgeApiArg | undefined;
|
|
9362
9362
|
reset: () => void;
|
|
9363
9363
|
}];
|