@meshery/schemas 0.8.108 → 0.8.110
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 +128 -128
- package/dist/cloudApi.d.ts +128 -128
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +8 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +8 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
- package/dist/mesheryApi.d.mts +170 -170
- package/dist/mesheryApi.d.ts +170 -170
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -2,71 +2,71 @@ import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/
|
|
|
2
2
|
import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
|
|
3
3
|
|
|
4
4
|
declare const addTagTypes: readonly ["Academy_API_Academy", "Academy_API_other", "badge_Badge", "design_other", "environment_environments", "events_other", "feature_Features", "invitation_Invitation", "key_Key", "keychain_Keychain", "model_other", "Organization_other", "plan_Plans", "subscription_subscription", "subscription_other", "workspace_workspaces"];
|
|
5
|
-
declare const injectedRtkApi: _reduxjs_toolkit_query.Api<(args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "
|
|
6
|
-
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7
|
-
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8
|
-
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9
|
-
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10
|
-
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11
|
-
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
12
|
-
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
13
|
-
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
14
|
-
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
15
|
-
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
16
|
-
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
17
|
-
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
18
|
-
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
19
|
-
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
20
|
-
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
21
|
-
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
22
|
-
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
23
|
-
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
24
|
-
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
25
|
-
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
26
|
-
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
27
|
-
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
28
|
-
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
29
|
-
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
30
|
-
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
31
|
-
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
32
|
-
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
33
|
-
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
34
|
-
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
35
|
-
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
36
|
-
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
37
|
-
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
38
|
-
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
39
|
-
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
40
|
-
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
41
|
-
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
42
|
-
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
43
|
-
getKey: _reduxjs_toolkit_query.QueryDefinition<GetKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
44
|
-
upsertKey: _reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
45
|
-
getKeyById: _reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
46
|
-
deleteKey: _reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
47
|
-
getKeychains: _reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
48
|
-
createKeychain: _reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
49
|
-
getKeychainById: _reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
50
|
-
updateKeychain: _reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
51
|
-
deleteKeychain: _reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
52
|
-
addKeyToKeychain: _reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
53
|
-
removeKeyFromKeychain: _reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
54
|
-
getKeysOfKeychain: _reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
55
|
-
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
56
|
-
getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
57
|
-
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
58
|
-
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
59
|
-
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
60
|
-
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
61
|
-
postApiEntitlementSubscriptionsBySubscriptionIdUpgrade: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
62
|
-
postApiEntitlementSubscriptionsBySubscriptionIdUpgradePreview: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
63
|
-
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
64
|
-
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
65
|
-
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
66
|
-
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
67
|
-
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
68
|
-
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
69
|
-
}, "api", "
|
|
5
|
+
declare const injectedRtkApi: _reduxjs_toolkit_query.Api<(args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", never> & {
|
|
6
|
+
getMyAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
7
|
+
createAcademyCurricula: _reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>;
|
|
8
|
+
getAcademyCirricula: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
9
|
+
getApiAcademyByTypeAndOrgIdSlug: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>;
|
|
10
|
+
registerToAcademyContent: _reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>;
|
|
11
|
+
withdrawFromAcademyContent: _reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>;
|
|
12
|
+
updateAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
13
|
+
deleteAcademyCurriculaById: _reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
14
|
+
getAcademyCurriculaById: _reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>;
|
|
15
|
+
getApiAcademyRegistrationsByContentId: _reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>;
|
|
16
|
+
updateCurrentItemInProgressTracker: _reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>;
|
|
17
|
+
getTestByAbsPath: _reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>;
|
|
18
|
+
startTestById: _reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>;
|
|
19
|
+
getAllTestSessionsForRegistration: _reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>;
|
|
20
|
+
submitQuiz: _reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>;
|
|
21
|
+
getAcademyAdminSummary: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>;
|
|
22
|
+
getAcademyAdminRegistrations: _reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>;
|
|
23
|
+
getCertificateById: _reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>;
|
|
24
|
+
deleteBadgeById: _reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
25
|
+
getBadgeById: _reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>;
|
|
26
|
+
createOrUpdateBadge: _reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>;
|
|
27
|
+
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>;
|
|
28
|
+
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>;
|
|
29
|
+
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>;
|
|
30
|
+
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>;
|
|
31
|
+
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
32
|
+
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>;
|
|
33
|
+
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>;
|
|
34
|
+
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>;
|
|
35
|
+
getFeatures: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>;
|
|
36
|
+
getFeaturesByOrganization: _reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>;
|
|
37
|
+
getInvitation: _reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>;
|
|
38
|
+
deleteInvitation: _reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
39
|
+
updateInvitation: _reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>;
|
|
40
|
+
getInvitations: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>;
|
|
41
|
+
createInvitation: _reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>;
|
|
42
|
+
acceptInvitation: _reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>;
|
|
43
|
+
getKey: _reduxjs_toolkit_query.QueryDefinition<GetKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyApiResponse, "api", unknown>;
|
|
44
|
+
upsertKey: _reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpsertKeyApiResponse, "api", unknown>;
|
|
45
|
+
getKeyById: _reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyByIdApiResponse, "api", unknown>;
|
|
46
|
+
deleteKey: _reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
47
|
+
getKeychains: _reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainsApiResponse, "api", unknown>;
|
|
48
|
+
createKeychain: _reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateKeychainApiResponse, "api", unknown>;
|
|
49
|
+
getKeychainById: _reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainByIdApiResponse, "api", unknown>;
|
|
50
|
+
updateKeychain: _reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateKeychainApiResponse, "api", unknown>;
|
|
51
|
+
deleteKeychain: _reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
52
|
+
addKeyToKeychain: _reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
53
|
+
removeKeyFromKeychain: _reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
54
|
+
getKeysOfKeychain: _reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysOfKeychainApiResponse, "api", unknown>;
|
|
55
|
+
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "api", unknown>;
|
|
56
|
+
getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "api", unknown>;
|
|
57
|
+
getPlans: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetPlansApiResponse, "api", unknown>;
|
|
58
|
+
getSubscriptions: _reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetSubscriptionsApiResponse, "api", unknown>;
|
|
59
|
+
postApiEntitlementSubscriptionsBySubscriptionIdCancel: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>;
|
|
60
|
+
postApiEntitlementSubscriptionsCreate: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>;
|
|
61
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgrade: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>;
|
|
62
|
+
postApiEntitlementSubscriptionsBySubscriptionIdUpgradePreview: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>;
|
|
63
|
+
postApiEntitlementSubscriptionsWebhooks: _reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
64
|
+
getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "api", unknown>;
|
|
65
|
+
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "api", unknown>;
|
|
66
|
+
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
67
|
+
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "api", unknown>;
|
|
68
|
+
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>;
|
|
69
|
+
}, "api", "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
70
70
|
|
|
71
71
|
type GetMyAcademyCirriculaApiResponse = unknown;
|
|
72
72
|
type GetMyAcademyCirriculaApiArg = {
|
|
@@ -2610,7 +2610,7 @@ declare const useGetMyAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
2610
2610
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2611
2611
|
}) => R) | undefined;
|
|
2612
2612
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2613
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
2613
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetMyAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2614
2614
|
};
|
|
2615
2615
|
declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any> = ({
|
|
2616
2616
|
requestId?: undefined;
|
|
@@ -2769,7 +2769,7 @@ declare const useCreateAcademyCurriculaMutation: <R extends Record<string, any>
|
|
|
2769
2769
|
isError: true;
|
|
2770
2770
|
})) => R) | undefined;
|
|
2771
2771
|
fixedCacheKey?: string | undefined;
|
|
2772
|
-
} | undefined) => readonly [(arg: CreateAcademyCurriculaApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
2772
|
+
} | undefined) => readonly [(arg: CreateAcademyCurriculaApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateAcademyCurriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateAcademyCurriculaApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2773
2773
|
originalArgs?: CreateAcademyCurriculaApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
2774
2774
|
reset: () => void;
|
|
2775
2775
|
}];
|
|
@@ -2934,7 +2934,7 @@ declare const useGetAcademyCirriculaQuery: <R extends Record<string, any> = ({
|
|
|
2934
2934
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2935
2935
|
}) => R) | undefined;
|
|
2936
2936
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2937
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
2937
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCirriculaApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>;
|
|
2938
2938
|
};
|
|
2939
2939
|
declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string, any> = ({
|
|
2940
2940
|
data?: undefined;
|
|
@@ -3097,7 +3097,7 @@ declare const useGetApiAcademyByTypeAndOrgIdSlugQuery: <R extends Record<string,
|
|
|
3097
3097
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3098
3098
|
}) => R) | undefined;
|
|
3099
3099
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3100
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3100
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyByTypeAndOrgIdSlugApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyByTypeAndOrgIdSlugApiResponse, "api", unknown>>;
|
|
3101
3101
|
};
|
|
3102
3102
|
declare const useRegisterToAcademyContentMutation: <R extends Record<string, any> = ({
|
|
3103
3103
|
requestId?: undefined;
|
|
@@ -3256,7 +3256,7 @@ declare const useRegisterToAcademyContentMutation: <R extends Record<string, any
|
|
|
3256
3256
|
isError: true;
|
|
3257
3257
|
})) => R) | undefined;
|
|
3258
3258
|
fixedCacheKey?: string | undefined;
|
|
3259
|
-
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3259
|
+
} | undefined) => readonly [(arg: RegisterToAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterToAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterToAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3260
3260
|
originalArgs?: RegisterToAcademyContentApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
3261
3261
|
reset: () => void;
|
|
3262
3262
|
}];
|
|
@@ -3417,7 +3417,7 @@ declare const useWithdrawFromAcademyContentMutation: <R extends Record<string, a
|
|
|
3417
3417
|
isError: true;
|
|
3418
3418
|
})) => R) | undefined;
|
|
3419
3419
|
fixedCacheKey?: string | undefined;
|
|
3420
|
-
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3420
|
+
} | undefined) => readonly [(arg: WithdrawFromAcademyContentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<WithdrawFromAcademyContentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", WithdrawFromAcademyContentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3421
3421
|
originalArgs?: WithdrawFromAcademyContentApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
3422
3422
|
reset: () => void;
|
|
3423
3423
|
}];
|
|
@@ -3578,7 +3578,7 @@ declare const useUpdateAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
3578
3578
|
isError: true;
|
|
3579
3579
|
})) => R) | undefined;
|
|
3580
3580
|
fixedCacheKey?: string | undefined;
|
|
3581
|
-
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3581
|
+
} | undefined) => readonly [(arg: UpdateAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateAcademyCurriculaByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3582
3582
|
originalArgs?: UpdateAcademyCurriculaByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
3583
3583
|
reset: () => void;
|
|
3584
3584
|
}];
|
|
@@ -3739,7 +3739,7 @@ declare const useDeleteAcademyCurriculaByIdMutation: <R extends Record<string, a
|
|
|
3739
3739
|
isError: true;
|
|
3740
3740
|
})) => R) | undefined;
|
|
3741
3741
|
fixedCacheKey?: string | undefined;
|
|
3742
|
-
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3742
|
+
} | undefined) => readonly [(arg: DeleteAcademyCurriculaByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3743
3743
|
originalArgs?: DeleteAcademyCurriculaByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
3744
3744
|
reset: () => void;
|
|
3745
3745
|
}];
|
|
@@ -3904,7 +3904,7 @@ declare const useGetAcademyCurriculaByIdQuery: <R extends Record<string, any> =
|
|
|
3904
3904
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3905
3905
|
}) => R) | undefined;
|
|
3906
3906
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3907
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
3907
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyCurriculaByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyCurriculaByIdApiResponse, "api", unknown>>;
|
|
3908
3908
|
};
|
|
3909
3909
|
declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<string, any> = ({
|
|
3910
3910
|
data?: undefined;
|
|
@@ -4067,7 +4067,7 @@ declare const useGetApiAcademyRegistrationsByContentIdQuery: <R extends Record<s
|
|
|
4067
4067
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4068
4068
|
}) => R) | undefined;
|
|
4069
4069
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4070
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4070
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiAcademyRegistrationsByContentIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiAcademyRegistrationsByContentIdApiResponse, "api", unknown>>;
|
|
4071
4071
|
};
|
|
4072
4072
|
declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<string, any> = ({
|
|
4073
4073
|
requestId?: undefined;
|
|
@@ -4226,7 +4226,7 @@ declare const useUpdateCurrentItemInProgressTrackerMutation: <R extends Record<s
|
|
|
4226
4226
|
isError: true;
|
|
4227
4227
|
})) => R) | undefined;
|
|
4228
4228
|
fixedCacheKey?: string | undefined;
|
|
4229
|
-
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4229
|
+
} | undefined) => readonly [(arg: UpdateCurrentItemInProgressTrackerApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateCurrentItemInProgressTrackerApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateCurrentItemInProgressTrackerApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4230
4230
|
originalArgs?: UpdateCurrentItemInProgressTrackerApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
4231
4231
|
reset: () => void;
|
|
4232
4232
|
}];
|
|
@@ -4391,7 +4391,7 @@ declare const useGetTestByAbsPathQuery: <R extends Record<string, any> = ({
|
|
|
4391
4391
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4392
4392
|
}) => R) | undefined;
|
|
4393
4393
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4394
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4394
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTestByAbsPathApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetTestByAbsPathApiResponse, "api", unknown>>;
|
|
4395
4395
|
};
|
|
4396
4396
|
declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
4397
4397
|
requestId?: undefined;
|
|
@@ -4550,7 +4550,7 @@ declare const useStartTestByIdMutation: <R extends Record<string, any> = ({
|
|
|
4550
4550
|
isError: true;
|
|
4551
4551
|
})) => R) | undefined;
|
|
4552
4552
|
fixedCacheKey?: string | undefined;
|
|
4553
|
-
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4553
|
+
} | undefined) => readonly [(arg: StartTestByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<StartTestByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", StartTestByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4554
4554
|
originalArgs?: StartTestByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
4555
4555
|
reset: () => void;
|
|
4556
4556
|
}];
|
|
@@ -4715,7 +4715,7 @@ declare const useGetAllTestSessionsForRegistrationQuery: <R extends Record<strin
|
|
|
4715
4715
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4716
4716
|
}) => R) | undefined;
|
|
4717
4717
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4718
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4718
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAllTestSessionsForRegistrationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAllTestSessionsForRegistrationApiResponse, "api", unknown>>;
|
|
4719
4719
|
};
|
|
4720
4720
|
declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
4721
4721
|
requestId?: undefined;
|
|
@@ -4874,7 +4874,7 @@ declare const useSubmitQuizMutation: <R extends Record<string, any> = ({
|
|
|
4874
4874
|
isError: true;
|
|
4875
4875
|
})) => R) | undefined;
|
|
4876
4876
|
fixedCacheKey?: string | undefined;
|
|
4877
|
-
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
4877
|
+
} | undefined) => readonly [(arg: SubmitQuizApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<SubmitQuizApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", SubmitQuizApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4878
4878
|
originalArgs?: SubmitQuizApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
4879
4879
|
reset: () => void;
|
|
4880
4880
|
}];
|
|
@@ -5039,7 +5039,7 @@ declare const useGetAcademyAdminSummaryQuery: <R extends Record<string, any> = (
|
|
|
5039
5039
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5040
5040
|
}) => R) | undefined;
|
|
5041
5041
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5042
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5042
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>;
|
|
5043
5043
|
};
|
|
5044
5044
|
declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, any> = ({
|
|
5045
5045
|
data?: undefined;
|
|
@@ -5202,7 +5202,7 @@ declare const useGetAcademyAdminRegistrationsQuery: <R extends Record<string, an
|
|
|
5202
5202
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5203
5203
|
}) => R) | undefined;
|
|
5204
5204
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5205
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5205
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetAcademyAdminRegistrationsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetAcademyAdminRegistrationsApiResponse, "api", unknown>>;
|
|
5206
5206
|
};
|
|
5207
5207
|
declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
5208
5208
|
data?: undefined;
|
|
@@ -5365,7 +5365,7 @@ declare const useGetCertificateByIdQuery: <R extends Record<string, any> = ({
|
|
|
5365
5365
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5366
5366
|
}) => R) | undefined;
|
|
5367
5367
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5368
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5368
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetCertificateByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetCertificateByIdApiResponse, "api", unknown>>;
|
|
5369
5369
|
};
|
|
5370
5370
|
declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
5371
5371
|
requestId?: undefined;
|
|
@@ -5524,7 +5524,7 @@ declare const useDeleteBadgeByIdMutation: <R extends Record<string, any> = ({
|
|
|
5524
5524
|
isError: true;
|
|
5525
5525
|
})) => R) | undefined;
|
|
5526
5526
|
fixedCacheKey?: string | undefined;
|
|
5527
|
-
} | undefined) => readonly [(arg: DeleteBadgeByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5527
|
+
} | undefined) => readonly [(arg: DeleteBadgeByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5528
5528
|
originalArgs?: DeleteBadgeByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
5529
5529
|
reset: () => void;
|
|
5530
5530
|
}];
|
|
@@ -5689,7 +5689,7 @@ declare const useGetBadgeByIdQuery: <R extends Record<string, any> = ({
|
|
|
5689
5689
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5690
5690
|
}) => R) | undefined;
|
|
5691
5691
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5692
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5692
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetBadgeByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetBadgeByIdApiResponse, "api", unknown>>;
|
|
5693
5693
|
};
|
|
5694
5694
|
declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = ({
|
|
5695
5695
|
requestId?: undefined;
|
|
@@ -5848,7 +5848,7 @@ declare const useCreateOrUpdateBadgeMutation: <R extends Record<string, any> = (
|
|
|
5848
5848
|
isError: true;
|
|
5849
5849
|
})) => R) | undefined;
|
|
5850
5850
|
fixedCacheKey?: string | undefined;
|
|
5851
|
-
} | undefined) => readonly [(arg: CreateOrUpdateBadgeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
5851
|
+
} | undefined) => readonly [(arg: CreateOrUpdateBadgeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateOrUpdateBadgeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateOrUpdateBadgeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5852
5852
|
originalArgs?: CreateOrUpdateBadgeApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
5853
5853
|
reset: () => void;
|
|
5854
5854
|
}];
|
|
@@ -6009,7 +6009,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
6009
6009
|
isError: true;
|
|
6010
6010
|
})) => R) | undefined;
|
|
6011
6011
|
fixedCacheKey?: string | undefined;
|
|
6012
|
-
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6012
|
+
} | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", ImportDesignApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6013
6013
|
originalArgs?: ImportDesignApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6014
6014
|
reset: () => void;
|
|
6015
6015
|
}];
|
|
@@ -6170,7 +6170,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
6170
6170
|
isError: true;
|
|
6171
6171
|
})) => R) | undefined;
|
|
6172
6172
|
fixedCacheKey?: string | undefined;
|
|
6173
|
-
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6173
|
+
} | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6174
6174
|
originalArgs?: CreateEnvironmentApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6175
6175
|
reset: () => void;
|
|
6176
6176
|
}];
|
|
@@ -6335,7 +6335,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
6335
6335
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6336
6336
|
}) => R) | undefined;
|
|
6337
6337
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6338
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6338
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "api", unknown>>;
|
|
6339
6339
|
};
|
|
6340
6340
|
declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
6341
6341
|
requestId?: undefined;
|
|
@@ -6494,7 +6494,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
6494
6494
|
isError: true;
|
|
6495
6495
|
})) => R) | undefined;
|
|
6496
6496
|
fixedCacheKey?: string | undefined;
|
|
6497
|
-
} | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6497
|
+
} | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6498
6498
|
originalArgs?: DeleteEventsByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6499
6499
|
reset: () => void;
|
|
6500
6500
|
}];
|
|
@@ -6655,7 +6655,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
6655
6655
|
isError: true;
|
|
6656
6656
|
})) => R) | undefined;
|
|
6657
6657
|
fixedCacheKey?: string | undefined;
|
|
6658
|
-
} | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6658
|
+
} | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6659
6659
|
originalArgs?: PostEventsApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6660
6660
|
reset: () => void;
|
|
6661
6661
|
}];
|
|
@@ -6816,7 +6816,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
6816
6816
|
isError: true;
|
|
6817
6817
|
})) => R) | undefined;
|
|
6818
6818
|
fixedCacheKey?: string | undefined;
|
|
6819
|
-
} | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6819
|
+
} | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", DeleteEventsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6820
6820
|
originalArgs?: DeleteEventsApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6821
6821
|
reset: () => void;
|
|
6822
6822
|
}];
|
|
@@ -6977,7 +6977,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
6977
6977
|
isError: true;
|
|
6978
6978
|
})) => R) | undefined;
|
|
6979
6979
|
fixedCacheKey?: string | undefined;
|
|
6980
|
-
} | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
6980
|
+
} | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6981
6981
|
originalArgs?: PutEventsStatusApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
6982
6982
|
reset: () => void;
|
|
6983
6983
|
}];
|
|
@@ -7138,7 +7138,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
7138
7138
|
isError: true;
|
|
7139
7139
|
})) => R) | undefined;
|
|
7140
7140
|
fixedCacheKey?: string | undefined;
|
|
7141
|
-
} | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7141
|
+
} | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7142
7142
|
originalArgs?: PutEventsByIdStatusApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
7143
7143
|
reset: () => void;
|
|
7144
7144
|
}];
|
|
@@ -7303,7 +7303,7 @@ declare const useGetFeaturesQuery: <R extends Record<string, any> = ({
|
|
|
7303
7303
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7304
7304
|
}) => R) | undefined;
|
|
7305
7305
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7306
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7306
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesApiResponse, "api", unknown>>;
|
|
7307
7307
|
};
|
|
7308
7308
|
declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any> = ({
|
|
7309
7309
|
data?: undefined;
|
|
@@ -7466,7 +7466,7 @@ declare const useGetFeaturesByOrganizationQuery: <R extends Record<string, any>
|
|
|
7466
7466
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7467
7467
|
}) => R) | undefined;
|
|
7468
7468
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7469
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7469
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetFeaturesByOrganizationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetFeaturesByOrganizationApiResponse, "api", unknown>>;
|
|
7470
7470
|
};
|
|
7471
7471
|
declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
7472
7472
|
data?: undefined;
|
|
@@ -7629,7 +7629,7 @@ declare const useGetInvitationQuery: <R extends Record<string, any> = ({
|
|
|
7629
7629
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7630
7630
|
}) => R) | undefined;
|
|
7631
7631
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7632
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7632
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationApiResponse, "api", unknown>>;
|
|
7633
7633
|
};
|
|
7634
7634
|
declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
7635
7635
|
requestId?: undefined;
|
|
@@ -7788,7 +7788,7 @@ declare const useDeleteInvitationMutation: <R extends Record<string, any> = ({
|
|
|
7788
7788
|
isError: true;
|
|
7789
7789
|
})) => R) | undefined;
|
|
7790
7790
|
fixedCacheKey?: string | undefined;
|
|
7791
|
-
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7791
|
+
} | undefined) => readonly [(arg: DeleteInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7792
7792
|
originalArgs?: DeleteInvitationApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
7793
7793
|
reset: () => void;
|
|
7794
7794
|
}];
|
|
@@ -7949,7 +7949,7 @@ declare const useUpdateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
7949
7949
|
isError: true;
|
|
7950
7950
|
})) => R) | undefined;
|
|
7951
7951
|
fixedCacheKey?: string | undefined;
|
|
7952
|
-
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
7952
|
+
} | undefined) => readonly [(arg: UpdateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7953
7953
|
originalArgs?: UpdateInvitationApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
7954
7954
|
reset: () => void;
|
|
7955
7955
|
}];
|
|
@@ -8114,7 +8114,7 @@ declare const useGetInvitationsQuery: <R extends Record<string, any> = ({
|
|
|
8114
8114
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8115
8115
|
}) => R) | undefined;
|
|
8116
8116
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8117
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8117
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetInvitationsApiResponse, "api", unknown>>;
|
|
8118
8118
|
};
|
|
8119
8119
|
declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
8120
8120
|
requestId?: undefined;
|
|
@@ -8273,7 +8273,7 @@ declare const useCreateInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8273
8273
|
isError: true;
|
|
8274
8274
|
})) => R) | undefined;
|
|
8275
8275
|
fixedCacheKey?: string | undefined;
|
|
8276
|
-
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8276
|
+
} | undefined) => readonly [(arg: CreateInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8277
8277
|
originalArgs?: CreateInvitationApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
8278
8278
|
reset: () => void;
|
|
8279
8279
|
}];
|
|
@@ -8434,7 +8434,7 @@ declare const useAcceptInvitationMutation: <R extends Record<string, any> = ({
|
|
|
8434
8434
|
isError: true;
|
|
8435
8435
|
})) => R) | undefined;
|
|
8436
8436
|
fixedCacheKey?: string | undefined;
|
|
8437
|
-
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8437
|
+
} | undefined) => readonly [(arg: AcceptInvitationApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AcceptInvitationApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", AcceptInvitationApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8438
8438
|
originalArgs?: AcceptInvitationApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
8439
8439
|
reset: () => void;
|
|
8440
8440
|
}];
|
|
@@ -8599,7 +8599,7 @@ declare const useGetKeyQuery: <R extends Record<string, any> = ({
|
|
|
8599
8599
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8600
8600
|
}) => R) | undefined;
|
|
8601
8601
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8602
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8602
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyApiResponse, "api", unknown>>;
|
|
8603
8603
|
};
|
|
8604
8604
|
declare const useUpsertKeyMutation: <R extends Record<string, any> = ({
|
|
8605
8605
|
requestId?: undefined;
|
|
@@ -8758,7 +8758,7 @@ declare const useUpsertKeyMutation: <R extends Record<string, any> = ({
|
|
|
8758
8758
|
isError: true;
|
|
8759
8759
|
})) => R) | undefined;
|
|
8760
8760
|
fixedCacheKey?: string | undefined;
|
|
8761
|
-
} | undefined) => readonly [(arg: UpsertKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8761
|
+
} | undefined) => readonly [(arg: UpsertKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpsertKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpsertKeyApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8762
8762
|
originalArgs?: UpsertKeyApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
8763
8763
|
reset: () => void;
|
|
8764
8764
|
}];
|
|
@@ -8923,7 +8923,7 @@ declare const useGetKeyByIdQuery: <R extends Record<string, any> = ({
|
|
|
8923
8923
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8924
8924
|
}) => R) | undefined;
|
|
8925
8925
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8926
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
8926
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeyByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeyByIdApiResponse, "api", unknown>>;
|
|
8927
8927
|
};
|
|
8928
8928
|
declare const useDeleteKeyMutation: <R extends Record<string, any> = ({
|
|
8929
8929
|
requestId?: undefined;
|
|
@@ -9082,7 +9082,7 @@ declare const useDeleteKeyMutation: <R extends Record<string, any> = ({
|
|
|
9082
9082
|
isError: true;
|
|
9083
9083
|
})) => R) | undefined;
|
|
9084
9084
|
fixedCacheKey?: string | undefined;
|
|
9085
|
-
} | undefined) => readonly [(arg: DeleteKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9085
|
+
} | undefined) => readonly [(arg: DeleteKeyApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeyApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9086
9086
|
originalArgs?: DeleteKeyApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
9087
9087
|
reset: () => void;
|
|
9088
9088
|
}];
|
|
@@ -9247,7 +9247,7 @@ declare const useGetKeychainsQuery: <R extends Record<string, any> = ({
|
|
|
9247
9247
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
9248
9248
|
}) => R) | undefined;
|
|
9249
9249
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
9250
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9250
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainsApiResponse, "api", unknown>>;
|
|
9251
9251
|
};
|
|
9252
9252
|
declare const useCreateKeychainMutation: <R extends Record<string, any> = ({
|
|
9253
9253
|
requestId?: undefined;
|
|
@@ -9406,7 +9406,7 @@ declare const useCreateKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9406
9406
|
isError: true;
|
|
9407
9407
|
})) => R) | undefined;
|
|
9408
9408
|
fixedCacheKey?: string | undefined;
|
|
9409
|
-
} | undefined) => readonly [(arg: CreateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9409
|
+
} | undefined) => readonly [(arg: CreateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", CreateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9410
9410
|
originalArgs?: CreateKeychainApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
9411
9411
|
reset: () => void;
|
|
9412
9412
|
}];
|
|
@@ -9571,7 +9571,7 @@ declare const useGetKeychainByIdQuery: <R extends Record<string, any> = ({
|
|
|
9571
9571
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
9572
9572
|
}) => R) | undefined;
|
|
9573
9573
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
9574
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9574
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeychainByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeychainByIdApiResponse, "api", unknown>>;
|
|
9575
9575
|
};
|
|
9576
9576
|
declare const useUpdateKeychainMutation: <R extends Record<string, any> = ({
|
|
9577
9577
|
requestId?: undefined;
|
|
@@ -9730,7 +9730,7 @@ declare const useUpdateKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9730
9730
|
isError: true;
|
|
9731
9731
|
})) => R) | undefined;
|
|
9732
9732
|
fixedCacheKey?: string | undefined;
|
|
9733
|
-
} | undefined) => readonly [(arg: UpdateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9733
|
+
} | undefined) => readonly [(arg: UpdateKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", UpdateKeychainApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9734
9734
|
originalArgs?: UpdateKeychainApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
9735
9735
|
reset: () => void;
|
|
9736
9736
|
}];
|
|
@@ -9891,7 +9891,7 @@ declare const useDeleteKeychainMutation: <R extends Record<string, any> = ({
|
|
|
9891
9891
|
isError: true;
|
|
9892
9892
|
})) => R) | undefined;
|
|
9893
9893
|
fixedCacheKey?: string | undefined;
|
|
9894
|
-
} | undefined) => readonly [(arg: DeleteKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
9894
|
+
} | undefined) => readonly [(arg: DeleteKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
9895
9895
|
originalArgs?: DeleteKeychainApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
9896
9896
|
reset: () => void;
|
|
9897
9897
|
}];
|
|
@@ -10052,7 +10052,7 @@ declare const useAddKeyToKeychainMutation: <R extends Record<string, any> = ({
|
|
|
10052
10052
|
isError: true;
|
|
10053
10053
|
})) => R) | undefined;
|
|
10054
10054
|
fixedCacheKey?: string | undefined;
|
|
10055
|
-
} | undefined) => readonly [(arg: AddKeyToKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10055
|
+
} | undefined) => readonly [(arg: AddKeyToKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddKeyToKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10056
10056
|
originalArgs?: AddKeyToKeychainApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
10057
10057
|
reset: () => void;
|
|
10058
10058
|
}];
|
|
@@ -10213,7 +10213,7 @@ declare const useRemoveKeyFromKeychainMutation: <R extends Record<string, any> =
|
|
|
10213
10213
|
isError: true;
|
|
10214
10214
|
})) => R) | undefined;
|
|
10215
10215
|
fixedCacheKey?: string | undefined;
|
|
10216
|
-
} | undefined) => readonly [(arg: RemoveKeyFromKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10216
|
+
} | undefined) => readonly [(arg: RemoveKeyFromKeychainApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveKeyFromKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10217
10217
|
originalArgs?: RemoveKeyFromKeychainApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
10218
10218
|
reset: () => void;
|
|
10219
10219
|
}];
|
|
@@ -10378,7 +10378,7 @@ declare const useGetKeysOfKeychainQuery: <R extends Record<string, any> = ({
|
|
|
10378
10378
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10379
10379
|
}) => R) | undefined;
|
|
10380
10380
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10381
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10381
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKeysOfKeychainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetKeysOfKeychainApiResponse, "api", unknown>>;
|
|
10382
10382
|
};
|
|
10383
10383
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
10384
10384
|
requestId?: undefined;
|
|
@@ -10537,7 +10537,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
10537
10537
|
isError: true;
|
|
10538
10538
|
})) => R) | undefined;
|
|
10539
10539
|
fixedCacheKey?: string | undefined;
|
|
10540
|
-
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10540
|
+
} | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
10541
10541
|
originalArgs?: RegisterMeshmodelsApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
10542
10542
|
reset: () => void;
|
|
10543
10543
|
}];
|
|
@@ -10702,7 +10702,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
|
|
|
10702
10702
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10703
10703
|
}) => R) | undefined;
|
|
10704
10704
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10705
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10705
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "api", unknown>>;
|
|
10706
10706
|
};
|
|
10707
10707
|
declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
10708
10708
|
data?: undefined;
|
|
@@ -10865,7 +10865,7 @@ declare const useGetPlansQuery: <R extends Record<string, any> = ({
|
|
|
10865
10865
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
10866
10866
|
}) => R) | undefined;
|
|
10867
10867
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
10868
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
10868
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetPlansApiResponse, "api", unknown>>;
|
|
10869
10869
|
};
|
|
10870
10870
|
declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
10871
10871
|
data?: undefined;
|
|
@@ -11028,7 +11028,7 @@ declare const useGetSubscriptionsQuery: <R extends Record<string, any> = ({
|
|
|
11028
11028
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
11029
11029
|
}) => R) | undefined;
|
|
11030
11030
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
11031
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11031
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetSubscriptionsApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetSubscriptionsApiResponse, "api", unknown>>;
|
|
11032
11032
|
};
|
|
11033
11033
|
declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation: <R extends Record<string, any> = ({
|
|
11034
11034
|
requestId?: undefined;
|
|
@@ -11187,7 +11187,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:
|
|
|
11187
11187
|
isError: true;
|
|
11188
11188
|
})) => R) | undefined;
|
|
11189
11189
|
fixedCacheKey?: string | undefined;
|
|
11190
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11190
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11191
11191
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdCancelApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
11192
11192
|
reset: () => void;
|
|
11193
11193
|
}];
|
|
@@ -11348,7 +11348,7 @@ declare const usePostApiEntitlementSubscriptionsCreateMutation: <R extends Recor
|
|
|
11348
11348
|
isError: true;
|
|
11349
11349
|
})) => R) | undefined;
|
|
11350
11350
|
fixedCacheKey?: string | undefined;
|
|
11351
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11351
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsCreateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsCreateApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsCreateApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11352
11352
|
originalArgs?: PostApiEntitlementSubscriptionsCreateApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
11353
11353
|
reset: () => void;
|
|
11354
11354
|
}];
|
|
@@ -11509,7 +11509,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradeMutation:
|
|
|
11509
11509
|
isError: true;
|
|
11510
11510
|
})) => R) | undefined;
|
|
11511
11511
|
fixedCacheKey?: string | undefined;
|
|
11512
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11512
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11513
11513
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradeApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
11514
11514
|
reset: () => void;
|
|
11515
11515
|
}];
|
|
@@ -11670,7 +11670,7 @@ declare const usePostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewMu
|
|
|
11670
11670
|
isError: true;
|
|
11671
11671
|
})) => R) | undefined;
|
|
11672
11672
|
fixedCacheKey?: string | undefined;
|
|
11673
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11673
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", object, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11674
11674
|
originalArgs?: PostApiEntitlementSubscriptionsBySubscriptionIdUpgradePreviewApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
11675
11675
|
reset: () => void;
|
|
11676
11676
|
}];
|
|
@@ -11831,7 +11831,7 @@ declare const usePostApiEntitlementSubscriptionsWebhooksMutation: <R extends Rec
|
|
|
11831
11831
|
isError: true;
|
|
11832
11832
|
})) => R) | undefined;
|
|
11833
11833
|
fixedCacheKey?: string | undefined;
|
|
11834
|
-
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11834
|
+
} | undefined) => readonly [(arg: PostApiEntitlementSubscriptionsWebhooksApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiEntitlementSubscriptionsWebhooksApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
11835
11835
|
originalArgs?: PostApiEntitlementSubscriptionsWebhooksApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
11836
11836
|
reset: () => void;
|
|
11837
11837
|
}];
|
|
@@ -11996,7 +11996,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
11996
11996
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
11997
11997
|
}) => R) | undefined;
|
|
11998
11998
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
11999
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
11999
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "api", unknown>>;
|
|
12000
12000
|
};
|
|
12001
12001
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
12002
12002
|
requestId?: undefined;
|
|
@@ -12155,7 +12155,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
12155
12155
|
isError: true;
|
|
12156
12156
|
})) => R) | undefined;
|
|
12157
12157
|
fixedCacheKey?: string | undefined;
|
|
12158
|
-
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
12158
|
+
} | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12159
12159
|
originalArgs?: PostApiWorkspacesApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
12160
12160
|
reset: () => void;
|
|
12161
12161
|
}];
|
|
@@ -12320,7 +12320,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
12320
12320
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
12321
12321
|
}) => R) | undefined;
|
|
12322
12322
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
12323
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
12323
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "api", unknown>>;
|
|
12324
12324
|
};
|
|
12325
12325
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
12326
12326
|
requestId?: undefined;
|
|
@@ -12479,7 +12479,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
12479
12479
|
isError: true;
|
|
12480
12480
|
})) => R) | undefined;
|
|
12481
12481
|
fixedCacheKey?: string | undefined;
|
|
12482
|
-
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
12482
|
+
} | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12483
12483
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
12484
12484
|
reset: () => void;
|
|
12485
12485
|
}];
|
|
@@ -12640,7 +12640,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
12640
12640
|
isError: true;
|
|
12641
12641
|
})) => R) | undefined;
|
|
12642
12642
|
fixedCacheKey?: string | undefined;
|
|
12643
|
-
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "
|
|
12643
|
+
} | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, (args: any, api: any, extraOptions: any) => Promise<_reduxjs_toolkit_query.QueryReturnValue<unknown, unknown, {}>>, "Academy_API_Academy" | "Academy_API_other" | "badge_Badge" | "design_other" | "environment_environments" | "events_other" | "feature_Features" | "invitation_Invitation" | "key_Key" | "keychain_Keychain" | "model_other" | "Organization_other" | "plan_Plans" | "subscription_subscription" | "subscription_other" | "workspace_workspaces", unknown, "api", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
12644
12644
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined; /** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation */
|
|
12645
12645
|
reset: () => void;
|
|
12646
12646
|
}];
|