@meshery/schemas 0.8.126 → 0.8.128

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 (133) hide show
  1. package/dist/{Core-Wy_3jcVT.d.mts → Core-vaTzd8cz.d.mts} +4 -2
  2. package/dist/{Core-Wy_3jcVT.d.ts → Core-vaTzd8cz.d.ts} +4 -2
  3. package/dist/cloudApi.d.mts +643 -631
  4. package/dist/cloudApi.d.ts +643 -631
  5. package/dist/cloudApi.js +1 -1
  6. package/dist/cloudApi.mjs +1 -1
  7. package/dist/constructs/v1alpha1/capability/Capability.d.mts +3 -1
  8. package/dist/constructs/v1alpha1/capability/Capability.d.ts +3 -1
  9. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +14 -4
  10. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +14 -4
  11. package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +1 -1
  12. package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +1 -1
  13. package/dist/constructs/v1alpha1/core/Core.d.mts +1 -1
  14. package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
  15. package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +14 -5
  16. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +14 -5
  17. package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
  18. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
  19. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +12 -2
  20. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +12 -2
  21. package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +1 -1
  22. package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +1 -1
  23. package/dist/constructs/v1alpha3/relationship/Relationship.d.mts +6 -2
  24. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +6 -2
  25. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.mts +16 -6
  26. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +16 -6
  27. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.js +1 -1
  28. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.mjs +1 -1
  29. package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11 -1
  30. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11 -1
  31. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  32. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  33. package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +11 -2
  34. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +11 -2
  35. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  36. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  37. package/dist/constructs/v1beta1/category/CategorySchema.d.mts +12 -2
  38. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +12 -2
  39. package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
  40. package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
  41. package/dist/constructs/v1beta1/component/Component.d.mts +28 -5
  42. package/dist/constructs/v1beta1/component/Component.d.ts +28 -5
  43. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +46 -21
  44. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +46 -21
  45. package/dist/constructs/v1beta1/component/ComponentSchema.js +2 -2
  46. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +2 -2
  47. package/dist/constructs/v1beta1/connection/Connection.d.mts +96 -6
  48. package/dist/constructs/v1beta1/connection/Connection.d.ts +96 -6
  49. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +166 -76
  50. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +166 -76
  51. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  52. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  53. package/dist/constructs/v1beta1/environment/Environment.d.mts +52 -0
  54. package/dist/constructs/v1beta1/environment/Environment.d.ts +52 -0
  55. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +107 -47
  56. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +107 -47
  57. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
  58. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
  59. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +148 -32
  60. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +148 -32
  61. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +172 -103
  62. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +172 -103
  63. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +12 -12
  64. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +12 -12
  65. package/dist/constructs/v1beta1/event/EventSchema.d.mts +12 -2
  66. package/dist/constructs/v1beta1/event/EventSchema.d.ts +12 -2
  67. package/dist/constructs/v1beta1/event/EventSchema.js +2 -1
  68. package/dist/constructs/v1beta1/event/EventSchema.mjs +2 -1
  69. package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +11 -2
  70. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +11 -2
  71. package/dist/constructs/v1beta1/feature/FeatureSchema.js +2 -1
  72. package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +2 -1
  73. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +11 -2
  74. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +11 -2
  75. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +2 -1
  76. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +2 -1
  77. package/dist/constructs/v1beta1/key/KeySchema.d.mts +12 -2
  78. package/dist/constructs/v1beta1/key/KeySchema.d.ts +12 -2
  79. package/dist/constructs/v1beta1/key/KeySchema.js +2 -1
  80. package/dist/constructs/v1beta1/key/KeySchema.mjs +2 -1
  81. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +12 -2
  82. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +12 -2
  83. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +2 -1
  84. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +2 -1
  85. package/dist/constructs/v1beta1/model/Model.d.mts +22 -3
  86. package/dist/constructs/v1beta1/model/Model.d.ts +22 -3
  87. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +42 -17
  88. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +42 -17
  89. package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
  90. package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
  91. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +11 -1
  92. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +11 -1
  93. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +2 -1
  94. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +2 -1
  95. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +148 -32
  96. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +148 -32
  97. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +172 -102
  98. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +172 -102
  99. package/dist/constructs/v1beta1/pattern/PatternSchema.js +12 -12
  100. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +12 -12
  101. package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +12 -2
  102. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +12 -2
  103. package/dist/constructs/v1beta1/plan/PlanSchema.js +2 -1
  104. package/dist/constructs/v1beta1/plan/PlanSchema.mjs +2 -1
  105. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +11 -1
  106. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +11 -1
  107. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +1 -1
  108. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +1 -1
  109. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +11 -2
  110. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +11 -2
  111. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +1 -1
  112. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +1 -1
  113. package/dist/constructs/v1beta1/team/TeamSchema.d.mts +9 -3
  114. package/dist/constructs/v1beta1/team/TeamSchema.d.ts +9 -3
  115. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  116. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  117. package/dist/constructs/v1beta1/user/UserSchema.d.mts +12 -2
  118. package/dist/constructs/v1beta1/user/UserSchema.d.ts +12 -2
  119. package/dist/constructs/v1beta1/user/UserSchema.js +2 -1
  120. package/dist/constructs/v1beta1/user/UserSchema.mjs +2 -1
  121. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +9 -3
  122. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +9 -3
  123. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +1 -1
  124. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +1 -1
  125. package/dist/index.d.mts +1 -1
  126. package/dist/index.d.ts +1 -1
  127. package/dist/index.js +17 -17
  128. package/dist/index.mjs +17 -17
  129. package/dist/mesheryApi.d.mts +1996 -170
  130. package/dist/mesheryApi.d.ts +1996 -170
  131. package/dist/mesheryApi.js +1 -1
  132. package/dist/mesheryApi.mjs +1 -1
  133. package/package.json +1 -1
@@ -1 +1,2 @@
1
- 'use strict';var e={openapi:"3.0.0",info:{title:"Organization",version:"1.0.0"},paths:{"/api/identity/orgs/by-domain":{get:{summary:"Get organization by domain",operationId:"getOrgByDomain",parameters:[{name:"domain",in:"query",required:true,schema:{type:"string"}}],responses:{200:{description:"Successful response",content:{"application/json":{schema:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}}}}},404:{description:"Organization not found"},500:{description:"Internal server error"}}}},"/api/identity/orgs/{orgID}/teams/{teamId}":{post:{summary:"Add team to organization or soft delete team",description:"Adds a team to an organization. If request body contains action=delete, tombstones a team by setting its deleted_at timestamp. The team's organization mapping remains intact.",operationId:"AddTeamToOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],requestBody:{required:false,content:{"application/json":{schema:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}}}}},responses:{200:{description:"Team added to organization or team tombstoned",content:{"application/json":{schema:{oneOf:[{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}]}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}},delete:{summary:"Remove team from organization",description:"Removes (unassigns) a team from an organization.",operationId:"RemoveTeamFromOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],responses:{200:{description:"Team removed from organization",content:{"application/json":{schema:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}}}},components:{parameters:{orgID:{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},teamId:{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}},schemas:{UUID:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},NullableTime:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},Time:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},Text:{type:"string","x-go-type-skip-optional-pointer":true},MapObject:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},OrgTeamActionPayload:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}},Location:{type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},Logo:{type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},Theme:{type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},DashboardPrefs:{type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true},Preferences:{type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}},OrgMetadata:{type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},Organization:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}},AvailableTeam:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},TeamsOrganizationsMapping:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsOrganizationsMappingPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},t=e;module.exports=t;
1
+ 'use strict';var e={openapi:"3.0.0",info:{title:"Organization",description:"OpenAPI schema for organization management in Meshery Cloud.",version:"v1beta1",contact:{name:"Meshery Maintainers",email:"maintainers@meshery.io",url:"https://meshery.io"},license:{name:"Apache 2.0",url:"https://www.apache.org/licenses/LICENSE-2.0.html"}},paths:{"/api/identity/orgs/by-domain":{get:{summary:"Get organization by domain",operationId:"getOrgByDomain",parameters:[{name:"domain",in:"query",required:true,schema:{type:"string"}}],responses:{200:{description:"Successful response",content:{"application/json":{schema:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}}}}},404:{description:"Organization not found"},500:{description:"Internal server error"}}}},"/api/identity/orgs/{orgID}/teams/{teamId}":{post:{summary:"Add team to organization or soft delete team",description:"Adds a team to an organization. If request body contains action=delete, tombstones a team by setting its deleted_at timestamp. The team's organization mapping remains intact.",operationId:"AddTeamToOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],requestBody:{required:false,content:{"application/json":{schema:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}}}}},responses:{200:{description:"Team added to organization or team tombstoned",content:{"application/json":{schema:{oneOf:[{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}]}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}},delete:{summary:"Remove team from organization",description:"Removes (unassigns) a team from an organization.",operationId:"RemoveTeamFromOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],responses:{200:{description:"Team removed from organization",content:{"application/json":{schema:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}}}},components:{parameters:{orgID:{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},teamId:{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}},schemas:{UUID:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},NullableTime:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},Time:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},Text:{type:"string","x-go-type-skip-optional-pointer":true},MapObject:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},OrgTeamActionPayload:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}},Location:{type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},Logo:{type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},Theme:{type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},DashboardPrefs:{type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true},Preferences:{type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}},OrgMetadata:{type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},Organization:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}},AvailableTeam:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},TeamsOrganizationsMapping:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsOrganizationsMappingPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},t=e;
2
+ module.exports=t;
@@ -1 +1,2 @@
1
- var e={openapi:"3.0.0",info:{title:"Organization",version:"1.0.0"},paths:{"/api/identity/orgs/by-domain":{get:{summary:"Get organization by domain",operationId:"getOrgByDomain",parameters:[{name:"domain",in:"query",required:true,schema:{type:"string"}}],responses:{200:{description:"Successful response",content:{"application/json":{schema:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}}}}},404:{description:"Organization not found"},500:{description:"Internal server error"}}}},"/api/identity/orgs/{orgID}/teams/{teamId}":{post:{summary:"Add team to organization or soft delete team",description:"Adds a team to an organization. If request body contains action=delete, tombstones a team by setting its deleted_at timestamp. The team's organization mapping remains intact.",operationId:"AddTeamToOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],requestBody:{required:false,content:{"application/json":{schema:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}}}}},responses:{200:{description:"Team added to organization or team tombstoned",content:{"application/json":{schema:{oneOf:[{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}]}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}},delete:{summary:"Remove team from organization",description:"Removes (unassigns) a team from an organization.",operationId:"RemoveTeamFromOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],responses:{200:{description:"Team removed from organization",content:{"application/json":{schema:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}}}},components:{parameters:{orgID:{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},teamId:{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}},schemas:{UUID:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},NullableTime:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},Time:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},Text:{type:"string","x-go-type-skip-optional-pointer":true},MapObject:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},OrgTeamActionPayload:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}},Location:{type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},Logo:{type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},Theme:{type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},DashboardPrefs:{type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true},Preferences:{type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}},OrgMetadata:{type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},Organization:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}},AvailableTeam:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},TeamsOrganizationsMapping:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsOrganizationsMappingPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},t=e;export{t as default};
1
+ var e={openapi:"3.0.0",info:{title:"Organization",description:"OpenAPI schema for organization management in Meshery Cloud.",version:"v1beta1",contact:{name:"Meshery Maintainers",email:"maintainers@meshery.io",url:"https://meshery.io"},license:{name:"Apache 2.0",url:"https://www.apache.org/licenses/LICENSE-2.0.html"}},paths:{"/api/identity/orgs/by-domain":{get:{summary:"Get organization by domain",operationId:"getOrgByDomain",parameters:[{name:"domain",in:"query",required:true,schema:{type:"string"}}],responses:{200:{description:"Successful response",content:{"application/json":{schema:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}}}}},404:{description:"Organization not found"},500:{description:"Internal server error"}}}},"/api/identity/orgs/{orgID}/teams/{teamId}":{post:{summary:"Add team to organization or soft delete team",description:"Adds a team to an organization. If request body contains action=delete, tombstones a team by setting its deleted_at timestamp. The team's organization mapping remains intact.",operationId:"AddTeamToOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],requestBody:{required:false,content:{"application/json":{schema:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}}}}},responses:{200:{description:"Team added to organization or team tombstoned",content:{"application/json":{schema:{oneOf:[{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}]}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}},delete:{summary:"Remove team from organization",description:"Removes (unassigns) a team from an organization.",operationId:"RemoveTeamFromOrg",parameters:[{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}],responses:{200:{description:"Team removed from organization",content:{"application/json":{schema:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},400:{description:"Bad request"},401:{description:"Unauthorized"},404:{description:"Not found"},500:{description:"Internal server error"}}}}},components:{parameters:{orgID:{name:"orgID",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true}},teamId:{name:"teamId",in:"path",required:true,schema:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true}}},schemas:{UUID:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},NullableTime:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},Time:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},Text:{type:"string","x-go-type-skip-optional-pointer":true},MapObject:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},OrgTeamActionPayload:{type:"object",description:"Optional action payload for POST on /api/identity/orgs/{orgID}/teams/{teamId}.",properties:{action:{type:"string",description:"Internal action to perform on the team resource.",enum:["delete"]}}},Location:{type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},Logo:{type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},Theme:{type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},DashboardPrefs:{type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true},Preferences:{type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}},OrgMetadata:{type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},Organization:{type:"object",required:["id","name","country","region","description","owner","metadata","created_at","updated_at"],properties:{id:{"x-oapi-codegen-extra-tags":{db:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-oapi-codegen-extra-tags":{db:"name"}},country:{type:"string","x-oapi-codegen-extra-tags":{db:"country"}},region:{type:"string","x-oapi-codegen-extra-tags":{db:"region"}},description:{type:"string","x-oapi-codegen-extra-tags":{db:"description"}},owner:{"x-oapi-codegen-extra-tags":{db:"owner"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},metadata:{"x-go-type":"OrgMetadata","x-oapi-codegen-extra-tags":{db:"metadata"},type:"object",required:["preferences"],properties:{preferences:{"x-go-type":"Preferences",type:"object",required:["theme","dashboard"],properties:{theme:{"x-go-type":"Theme",type:"object",required:["id","logo"],properties:{id:{type:"string"},logo:{"x-go-type":"Logo",type:"object",required:["desktop_view","mobile_view","dark_desktop_view","dark_mobile_view"],properties:{desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_desktop_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}},dark_mobile_view:{"x-go-type":"Location",type:"object",required:["svg","location"],properties:{svg:{type:"string"},location:{type:"string"}}}}},vars:{type:"object",additionalProperties:true}}},dashboard:{"x-go-type":"DashboardPrefs",type:"object",description:"Preferences specific to dashboard behavior",additionalProperties:true}}}}},created_at:{"x-oapi-codegen-extra-tags":{db:"created_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{"x-oapi-codegen-extra-tags":{db:"updated_at"},type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{"x-oapi-codegen-extra-tags":{db:"deleted_at"},type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true},domain:{type:"string",nullable:true,"x-oapi-codegen-extra-tags":{db:"domain"}}}},AvailableTeam:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},name:{type:"string","x-go-type-skip-optional-pointer":true},description:{type:"string","x-go-type-skip-optional-pointer":true},owner:{type:"string","x-go-type-skip-optional-pointer":true},metadata:{type:"object",additionalProperties:{type:"string"},"x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}},TeamsOrganizationsMapping:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}},TeamsOrganizationsMappingPage:{type:"object",properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},teams_organizations_mapping:{type:"array",items:{type:"object",properties:{ID:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"id",json:"id"},"x-go-type-name":"GeneralId","x-go-type-skip-optional-pointer":true},org_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"org_id",json:"org_id"},"x-go-type-name":"OrganizationId","x-go-type-skip-optional-pointer":true},team_id:{type:"string",format:"uuid","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"},"x-oapi-codegen-extra-tags":{db:"team_id",json:"team_id"},"x-go-type-name":"TeamId","x-go-type-skip-optional-pointer":true},created_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},updated_at:{type:"string",format:"date-time","x-go-type-skip-optional-pointer":true},deleted_at:{type:"string",format:"date-time","x-go-type":"sql.NullTime","x-go-type-import":{path:"database/sql"},"x-go-type-skip-optional-pointer":true}}}}}}}}},t=e;
2
+ export{t as default};