@meshery/schemas 0.8.93 → 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
@@ -3357,6 +3413,14 @@ interface HttpsSchemasMesheryIoComponentJson$1 {
3357
3413
  [k: string]: unknown;
3358
3414
  };
3359
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;
3360
3424
  }
3361
3425
  /**
3362
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
@@ -3480,6 +3544,14 @@ interface HttpsSchemasMesheryIoModelJson {
3480
3544
  * Number of relationships associated with the model.
3481
3545
  */
3482
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;
3483
3555
  }
3484
3556
  /**
3485
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
@@ -4462,6 +4534,14 @@ interface HttpsSchemasMesheryIoRelationshipJson {
4462
4534
  [k: string]: unknown;
4463
4535
  };
4464
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;
4465
4545
  }
4466
4546
  /**
4467
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
@@ -4694,6 +4774,223 @@ interface HttpsSchemasMesheryIoComponentJson {
4694
4774
  deleted_at?: string;
4695
4775
  }
4696
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
+
4697
4994
  /**
4698
4995
  * This file was automatically generated from OpenAPI schema.
4699
4996
  * Do not manually modify this file.
@@ -5773,6 +6070,32 @@ declare const schema$9: {
5773
6070
  };
5774
6071
  default: number;
5775
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
+ };
5776
6099
  };
5777
6100
  required: string[];
5778
6101
  };
@@ -6497,6 +6820,32 @@ declare const schema$9: {
6497
6820
  };
6498
6821
  required: string[];
6499
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
+ };
6500
6849
  };
6501
6850
  required: string[];
6502
6851
  };
@@ -8518,6 +8867,30 @@ declare const schema$9: {
8518
8867
  };
8519
8868
  };
8520
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
+ };
8521
8894
  };
8522
8895
  };
8523
8896
  };
@@ -9598,6 +9971,32 @@ declare const schema$9: {
9598
9971
  };
9599
9972
  default: number;
9600
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
+ };
9601
10000
  };
9602
10001
  required: string[];
9603
10002
  };
@@ -10322,6 +10721,32 @@ declare const schema$9: {
10322
10721
  };
10323
10722
  required: string[];
10324
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
+ };
10325
10750
  };
10326
10751
  required: string[];
10327
10752
  };
@@ -12343,6 +12768,30 @@ declare const schema$9: {
12343
12768
  };
12344
12769
  };
12345
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
+ };
12346
12795
  };
12347
12796
  };
12348
12797
  };
@@ -13455,6 +13904,32 @@ declare const schema$9: {
13455
13904
  };
13456
13905
  default: number;
13457
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
+ };
13458
13933
  };
13459
13934
  required: string[];
13460
13935
  };
@@ -14179,6 +14654,32 @@ declare const schema$9: {
14179
14654
  };
14180
14655
  required: string[];
14181
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
+ };
14182
14683
  };
14183
14684
  required: string[];
14184
14685
  };
@@ -16200,6 +16701,30 @@ declare const schema$9: {
16200
16701
  };
16201
16702
  };
16202
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
+ };
16203
16728
  };
16204
16729
  };
16205
16730
  };
@@ -17344,6 +17869,32 @@ declare const schema$9: {
17344
17869
  };
17345
17870
  default: number;
17346
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
+ };
17347
17898
  };
17348
17899
  required: string[];
17349
17900
  };
@@ -18068,6 +18619,32 @@ declare const schema$9: {
18068
18619
  };
18069
18620
  required: string[];
18070
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
+ };
18071
18648
  };
18072
18649
  required: string[];
18073
18650
  };
@@ -20089,6 +20666,30 @@ declare const schema$9: {
20089
20666
  };
20090
20667
  };
20091
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
+ };
20092
20693
  };
20093
20694
  };
20094
20695
  };
@@ -21131,6 +21732,32 @@ declare const schema$6: {
21131
21732
  };
21132
21733
  default: number;
21133
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
+ };
21134
21761
  };
21135
21762
  required: string[];
21136
21763
  };
@@ -21855,6 +22482,32 @@ declare const schema$6: {
21855
22482
  };
21856
22483
  required: string[];
21857
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
+ };
21858
22511
  };
21859
22512
  required: string[];
21860
22513
  };
@@ -22827,6 +23480,32 @@ declare const schema$5: {
22827
23480
  };
22828
23481
  default: number;
22829
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
+ };
22830
23509
  };
22831
23510
  required: string[];
22832
23511
  };
@@ -33994,6 +34673,7 @@ declare namespace v1beta1 {
33994
34673
  type Model = HttpsSchemasMesheryIoModelJson$1;
33995
34674
  type Design = DesignSchema;
33996
34675
  type Connection = HttpsSchemasMesheryIoComponentJson;
34676
+ type User = User;
33997
34677
  }
33998
34678
  declare namespace api {
33999
34679
  type Components = components;