@meshery/schemas 0.8.71 → 0.8.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloudApi.d.mts +445 -89
- package/dist/cloudApi.d.ts +445 -89
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/index.d.mts +161 -0
- package/dist/index.d.ts +161 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/mesheryApi.d.mts +337 -378
- package/dist/mesheryApi.d.ts +337 -378
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -1,42 +1,45 @@
|
|
|
1
1
|
import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/react';
|
|
2
2
|
import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", never> & {
|
|
6
|
+
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", ImportDesignApiResponse, "api", unknown>;
|
|
7
|
+
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterMeshmodelsApiResponse, "api", unknown>;
|
|
8
|
+
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetSubscriptionsApiResponse, "api", unknown>;
|
|
9
|
+
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>;
|
|
10
|
+
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>;
|
|
11
|
+
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
12
|
+
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetPlansApiResponse, "api", unknown>;
|
|
13
|
+
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesApiResponse, "api", unknown>;
|
|
14
|
+
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesByOrganizationApiResponse, "api", unknown>;
|
|
15
|
+
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesApiResponse, "api", unknown>;
|
|
16
|
+
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiWorkspacesApiResponse, "api", unknown>;
|
|
17
|
+
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
18
|
+
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PutApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
19
|
+
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
20
|
+
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateEnvironmentApiResponse, "api", unknown>;
|
|
21
|
+
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetEnvironmentsApiResponse, "api", unknown>;
|
|
22
|
+
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
23
|
+
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateAcademyCurriculaApiResponse, "api", unknown>;
|
|
24
|
+
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
25
|
+
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>;
|
|
26
|
+
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterToAcademyContentApiResponse, "api", unknown>;
|
|
27
|
+
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>;
|
|
28
|
+
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>;
|
|
29
|
+
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", SubmitQuizApiResponse, "api", unknown>;
|
|
30
|
+
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", object, "api", unknown>;
|
|
31
|
+
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetAcademyAdminRegistrationsApiResponse, "api", unknown>;
|
|
32
|
+
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetCertificateByIdApiResponse, "api", unknown>;
|
|
33
|
+
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationApiResponse, "api", unknown>;
|
|
34
|
+
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
35
|
+
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateInvitationApiResponse, "api", unknown>;
|
|
36
|
+
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationsApiResponse, "api", unknown>;
|
|
37
|
+
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateInvitationApiResponse, "api", unknown>;
|
|
38
|
+
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", AcceptInvitationApiResponse, "api", unknown>;
|
|
39
|
+
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>;
|
|
40
|
+
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetBadgeByIdApiResponse, "api", unknown>;
|
|
41
|
+
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateOrUpdateBadgeApiResponse, "api", unknown>;
|
|
42
|
+
}, "api", "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
40
43
|
|
|
41
44
|
type ImportDesignApiResponse = {
|
|
42
45
|
message?: string;
|
|
@@ -1352,6 +1355,35 @@ type AcceptInvitationApiArg = {
|
|
|
1352
1355
|
/** The ID of the invitation */
|
|
1353
1356
|
invitationId: string;
|
|
1354
1357
|
};
|
|
1358
|
+
type DeleteBadgeByIdApiResponse = unknown;
|
|
1359
|
+
type DeleteBadgeByIdApiArg = {
|
|
1360
|
+
/** Unique identifier */
|
|
1361
|
+
id: string;
|
|
1362
|
+
};
|
|
1363
|
+
type GetBadgeByIdApiResponse = {
|
|
1364
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1365
|
+
id: string;
|
|
1366
|
+
/** The ID of the organization in which this badge is available . */
|
|
1367
|
+
org_id: string;
|
|
1368
|
+
/** unique identifier for the badge ( auto generated ) */
|
|
1369
|
+
label: string;
|
|
1370
|
+
/** Concise descriptor for the badge or certificate. */
|
|
1371
|
+
name: string;
|
|
1372
|
+
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
1373
|
+
description: string;
|
|
1374
|
+
/** URL to the badge image */
|
|
1375
|
+
image_url: string;
|
|
1376
|
+
/** Timestamp when the resource was created. */
|
|
1377
|
+
created_at: string;
|
|
1378
|
+
/** Timestamp when the resource was updated. */
|
|
1379
|
+
updated_at: string;
|
|
1380
|
+
/** Timestamp when the resource was deleted, if applicable */
|
|
1381
|
+
deleted_at: string;
|
|
1382
|
+
};
|
|
1383
|
+
type GetBadgeByIdApiArg = {
|
|
1384
|
+
/** Unique identifier */
|
|
1385
|
+
id: string;
|
|
1386
|
+
};
|
|
1355
1387
|
type CreateOrUpdateBadgeApiResponse = {
|
|
1356
1388
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1357
1389
|
id: string;
|
|
@@ -1551,9 +1583,9 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
1551
1583
|
isError: true;
|
|
1552
1584
|
})) => R) | undefined;
|
|
1553
1585
|
fixedCacheKey?: string | undefined;
|
|
1554
|
-
} | 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, {}>>,
|
|
1586
|
+
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1555
1587
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
1556
|
-
reset: () => void;
|
|
1588
|
+
reset: () => void;
|
|
1557
1589
|
}];
|
|
1558
1590
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
1559
1591
|
requestId?: undefined;
|
|
@@ -1712,9 +1744,9 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
1712
1744
|
isError: true;
|
|
1713
1745
|
})) => R) | undefined;
|
|
1714
1746
|
fixedCacheKey?: string | undefined;
|
|
1715
|
-
} | 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, {}>>,
|
|
1747
|
+
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
1716
1748
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
1717
|
-
reset: () => void;
|
|
1749
|
+
reset: () => void;
|
|
1718
1750
|
}];
|
|
1719
1751
|
declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
1720
1752
|
data?: undefined;
|
|
@@ -1877,7 +1909,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
1877
1909
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
1878
1910
|
}) => R) | undefined;
|
|
1879
1911
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
1880
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
1912
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetSubscriptionsApiResponse, "api", unknown>>;
|
|
1881
1913
|
};
|
|
1882
1914
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
1883
1915
|
requestId?: undefined;
|
|
@@ -2036,9 +2068,9 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
2036
2068
|
isError: true;
|
|
2037
2069
|
})) => R) | undefined;
|
|
2038
2070
|
fixedCacheKey?: string | undefined;
|
|
2039
|
-
} | 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, {}>>,
|
|
2071
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2040
2072
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined;
|
|
2041
|
-
reset: () => void;
|
|
2073
|
+
reset: () => void;
|
|
2042
2074
|
}];
|
|
2043
2075
|
declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Record<string, any> = ({
|
|
2044
2076
|
requestId?: undefined;
|
|
@@ -2197,9 +2229,9 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
2197
2229
|
isError: true;
|
|
2198
2230
|
})) => R) | undefined;
|
|
2199
2231
|
fixedCacheKey?: string | undefined;
|
|
2200
|
-
} | 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, {}>>,
|
|
2232
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2201
2233
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined;
|
|
2202
|
-
reset: () => void;
|
|
2234
|
+
reset: () => void;
|
|
2203
2235
|
}];
|
|
2204
2236
|
declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Record<string, any> = ({
|
|
2205
2237
|
requestId?: undefined;
|
|
@@ -2358,9 +2390,9 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
2358
2390
|
isError: true;
|
|
2359
2391
|
})) => R) | undefined;
|
|
2360
2392
|
fixedCacheKey?: string | undefined;
|
|
2361
|
-
} | 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, {}>>,
|
|
2393
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2362
2394
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined;
|
|
2363
|
-
reset: () => void;
|
|
2395
|
+
reset: () => void;
|
|
2364
2396
|
}];
|
|
2365
2397
|
declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
2366
2398
|
data?: undefined;
|
|
@@ -2523,7 +2555,7 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
2523
2555
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2524
2556
|
}) => R) | undefined;
|
|
2525
2557
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2526
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
2558
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetPlansApiResponse, "api", unknown>>;
|
|
2527
2559
|
};
|
|
2528
2560
|
declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
2529
2561
|
data?: undefined;
|
|
@@ -2686,7 +2718,7 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
2686
2718
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2687
2719
|
}) => R) | undefined;
|
|
2688
2720
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2689
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
2721
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesApiResponse, "api", unknown>>;
|
|
2690
2722
|
};
|
|
2691
2723
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
2692
2724
|
data?: undefined;
|
|
@@ -2849,7 +2881,7 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
2849
2881
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2850
2882
|
}) => R) | undefined;
|
|
2851
2883
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2852
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
2884
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetFeaturesByOrganizationApiResponse, "api", unknown>>;
|
|
2853
2885
|
};
|
|
2854
2886
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
2855
2887
|
data?: undefined;
|
|
@@ -3012,7 +3044,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3012
3044
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3013
3045
|
}) => R) | undefined;
|
|
3014
3046
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3015
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
3047
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesApiResponse, "api", unknown>>;
|
|
3016
3048
|
};
|
|
3017
3049
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
3018
3050
|
requestId?: undefined;
|
|
@@ -3171,9 +3203,9 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3171
3203
|
isError: true;
|
|
3172
3204
|
})) => R) | undefined;
|
|
3173
3205
|
fixedCacheKey?: string | undefined;
|
|
3174
|
-
} | 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, {}>>,
|
|
3206
|
+
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3175
3207
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
3176
|
-
reset: () => void;
|
|
3208
|
+
reset: () => void;
|
|
3177
3209
|
}];
|
|
3178
3210
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
3179
3211
|
data?: undefined;
|
|
@@ -3336,7 +3368,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3336
3368
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3337
3369
|
}) => R) | undefined;
|
|
3338
3370
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3339
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
3371
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiWorkspacesByIdApiResponse, "api", unknown>>;
|
|
3340
3372
|
};
|
|
3341
3373
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
3342
3374
|
requestId?: undefined;
|
|
@@ -3495,9 +3527,9 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3495
3527
|
isError: true;
|
|
3496
3528
|
})) => R) | undefined;
|
|
3497
3529
|
fixedCacheKey?: string | undefined;
|
|
3498
|
-
} | 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, {}>>,
|
|
3530
|
+
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3499
3531
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
3500
|
-
reset: () => void;
|
|
3532
|
+
reset: () => void;
|
|
3501
3533
|
}];
|
|
3502
3534
|
declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
3503
3535
|
requestId?: undefined;
|
|
@@ -3656,9 +3688,9 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3656
3688
|
isError: true;
|
|
3657
3689
|
})) => R) | undefined;
|
|
3658
3690
|
fixedCacheKey?: string | undefined;
|
|
3659
|
-
} | 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, {}>>,
|
|
3691
|
+
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3660
3692
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
3661
|
-
reset: () => void;
|
|
3693
|
+
reset: () => void;
|
|
3662
3694
|
}];
|
|
3663
3695
|
declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
3664
3696
|
requestId?: undefined;
|
|
@@ -3817,9 +3849,9 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3817
3849
|
isError: true;
|
|
3818
3850
|
})) => R) | undefined;
|
|
3819
3851
|
fixedCacheKey?: string | undefined;
|
|
3820
|
-
} | 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, {}>>,
|
|
3852
|
+
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3821
3853
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
3822
|
-
reset: () => void;
|
|
3854
|
+
reset: () => void;
|
|
3823
3855
|
}];
|
|
3824
3856
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
3825
3857
|
data?: undefined;
|
|
@@ -3982,7 +4014,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3982
4014
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3983
4015
|
}) => R) | undefined;
|
|
3984
4016
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3985
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
4017
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetEnvironmentsApiResponse, "api", unknown>>;
|
|
3986
4018
|
};
|
|
3987
4019
|
declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
3988
4020
|
data?: undefined;
|
|
@@ -4145,7 +4177,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4145
4177
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4146
4178
|
}) => R) | undefined;
|
|
4147
4179
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4148
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
4180
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>;
|
|
4149
4181
|
};
|
|
4150
4182
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
4151
4183
|
requestId?: undefined;
|
|
@@ -4304,9 +4336,9 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
4304
4336
|
isError: true;
|
|
4305
4337
|
})) => R) | undefined;
|
|
4306
4338
|
fixedCacheKey?: string | undefined;
|
|
4307
|
-
} | 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, {}>>,
|
|
4339
|
+
} | undefined) => readonly [(arg: CreateAcademyCurriculaApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateAcademyCurriculaApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4308
4340
|
originalArgs?: CreateAcademyCurriculaApiArg | undefined;
|
|
4309
|
-
reset: () => void;
|
|
4341
|
+
reset: () => void;
|
|
4310
4342
|
}];
|
|
4311
4343
|
declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
4312
4344
|
data?: undefined;
|
|
@@ -4469,7 +4501,7 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
4469
4501
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4470
4502
|
}) => R) | undefined;
|
|
4471
4503
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4472
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
4504
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>;
|
|
4473
4505
|
};
|
|
4474
4506
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
4475
4507
|
data?: undefined;
|
|
@@ -4632,7 +4664,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
4632
4664
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4633
4665
|
}) => R) | undefined;
|
|
4634
4666
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4635
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
4667
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>>;
|
|
4636
4668
|
};
|
|
4637
4669
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
4638
4670
|
requestId?: undefined;
|
|
@@ -4791,9 +4823,9 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
4791
4823
|
isError: true;
|
|
4792
4824
|
})) => R) | undefined;
|
|
4793
4825
|
fixedCacheKey?: string | undefined;
|
|
4794
|
-
} | 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, {}>>,
|
|
4826
|
+
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4795
4827
|
originalArgs?: RegisterToAcademyContentApiArg | undefined;
|
|
4796
|
-
reset: () => void;
|
|
4828
|
+
reset: () => void;
|
|
4797
4829
|
}];
|
|
4798
4830
|
declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<string, any> = ({
|
|
4799
4831
|
data?: undefined;
|
|
@@ -4956,7 +4988,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
4956
4988
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4957
4989
|
}) => R) | undefined;
|
|
4958
4990
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4959
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
4991
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>>;
|
|
4960
4992
|
};
|
|
4961
4993
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
4962
4994
|
requestId?: undefined;
|
|
@@ -5115,9 +5147,9 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
5115
5147
|
isError: true;
|
|
5116
5148
|
})) => R) | undefined;
|
|
5117
5149
|
fixedCacheKey?: string | undefined;
|
|
5118
|
-
} | 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, {}>>,
|
|
5150
|
+
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5119
5151
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined;
|
|
5120
|
-
reset: () => void;
|
|
5152
|
+
reset: () => void;
|
|
5121
5153
|
}];
|
|
5122
5154
|
declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
5123
5155
|
requestId?: undefined;
|
|
@@ -5276,9 +5308,9 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
5276
5308
|
isError: true;
|
|
5277
5309
|
})) => R) | undefined;
|
|
5278
5310
|
fixedCacheKey?: string | undefined;
|
|
5279
|
-
} | 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, {}>>,
|
|
5311
|
+
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5280
5312
|
originalArgs?: SubmitQuizApiArg | undefined;
|
|
5281
|
-
reset: () => void;
|
|
5313
|
+
reset: () => void;
|
|
5282
5314
|
}];
|
|
5283
5315
|
declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = ({
|
|
5284
5316
|
data?: undefined;
|
|
@@ -5441,7 +5473,7 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
5441
5473
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5442
5474
|
}) => R) | undefined;
|
|
5443
5475
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5444
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
5476
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", object, "api", unknown>>;
|
|
5445
5477
|
};
|
|
5446
5478
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
5447
5479
|
data?: undefined;
|
|
@@ -5604,7 +5636,7 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
5604
5636
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5605
5637
|
}) => R) | undefined;
|
|
5606
5638
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5607
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
5639
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetAcademyAdminRegistrationsApiResponse, "api", unknown>>;
|
|
5608
5640
|
};
|
|
5609
5641
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
5610
5642
|
data?: undefined;
|
|
@@ -5767,7 +5799,7 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
5767
5799
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5768
5800
|
}) => R) | undefined;
|
|
5769
5801
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5770
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
5802
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetCertificateByIdApiResponse, "api", unknown>>;
|
|
5771
5803
|
};
|
|
5772
5804
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
5773
5805
|
data?: undefined;
|
|
@@ -5930,7 +5962,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
5930
5962
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5931
5963
|
}) => R) | undefined;
|
|
5932
5964
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5933
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
5965
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationApiResponse, "api", unknown>>;
|
|
5934
5966
|
};
|
|
5935
5967
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
5936
5968
|
requestId?: undefined;
|
|
@@ -6089,9 +6121,9 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6089
6121
|
isError: true;
|
|
6090
6122
|
})) => R) | undefined;
|
|
6091
6123
|
fixedCacheKey?: string | undefined;
|
|
6092
|
-
} | 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, {}>>,
|
|
6124
|
+
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6093
6125
|
originalArgs?: DeleteInvitationApiArg | undefined;
|
|
6094
|
-
reset: () => void;
|
|
6126
|
+
reset: () => void;
|
|
6095
6127
|
}];
|
|
6096
6128
|
declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
6097
6129
|
requestId?: undefined;
|
|
@@ -6250,9 +6282,9 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6250
6282
|
isError: true;
|
|
6251
6283
|
})) => R) | undefined;
|
|
6252
6284
|
fixedCacheKey?: string | undefined;
|
|
6253
|
-
} | 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, {}>>,
|
|
6285
|
+
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6254
6286
|
originalArgs?: UpdateInvitationApiArg | undefined;
|
|
6255
|
-
reset: () => void;
|
|
6287
|
+
reset: () => void;
|
|
6256
6288
|
}];
|
|
6257
6289
|
declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
6258
6290
|
data?: undefined;
|
|
@@ -6415,7 +6447,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
6415
6447
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6416
6448
|
}) => R) | undefined;
|
|
6417
6449
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6418
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>,
|
|
6450
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetInvitationsApiResponse, "api", unknown>>;
|
|
6419
6451
|
};
|
|
6420
6452
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
6421
6453
|
requestId?: undefined;
|
|
@@ -6574,9 +6606,9 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6574
6606
|
isError: true;
|
|
6575
6607
|
})) => R) | undefined;
|
|
6576
6608
|
fixedCacheKey?: string | undefined;
|
|
6577
|
-
} | 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, {}>>,
|
|
6609
|
+
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6578
6610
|
originalArgs?: CreateInvitationApiArg | undefined;
|
|
6579
|
-
reset: () => void;
|
|
6611
|
+
reset: () => void;
|
|
6580
6612
|
}];
|
|
6581
6613
|
declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
6582
6614
|
requestId?: undefined;
|
|
@@ -6735,10 +6767,334 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
6735
6767
|
isError: true;
|
|
6736
6768
|
})) => R) | undefined;
|
|
6737
6769
|
fixedCacheKey?: string | undefined;
|
|
6738
|
-
} | 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, {}>>,
|
|
6770
|
+
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6739
6771
|
originalArgs?: AcceptInvitationApiArg | undefined;
|
|
6740
|
-
reset: () => void;
|
|
6772
|
+
reset: () => void;
|
|
6773
|
+
}];
|
|
6774
|
+
declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
6775
|
+
requestId?: undefined;
|
|
6776
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6777
|
+
data?: undefined;
|
|
6778
|
+
error?: undefined;
|
|
6779
|
+
endpointName?: string | undefined;
|
|
6780
|
+
startedTimeStamp?: undefined;
|
|
6781
|
+
fulfilledTimeStamp?: undefined;
|
|
6782
|
+
} & {
|
|
6783
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6784
|
+
isUninitialized: true;
|
|
6785
|
+
isLoading: false;
|
|
6786
|
+
isSuccess: false;
|
|
6787
|
+
isError: false;
|
|
6788
|
+
}) | ({
|
|
6789
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6790
|
+
} & Omit<{
|
|
6791
|
+
requestId: string;
|
|
6792
|
+
data?: unknown;
|
|
6793
|
+
error?: unknown;
|
|
6794
|
+
endpointName: string;
|
|
6795
|
+
startedTimeStamp: number;
|
|
6796
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6797
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6798
|
+
requestId: string;
|
|
6799
|
+
data?: unknown;
|
|
6800
|
+
error?: unknown;
|
|
6801
|
+
endpointName: string;
|
|
6802
|
+
startedTimeStamp: number;
|
|
6803
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6804
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6805
|
+
error: undefined;
|
|
6806
|
+
} & {
|
|
6807
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6808
|
+
isUninitialized: false;
|
|
6809
|
+
isLoading: false;
|
|
6810
|
+
isSuccess: true;
|
|
6811
|
+
isError: false;
|
|
6812
|
+
}) | ({
|
|
6813
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6814
|
+
} & {
|
|
6815
|
+
requestId: string;
|
|
6816
|
+
data?: unknown;
|
|
6817
|
+
error?: unknown;
|
|
6818
|
+
endpointName: string;
|
|
6819
|
+
startedTimeStamp: number;
|
|
6820
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6821
|
+
} & {
|
|
6822
|
+
data?: undefined;
|
|
6823
|
+
} & {
|
|
6824
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6825
|
+
isUninitialized: false;
|
|
6826
|
+
isLoading: true;
|
|
6827
|
+
isSuccess: false;
|
|
6828
|
+
isError: false;
|
|
6829
|
+
}) | ({
|
|
6830
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6831
|
+
} & Omit<{
|
|
6832
|
+
requestId: string;
|
|
6833
|
+
data?: unknown;
|
|
6834
|
+
error?: unknown;
|
|
6835
|
+
endpointName: string;
|
|
6836
|
+
startedTimeStamp: number;
|
|
6837
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6838
|
+
}, "error"> & Required<Pick<{
|
|
6839
|
+
requestId: string;
|
|
6840
|
+
data?: unknown;
|
|
6841
|
+
error?: unknown;
|
|
6842
|
+
endpointName: string;
|
|
6843
|
+
startedTimeStamp: number;
|
|
6844
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6845
|
+
}, "error">> & {
|
|
6846
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6847
|
+
isUninitialized: false;
|
|
6848
|
+
isLoading: false;
|
|
6849
|
+
isSuccess: false;
|
|
6850
|
+
isError: true;
|
|
6851
|
+
})>(options?: {
|
|
6852
|
+
selectFromResult?: ((state: ({
|
|
6853
|
+
requestId?: undefined;
|
|
6854
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6855
|
+
data?: undefined;
|
|
6856
|
+
error?: undefined;
|
|
6857
|
+
endpointName?: string | undefined;
|
|
6858
|
+
startedTimeStamp?: undefined;
|
|
6859
|
+
fulfilledTimeStamp?: undefined;
|
|
6860
|
+
} & {
|
|
6861
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6862
|
+
isUninitialized: true;
|
|
6863
|
+
isLoading: false;
|
|
6864
|
+
isSuccess: false;
|
|
6865
|
+
isError: false;
|
|
6866
|
+
}) | ({
|
|
6867
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6868
|
+
} & Omit<{
|
|
6869
|
+
requestId: string;
|
|
6870
|
+
data?: unknown;
|
|
6871
|
+
error?: unknown;
|
|
6872
|
+
endpointName: string;
|
|
6873
|
+
startedTimeStamp: number;
|
|
6874
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6875
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
6876
|
+
requestId: string;
|
|
6877
|
+
data?: unknown;
|
|
6878
|
+
error?: unknown;
|
|
6879
|
+
endpointName: string;
|
|
6880
|
+
startedTimeStamp: number;
|
|
6881
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6882
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
6883
|
+
error: undefined;
|
|
6884
|
+
} & {
|
|
6885
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
6886
|
+
isUninitialized: false;
|
|
6887
|
+
isLoading: false;
|
|
6888
|
+
isSuccess: true;
|
|
6889
|
+
isError: false;
|
|
6890
|
+
}) | ({
|
|
6891
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6892
|
+
} & {
|
|
6893
|
+
requestId: string;
|
|
6894
|
+
data?: unknown;
|
|
6895
|
+
error?: unknown;
|
|
6896
|
+
endpointName: string;
|
|
6897
|
+
startedTimeStamp: number;
|
|
6898
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6899
|
+
} & {
|
|
6900
|
+
data?: undefined;
|
|
6901
|
+
} & {
|
|
6902
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
6903
|
+
isUninitialized: false;
|
|
6904
|
+
isLoading: true;
|
|
6905
|
+
isSuccess: false;
|
|
6906
|
+
isError: false;
|
|
6907
|
+
}) | ({
|
|
6908
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6909
|
+
} & Omit<{
|
|
6910
|
+
requestId: string;
|
|
6911
|
+
data?: unknown;
|
|
6912
|
+
error?: unknown;
|
|
6913
|
+
endpointName: string;
|
|
6914
|
+
startedTimeStamp: number;
|
|
6915
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6916
|
+
}, "error"> & Required<Pick<{
|
|
6917
|
+
requestId: string;
|
|
6918
|
+
data?: unknown;
|
|
6919
|
+
error?: unknown;
|
|
6920
|
+
endpointName: string;
|
|
6921
|
+
startedTimeStamp: number;
|
|
6922
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6923
|
+
}, "error">> & {
|
|
6924
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
6925
|
+
isUninitialized: false;
|
|
6926
|
+
isLoading: false;
|
|
6927
|
+
isSuccess: false;
|
|
6928
|
+
isError: true;
|
|
6929
|
+
})) => R) | undefined;
|
|
6930
|
+
fixedCacheKey?: string | undefined;
|
|
6931
|
+
} | undefined) => readonly [(arg: DeleteBadgeByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6932
|
+
originalArgs?: DeleteBadgeByIdApiArg | undefined;
|
|
6933
|
+
reset: () => void;
|
|
6741
6934
|
}];
|
|
6935
|
+
declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
6936
|
+
data?: undefined;
|
|
6937
|
+
error?: undefined;
|
|
6938
|
+
fulfilledTimeStamp?: undefined;
|
|
6939
|
+
originalArgs?: undefined;
|
|
6940
|
+
requestId?: undefined;
|
|
6941
|
+
endpointName?: string | undefined;
|
|
6942
|
+
startedTimeStamp?: undefined;
|
|
6943
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
6944
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6945
|
+
isLoading: false;
|
|
6946
|
+
isFetching: false;
|
|
6947
|
+
isSuccess: false;
|
|
6948
|
+
isError: false;
|
|
6949
|
+
isUninitialized: true;
|
|
6950
|
+
} | {
|
|
6951
|
+
error?: unknown;
|
|
6952
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6953
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6954
|
+
requestId?: string | undefined;
|
|
6955
|
+
endpointName?: string | undefined;
|
|
6956
|
+
startedTimeStamp?: number | undefined;
|
|
6957
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6958
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6959
|
+
isUninitialized: false;
|
|
6960
|
+
isSuccess: false;
|
|
6961
|
+
isError: false;
|
|
6962
|
+
isLoading: true;
|
|
6963
|
+
isFetching: boolean;
|
|
6964
|
+
data: undefined;
|
|
6965
|
+
} | {
|
|
6966
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6967
|
+
requestId?: string | undefined;
|
|
6968
|
+
endpointName?: string | undefined;
|
|
6969
|
+
startedTimeStamp?: number | undefined;
|
|
6970
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6971
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
6972
|
+
isUninitialized: false;
|
|
6973
|
+
isLoading: false;
|
|
6974
|
+
isError: false;
|
|
6975
|
+
isSuccess: true;
|
|
6976
|
+
isFetching: true;
|
|
6977
|
+
error: undefined;
|
|
6978
|
+
data: GetBadgeByIdApiResponse;
|
|
6979
|
+
fulfilledTimeStamp: number;
|
|
6980
|
+
} | {
|
|
6981
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6982
|
+
requestId?: string | undefined;
|
|
6983
|
+
endpointName?: string | undefined;
|
|
6984
|
+
startedTimeStamp?: number | undefined;
|
|
6985
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6986
|
+
isUninitialized: false;
|
|
6987
|
+
isLoading: false;
|
|
6988
|
+
isError: false;
|
|
6989
|
+
isSuccess: true;
|
|
6990
|
+
isFetching: false;
|
|
6991
|
+
error: undefined;
|
|
6992
|
+
data: GetBadgeByIdApiResponse;
|
|
6993
|
+
fulfilledTimeStamp: number;
|
|
6994
|
+
currentData: GetBadgeByIdApiResponse;
|
|
6995
|
+
} | {
|
|
6996
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
6997
|
+
fulfilledTimeStamp?: number | undefined;
|
|
6998
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
6999
|
+
requestId?: string | undefined;
|
|
7000
|
+
endpointName?: string | undefined;
|
|
7001
|
+
startedTimeStamp?: number | undefined;
|
|
7002
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7003
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7004
|
+
isUninitialized: false;
|
|
7005
|
+
isLoading: false;
|
|
7006
|
+
isFetching: false;
|
|
7007
|
+
isSuccess: false;
|
|
7008
|
+
isError: true;
|
|
7009
|
+
error: unknown;
|
|
7010
|
+
}) & {
|
|
7011
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7012
|
+
}>(arg: GetBadgeByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
7013
|
+
skip?: boolean | undefined;
|
|
7014
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
7015
|
+
} & {
|
|
7016
|
+
skip?: boolean | undefined;
|
|
7017
|
+
selectFromResult?: ((state: ({
|
|
7018
|
+
data?: undefined;
|
|
7019
|
+
error?: undefined;
|
|
7020
|
+
fulfilledTimeStamp?: undefined;
|
|
7021
|
+
originalArgs?: undefined;
|
|
7022
|
+
requestId?: undefined;
|
|
7023
|
+
endpointName?: string | undefined;
|
|
7024
|
+
startedTimeStamp?: undefined;
|
|
7025
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7026
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7027
|
+
isLoading: false;
|
|
7028
|
+
isFetching: false;
|
|
7029
|
+
isSuccess: false;
|
|
7030
|
+
isError: false;
|
|
7031
|
+
isUninitialized: true;
|
|
7032
|
+
} | {
|
|
7033
|
+
error?: unknown;
|
|
7034
|
+
fulfilledTimeStamp?: number | undefined;
|
|
7035
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7036
|
+
requestId?: string | undefined;
|
|
7037
|
+
endpointName?: string | undefined;
|
|
7038
|
+
startedTimeStamp?: number | undefined;
|
|
7039
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7040
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7041
|
+
isUninitialized: false;
|
|
7042
|
+
isSuccess: false;
|
|
7043
|
+
isError: false;
|
|
7044
|
+
isLoading: true;
|
|
7045
|
+
isFetching: boolean;
|
|
7046
|
+
data: undefined;
|
|
7047
|
+
} | {
|
|
7048
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7049
|
+
requestId?: string | undefined;
|
|
7050
|
+
endpointName?: string | undefined;
|
|
7051
|
+
startedTimeStamp?: number | undefined;
|
|
7052
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7053
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7054
|
+
isUninitialized: false;
|
|
7055
|
+
isLoading: false;
|
|
7056
|
+
isError: false;
|
|
7057
|
+
isSuccess: true;
|
|
7058
|
+
isFetching: true;
|
|
7059
|
+
error: undefined;
|
|
7060
|
+
data: GetBadgeByIdApiResponse;
|
|
7061
|
+
fulfilledTimeStamp: number;
|
|
7062
|
+
} | {
|
|
7063
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7064
|
+
requestId?: string | undefined;
|
|
7065
|
+
endpointName?: string | undefined;
|
|
7066
|
+
startedTimeStamp?: number | undefined;
|
|
7067
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7068
|
+
isUninitialized: false;
|
|
7069
|
+
isLoading: false;
|
|
7070
|
+
isError: false;
|
|
7071
|
+
isSuccess: true;
|
|
7072
|
+
isFetching: false;
|
|
7073
|
+
error: undefined;
|
|
7074
|
+
data: GetBadgeByIdApiResponse;
|
|
7075
|
+
fulfilledTimeStamp: number;
|
|
7076
|
+
currentData: GetBadgeByIdApiResponse;
|
|
7077
|
+
} | {
|
|
7078
|
+
data?: GetBadgeByIdApiResponse | undefined;
|
|
7079
|
+
fulfilledTimeStamp?: number | undefined;
|
|
7080
|
+
originalArgs?: GetBadgeByIdApiArg | undefined;
|
|
7081
|
+
requestId?: string | undefined;
|
|
7082
|
+
endpointName?: string | undefined;
|
|
7083
|
+
startedTimeStamp?: number | undefined;
|
|
7084
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7085
|
+
currentData?: GetBadgeByIdApiResponse | undefined;
|
|
7086
|
+
isUninitialized: false;
|
|
7087
|
+
isLoading: false;
|
|
7088
|
+
isFetching: false;
|
|
7089
|
+
isSuccess: false;
|
|
7090
|
+
isError: true;
|
|
7091
|
+
error: unknown;
|
|
7092
|
+
}) & {
|
|
7093
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7094
|
+
}) => R) | undefined;
|
|
7095
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7096
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", GetBadgeByIdApiResponse, "api", unknown>>;
|
|
7097
|
+
};
|
|
6742
7098
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
6743
7099
|
requestId?: undefined;
|
|
6744
7100
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -6896,9 +7252,9 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
6896
7252
|
isError: true;
|
|
6897
7253
|
})) => R) | undefined;
|
|
6898
7254
|
fixedCacheKey?: string | undefined;
|
|
6899
|
-
} | 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, {}>>,
|
|
7255
|
+
} | undefined) => readonly [(arg: CreateOrUpdateBadgeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "design_other" | "model_other" | "subscription_subscription" | "subscription_other" | "plan_Plans" | "feature_Features" | "workspace_workspaces" | "environment_environments" | "Academy_API_Academy" | "Academy_API_other" | "invitation_Invitation" | "badge_Badge", CreateOrUpdateBadgeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6900
7256
|
originalArgs?: CreateOrUpdateBadgeApiArg | undefined;
|
|
6901
|
-
reset: () => void;
|
|
7257
|
+
reset: () => void;
|
|
6902
7258
|
}];
|
|
6903
7259
|
|
|
6904
|
-
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, type GetApiAcademyByTypeAndOrgIdSlugApiArg, type GetApiAcademyByTypeAndOrgIdSlugApiResponse, type GetApiAcademyRegistrationsByContentIdApiArg, type GetApiAcademyRegistrationsByContentIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetCertificateByIdApiArg, type GetCertificateByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetFeaturesApiArg, type GetFeaturesApiResponse, type GetFeaturesByOrganizationApiArg, type GetFeaturesByOrganizationApiResponse, type GetInvitationApiArg, type GetInvitationApiResponse, type GetInvitationsApiArg, type GetInvitationsApiResponse, type GetMyAcademyCirriculaApiArg, type GetMyAcademyCirriculaApiResponse, type GetPlansApiArg, type GetPlansApiResponse, type GetSubscriptionsApiArg, type GetSubscriptionsApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, type PostApiEntitlementSubscriptionsCreateApiArg, type PostApiEntitlementSubscriptionsCreateApiResponse, type PostApiEntitlementSubscriptionsWebhooksApiArg, type PostApiEntitlementSubscriptionsWebhooksApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RegisterToAcademyContentApiArg, type RegisterToAcademyContentApiResponse, type SubmitQuizApiArg, type SubmitQuizApiResponse, type UpdateCurrentItemInProgressTrackerApiArg, type UpdateCurrentItemInProgressTrackerApiResponse, type UpdateInvitationApiArg, type UpdateInvitationApiResponse, injectedRtkApi as cloudApi, useAcceptInvitationMutation, useCreateAcademyCurriculaMutation, useCreateEnvironmentMutation, useCreateInvitationMutation, useCreateOrUpdateBadgeMutation, useDeleteApiWorkspacesByIdMutation, useDeleteInvitationMutation, useGetAcademyAdminRegistrationsQuery, useGetAcademyAdminSummaryQuery, useGetAcademyCirriculaQuery, useGetApiAcademyByTypeAndOrgIdSlugQuery, useGetApiAcademyRegistrationsByContentIdQuery, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetCertificateByIdQuery, useGetEnvironmentsQuery, useGetFeaturesByOrganizationQuery, useGetFeaturesQuery, useGetInvitationQuery, useGetInvitationsQuery, useGetMyAcademyCirriculaQuery, useGetPlansQuery, useGetSubscriptionsQuery, useImportDesignMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation, usePostApiEntitlementSubscriptionsCreateMutation, usePostApiEntitlementSubscriptionsWebhooksMutation, usePostApiWorkspacesMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation, useRegisterToAcademyContentMutation, useSubmitQuizMutation, useUpdateCurrentItemInProgressTrackerMutation, useUpdateInvitationMutation };
|
|
7260
|
+
export { type AcceptInvitationApiArg, type AcceptInvitationApiResponse, type CreateAcademyCurriculaApiArg, type CreateAcademyCurriculaApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateInvitationApiArg, type CreateInvitationApiResponse, type CreateOrUpdateBadgeApiArg, type CreateOrUpdateBadgeApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteBadgeByIdApiArg, type DeleteBadgeByIdApiResponse, type DeleteInvitationApiArg, type DeleteInvitationApiResponse, type GetAcademyAdminRegistrationsApiArg, type GetAcademyAdminRegistrationsApiResponse, type GetAcademyAdminSummaryApiArg, type GetAcademyAdminSummaryApiResponse, type GetAcademyCirriculaApiArg, type GetAcademyCirriculaApiResponse, type GetApiAcademyByTypeAndOrgIdSlugApiArg, type GetApiAcademyByTypeAndOrgIdSlugApiResponse, type GetApiAcademyRegistrationsByContentIdApiArg, type GetApiAcademyRegistrationsByContentIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetBadgeByIdApiArg, type GetBadgeByIdApiResponse, type GetCertificateByIdApiArg, type GetCertificateByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetFeaturesApiArg, type GetFeaturesApiResponse, type GetFeaturesByOrganizationApiArg, type GetFeaturesByOrganizationApiResponse, type GetInvitationApiArg, type GetInvitationApiResponse, type GetInvitationsApiArg, type GetInvitationsApiResponse, type GetMyAcademyCirriculaApiArg, type GetMyAcademyCirriculaApiResponse, type GetPlansApiArg, type GetPlansApiResponse, type GetSubscriptionsApiArg, type GetSubscriptionsApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, type PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, type PostApiEntitlementSubscriptionsCreateApiArg, type PostApiEntitlementSubscriptionsCreateApiResponse, type PostApiEntitlementSubscriptionsWebhooksApiArg, type PostApiEntitlementSubscriptionsWebhooksApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RegisterToAcademyContentApiArg, type RegisterToAcademyContentApiResponse, type SubmitQuizApiArg, type SubmitQuizApiResponse, type UpdateCurrentItemInProgressTrackerApiArg, type UpdateCurrentItemInProgressTrackerApiResponse, type UpdateInvitationApiArg, type UpdateInvitationApiResponse, addTagTypes, injectedRtkApi as cloudApi, useAcceptInvitationMutation, useCreateAcademyCurriculaMutation, useCreateEnvironmentMutation, useCreateInvitationMutation, useCreateOrUpdateBadgeMutation, useDeleteApiWorkspacesByIdMutation, useDeleteBadgeByIdMutation, useDeleteInvitationMutation, useGetAcademyAdminRegistrationsQuery, useGetAcademyAdminSummaryQuery, useGetAcademyCirriculaQuery, useGetApiAcademyByTypeAndOrgIdSlugQuery, useGetApiAcademyRegistrationsByContentIdQuery, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetBadgeByIdQuery, useGetCertificateByIdQuery, useGetEnvironmentsQuery, useGetFeaturesByOrganizationQuery, useGetFeaturesQuery, useGetInvitationQuery, useGetInvitationsQuery, useGetMyAcademyCirriculaQuery, useGetPlansQuery, useGetSubscriptionsQuery, useImportDesignMutation, usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation, usePostApiEntitlementSubscriptionsCreateMutation, usePostApiEntitlementSubscriptionsWebhooksMutation, usePostApiWorkspacesMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation, useRegisterToAcademyContentMutation, useSubmitQuizMutation, useUpdateCurrentItemInProgressTrackerMutation, useUpdateInvitationMutation };
|