@meshery/schemas 0.8.91 → 0.8.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -3245,18 +3245,7 @@ interface DesignSchema {
3245
3245
  * @minItems 0
3246
3246
  */
3247
3247
  components: HttpsSchemasMesheryIoComponentJson$1[];
3248
- /**
3249
- * Design-level preferences
3250
- */
3251
- preferences?: {
3252
- /**
3253
- * List of available layers
3254
- */
3255
- layers: {
3256
- [k: string]: unknown;
3257
- };
3258
- [k: string]: unknown;
3259
- };
3248
+ preferences?: DesignPreferences;
3260
3249
  /**
3261
3250
  * List of relationships between components
3262
3251
  */
@@ -3838,6 +3827,18 @@ interface Component {
3838
3827
  schema: string;
3839
3828
  [k: string]: unknown;
3840
3829
  }
3830
+ /**
3831
+ * Design-level preferences
3832
+ */
3833
+ interface DesignPreferences {
3834
+ /**
3835
+ * Map of available layers, where keys are layer names.
3836
+ */
3837
+ layers: {
3838
+ [k: string]: unknown;
3839
+ };
3840
+ [k: string]: unknown;
3841
+ }
3841
3842
  /**
3842
3843
  * 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.
3843
3844
  */
@@ -6501,6 +6502,7 @@ declare const schema$9: {
6501
6502
  };
6502
6503
  };
6503
6504
  preferences: {
6505
+ "x-go-type": string;
6504
6506
  type: string;
6505
6507
  description: string;
6506
6508
  "x-order": number;
@@ -10325,6 +10327,7 @@ declare const schema$9: {
10325
10327
  };
10326
10328
  };
10327
10329
  preferences: {
10330
+ "x-go-type": string;
10328
10331
  type: string;
10329
10332
  description: string;
10330
10333
  "x-order": number;
@@ -14181,6 +14184,7 @@ declare const schema$9: {
14181
14184
  };
14182
14185
  };
14183
14186
  preferences: {
14187
+ "x-go-type": string;
14184
14188
  type: string;
14185
14189
  description: string;
14186
14190
  "x-order": number;
@@ -18069,6 +18073,7 @@ declare const schema$9: {
18069
18073
  };
18070
18074
  };
18071
18075
  preferences: {
18076
+ "x-go-type": string;
18072
18077
  type: string;
18073
18078
  description: string;
18074
18079
  "x-order": number;
@@ -20151,6 +20156,18 @@ declare const schema$9: {
20151
20156
  };
20152
20157
  };
20153
20158
  };
20159
+ DesignPreferences: {
20160
+ type: string;
20161
+ description: string;
20162
+ "x-order": number;
20163
+ properties: {
20164
+ layers: {
20165
+ type: string;
20166
+ description: string;
20167
+ };
20168
+ };
20169
+ required: string[];
20170
+ };
20154
20171
  };
20155
20172
  };
20156
20173
  $schema: string;
package/dist/index.d.ts CHANGED
@@ -3245,18 +3245,7 @@ interface DesignSchema {
3245
3245
  * @minItems 0
3246
3246
  */
3247
3247
  components: HttpsSchemasMesheryIoComponentJson$1[];
3248
- /**
3249
- * Design-level preferences
3250
- */
3251
- preferences?: {
3252
- /**
3253
- * List of available layers
3254
- */
3255
- layers: {
3256
- [k: string]: unknown;
3257
- };
3258
- [k: string]: unknown;
3259
- };
3248
+ preferences?: DesignPreferences;
3260
3249
  /**
3261
3250
  * List of relationships between components
3262
3251
  */
@@ -3838,6 +3827,18 @@ interface Component {
3838
3827
  schema: string;
3839
3828
  [k: string]: unknown;
3840
3829
  }
3830
+ /**
3831
+ * Design-level preferences
3832
+ */
3833
+ interface DesignPreferences {
3834
+ /**
3835
+ * Map of available layers, where keys are layer names.
3836
+ */
3837
+ layers: {
3838
+ [k: string]: unknown;
3839
+ };
3840
+ [k: string]: unknown;
3841
+ }
3841
3842
  /**
3842
3843
  * 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.
3843
3844
  */
@@ -6501,6 +6502,7 @@ declare const schema$9: {
6501
6502
  };
6502
6503
  };
6503
6504
  preferences: {
6505
+ "x-go-type": string;
6504
6506
  type: string;
6505
6507
  description: string;
6506
6508
  "x-order": number;
@@ -10325,6 +10327,7 @@ declare const schema$9: {
10325
10327
  };
10326
10328
  };
10327
10329
  preferences: {
10330
+ "x-go-type": string;
10328
10331
  type: string;
10329
10332
  description: string;
10330
10333
  "x-order": number;
@@ -14181,6 +14184,7 @@ declare const schema$9: {
14181
14184
  };
14182
14185
  };
14183
14186
  preferences: {
14187
+ "x-go-type": string;
14184
14188
  type: string;
14185
14189
  description: string;
14186
14190
  "x-order": number;
@@ -18069,6 +18073,7 @@ declare const schema$9: {
18069
18073
  };
18070
18074
  };
18071
18075
  preferences: {
18076
+ "x-go-type": string;
18072
18077
  type: string;
18073
18078
  description: string;
18074
18079
  "x-order": number;
@@ -20151,6 +20156,18 @@ declare const schema$9: {
20151
20156
  };
20152
20157
  };
20153
20158
  };
20159
+ DesignPreferences: {
20160
+ type: string;
20161
+ description: string;
20162
+ "x-order": number;
20163
+ properties: {
20164
+ layers: {
20165
+ type: string;
20166
+ description: string;
20167
+ };
20168
+ };
20169
+ required: string[];
20170
+ };
20154
20171
  };
20155
20172
  };
20156
20173
  $schema: string;