@meshery/schemas 0.8.92 → 0.8.106

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.ts CHANGED
@@ -457,6 +457,14 @@ interface HttpsSchemasMesheryIoModelJson$3 {
457
457
  * Number of relationships associated with the model.
458
458
  */
459
459
  relationshipsCount: number;
460
+ /**
461
+ * Timestamp when the resource was created.
462
+ */
463
+ created_at?: string;
464
+ /**
465
+ * Timestamp when the resource was updated.
466
+ */
467
+ updated_at?: string;
460
468
  }
461
469
  /**
462
470
  * Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections
@@ -760,6 +768,14 @@ interface HttpsSchemasMesheryIoModelJson1 {
760
768
  * Number of relationships associated with the model.
761
769
  */
762
770
  relationshipsCount: number;
771
+ /**
772
+ * Timestamp when the resource was created.
773
+ */
774
+ created_at?: string;
775
+ /**
776
+ * Timestamp when the resource was updated.
777
+ */
778
+ updated_at?: string;
763
779
  }
764
780
  /**
765
781
  * Model of the component. Learn more at https://docs.meshery.io/concepts/models
@@ -883,6 +899,14 @@ interface HttpsSchemasMesheryIoModelJson2 {
883
899
  * Number of relationships associated with the model.
884
900
  */
885
901
  relationshipsCount: number;
902
+ /**
903
+ * Timestamp when the resource was created.
904
+ */
905
+ created_at?: string;
906
+ /**
907
+ * Timestamp when the resource was updated.
908
+ */
909
+ updated_at?: string;
886
910
  }
887
911
 
888
912
  /* eslint-disable */
@@ -1515,6 +1539,14 @@ interface HttpsSchemasMesheryIoRelationshipJson$1 {
1515
1539
  [k: string]: unknown;
1516
1540
  };
1517
1541
  }[];
1542
+ /**
1543
+ * Timestamp when the resource was created.
1544
+ */
1545
+ created_at?: string;
1546
+ /**
1547
+ * Timestamp when the resource was updated.
1548
+ */
1549
+ updated_at?: string;
1518
1550
  }
1519
1551
  /**
1520
1552
  * 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
@@ -2081,6 +2113,14 @@ interface HttpsSchemasMesheryIoComponentJson$3 {
2081
2113
  [k: string]: unknown;
2082
2114
  };
2083
2115
  component: Component$1;
2116
+ /**
2117
+ * Timestamp when the resource was created.
2118
+ */
2119
+ created_at?: string;
2120
+ /**
2121
+ * Timestamp when the resource was updated.
2122
+ */
2123
+ updated_at?: string;
2084
2124
  }
2085
2125
  /**
2086
2126
  * 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
@@ -2204,6 +2244,14 @@ interface HttpsSchemasMesheryIoModelJson$2 {
2204
2244
  * Number of relationships associated with the model.
2205
2245
  */
2206
2246
  relationshipsCount: number;
2247
+ /**
2248
+ * Timestamp when the resource was created.
2249
+ */
2250
+ created_at?: string;
2251
+ /**
2252
+ * Timestamp when the resource was updated.
2253
+ */
2254
+ updated_at?: string;
2207
2255
  }
2208
2256
  /**
2209
2257
  * Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections
@@ -2732,6 +2780,14 @@ interface HttpsSchemasMesheryIoModelJson$1 {
2732
2780
  * Number of relationships associated with the model.
2733
2781
  */
2734
2782
  relationshipsCount: number;
2783
+ /**
2784
+ * Timestamp when the resource was created.
2785
+ */
2786
+ created_at?: string;
2787
+ /**
2788
+ * Timestamp when the resource was updated.
2789
+ */
2790
+ updated_at?: string;
2735
2791
  }
2736
2792
  /**
2737
2793
  * Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections
@@ -3245,18 +3301,7 @@ interface DesignSchema {
3245
3301
  * @minItems 0
3246
3302
  */
3247
3303
  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
- };
3304
+ preferences?: DesignPreferences;
3260
3305
  /**
3261
3306
  * List of relationships between components
3262
3307
  */
@@ -3368,6 +3413,14 @@ interface HttpsSchemasMesheryIoComponentJson$1 {
3368
3413
  [k: string]: unknown;
3369
3414
  };
3370
3415
  component: Component;
3416
+ /**
3417
+ * Timestamp when the resource was created.
3418
+ */
3419
+ created_at?: string;
3420
+ /**
3421
+ * Timestamp when the resource was updated.
3422
+ */
3423
+ updated_at?: string;
3371
3424
  }
3372
3425
  /**
3373
3426
  * 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
@@ -3491,6 +3544,14 @@ interface HttpsSchemasMesheryIoModelJson {
3491
3544
  * Number of relationships associated with the model.
3492
3545
  */
3493
3546
  relationshipsCount: number;
3547
+ /**
3548
+ * Timestamp when the resource was created.
3549
+ */
3550
+ created_at?: string;
3551
+ /**
3552
+ * Timestamp when the resource was updated.
3553
+ */
3554
+ updated_at?: string;
3494
3555
  }
3495
3556
  /**
3496
3557
  * Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections
@@ -3838,6 +3899,18 @@ interface Component {
3838
3899
  schema: string;
3839
3900
  [k: string]: unknown;
3840
3901
  }
3902
+ /**
3903
+ * Design-level preferences
3904
+ */
3905
+ interface DesignPreferences {
3906
+ /**
3907
+ * Map of available layers, where keys are layer names.
3908
+ */
3909
+ layers: {
3910
+ [k: string]: unknown;
3911
+ };
3912
+ [k: string]: unknown;
3913
+ }
3841
3914
  /**
3842
3915
  * 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
3916
  */
@@ -4461,6 +4534,14 @@ interface HttpsSchemasMesheryIoRelationshipJson {
4461
4534
  [k: string]: unknown;
4462
4535
  };
4463
4536
  }[];
4537
+ /**
4538
+ * Timestamp when the resource was created.
4539
+ */
4540
+ created_at?: string;
4541
+ /**
4542
+ * Timestamp when the resource was updated.
4543
+ */
4544
+ updated_at?: string;
4464
4545
  }
4465
4546
  /**
4466
4547
  * 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
@@ -4693,6 +4774,223 @@ interface HttpsSchemasMesheryIoComponentJson {
4693
4774
  deleted_at?: string;
4694
4775
  }
4695
4776
 
4777
+ /* eslint-disable */
4778
+ /**
4779
+ * This file was automatically generated by json-schema-to-typescript.
4780
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4781
+ * and run json-schema-to-typescript to regenerate this file.
4782
+ */
4783
+
4784
+ /**
4785
+ * Represents a user in Layer5 Cloud (Meshery)
4786
+ */
4787
+ interface User {
4788
+ /**
4789
+ * Unique identifier for the user
4790
+ */
4791
+ id: string;
4792
+ /**
4793
+ * User identifier (username or external ID)
4794
+ */
4795
+ user_id: string;
4796
+ /**
4797
+ * Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
4798
+ */
4799
+ provider: string;
4800
+ /**
4801
+ * User's email address
4802
+ */
4803
+ email: string;
4804
+ /**
4805
+ * User's first name
4806
+ */
4807
+ first_name: string;
4808
+ /**
4809
+ * User's last name
4810
+ */
4811
+ last_name: string;
4812
+ /**
4813
+ * URL to user's avatar image
4814
+ */
4815
+ avatar_url?: string;
4816
+ /**
4817
+ * User account status
4818
+ */
4819
+ status: "active" | "inactive" | "pending" | "anonymous";
4820
+ /**
4821
+ * User's biography or description
4822
+ */
4823
+ bio?: string;
4824
+ /**
4825
+ * User's country information stored as JSONB
4826
+ */
4827
+ country?: {
4828
+ [k: string]: unknown;
4829
+ };
4830
+ /**
4831
+ * User's region information stored as JSONB
4832
+ */
4833
+ region?: {
4834
+ [k: string]: unknown;
4835
+ };
4836
+ /**
4837
+ * User preferences stored as JSONB. Can contain arbitrary key-value pairs for user settings and configurations
4838
+ */
4839
+ preferences?: {
4840
+ /**
4841
+ * Whether user wants to receive welcome emails
4842
+ */
4843
+ welcome_email?: boolean;
4844
+ /**
4845
+ * Whether user wants to be notified of role changes
4846
+ */
4847
+ notify_role_change?: boolean;
4848
+ /**
4849
+ * Mesh adapters configuration
4850
+ */
4851
+ meshAdapters?: {
4852
+ [k: string]: unknown;
4853
+ }[];
4854
+ /**
4855
+ * Grafana configuration
4856
+ */
4857
+ grafana?: {
4858
+ grafanaURL?: string;
4859
+ grafanaAPIKey?: string;
4860
+ selectedBoardsConfigs?: {
4861
+ [k: string]: unknown;
4862
+ }[];
4863
+ [k: string]: unknown;
4864
+ };
4865
+ /**
4866
+ * Prometheus configuration
4867
+ */
4868
+ prometheus?: {
4869
+ prometheusURL?: string;
4870
+ selectedPrometheusBoardsConfigs?: {
4871
+ [k: string]: unknown;
4872
+ }[];
4873
+ [k: string]: unknown;
4874
+ };
4875
+ /**
4876
+ * Load test preferences
4877
+ */
4878
+ loadTestPrefs?: {
4879
+ /**
4880
+ * Concurrent requests
4881
+ */
4882
+ c?: number;
4883
+ /**
4884
+ * Queries per second
4885
+ */
4886
+ qps?: number;
4887
+ /**
4888
+ * Duration
4889
+ */
4890
+ t?: string;
4891
+ /**
4892
+ * Load generator
4893
+ */
4894
+ gen?: string;
4895
+ [k: string]: unknown;
4896
+ };
4897
+ /**
4898
+ * Whether to collect anonymous usage statistics
4899
+ */
4900
+ anonymousUsageStats?: boolean;
4901
+ /**
4902
+ * Whether to collect anonymous performance results
4903
+ */
4904
+ anonymousPerfResults?: boolean;
4905
+ /**
4906
+ * Dashboard preferences
4907
+ */
4908
+ dashboardPreferences?: {
4909
+ [k: string]: unknown;
4910
+ };
4911
+ /**
4912
+ * Currently selected organization ID
4913
+ */
4914
+ selectedOrganizationID?: string;
4915
+ /**
4916
+ * Selected workspace for each organization
4917
+ */
4918
+ selectedWorkspaceForOrganizations?: {
4919
+ [k: string]: string;
4920
+ };
4921
+ /**
4922
+ * User extension preferences
4923
+ */
4924
+ usersExtensionPreferences?: {
4925
+ [k: string]: unknown;
4926
+ };
4927
+ /**
4928
+ * Remote provider preferences
4929
+ */
4930
+ remoteProviderPreferences?: {
4931
+ [k: string]: unknown;
4932
+ };
4933
+ [k: string]: unknown;
4934
+ };
4935
+ /**
4936
+ * Timestamp when user accepted terms and conditions
4937
+ */
4938
+ accepted_terms_at?: string;
4939
+ /**
4940
+ * Timestamp of user's first login
4941
+ */
4942
+ first_login_time?: string;
4943
+ /**
4944
+ * Timestamp of user's most recent login
4945
+ */
4946
+ last_login_time: string;
4947
+ /**
4948
+ * Timestamp when the user record was created
4949
+ */
4950
+ created_at: string;
4951
+ /**
4952
+ * Timestamp when the user record was last updated
4953
+ */
4954
+ updated_at: string;
4955
+ /**
4956
+ * Timestamp when the user record was soft-deleted (null if not deleted)
4957
+ */
4958
+ deleted_at: string | null;
4959
+ /**
4960
+ * List of global roles assigned to the user
4961
+ */
4962
+ role_names?: (
4963
+ | "admin"
4964
+ | "meshmap"
4965
+ | "curator"
4966
+ | "team admin"
4967
+ | "workspace admin"
4968
+ | "workspace manager"
4969
+ | "organization admin"
4970
+ | "user"
4971
+ )[];
4972
+ /**
4973
+ * Teams the user belongs to with role information
4974
+ */
4975
+ teams?: {
4976
+ teams_with_roles?: {
4977
+ [k: string]: unknown;
4978
+ }[];
4979
+ total_count?: number;
4980
+ [k: string]: unknown;
4981
+ };
4982
+ /**
4983
+ * Organizations the user belongs to with role information
4984
+ */
4985
+ organizations?: {
4986
+ organizations_with_roles?: {
4987
+ [k: string]: unknown;
4988
+ }[];
4989
+ total_count?: number;
4990
+ [k: string]: unknown;
4991
+ };
4992
+ }
4993
+
4696
4994
  /**
4697
4995
  * This file was automatically generated from OpenAPI schema.
4698
4996
  * Do not manually modify this file.
@@ -5772,6 +6070,32 @@ declare const schema$9: {
5772
6070
  };
5773
6071
  default: number;
5774
6072
  };
6073
+ created_at: {
6074
+ "x-order": number;
6075
+ description: string;
6076
+ "x-go-type": string;
6077
+ type: string;
6078
+ format: string;
6079
+ "x-go-name": string;
6080
+ "x-oapi-codegen-extra-tags": {
6081
+ db: string;
6082
+ yaml: string;
6083
+ };
6084
+ "x-go-type-skip-optional-pointer": boolean;
6085
+ };
6086
+ updated_at: {
6087
+ "x-order": number;
6088
+ description: string;
6089
+ "x-go-type": string;
6090
+ type: string;
6091
+ format: string;
6092
+ "x-go-name": string;
6093
+ "x-oapi-codegen-extra-tags": {
6094
+ db: string;
6095
+ yaml: string;
6096
+ };
6097
+ "x-go-type-skip-optional-pointer": boolean;
6098
+ };
5775
6099
  };
5776
6100
  required: string[];
5777
6101
  };
@@ -6496,11 +6820,38 @@ declare const schema$9: {
6496
6820
  };
6497
6821
  required: string[];
6498
6822
  };
6823
+ created_at: {
6824
+ "x-order": number;
6825
+ description: string;
6826
+ "x-go-type": string;
6827
+ type: string;
6828
+ format: string;
6829
+ "x-go-name": string;
6830
+ "x-oapi-codegen-extra-tags": {
6831
+ db: string;
6832
+ yaml: string;
6833
+ };
6834
+ "x-go-type-skip-optional-pointer": boolean;
6835
+ };
6836
+ updated_at: {
6837
+ "x-order": number;
6838
+ description: string;
6839
+ "x-go-type": string;
6840
+ type: string;
6841
+ format: string;
6842
+ "x-go-name": string;
6843
+ "x-oapi-codegen-extra-tags": {
6844
+ db: string;
6845
+ yaml: string;
6846
+ };
6847
+ "x-go-type-skip-optional-pointer": boolean;
6848
+ };
6499
6849
  };
6500
6850
  required: string[];
6501
6851
  };
6502
6852
  };
6503
6853
  preferences: {
6854
+ "x-go-type": string;
6504
6855
  type: string;
6505
6856
  description: string;
6506
6857
  "x-order": number;
@@ -8516,6 +8867,30 @@ declare const schema$9: {
8516
8867
  };
8517
8868
  };
8518
8869
  };
8870
+ created_at: {
8871
+ description: string;
8872
+ "x-go-type": string;
8873
+ type: string;
8874
+ format: string;
8875
+ "x-go-name": string;
8876
+ "x-oapi-codegen-extra-tags": {
8877
+ db: string;
8878
+ yaml: string;
8879
+ };
8880
+ "x-go-type-skip-optional-pointer": boolean;
8881
+ };
8882
+ updated_at: {
8883
+ description: string;
8884
+ "x-go-type": string;
8885
+ type: string;
8886
+ format: string;
8887
+ "x-go-name": string;
8888
+ "x-oapi-codegen-extra-tags": {
8889
+ db: string;
8890
+ yaml: string;
8891
+ };
8892
+ "x-go-type-skip-optional-pointer": boolean;
8893
+ };
8519
8894
  };
8520
8895
  };
8521
8896
  };
@@ -9596,6 +9971,32 @@ declare const schema$9: {
9596
9971
  };
9597
9972
  default: number;
9598
9973
  };
9974
+ created_at: {
9975
+ "x-order": number;
9976
+ description: string;
9977
+ "x-go-type": string;
9978
+ type: string;
9979
+ format: string;
9980
+ "x-go-name": string;
9981
+ "x-oapi-codegen-extra-tags": {
9982
+ db: string;
9983
+ yaml: string;
9984
+ };
9985
+ "x-go-type-skip-optional-pointer": boolean;
9986
+ };
9987
+ updated_at: {
9988
+ "x-order": number;
9989
+ description: string;
9990
+ "x-go-type": string;
9991
+ type: string;
9992
+ format: string;
9993
+ "x-go-name": string;
9994
+ "x-oapi-codegen-extra-tags": {
9995
+ db: string;
9996
+ yaml: string;
9997
+ };
9998
+ "x-go-type-skip-optional-pointer": boolean;
9999
+ };
9599
10000
  };
9600
10001
  required: string[];
9601
10002
  };
@@ -10320,11 +10721,38 @@ declare const schema$9: {
10320
10721
  };
10321
10722
  required: string[];
10322
10723
  };
10724
+ created_at: {
10725
+ "x-order": number;
10726
+ description: string;
10727
+ "x-go-type": string;
10728
+ type: string;
10729
+ format: string;
10730
+ "x-go-name": string;
10731
+ "x-oapi-codegen-extra-tags": {
10732
+ db: string;
10733
+ yaml: string;
10734
+ };
10735
+ "x-go-type-skip-optional-pointer": boolean;
10736
+ };
10737
+ updated_at: {
10738
+ "x-order": number;
10739
+ description: string;
10740
+ "x-go-type": string;
10741
+ type: string;
10742
+ format: string;
10743
+ "x-go-name": string;
10744
+ "x-oapi-codegen-extra-tags": {
10745
+ db: string;
10746
+ yaml: string;
10747
+ };
10748
+ "x-go-type-skip-optional-pointer": boolean;
10749
+ };
10323
10750
  };
10324
10751
  required: string[];
10325
10752
  };
10326
10753
  };
10327
10754
  preferences: {
10755
+ "x-go-type": string;
10328
10756
  type: string;
10329
10757
  description: string;
10330
10758
  "x-order": number;
@@ -12340,6 +12768,30 @@ declare const schema$9: {
12340
12768
  };
12341
12769
  };
12342
12770
  };
12771
+ created_at: {
12772
+ description: string;
12773
+ "x-go-type": string;
12774
+ type: string;
12775
+ format: string;
12776
+ "x-go-name": string;
12777
+ "x-oapi-codegen-extra-tags": {
12778
+ db: string;
12779
+ yaml: string;
12780
+ };
12781
+ "x-go-type-skip-optional-pointer": boolean;
12782
+ };
12783
+ updated_at: {
12784
+ description: string;
12785
+ "x-go-type": string;
12786
+ type: string;
12787
+ format: string;
12788
+ "x-go-name": string;
12789
+ "x-oapi-codegen-extra-tags": {
12790
+ db: string;
12791
+ yaml: string;
12792
+ };
12793
+ "x-go-type-skip-optional-pointer": boolean;
12794
+ };
12343
12795
  };
12344
12796
  };
12345
12797
  };
@@ -13452,6 +13904,32 @@ declare const schema$9: {
13452
13904
  };
13453
13905
  default: number;
13454
13906
  };
13907
+ created_at: {
13908
+ "x-order": number;
13909
+ description: string;
13910
+ "x-go-type": string;
13911
+ type: string;
13912
+ format: string;
13913
+ "x-go-name": string;
13914
+ "x-oapi-codegen-extra-tags": {
13915
+ db: string;
13916
+ yaml: string;
13917
+ };
13918
+ "x-go-type-skip-optional-pointer": boolean;
13919
+ };
13920
+ updated_at: {
13921
+ "x-order": number;
13922
+ description: string;
13923
+ "x-go-type": string;
13924
+ type: string;
13925
+ format: string;
13926
+ "x-go-name": string;
13927
+ "x-oapi-codegen-extra-tags": {
13928
+ db: string;
13929
+ yaml: string;
13930
+ };
13931
+ "x-go-type-skip-optional-pointer": boolean;
13932
+ };
13455
13933
  };
13456
13934
  required: string[];
13457
13935
  };
@@ -14176,11 +14654,38 @@ declare const schema$9: {
14176
14654
  };
14177
14655
  required: string[];
14178
14656
  };
14657
+ created_at: {
14658
+ "x-order": number;
14659
+ description: string;
14660
+ "x-go-type": string;
14661
+ type: string;
14662
+ format: string;
14663
+ "x-go-name": string;
14664
+ "x-oapi-codegen-extra-tags": {
14665
+ db: string;
14666
+ yaml: string;
14667
+ };
14668
+ "x-go-type-skip-optional-pointer": boolean;
14669
+ };
14670
+ updated_at: {
14671
+ "x-order": number;
14672
+ description: string;
14673
+ "x-go-type": string;
14674
+ type: string;
14675
+ format: string;
14676
+ "x-go-name": string;
14677
+ "x-oapi-codegen-extra-tags": {
14678
+ db: string;
14679
+ yaml: string;
14680
+ };
14681
+ "x-go-type-skip-optional-pointer": boolean;
14682
+ };
14179
14683
  };
14180
14684
  required: string[];
14181
14685
  };
14182
14686
  };
14183
14687
  preferences: {
14688
+ "x-go-type": string;
14184
14689
  type: string;
14185
14690
  description: string;
14186
14691
  "x-order": number;
@@ -16196,6 +16701,30 @@ declare const schema$9: {
16196
16701
  };
16197
16702
  };
16198
16703
  };
16704
+ created_at: {
16705
+ description: string;
16706
+ "x-go-type": string;
16707
+ type: string;
16708
+ format: string;
16709
+ "x-go-name": string;
16710
+ "x-oapi-codegen-extra-tags": {
16711
+ db: string;
16712
+ yaml: string;
16713
+ };
16714
+ "x-go-type-skip-optional-pointer": boolean;
16715
+ };
16716
+ updated_at: {
16717
+ description: string;
16718
+ "x-go-type": string;
16719
+ type: string;
16720
+ format: string;
16721
+ "x-go-name": string;
16722
+ "x-oapi-codegen-extra-tags": {
16723
+ db: string;
16724
+ yaml: string;
16725
+ };
16726
+ "x-go-type-skip-optional-pointer": boolean;
16727
+ };
16199
16728
  };
16200
16729
  };
16201
16730
  };
@@ -17340,6 +17869,32 @@ declare const schema$9: {
17340
17869
  };
17341
17870
  default: number;
17342
17871
  };
17872
+ created_at: {
17873
+ "x-order": number;
17874
+ description: string;
17875
+ "x-go-type": string;
17876
+ type: string;
17877
+ format: string;
17878
+ "x-go-name": string;
17879
+ "x-oapi-codegen-extra-tags": {
17880
+ db: string;
17881
+ yaml: string;
17882
+ };
17883
+ "x-go-type-skip-optional-pointer": boolean;
17884
+ };
17885
+ updated_at: {
17886
+ "x-order": number;
17887
+ description: string;
17888
+ "x-go-type": string;
17889
+ type: string;
17890
+ format: string;
17891
+ "x-go-name": string;
17892
+ "x-oapi-codegen-extra-tags": {
17893
+ db: string;
17894
+ yaml: string;
17895
+ };
17896
+ "x-go-type-skip-optional-pointer": boolean;
17897
+ };
17343
17898
  };
17344
17899
  required: string[];
17345
17900
  };
@@ -18064,11 +18619,38 @@ declare const schema$9: {
18064
18619
  };
18065
18620
  required: string[];
18066
18621
  };
18622
+ created_at: {
18623
+ "x-order": number;
18624
+ description: string;
18625
+ "x-go-type": string;
18626
+ type: string;
18627
+ format: string;
18628
+ "x-go-name": string;
18629
+ "x-oapi-codegen-extra-tags": {
18630
+ db: string;
18631
+ yaml: string;
18632
+ };
18633
+ "x-go-type-skip-optional-pointer": boolean;
18634
+ };
18635
+ updated_at: {
18636
+ "x-order": number;
18637
+ description: string;
18638
+ "x-go-type": string;
18639
+ type: string;
18640
+ format: string;
18641
+ "x-go-name": string;
18642
+ "x-oapi-codegen-extra-tags": {
18643
+ db: string;
18644
+ yaml: string;
18645
+ };
18646
+ "x-go-type-skip-optional-pointer": boolean;
18647
+ };
18067
18648
  };
18068
18649
  required: string[];
18069
18650
  };
18070
18651
  };
18071
18652
  preferences: {
18653
+ "x-go-type": string;
18072
18654
  type: string;
18073
18655
  description: string;
18074
18656
  "x-order": number;
@@ -20084,6 +20666,30 @@ declare const schema$9: {
20084
20666
  };
20085
20667
  };
20086
20668
  };
20669
+ created_at: {
20670
+ description: string;
20671
+ "x-go-type": string;
20672
+ type: string;
20673
+ format: string;
20674
+ "x-go-name": string;
20675
+ "x-oapi-codegen-extra-tags": {
20676
+ db: string;
20677
+ yaml: string;
20678
+ };
20679
+ "x-go-type-skip-optional-pointer": boolean;
20680
+ };
20681
+ updated_at: {
20682
+ description: string;
20683
+ "x-go-type": string;
20684
+ type: string;
20685
+ format: string;
20686
+ "x-go-name": string;
20687
+ "x-oapi-codegen-extra-tags": {
20688
+ db: string;
20689
+ yaml: string;
20690
+ };
20691
+ "x-go-type-skip-optional-pointer": boolean;
20692
+ };
20087
20693
  };
20088
20694
  };
20089
20695
  };
@@ -20151,6 +20757,18 @@ declare const schema$9: {
20151
20757
  };
20152
20758
  };
20153
20759
  };
20760
+ DesignPreferences: {
20761
+ type: string;
20762
+ description: string;
20763
+ "x-order": number;
20764
+ properties: {
20765
+ layers: {
20766
+ type: string;
20767
+ description: string;
20768
+ };
20769
+ };
20770
+ required: string[];
20771
+ };
20154
20772
  };
20155
20773
  };
20156
20774
  $schema: string;
@@ -21114,6 +21732,32 @@ declare const schema$6: {
21114
21732
  };
21115
21733
  default: number;
21116
21734
  };
21735
+ created_at: {
21736
+ "x-order": number;
21737
+ description: string;
21738
+ "x-go-type": string;
21739
+ type: string;
21740
+ format: string;
21741
+ "x-go-name": string;
21742
+ "x-oapi-codegen-extra-tags": {
21743
+ db: string;
21744
+ yaml: string;
21745
+ };
21746
+ "x-go-type-skip-optional-pointer": boolean;
21747
+ };
21748
+ updated_at: {
21749
+ "x-order": number;
21750
+ description: string;
21751
+ "x-go-type": string;
21752
+ type: string;
21753
+ format: string;
21754
+ "x-go-name": string;
21755
+ "x-oapi-codegen-extra-tags": {
21756
+ db: string;
21757
+ yaml: string;
21758
+ };
21759
+ "x-go-type-skip-optional-pointer": boolean;
21760
+ };
21117
21761
  };
21118
21762
  required: string[];
21119
21763
  };
@@ -21838,6 +22482,32 @@ declare const schema$6: {
21838
22482
  };
21839
22483
  required: string[];
21840
22484
  };
22485
+ created_at: {
22486
+ "x-order": number;
22487
+ description: string;
22488
+ "x-go-type": string;
22489
+ type: string;
22490
+ format: string;
22491
+ "x-go-name": string;
22492
+ "x-oapi-codegen-extra-tags": {
22493
+ db: string;
22494
+ yaml: string;
22495
+ };
22496
+ "x-go-type-skip-optional-pointer": boolean;
22497
+ };
22498
+ updated_at: {
22499
+ "x-order": number;
22500
+ description: string;
22501
+ "x-go-type": string;
22502
+ type: string;
22503
+ format: string;
22504
+ "x-go-name": string;
22505
+ "x-oapi-codegen-extra-tags": {
22506
+ db: string;
22507
+ yaml: string;
22508
+ };
22509
+ "x-go-type-skip-optional-pointer": boolean;
22510
+ };
21841
22511
  };
21842
22512
  required: string[];
21843
22513
  };
@@ -22810,6 +23480,32 @@ declare const schema$5: {
22810
23480
  };
22811
23481
  default: number;
22812
23482
  };
23483
+ created_at: {
23484
+ "x-order": number;
23485
+ description: string;
23486
+ "x-go-type": string;
23487
+ type: string;
23488
+ format: string;
23489
+ "x-go-name": string;
23490
+ "x-oapi-codegen-extra-tags": {
23491
+ db: string;
23492
+ yaml: string;
23493
+ };
23494
+ "x-go-type-skip-optional-pointer": boolean;
23495
+ };
23496
+ updated_at: {
23497
+ "x-order": number;
23498
+ description: string;
23499
+ "x-go-type": string;
23500
+ type: string;
23501
+ format: string;
23502
+ "x-go-name": string;
23503
+ "x-oapi-codegen-extra-tags": {
23504
+ db: string;
23505
+ yaml: string;
23506
+ };
23507
+ "x-go-type-skip-optional-pointer": boolean;
23508
+ };
22813
23509
  };
22814
23510
  required: string[];
22815
23511
  };
@@ -33977,6 +34673,7 @@ declare namespace v1beta1 {
33977
34673
  type Model = HttpsSchemasMesheryIoModelJson$1;
33978
34674
  type Design = DesignSchema;
33979
34675
  type Connection = HttpsSchemasMesheryIoComponentJson;
34676
+ type User = User;
33980
34677
  }
33981
34678
  declare namespace api {
33982
34679
  type Components = components;