@meshery/schemas 1.2.21 → 1.2.22

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 (33) hide show
  1. package/dist/cloudApi.d.mts +9 -9
  2. package/dist/cloudApi.d.ts +9 -9
  3. package/dist/constructs/v1beta1/academy/Academy.d.ts +65 -65
  4. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  5. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  6. package/dist/constructs/v1beta1/role/Role.d.ts +1 -1
  7. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  8. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  9. package/dist/constructs/v1beta1/user/User.d.ts +7 -7
  10. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  11. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  12. package/dist/constructs/v1beta2/academy/Academy.d.ts +65 -65
  13. package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
  14. package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
  15. package/dist/constructs/v1beta2/role/Role.d.ts +1 -1
  16. package/dist/constructs/v1beta2/role/RoleSchema.js +1 -1
  17. package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
  18. package/dist/constructs/v1beta2/user/User.d.ts +7 -7
  19. package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
  20. package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
  21. package/dist/constructs/v1beta3/academy/Academy.d.ts +65 -65
  22. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  23. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  24. package/dist/constructs/v1beta3/design/Design.d.ts +8 -8
  25. package/dist/constructs/v1beta3/design/DesignSchema.js +8 -8
  26. package/dist/constructs/v1beta3/design/DesignSchema.mjs +8 -8
  27. package/dist/index.d.mts +40 -40
  28. package/dist/index.d.ts +40 -40
  29. package/dist/mesheryApi.d.mts +4 -4
  30. package/dist/mesheryApi.d.ts +4 -4
  31. package/dist/permissions.d.mts +1 -1
  32. package/dist/permissions.d.ts +1 -1
  33. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1984,7 +1984,7 @@ interface components$s {
1984
1984
  /** @description User identifier (username or external ID) */
1985
1985
  user_id: string;
1986
1986
  /**
1987
- * @description Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
1987
+ * @description Authentication provider (e.g., Google, Github)
1988
1988
  * @example [
1989
1989
  * "local",
1990
1990
  * "github",
@@ -2193,7 +2193,7 @@ interface components$s {
2193
2193
  /** @description User identifier (username or external ID) */
2194
2194
  user_id: string;
2195
2195
  /**
2196
- * @description Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
2196
+ * @description Authentication provider (e.g., Google, Github)
2197
2197
  * @example [
2198
2198
  * "local",
2199
2199
  * "github",
@@ -2403,7 +2403,7 @@ interface components$s {
2403
2403
  /** @description User identifier (username or external ID) */
2404
2404
  user_id: string;
2405
2405
  /**
2406
- * @description Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
2406
+ * @description Authentication provider (e.g., Google, Github)
2407
2407
  * @example [
2408
2408
  * "local",
2409
2409
  * "github",
@@ -14263,7 +14263,7 @@ interface components$j {
14263
14263
 
14264
14264
  interface components$i {
14265
14265
  schemas: {
14266
- /** @description Role definition for Layer5 Cloud (Meshery). */
14266
+ /** @description Role definition */
14267
14267
  Role: {
14268
14268
  /**
14269
14269
  * Format: uuid
@@ -17190,7 +17190,7 @@ interface components$c {
17190
17190
  schemas: {
17191
17191
  /**
17192
17192
  * @description Organization ID that owns this learning path
17193
- * @example layer5
17193
+ * @example meshery
17194
17194
  */
17195
17195
  AcademyCurriculaOrgId: string;
17196
17196
  /** @description ID of the badge to be awarded on completion of this curricula */
@@ -17230,7 +17230,7 @@ interface components$c {
17230
17230
  /**
17231
17231
  * Format: uri
17232
17232
  * @description Canonical URL for the learning path
17233
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
17233
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
17234
17234
  */
17235
17235
  permalink: string;
17236
17236
  certificate?: {
@@ -17321,7 +17321,7 @@ interface components$c {
17321
17321
  /**
17322
17322
  * Format: uri
17323
17323
  * @description URL to the course content
17324
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
17324
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
17325
17325
  */
17326
17326
  permalink: string;
17327
17327
  /**
@@ -17389,7 +17389,7 @@ interface components$c {
17389
17389
  type: "learning-path" | "challenge" | "certification";
17390
17390
  /**
17391
17391
  * @description Organization ID that owns this learning path
17392
- * @example layer5
17392
+ * @example meshery
17393
17393
  */
17394
17394
  org_id: string;
17395
17395
  /**
@@ -17453,7 +17453,7 @@ interface components$c {
17453
17453
  /**
17454
17454
  * Format: uri
17455
17455
  * @description Canonical URL for the learning path
17456
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
17456
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
17457
17457
  */
17458
17458
  permalink: string;
17459
17459
  certificate?: {
@@ -17544,7 +17544,7 @@ interface components$c {
17544
17544
  /**
17545
17545
  * Format: uri
17546
17546
  * @description URL to the course content
17547
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
17547
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
17548
17548
  */
17549
17549
  permalink: string;
17550
17550
  /**
@@ -17588,7 +17588,7 @@ interface components$c {
17588
17588
  type: "learning-path" | "challenge" | "certification";
17589
17589
  /**
17590
17590
  * @description Organization ID that owns this learning path
17591
- * @example layer5
17591
+ * @example meshery
17592
17592
  */
17593
17593
  org_id: string;
17594
17594
  /**
@@ -17652,7 +17652,7 @@ interface components$c {
17652
17652
  /**
17653
17653
  * Format: uri
17654
17654
  * @description Canonical URL for the learning path
17655
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
17655
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
17656
17656
  */
17657
17657
  permalink: string;
17658
17658
  certificate?: {
@@ -17743,7 +17743,7 @@ interface components$c {
17743
17743
  /**
17744
17744
  * Format: uri
17745
17745
  * @description URL to the course content
17746
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
17746
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
17747
17747
  */
17748
17748
  permalink: string;
17749
17749
  /**
@@ -17851,7 +17851,7 @@ interface components$c {
17851
17851
  title: string;
17852
17852
  /**
17853
17853
  * @description Organization ID that owns this learning path
17854
- * @example layer5
17854
+ * @example meshery
17855
17855
  */
17856
17856
  org_id: string;
17857
17857
  /** @description ID of the workspace to which this Curricula belongs */
@@ -17899,7 +17899,7 @@ interface components$c {
17899
17899
  /**
17900
17900
  * Format: uri
17901
17901
  * @description Canonical URL for the learning path
17902
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
17902
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
17903
17903
  */
17904
17904
  permalink: string;
17905
17905
  certificate?: {
@@ -17990,7 +17990,7 @@ interface components$c {
17990
17990
  /**
17991
17991
  * Format: uri
17992
17992
  * @description URL to the course content
17993
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
17993
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
17994
17994
  */
17995
17995
  permalink: string;
17996
17996
  /**
@@ -18034,7 +18034,7 @@ interface components$c {
18034
18034
  type: "learning-path" | "challenge" | "certification";
18035
18035
  /**
18036
18036
  * @description Organization ID that owns this learning path
18037
- * @example layer5
18037
+ * @example meshery
18038
18038
  */
18039
18039
  org_id: string;
18040
18040
  /**
@@ -18098,7 +18098,7 @@ interface components$c {
18098
18098
  /**
18099
18099
  * Format: uri
18100
18100
  * @description Canonical URL for the learning path
18101
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
18101
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
18102
18102
  */
18103
18103
  permalink: string;
18104
18104
  certificate?: {
@@ -18189,7 +18189,7 @@ interface components$c {
18189
18189
  /**
18190
18190
  * Format: uri
18191
18191
  * @description URL to the course content
18192
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
18192
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
18193
18193
  */
18194
18194
  permalink: string;
18195
18195
  /**
@@ -18243,7 +18243,7 @@ interface components$c {
18243
18243
  type: "learning-path" | "challenge" | "certification";
18244
18244
  /**
18245
18245
  * @description Organization ID that owns this learning path
18246
- * @example layer5
18246
+ * @example meshery
18247
18247
  */
18248
18248
  org_id: string;
18249
18249
  /**
@@ -18307,7 +18307,7 @@ interface components$c {
18307
18307
  /**
18308
18308
  * Format: uri
18309
18309
  * @description Canonical URL for the learning path
18310
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
18310
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
18311
18311
  */
18312
18312
  permalink: string;
18313
18313
  certificate?: {
@@ -18398,7 +18398,7 @@ interface components$c {
18398
18398
  /**
18399
18399
  * Format: uri
18400
18400
  * @description URL to the course content
18401
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
18401
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
18402
18402
  */
18403
18403
  permalink: string;
18404
18404
  /**
@@ -18450,7 +18450,7 @@ interface components$c {
18450
18450
  type: "learning-path" | "challenge" | "certification";
18451
18451
  /**
18452
18452
  * @description Organization ID that owns this learning path
18453
- * @example layer5
18453
+ * @example meshery
18454
18454
  */
18455
18455
  org_id: string;
18456
18456
  /**
@@ -18514,7 +18514,7 @@ interface components$c {
18514
18514
  /**
18515
18515
  * Format: uri
18516
18516
  * @description Canonical URL for the learning path
18517
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
18517
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
18518
18518
  */
18519
18519
  permalink: string;
18520
18520
  certificate?: {
@@ -18605,7 +18605,7 @@ interface components$c {
18605
18605
  /**
18606
18606
  * Format: uri
18607
18607
  * @description URL to the course content
18608
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
18608
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
18609
18609
  */
18610
18610
  permalink: string;
18611
18611
  /**
@@ -18667,7 +18667,7 @@ interface components$c {
18667
18667
  /**
18668
18668
  * Format: uri
18669
18669
  * @description Canonical URL for the learning path
18670
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
18670
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
18671
18671
  */
18672
18672
  permalink: string;
18673
18673
  certificate?: {
@@ -18758,7 +18758,7 @@ interface components$c {
18758
18758
  /**
18759
18759
  * Format: uri
18760
18760
  * @description URL to the course content
18761
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
18761
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
18762
18762
  */
18763
18763
  permalink: string;
18764
18764
  /**
@@ -18813,7 +18813,7 @@ interface components$c {
18813
18813
  /**
18814
18814
  * Format: uri
18815
18815
  * @description Canonical URL for the learning path
18816
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
18816
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
18817
18817
  */
18818
18818
  permalink: string;
18819
18819
  certificate?: {
@@ -18904,7 +18904,7 @@ interface components$c {
18904
18904
  /**
18905
18905
  * Format: uri
18906
18906
  * @description URL to the course content
18907
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
18907
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
18908
18908
  */
18909
18909
  permalink: string;
18910
18910
  /**
@@ -19051,7 +19051,7 @@ interface components$c {
19051
19051
  /**
19052
19052
  * Format: uri
19053
19053
  * @description Canonical URL for the learning path
19054
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
19054
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
19055
19055
  */
19056
19056
  permalink: string;
19057
19057
  certificate?: {
@@ -19142,7 +19142,7 @@ interface components$c {
19142
19142
  /**
19143
19143
  * Format: uri
19144
19144
  * @description URL to the course content
19145
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
19145
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
19146
19146
  */
19147
19147
  permalink: string;
19148
19148
  /**
@@ -19328,7 +19328,7 @@ interface components$c {
19328
19328
  /**
19329
19329
  * Format: uuid
19330
19330
  * @description Organization ID that owns this quiz
19331
- * @example layer5
19331
+ * @example meshery
19332
19332
  */
19333
19333
  org_id: string;
19334
19334
  /**
@@ -19494,7 +19494,7 @@ interface components$c {
19494
19494
  /**
19495
19495
  * Format: uuid
19496
19496
  * @description Organization ID that owns this quiz
19497
- * @example layer5
19497
+ * @example meshery
19498
19498
  */
19499
19499
  org_id: string;
19500
19500
  /**
@@ -19643,7 +19643,7 @@ interface components$c {
19643
19643
  /**
19644
19644
  * Format: uri
19645
19645
  * @description URL to the course content
19646
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
19646
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
19647
19647
  */
19648
19648
  permalink: string;
19649
19649
  /**
@@ -19863,7 +19863,7 @@ interface components$c {
19863
19863
  /**
19864
19864
  * Format: uuid
19865
19865
  * @description Organization ID that owns this quiz
19866
- * @example layer5
19866
+ * @example meshery
19867
19867
  */
19868
19868
  org_id: string;
19869
19869
  /**
@@ -20082,7 +20082,7 @@ interface components$c {
20082
20082
  /**
20083
20083
  * Format: uuid
20084
20084
  * @description Organization ID that owns this quiz
20085
- * @example layer5
20085
+ * @example meshery
20086
20086
  */
20087
20087
  org_id: string;
20088
20088
  /**
@@ -20428,7 +20428,7 @@ interface components$c {
20428
20428
  /**
20429
20429
  * Format: uuid
20430
20430
  * @description Organization ID that owns this quiz
20431
- * @example layer5
20431
+ * @example meshery
20432
20432
  */
20433
20433
  org_id: string;
20434
20434
  /**
@@ -20571,7 +20571,7 @@ interface components$c {
20571
20571
  /**
20572
20572
  * Format: uuid
20573
20573
  * @description Organization ID that owns this quiz
20574
- * @example layer5
20574
+ * @example meshery
20575
20575
  */
20576
20576
  org_id: string;
20577
20577
  /**
@@ -20728,7 +20728,7 @@ interface components$c {
20728
20728
  /**
20729
20729
  * Format: uuid
20730
20730
  * @description Organization ID that owns this quiz
20731
- * @example layer5
20731
+ * @example meshery
20732
20732
  */
20733
20733
  org_id: string;
20734
20734
  /**
@@ -21037,7 +21037,7 @@ interface components$c {
21037
21037
  /**
21038
21038
  * Format: uuid
21039
21039
  * @description Organization ID that owns this quiz
21040
- * @example layer5
21040
+ * @example meshery
21041
21041
  */
21042
21042
  org_id: string;
21043
21043
  /**
@@ -2855,7 +2855,7 @@ type GetUsersForOrgApiResponse = {
2855
2855
  id: string;
2856
2856
  /** User identifier (username or external ID) */
2857
2857
  userId: string;
2858
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2858
+ /** Authentication provider (e.g., Google, Github) */
2859
2859
  provider: string;
2860
2860
  /** User's email address */
2861
2861
  email: string;
@@ -3010,7 +3010,7 @@ type GetUsersApiResponse = {
3010
3010
  id: string;
3011
3011
  /** User identifier (username or external ID) */
3012
3012
  userId: string;
3013
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3013
+ /** Authentication provider (e.g., Google, Github) */
3014
3014
  provider: string;
3015
3015
  /** User's email address */
3016
3016
  email: string;
@@ -3153,7 +3153,7 @@ type GetUserProfileByIdApiResponse = {
3153
3153
  id: string;
3154
3154
  /** User identifier (username or external ID) */
3155
3155
  userId: string;
3156
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3156
+ /** Authentication provider (e.g., Google, Github) */
3157
3157
  provider: string;
3158
3158
  /** User's email address */
3159
3159
  email: string;
@@ -3287,7 +3287,7 @@ type GetUserApiResponse = {
3287
3287
  id: string;
3288
3288
  /** User identifier (username or external ID) */
3289
3289
  userId: string;
3290
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3290
+ /** Authentication provider (e.g., Google, Github) */
3291
3291
  provider: string;
3292
3292
  /** User's email address */
3293
3293
  email: string;
@@ -2855,7 +2855,7 @@ type GetUsersForOrgApiResponse = {
2855
2855
  id: string;
2856
2856
  /** User identifier (username or external ID) */
2857
2857
  userId: string;
2858
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2858
+ /** Authentication provider (e.g., Google, Github) */
2859
2859
  provider: string;
2860
2860
  /** User's email address */
2861
2861
  email: string;
@@ -3010,7 +3010,7 @@ type GetUsersApiResponse = {
3010
3010
  id: string;
3011
3011
  /** User identifier (username or external ID) */
3012
3012
  userId: string;
3013
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3013
+ /** Authentication provider (e.g., Google, Github) */
3014
3014
  provider: string;
3015
3015
  /** User's email address */
3016
3016
  email: string;
@@ -3153,7 +3153,7 @@ type GetUserProfileByIdApiResponse = {
3153
3153
  id: string;
3154
3154
  /** User identifier (username or external ID) */
3155
3155
  userId: string;
3156
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3156
+ /** Authentication provider (e.g., Google, Github) */
3157
3157
  provider: string;
3158
3158
  /** User's email address */
3159
3159
  email: string;
@@ -3287,7 +3287,7 @@ type GetUserApiResponse = {
3287
3287
  id: string;
3288
3288
  /** User identifier (username or external ID) */
3289
3289
  userId: string;
3290
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
3290
+ /** Authentication provider (e.g., Google, Github) */
3291
3291
  provider: string;
3292
3292
  /** User's email address */
3293
3293
  email: string;
@@ -506,7 +506,7 @@ declare const PermissionKeys: {
506
506
  */
507
507
  readonly IdentityAccessManagementViewOrganizations: PermissionKey;
508
508
  /**
509
- * See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.
509
+ * See all organizations within a Cloud deployment. See all organizations, teams, and users.
510
510
  */
511
511
  readonly IdentityAccessManagementViewAllOrganizations: PermissionKey;
512
512
  /**
@@ -506,7 +506,7 @@ declare const PermissionKeys: {
506
506
  */
507
507
  readonly IdentityAccessManagementViewOrganizations: PermissionKey;
508
508
  /**
509
- * See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.
509
+ * See all organizations within a Cloud deployment. See all organizations, teams, and users.
510
510
  */
511
511
  readonly IdentityAccessManagementViewAllOrganizations: PermissionKey;
512
512
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshery/schemas",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",