@meshery/schemas 1.2.15 → 1.2.16

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.
Files changed (147) hide show
  1. package/dist/constructs/v1alpha1/capability/Capability.d.ts +114 -0
  2. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +2 -0
  3. package/dist/constructs/v1alpha1/core/Core.d.ts +832 -0
  4. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +2 -0
  5. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +53 -0
  6. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +2 -0
  7. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1937 -0
  8. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +2 -0
  9. package/dist/constructs/v1beta1/academy/Academy.d.ts +6417 -0
  10. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +2 -0
  11. package/dist/constructs/v1beta1/badge/Badge.d.ts +546 -0
  12. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +2 -0
  13. package/dist/constructs/v1beta1/capability/Capability.d.ts +114 -0
  14. package/dist/constructs/v1beta1/capability/CapabilitySchema.d.ts +2 -0
  15. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +53 -0
  16. package/dist/constructs/v1beta1/catalog/CatalogSchema.d.ts +2 -0
  17. package/dist/constructs/v1beta1/category/Category.d.ts +46 -0
  18. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +2 -0
  19. package/dist/constructs/v1beta1/component/Component.d.ts +869 -0
  20. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +2 -0
  21. package/dist/constructs/v1beta1/connection/Connection.d.ts +1300 -0
  22. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +2 -0
  23. package/dist/constructs/v1beta1/core/Core.d.ts +832 -0
  24. package/dist/constructs/v1beta1/core/CoreSchema.d.ts +2 -0
  25. package/dist/constructs/v1beta1/credential/Credential.d.ts +530 -0
  26. package/dist/constructs/v1beta1/credential/CredentialSchema.d.ts +2 -0
  27. package/dist/constructs/v1beta1/environment/Environment.d.ts +759 -0
  28. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +2 -0
  29. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6338 -0
  30. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +2 -0
  31. package/dist/constructs/v1beta1/event/Event.d.ts +570 -0
  32. package/dist/constructs/v1beta1/event/EventSchema.d.ts +2 -0
  33. package/dist/constructs/v1beta1/feature/Feature.d.ts +308 -0
  34. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +2 -0
  35. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +983 -0
  36. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +2 -0
  37. package/dist/constructs/v1beta1/key/Key.d.ts +514 -0
  38. package/dist/constructs/v1beta1/key/KeySchema.d.ts +2 -0
  39. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +642 -0
  40. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +2 -0
  41. package/dist/constructs/v1beta1/model/Model.d.ts +659 -0
  42. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +2 -0
  43. package/dist/constructs/v1beta1/organization/Organization.d.ts +1598 -0
  44. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +2 -0
  45. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +18407 -0
  46. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +2 -0
  47. package/dist/constructs/v1beta1/plan/Plan.d.ts +149 -0
  48. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +2 -0
  49. package/dist/constructs/v1beta1/relationship/Relationship.d.ts +1921 -0
  50. package/dist/constructs/v1beta1/relationship/RelationshipSchema.d.ts +2 -0
  51. package/dist/constructs/v1beta1/role/Role.d.ts +745 -0
  52. package/dist/constructs/v1beta1/role/RoleSchema.d.ts +2 -0
  53. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +374 -0
  54. package/dist/constructs/v1beta1/schedule/ScheduleSchema.d.ts +2 -0
  55. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +68 -0
  56. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +2 -0
  57. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +752 -0
  58. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +2 -0
  59. package/dist/constructs/v1beta1/support/Support.d.ts +91 -0
  60. package/dist/constructs/v1beta1/support/SupportSchema.d.ts +2 -0
  61. package/dist/constructs/v1beta1/team/Team.d.ts +846 -0
  62. package/dist/constructs/v1beta1/team/TeamSchema.d.ts +2 -0
  63. package/dist/constructs/v1beta1/token/Token.d.ts +539 -0
  64. package/dist/constructs/v1beta1/token/TokenSchema.d.ts +2 -0
  65. package/dist/constructs/v1beta1/user/User.d.ts +1677 -0
  66. package/dist/constructs/v1beta1/user/UserSchema.d.ts +2 -0
  67. package/dist/constructs/v1beta1/view/View.d.ts +759 -0
  68. package/dist/constructs/v1beta1/view/ViewSchema.d.ts +2 -0
  69. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4947 -0
  70. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +2 -0
  71. package/dist/constructs/v1beta2/academy/Academy.d.ts +7762 -0
  72. package/dist/constructs/v1beta2/academy/AcademySchema.d.ts +2 -0
  73. package/dist/constructs/v1beta2/badge/Badge.d.ts +563 -0
  74. package/dist/constructs/v1beta2/badge/BadgeSchema.d.ts +2 -0
  75. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +53 -0
  76. package/dist/constructs/v1beta2/catalog/CatalogSchema.d.ts +2 -0
  77. package/dist/constructs/v1beta2/component/Component.d.ts +887 -0
  78. package/dist/constructs/v1beta2/component/ComponentSchema.d.ts +2 -0
  79. package/dist/constructs/v1beta2/connection/Connection.d.ts +1330 -0
  80. package/dist/constructs/v1beta2/connection/ConnectionSchema.d.ts +2 -0
  81. package/dist/constructs/v1beta2/core/Core.d.ts +866 -0
  82. package/dist/constructs/v1beta2/core/CoreSchema.d.ts +2 -0
  83. package/dist/constructs/v1beta2/credential/Credential.d.ts +519 -0
  84. package/dist/constructs/v1beta2/credential/CredentialSchema.d.ts +2 -0
  85. package/dist/constructs/v1beta2/design/Design.d.ts +19039 -0
  86. package/dist/constructs/v1beta2/design/DesignSchema.d.ts +2 -0
  87. package/dist/constructs/v1beta2/event/Event.d.ts +626 -0
  88. package/dist/constructs/v1beta2/event/EventSchema.d.ts +2 -0
  89. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1052 -0
  90. package/dist/constructs/v1beta2/invitation/InvitationSchema.d.ts +2 -0
  91. package/dist/constructs/v1beta2/key/Key.d.ts +524 -0
  92. package/dist/constructs/v1beta2/key/KeySchema.d.ts +2 -0
  93. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +652 -0
  94. package/dist/constructs/v1beta2/keychain/KeychainSchema.d.ts +2 -0
  95. package/dist/constructs/v1beta2/model/Model.d.ts +697 -0
  96. package/dist/constructs/v1beta2/model/ModelSchema.d.ts +2 -0
  97. package/dist/constructs/v1beta2/organization/Organization.d.ts +1915 -0
  98. package/dist/constructs/v1beta2/organization/OrganizationSchema.d.ts +2 -0
  99. package/dist/constructs/v1beta2/plan/Plan.d.ts +162 -0
  100. package/dist/constructs/v1beta2/plan/PlanSchema.d.ts +2 -0
  101. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2134 -0
  102. package/dist/constructs/v1beta2/relationship/RelationshipSchema.d.ts +2 -0
  103. package/dist/constructs/v1beta2/role/Role.d.ts +752 -0
  104. package/dist/constructs/v1beta2/role/RoleSchema.d.ts +2 -0
  105. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +431 -0
  106. package/dist/constructs/v1beta2/schedule/ScheduleSchema.d.ts +2 -0
  107. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +785 -0
  108. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.d.ts +2 -0
  109. package/dist/constructs/v1beta2/team/Team.d.ts +960 -0
  110. package/dist/constructs/v1beta2/team/TeamSchema.d.ts +2 -0
  111. package/dist/constructs/v1beta2/token/Token.d.ts +544 -0
  112. package/dist/constructs/v1beta2/token/TokenSchema.d.ts +2 -0
  113. package/dist/constructs/v1beta2/user/User.d.ts +1677 -0
  114. package/dist/constructs/v1beta2/user/UserSchema.d.ts +2 -0
  115. package/dist/constructs/v1beta2/view/View.d.ts +767 -0
  116. package/dist/constructs/v1beta2/view/ViewSchema.d.ts +2 -0
  117. package/dist/constructs/v1beta3/academy/Academy.d.ts +7762 -0
  118. package/dist/constructs/v1beta3/academy/AcademySchema.d.ts +2 -0
  119. package/dist/constructs/v1beta3/component/Component.d.ts +892 -0
  120. package/dist/constructs/v1beta3/component/ComponentSchema.d.ts +2 -0
  121. package/dist/constructs/v1beta3/connection/Connection.d.ts +1414 -0
  122. package/dist/constructs/v1beta3/connection/ConnectionSchema.d.ts +2 -0
  123. package/dist/constructs/v1beta3/design/Design.d.ts +5704 -0
  124. package/dist/constructs/v1beta3/design/DesignSchema.d.ts +2 -0
  125. package/dist/constructs/v1beta3/environment/Environment.d.ts +785 -0
  126. package/dist/constructs/v1beta3/environment/EnvironmentSchema.d.ts +2 -0
  127. package/dist/constructs/v1beta3/event/Event.d.ts +720 -0
  128. package/dist/constructs/v1beta3/event/EventSchema.d.ts +2 -0
  129. package/dist/constructs/v1beta3/filter/Filter.d.ts +1452 -0
  130. package/dist/constructs/v1beta3/filter/FilterSchema.d.ts +2 -0
  131. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1060 -0
  132. package/dist/constructs/v1beta3/invitation/InvitationSchema.d.ts +2 -0
  133. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +813 -0
  134. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.d.ts +2 -0
  135. package/dist/constructs/v1beta3/plan/Plan.d.ts +199 -0
  136. package/dist/constructs/v1beta3/plan/PlanSchema.d.ts +2 -0
  137. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2134 -0
  138. package/dist/constructs/v1beta3/relationship/RelationshipSchema.d.ts +2 -0
  139. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +915 -0
  140. package/dist/constructs/v1beta3/subscription/SubscriptionSchema.d.ts +2 -0
  141. package/dist/constructs/v1beta3/token/Token.d.ts +544 -0
  142. package/dist/constructs/v1beta3/token/TokenSchema.d.ts +2 -0
  143. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5086 -0
  144. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.d.ts +2 -0
  145. package/dist/index.js +1 -1
  146. package/dist/index.mjs +1 -1
  147. package/package.json +2 -2
@@ -0,0 +1,2134 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+ export interface paths {}
7
+
8
+ export interface components {
9
+ schemas: {
10
+ /** @description Relationships define the nature of interaction between interconnected components in Meshery. The combination of relationship properties kind, type, and subtype characterize various genealogical relations among and between components. Relationships have selectors, selector sets, metadata, and optional parameters. Learn more at https://docs.meshery.io/concepts/logical/relationships. */
11
+ RelationshipDefinition: {
12
+ /**
13
+ * Format: uuid
14
+ * @description Uniquely identifies the entity
15
+ */
16
+ id: string;
17
+ /**
18
+ * @description Specifies the version of the schema used for the relationship definition.
19
+ * @example [
20
+ * "v1",
21
+ * "v1alpha1",
22
+ * "v2beta3",
23
+ * "v1.custom-suffix",
24
+ * "models.meshery.io/v1beta1",
25
+ * "capability.meshery.io/v1alpha1"
26
+ * ]
27
+ */
28
+ schemaVersion: string;
29
+ /** @description Specifies the version of the relationship definition. */
30
+ version: string;
31
+ /**
32
+ * @description Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships.
33
+ * @enum {string}
34
+ */
35
+ kind: "hierarchical" | "edge" | "sibling";
36
+ /** @description Classification of relationships. Used to group relationships similar in nature. */
37
+ type: string;
38
+ /** @description Most granular unit of relationship classification. The combination of Kind, Type and SubType together uniquely identify a Relationship. */
39
+ subType: string;
40
+ /**
41
+ * @description Status of the relationship.
42
+ * @enum {string}
43
+ */
44
+ status?: "enabled" | "ignored" | "deleted" | "approved" | "pending";
45
+ /** @description Capabilities associated with the relationship. */
46
+ capabilities?: {
47
+ /**
48
+ * @description Specifies the version of the schema to which the capability definition conforms.
49
+ * @example [
50
+ * "v1",
51
+ * "v1alpha1",
52
+ * "v2beta3",
53
+ * "v1.custom-suffix",
54
+ * "models.meshery.io/v1beta1",
55
+ * "capability.meshery.io/v1alpha1"
56
+ * ]
57
+ */
58
+ schemaVersion: string;
59
+ /** @description Version of the capability definition. */
60
+ version: string;
61
+ /** @description Name of the capability in human-readible format. */
62
+ displayName: string;
63
+ /** @description A written representation of the purpose and characteristics of the capability. */
64
+ description: string;
65
+ /** @description Top-level categorization of the capability */
66
+ kind: string;
67
+ /** @description Classification of capabilities. Used to group capabilities similar in nature. */
68
+ type: string;
69
+ /** @description Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
70
+ subType: string;
71
+ /** @description Key that backs the capability. */
72
+ key: string;
73
+ /** @description State of the entity in which the capability is applicable. */
74
+ entityState: ("declaration" | "instance")[];
75
+ /**
76
+ * @description Status of the capability
77
+ * @default enabled
78
+ * @enum {string}
79
+ */
80
+ status: "enabled" | "disabled";
81
+ /** @description Metadata contains additional information associated with the capability. Extension point. */
82
+ metadata?: { [key: string]: unknown };
83
+ }[];
84
+ /** @description Metadata contains additional information associated with the Relationship. */
85
+ metadata?: {
86
+ /** @description Characterization of the meaning of the relationship and its relevance to both Meshery and entities under management. */
87
+ description?: string;
88
+ /** @description Visualization styles for a relationship */
89
+ styles?: {
90
+ /** @description Primary color of the component used for UI representation. */
91
+ primaryColor: string;
92
+ /** @description Secondary color of the entity used for UI representation. */
93
+ secondaryColor?: string;
94
+ /** @description White SVG of the entity used for UI representation on dark background. */
95
+ svgWhite: string;
96
+ /** @description Colored SVG of the entity used for UI representation on light background. */
97
+ svgColor: string;
98
+ /** @description Complete SVG of the entity used for UI representation, often inclusive of background. */
99
+ svgComplete?: string;
100
+ /** @description The color of the element's label. Colours may be specified by name (e.g. red), hex (e.g. */
101
+ color?: string;
102
+ /**
103
+ * Format: float
104
+ * @description The opacity of the label text, including its outline.
105
+ */
106
+ textOpacity?: number;
107
+ /** @description A comma-separated list of font names to use on the label text. */
108
+ fontFamily?: string;
109
+ /** @description The size of the label text. */
110
+ fontSize?: string;
111
+ /** @description A CSS font style to be applied to the label text. */
112
+ fontStyle?: string;
113
+ /** @description A CSS font weight to be applied to the label text. */
114
+ fontWeight?: string;
115
+ /**
116
+ * @description A transformation to apply to the label text
117
+ * @enum {string}
118
+ */
119
+ textTransform?: "none" | "uppercase" | "lowercase";
120
+ /**
121
+ * Format: float
122
+ * @description The opacity of the element, ranging from 0 to 1. Note that the opacity of a compound node parent affects the effective opacity of its children.See https://js.cytoscape.org/#style/visibility
123
+ */
124
+ opacity?: number;
125
+ /** @description An integer value that affects the relative draw order of elements. In general, an element with a higher z-index will be drawn on top of an element with a lower z-index. Note that edges are under nodes despite z-index. */
126
+ zIndex?: number;
127
+ /** @description The text to display for an element's label. Can give a path, e.g. data(id) will label with the elements id */
128
+ label?: string;
129
+ /** @description The animation to use for the edge. Can be like 'marching-ants' , 'blink' , 'moving-gradient',etc . */
130
+ edgeAnimation?: string;
131
+ /**
132
+ * @description The curving method used to separate two or more edges between two nodes; may be haystack (very fast, bundled straight edges for which loops and compounds are unsupported), straight (straight edges with all arrows supported), bezier (bundled curved edges), unbundled-bezier (curved edges for use with manual control points), segments (a series of straight lines), taxi (right-angled lines, hierarchically bundled). Note that haystack edges work best with ellipse, rectangle, or similar nodes. Smaller node shapes, like triangle, will not be as aesthetically pleasing. Also note that edge endpoint arrows are unsupported for haystack edges.
133
+ * @enum {string}
134
+ */
135
+ curveStyle?:
136
+ | "haystack"
137
+ | "straight"
138
+ | "bezier"
139
+ | "unbundled-bezier"
140
+ | "segments"
141
+ | "taxi";
142
+ /** @description The colour of the edge's line. Colours may be specified by name (e.g. red), hex (e.g. */
143
+ lineColor?: string;
144
+ /**
145
+ * @description The style of the edge's line.
146
+ * @enum {string}
147
+ */
148
+ lineStyle?: "solid" | "dotted" | "dashed";
149
+ /**
150
+ * @description The cap style of the edge's line; may be butt (default), round, or square. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than butt extend beyond the specified endpoint of the edge.
151
+ * @enum {string}
152
+ */
153
+ lineCap?: "butt" | "round" | "square";
154
+ /**
155
+ * Format: float
156
+ * @description The opacity of the edge's line and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.
157
+ */
158
+ lineOpacity?: number;
159
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
160
+ targetArrowColor?: string;
161
+ /**
162
+ * @description The shape of the edge's source arrow
163
+ * @enum {string}
164
+ */
165
+ targetArrowShape?:
166
+ | "triangle"
167
+ | "triangle-tee"
168
+ | "circle-triangle"
169
+ | "triangle-cross"
170
+ | "triangle-backcurve"
171
+ | "vee"
172
+ | "tee"
173
+ | "square"
174
+ | "circle"
175
+ | "diamond"
176
+ | "chevron"
177
+ | "none";
178
+ /**
179
+ * @description The fill state of the edge's source arrow
180
+ * @enum {string}
181
+ */
182
+ targetArrowFill?: "filled" | "hollow";
183
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
184
+ midTargetArrowColor?: string;
185
+ /**
186
+ * @description The shape of the edge's source arrow
187
+ * @enum {string}
188
+ */
189
+ midTargetArrowShape?:
190
+ | "triangle"
191
+ | "triangle-tee"
192
+ | "circle-triangle"
193
+ | "triangle-cross"
194
+ | "triangle-backcurve"
195
+ | "vee"
196
+ | "tee"
197
+ | "square"
198
+ | "circle"
199
+ | "diamond"
200
+ | "chevron"
201
+ | "none";
202
+ /**
203
+ * @description The fill state of the edge's source arrow
204
+ * @enum {string}
205
+ */
206
+ midTargetArrowFill?: "filled" | "hollow";
207
+ /**
208
+ * Format: float
209
+ * @description Scaling for the arrow size.
210
+ */
211
+ arrowScale?: number;
212
+ /** @description The text to display for an edge's source label. Can give a path, e.g. data(id) will label with the elements id */
213
+ sourceLabel?: string;
214
+ /** @description The text to display for an edge's target label. Can give a path, e.g. data(id) will label with the elements id */
215
+ targetLabel?: string;
216
+ };
217
+ /** @description Indicates whether the relationship should be treated as a logical representation only */
218
+ isAnnotation?: boolean;
219
+ } & { [key: string]: unknown };
220
+ /** @description Model Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
221
+ model: {
222
+ /**
223
+ * Format: uuid
224
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
225
+ */
226
+ id: string;
227
+ /** @description The unique name for the model within the scope of a registrant. */
228
+ name: string;
229
+ /** @description Version of the model definition. */
230
+ version: string;
231
+ /** @description Human-readable name for the model. */
232
+ displayName: string;
233
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
234
+ model: {
235
+ /** @description Version of the model as defined by the registrant. */
236
+ version: string;
237
+ };
238
+ registrant: {
239
+ /** @description Kind of the registrant. */
240
+ kind: string;
241
+ };
242
+ };
243
+ /**
244
+ * Format: uuid
245
+ * @description Foreign key reference to the model. Not exposed on the wire (json:"-"); the snake_case DB column name lives in the gorm tag.
246
+ */
247
+ modelId?: string;
248
+ /** @description Optional. Assigns the policy to be used for the evaluation of the relationship. Deprecation Notice: In the future, this property is either to be removed or to it is to be an array of optional policy $refs. */
249
+ evaluationQuery?: string;
250
+ /** @description Selectors are organized as an array, with each item containing a distinct set of selectors that share a common functionality. This structure allows for flexibility in defining relationships, even when different components are involved. */
251
+ selectors?: {
252
+ /** @description Selectors used to define relationships which are allowed. */
253
+ allow: {
254
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
255
+ from: {
256
+ /**
257
+ * Format: uuid
258
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
259
+ */
260
+ id?: string;
261
+ /** @description Kind of the resource. */
262
+ kind?: string;
263
+ /** @description Match configuration for selector */
264
+ match?: {
265
+ /** @description The refs of the matchselector. */
266
+ refs?: string[][];
267
+ /** @description The from of the matchselector. */
268
+ from?: {
269
+ /**
270
+ * Format: uuid
271
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
272
+ */
273
+ id?: string;
274
+ /** @description Kind of the resource. */
275
+ kind: string;
276
+ /** @description JSON ref to value from where patch should be applied. */
277
+ mutatorRef?: string[][];
278
+ mutatedRef?: string[][];
279
+ }[];
280
+ /** @description The to of the matchselector. */
281
+ to?: {
282
+ /**
283
+ * Format: uuid
284
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
285
+ */
286
+ id?: string;
287
+ /** @description Kind of the resource. */
288
+ kind: string;
289
+ /** @description JSON ref to value from where patch should be applied. */
290
+ mutatorRef?: string[][];
291
+ mutatedRef?: string[][];
292
+ }[];
293
+ };
294
+ /** @description Match strategy matrix for the selector */
295
+ matchStrategyMatrix?: string[][];
296
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
297
+ model?: {
298
+ /**
299
+ * Format: uuid
300
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
301
+ */
302
+ id: string;
303
+ /** @description The unique name for the model within the scope of a registrant. */
304
+ name: string;
305
+ /** @description Version of the model definition. */
306
+ version: string;
307
+ /** @description Human-readable name for the model. */
308
+ displayName: string;
309
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
310
+ model: {
311
+ /** @description Version of the model as defined by the registrant. */
312
+ version: string;
313
+ };
314
+ registrant: {
315
+ /** @description Kind of the registrant. */
316
+ kind: string;
317
+ };
318
+ };
319
+ /** @description Patch configuration for the selector */
320
+ patch?: {
321
+ /**
322
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
323
+ *
324
+ * add: Inserts a value into an array or adds a member to an object.
325
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
326
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
327
+ * remove: Removes a value.
328
+ * copy: Copies a value from one location to another.
329
+ * move: Moves a value from one location to another.
330
+ * test: Tests that a value at the target location is equal to a specified value.
331
+ *
332
+ * @enum {string}
333
+ */
334
+ patchStrategy?:
335
+ | "merge"
336
+ | "strategic"
337
+ | "add"
338
+ | "remove"
339
+ | "copy"
340
+ | "move"
341
+ | "test";
342
+ /** @description JSON ref to value from where patch should be applied. */
343
+ mutatorRef?: string[][];
344
+ mutatedRef?: string[][];
345
+ };
346
+ }[];
347
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
348
+ to: {
349
+ /**
350
+ * Format: uuid
351
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
352
+ */
353
+ id?: string;
354
+ /** @description Kind of the resource. */
355
+ kind?: string;
356
+ /** @description Match configuration for selector */
357
+ match?: {
358
+ /** @description The refs of the matchselector. */
359
+ refs?: string[][];
360
+ /** @description The from of the matchselector. */
361
+ from?: {
362
+ /**
363
+ * Format: uuid
364
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
365
+ */
366
+ id?: string;
367
+ /** @description Kind of the resource. */
368
+ kind: string;
369
+ /** @description JSON ref to value from where patch should be applied. */
370
+ mutatorRef?: string[][];
371
+ mutatedRef?: string[][];
372
+ }[];
373
+ /** @description The to of the matchselector. */
374
+ to?: {
375
+ /**
376
+ * Format: uuid
377
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
378
+ */
379
+ id?: string;
380
+ /** @description Kind of the resource. */
381
+ kind: string;
382
+ /** @description JSON ref to value from where patch should be applied. */
383
+ mutatorRef?: string[][];
384
+ mutatedRef?: string[][];
385
+ }[];
386
+ };
387
+ /** @description Match strategy matrix for the selector */
388
+ matchStrategyMatrix?: string[][];
389
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
390
+ model?: {
391
+ /**
392
+ * Format: uuid
393
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
394
+ */
395
+ id: string;
396
+ /** @description The unique name for the model within the scope of a registrant. */
397
+ name: string;
398
+ /** @description Version of the model definition. */
399
+ version: string;
400
+ /** @description Human-readable name for the model. */
401
+ displayName: string;
402
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
403
+ model: {
404
+ /** @description Version of the model as defined by the registrant. */
405
+ version: string;
406
+ };
407
+ registrant: {
408
+ /** @description Kind of the registrant. */
409
+ kind: string;
410
+ };
411
+ };
412
+ /** @description Patch configuration for the selector */
413
+ patch?: {
414
+ /**
415
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
416
+ *
417
+ * add: Inserts a value into an array or adds a member to an object.
418
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
419
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
420
+ * remove: Removes a value.
421
+ * copy: Copies a value from one location to another.
422
+ * move: Moves a value from one location to another.
423
+ * test: Tests that a value at the target location is equal to a specified value.
424
+ *
425
+ * @enum {string}
426
+ */
427
+ patchStrategy?:
428
+ | "merge"
429
+ | "strategic"
430
+ | "add"
431
+ | "remove"
432
+ | "copy"
433
+ | "move"
434
+ | "test";
435
+ /** @description JSON ref to value from where patch should be applied. */
436
+ mutatorRef?: string[][];
437
+ mutatedRef?: string[][];
438
+ };
439
+ }[];
440
+ };
441
+ /** @description Optional selectors used to define relationships which should not be created / is restricted. */
442
+ deny?: {
443
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
444
+ from: {
445
+ /**
446
+ * Format: uuid
447
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
448
+ */
449
+ id?: string;
450
+ /** @description Kind of the resource. */
451
+ kind?: string;
452
+ /** @description Match configuration for selector */
453
+ match?: {
454
+ /** @description The refs of the matchselector. */
455
+ refs?: string[][];
456
+ /** @description The from of the matchselector. */
457
+ from?: {
458
+ /**
459
+ * Format: uuid
460
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
461
+ */
462
+ id?: string;
463
+ /** @description Kind of the resource. */
464
+ kind: string;
465
+ /** @description JSON ref to value from where patch should be applied. */
466
+ mutatorRef?: string[][];
467
+ mutatedRef?: string[][];
468
+ }[];
469
+ /** @description The to of the matchselector. */
470
+ to?: {
471
+ /**
472
+ * Format: uuid
473
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
474
+ */
475
+ id?: string;
476
+ /** @description Kind of the resource. */
477
+ kind: string;
478
+ /** @description JSON ref to value from where patch should be applied. */
479
+ mutatorRef?: string[][];
480
+ mutatedRef?: string[][];
481
+ }[];
482
+ };
483
+ /** @description Match strategy matrix for the selector */
484
+ matchStrategyMatrix?: string[][];
485
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
486
+ model?: {
487
+ /**
488
+ * Format: uuid
489
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
490
+ */
491
+ id: string;
492
+ /** @description The unique name for the model within the scope of a registrant. */
493
+ name: string;
494
+ /** @description Version of the model definition. */
495
+ version: string;
496
+ /** @description Human-readable name for the model. */
497
+ displayName: string;
498
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
499
+ model: {
500
+ /** @description Version of the model as defined by the registrant. */
501
+ version: string;
502
+ };
503
+ registrant: {
504
+ /** @description Kind of the registrant. */
505
+ kind: string;
506
+ };
507
+ };
508
+ /** @description Patch configuration for the selector */
509
+ patch?: {
510
+ /**
511
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
512
+ *
513
+ * add: Inserts a value into an array or adds a member to an object.
514
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
515
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
516
+ * remove: Removes a value.
517
+ * copy: Copies a value from one location to another.
518
+ * move: Moves a value from one location to another.
519
+ * test: Tests that a value at the target location is equal to a specified value.
520
+ *
521
+ * @enum {string}
522
+ */
523
+ patchStrategy?:
524
+ | "merge"
525
+ | "strategic"
526
+ | "add"
527
+ | "remove"
528
+ | "copy"
529
+ | "move"
530
+ | "test";
531
+ /** @description JSON ref to value from where patch should be applied. */
532
+ mutatorRef?: string[][];
533
+ mutatedRef?: string[][];
534
+ };
535
+ }[];
536
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
537
+ to: {
538
+ /**
539
+ * Format: uuid
540
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
541
+ */
542
+ id?: string;
543
+ /** @description Kind of the resource. */
544
+ kind?: string;
545
+ /** @description Match configuration for selector */
546
+ match?: {
547
+ /** @description The refs of the matchselector. */
548
+ refs?: string[][];
549
+ /** @description The from of the matchselector. */
550
+ from?: {
551
+ /**
552
+ * Format: uuid
553
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
554
+ */
555
+ id?: string;
556
+ /** @description Kind of the resource. */
557
+ kind: string;
558
+ /** @description JSON ref to value from where patch should be applied. */
559
+ mutatorRef?: string[][];
560
+ mutatedRef?: string[][];
561
+ }[];
562
+ /** @description The to of the matchselector. */
563
+ to?: {
564
+ /**
565
+ * Format: uuid
566
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
567
+ */
568
+ id?: string;
569
+ /** @description Kind of the resource. */
570
+ kind: string;
571
+ /** @description JSON ref to value from where patch should be applied. */
572
+ mutatorRef?: string[][];
573
+ mutatedRef?: string[][];
574
+ }[];
575
+ };
576
+ /** @description Match strategy matrix for the selector */
577
+ matchStrategyMatrix?: string[][];
578
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
579
+ model?: {
580
+ /**
581
+ * Format: uuid
582
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
583
+ */
584
+ id: string;
585
+ /** @description The unique name for the model within the scope of a registrant. */
586
+ name: string;
587
+ /** @description Version of the model definition. */
588
+ version: string;
589
+ /** @description Human-readable name for the model. */
590
+ displayName: string;
591
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
592
+ model: {
593
+ /** @description Version of the model as defined by the registrant. */
594
+ version: string;
595
+ };
596
+ registrant: {
597
+ /** @description Kind of the registrant. */
598
+ kind: string;
599
+ };
600
+ };
601
+ /** @description Patch configuration for the selector */
602
+ patch?: {
603
+ /**
604
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
605
+ *
606
+ * add: Inserts a value into an array or adds a member to an object.
607
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
608
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
609
+ * remove: Removes a value.
610
+ * copy: Copies a value from one location to another.
611
+ * move: Moves a value from one location to another.
612
+ * test: Tests that a value at the target location is equal to a specified value.
613
+ *
614
+ * @enum {string}
615
+ */
616
+ patchStrategy?:
617
+ | "merge"
618
+ | "strategic"
619
+ | "add"
620
+ | "remove"
621
+ | "copy"
622
+ | "move"
623
+ | "test";
624
+ /** @description JSON ref to value from where patch should be applied. */
625
+ mutatorRef?: string[][];
626
+ mutatedRef?: string[][];
627
+ };
628
+ }[];
629
+ };
630
+ }[];
631
+ };
632
+ /** @description JSON ref to value from where patch should be applied. */
633
+ MutatorRef: string[][];
634
+ MutatedRef: string[][];
635
+ /**
636
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
637
+ *
638
+ * add: Inserts a value into an array or adds a member to an object.
639
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
640
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
641
+ * remove: Removes a value.
642
+ * copy: Copies a value from one location to another.
643
+ * move: Moves a value from one location to another.
644
+ * test: Tests that a value at the target location is equal to a specified value.
645
+ *
646
+ * @enum {string}
647
+ */
648
+ RelationshipDefinitionSelectorsPatchStrategy:
649
+ | "merge"
650
+ | "strategic"
651
+ | "add"
652
+ | "remove"
653
+ | "copy"
654
+ | "move"
655
+ | "test";
656
+ /** @description Patch configuration for the selector */
657
+ RelationshipDefinitionSelectorsPatch: {
658
+ /**
659
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
660
+ *
661
+ * add: Inserts a value into an array or adds a member to an object.
662
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
663
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
664
+ * remove: Removes a value.
665
+ * copy: Copies a value from one location to another.
666
+ * move: Moves a value from one location to another.
667
+ * test: Tests that a value at the target location is equal to a specified value.
668
+ *
669
+ * @enum {string}
670
+ */
671
+ patchStrategy?:
672
+ | "merge"
673
+ | "strategic"
674
+ | "add"
675
+ | "remove"
676
+ | "copy"
677
+ | "move"
678
+ | "test";
679
+ /** @description JSON ref to value from where patch should be applied. */
680
+ mutatorRef?: string[][];
681
+ mutatedRef?: string[][];
682
+ };
683
+ /** @description Match selector item for binding between nodes */
684
+ MatchSelectorItem: {
685
+ /**
686
+ * Format: uuid
687
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
688
+ */
689
+ id?: string;
690
+ /** @description Kind of the resource. */
691
+ kind: string;
692
+ /** @description JSON ref to value from where patch should be applied. */
693
+ mutatorRef?: string[][];
694
+ mutatedRef?: string[][];
695
+ };
696
+ /** @description Match configuration for selector */
697
+ MatchSelector: {
698
+ /** @description The refs of the matchselector. */
699
+ refs?: string[][];
700
+ /** @description The from of the matchselector. */
701
+ from?: {
702
+ /**
703
+ * Format: uuid
704
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
705
+ */
706
+ id?: string;
707
+ /** @description Kind of the resource. */
708
+ kind: string;
709
+ /** @description JSON ref to value from where patch should be applied. */
710
+ mutatorRef?: string[][];
711
+ mutatedRef?: string[][];
712
+ }[];
713
+ /** @description The to of the matchselector. */
714
+ to?: {
715
+ /**
716
+ * Format: uuid
717
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
718
+ */
719
+ id?: string;
720
+ /** @description Kind of the resource. */
721
+ kind: string;
722
+ /** @description JSON ref to value from where patch should be applied. */
723
+ mutatorRef?: string[][];
724
+ mutatedRef?: string[][];
725
+ }[];
726
+ };
727
+ /** @description Optional fields that are a part of the selector. Absence of a field has an implied * meaning. */
728
+ SelectorItem: {
729
+ /**
730
+ * Format: uuid
731
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
732
+ */
733
+ id?: string;
734
+ /** @description Kind of the resource. */
735
+ kind?: string;
736
+ /** @description Match configuration for selector */
737
+ match?: {
738
+ /** @description The refs of the matchselector. */
739
+ refs?: string[][];
740
+ /** @description The from of the matchselector. */
741
+ from?: {
742
+ /**
743
+ * Format: uuid
744
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
745
+ */
746
+ id?: string;
747
+ /** @description Kind of the resource. */
748
+ kind: string;
749
+ /** @description JSON ref to value from where patch should be applied. */
750
+ mutatorRef?: string[][];
751
+ mutatedRef?: string[][];
752
+ }[];
753
+ /** @description The to of the matchselector. */
754
+ to?: {
755
+ /**
756
+ * Format: uuid
757
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
758
+ */
759
+ id?: string;
760
+ /** @description Kind of the resource. */
761
+ kind: string;
762
+ /** @description JSON ref to value from where patch should be applied. */
763
+ mutatorRef?: string[][];
764
+ mutatedRef?: string[][];
765
+ }[];
766
+ };
767
+ /** @description Match strategy matrix for the selector */
768
+ matchStrategyMatrix?: string[][];
769
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
770
+ model?: {
771
+ /**
772
+ * Format: uuid
773
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
774
+ */
775
+ id: string;
776
+ /** @description The unique name for the model within the scope of a registrant. */
777
+ name: string;
778
+ /** @description Version of the model definition. */
779
+ version: string;
780
+ /** @description Human-readable name for the model. */
781
+ displayName: string;
782
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
783
+ model: {
784
+ /** @description Version of the model as defined by the registrant. */
785
+ version: string;
786
+ };
787
+ registrant: {
788
+ /** @description Kind of the registrant. */
789
+ kind: string;
790
+ };
791
+ };
792
+ /** @description Patch configuration for the selector */
793
+ patch?: {
794
+ /**
795
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
796
+ *
797
+ * add: Inserts a value into an array or adds a member to an object.
798
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
799
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
800
+ * remove: Removes a value.
801
+ * copy: Copies a value from one location to another.
802
+ * move: Moves a value from one location to another.
803
+ * test: Tests that a value at the target location is equal to a specified value.
804
+ *
805
+ * @enum {string}
806
+ */
807
+ patchStrategy?:
808
+ | "merge"
809
+ | "strategic"
810
+ | "add"
811
+ | "remove"
812
+ | "copy"
813
+ | "move"
814
+ | "test";
815
+ /** @description JSON ref to value from where patch should be applied. */
816
+ mutatorRef?: string[][];
817
+ mutatedRef?: string[][];
818
+ };
819
+ };
820
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
821
+ Selector: {
822
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
823
+ from: {
824
+ /**
825
+ * Format: uuid
826
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
827
+ */
828
+ id?: string;
829
+ /** @description Kind of the resource. */
830
+ kind?: string;
831
+ /** @description Match configuration for selector */
832
+ match?: {
833
+ /** @description The refs of the matchselector. */
834
+ refs?: string[][];
835
+ /** @description The from of the matchselector. */
836
+ from?: {
837
+ /**
838
+ * Format: uuid
839
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
840
+ */
841
+ id?: string;
842
+ /** @description Kind of the resource. */
843
+ kind: string;
844
+ /** @description JSON ref to value from where patch should be applied. */
845
+ mutatorRef?: string[][];
846
+ mutatedRef?: string[][];
847
+ }[];
848
+ /** @description The to of the matchselector. */
849
+ to?: {
850
+ /**
851
+ * Format: uuid
852
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
853
+ */
854
+ id?: string;
855
+ /** @description Kind of the resource. */
856
+ kind: string;
857
+ /** @description JSON ref to value from where patch should be applied. */
858
+ mutatorRef?: string[][];
859
+ mutatedRef?: string[][];
860
+ }[];
861
+ };
862
+ /** @description Match strategy matrix for the selector */
863
+ matchStrategyMatrix?: string[][];
864
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
865
+ model?: {
866
+ /**
867
+ * Format: uuid
868
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
869
+ */
870
+ id: string;
871
+ /** @description The unique name for the model within the scope of a registrant. */
872
+ name: string;
873
+ /** @description Version of the model definition. */
874
+ version: string;
875
+ /** @description Human-readable name for the model. */
876
+ displayName: string;
877
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
878
+ model: {
879
+ /** @description Version of the model as defined by the registrant. */
880
+ version: string;
881
+ };
882
+ registrant: {
883
+ /** @description Kind of the registrant. */
884
+ kind: string;
885
+ };
886
+ };
887
+ /** @description Patch configuration for the selector */
888
+ patch?: {
889
+ /**
890
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
891
+ *
892
+ * add: Inserts a value into an array or adds a member to an object.
893
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
894
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
895
+ * remove: Removes a value.
896
+ * copy: Copies a value from one location to another.
897
+ * move: Moves a value from one location to another.
898
+ * test: Tests that a value at the target location is equal to a specified value.
899
+ *
900
+ * @enum {string}
901
+ */
902
+ patchStrategy?:
903
+ | "merge"
904
+ | "strategic"
905
+ | "add"
906
+ | "remove"
907
+ | "copy"
908
+ | "move"
909
+ | "test";
910
+ /** @description JSON ref to value from where patch should be applied. */
911
+ mutatorRef?: string[][];
912
+ mutatedRef?: string[][];
913
+ };
914
+ }[];
915
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
916
+ to: {
917
+ /**
918
+ * Format: uuid
919
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
920
+ */
921
+ id?: string;
922
+ /** @description Kind of the resource. */
923
+ kind?: string;
924
+ /** @description Match configuration for selector */
925
+ match?: {
926
+ /** @description The refs of the matchselector. */
927
+ refs?: string[][];
928
+ /** @description The from of the matchselector. */
929
+ from?: {
930
+ /**
931
+ * Format: uuid
932
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
933
+ */
934
+ id?: string;
935
+ /** @description Kind of the resource. */
936
+ kind: string;
937
+ /** @description JSON ref to value from where patch should be applied. */
938
+ mutatorRef?: string[][];
939
+ mutatedRef?: string[][];
940
+ }[];
941
+ /** @description The to of the matchselector. */
942
+ to?: {
943
+ /**
944
+ * Format: uuid
945
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
946
+ */
947
+ id?: string;
948
+ /** @description Kind of the resource. */
949
+ kind: string;
950
+ /** @description JSON ref to value from where patch should be applied. */
951
+ mutatorRef?: string[][];
952
+ mutatedRef?: string[][];
953
+ }[];
954
+ };
955
+ /** @description Match strategy matrix for the selector */
956
+ matchStrategyMatrix?: string[][];
957
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
958
+ model?: {
959
+ /**
960
+ * Format: uuid
961
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
962
+ */
963
+ id: string;
964
+ /** @description The unique name for the model within the scope of a registrant. */
965
+ name: string;
966
+ /** @description Version of the model definition. */
967
+ version: string;
968
+ /** @description Human-readable name for the model. */
969
+ displayName: string;
970
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
971
+ model: {
972
+ /** @description Version of the model as defined by the registrant. */
973
+ version: string;
974
+ };
975
+ registrant: {
976
+ /** @description Kind of the registrant. */
977
+ kind: string;
978
+ };
979
+ };
980
+ /** @description Patch configuration for the selector */
981
+ patch?: {
982
+ /**
983
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
984
+ *
985
+ * add: Inserts a value into an array or adds a member to an object.
986
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
987
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
988
+ * remove: Removes a value.
989
+ * copy: Copies a value from one location to another.
990
+ * move: Moves a value from one location to another.
991
+ * test: Tests that a value at the target location is equal to a specified value.
992
+ *
993
+ * @enum {string}
994
+ */
995
+ patchStrategy?:
996
+ | "merge"
997
+ | "strategic"
998
+ | "add"
999
+ | "remove"
1000
+ | "copy"
1001
+ | "move"
1002
+ | "test";
1003
+ /** @description JSON ref to value from where patch should be applied. */
1004
+ mutatorRef?: string[][];
1005
+ mutatedRef?: string[][];
1006
+ };
1007
+ }[];
1008
+ };
1009
+ /** @description Optional selectors used to match Components. Absence of a selector means that it is applied to all Components. */
1010
+ SelectorSetItem: {
1011
+ /** @description Selectors used to define relationships which are allowed. */
1012
+ allow: {
1013
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1014
+ from: {
1015
+ /**
1016
+ * Format: uuid
1017
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1018
+ */
1019
+ id?: string;
1020
+ /** @description Kind of the resource. */
1021
+ kind?: string;
1022
+ /** @description Match configuration for selector */
1023
+ match?: {
1024
+ /** @description The refs of the matchselector. */
1025
+ refs?: string[][];
1026
+ /** @description The from of the matchselector. */
1027
+ from?: {
1028
+ /**
1029
+ * Format: uuid
1030
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1031
+ */
1032
+ id?: string;
1033
+ /** @description Kind of the resource. */
1034
+ kind: string;
1035
+ /** @description JSON ref to value from where patch should be applied. */
1036
+ mutatorRef?: string[][];
1037
+ mutatedRef?: string[][];
1038
+ }[];
1039
+ /** @description The to of the matchselector. */
1040
+ to?: {
1041
+ /**
1042
+ * Format: uuid
1043
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1044
+ */
1045
+ id?: string;
1046
+ /** @description Kind of the resource. */
1047
+ kind: string;
1048
+ /** @description JSON ref to value from where patch should be applied. */
1049
+ mutatorRef?: string[][];
1050
+ mutatedRef?: string[][];
1051
+ }[];
1052
+ };
1053
+ /** @description Match strategy matrix for the selector */
1054
+ matchStrategyMatrix?: string[][];
1055
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1056
+ model?: {
1057
+ /**
1058
+ * Format: uuid
1059
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1060
+ */
1061
+ id: string;
1062
+ /** @description The unique name for the model within the scope of a registrant. */
1063
+ name: string;
1064
+ /** @description Version of the model definition. */
1065
+ version: string;
1066
+ /** @description Human-readable name for the model. */
1067
+ displayName: string;
1068
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1069
+ model: {
1070
+ /** @description Version of the model as defined by the registrant. */
1071
+ version: string;
1072
+ };
1073
+ registrant: {
1074
+ /** @description Kind of the registrant. */
1075
+ kind: string;
1076
+ };
1077
+ };
1078
+ /** @description Patch configuration for the selector */
1079
+ patch?: {
1080
+ /**
1081
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1082
+ *
1083
+ * add: Inserts a value into an array or adds a member to an object.
1084
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1085
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1086
+ * remove: Removes a value.
1087
+ * copy: Copies a value from one location to another.
1088
+ * move: Moves a value from one location to another.
1089
+ * test: Tests that a value at the target location is equal to a specified value.
1090
+ *
1091
+ * @enum {string}
1092
+ */
1093
+ patchStrategy?:
1094
+ | "merge"
1095
+ | "strategic"
1096
+ | "add"
1097
+ | "remove"
1098
+ | "copy"
1099
+ | "move"
1100
+ | "test";
1101
+ /** @description JSON ref to value from where patch should be applied. */
1102
+ mutatorRef?: string[][];
1103
+ mutatedRef?: string[][];
1104
+ };
1105
+ }[];
1106
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1107
+ to: {
1108
+ /**
1109
+ * Format: uuid
1110
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1111
+ */
1112
+ id?: string;
1113
+ /** @description Kind of the resource. */
1114
+ kind?: string;
1115
+ /** @description Match configuration for selector */
1116
+ match?: {
1117
+ /** @description The refs of the matchselector. */
1118
+ refs?: string[][];
1119
+ /** @description The from of the matchselector. */
1120
+ from?: {
1121
+ /**
1122
+ * Format: uuid
1123
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1124
+ */
1125
+ id?: string;
1126
+ /** @description Kind of the resource. */
1127
+ kind: string;
1128
+ /** @description JSON ref to value from where patch should be applied. */
1129
+ mutatorRef?: string[][];
1130
+ mutatedRef?: string[][];
1131
+ }[];
1132
+ /** @description The to of the matchselector. */
1133
+ to?: {
1134
+ /**
1135
+ * Format: uuid
1136
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1137
+ */
1138
+ id?: string;
1139
+ /** @description Kind of the resource. */
1140
+ kind: string;
1141
+ /** @description JSON ref to value from where patch should be applied. */
1142
+ mutatorRef?: string[][];
1143
+ mutatedRef?: string[][];
1144
+ }[];
1145
+ };
1146
+ /** @description Match strategy matrix for the selector */
1147
+ matchStrategyMatrix?: string[][];
1148
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1149
+ model?: {
1150
+ /**
1151
+ * Format: uuid
1152
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1153
+ */
1154
+ id: string;
1155
+ /** @description The unique name for the model within the scope of a registrant. */
1156
+ name: string;
1157
+ /** @description Version of the model definition. */
1158
+ version: string;
1159
+ /** @description Human-readable name for the model. */
1160
+ displayName: string;
1161
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1162
+ model: {
1163
+ /** @description Version of the model as defined by the registrant. */
1164
+ version: string;
1165
+ };
1166
+ registrant: {
1167
+ /** @description Kind of the registrant. */
1168
+ kind: string;
1169
+ };
1170
+ };
1171
+ /** @description Patch configuration for the selector */
1172
+ patch?: {
1173
+ /**
1174
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1175
+ *
1176
+ * add: Inserts a value into an array or adds a member to an object.
1177
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1178
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1179
+ * remove: Removes a value.
1180
+ * copy: Copies a value from one location to another.
1181
+ * move: Moves a value from one location to another.
1182
+ * test: Tests that a value at the target location is equal to a specified value.
1183
+ *
1184
+ * @enum {string}
1185
+ */
1186
+ patchStrategy?:
1187
+ | "merge"
1188
+ | "strategic"
1189
+ | "add"
1190
+ | "remove"
1191
+ | "copy"
1192
+ | "move"
1193
+ | "test";
1194
+ /** @description JSON ref to value from where patch should be applied. */
1195
+ mutatorRef?: string[][];
1196
+ mutatedRef?: string[][];
1197
+ };
1198
+ }[];
1199
+ };
1200
+ /** @description Optional selectors used to define relationships which should not be created / is restricted. */
1201
+ deny?: {
1202
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1203
+ from: {
1204
+ /**
1205
+ * Format: uuid
1206
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1207
+ */
1208
+ id?: string;
1209
+ /** @description Kind of the resource. */
1210
+ kind?: string;
1211
+ /** @description Match configuration for selector */
1212
+ match?: {
1213
+ /** @description The refs of the matchselector. */
1214
+ refs?: string[][];
1215
+ /** @description The from of the matchselector. */
1216
+ from?: {
1217
+ /**
1218
+ * Format: uuid
1219
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1220
+ */
1221
+ id?: string;
1222
+ /** @description Kind of the resource. */
1223
+ kind: string;
1224
+ /** @description JSON ref to value from where patch should be applied. */
1225
+ mutatorRef?: string[][];
1226
+ mutatedRef?: string[][];
1227
+ }[];
1228
+ /** @description The to of the matchselector. */
1229
+ to?: {
1230
+ /**
1231
+ * Format: uuid
1232
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1233
+ */
1234
+ id?: string;
1235
+ /** @description Kind of the resource. */
1236
+ kind: string;
1237
+ /** @description JSON ref to value from where patch should be applied. */
1238
+ mutatorRef?: string[][];
1239
+ mutatedRef?: string[][];
1240
+ }[];
1241
+ };
1242
+ /** @description Match strategy matrix for the selector */
1243
+ matchStrategyMatrix?: string[][];
1244
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1245
+ model?: {
1246
+ /**
1247
+ * Format: uuid
1248
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1249
+ */
1250
+ id: string;
1251
+ /** @description The unique name for the model within the scope of a registrant. */
1252
+ name: string;
1253
+ /** @description Version of the model definition. */
1254
+ version: string;
1255
+ /** @description Human-readable name for the model. */
1256
+ displayName: string;
1257
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1258
+ model: {
1259
+ /** @description Version of the model as defined by the registrant. */
1260
+ version: string;
1261
+ };
1262
+ registrant: {
1263
+ /** @description Kind of the registrant. */
1264
+ kind: string;
1265
+ };
1266
+ };
1267
+ /** @description Patch configuration for the selector */
1268
+ patch?: {
1269
+ /**
1270
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1271
+ *
1272
+ * add: Inserts a value into an array or adds a member to an object.
1273
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1274
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1275
+ * remove: Removes a value.
1276
+ * copy: Copies a value from one location to another.
1277
+ * move: Moves a value from one location to another.
1278
+ * test: Tests that a value at the target location is equal to a specified value.
1279
+ *
1280
+ * @enum {string}
1281
+ */
1282
+ patchStrategy?:
1283
+ | "merge"
1284
+ | "strategic"
1285
+ | "add"
1286
+ | "remove"
1287
+ | "copy"
1288
+ | "move"
1289
+ | "test";
1290
+ /** @description JSON ref to value from where patch should be applied. */
1291
+ mutatorRef?: string[][];
1292
+ mutatedRef?: string[][];
1293
+ };
1294
+ }[];
1295
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1296
+ to: {
1297
+ /**
1298
+ * Format: uuid
1299
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1300
+ */
1301
+ id?: string;
1302
+ /** @description Kind of the resource. */
1303
+ kind?: string;
1304
+ /** @description Match configuration for selector */
1305
+ match?: {
1306
+ /** @description The refs of the matchselector. */
1307
+ refs?: string[][];
1308
+ /** @description The from of the matchselector. */
1309
+ from?: {
1310
+ /**
1311
+ * Format: uuid
1312
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1313
+ */
1314
+ id?: string;
1315
+ /** @description Kind of the resource. */
1316
+ kind: string;
1317
+ /** @description JSON ref to value from where patch should be applied. */
1318
+ mutatorRef?: string[][];
1319
+ mutatedRef?: string[][];
1320
+ }[];
1321
+ /** @description The to of the matchselector. */
1322
+ to?: {
1323
+ /**
1324
+ * Format: uuid
1325
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1326
+ */
1327
+ id?: string;
1328
+ /** @description Kind of the resource. */
1329
+ kind: string;
1330
+ /** @description JSON ref to value from where patch should be applied. */
1331
+ mutatorRef?: string[][];
1332
+ mutatedRef?: string[][];
1333
+ }[];
1334
+ };
1335
+ /** @description Match strategy matrix for the selector */
1336
+ matchStrategyMatrix?: string[][];
1337
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1338
+ model?: {
1339
+ /**
1340
+ * Format: uuid
1341
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1342
+ */
1343
+ id: string;
1344
+ /** @description The unique name for the model within the scope of a registrant. */
1345
+ name: string;
1346
+ /** @description Version of the model definition. */
1347
+ version: string;
1348
+ /** @description Human-readable name for the model. */
1349
+ displayName: string;
1350
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1351
+ model: {
1352
+ /** @description Version of the model as defined by the registrant. */
1353
+ version: string;
1354
+ };
1355
+ registrant: {
1356
+ /** @description Kind of the registrant. */
1357
+ kind: string;
1358
+ };
1359
+ };
1360
+ /** @description Patch configuration for the selector */
1361
+ patch?: {
1362
+ /**
1363
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1364
+ *
1365
+ * add: Inserts a value into an array or adds a member to an object.
1366
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1367
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1368
+ * remove: Removes a value.
1369
+ * copy: Copies a value from one location to another.
1370
+ * move: Moves a value from one location to another.
1371
+ * test: Tests that a value at the target location is equal to a specified value.
1372
+ *
1373
+ * @enum {string}
1374
+ */
1375
+ patchStrategy?:
1376
+ | "merge"
1377
+ | "strategic"
1378
+ | "add"
1379
+ | "remove"
1380
+ | "copy"
1381
+ | "move"
1382
+ | "test";
1383
+ /** @description JSON ref to value from where patch should be applied. */
1384
+ mutatorRef?: string[][];
1385
+ mutatedRef?: string[][];
1386
+ };
1387
+ }[];
1388
+ };
1389
+ };
1390
+ /** @description Selectors are organized as an array, with each item containing a distinct set of selectors that share a common functionality. This structure allows for flexibility in defining relationships, even when different components are involved. */
1391
+ SelectorSet: {
1392
+ /** @description Selectors used to define relationships which are allowed. */
1393
+ allow: {
1394
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1395
+ from: {
1396
+ /**
1397
+ * Format: uuid
1398
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1399
+ */
1400
+ id?: string;
1401
+ /** @description Kind of the resource. */
1402
+ kind?: string;
1403
+ /** @description Match configuration for selector */
1404
+ match?: {
1405
+ /** @description The refs of the matchselector. */
1406
+ refs?: string[][];
1407
+ /** @description The from of the matchselector. */
1408
+ from?: {
1409
+ /**
1410
+ * Format: uuid
1411
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1412
+ */
1413
+ id?: string;
1414
+ /** @description Kind of the resource. */
1415
+ kind: string;
1416
+ /** @description JSON ref to value from where patch should be applied. */
1417
+ mutatorRef?: string[][];
1418
+ mutatedRef?: string[][];
1419
+ }[];
1420
+ /** @description The to of the matchselector. */
1421
+ to?: {
1422
+ /**
1423
+ * Format: uuid
1424
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1425
+ */
1426
+ id?: string;
1427
+ /** @description Kind of the resource. */
1428
+ kind: string;
1429
+ /** @description JSON ref to value from where patch should be applied. */
1430
+ mutatorRef?: string[][];
1431
+ mutatedRef?: string[][];
1432
+ }[];
1433
+ };
1434
+ /** @description Match strategy matrix for the selector */
1435
+ matchStrategyMatrix?: string[][];
1436
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1437
+ model?: {
1438
+ /**
1439
+ * Format: uuid
1440
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1441
+ */
1442
+ id: string;
1443
+ /** @description The unique name for the model within the scope of a registrant. */
1444
+ name: string;
1445
+ /** @description Version of the model definition. */
1446
+ version: string;
1447
+ /** @description Human-readable name for the model. */
1448
+ displayName: string;
1449
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1450
+ model: {
1451
+ /** @description Version of the model as defined by the registrant. */
1452
+ version: string;
1453
+ };
1454
+ registrant: {
1455
+ /** @description Kind of the registrant. */
1456
+ kind: string;
1457
+ };
1458
+ };
1459
+ /** @description Patch configuration for the selector */
1460
+ patch?: {
1461
+ /**
1462
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1463
+ *
1464
+ * add: Inserts a value into an array or adds a member to an object.
1465
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1466
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1467
+ * remove: Removes a value.
1468
+ * copy: Copies a value from one location to another.
1469
+ * move: Moves a value from one location to another.
1470
+ * test: Tests that a value at the target location is equal to a specified value.
1471
+ *
1472
+ * @enum {string}
1473
+ */
1474
+ patchStrategy?:
1475
+ | "merge"
1476
+ | "strategic"
1477
+ | "add"
1478
+ | "remove"
1479
+ | "copy"
1480
+ | "move"
1481
+ | "test";
1482
+ /** @description JSON ref to value from where patch should be applied. */
1483
+ mutatorRef?: string[][];
1484
+ mutatedRef?: string[][];
1485
+ };
1486
+ }[];
1487
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1488
+ to: {
1489
+ /**
1490
+ * Format: uuid
1491
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1492
+ */
1493
+ id?: string;
1494
+ /** @description Kind of the resource. */
1495
+ kind?: string;
1496
+ /** @description Match configuration for selector */
1497
+ match?: {
1498
+ /** @description The refs of the matchselector. */
1499
+ refs?: string[][];
1500
+ /** @description The from of the matchselector. */
1501
+ from?: {
1502
+ /**
1503
+ * Format: uuid
1504
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1505
+ */
1506
+ id?: string;
1507
+ /** @description Kind of the resource. */
1508
+ kind: string;
1509
+ /** @description JSON ref to value from where patch should be applied. */
1510
+ mutatorRef?: string[][];
1511
+ mutatedRef?: string[][];
1512
+ }[];
1513
+ /** @description The to of the matchselector. */
1514
+ to?: {
1515
+ /**
1516
+ * Format: uuid
1517
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1518
+ */
1519
+ id?: string;
1520
+ /** @description Kind of the resource. */
1521
+ kind: string;
1522
+ /** @description JSON ref to value from where patch should be applied. */
1523
+ mutatorRef?: string[][];
1524
+ mutatedRef?: string[][];
1525
+ }[];
1526
+ };
1527
+ /** @description Match strategy matrix for the selector */
1528
+ matchStrategyMatrix?: string[][];
1529
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1530
+ model?: {
1531
+ /**
1532
+ * Format: uuid
1533
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1534
+ */
1535
+ id: string;
1536
+ /** @description The unique name for the model within the scope of a registrant. */
1537
+ name: string;
1538
+ /** @description Version of the model definition. */
1539
+ version: string;
1540
+ /** @description Human-readable name for the model. */
1541
+ displayName: string;
1542
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1543
+ model: {
1544
+ /** @description Version of the model as defined by the registrant. */
1545
+ version: string;
1546
+ };
1547
+ registrant: {
1548
+ /** @description Kind of the registrant. */
1549
+ kind: string;
1550
+ };
1551
+ };
1552
+ /** @description Patch configuration for the selector */
1553
+ patch?: {
1554
+ /**
1555
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1556
+ *
1557
+ * add: Inserts a value into an array or adds a member to an object.
1558
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1559
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1560
+ * remove: Removes a value.
1561
+ * copy: Copies a value from one location to another.
1562
+ * move: Moves a value from one location to another.
1563
+ * test: Tests that a value at the target location is equal to a specified value.
1564
+ *
1565
+ * @enum {string}
1566
+ */
1567
+ patchStrategy?:
1568
+ | "merge"
1569
+ | "strategic"
1570
+ | "add"
1571
+ | "remove"
1572
+ | "copy"
1573
+ | "move"
1574
+ | "test";
1575
+ /** @description JSON ref to value from where patch should be applied. */
1576
+ mutatorRef?: string[][];
1577
+ mutatedRef?: string[][];
1578
+ };
1579
+ }[];
1580
+ };
1581
+ /** @description Optional selectors used to define relationships which should not be created / is restricted. */
1582
+ deny?: {
1583
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1584
+ from: {
1585
+ /**
1586
+ * Format: uuid
1587
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1588
+ */
1589
+ id?: string;
1590
+ /** @description Kind of the resource. */
1591
+ kind?: string;
1592
+ /** @description Match configuration for selector */
1593
+ match?: {
1594
+ /** @description The refs of the matchselector. */
1595
+ refs?: string[][];
1596
+ /** @description The from of the matchselector. */
1597
+ from?: {
1598
+ /**
1599
+ * Format: uuid
1600
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1601
+ */
1602
+ id?: string;
1603
+ /** @description Kind of the resource. */
1604
+ kind: string;
1605
+ /** @description JSON ref to value from where patch should be applied. */
1606
+ mutatorRef?: string[][];
1607
+ mutatedRef?: string[][];
1608
+ }[];
1609
+ /** @description The to of the matchselector. */
1610
+ to?: {
1611
+ /**
1612
+ * Format: uuid
1613
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1614
+ */
1615
+ id?: string;
1616
+ /** @description Kind of the resource. */
1617
+ kind: string;
1618
+ /** @description JSON ref to value from where patch should be applied. */
1619
+ mutatorRef?: string[][];
1620
+ mutatedRef?: string[][];
1621
+ }[];
1622
+ };
1623
+ /** @description Match strategy matrix for the selector */
1624
+ matchStrategyMatrix?: string[][];
1625
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1626
+ model?: {
1627
+ /**
1628
+ * Format: uuid
1629
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1630
+ */
1631
+ id: string;
1632
+ /** @description The unique name for the model within the scope of a registrant. */
1633
+ name: string;
1634
+ /** @description Version of the model definition. */
1635
+ version: string;
1636
+ /** @description Human-readable name for the model. */
1637
+ displayName: string;
1638
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1639
+ model: {
1640
+ /** @description Version of the model as defined by the registrant. */
1641
+ version: string;
1642
+ };
1643
+ registrant: {
1644
+ /** @description Kind of the registrant. */
1645
+ kind: string;
1646
+ };
1647
+ };
1648
+ /** @description Patch configuration for the selector */
1649
+ patch?: {
1650
+ /**
1651
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1652
+ *
1653
+ * add: Inserts a value into an array or adds a member to an object.
1654
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1655
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1656
+ * remove: Removes a value.
1657
+ * copy: Copies a value from one location to another.
1658
+ * move: Moves a value from one location to another.
1659
+ * test: Tests that a value at the target location is equal to a specified value.
1660
+ *
1661
+ * @enum {string}
1662
+ */
1663
+ patchStrategy?:
1664
+ | "merge"
1665
+ | "strategic"
1666
+ | "add"
1667
+ | "remove"
1668
+ | "copy"
1669
+ | "move"
1670
+ | "test";
1671
+ /** @description JSON ref to value from where patch should be applied. */
1672
+ mutatorRef?: string[][];
1673
+ mutatedRef?: string[][];
1674
+ };
1675
+ }[];
1676
+ /** @description Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1677
+ to: {
1678
+ /**
1679
+ * Format: uuid
1680
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1681
+ */
1682
+ id?: string;
1683
+ /** @description Kind of the resource. */
1684
+ kind?: string;
1685
+ /** @description Match configuration for selector */
1686
+ match?: {
1687
+ /** @description The refs of the matchselector. */
1688
+ refs?: string[][];
1689
+ /** @description The from of the matchselector. */
1690
+ from?: {
1691
+ /**
1692
+ * Format: uuid
1693
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1694
+ */
1695
+ id?: string;
1696
+ /** @description Kind of the resource. */
1697
+ kind: string;
1698
+ /** @description JSON ref to value from where patch should be applied. */
1699
+ mutatorRef?: string[][];
1700
+ mutatedRef?: string[][];
1701
+ }[];
1702
+ /** @description The to of the matchselector. */
1703
+ to?: {
1704
+ /**
1705
+ * Format: uuid
1706
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1707
+ */
1708
+ id?: string;
1709
+ /** @description Kind of the resource. */
1710
+ kind: string;
1711
+ /** @description JSON ref to value from where patch should be applied. */
1712
+ mutatorRef?: string[][];
1713
+ mutatedRef?: string[][];
1714
+ }[];
1715
+ };
1716
+ /** @description Match strategy matrix for the selector */
1717
+ matchStrategyMatrix?: string[][];
1718
+ /** @description Name of the model implicated by this selector. Learn more at https://docs.meshery.io/concepts/models */
1719
+ model?: {
1720
+ /**
1721
+ * Format: uuid
1722
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1723
+ */
1724
+ id: string;
1725
+ /** @description The unique name for the model within the scope of a registrant. */
1726
+ name: string;
1727
+ /** @description Version of the model definition. */
1728
+ version: string;
1729
+ /** @description Human-readable name for the model. */
1730
+ displayName: string;
1731
+ /** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
1732
+ model: {
1733
+ /** @description Version of the model as defined by the registrant. */
1734
+ version: string;
1735
+ };
1736
+ registrant: {
1737
+ /** @description Kind of the registrant. */
1738
+ kind: string;
1739
+ };
1740
+ };
1741
+ /** @description Patch configuration for the selector */
1742
+ patch?: {
1743
+ /**
1744
+ * @description patchStrategy allows you to make specific changes to a resource using a standard JSON Patch format (RFC 6902).
1745
+ *
1746
+ * add: Inserts a value into an array or adds a member to an object.
1747
+ * merge: Combines the values of the target location with the values from the patch. If the target location doesn't exist, it is created.
1748
+ * strategic: specific to Kubernetes and understands the structure of Kubernetes objects.
1749
+ * remove: Removes a value.
1750
+ * copy: Copies a value from one location to another.
1751
+ * move: Moves a value from one location to another.
1752
+ * test: Tests that a value at the target location is equal to a specified value.
1753
+ *
1754
+ * @enum {string}
1755
+ */
1756
+ patchStrategy?:
1757
+ | "merge"
1758
+ | "strategic"
1759
+ | "add"
1760
+ | "remove"
1761
+ | "copy"
1762
+ | "move"
1763
+ | "test";
1764
+ /** @description JSON ref to value from where patch should be applied. */
1765
+ mutatorRef?: string[][];
1766
+ mutatedRef?: string[][];
1767
+ };
1768
+ }[];
1769
+ };
1770
+ }[];
1771
+ /**
1772
+ * @description A transformation to apply to the label text
1773
+ * @enum {string}
1774
+ */
1775
+ RelationshipDefinitionMetadataStylesTextTransform:
1776
+ | "none"
1777
+ | "uppercase"
1778
+ | "lowercase";
1779
+ /**
1780
+ * @description The style of the edge's line.
1781
+ * @enum {string}
1782
+ */
1783
+ RelationshipDefinitionMetadataStylesLineStyle:
1784
+ | "solid"
1785
+ | "dotted"
1786
+ | "dashed";
1787
+ /**
1788
+ * @description The curving method used to separate two or more edges between two nodes; may be haystack (very fast, bundled straight edges for which loops and compounds are unsupported), straight (straight edges with all arrows supported), bezier (bundled curved edges), unbundled-bezier (curved edges for use with manual control points), segments (a series of straight lines), taxi (right-angled lines, hierarchically bundled). Note that haystack edges work best with ellipse, rectangle, or similar nodes. Smaller node shapes, like triangle, will not be as aesthetically pleasing. Also note that edge endpoint arrows are unsupported for haystack edges.
1789
+ * @enum {string}
1790
+ */
1791
+ RelationshipDefinitionMetadataStylesCurveStyle:
1792
+ | "haystack"
1793
+ | "straight"
1794
+ | "bezier"
1795
+ | "unbundled-bezier"
1796
+ | "segments"
1797
+ | "taxi";
1798
+ /**
1799
+ * @description The cap style of the edge's line; may be butt (default), round, or square. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than butt extend beyond the specified endpoint of the edge.
1800
+ * @enum {string}
1801
+ */
1802
+ RelationshipDefinitionMetadataStylesLineCap: "butt" | "round" | "square";
1803
+ /**
1804
+ * @description The shape of the edge's arrow
1805
+ * @enum {string}
1806
+ */
1807
+ RelationshipDefinitionMetadataStylesArrowShape:
1808
+ | "triangle"
1809
+ | "triangle-tee"
1810
+ | "circle-triangle"
1811
+ | "triangle-cross"
1812
+ | "triangle-backcurve"
1813
+ | "vee"
1814
+ | "tee"
1815
+ | "square"
1816
+ | "circle"
1817
+ | "diamond"
1818
+ | "chevron"
1819
+ | "none";
1820
+ /**
1821
+ * @description The shape of the edge's source arrow
1822
+ * @enum {string}
1823
+ */
1824
+ RelationshipDefinitionMetadataStylesMidTargetArrowShape:
1825
+ | "triangle"
1826
+ | "triangle-tee"
1827
+ | "circle-triangle"
1828
+ | "triangle-cross"
1829
+ | "triangle-backcurve"
1830
+ | "vee"
1831
+ | "tee"
1832
+ | "square"
1833
+ | "circle"
1834
+ | "diamond"
1835
+ | "chevron"
1836
+ | "none";
1837
+ /**
1838
+ * @description The fill state of the edge's source arrow
1839
+ * @enum {string}
1840
+ */
1841
+ RelationshipDefinitionMetadataStylesMidTargetArrowFill: "filled" | "hollow";
1842
+ /**
1843
+ * @description The shape of the edge's source arrow
1844
+ * @enum {string}
1845
+ */
1846
+ RelationshipDefinitionMetadataStylesTargetArrowShape:
1847
+ | "triangle"
1848
+ | "triangle-tee"
1849
+ | "circle-triangle"
1850
+ | "triangle-cross"
1851
+ | "triangle-backcurve"
1852
+ | "vee"
1853
+ | "tee"
1854
+ | "square"
1855
+ | "circle"
1856
+ | "diamond"
1857
+ | "chevron"
1858
+ | "none";
1859
+ /**
1860
+ * @description The fill state of the edge's source arrow
1861
+ * @enum {string}
1862
+ */
1863
+ RelationshipDefinitionMetadataStylesTargetArrowFill: "filled" | "hollow";
1864
+ /** @description Visualization styles for a relationship */
1865
+ RelationshipDefinitionMetadataStyles: {
1866
+ /** @description Primary color of the component used for UI representation. */
1867
+ primaryColor: string;
1868
+ /** @description Secondary color of the entity used for UI representation. */
1869
+ secondaryColor?: string;
1870
+ /** @description White SVG of the entity used for UI representation on dark background. */
1871
+ svgWhite: string;
1872
+ /** @description Colored SVG of the entity used for UI representation on light background. */
1873
+ svgColor: string;
1874
+ /** @description Complete SVG of the entity used for UI representation, often inclusive of background. */
1875
+ svgComplete?: string;
1876
+ /** @description The color of the element's label. Colours may be specified by name (e.g. red), hex (e.g. */
1877
+ color?: string;
1878
+ /**
1879
+ * Format: float
1880
+ * @description The opacity of the label text, including its outline.
1881
+ */
1882
+ textOpacity?: number;
1883
+ /** @description A comma-separated list of font names to use on the label text. */
1884
+ fontFamily?: string;
1885
+ /** @description The size of the label text. */
1886
+ fontSize?: string;
1887
+ /** @description A CSS font style to be applied to the label text. */
1888
+ fontStyle?: string;
1889
+ /** @description A CSS font weight to be applied to the label text. */
1890
+ fontWeight?: string;
1891
+ /**
1892
+ * @description A transformation to apply to the label text
1893
+ * @enum {string}
1894
+ */
1895
+ textTransform?: "none" | "uppercase" | "lowercase";
1896
+ /**
1897
+ * Format: float
1898
+ * @description The opacity of the element, ranging from 0 to 1. Note that the opacity of a compound node parent affects the effective opacity of its children.See https://js.cytoscape.org/#style/visibility
1899
+ */
1900
+ opacity?: number;
1901
+ /** @description An integer value that affects the relative draw order of elements. In general, an element with a higher z-index will be drawn on top of an element with a lower z-index. Note that edges are under nodes despite z-index. */
1902
+ zIndex?: number;
1903
+ /** @description The text to display for an element's label. Can give a path, e.g. data(id) will label with the elements id */
1904
+ label?: string;
1905
+ /** @description The animation to use for the edge. Can be like 'marching-ants' , 'blink' , 'moving-gradient',etc . */
1906
+ edgeAnimation?: string;
1907
+ /**
1908
+ * @description The curving method used to separate two or more edges between two nodes; may be haystack (very fast, bundled straight edges for which loops and compounds are unsupported), straight (straight edges with all arrows supported), bezier (bundled curved edges), unbundled-bezier (curved edges for use with manual control points), segments (a series of straight lines), taxi (right-angled lines, hierarchically bundled). Note that haystack edges work best with ellipse, rectangle, or similar nodes. Smaller node shapes, like triangle, will not be as aesthetically pleasing. Also note that edge endpoint arrows are unsupported for haystack edges.
1909
+ * @enum {string}
1910
+ */
1911
+ curveStyle?:
1912
+ | "haystack"
1913
+ | "straight"
1914
+ | "bezier"
1915
+ | "unbundled-bezier"
1916
+ | "segments"
1917
+ | "taxi";
1918
+ /** @description The colour of the edge's line. Colours may be specified by name (e.g. red), hex (e.g. */
1919
+ lineColor?: string;
1920
+ /**
1921
+ * @description The style of the edge's line.
1922
+ * @enum {string}
1923
+ */
1924
+ lineStyle?: "solid" | "dotted" | "dashed";
1925
+ /**
1926
+ * @description The cap style of the edge's line; may be butt (default), round, or square. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than butt extend beyond the specified endpoint of the edge.
1927
+ * @enum {string}
1928
+ */
1929
+ lineCap?: "butt" | "round" | "square";
1930
+ /**
1931
+ * Format: float
1932
+ * @description The opacity of the edge's line and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.
1933
+ */
1934
+ lineOpacity?: number;
1935
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
1936
+ targetArrowColor?: string;
1937
+ /**
1938
+ * @description The shape of the edge's source arrow
1939
+ * @enum {string}
1940
+ */
1941
+ targetArrowShape?:
1942
+ | "triangle"
1943
+ | "triangle-tee"
1944
+ | "circle-triangle"
1945
+ | "triangle-cross"
1946
+ | "triangle-backcurve"
1947
+ | "vee"
1948
+ | "tee"
1949
+ | "square"
1950
+ | "circle"
1951
+ | "diamond"
1952
+ | "chevron"
1953
+ | "none";
1954
+ /**
1955
+ * @description The fill state of the edge's source arrow
1956
+ * @enum {string}
1957
+ */
1958
+ targetArrowFill?: "filled" | "hollow";
1959
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
1960
+ midTargetArrowColor?: string;
1961
+ /**
1962
+ * @description The shape of the edge's source arrow
1963
+ * @enum {string}
1964
+ */
1965
+ midTargetArrowShape?:
1966
+ | "triangle"
1967
+ | "triangle-tee"
1968
+ | "circle-triangle"
1969
+ | "triangle-cross"
1970
+ | "triangle-backcurve"
1971
+ | "vee"
1972
+ | "tee"
1973
+ | "square"
1974
+ | "circle"
1975
+ | "diamond"
1976
+ | "chevron"
1977
+ | "none";
1978
+ /**
1979
+ * @description The fill state of the edge's source arrow
1980
+ * @enum {string}
1981
+ */
1982
+ midTargetArrowFill?: "filled" | "hollow";
1983
+ /**
1984
+ * Format: float
1985
+ * @description Scaling for the arrow size.
1986
+ */
1987
+ arrowScale?: number;
1988
+ /** @description The text to display for an edge's source label. Can give a path, e.g. data(id) will label with the elements id */
1989
+ sourceLabel?: string;
1990
+ /** @description The text to display for an edge's target label. Can give a path, e.g. data(id) will label with the elements id */
1991
+ targetLabel?: string;
1992
+ };
1993
+ /** @description Metadata contains additional information associated with the Relationship. */
1994
+ RelationshipMetadata: {
1995
+ /** @description Characterization of the meaning of the relationship and its relevance to both Meshery and entities under management. */
1996
+ description?: string;
1997
+ /** @description Visualization styles for a relationship */
1998
+ styles?: {
1999
+ /** @description Primary color of the component used for UI representation. */
2000
+ primaryColor: string;
2001
+ /** @description Secondary color of the entity used for UI representation. */
2002
+ secondaryColor?: string;
2003
+ /** @description White SVG of the entity used for UI representation on dark background. */
2004
+ svgWhite: string;
2005
+ /** @description Colored SVG of the entity used for UI representation on light background. */
2006
+ svgColor: string;
2007
+ /** @description Complete SVG of the entity used for UI representation, often inclusive of background. */
2008
+ svgComplete?: string;
2009
+ /** @description The color of the element's label. Colours may be specified by name (e.g. red), hex (e.g. */
2010
+ color?: string;
2011
+ /**
2012
+ * Format: float
2013
+ * @description The opacity of the label text, including its outline.
2014
+ */
2015
+ textOpacity?: number;
2016
+ /** @description A comma-separated list of font names to use on the label text. */
2017
+ fontFamily?: string;
2018
+ /** @description The size of the label text. */
2019
+ fontSize?: string;
2020
+ /** @description A CSS font style to be applied to the label text. */
2021
+ fontStyle?: string;
2022
+ /** @description A CSS font weight to be applied to the label text. */
2023
+ fontWeight?: string;
2024
+ /**
2025
+ * @description A transformation to apply to the label text
2026
+ * @enum {string}
2027
+ */
2028
+ textTransform?: "none" | "uppercase" | "lowercase";
2029
+ /**
2030
+ * Format: float
2031
+ * @description The opacity of the element, ranging from 0 to 1. Note that the opacity of a compound node parent affects the effective opacity of its children.See https://js.cytoscape.org/#style/visibility
2032
+ */
2033
+ opacity?: number;
2034
+ /** @description An integer value that affects the relative draw order of elements. In general, an element with a higher z-index will be drawn on top of an element with a lower z-index. Note that edges are under nodes despite z-index. */
2035
+ zIndex?: number;
2036
+ /** @description The text to display for an element's label. Can give a path, e.g. data(id) will label with the elements id */
2037
+ label?: string;
2038
+ /** @description The animation to use for the edge. Can be like 'marching-ants' , 'blink' , 'moving-gradient',etc . */
2039
+ edgeAnimation?: string;
2040
+ /**
2041
+ * @description The curving method used to separate two or more edges between two nodes; may be haystack (very fast, bundled straight edges for which loops and compounds are unsupported), straight (straight edges with all arrows supported), bezier (bundled curved edges), unbundled-bezier (curved edges for use with manual control points), segments (a series of straight lines), taxi (right-angled lines, hierarchically bundled). Note that haystack edges work best with ellipse, rectangle, or similar nodes. Smaller node shapes, like triangle, will not be as aesthetically pleasing. Also note that edge endpoint arrows are unsupported for haystack edges.
2042
+ * @enum {string}
2043
+ */
2044
+ curveStyle?:
2045
+ | "haystack"
2046
+ | "straight"
2047
+ | "bezier"
2048
+ | "unbundled-bezier"
2049
+ | "segments"
2050
+ | "taxi";
2051
+ /** @description The colour of the edge's line. Colours may be specified by name (e.g. red), hex (e.g. */
2052
+ lineColor?: string;
2053
+ /**
2054
+ * @description The style of the edge's line.
2055
+ * @enum {string}
2056
+ */
2057
+ lineStyle?: "solid" | "dotted" | "dashed";
2058
+ /**
2059
+ * @description The cap style of the edge's line; may be butt (default), round, or square. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than butt extend beyond the specified endpoint of the edge.
2060
+ * @enum {string}
2061
+ */
2062
+ lineCap?: "butt" | "round" | "square";
2063
+ /**
2064
+ * Format: float
2065
+ * @description The opacity of the edge's line and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.
2066
+ */
2067
+ lineOpacity?: number;
2068
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
2069
+ targetArrowColor?: string;
2070
+ /**
2071
+ * @description The shape of the edge's source arrow
2072
+ * @enum {string}
2073
+ */
2074
+ targetArrowShape?:
2075
+ | "triangle"
2076
+ | "triangle-tee"
2077
+ | "circle-triangle"
2078
+ | "triangle-cross"
2079
+ | "triangle-backcurve"
2080
+ | "vee"
2081
+ | "tee"
2082
+ | "square"
2083
+ | "circle"
2084
+ | "diamond"
2085
+ | "chevron"
2086
+ | "none";
2087
+ /**
2088
+ * @description The fill state of the edge's source arrow
2089
+ * @enum {string}
2090
+ */
2091
+ targetArrowFill?: "filled" | "hollow";
2092
+ /** @description The colour of the edge's source arrow. Colours may be specified by name (e.g. red), hex (e.g. */
2093
+ midTargetArrowColor?: string;
2094
+ /**
2095
+ * @description The shape of the edge's source arrow
2096
+ * @enum {string}
2097
+ */
2098
+ midTargetArrowShape?:
2099
+ | "triangle"
2100
+ | "triangle-tee"
2101
+ | "circle-triangle"
2102
+ | "triangle-cross"
2103
+ | "triangle-backcurve"
2104
+ | "vee"
2105
+ | "tee"
2106
+ | "square"
2107
+ | "circle"
2108
+ | "diamond"
2109
+ | "chevron"
2110
+ | "none";
2111
+ /**
2112
+ * @description The fill state of the edge's source arrow
2113
+ * @enum {string}
2114
+ */
2115
+ midTargetArrowFill?: "filled" | "hollow";
2116
+ /**
2117
+ * Format: float
2118
+ * @description Scaling for the arrow size.
2119
+ */
2120
+ arrowScale?: number;
2121
+ /** @description The text to display for an edge's source label. Can give a path, e.g. data(id) will label with the elements id */
2122
+ sourceLabel?: string;
2123
+ /** @description The text to display for an edge's target label. Can give a path, e.g. data(id) will label with the elements id */
2124
+ targetLabel?: string;
2125
+ };
2126
+ /** @description Indicates whether the relationship should be treated as a logical representation only */
2127
+ isAnnotation?: boolean;
2128
+ } & { [key: string]: unknown };
2129
+ };
2130
+ }
2131
+
2132
+ export interface operations {}
2133
+
2134
+ export interface external {}