@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
@@ -2007,7 +2007,7 @@ type GetUsersForOrgApiResponse = {
2007
2007
  id: string;
2008
2008
  /** User identifier (username or external ID) */
2009
2009
  userId: string;
2010
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2010
+ /** Authentication provider (e.g., Google, Github) */
2011
2011
  provider: string;
2012
2012
  /** User's email address */
2013
2013
  email: string;
@@ -2162,7 +2162,7 @@ type GetUsersApiResponse = {
2162
2162
  id: string;
2163
2163
  /** User identifier (username or external ID) */
2164
2164
  userId: string;
2165
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2165
+ /** Authentication provider (e.g., Google, Github) */
2166
2166
  provider: string;
2167
2167
  /** User's email address */
2168
2168
  email: string;
@@ -2305,7 +2305,7 @@ type GetUserProfileByIdApiResponse = {
2305
2305
  id: string;
2306
2306
  /** User identifier (username or external ID) */
2307
2307
  userId: string;
2308
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2308
+ /** Authentication provider (e.g., Google, Github) */
2309
2309
  provider: string;
2310
2310
  /** User's email address */
2311
2311
  email: string;
@@ -2439,7 +2439,7 @@ type GetUserApiResponse = {
2439
2439
  id: string;
2440
2440
  /** User identifier (username or external ID) */
2441
2441
  userId: string;
2442
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2442
+ /** Authentication provider (e.g., Google, Github) */
2443
2443
  provider: string;
2444
2444
  /** User's email address */
2445
2445
  email: string;
@@ -4863,7 +4863,7 @@ type GetPatternsApiResponse = {
4863
4863
  id: string;
4864
4864
  /** User identifier (username or external ID) */
4865
4865
  userId: string;
4866
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
4866
+ /** Authentication provider (e.g., Google, Github) */
4867
4867
  provider: string;
4868
4868
  /** User's email address */
4869
4869
  email: string;
@@ -5082,7 +5082,7 @@ type UpsertPatternApiResponse = {
5082
5082
  id: string;
5083
5083
  /** User identifier (username or external ID) */
5084
5084
  userId: string;
5085
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5085
+ /** Authentication provider (e.g., Google, Github) */
5086
5086
  provider: string;
5087
5087
  /** User's email address */
5088
5088
  email: string;
@@ -5359,7 +5359,7 @@ type GetPatternApiResponse = {
5359
5359
  id: string;
5360
5360
  /** User identifier (username or external ID) */
5361
5361
  userId: string;
5362
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5362
+ /** Authentication provider (e.g., Google, Github) */
5363
5363
  provider: string;
5364
5364
  /** User's email address */
5365
5365
  email: string;
@@ -5560,7 +5560,7 @@ type ClonePatternApiResponse = {
5560
5560
  id: string;
5561
5561
  /** User identifier (username or external ID) */
5562
5562
  userId: string;
5563
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5563
+ /** Authentication provider (e.g., Google, Github) */
5564
5564
  provider: string;
5565
5565
  /** User's email address */
5566
5566
  email: string;
@@ -5793,7 +5793,7 @@ type GetCatalogContentApiResponse = {
5793
5793
  id: string;
5794
5794
  /** User identifier (username or external ID) */
5795
5795
  userId: string;
5796
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5796
+ /** Authentication provider (e.g., Google, Github) */
5797
5797
  provider: string;
5798
5798
  /** User's email address */
5799
5799
  email: string;
@@ -2007,7 +2007,7 @@ type GetUsersForOrgApiResponse = {
2007
2007
  id: string;
2008
2008
  /** User identifier (username or external ID) */
2009
2009
  userId: string;
2010
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2010
+ /** Authentication provider (e.g., Google, Github) */
2011
2011
  provider: string;
2012
2012
  /** User's email address */
2013
2013
  email: string;
@@ -2162,7 +2162,7 @@ type GetUsersApiResponse = {
2162
2162
  id: string;
2163
2163
  /** User identifier (username or external ID) */
2164
2164
  userId: string;
2165
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2165
+ /** Authentication provider (e.g., Google, Github) */
2166
2166
  provider: string;
2167
2167
  /** User's email address */
2168
2168
  email: string;
@@ -2305,7 +2305,7 @@ type GetUserProfileByIdApiResponse = {
2305
2305
  id: string;
2306
2306
  /** User identifier (username or external ID) */
2307
2307
  userId: string;
2308
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2308
+ /** Authentication provider (e.g., Google, Github) */
2309
2309
  provider: string;
2310
2310
  /** User's email address */
2311
2311
  email: string;
@@ -2439,7 +2439,7 @@ type GetUserApiResponse = {
2439
2439
  id: string;
2440
2440
  /** User identifier (username or external ID) */
2441
2441
  userId: string;
2442
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
2442
+ /** Authentication provider (e.g., Google, Github) */
2443
2443
  provider: string;
2444
2444
  /** User's email address */
2445
2445
  email: string;
@@ -4863,7 +4863,7 @@ type GetPatternsApiResponse = {
4863
4863
  id: string;
4864
4864
  /** User identifier (username or external ID) */
4865
4865
  userId: string;
4866
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
4866
+ /** Authentication provider (e.g., Google, Github) */
4867
4867
  provider: string;
4868
4868
  /** User's email address */
4869
4869
  email: string;
@@ -5082,7 +5082,7 @@ type UpsertPatternApiResponse = {
5082
5082
  id: string;
5083
5083
  /** User identifier (username or external ID) */
5084
5084
  userId: string;
5085
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5085
+ /** Authentication provider (e.g., Google, Github) */
5086
5086
  provider: string;
5087
5087
  /** User's email address */
5088
5088
  email: string;
@@ -5359,7 +5359,7 @@ type GetPatternApiResponse = {
5359
5359
  id: string;
5360
5360
  /** User identifier (username or external ID) */
5361
5361
  userId: string;
5362
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5362
+ /** Authentication provider (e.g., Google, Github) */
5363
5363
  provider: string;
5364
5364
  /** User's email address */
5365
5365
  email: string;
@@ -5560,7 +5560,7 @@ type ClonePatternApiResponse = {
5560
5560
  id: string;
5561
5561
  /** User identifier (username or external ID) */
5562
5562
  userId: string;
5563
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5563
+ /** Authentication provider (e.g., Google, Github) */
5564
5564
  provider: string;
5565
5565
  /** User's email address */
5566
5566
  email: string;
@@ -5793,7 +5793,7 @@ type GetCatalogContentApiResponse = {
5793
5793
  id: string;
5794
5794
  /** User identifier (username or external ID) */
5795
5795
  userId: string;
5796
- /** Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github) */
5796
+ /** Authentication provider (e.g., Google, Github) */
5797
5797
  provider: string;
5798
5798
  /** User's email address */
5799
5799
  email: string;