@meshery/schemas 1.3.43 → 1.3.45
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 +1058 -180
- package/dist/cloudApi.d.ts +1058 -180
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +1424 -3
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +49 -1
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +49 -1
- package/dist/constructs/v1beta2/design/Design.d.ts +1465 -3
- package/dist/constructs/v1beta2/design/DesignSchema.js +45 -1
- package/dist/constructs/v1beta2/design/DesignSchema.mjs +45 -1
- package/dist/constructs/v1beta3/design/Design.d.ts +363 -3
- package/dist/constructs/v1beta3/design/DesignSchema.js +6 -1
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +6 -1
- package/dist/constructs/v1beta3/event/Event.d.ts +69 -85
- package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +436 -0
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.js +1 -1
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.mjs +1 -1
- package/dist/index.js +100 -8
- package/dist/index.mjs +100 -8
- package/dist/mesheryApi.d.mts +302 -70
- package/dist/mesheryApi.d.ts +302 -70
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +71 -1
- package/dist/permissions.d.ts +71 -1
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +2 -2
package/dist/mesheryApi.d.mts
CHANGED
|
@@ -100,10 +100,10 @@ declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.
|
|
|
100
100
|
deleteEnvironment: _reduxjs_toolkit_query.MutationDefinition<DeleteEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
101
101
|
getEnvironmentConnections: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", GetEnvironmentConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
102
102
|
deleteEvent: _reduxjs_toolkit_query.MutationDefinition<DeleteEventApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
103
|
-
createEvent: _reduxjs_toolkit_query.MutationDefinition<CreateEventApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
104
103
|
bulkDeleteEvents: _reduxjs_toolkit_query.MutationDefinition<BulkDeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", BulkDeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
105
104
|
bulkUpdateEventStatus: _reduxjs_toolkit_query.MutationDefinition<BulkUpdateEventStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", BulkUpdateEventStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
106
105
|
updateEventStatus: _reduxjs_toolkit_query.MutationDefinition<UpdateEventStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", UpdateEventStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
106
|
+
createEvent: _reduxjs_toolkit_query.MutationDefinition<CreateEventApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
107
107
|
getPerformanceProfiles: _reduxjs_toolkit_query.QueryDefinition<GetPerformanceProfilesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", GetPerformanceProfilesApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
108
108
|
upsertPerformanceProfile: _reduxjs_toolkit_query.MutationDefinition<UpsertPerformanceProfileApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", UpsertPerformanceProfileApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
109
109
|
getPerformanceProfile: _reduxjs_toolkit_query.QueryDefinition<GetPerformanceProfileApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", GetPerformanceProfileApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
@@ -11985,9 +11985,241 @@ type DeleteConnectionDefinitionApiArg = {
|
|
|
11985
11985
|
/** Connection definition ID */
|
|
11986
11986
|
connectionDefinitionId: string;
|
|
11987
11987
|
};
|
|
11988
|
-
type ImportDesignApiResponse =
|
|
11989
|
-
|
|
11990
|
-
|
|
11988
|
+
type ImportDesignApiResponse =
|
|
11989
|
+
/** status 200 Successful import. The response body is a JSON array of the saved designs, not a message envelope. The import path saves exactly one design, so the array carries a single element and consumers read the imported design as the first element. */ {
|
|
11990
|
+
/** Server-generated design ID. */
|
|
11991
|
+
id?: string;
|
|
11992
|
+
/** Human-readable design name. */
|
|
11993
|
+
name?: string;
|
|
11994
|
+
/** Catalog metadata attached to the design when published. */
|
|
11995
|
+
catalogData?: {
|
|
11996
|
+
/** Tracks the specific content version that has been made available in the Catalog. */
|
|
11997
|
+
publishedVersion?: string;
|
|
11998
|
+
/** Published content is classifed by its support level. Content classes help you understand the origin and expected support level for each piece of content. It is important to note that the level of support may vary within each class, and you should exercise discretion when using community-contributed content. Content produced and fully supported by Meshery maintainers. This represents the highest level of support and is considered the most reliable. Content produced by partners and verified by Meshery maintainers. While not directly maintained by Meshery, it has undergone a verification process to ensure quality and compatibility. Content produced and supported by the respective project or organization responsible for the specific technology. This class offers a level of support from the project maintainers themselves. Content produced and shared by Meshery users. This includes a wide range of content, such as performance profiles, test results, filters, patterns, and applications. Community content may have varying levels of support and reliability. */
|
|
11999
|
+
class?: "official" | "verified" | "reference architecture";
|
|
12000
|
+
/** One or more models associated with this catalog item. For designs, a list of one or more models implicated by components within the design. For models, this is self-referential. */
|
|
12001
|
+
compatibility: "kubernetes"[];
|
|
12002
|
+
/** Specific stipulations to consider and known behaviors to be aware of when using this design. */
|
|
12003
|
+
patternCaveats: string;
|
|
12004
|
+
/** Purpose of the design along with its intended and unintended uses. */
|
|
12005
|
+
patternInfo: string;
|
|
12006
|
+
/** Categorization of the type of design or operational flow depicted in this design. */
|
|
12007
|
+
type: "Deployment" | "Observability" | "Resiliency" | "Scaling" | "Security" | "Traffic-management" | "Troubleshooting" | "Workloads";
|
|
12008
|
+
/** Contains reference to the dark and light mode snapshots of the design. */
|
|
12009
|
+
snapshotURL?: string[];
|
|
12010
|
+
};
|
|
12011
|
+
/** Owning user ID. */
|
|
12012
|
+
userId?: string;
|
|
12013
|
+
/** Owning user record, joined inline by the catalog list/get handlers when shaping responses. Server-projected from the users table via the design's userId; not a column on the meshery_patterns table itself, so the generated Go field is tagged `db:"-"` to keep it out of ORM column scans.
|
|
12014
|
+
*/
|
|
12015
|
+
user?: {
|
|
12016
|
+
/** Unique identifier for the user */
|
|
12017
|
+
id: string;
|
|
12018
|
+
/** Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email. */
|
|
12019
|
+
userId: string;
|
|
12020
|
+
/** Authentication provider (e.g., Google, Github) */
|
|
12021
|
+
provider: string;
|
|
12022
|
+
/** User's email address */
|
|
12023
|
+
email: string;
|
|
12024
|
+
/** User's first name */
|
|
12025
|
+
firstName: string;
|
|
12026
|
+
/** User's last name */
|
|
12027
|
+
lastName: string;
|
|
12028
|
+
/** URL to user's avatar image */
|
|
12029
|
+
avatarUrl?: string;
|
|
12030
|
+
/** User account status */
|
|
12031
|
+
status: "active" | "inactive" | "pending" | "anonymous";
|
|
12032
|
+
/** User's biography or description */
|
|
12033
|
+
bio?: string;
|
|
12034
|
+
/** User's country information stored as JSONB */
|
|
12035
|
+
country?: {
|
|
12036
|
+
[key: string]: any;
|
|
12037
|
+
};
|
|
12038
|
+
/** User's region information stored as JSONB */
|
|
12039
|
+
region?: {
|
|
12040
|
+
[key: string]: any;
|
|
12041
|
+
};
|
|
12042
|
+
/** User preferences stored as JSONB */
|
|
12043
|
+
preferences?: {
|
|
12044
|
+
/** The mesh adapters of the preference. */
|
|
12045
|
+
meshAdapters?: object[];
|
|
12046
|
+
grafana?: {
|
|
12047
|
+
/** Grafana URL for the user configuration. */
|
|
12048
|
+
grafanaUrl?: string;
|
|
12049
|
+
/** Grafana API key for the user configuration. */
|
|
12050
|
+
grafanaApiKey?: string;
|
|
12051
|
+
/** Selected Grafana board configurations for the user. */
|
|
12052
|
+
selectedBoardsConfigs?: {
|
|
12053
|
+
/** Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
12054
|
+
board?: object;
|
|
12055
|
+
/** Panels selected for the Grafana board configuration. */
|
|
12056
|
+
panels?: object[];
|
|
12057
|
+
/** Template variables applied to the selected Grafana board configuration. */
|
|
12058
|
+
templateVars?: string[];
|
|
12059
|
+
}[];
|
|
12060
|
+
};
|
|
12061
|
+
prometheus?: {
|
|
12062
|
+
/** The prometheus URL of the prometheus. */
|
|
12063
|
+
prometheusUrl?: string;
|
|
12064
|
+
/** The selected prometheus boards configs of the prometheus. */
|
|
12065
|
+
selectedPrometheusBoardsConfigs?: {
|
|
12066
|
+
/** Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
12067
|
+
board?: object;
|
|
12068
|
+
/** Panels selected for the Grafana board configuration. */
|
|
12069
|
+
panels?: object[];
|
|
12070
|
+
/** Template variables applied to the selected Grafana board configuration. */
|
|
12071
|
+
templateVars?: string[];
|
|
12072
|
+
}[];
|
|
12073
|
+
};
|
|
12074
|
+
loadTestPrefs?: {
|
|
12075
|
+
/** Concurrent requests */
|
|
12076
|
+
c?: number;
|
|
12077
|
+
/** Queries per second */
|
|
12078
|
+
qps?: number;
|
|
12079
|
+
/** Duration */
|
|
12080
|
+
t?: string;
|
|
12081
|
+
/** Load generator */
|
|
12082
|
+
gen?: string;
|
|
12083
|
+
};
|
|
12084
|
+
/** The anonymous usage stats of the preference. */
|
|
12085
|
+
anonymousUsageStats: boolean;
|
|
12086
|
+
/** The anonymous perf results of the preference. */
|
|
12087
|
+
anonymousPerfResults: boolean;
|
|
12088
|
+
/** Timestamp of when the resource was last updated. */
|
|
12089
|
+
updatedAt: string;
|
|
12090
|
+
/** The dashboard preferences of the preference. */
|
|
12091
|
+
dashboardPreferences: {
|
|
12092
|
+
[key: string]: any;
|
|
12093
|
+
};
|
|
12094
|
+
/** ID of the associated selectedOrganization. */
|
|
12095
|
+
selectedOrganizationId: string;
|
|
12096
|
+
/** The selected workspace for organizations of the preference. */
|
|
12097
|
+
selectedWorkspaceForOrganizations: {
|
|
12098
|
+
[key: string]: string;
|
|
12099
|
+
};
|
|
12100
|
+
/** The users extension preferences of the preference. */
|
|
12101
|
+
usersExtensionPreferences: {
|
|
12102
|
+
[key: string]: any;
|
|
12103
|
+
};
|
|
12104
|
+
/** The remote provider preferences of the preference. */
|
|
12105
|
+
remoteProviderPreferences: {
|
|
12106
|
+
[key: string]: any;
|
|
12107
|
+
};
|
|
12108
|
+
};
|
|
12109
|
+
/** Timestamp when user accepted terms and conditions */
|
|
12110
|
+
acceptedTermsAt?: string;
|
|
12111
|
+
/** Timestamp of user's first login */
|
|
12112
|
+
firstLoginTime?: string;
|
|
12113
|
+
/** Timestamp of user's most recent login */
|
|
12114
|
+
lastLoginTime: string;
|
|
12115
|
+
/** Timestamp when the user record was created */
|
|
12116
|
+
createdAt: string;
|
|
12117
|
+
/** Timestamp when the user record was last updated */
|
|
12118
|
+
updatedAt: string;
|
|
12119
|
+
/** Various online profiles associated with the user account */
|
|
12120
|
+
socials?: {
|
|
12121
|
+
/** The site of the social. */
|
|
12122
|
+
site: string;
|
|
12123
|
+
/** The link of the social. */
|
|
12124
|
+
link: string;
|
|
12125
|
+
}[];
|
|
12126
|
+
/** Timestamp when the user record was soft-deleted (null if not deleted) */
|
|
12127
|
+
deletedAt: string | null;
|
|
12128
|
+
/** Names of the global roles assigned to the user. Free-form, user-generated values sourced from the roles table (role_name is a varchar, not a fixed enumeration); the seeded system roles such as "admin", "organization admin" and "user" are a subset, not the whole set. */
|
|
12129
|
+
roleNames?: string[];
|
|
12130
|
+
/** Teams the user belongs to with role information */
|
|
12131
|
+
teams?: {
|
|
12132
|
+
/** Team memberships for the user with their assigned roles. */
|
|
12133
|
+
teamsWithRoles?: {
|
|
12134
|
+
/** Unique identifier of the team. */
|
|
12135
|
+
id: string;
|
|
12136
|
+
/** Name of the team. */
|
|
12137
|
+
name: string;
|
|
12138
|
+
/** Human readable description of the team. */
|
|
12139
|
+
description?: string;
|
|
12140
|
+
/** Identifier of the team owner. */
|
|
12141
|
+
owner?: string;
|
|
12142
|
+
/** Free-form metadata associated with the team. */
|
|
12143
|
+
metadata?: {
|
|
12144
|
+
[key: string]: any;
|
|
12145
|
+
};
|
|
12146
|
+
/** Timestamp when the team was created. */
|
|
12147
|
+
createdAt?: string;
|
|
12148
|
+
/** Timestamp when the team was last updated. */
|
|
12149
|
+
updatedAt?: string;
|
|
12150
|
+
/** Timestamp when the team was soft-deleted (null if not deleted). */
|
|
12151
|
+
deletedAt?: string | null;
|
|
12152
|
+
/** Names of the roles assigned to the user within this team. Free-form, user-generated role names; not a fixed enumeration. */
|
|
12153
|
+
roleNames: string[];
|
|
12154
|
+
}[];
|
|
12155
|
+
/** Total number of team memberships returned for the user. */
|
|
12156
|
+
totalCount?: number;
|
|
12157
|
+
};
|
|
12158
|
+
/** Organizations the user belongs to with role information */
|
|
12159
|
+
organizations?: {
|
|
12160
|
+
/** Organization memberships for the user with their assigned roles. */
|
|
12161
|
+
organizationsWithRoles?: {
|
|
12162
|
+
/** Unique identifier of the organization. */
|
|
12163
|
+
id: string;
|
|
12164
|
+
/** Name of the organization. */
|
|
12165
|
+
name: string;
|
|
12166
|
+
/** Human readable description of the organization. */
|
|
12167
|
+
description?: string;
|
|
12168
|
+
/** Country associated with the organization. */
|
|
12169
|
+
country?: string;
|
|
12170
|
+
/** Region associated with the organization. */
|
|
12171
|
+
region?: string;
|
|
12172
|
+
/** Identifier of the organization owner. */
|
|
12173
|
+
owner?: string;
|
|
12174
|
+
/** Timestamp when the organization was created. */
|
|
12175
|
+
createdAt?: string;
|
|
12176
|
+
/** Timestamp when the organization was last updated. */
|
|
12177
|
+
updatedAt?: string;
|
|
12178
|
+
/** Timestamp when the organization was soft-deleted (null if not deleted). */
|
|
12179
|
+
deletedAt?: string | null;
|
|
12180
|
+
/** Names of the roles assigned to the user within this organization. Free-form, user-generated role names; not a fixed enumeration. */
|
|
12181
|
+
roleNames: string[];
|
|
12182
|
+
}[];
|
|
12183
|
+
/** Total number of organization memberships returned for the user. */
|
|
12184
|
+
totalCount?: number;
|
|
12185
|
+
};
|
|
12186
|
+
} | null;
|
|
12187
|
+
/** Optional structured location metadata (branch, host, path, ...). */
|
|
12188
|
+
location?: {
|
|
12189
|
+
[key: string]: string;
|
|
12190
|
+
};
|
|
12191
|
+
/** Raw design body as it is persisted in the meshery_patterns table's `pattern_file` column. The wire form is the YAML/JSON string the server stores verbatim; consumers that need the structured form transcode at the boundary by parsing the string into a PatternFile (see #/components/schemas/PatternFile) and marshalling it back when they write. Keeping the wire shape as a string mirrors the column's actual representation and avoids forcing every consumer through the structured-vs- string union that the previous *PatternFile typing implied.
|
|
12192
|
+
*/
|
|
12193
|
+
patternFile?: string;
|
|
12194
|
+
/** Visibility scope of the design — controls whether non-owners may read or list it. `private` is owner-only, `public` is readable by anyone in the org, and `published` is visible in the catalog.
|
|
12195
|
+
*/
|
|
12196
|
+
visibility?: "private" | "public" | "published";
|
|
12197
|
+
/** Discriminator identifying the source format of the design body, persisted in the meshery_patterns table's `source_type` column (nullable; null for legacy rows imported before the column was introduced). For catalog listings the server may also project this field from the attached catalog metadata. Use this field to branch rendering between native Meshery designs and imported Helm charts, Kubernetes manifests, and Docker Compose files.
|
|
12198
|
+
*/
|
|
12199
|
+
designType?: ("Design" | "Helm Chart" | "Docker Compose" | "Kubernetes Manifest") | null;
|
|
12200
|
+
/** Raw bytes of the imported source artifact (Helm chart tarball, Kubernetes manifest, Docker Compose file, etc.) preserved in the meshery_patterns table's `source_content` column for non-Meshery-Design imports. Empty / null for native Meshery designs. Server-managed: populated by the import and upload handlers and scrubbed to null on most read responses, so clients should treat this as opaque base64-encoded bytes when it does appear on the wire.
|
|
12201
|
+
*/
|
|
12202
|
+
sourceContent?: string | null;
|
|
12203
|
+
/** Server-aggregated count of views on this design in the catalog. Present on list/catalog responses; server-managed and ignored on writes.
|
|
12204
|
+
*/
|
|
12205
|
+
viewCount?: number;
|
|
12206
|
+
/** Server-aggregated count of downloads of this design from the catalog. Server-managed and ignored on writes.
|
|
12207
|
+
*/
|
|
12208
|
+
downloadCount?: number;
|
|
12209
|
+
/** Server-aggregated count of times this design has been cloned from the catalog. Server-managed and ignored on writes.
|
|
12210
|
+
*/
|
|
12211
|
+
cloneCount?: number;
|
|
12212
|
+
/** Server-aggregated count of deployments originated from this design. Server-managed and ignored on writes.
|
|
12213
|
+
*/
|
|
12214
|
+
deploymentCount?: number;
|
|
12215
|
+
/** Server-aggregated count of share events for this design. Server-managed and ignored on writes.
|
|
12216
|
+
*/
|
|
12217
|
+
shareCount?: number;
|
|
12218
|
+
/** Timestamp of design creation. */
|
|
12219
|
+
createdAt?: string;
|
|
12220
|
+
/** Timestamp of last design modification. */
|
|
12221
|
+
updatedAt?: string;
|
|
12222
|
+
}[];
|
|
11991
12223
|
type ImportDesignApiArg = {
|
|
11992
12224
|
body: {
|
|
11993
12225
|
/** Base64-encoded file bytes. Supported formats: Kubernetes Manifests, Helm Charts, Docker Compose, and Meshery Designs. See [Import Designs Documentation](https://docs.meshery.io/guides/configuration-management/importing-designs#import-designs-using-meshery-ui) for details. */
|
|
@@ -12200,20 +12432,6 @@ type DeleteEventApiArg = {
|
|
|
12200
12432
|
/** ID of the event. */
|
|
12201
12433
|
eventId: string;
|
|
12202
12434
|
};
|
|
12203
|
-
type CreateEventApiResponse = unknown;
|
|
12204
|
-
type CreateEventApiArg = {
|
|
12205
|
-
body: {
|
|
12206
|
-
/** UUID of the user associated with the event. */
|
|
12207
|
-
owner?: string;
|
|
12208
|
-
/** The category of the event. */
|
|
12209
|
-
category?: string;
|
|
12210
|
-
/** The action of the event. */
|
|
12211
|
-
action?: string;
|
|
12212
|
-
/** Description of the event. */
|
|
12213
|
-
description?: string;
|
|
12214
|
-
[key: string]: any;
|
|
12215
|
-
};
|
|
12216
|
-
};
|
|
12217
12435
|
type BulkDeleteEventsApiResponse = {
|
|
12218
12436
|
/** UUIDs of events that were deleted. */
|
|
12219
12437
|
deleted?: string[];
|
|
@@ -12252,6 +12470,20 @@ type UpdateEventStatusApiArg = {
|
|
|
12252
12470
|
status: string;
|
|
12253
12471
|
};
|
|
12254
12472
|
};
|
|
12473
|
+
type CreateEventApiResponse = unknown;
|
|
12474
|
+
type CreateEventApiArg = {
|
|
12475
|
+
body: {
|
|
12476
|
+
/** UUID of the user associated with the event. */
|
|
12477
|
+
owner?: string;
|
|
12478
|
+
/** The category of the event. */
|
|
12479
|
+
category?: string;
|
|
12480
|
+
/** The action of the event. */
|
|
12481
|
+
action?: string;
|
|
12482
|
+
/** Description of the event. */
|
|
12483
|
+
description?: string;
|
|
12484
|
+
[key: string]: any;
|
|
12485
|
+
};
|
|
12486
|
+
};
|
|
12255
12487
|
type GetPerformanceProfilesApiResponse = {
|
|
12256
12488
|
/** Zero-based page index returned in this response. */
|
|
12257
12489
|
page: number;
|
|
@@ -40372,7 +40604,7 @@ declare const useDeleteEventMutation: <R extends Record<string, any> = ({
|
|
|
40372
40604
|
originalArgs?: DeleteEventApiArg | undefined;
|
|
40373
40605
|
reset: () => void;
|
|
40374
40606
|
}];
|
|
40375
|
-
declare const
|
|
40607
|
+
declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
40376
40608
|
requestId?: undefined;
|
|
40377
40609
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
40378
40610
|
data?: undefined;
|
|
@@ -40390,14 +40622,14 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40390
40622
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40391
40623
|
} & Omit<{
|
|
40392
40624
|
requestId: string;
|
|
40393
|
-
data?:
|
|
40625
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40394
40626
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40395
40627
|
endpointName: string;
|
|
40396
40628
|
startedTimeStamp: number;
|
|
40397
40629
|
fulfilledTimeStamp?: number;
|
|
40398
40630
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40399
40631
|
requestId: string;
|
|
40400
|
-
data?:
|
|
40632
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40401
40633
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40402
40634
|
endpointName: string;
|
|
40403
40635
|
startedTimeStamp: number;
|
|
@@ -40414,7 +40646,7 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40414
40646
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40415
40647
|
} & {
|
|
40416
40648
|
requestId: string;
|
|
40417
|
-
data?:
|
|
40649
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40418
40650
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40419
40651
|
endpointName: string;
|
|
40420
40652
|
startedTimeStamp: number;
|
|
@@ -40431,14 +40663,14 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40431
40663
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40432
40664
|
} & Omit<{
|
|
40433
40665
|
requestId: string;
|
|
40434
|
-
data?:
|
|
40666
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40435
40667
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40436
40668
|
endpointName: string;
|
|
40437
40669
|
startedTimeStamp: number;
|
|
40438
40670
|
fulfilledTimeStamp?: number;
|
|
40439
40671
|
}, "error"> & Required<Pick<{
|
|
40440
40672
|
requestId: string;
|
|
40441
|
-
data?:
|
|
40673
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40442
40674
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40443
40675
|
endpointName: string;
|
|
40444
40676
|
startedTimeStamp: number;
|
|
@@ -40468,14 +40700,14 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40468
40700
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40469
40701
|
} & Omit<{
|
|
40470
40702
|
requestId: string;
|
|
40471
|
-
data?:
|
|
40703
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40472
40704
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40473
40705
|
endpointName: string;
|
|
40474
40706
|
startedTimeStamp: number;
|
|
40475
40707
|
fulfilledTimeStamp?: number;
|
|
40476
40708
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40477
40709
|
requestId: string;
|
|
40478
|
-
data?:
|
|
40710
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40479
40711
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40480
40712
|
endpointName: string;
|
|
40481
40713
|
startedTimeStamp: number;
|
|
@@ -40492,7 +40724,7 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40492
40724
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40493
40725
|
} & {
|
|
40494
40726
|
requestId: string;
|
|
40495
|
-
data?:
|
|
40727
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40496
40728
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40497
40729
|
endpointName: string;
|
|
40498
40730
|
startedTimeStamp: number;
|
|
@@ -40509,14 +40741,14 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40509
40741
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40510
40742
|
} & Omit<{
|
|
40511
40743
|
requestId: string;
|
|
40512
|
-
data?:
|
|
40744
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40513
40745
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40514
40746
|
endpointName: string;
|
|
40515
40747
|
startedTimeStamp: number;
|
|
40516
40748
|
fulfilledTimeStamp?: number;
|
|
40517
40749
|
}, "error"> & Required<Pick<{
|
|
40518
40750
|
requestId: string;
|
|
40519
|
-
data?:
|
|
40751
|
+
data?: BulkDeleteEventsApiResponse | undefined;
|
|
40520
40752
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40521
40753
|
endpointName: string;
|
|
40522
40754
|
startedTimeStamp: number;
|
|
@@ -40529,11 +40761,11 @@ declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
|
40529
40761
|
isError: true;
|
|
40530
40762
|
})) => R) | undefined;
|
|
40531
40763
|
fixedCacheKey?: string;
|
|
40532
|
-
} | undefined) => readonly [(arg:
|
|
40533
|
-
originalArgs?:
|
|
40764
|
+
} | undefined) => readonly [(arg: BulkDeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<BulkDeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", BulkDeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
40765
|
+
originalArgs?: BulkDeleteEventsApiArg | undefined;
|
|
40534
40766
|
reset: () => void;
|
|
40535
40767
|
}];
|
|
40536
|
-
declare const
|
|
40768
|
+
declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
40537
40769
|
requestId?: undefined;
|
|
40538
40770
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
40539
40771
|
data?: undefined;
|
|
@@ -40551,14 +40783,14 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40551
40783
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40552
40784
|
} & Omit<{
|
|
40553
40785
|
requestId: string;
|
|
40554
|
-
data?:
|
|
40786
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40555
40787
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40556
40788
|
endpointName: string;
|
|
40557
40789
|
startedTimeStamp: number;
|
|
40558
40790
|
fulfilledTimeStamp?: number;
|
|
40559
40791
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40560
40792
|
requestId: string;
|
|
40561
|
-
data?:
|
|
40793
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40562
40794
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40563
40795
|
endpointName: string;
|
|
40564
40796
|
startedTimeStamp: number;
|
|
@@ -40575,7 +40807,7 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40575
40807
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40576
40808
|
} & {
|
|
40577
40809
|
requestId: string;
|
|
40578
|
-
data?:
|
|
40810
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40579
40811
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40580
40812
|
endpointName: string;
|
|
40581
40813
|
startedTimeStamp: number;
|
|
@@ -40592,14 +40824,14 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40592
40824
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40593
40825
|
} & Omit<{
|
|
40594
40826
|
requestId: string;
|
|
40595
|
-
data?:
|
|
40827
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40596
40828
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40597
40829
|
endpointName: string;
|
|
40598
40830
|
startedTimeStamp: number;
|
|
40599
40831
|
fulfilledTimeStamp?: number;
|
|
40600
40832
|
}, "error"> & Required<Pick<{
|
|
40601
40833
|
requestId: string;
|
|
40602
|
-
data?:
|
|
40834
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40603
40835
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40604
40836
|
endpointName: string;
|
|
40605
40837
|
startedTimeStamp: number;
|
|
@@ -40629,14 +40861,14 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40629
40861
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40630
40862
|
} & Omit<{
|
|
40631
40863
|
requestId: string;
|
|
40632
|
-
data?:
|
|
40864
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40633
40865
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40634
40866
|
endpointName: string;
|
|
40635
40867
|
startedTimeStamp: number;
|
|
40636
40868
|
fulfilledTimeStamp?: number;
|
|
40637
40869
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40638
40870
|
requestId: string;
|
|
40639
|
-
data?:
|
|
40871
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40640
40872
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40641
40873
|
endpointName: string;
|
|
40642
40874
|
startedTimeStamp: number;
|
|
@@ -40653,7 +40885,7 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40653
40885
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40654
40886
|
} & {
|
|
40655
40887
|
requestId: string;
|
|
40656
|
-
data?:
|
|
40888
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40657
40889
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40658
40890
|
endpointName: string;
|
|
40659
40891
|
startedTimeStamp: number;
|
|
@@ -40670,14 +40902,14 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40670
40902
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40671
40903
|
} & Omit<{
|
|
40672
40904
|
requestId: string;
|
|
40673
|
-
data?:
|
|
40905
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40674
40906
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40675
40907
|
endpointName: string;
|
|
40676
40908
|
startedTimeStamp: number;
|
|
40677
40909
|
fulfilledTimeStamp?: number;
|
|
40678
40910
|
}, "error"> & Required<Pick<{
|
|
40679
40911
|
requestId: string;
|
|
40680
|
-
data?:
|
|
40912
|
+
data?: BulkUpdateEventStatusApiResponse | undefined;
|
|
40681
40913
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40682
40914
|
endpointName: string;
|
|
40683
40915
|
startedTimeStamp: number;
|
|
@@ -40690,11 +40922,11 @@ declare const useBulkDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
40690
40922
|
isError: true;
|
|
40691
40923
|
})) => R) | undefined;
|
|
40692
40924
|
fixedCacheKey?: string;
|
|
40693
|
-
} | undefined) => readonly [(arg:
|
|
40694
|
-
originalArgs?:
|
|
40925
|
+
} | undefined) => readonly [(arg: BulkUpdateEventStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<BulkUpdateEventStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", BulkUpdateEventStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
40926
|
+
originalArgs?: BulkUpdateEventStatusApiArg | undefined;
|
|
40695
40927
|
reset: () => void;
|
|
40696
40928
|
}];
|
|
40697
|
-
declare const
|
|
40929
|
+
declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
40698
40930
|
requestId?: undefined;
|
|
40699
40931
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
40700
40932
|
data?: undefined;
|
|
@@ -40712,14 +40944,14 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40712
40944
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40713
40945
|
} & Omit<{
|
|
40714
40946
|
requestId: string;
|
|
40715
|
-
data?:
|
|
40947
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40716
40948
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40717
40949
|
endpointName: string;
|
|
40718
40950
|
startedTimeStamp: number;
|
|
40719
40951
|
fulfilledTimeStamp?: number;
|
|
40720
40952
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40721
40953
|
requestId: string;
|
|
40722
|
-
data?:
|
|
40954
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40723
40955
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40724
40956
|
endpointName: string;
|
|
40725
40957
|
startedTimeStamp: number;
|
|
@@ -40736,7 +40968,7 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40736
40968
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40737
40969
|
} & {
|
|
40738
40970
|
requestId: string;
|
|
40739
|
-
data?:
|
|
40971
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40740
40972
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40741
40973
|
endpointName: string;
|
|
40742
40974
|
startedTimeStamp: number;
|
|
@@ -40753,14 +40985,14 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40753
40985
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40754
40986
|
} & Omit<{
|
|
40755
40987
|
requestId: string;
|
|
40756
|
-
data?:
|
|
40988
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40757
40989
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40758
40990
|
endpointName: string;
|
|
40759
40991
|
startedTimeStamp: number;
|
|
40760
40992
|
fulfilledTimeStamp?: number;
|
|
40761
40993
|
}, "error"> & Required<Pick<{
|
|
40762
40994
|
requestId: string;
|
|
40763
|
-
data?:
|
|
40995
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40764
40996
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40765
40997
|
endpointName: string;
|
|
40766
40998
|
startedTimeStamp: number;
|
|
@@ -40790,14 +41022,14 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40790
41022
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40791
41023
|
} & Omit<{
|
|
40792
41024
|
requestId: string;
|
|
40793
|
-
data?:
|
|
41025
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40794
41026
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40795
41027
|
endpointName: string;
|
|
40796
41028
|
startedTimeStamp: number;
|
|
40797
41029
|
fulfilledTimeStamp?: number;
|
|
40798
41030
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40799
41031
|
requestId: string;
|
|
40800
|
-
data?:
|
|
41032
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40801
41033
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40802
41034
|
endpointName: string;
|
|
40803
41035
|
startedTimeStamp: number;
|
|
@@ -40814,7 +41046,7 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40814
41046
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40815
41047
|
} & {
|
|
40816
41048
|
requestId: string;
|
|
40817
|
-
data?:
|
|
41049
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40818
41050
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40819
41051
|
endpointName: string;
|
|
40820
41052
|
startedTimeStamp: number;
|
|
@@ -40831,14 +41063,14 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40831
41063
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40832
41064
|
} & Omit<{
|
|
40833
41065
|
requestId: string;
|
|
40834
|
-
data?:
|
|
41066
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40835
41067
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40836
41068
|
endpointName: string;
|
|
40837
41069
|
startedTimeStamp: number;
|
|
40838
41070
|
fulfilledTimeStamp?: number;
|
|
40839
41071
|
}, "error"> & Required<Pick<{
|
|
40840
41072
|
requestId: string;
|
|
40841
|
-
data?:
|
|
41073
|
+
data?: UpdateEventStatusApiResponse | undefined;
|
|
40842
41074
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40843
41075
|
endpointName: string;
|
|
40844
41076
|
startedTimeStamp: number;
|
|
@@ -40851,11 +41083,11 @@ declare const useBulkUpdateEventStatusMutation: <R extends Record<string, any> =
|
|
|
40851
41083
|
isError: true;
|
|
40852
41084
|
})) => R) | undefined;
|
|
40853
41085
|
fixedCacheKey?: string;
|
|
40854
|
-
} | undefined) => readonly [(arg:
|
|
40855
|
-
originalArgs?:
|
|
41086
|
+
} | undefined) => readonly [(arg: UpdateEventStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateEventStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", UpdateEventStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
41087
|
+
originalArgs?: UpdateEventStatusApiArg | undefined;
|
|
40856
41088
|
reset: () => void;
|
|
40857
41089
|
}];
|
|
40858
|
-
declare const
|
|
41090
|
+
declare const useCreateEventMutation: <R extends Record<string, any> = ({
|
|
40859
41091
|
requestId?: undefined;
|
|
40860
41092
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
40861
41093
|
data?: undefined;
|
|
@@ -40873,14 +41105,14 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40873
41105
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40874
41106
|
} & Omit<{
|
|
40875
41107
|
requestId: string;
|
|
40876
|
-
data?:
|
|
41108
|
+
data?: unknown;
|
|
40877
41109
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40878
41110
|
endpointName: string;
|
|
40879
41111
|
startedTimeStamp: number;
|
|
40880
41112
|
fulfilledTimeStamp?: number;
|
|
40881
41113
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40882
41114
|
requestId: string;
|
|
40883
|
-
data?:
|
|
41115
|
+
data?: unknown;
|
|
40884
41116
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40885
41117
|
endpointName: string;
|
|
40886
41118
|
startedTimeStamp: number;
|
|
@@ -40897,7 +41129,7 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40897
41129
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40898
41130
|
} & {
|
|
40899
41131
|
requestId: string;
|
|
40900
|
-
data?:
|
|
41132
|
+
data?: unknown;
|
|
40901
41133
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40902
41134
|
endpointName: string;
|
|
40903
41135
|
startedTimeStamp: number;
|
|
@@ -40914,14 +41146,14 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40914
41146
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40915
41147
|
} & Omit<{
|
|
40916
41148
|
requestId: string;
|
|
40917
|
-
data?:
|
|
41149
|
+
data?: unknown;
|
|
40918
41150
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40919
41151
|
endpointName: string;
|
|
40920
41152
|
startedTimeStamp: number;
|
|
40921
41153
|
fulfilledTimeStamp?: number;
|
|
40922
41154
|
}, "error"> & Required<Pick<{
|
|
40923
41155
|
requestId: string;
|
|
40924
|
-
data?:
|
|
41156
|
+
data?: unknown;
|
|
40925
41157
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40926
41158
|
endpointName: string;
|
|
40927
41159
|
startedTimeStamp: number;
|
|
@@ -40951,14 +41183,14 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40951
41183
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
40952
41184
|
} & Omit<{
|
|
40953
41185
|
requestId: string;
|
|
40954
|
-
data?:
|
|
41186
|
+
data?: unknown;
|
|
40955
41187
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40956
41188
|
endpointName: string;
|
|
40957
41189
|
startedTimeStamp: number;
|
|
40958
41190
|
fulfilledTimeStamp?: number;
|
|
40959
41191
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
40960
41192
|
requestId: string;
|
|
40961
|
-
data?:
|
|
41193
|
+
data?: unknown;
|
|
40962
41194
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40963
41195
|
endpointName: string;
|
|
40964
41196
|
startedTimeStamp: number;
|
|
@@ -40975,7 +41207,7 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40975
41207
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
40976
41208
|
} & {
|
|
40977
41209
|
requestId: string;
|
|
40978
|
-
data?:
|
|
41210
|
+
data?: unknown;
|
|
40979
41211
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40980
41212
|
endpointName: string;
|
|
40981
41213
|
startedTimeStamp: number;
|
|
@@ -40992,14 +41224,14 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
40992
41224
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
40993
41225
|
} & Omit<{
|
|
40994
41226
|
requestId: string;
|
|
40995
|
-
data?:
|
|
41227
|
+
data?: unknown;
|
|
40996
41228
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
40997
41229
|
endpointName: string;
|
|
40998
41230
|
startedTimeStamp: number;
|
|
40999
41231
|
fulfilledTimeStamp?: number;
|
|
41000
41232
|
}, "error"> & Required<Pick<{
|
|
41001
41233
|
requestId: string;
|
|
41002
|
-
data?:
|
|
41234
|
+
data?: unknown;
|
|
41003
41235
|
error?: MeshkitFetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
41004
41236
|
endpointName: string;
|
|
41005
41237
|
startedTimeStamp: number;
|
|
@@ -41012,8 +41244,8 @@ declare const useUpdateEventStatusMutation: <R extends Record<string, any> = ({
|
|
|
41012
41244
|
isError: true;
|
|
41013
41245
|
})) => R) | undefined;
|
|
41014
41246
|
fixedCacheKey?: string;
|
|
41015
|
-
} | undefined) => readonly [(arg:
|
|
41016
|
-
originalArgs?:
|
|
41247
|
+
} | undefined) => readonly [(arg: CreateEventApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEventApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, MeshkitFetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "System_API_System" | "credential_credentials" | "Key_users" | "Organization_Organizations" | "User_users" | "Connection_API_Connections" | "Connection_API_ConnectionDefinitions" | "Design_designs" | "Environment_environments" | "Events_events" | "Performance_Profile_performance" | "Workspace_workspaces" | "Workspace_designs" | "Workspace_views" | "Meshery_Controllers_Configuration_controllers" | "Console_API_Console" | "Evaluation_Evaluation" | "Registry_Registry", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
41248
|
+
originalArgs?: CreateEventApiArg | undefined;
|
|
41017
41249
|
reset: () => void;
|
|
41018
41250
|
}];
|
|
41019
41251
|
declare const useGetPerformanceProfilesQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|