@meshery/schemas 1.3.22 → 1.3.23
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 +5239 -3023
- package/dist/cloudApi.d.ts +5239 -3023
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/credential/CredentialSchema.js +8 -8
- package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +8 -8
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +4 -4
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +4 -4
- package/dist/constructs/v1beta1/model/Model.d.ts +586 -2
- package/dist/constructs/v1beta1/model/ModelSchema.js +10 -2
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +10 -2
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +11 -11
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +11 -11
- package/dist/constructs/v1beta1/schedule/ScheduleSchema.js +6 -6
- package/dist/constructs/v1beta1/schedule/ScheduleSchema.mjs +6 -6
- package/dist/constructs/v1beta1/system/System.d.ts +112 -0
- package/dist/constructs/v1beta1/system/SystemSchema.js +1 -1
- package/dist/constructs/v1beta1/system/SystemSchema.mjs +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta1/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta1/token/TokenSchema.mjs +1 -1
- package/dist/constructs/v1beta1/view/ViewSchema.js +4 -4
- package/dist/constructs/v1beta1/view/ViewSchema.mjs +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
- package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta2/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta2/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta2/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta2/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta2/credential/CredentialSchema.js +6 -6
- package/dist/constructs/v1beta2/credential/CredentialSchema.mjs +6 -6
- package/dist/constructs/v1beta2/design/DesignSchema.js +11 -11
- package/dist/constructs/v1beta2/design/DesignSchema.mjs +11 -11
- package/dist/constructs/v1beta2/model/Model.d.ts +587 -3
- package/dist/constructs/v1beta2/model/ModelSchema.js +10 -2
- package/dist/constructs/v1beta2/model/ModelSchema.mjs +10 -2
- package/dist/constructs/v1beta2/organization/Organization.d.ts +434 -0
- package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.js +5 -5
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.mjs +5 -5
- package/dist/constructs/v1beta2/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta2/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta2/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta2/token/TokenSchema.mjs +1 -1
- package/dist/constructs/v1beta2/user/User.d.ts +695 -0
- package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta2/view/ViewSchema.js +4 -4
- package/dist/constructs/v1beta2/view/ViewSchema.mjs +4 -4
- package/dist/constructs/v1beta3/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta3/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta3/connection/Connection.d.ts +173 -1
- package/dist/constructs/v1beta3/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta3/design/Design.d.ts +3569 -2245
- package/dist/constructs/v1beta3/design/DesignSchema.js +56 -12
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +56 -12
- package/dist/constructs/v1beta3/environment/Environment.d.ts +42 -0
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.js +1 -1
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.mjs +1 -1
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +188 -1
- package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta3/pattern_resource/PatternResource.d.ts +701 -0
- package/dist/constructs/v1beta3/pattern_resource/PatternResource.js +1 -0
- package/dist/constructs/v1beta3/pattern_resource/PatternResource.mjs +0 -0
- package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.js +78 -0
- package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.mjs +78 -0
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.mjs +4 -4
- package/dist/index.d.mts +573 -1
- package/dist/index.d.ts +573 -1
- package/dist/index.js +41 -33
- package/dist/index.mjs +41 -33
- package/dist/mesheryApi.d.mts +905 -734
- package/dist/mesheryApi.d.ts +905 -734
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1980,8 +1980,300 @@ interface components$t {
|
|
|
1980
1980
|
total_count?: number;
|
|
1981
1981
|
/** @description The models matching the list-endpoint query. */
|
|
1982
1982
|
models?: {
|
|
1983
|
-
/**
|
|
1983
|
+
/**
|
|
1984
|
+
* Format: uuid
|
|
1985
|
+
* @description Uniquely identifies the entity (i.e. component) as defined in a declaration (i.e. design).
|
|
1986
|
+
*/
|
|
1987
|
+
id: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* @description Specifies the version of the schema used for the definition.
|
|
1990
|
+
* @default models.meshery.io/v1beta1
|
|
1991
|
+
* @example [
|
|
1992
|
+
* "v1",
|
|
1993
|
+
* "v1alpha1",
|
|
1994
|
+
* "v2beta3",
|
|
1995
|
+
* "v1.custom-suffix",
|
|
1996
|
+
* "models.meshery.io/v1beta1",
|
|
1997
|
+
* "capability.meshery.io/v1alpha1"
|
|
1998
|
+
* ]
|
|
1999
|
+
*/
|
|
2000
|
+
schemaVersion: string;
|
|
2001
|
+
/** @description Version of the model definition. */
|
|
1984
2002
|
version: string;
|
|
2003
|
+
/**
|
|
2004
|
+
* @description The unique name for the model within the scope of a registrant.
|
|
2005
|
+
* @default untitled-model
|
|
2006
|
+
* @example cert-manager
|
|
2007
|
+
*/
|
|
2008
|
+
name: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* @description Human-readable name for the model.
|
|
2011
|
+
* @default Untitled Model
|
|
2012
|
+
* @example Cert Manager
|
|
2013
|
+
*/
|
|
2014
|
+
displayName: string;
|
|
2015
|
+
/**
|
|
2016
|
+
* @description Description of the model.
|
|
2017
|
+
* @default A new Meshery model.
|
|
2018
|
+
*/
|
|
2019
|
+
description: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* @description Status of model, including:
|
|
2022
|
+
* - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
|
|
2023
|
+
* - maintenance: model is unavailable for a period of time.
|
|
2024
|
+
* - enabled: model is available for use for all users of this Meshery Server.
|
|
2025
|
+
* - ignored: model is unavailable for use for all users of this Meshery Server.
|
|
2026
|
+
* @default enabled
|
|
2027
|
+
* @enum {string}
|
|
2028
|
+
*/
|
|
2029
|
+
status: "ignored" | "enabled" | "duplicate";
|
|
2030
|
+
/** @description Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections */
|
|
2031
|
+
registrant: {
|
|
2032
|
+
/**
|
|
2033
|
+
* Format: uuid
|
|
2034
|
+
* @description Connection ID
|
|
2035
|
+
*/
|
|
2036
|
+
id: string;
|
|
2037
|
+
/** @description Connection Name */
|
|
2038
|
+
name: string;
|
|
2039
|
+
/**
|
|
2040
|
+
* Format: uuid
|
|
2041
|
+
* @description Associated Credential ID
|
|
2042
|
+
*/
|
|
2043
|
+
credentialId?: string;
|
|
2044
|
+
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
2045
|
+
type: string;
|
|
2046
|
+
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
2047
|
+
subType: string;
|
|
2048
|
+
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
2049
|
+
kind: string;
|
|
2050
|
+
/** @description Additional connection metadata */
|
|
2051
|
+
metadata?: Record<string, never>;
|
|
2052
|
+
/**
|
|
2053
|
+
* @description Connection Status
|
|
2054
|
+
* @enum {string}
|
|
2055
|
+
*/
|
|
2056
|
+
status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
|
|
2057
|
+
/**
|
|
2058
|
+
* Format: uuid
|
|
2059
|
+
* @description User ID who owns this connection
|
|
2060
|
+
*/
|
|
2061
|
+
user_id?: string;
|
|
2062
|
+
/** Format: date-time */
|
|
2063
|
+
created_at?: string;
|
|
2064
|
+
/** Format: date-time */
|
|
2065
|
+
updated_at?: string;
|
|
2066
|
+
/**
|
|
2067
|
+
* Format: date-time
|
|
2068
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2069
|
+
*/
|
|
2070
|
+
deleted_at?: string;
|
|
2071
|
+
/** @description Associated environments for this connection */
|
|
2072
|
+
environments?: {
|
|
2073
|
+
/**
|
|
2074
|
+
* Format: uuid
|
|
2075
|
+
* @description ID
|
|
2076
|
+
*/
|
|
2077
|
+
id: string;
|
|
2078
|
+
/**
|
|
2079
|
+
* @description Specifies the version of the schema to which the environment conforms.
|
|
2080
|
+
* @default environments.meshery.io/v1beta1
|
|
2081
|
+
* @example [
|
|
2082
|
+
* "v1",
|
|
2083
|
+
* "v1alpha1",
|
|
2084
|
+
* "v2beta3",
|
|
2085
|
+
* "v1.custom-suffix",
|
|
2086
|
+
* "models.meshery.io/v1beta1",
|
|
2087
|
+
* "capability.meshery.io/v1alpha1"
|
|
2088
|
+
* ]
|
|
2089
|
+
*/
|
|
2090
|
+
schemaVersion: string;
|
|
2091
|
+
/** @description Environment name */
|
|
2092
|
+
name: string;
|
|
2093
|
+
/** @description Environment description */
|
|
2094
|
+
description: string;
|
|
2095
|
+
/**
|
|
2096
|
+
* Format: uuid
|
|
2097
|
+
* @description Environment organization ID
|
|
2098
|
+
*/
|
|
2099
|
+
organization_id: string;
|
|
2100
|
+
/**
|
|
2101
|
+
* Format: uuid
|
|
2102
|
+
* @description Environment owner
|
|
2103
|
+
*/
|
|
2104
|
+
owner?: string;
|
|
2105
|
+
/**
|
|
2106
|
+
* Format: date-time
|
|
2107
|
+
* @description Timestamp when the resource was created.
|
|
2108
|
+
*/
|
|
2109
|
+
created_at?: string;
|
|
2110
|
+
/** @description Additional metadata associated with the environment. */
|
|
2111
|
+
metadata?: Record<string, never>;
|
|
2112
|
+
/**
|
|
2113
|
+
* Format: date-time
|
|
2114
|
+
* @description Timestamp when the resource was updated.
|
|
2115
|
+
*/
|
|
2116
|
+
updated_at?: string;
|
|
2117
|
+
/**
|
|
2118
|
+
* Format: date-time
|
|
2119
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
2120
|
+
*/
|
|
2121
|
+
deleted_at?: string | null;
|
|
2122
|
+
}[];
|
|
2123
|
+
/**
|
|
2124
|
+
* @description Specifies the version of the schema used for the definition.
|
|
2125
|
+
* @default connections.meshery.io/v1beta1
|
|
2126
|
+
* @example [
|
|
2127
|
+
* "v1",
|
|
2128
|
+
* "v1alpha1",
|
|
2129
|
+
* "v2beta3",
|
|
2130
|
+
* "v1.custom-suffix",
|
|
2131
|
+
* "models.meshery.io/v1beta1",
|
|
2132
|
+
* "capability.meshery.io/v1alpha1"
|
|
2133
|
+
* ]
|
|
2134
|
+
*/
|
|
2135
|
+
schemaVersion: string;
|
|
2136
|
+
};
|
|
2137
|
+
/**
|
|
2138
|
+
* Format: uuid
|
|
2139
|
+
* @description ID of the registrant.
|
|
2140
|
+
*/
|
|
2141
|
+
registrantId: string;
|
|
2142
|
+
/**
|
|
2143
|
+
* Format: uuid
|
|
2144
|
+
* @description ID of the category.
|
|
2145
|
+
*/
|
|
2146
|
+
categoryId: string;
|
|
2147
|
+
/** @description Category of the model. */
|
|
2148
|
+
category: {
|
|
2149
|
+
/**
|
|
2150
|
+
* Format: uuid
|
|
2151
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
2152
|
+
*/
|
|
2153
|
+
id: string;
|
|
2154
|
+
/**
|
|
2155
|
+
* @description The category of the model that determines the main grouping.
|
|
2156
|
+
* @default Uncategorized
|
|
2157
|
+
* @enum {string}
|
|
2158
|
+
*/
|
|
2159
|
+
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
2160
|
+
/** @description Additional metadata associated with the category. */
|
|
2161
|
+
metadata: Record<string, never>;
|
|
2162
|
+
};
|
|
2163
|
+
/**
|
|
2164
|
+
* SubCategory
|
|
2165
|
+
* @description Sub category of the model determines the secondary grouping.
|
|
2166
|
+
* @default Uncategorized
|
|
2167
|
+
* @enum {string}
|
|
2168
|
+
*/
|
|
2169
|
+
subCategory: "API Gateway" | "API Integration" | "Application Definition & Image Build" | "Automation & Configuration" | "Certified Kubernetes - Distribution" | "Chaos Engineering" | "Cloud Native Storage" | "Cloud Provider" | "CNI" | "Compute" | "Container Registry" | "Container Runtime" | "Container Security" | "Container" | "Content Delivery Network" | "Continuous Integration & Delivery" | "Coordination & Service Discovery" | "Database" | "Flowchart" | "Framework" | "Installable Platform" | "Key Management" | "Key Management Service" | "Kubernetes" | "Logging" | "Machine Learning" | "Management Governance" | "Metrics" | "Monitoring" | "Networking Content Delivery" | "Operating System" | "Query" | "Remote Procedure Call" | "Scheduling & Orchestration" | "Secrets Management" | "Security Identity & Compliance" | "Service Mesh" | "Service Proxy" | "Source Version Control" | "Storage" | "Specifications" | "Streaming & Messaging" | "Tools" | "Tracing" | "Uncategorized" | "Video Conferencing";
|
|
2170
|
+
/** @description Metadata containing additional information associated with the model. */
|
|
2171
|
+
metadata?: {
|
|
2172
|
+
/** @description Capabilities associated with the model */
|
|
2173
|
+
capabilities?: {
|
|
2174
|
+
/**
|
|
2175
|
+
* @description Specifies the version of the schema to which the capability definition conforms.
|
|
2176
|
+
* @example [
|
|
2177
|
+
* "v1",
|
|
2178
|
+
* "v1alpha1",
|
|
2179
|
+
* "v2beta3",
|
|
2180
|
+
* "v1.custom-suffix",
|
|
2181
|
+
* "models.meshery.io/v1beta1",
|
|
2182
|
+
* "capability.meshery.io/v1alpha1"
|
|
2183
|
+
* ]
|
|
2184
|
+
*/
|
|
2185
|
+
schemaVersion: string;
|
|
2186
|
+
/** @description Version of the capability definition. */
|
|
2187
|
+
version: string;
|
|
2188
|
+
/** @description Name of the capability in human-readible format. */
|
|
2189
|
+
displayName: string;
|
|
2190
|
+
/** @description A written representation of the purpose and characteristics of the capability. */
|
|
2191
|
+
description: string;
|
|
2192
|
+
/** @description Top-level categorization of the capability */
|
|
2193
|
+
kind: string | "action" | "mutate" | "view" | "interaction";
|
|
2194
|
+
/** @description Classification of capabilities. Used to group capabilities similar in nature. */
|
|
2195
|
+
type: string;
|
|
2196
|
+
/** @description Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
|
|
2197
|
+
subType: string;
|
|
2198
|
+
/** @description Key that backs the capability. */
|
|
2199
|
+
key: string;
|
|
2200
|
+
/** @description State of the entity in which the capability is applicable. */
|
|
2201
|
+
entityState: ("declaration" | "instance")[];
|
|
2202
|
+
/**
|
|
2203
|
+
* @description Status of the capability
|
|
2204
|
+
* @default enabled
|
|
2205
|
+
* @enum {string}
|
|
2206
|
+
*/
|
|
2207
|
+
status: "enabled" | "disabled";
|
|
2208
|
+
/** @description Metadata contains additional information associated with the capability. Extension point. */
|
|
2209
|
+
metadata?: {
|
|
2210
|
+
[key: string]: unknown;
|
|
2211
|
+
};
|
|
2212
|
+
}[];
|
|
2213
|
+
/**
|
|
2214
|
+
* @description Indicates whether the model and its entities should be treated as deployable entities or as logical representations.
|
|
2215
|
+
* @default false
|
|
2216
|
+
*/
|
|
2217
|
+
isAnnotation: boolean;
|
|
2218
|
+
/**
|
|
2219
|
+
* @description Primary color associated with the model.
|
|
2220
|
+
* @default #00b39f
|
|
2221
|
+
*/
|
|
2222
|
+
primaryColor: string;
|
|
2223
|
+
/**
|
|
2224
|
+
* @description Secondary color associated with the model.
|
|
2225
|
+
* @default #00D3A9
|
|
2226
|
+
*/
|
|
2227
|
+
secondaryColor: string;
|
|
2228
|
+
/**
|
|
2229
|
+
* @description SVG representation of the model in white color.
|
|
2230
|
+
* @default <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z" fill="#fff"/><path d="M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z" fill="#fff" fill-opacity=".8"/><path d="m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z" fill="#fff"/><path d="M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z" fill="#fff" fill-opacity=".8"/><path d="m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z" fill="#fff"/><path d="M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z" fill="#fff" fill-opacity=".8"/><path d="M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z" fill="#fff"/><path d="M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z" fill="#fff" fill-opacity=".8"/><path d="M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z" fill="#fff"/><path d="M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z" fill="#fff" fill-opacity=".8"/><path d="M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z" fill="#fff"/><path d="M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z" fill="#fff" fill-opacity=".8"/><path d="M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z" fill="#fff"/><path d="M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z" fill="#fff" fill-opacity=".8"/><path d="M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z" fill="#fff"/><path d="M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z" fill="#fff" fill-opacity=".8"/></svg>
|
|
2231
|
+
*/
|
|
2232
|
+
svgWhite: string;
|
|
2233
|
+
/**
|
|
2234
|
+
* @description SVG representation of the model in colored format.
|
|
2235
|
+
* @default <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 134.95 135.02"><defs><style>.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}</style></defs><title>meshery-logo-light</title><polygon points="69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82" class="cls-1"/><polygon points="69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81" class="cls-1"/><polygon points="65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85" class="cls-2"/><path d="M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z" class="cls-2"/><polygon points="65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06" class="cls-2"/><polygon points="35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63" class="cls-1"/><polygon points="99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8" class="cls-2"/><path d="M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z" class="cls-2"/><polygon points="103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69" class="cls-1"/><polygon points="99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5" class="cls-2"/><polygon points="99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55" class="cls-2"/><polygon points="67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02" class="cls-2"/><polygon points="35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22" class="cls-1"/><path d="M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z" class="cls-2"/><polygon points="35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3" class="cls-1"/><path d="M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z" class="cls-2"/><path d="M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z" class="cls-1"/><path d="M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z" class="cls-1"/><path d="M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z" class="cls-1"/><path d="M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z" class="cls-2"/><path d="M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z" class="cls-1"/><path d="M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z" class="cls-1"/><path d="M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z" class="cls-2"/><path d="M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z" class="cls-1"/><polygon points="31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44" class="cls-2"/></svg>
|
|
2236
|
+
*/
|
|
2237
|
+
svgColor: string;
|
|
2238
|
+
/** @description SVG representation of the complete model. */
|
|
2239
|
+
svgComplete?: string;
|
|
2240
|
+
/**
|
|
2241
|
+
* @description The shape of the node's body. Note that each shape fits within the specified width and height, and so you may have to adjust width and height if you desire an equilateral shape (i.e. width !== height for several equilateral shapes)
|
|
2242
|
+
* @enum {string}
|
|
2243
|
+
*/
|
|
2244
|
+
shape?: "ellipse" | "triangle" | "round-triangle" | "rectangle" | "round-rectangle" | "bottom-round-rectangle" | "cut-rectangle" | "barrel" | "rhomboid" | "diamond" | "round-diamond" | "pentagon" | "round-pentagon" | "hexagon" | "round-hexagon" | "concave-hexagon" | "heptagon" | "round-heptagon" | "octagon" | "round-octagon" | "star" | "tag" | "round-tag" | "vee" | "polygon";
|
|
2245
|
+
} & {
|
|
2246
|
+
[key: string]: unknown;
|
|
2247
|
+
};
|
|
2248
|
+
/** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
|
|
2249
|
+
model: {
|
|
2250
|
+
/** @description Version of the model as defined by the registrant. */
|
|
2251
|
+
version: string;
|
|
2252
|
+
};
|
|
2253
|
+
/** @description The relationships of the model. */
|
|
2254
|
+
relationships: unknown[];
|
|
2255
|
+
/** @description The components of the model. */
|
|
2256
|
+
components: unknown[];
|
|
2257
|
+
/**
|
|
2258
|
+
* @description Number of components associated with the model.
|
|
2259
|
+
* @default 0
|
|
2260
|
+
*/
|
|
2261
|
+
componentsCount: number;
|
|
2262
|
+
/**
|
|
2263
|
+
* @description Number of relationships associated with the model.
|
|
2264
|
+
* @default 0
|
|
2265
|
+
*/
|
|
2266
|
+
relationshipsCount: number;
|
|
2267
|
+
/**
|
|
2268
|
+
* Format: date-time
|
|
2269
|
+
* @description Timestamp when the resource was created.
|
|
2270
|
+
*/
|
|
2271
|
+
created_at?: string;
|
|
2272
|
+
/**
|
|
2273
|
+
* Format: date-time
|
|
2274
|
+
* @description Timestamp when the resource was updated.
|
|
2275
|
+
*/
|
|
2276
|
+
updated_at?: string;
|
|
1985
2277
|
}[];
|
|
1986
2278
|
};
|
|
1987
2279
|
};
|
|
@@ -31120,6 +31412,47 @@ interface components$5 {
|
|
|
31120
31412
|
[key: string]: string;
|
|
31121
31413
|
};
|
|
31122
31414
|
};
|
|
31415
|
+
/** @description A single slide in the auth-page feature carousel. */
|
|
31416
|
+
CarouselSlide: {
|
|
31417
|
+
/**
|
|
31418
|
+
* Format: uri
|
|
31419
|
+
* @description URL of the slide image asset.
|
|
31420
|
+
*/
|
|
31421
|
+
imageUrl: string;
|
|
31422
|
+
/** @description Slide title. */
|
|
31423
|
+
title: string;
|
|
31424
|
+
/** @description Slide description text. */
|
|
31425
|
+
description: string;
|
|
31426
|
+
};
|
|
31427
|
+
/** @description A single question/answer pair for the auth-page FAQ section. */
|
|
31428
|
+
FAQ: {
|
|
31429
|
+
/** @description The question text. */
|
|
31430
|
+
question: string;
|
|
31431
|
+
/** @description The answer text. */
|
|
31432
|
+
answer: string;
|
|
31433
|
+
};
|
|
31434
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
31435
|
+
AuthBranding: {
|
|
31436
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
31437
|
+
carousel?: {
|
|
31438
|
+
/**
|
|
31439
|
+
* Format: uri
|
|
31440
|
+
* @description URL of the slide image asset.
|
|
31441
|
+
*/
|
|
31442
|
+
imageUrl: string;
|
|
31443
|
+
/** @description Slide title. */
|
|
31444
|
+
title: string;
|
|
31445
|
+
/** @description Slide description text. */
|
|
31446
|
+
description: string;
|
|
31447
|
+
}[];
|
|
31448
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
31449
|
+
faqs?: {
|
|
31450
|
+
/** @description The question text. */
|
|
31451
|
+
question: string;
|
|
31452
|
+
/** @description The answer text. */
|
|
31453
|
+
answer: string;
|
|
31454
|
+
}[];
|
|
31455
|
+
};
|
|
31123
31456
|
/** @description Organization-level user experience preferences. */
|
|
31124
31457
|
Preferences: {
|
|
31125
31458
|
/** @description UI theme configured for an organization. */
|
|
@@ -31169,6 +31502,28 @@ interface components$5 {
|
|
|
31169
31502
|
dashboard: {
|
|
31170
31503
|
[key: string]: unknown;
|
|
31171
31504
|
};
|
|
31505
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
31506
|
+
authBranding?: {
|
|
31507
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
31508
|
+
carousel?: {
|
|
31509
|
+
/**
|
|
31510
|
+
* Format: uri
|
|
31511
|
+
* @description URL of the slide image asset.
|
|
31512
|
+
*/
|
|
31513
|
+
imageUrl: string;
|
|
31514
|
+
/** @description Slide title. */
|
|
31515
|
+
title: string;
|
|
31516
|
+
/** @description Slide description text. */
|
|
31517
|
+
description: string;
|
|
31518
|
+
}[];
|
|
31519
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
31520
|
+
faqs?: {
|
|
31521
|
+
/** @description The question text. */
|
|
31522
|
+
question: string;
|
|
31523
|
+
/** @description The answer text. */
|
|
31524
|
+
answer: string;
|
|
31525
|
+
}[];
|
|
31526
|
+
};
|
|
31172
31527
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31173
31528
|
links?: {
|
|
31174
31529
|
/**
|
|
@@ -31243,6 +31598,28 @@ interface components$5 {
|
|
|
31243
31598
|
dashboard: {
|
|
31244
31599
|
[key: string]: unknown;
|
|
31245
31600
|
};
|
|
31601
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
31602
|
+
authBranding?: {
|
|
31603
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
31604
|
+
carousel?: {
|
|
31605
|
+
/**
|
|
31606
|
+
* Format: uri
|
|
31607
|
+
* @description URL of the slide image asset.
|
|
31608
|
+
*/
|
|
31609
|
+
imageUrl: string;
|
|
31610
|
+
/** @description Slide title. */
|
|
31611
|
+
title: string;
|
|
31612
|
+
/** @description Slide description text. */
|
|
31613
|
+
description: string;
|
|
31614
|
+
}[];
|
|
31615
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
31616
|
+
faqs?: {
|
|
31617
|
+
/** @description The question text. */
|
|
31618
|
+
question: string;
|
|
31619
|
+
/** @description The answer text. */
|
|
31620
|
+
answer: string;
|
|
31621
|
+
}[];
|
|
31622
|
+
};
|
|
31246
31623
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31247
31624
|
links?: {
|
|
31248
31625
|
/**
|
|
@@ -31375,6 +31752,28 @@ interface components$5 {
|
|
|
31375
31752
|
dashboard: {
|
|
31376
31753
|
[key: string]: unknown;
|
|
31377
31754
|
};
|
|
31755
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
31756
|
+
authBranding?: {
|
|
31757
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
31758
|
+
carousel?: {
|
|
31759
|
+
/**
|
|
31760
|
+
* Format: uri
|
|
31761
|
+
* @description URL of the slide image asset.
|
|
31762
|
+
*/
|
|
31763
|
+
imageUrl: string;
|
|
31764
|
+
/** @description Slide title. */
|
|
31765
|
+
title: string;
|
|
31766
|
+
/** @description Slide description text. */
|
|
31767
|
+
description: string;
|
|
31768
|
+
}[];
|
|
31769
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
31770
|
+
faqs?: {
|
|
31771
|
+
/** @description The question text. */
|
|
31772
|
+
question: string;
|
|
31773
|
+
/** @description The answer text. */
|
|
31774
|
+
answer: string;
|
|
31775
|
+
}[];
|
|
31776
|
+
};
|
|
31378
31777
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31379
31778
|
links?: {
|
|
31380
31779
|
/**
|
|
@@ -31491,6 +31890,28 @@ interface components$5 {
|
|
|
31491
31890
|
dashboard: {
|
|
31492
31891
|
[key: string]: unknown;
|
|
31493
31892
|
};
|
|
31893
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
31894
|
+
authBranding?: {
|
|
31895
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
31896
|
+
carousel?: {
|
|
31897
|
+
/**
|
|
31898
|
+
* Format: uri
|
|
31899
|
+
* @description URL of the slide image asset.
|
|
31900
|
+
*/
|
|
31901
|
+
imageUrl: string;
|
|
31902
|
+
/** @description Slide title. */
|
|
31903
|
+
title: string;
|
|
31904
|
+
/** @description Slide description text. */
|
|
31905
|
+
description: string;
|
|
31906
|
+
}[];
|
|
31907
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
31908
|
+
faqs?: {
|
|
31909
|
+
/** @description The question text. */
|
|
31910
|
+
question: string;
|
|
31911
|
+
/** @description The answer text. */
|
|
31912
|
+
answer: string;
|
|
31913
|
+
}[];
|
|
31914
|
+
};
|
|
31494
31915
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31495
31916
|
links?: {
|
|
31496
31917
|
/**
|
|
@@ -31608,6 +32029,28 @@ interface components$5 {
|
|
|
31608
32029
|
dashboard: {
|
|
31609
32030
|
[key: string]: unknown;
|
|
31610
32031
|
};
|
|
32032
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
32033
|
+
authBranding?: {
|
|
32034
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
32035
|
+
carousel?: {
|
|
32036
|
+
/**
|
|
32037
|
+
* Format: uri
|
|
32038
|
+
* @description URL of the slide image asset.
|
|
32039
|
+
*/
|
|
32040
|
+
imageUrl: string;
|
|
32041
|
+
/** @description Slide title. */
|
|
32042
|
+
title: string;
|
|
32043
|
+
/** @description Slide description text. */
|
|
32044
|
+
description: string;
|
|
32045
|
+
}[];
|
|
32046
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
32047
|
+
faqs?: {
|
|
32048
|
+
/** @description The question text. */
|
|
32049
|
+
question: string;
|
|
32050
|
+
/** @description The answer text. */
|
|
32051
|
+
answer: string;
|
|
32052
|
+
}[];
|
|
32053
|
+
};
|
|
31611
32054
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31612
32055
|
links?: {
|
|
31613
32056
|
/**
|
|
@@ -31710,6 +32153,28 @@ interface components$5 {
|
|
|
31710
32153
|
dashboard: {
|
|
31711
32154
|
[key: string]: unknown;
|
|
31712
32155
|
};
|
|
32156
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
32157
|
+
authBranding?: {
|
|
32158
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
32159
|
+
carousel?: {
|
|
32160
|
+
/**
|
|
32161
|
+
* Format: uri
|
|
32162
|
+
* @description URL of the slide image asset.
|
|
32163
|
+
*/
|
|
32164
|
+
imageUrl: string;
|
|
32165
|
+
/** @description Slide title. */
|
|
32166
|
+
title: string;
|
|
32167
|
+
/** @description Slide description text. */
|
|
32168
|
+
description: string;
|
|
32169
|
+
}[];
|
|
32170
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
32171
|
+
faqs?: {
|
|
32172
|
+
/** @description The question text. */
|
|
32173
|
+
question: string;
|
|
32174
|
+
/** @description The answer text. */
|
|
32175
|
+
answer: string;
|
|
32176
|
+
}[];
|
|
32177
|
+
};
|
|
31713
32178
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
31714
32179
|
links?: {
|
|
31715
32180
|
/**
|
|
@@ -31884,6 +32349,91 @@ interface components$5 {
|
|
|
31884
32349
|
deletedAt?: string;
|
|
31885
32350
|
}[];
|
|
31886
32351
|
};
|
|
32352
|
+
/** @description Junction record linking a user to an organization, optionally carrying the role the user holds in that organization. Backed by the users_organizations_mappings table, whose user foreign-key column is named owner. */
|
|
32353
|
+
UsersOrganizationsMapping: {
|
|
32354
|
+
/**
|
|
32355
|
+
* Format: uuid
|
|
32356
|
+
* @description Mapping record ID.
|
|
32357
|
+
*/
|
|
32358
|
+
id?: string;
|
|
32359
|
+
/**
|
|
32360
|
+
* Format: uuid
|
|
32361
|
+
* @description User ID for this mapping. Stored in the owner column.
|
|
32362
|
+
*/
|
|
32363
|
+
userId?: string;
|
|
32364
|
+
/**
|
|
32365
|
+
* Format: uuid
|
|
32366
|
+
* @description Organization ID for this mapping.
|
|
32367
|
+
*/
|
|
32368
|
+
organizationId?: string;
|
|
32369
|
+
/**
|
|
32370
|
+
* Format: uuid
|
|
32371
|
+
* @description Role the user holds within the organization; omitted when no explicit role is assigned.
|
|
32372
|
+
*/
|
|
32373
|
+
roleId?: string;
|
|
32374
|
+
/**
|
|
32375
|
+
* Format: date-time
|
|
32376
|
+
* @description Timestamp when the mapping was created.
|
|
32377
|
+
*/
|
|
32378
|
+
createdAt?: string;
|
|
32379
|
+
/**
|
|
32380
|
+
* Format: date-time
|
|
32381
|
+
* @description Timestamp when the mapping was last updated.
|
|
32382
|
+
*/
|
|
32383
|
+
updatedAt?: string;
|
|
32384
|
+
/**
|
|
32385
|
+
* Format: date-time
|
|
32386
|
+
* @description Timestamp when the mapping was soft-deleted.
|
|
32387
|
+
*/
|
|
32388
|
+
deletedAt?: string;
|
|
32389
|
+
};
|
|
32390
|
+
/** @description Paginated list of user-organization mappings. */
|
|
32391
|
+
UsersOrganizationsMappingPage: {
|
|
32392
|
+
/** @description Zero-based page index returned in this response. */
|
|
32393
|
+
page?: number;
|
|
32394
|
+
/** @description Maximum number of items returned on each page. */
|
|
32395
|
+
pageSize?: number;
|
|
32396
|
+
/** @description Total number of items across all pages. */
|
|
32397
|
+
totalCount?: number;
|
|
32398
|
+
/** @description User-organization mapping entries. */
|
|
32399
|
+
data?: {
|
|
32400
|
+
/**
|
|
32401
|
+
* Format: uuid
|
|
32402
|
+
* @description Mapping record ID.
|
|
32403
|
+
*/
|
|
32404
|
+
id?: string;
|
|
32405
|
+
/**
|
|
32406
|
+
* Format: uuid
|
|
32407
|
+
* @description User ID for this mapping. Stored in the owner column.
|
|
32408
|
+
*/
|
|
32409
|
+
userId?: string;
|
|
32410
|
+
/**
|
|
32411
|
+
* Format: uuid
|
|
32412
|
+
* @description Organization ID for this mapping.
|
|
32413
|
+
*/
|
|
32414
|
+
organizationId?: string;
|
|
32415
|
+
/**
|
|
32416
|
+
* Format: uuid
|
|
32417
|
+
* @description Role the user holds within the organization; omitted when no explicit role is assigned.
|
|
32418
|
+
*/
|
|
32419
|
+
roleId?: string;
|
|
32420
|
+
/**
|
|
32421
|
+
* Format: date-time
|
|
32422
|
+
* @description Timestamp when the mapping was created.
|
|
32423
|
+
*/
|
|
32424
|
+
createdAt?: string;
|
|
32425
|
+
/**
|
|
32426
|
+
* Format: date-time
|
|
32427
|
+
* @description Timestamp when the mapping was last updated.
|
|
32428
|
+
*/
|
|
32429
|
+
updatedAt?: string;
|
|
32430
|
+
/**
|
|
32431
|
+
* Format: date-time
|
|
32432
|
+
* @description Timestamp when the mapping was soft-deleted.
|
|
32433
|
+
*/
|
|
32434
|
+
deletedAt?: string;
|
|
32435
|
+
}[];
|
|
32436
|
+
};
|
|
31887
32437
|
};
|
|
31888
32438
|
responses: {
|
|
31889
32439
|
/** @description Invalid request body or request param */
|
|
@@ -32005,6 +32555,28 @@ interface components$5 {
|
|
|
32005
32555
|
dashboard: {
|
|
32006
32556
|
[key: string]: unknown;
|
|
32007
32557
|
};
|
|
32558
|
+
/** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
|
|
32559
|
+
authBranding?: {
|
|
32560
|
+
/** @description Ordered slides rendered in the auth-page feature carousel. */
|
|
32561
|
+
carousel?: {
|
|
32562
|
+
/**
|
|
32563
|
+
* Format: uri
|
|
32564
|
+
* @description URL of the slide image asset.
|
|
32565
|
+
*/
|
|
32566
|
+
imageUrl: string;
|
|
32567
|
+
/** @description Slide title. */
|
|
32568
|
+
title: string;
|
|
32569
|
+
/** @description Slide description text. */
|
|
32570
|
+
description: string;
|
|
32571
|
+
}[];
|
|
32572
|
+
/** @description FAQ entries rendered on the auth pages. */
|
|
32573
|
+
faqs?: {
|
|
32574
|
+
/** @description The question text. */
|
|
32575
|
+
question: string;
|
|
32576
|
+
/** @description The answer text. */
|
|
32577
|
+
answer: string;
|
|
32578
|
+
}[];
|
|
32579
|
+
};
|
|
32008
32580
|
/** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
|
|
32009
32581
|
links?: {
|
|
32010
32582
|
/**
|