@omnibase/core-js 0.9.12 → 0.9.13

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 (701) hide show
  1. package/.openapi-generator/FILES +10 -4
  2. package/README.md +10 -6
  3. package/dist/apis/V1AuthApi.d.ts +1 -1
  4. package/dist/apis/V1AuthApi.js +1 -1
  5. package/dist/apis/V1DatabaseApi.d.ts +1 -1
  6. package/dist/apis/V1DatabaseApi.js +1 -1
  7. package/dist/apis/V1PaymentsApi.d.ts +2 -15
  8. package/dist/apis/V1PaymentsApi.js +1 -34
  9. package/dist/apis/V1PermissionsApi.d.ts +1 -1
  10. package/dist/apis/V1PermissionsApi.js +1 -1
  11. package/dist/apis/V1StorageApi.d.ts +1 -1
  12. package/dist/apis/V1StorageApi.js +1 -1
  13. package/dist/apis/V1StripeApi.d.ts +1 -1
  14. package/dist/apis/V1StripeApi.js +1 -1
  15. package/dist/apis/V1TenantsApi.d.ts +28 -2
  16. package/dist/apis/V1TenantsApi.js +73 -1
  17. package/dist/esm/apis/V1AuthApi.d.ts +1 -1
  18. package/dist/esm/apis/V1AuthApi.js +1 -1
  19. package/dist/esm/apis/V1DatabaseApi.d.ts +1 -1
  20. package/dist/esm/apis/V1DatabaseApi.js +1 -1
  21. package/dist/esm/apis/V1PaymentsApi.d.ts +2 -15
  22. package/dist/esm/apis/V1PaymentsApi.js +2 -35
  23. package/dist/esm/apis/V1PermissionsApi.d.ts +1 -1
  24. package/dist/esm/apis/V1PermissionsApi.js +1 -1
  25. package/dist/esm/apis/V1StorageApi.d.ts +1 -1
  26. package/dist/esm/apis/V1StorageApi.js +1 -1
  27. package/dist/esm/apis/V1StripeApi.d.ts +1 -1
  28. package/dist/esm/apis/V1StripeApi.js +1 -1
  29. package/dist/esm/apis/V1TenantsApi.d.ts +28 -2
  30. package/dist/esm/apis/V1TenantsApi.js +74 -2
  31. package/dist/esm/models/AcceptInvite200Response.d.ts +1 -1
  32. package/dist/esm/models/AcceptInvite200Response.js +1 -1
  33. package/dist/esm/models/ApiV1StorageDownloadPost200Response.d.ts +1 -1
  34. package/dist/esm/models/ApiV1StorageDownloadPost200Response.js +1 -1
  35. package/dist/esm/models/ApiV1StorageObjectDelete200Response.d.ts +1 -1
  36. package/dist/esm/models/ApiV1StorageObjectDelete200Response.js +1 -1
  37. package/dist/esm/models/ApiV1StorageUploadPost200Response.d.ts +1 -1
  38. package/dist/esm/models/ApiV1StorageUploadPost200Response.js +1 -1
  39. package/dist/esm/models/ArchiveAllStripeConfig200Response.d.ts +1 -1
  40. package/dist/esm/models/ArchiveAllStripeConfig200Response.js +1 -1
  41. package/dist/esm/models/AssignRole200Response.d.ts +1 -1
  42. package/dist/esm/models/AssignRole200Response.js +1 -1
  43. package/dist/esm/models/CheckPermission200Response.d.ts +1 -1
  44. package/dist/esm/models/CheckPermission200Response.js +1 -1
  45. package/dist/esm/models/ClientAuthenticatorAssuranceLevel.d.ts +1 -1
  46. package/dist/esm/models/ClientAuthenticatorAssuranceLevel.js +1 -1
  47. package/dist/esm/models/ClientIdentity.d.ts +1 -1
  48. package/dist/esm/models/ClientIdentity.js +1 -1
  49. package/dist/esm/models/ClientIdentityCredentials.d.ts +1 -1
  50. package/dist/esm/models/ClientIdentityCredentials.js +1 -1
  51. package/dist/esm/models/ClientRecoveryIdentityAddress.d.ts +1 -1
  52. package/dist/esm/models/ClientRecoveryIdentityAddress.js +1 -1
  53. package/dist/esm/models/ClientRelationship.d.ts +1 -1
  54. package/dist/esm/models/ClientRelationship.js +1 -1
  55. package/dist/esm/models/ClientSession.d.ts +1 -1
  56. package/dist/esm/models/ClientSession.js +1 -1
  57. package/dist/esm/models/ClientSessionAuthenticationMethod.d.ts +1 -1
  58. package/dist/esm/models/ClientSessionAuthenticationMethod.js +1 -1
  59. package/dist/esm/models/ClientSessionDevice.d.ts +1 -1
  60. package/dist/esm/models/ClientSessionDevice.js +1 -1
  61. package/dist/esm/models/ClientSubjectSet.d.ts +1 -1
  62. package/dist/esm/models/ClientSubjectSet.js +1 -1
  63. package/dist/esm/models/ClientVerifiableIdentityAddress.d.ts +1 -1
  64. package/dist/esm/models/ClientVerifiableIdentityAddress.js +1 -1
  65. package/dist/esm/models/CreateCheckout200Response.d.ts +1 -1
  66. package/dist/esm/models/CreateCheckout200Response.js +1 -1
  67. package/dist/esm/models/CreateCustomerPortal200Response.d.ts +1 -1
  68. package/dist/esm/models/CreateCustomerPortal200Response.js +1 -1
  69. package/dist/esm/models/CreateInvite200Response.d.ts +1 -1
  70. package/dist/esm/models/CreateInvite200Response.js +1 -1
  71. package/dist/esm/models/CreateRelationship200Response.d.ts +1 -1
  72. package/dist/esm/models/CreateRelationship200Response.js +1 -1
  73. package/dist/esm/models/CreateRole200Response.d.ts +1 -1
  74. package/dist/esm/models/CreateRole200Response.js +1 -1
  75. package/dist/esm/models/CreateSubscription200Response.d.ts +4 -4
  76. package/dist/esm/models/CreateSubscription200Response.js +4 -4
  77. package/dist/esm/models/CreateTenant200Response.d.ts +1 -1
  78. package/dist/esm/models/CreateTenant200Response.js +1 -1
  79. package/dist/esm/models/DeleteRole200Response.d.ts +1 -1
  80. package/dist/esm/models/DeleteRole200Response.js +1 -1
  81. package/dist/esm/models/DeleteTenant200Response.d.ts +1 -1
  82. package/dist/esm/models/DeleteTenant200Response.js +1 -1
  83. package/dist/esm/models/DeployPermissionNamespaces200Response.d.ts +1 -1
  84. package/dist/esm/models/DeployPermissionNamespaces200Response.js +1 -1
  85. package/dist/esm/models/GetActiveTenant200Response.d.ts +1 -1
  86. package/dist/esm/models/GetActiveTenant200Response.js +1 -1
  87. package/dist/esm/models/GetIdentity200Response.d.ts +1 -1
  88. package/dist/esm/models/GetIdentity200Response.js +1 -1
  89. package/dist/esm/models/GetRoleDefinitions200Response.d.ts +1 -1
  90. package/dist/esm/models/GetRoleDefinitions200Response.js +1 -1
  91. package/dist/esm/models/GetSession200Response.d.ts +1 -1
  92. package/dist/esm/models/GetSession200Response.js +1 -1
  93. package/dist/esm/models/GetStripeConfig200Response.d.ts +1 -1
  94. package/dist/esm/models/GetStripeConfig200Response.js +1 -1
  95. package/dist/esm/models/GetStripeConfigHistory200Response.d.ts +1 -1
  96. package/dist/esm/models/GetStripeConfigHistory200Response.js +1 -1
  97. package/dist/esm/models/GetTenantBillingStatus200Response.d.ts +1 -1
  98. package/dist/esm/models/GetTenantBillingStatus200Response.js +1 -1
  99. package/dist/esm/models/GetTenantJWT200Response.d.ts +1 -1
  100. package/dist/esm/models/GetTenantJWT200Response.js +1 -1
  101. package/dist/esm/models/HandlersBadRequestResponse.d.ts +1 -1
  102. package/dist/esm/models/HandlersBadRequestResponse.js +1 -1
  103. package/dist/esm/models/HandlersForbiddenResponse.d.ts +1 -1
  104. package/dist/esm/models/HandlersForbiddenResponse.js +1 -1
  105. package/dist/esm/models/HandlersInternalServerErrorResponse.d.ts +1 -1
  106. package/dist/esm/models/HandlersInternalServerErrorResponse.js +1 -1
  107. package/dist/esm/models/HandlersNotFoundErrorResponse.d.ts +1 -1
  108. package/dist/esm/models/HandlersNotFoundErrorResponse.js +1 -1
  109. package/dist/esm/models/HandlersSuccessResponse.d.ts +1 -1
  110. package/dist/esm/models/HandlersSuccessResponse.js +1 -1
  111. package/dist/esm/models/HandlersUnauthorizedResponse.d.ts +1 -1
  112. package/dist/esm/models/HandlersUnauthorizedResponse.js +1 -1
  113. package/dist/esm/models/ListRoles200Response.d.ts +1 -1
  114. package/dist/esm/models/ListRoles200Response.js +1 -1
  115. package/dist/esm/models/ListTenantSubscriptions200Response.d.ts +1 -1
  116. package/dist/esm/models/ListTenantSubscriptions200Response.js +1 -1
  117. package/dist/esm/models/ListTenantUsers200Response.d.ts +1 -1
  118. package/dist/esm/models/ListTenantUsers200Response.js +1 -1
  119. package/dist/esm/models/ListTenants200Response.d.ts +1 -1
  120. package/dist/esm/models/ListTenants200Response.js +1 -1
  121. package/dist/esm/models/Logout200Response.d.ts +1 -1
  122. package/dist/esm/models/Logout200Response.js +1 -1
  123. package/dist/esm/models/ModelsActiveTenantResponse.d.ts +1 -1
  124. package/dist/esm/models/ModelsActiveTenantResponse.js +1 -1
  125. package/dist/esm/models/ModelsBillingStatusResponse.d.ts +1 -1
  126. package/dist/esm/models/ModelsBillingStatusResponse.js +1 -1
  127. package/dist/esm/models/ModelsDeleteObjectRequest.d.ts +1 -1
  128. package/dist/esm/models/ModelsDeleteObjectRequest.js +1 -1
  129. package/dist/esm/models/ModelsDownloadRequest.d.ts +1 -1
  130. package/dist/esm/models/ModelsDownloadRequest.js +1 -1
  131. package/dist/esm/models/ModelsDownloadResponse.d.ts +1 -1
  132. package/dist/esm/models/ModelsDownloadResponse.js +1 -1
  133. package/dist/esm/models/ModelsListTenantsResponse.d.ts +1 -1
  134. package/dist/esm/models/ModelsListTenantsResponse.js +1 -1
  135. package/dist/esm/models/ModelsLogoutResponse.d.ts +1 -1
  136. package/dist/esm/models/ModelsLogoutResponse.js +1 -1
  137. package/dist/esm/models/ModelsMessageResponse.d.ts +1 -1
  138. package/dist/esm/models/ModelsMessageResponse.js +1 -1
  139. package/dist/esm/models/ModelsMeter.d.ts +1 -1
  140. package/dist/esm/models/ModelsMeter.js +1 -1
  141. package/dist/esm/models/ModelsMeterCustomerMapping.d.ts +1 -1
  142. package/dist/esm/models/ModelsMeterCustomerMapping.js +1 -1
  143. package/dist/esm/models/ModelsMeterDefaultAggregation.d.ts +1 -1
  144. package/dist/esm/models/ModelsMeterDefaultAggregation.js +1 -1
  145. package/dist/esm/models/ModelsMeterValueSettings.d.ts +1 -1
  146. package/dist/esm/models/ModelsMeterValueSettings.js +1 -1
  147. package/dist/esm/models/ModelsMeterWithStripeID.d.ts +1 -1
  148. package/dist/esm/models/ModelsMeterWithStripeID.js +1 -1
  149. package/dist/esm/models/ModelsNamespaceDefinition.d.ts +1 -1
  150. package/dist/esm/models/ModelsNamespaceDefinition.js +1 -1
  151. package/dist/esm/models/ModelsPrice.d.ts +1 -1
  152. package/dist/esm/models/ModelsPrice.js +1 -1
  153. package/dist/esm/models/ModelsPriceDisplay.d.ts +1 -1
  154. package/dist/esm/models/ModelsPriceDisplay.js +1 -1
  155. package/dist/esm/models/ModelsPriceLimit.d.ts +1 -1
  156. package/dist/esm/models/ModelsPriceLimit.js +1 -1
  157. package/dist/esm/models/ModelsPriceUI.d.ts +1 -1
  158. package/dist/esm/models/ModelsPriceUI.js +1 -1
  159. package/dist/esm/models/ModelsPriceWithStripeID.d.ts +1 -1
  160. package/dist/esm/models/ModelsPriceWithStripeID.js +1 -1
  161. package/dist/esm/models/ModelsProduct.d.ts +1 -1
  162. package/dist/esm/models/ModelsProduct.js +1 -1
  163. package/dist/esm/models/ModelsProductUI.d.ts +1 -1
  164. package/dist/esm/models/ModelsProductUI.js +1 -1
  165. package/dist/esm/models/ModelsProductWithStripeIDs.d.ts +1 -1
  166. package/dist/esm/models/ModelsProductWithStripeIDs.js +1 -1
  167. package/dist/esm/models/ModelsRole.d.ts +1 -1
  168. package/dist/esm/models/ModelsRole.js +1 -1
  169. package/dist/esm/models/ModelsSessionResponse.d.ts +1 -1
  170. package/dist/esm/models/ModelsSessionResponse.js +1 -1
  171. package/dist/esm/models/ModelsStripeConfiguration.d.ts +1 -1
  172. package/dist/esm/models/ModelsStripeConfiguration.js +1 -1
  173. package/dist/esm/models/ModelsStripeConfigurationWithIDs.d.ts +1 -1
  174. package/dist/esm/models/ModelsStripeConfigurationWithIDs.js +1 -1
  175. package/dist/esm/models/ModelsSubscriptionResponse.d.ts +1 -1
  176. package/dist/esm/models/ModelsSubscriptionResponse.js +1 -1
  177. package/dist/esm/models/ModelsTenant.d.ts +1 -1
  178. package/dist/esm/models/ModelsTenant.js +1 -1
  179. package/dist/esm/models/ModelsTenantInvite.d.ts +1 -1
  180. package/dist/esm/models/ModelsTenantInvite.js +1 -1
  181. package/dist/esm/models/ModelsTenantSettings.d.ts +1 -1
  182. package/dist/esm/models/ModelsTenantSettings.js +1 -1
  183. package/dist/esm/models/ModelsTier.d.ts +1 -1
  184. package/dist/esm/models/ModelsTier.js +1 -1
  185. package/dist/esm/models/ModelsUploadRequest.d.ts +1 -1
  186. package/dist/esm/models/ModelsUploadRequest.js +1 -1
  187. package/dist/esm/models/ModelsUploadResponse.d.ts +1 -1
  188. package/dist/esm/models/ModelsUploadResponse.js +1 -1
  189. package/dist/esm/models/ModelsUserTenantListItem.d.ts +1 -1
  190. package/dist/esm/models/ModelsUserTenantListItem.js +1 -1
  191. package/dist/esm/models/ModelsWhoAmIResponse.d.ts +1 -1
  192. package/dist/esm/models/ModelsWhoAmIResponse.js +1 -1
  193. package/dist/esm/models/PullStripeConfig200Response.d.ts +1 -1
  194. package/dist/esm/models/PullStripeConfig200Response.js +1 -1
  195. package/dist/esm/models/RemoveSubscription200Response.d.ts +39 -0
  196. package/dist/esm/models/RemoveSubscription200Response.js +44 -0
  197. package/dist/esm/models/SwitchActiveTenant200Response.d.ts +1 -1
  198. package/dist/esm/models/SwitchActiveTenant200Response.js +1 -1
  199. package/dist/esm/models/TenantsAcceptInviteRequest.d.ts +1 -1
  200. package/dist/esm/models/TenantsAcceptInviteRequest.js +1 -1
  201. package/dist/esm/models/TenantsAcceptInviteResponse.d.ts +1 -1
  202. package/dist/esm/models/TenantsAcceptInviteResponse.js +1 -1
  203. package/dist/esm/models/TenantsAssignRoleRequest.d.ts +1 -1
  204. package/dist/esm/models/TenantsAssignRoleRequest.js +1 -1
  205. package/dist/esm/models/TenantsAssignRoleResponse.d.ts +1 -1
  206. package/dist/esm/models/TenantsAssignRoleResponse.js +1 -1
  207. package/dist/esm/models/TenantsCreateRoleRequest.d.ts +1 -1
  208. package/dist/esm/models/TenantsCreateRoleRequest.js +1 -1
  209. package/dist/esm/models/TenantsCreateSubscriptionRequest.d.ts +38 -0
  210. package/dist/esm/models/TenantsCreateSubscriptionRequest.js +45 -0
  211. package/dist/esm/models/TenantsCreateSubscriptionResponse.d.ts +38 -0
  212. package/dist/esm/models/TenantsCreateSubscriptionResponse.js +43 -0
  213. package/dist/esm/models/TenantsCreateTenantRequest.d.ts +1 -1
  214. package/dist/esm/models/TenantsCreateTenantRequest.js +1 -1
  215. package/dist/esm/models/TenantsCreateTenantResponse.d.ts +1 -1
  216. package/dist/esm/models/TenantsCreateTenantResponse.js +1 -1
  217. package/dist/esm/models/TenantsCreateTenantUserInviteRequest.d.ts +1 -1
  218. package/dist/esm/models/TenantsCreateTenantUserInviteRequest.js +1 -1
  219. package/dist/esm/models/TenantsCreateTenantUserInviteResponse.d.ts +1 -1
  220. package/dist/esm/models/TenantsCreateTenantUserInviteResponse.js +1 -1
  221. package/dist/esm/models/TenantsDeleteRoleResponse.d.ts +1 -1
  222. package/dist/esm/models/TenantsDeleteRoleResponse.js +1 -1
  223. package/dist/esm/models/TenantsDeleteTenantResponse.d.ts +1 -1
  224. package/dist/esm/models/TenantsDeleteTenantResponse.js +1 -1
  225. package/dist/esm/models/TenantsDeleteTenantUserRequest.d.ts +1 -1
  226. package/dist/esm/models/TenantsDeleteTenantUserRequest.js +1 -1
  227. package/dist/esm/models/TenantsJWTTokenResponse.d.ts +1 -1
  228. package/dist/esm/models/TenantsJWTTokenResponse.js +1 -1
  229. package/dist/esm/models/TenantsNamespaceDefinitionsResponse.d.ts +1 -1
  230. package/dist/esm/models/TenantsNamespaceDefinitionsResponse.js +1 -1
  231. package/dist/esm/models/TenantsRemoveSubscriptionRequest.d.ts +38 -0
  232. package/dist/esm/models/TenantsRemoveSubscriptionRequest.js +45 -0
  233. package/dist/esm/models/TenantsRemoveSubscriptionResponse.d.ts +44 -0
  234. package/dist/esm/models/TenantsRemoveSubscriptionResponse.js +45 -0
  235. package/dist/esm/models/TenantsRolesListResponse.d.ts +1 -1
  236. package/dist/esm/models/TenantsRolesListResponse.js +1 -1
  237. package/dist/esm/models/TenantsSwitchTenantRequest.d.ts +1 -1
  238. package/dist/esm/models/TenantsSwitchTenantRequest.js +1 -1
  239. package/dist/esm/models/TenantsSwitchTenantResponse.d.ts +1 -1
  240. package/dist/esm/models/TenantsSwitchTenantResponse.js +1 -1
  241. package/dist/esm/models/TenantsTenantUserResponse.d.ts +1 -1
  242. package/dist/esm/models/TenantsTenantUserResponse.js +1 -1
  243. package/dist/esm/models/TenantsUpdateRoleRequest.d.ts +1 -1
  244. package/dist/esm/models/TenantsUpdateRoleRequest.js +1 -1
  245. package/dist/esm/models/TenantsUpdateTenantUserRoleRequest.d.ts +1 -1
  246. package/dist/esm/models/TenantsUpdateTenantUserRoleRequest.js +1 -1
  247. package/dist/esm/models/TenantsUpdateTenantUserRoleResponse.d.ts +1 -1
  248. package/dist/esm/models/TenantsUpdateTenantUserRoleResponse.js +1 -1
  249. package/dist/esm/models/UpdateTenantUserRole200Response.d.ts +1 -1
  250. package/dist/esm/models/UpdateTenantUserRole200Response.js +1 -1
  251. package/dist/esm/models/V1ArchiveAllResponse.d.ts +1 -1
  252. package/dist/esm/models/V1ArchiveAllResponse.js +1 -1
  253. package/dist/esm/models/V1CheckPermissionRequest.d.ts +1 -1
  254. package/dist/esm/models/V1CheckPermissionRequest.js +1 -1
  255. package/dist/esm/models/V1CheckPermissionResponse.d.ts +1 -1
  256. package/dist/esm/models/V1CheckPermissionResponse.js +1 -1
  257. package/dist/esm/models/V1ConfigHistoryItem.d.ts +1 -1
  258. package/dist/esm/models/V1ConfigHistoryItem.js +1 -1
  259. package/dist/esm/models/V1ConfigHistoryPagination.d.ts +1 -1
  260. package/dist/esm/models/V1ConfigHistoryPagination.js +1 -1
  261. package/dist/esm/models/V1ConfigHistoryResponse.d.ts +1 -1
  262. package/dist/esm/models/V1ConfigHistoryResponse.js +1 -1
  263. package/dist/esm/models/V1CreateCheckoutRequest.d.ts +1 -1
  264. package/dist/esm/models/V1CreateCheckoutRequest.js +1 -1
  265. package/dist/esm/models/V1CreateCheckoutResponse.d.ts +1 -1
  266. package/dist/esm/models/V1CreateCheckoutResponse.js +1 -1
  267. package/dist/esm/models/V1CreatePortalRequest.d.ts +1 -1
  268. package/dist/esm/models/V1CreatePortalRequest.js +1 -1
  269. package/dist/esm/models/V1CreatePortalResponse.d.ts +1 -1
  270. package/dist/esm/models/V1CreatePortalResponse.js +1 -1
  271. package/dist/esm/models/V1CreateRelationshipRequest.d.ts +1 -1
  272. package/dist/esm/models/V1CreateRelationshipRequest.js +1 -1
  273. package/dist/esm/models/V1CreateRelationshipResponse.d.ts +1 -1
  274. package/dist/esm/models/V1CreateRelationshipResponse.js +1 -1
  275. package/dist/esm/models/V1MigrationErrorResponse.d.ts +1 -1
  276. package/dist/esm/models/V1MigrationErrorResponse.js +1 -1
  277. package/dist/esm/models/V1MigrationSuccessResponse.d.ts +1 -1
  278. package/dist/esm/models/V1MigrationSuccessResponse.js +1 -1
  279. package/dist/esm/models/V1NamespaceDeploymentResponse.d.ts +1 -1
  280. package/dist/esm/models/V1NamespaceDeploymentResponse.js +1 -1
  281. package/dist/esm/models/V1RecordUsageRequest.d.ts +1 -1
  282. package/dist/esm/models/V1RecordUsageRequest.js +1 -1
  283. package/dist/esm/models/V1StripeConfigResponse.d.ts +1 -1
  284. package/dist/esm/models/V1StripeConfigResponse.js +1 -1
  285. package/dist/esm/models/V1SubjectSetRequest.d.ts +1 -1
  286. package/dist/esm/models/V1SubjectSetRequest.js +1 -1
  287. package/dist/esm/models/WhoAmI200Response.d.ts +1 -1
  288. package/dist/esm/models/WhoAmI200Response.js +1 -1
  289. package/dist/esm/models/index.d.ts +5 -2
  290. package/dist/esm/models/index.js +5 -2
  291. package/dist/esm/runtime.d.ts +1 -1
  292. package/dist/esm/runtime.js +1 -1
  293. package/dist/models/AcceptInvite200Response.d.ts +1 -1
  294. package/dist/models/AcceptInvite200Response.js +1 -1
  295. package/dist/models/ApiV1StorageDownloadPost200Response.d.ts +1 -1
  296. package/dist/models/ApiV1StorageDownloadPost200Response.js +1 -1
  297. package/dist/models/ApiV1StorageObjectDelete200Response.d.ts +1 -1
  298. package/dist/models/ApiV1StorageObjectDelete200Response.js +1 -1
  299. package/dist/models/ApiV1StorageUploadPost200Response.d.ts +1 -1
  300. package/dist/models/ApiV1StorageUploadPost200Response.js +1 -1
  301. package/dist/models/ArchiveAllStripeConfig200Response.d.ts +1 -1
  302. package/dist/models/ArchiveAllStripeConfig200Response.js +1 -1
  303. package/dist/models/AssignRole200Response.d.ts +1 -1
  304. package/dist/models/AssignRole200Response.js +1 -1
  305. package/dist/models/CheckPermission200Response.d.ts +1 -1
  306. package/dist/models/CheckPermission200Response.js +1 -1
  307. package/dist/models/ClientAuthenticatorAssuranceLevel.d.ts +1 -1
  308. package/dist/models/ClientAuthenticatorAssuranceLevel.js +1 -1
  309. package/dist/models/ClientIdentity.d.ts +1 -1
  310. package/dist/models/ClientIdentity.js +1 -1
  311. package/dist/models/ClientIdentityCredentials.d.ts +1 -1
  312. package/dist/models/ClientIdentityCredentials.js +1 -1
  313. package/dist/models/ClientRecoveryIdentityAddress.d.ts +1 -1
  314. package/dist/models/ClientRecoveryIdentityAddress.js +1 -1
  315. package/dist/models/ClientRelationship.d.ts +1 -1
  316. package/dist/models/ClientRelationship.js +1 -1
  317. package/dist/models/ClientSession.d.ts +1 -1
  318. package/dist/models/ClientSession.js +1 -1
  319. package/dist/models/ClientSessionAuthenticationMethod.d.ts +1 -1
  320. package/dist/models/ClientSessionAuthenticationMethod.js +1 -1
  321. package/dist/models/ClientSessionDevice.d.ts +1 -1
  322. package/dist/models/ClientSessionDevice.js +1 -1
  323. package/dist/models/ClientSubjectSet.d.ts +1 -1
  324. package/dist/models/ClientSubjectSet.js +1 -1
  325. package/dist/models/ClientVerifiableIdentityAddress.d.ts +1 -1
  326. package/dist/models/ClientVerifiableIdentityAddress.js +1 -1
  327. package/dist/models/CreateCheckout200Response.d.ts +1 -1
  328. package/dist/models/CreateCheckout200Response.js +1 -1
  329. package/dist/models/CreateCustomerPortal200Response.d.ts +1 -1
  330. package/dist/models/CreateCustomerPortal200Response.js +1 -1
  331. package/dist/models/CreateInvite200Response.d.ts +1 -1
  332. package/dist/models/CreateInvite200Response.js +1 -1
  333. package/dist/models/CreateRelationship200Response.d.ts +1 -1
  334. package/dist/models/CreateRelationship200Response.js +1 -1
  335. package/dist/models/CreateRole200Response.d.ts +1 -1
  336. package/dist/models/CreateRole200Response.js +1 -1
  337. package/dist/models/CreateSubscription200Response.d.ts +4 -4
  338. package/dist/models/CreateSubscription200Response.js +4 -4
  339. package/dist/models/CreateTenant200Response.d.ts +1 -1
  340. package/dist/models/CreateTenant200Response.js +1 -1
  341. package/dist/models/DeleteRole200Response.d.ts +1 -1
  342. package/dist/models/DeleteRole200Response.js +1 -1
  343. package/dist/models/DeleteTenant200Response.d.ts +1 -1
  344. package/dist/models/DeleteTenant200Response.js +1 -1
  345. package/dist/models/DeployPermissionNamespaces200Response.d.ts +1 -1
  346. package/dist/models/DeployPermissionNamespaces200Response.js +1 -1
  347. package/dist/models/GetActiveTenant200Response.d.ts +1 -1
  348. package/dist/models/GetActiveTenant200Response.js +1 -1
  349. package/dist/models/GetIdentity200Response.d.ts +1 -1
  350. package/dist/models/GetIdentity200Response.js +1 -1
  351. package/dist/models/GetRoleDefinitions200Response.d.ts +1 -1
  352. package/dist/models/GetRoleDefinitions200Response.js +1 -1
  353. package/dist/models/GetSession200Response.d.ts +1 -1
  354. package/dist/models/GetSession200Response.js +1 -1
  355. package/dist/models/GetStripeConfig200Response.d.ts +1 -1
  356. package/dist/models/GetStripeConfig200Response.js +1 -1
  357. package/dist/models/GetStripeConfigHistory200Response.d.ts +1 -1
  358. package/dist/models/GetStripeConfigHistory200Response.js +1 -1
  359. package/dist/models/GetTenantBillingStatus200Response.d.ts +1 -1
  360. package/dist/models/GetTenantBillingStatus200Response.js +1 -1
  361. package/dist/models/GetTenantJWT200Response.d.ts +1 -1
  362. package/dist/models/GetTenantJWT200Response.js +1 -1
  363. package/dist/models/HandlersBadRequestResponse.d.ts +1 -1
  364. package/dist/models/HandlersBadRequestResponse.js +1 -1
  365. package/dist/models/HandlersForbiddenResponse.d.ts +1 -1
  366. package/dist/models/HandlersForbiddenResponse.js +1 -1
  367. package/dist/models/HandlersInternalServerErrorResponse.d.ts +1 -1
  368. package/dist/models/HandlersInternalServerErrorResponse.js +1 -1
  369. package/dist/models/HandlersNotFoundErrorResponse.d.ts +1 -1
  370. package/dist/models/HandlersNotFoundErrorResponse.js +1 -1
  371. package/dist/models/HandlersSuccessResponse.d.ts +1 -1
  372. package/dist/models/HandlersSuccessResponse.js +1 -1
  373. package/dist/models/HandlersUnauthorizedResponse.d.ts +1 -1
  374. package/dist/models/HandlersUnauthorizedResponse.js +1 -1
  375. package/dist/models/ListRoles200Response.d.ts +1 -1
  376. package/dist/models/ListRoles200Response.js +1 -1
  377. package/dist/models/ListTenantSubscriptions200Response.d.ts +1 -1
  378. package/dist/models/ListTenantSubscriptions200Response.js +1 -1
  379. package/dist/models/ListTenantUsers200Response.d.ts +1 -1
  380. package/dist/models/ListTenantUsers200Response.js +1 -1
  381. package/dist/models/ListTenants200Response.d.ts +1 -1
  382. package/dist/models/ListTenants200Response.js +1 -1
  383. package/dist/models/Logout200Response.d.ts +1 -1
  384. package/dist/models/Logout200Response.js +1 -1
  385. package/dist/models/ModelsActiveTenantResponse.d.ts +1 -1
  386. package/dist/models/ModelsActiveTenantResponse.js +1 -1
  387. package/dist/models/ModelsBillingStatusResponse.d.ts +1 -1
  388. package/dist/models/ModelsBillingStatusResponse.js +1 -1
  389. package/dist/models/ModelsDeleteObjectRequest.d.ts +1 -1
  390. package/dist/models/ModelsDeleteObjectRequest.js +1 -1
  391. package/dist/models/ModelsDownloadRequest.d.ts +1 -1
  392. package/dist/models/ModelsDownloadRequest.js +1 -1
  393. package/dist/models/ModelsDownloadResponse.d.ts +1 -1
  394. package/dist/models/ModelsDownloadResponse.js +1 -1
  395. package/dist/models/ModelsListTenantsResponse.d.ts +1 -1
  396. package/dist/models/ModelsListTenantsResponse.js +1 -1
  397. package/dist/models/ModelsLogoutResponse.d.ts +1 -1
  398. package/dist/models/ModelsLogoutResponse.js +1 -1
  399. package/dist/models/ModelsMessageResponse.d.ts +1 -1
  400. package/dist/models/ModelsMessageResponse.js +1 -1
  401. package/dist/models/ModelsMeter.d.ts +1 -1
  402. package/dist/models/ModelsMeter.js +1 -1
  403. package/dist/models/ModelsMeterCustomerMapping.d.ts +1 -1
  404. package/dist/models/ModelsMeterCustomerMapping.js +1 -1
  405. package/dist/models/ModelsMeterDefaultAggregation.d.ts +1 -1
  406. package/dist/models/ModelsMeterDefaultAggregation.js +1 -1
  407. package/dist/models/ModelsMeterValueSettings.d.ts +1 -1
  408. package/dist/models/ModelsMeterValueSettings.js +1 -1
  409. package/dist/models/ModelsMeterWithStripeID.d.ts +1 -1
  410. package/dist/models/ModelsMeterWithStripeID.js +1 -1
  411. package/dist/models/ModelsNamespaceDefinition.d.ts +1 -1
  412. package/dist/models/ModelsNamespaceDefinition.js +1 -1
  413. package/dist/models/ModelsPrice.d.ts +1 -1
  414. package/dist/models/ModelsPrice.js +1 -1
  415. package/dist/models/ModelsPriceDisplay.d.ts +1 -1
  416. package/dist/models/ModelsPriceDisplay.js +1 -1
  417. package/dist/models/ModelsPriceLimit.d.ts +1 -1
  418. package/dist/models/ModelsPriceLimit.js +1 -1
  419. package/dist/models/ModelsPriceUI.d.ts +1 -1
  420. package/dist/models/ModelsPriceUI.js +1 -1
  421. package/dist/models/ModelsPriceWithStripeID.d.ts +1 -1
  422. package/dist/models/ModelsPriceWithStripeID.js +1 -1
  423. package/dist/models/ModelsProduct.d.ts +1 -1
  424. package/dist/models/ModelsProduct.js +1 -1
  425. package/dist/models/ModelsProductUI.d.ts +1 -1
  426. package/dist/models/ModelsProductUI.js +1 -1
  427. package/dist/models/ModelsProductWithStripeIDs.d.ts +1 -1
  428. package/dist/models/ModelsProductWithStripeIDs.js +1 -1
  429. package/dist/models/ModelsRole.d.ts +1 -1
  430. package/dist/models/ModelsRole.js +1 -1
  431. package/dist/models/ModelsSessionResponse.d.ts +1 -1
  432. package/dist/models/ModelsSessionResponse.js +1 -1
  433. package/dist/models/ModelsStripeConfiguration.d.ts +1 -1
  434. package/dist/models/ModelsStripeConfiguration.js +1 -1
  435. package/dist/models/ModelsStripeConfigurationWithIDs.d.ts +1 -1
  436. package/dist/models/ModelsStripeConfigurationWithIDs.js +1 -1
  437. package/dist/models/ModelsSubscriptionResponse.d.ts +1 -1
  438. package/dist/models/ModelsSubscriptionResponse.js +1 -1
  439. package/dist/models/ModelsTenant.d.ts +1 -1
  440. package/dist/models/ModelsTenant.js +1 -1
  441. package/dist/models/ModelsTenantInvite.d.ts +1 -1
  442. package/dist/models/ModelsTenantInvite.js +1 -1
  443. package/dist/models/ModelsTenantSettings.d.ts +1 -1
  444. package/dist/models/ModelsTenantSettings.js +1 -1
  445. package/dist/models/ModelsTier.d.ts +1 -1
  446. package/dist/models/ModelsTier.js +1 -1
  447. package/dist/models/ModelsUploadRequest.d.ts +1 -1
  448. package/dist/models/ModelsUploadRequest.js +1 -1
  449. package/dist/models/ModelsUploadResponse.d.ts +1 -1
  450. package/dist/models/ModelsUploadResponse.js +1 -1
  451. package/dist/models/ModelsUserTenantListItem.d.ts +1 -1
  452. package/dist/models/ModelsUserTenantListItem.js +1 -1
  453. package/dist/models/ModelsWhoAmIResponse.d.ts +1 -1
  454. package/dist/models/ModelsWhoAmIResponse.js +1 -1
  455. package/dist/models/PullStripeConfig200Response.d.ts +1 -1
  456. package/dist/models/PullStripeConfig200Response.js +1 -1
  457. package/dist/models/RemoveSubscription200Response.d.ts +39 -0
  458. package/dist/models/RemoveSubscription200Response.js +51 -0
  459. package/dist/models/SwitchActiveTenant200Response.d.ts +1 -1
  460. package/dist/models/SwitchActiveTenant200Response.js +1 -1
  461. package/dist/models/TenantsAcceptInviteRequest.d.ts +1 -1
  462. package/dist/models/TenantsAcceptInviteRequest.js +1 -1
  463. package/dist/models/TenantsAcceptInviteResponse.d.ts +1 -1
  464. package/dist/models/TenantsAcceptInviteResponse.js +1 -1
  465. package/dist/models/TenantsAssignRoleRequest.d.ts +1 -1
  466. package/dist/models/TenantsAssignRoleRequest.js +1 -1
  467. package/dist/models/TenantsAssignRoleResponse.d.ts +1 -1
  468. package/dist/models/TenantsAssignRoleResponse.js +1 -1
  469. package/dist/models/TenantsCreateRoleRequest.d.ts +1 -1
  470. package/dist/models/TenantsCreateRoleRequest.js +1 -1
  471. package/dist/models/TenantsCreateSubscriptionRequest.d.ts +38 -0
  472. package/dist/models/TenantsCreateSubscriptionRequest.js +52 -0
  473. package/dist/models/TenantsCreateSubscriptionResponse.d.ts +38 -0
  474. package/dist/models/TenantsCreateSubscriptionResponse.js +50 -0
  475. package/dist/models/TenantsCreateTenantRequest.d.ts +1 -1
  476. package/dist/models/TenantsCreateTenantRequest.js +1 -1
  477. package/dist/models/TenantsCreateTenantResponse.d.ts +1 -1
  478. package/dist/models/TenantsCreateTenantResponse.js +1 -1
  479. package/dist/models/TenantsCreateTenantUserInviteRequest.d.ts +1 -1
  480. package/dist/models/TenantsCreateTenantUserInviteRequest.js +1 -1
  481. package/dist/models/TenantsCreateTenantUserInviteResponse.d.ts +1 -1
  482. package/dist/models/TenantsCreateTenantUserInviteResponse.js +1 -1
  483. package/dist/models/TenantsDeleteRoleResponse.d.ts +1 -1
  484. package/dist/models/TenantsDeleteRoleResponse.js +1 -1
  485. package/dist/models/TenantsDeleteTenantResponse.d.ts +1 -1
  486. package/dist/models/TenantsDeleteTenantResponse.js +1 -1
  487. package/dist/models/TenantsDeleteTenantUserRequest.d.ts +1 -1
  488. package/dist/models/TenantsDeleteTenantUserRequest.js +1 -1
  489. package/dist/models/TenantsJWTTokenResponse.d.ts +1 -1
  490. package/dist/models/TenantsJWTTokenResponse.js +1 -1
  491. package/dist/models/TenantsNamespaceDefinitionsResponse.d.ts +1 -1
  492. package/dist/models/TenantsNamespaceDefinitionsResponse.js +1 -1
  493. package/dist/models/TenantsRemoveSubscriptionRequest.d.ts +38 -0
  494. package/dist/models/TenantsRemoveSubscriptionRequest.js +52 -0
  495. package/dist/models/TenantsRemoveSubscriptionResponse.d.ts +44 -0
  496. package/dist/models/TenantsRemoveSubscriptionResponse.js +52 -0
  497. package/dist/models/TenantsRolesListResponse.d.ts +1 -1
  498. package/dist/models/TenantsRolesListResponse.js +1 -1
  499. package/dist/models/TenantsSwitchTenantRequest.d.ts +1 -1
  500. package/dist/models/TenantsSwitchTenantRequest.js +1 -1
  501. package/dist/models/TenantsSwitchTenantResponse.d.ts +1 -1
  502. package/dist/models/TenantsSwitchTenantResponse.js +1 -1
  503. package/dist/models/TenantsTenantUserResponse.d.ts +1 -1
  504. package/dist/models/TenantsTenantUserResponse.js +1 -1
  505. package/dist/models/TenantsUpdateRoleRequest.d.ts +1 -1
  506. package/dist/models/TenantsUpdateRoleRequest.js +1 -1
  507. package/dist/models/TenantsUpdateTenantUserRoleRequest.d.ts +1 -1
  508. package/dist/models/TenantsUpdateTenantUserRoleRequest.js +1 -1
  509. package/dist/models/TenantsUpdateTenantUserRoleResponse.d.ts +1 -1
  510. package/dist/models/TenantsUpdateTenantUserRoleResponse.js +1 -1
  511. package/dist/models/UpdateTenantUserRole200Response.d.ts +1 -1
  512. package/dist/models/UpdateTenantUserRole200Response.js +1 -1
  513. package/dist/models/V1ArchiveAllResponse.d.ts +1 -1
  514. package/dist/models/V1ArchiveAllResponse.js +1 -1
  515. package/dist/models/V1CheckPermissionRequest.d.ts +1 -1
  516. package/dist/models/V1CheckPermissionRequest.js +1 -1
  517. package/dist/models/V1CheckPermissionResponse.d.ts +1 -1
  518. package/dist/models/V1CheckPermissionResponse.js +1 -1
  519. package/dist/models/V1ConfigHistoryItem.d.ts +1 -1
  520. package/dist/models/V1ConfigHistoryItem.js +1 -1
  521. package/dist/models/V1ConfigHistoryPagination.d.ts +1 -1
  522. package/dist/models/V1ConfigHistoryPagination.js +1 -1
  523. package/dist/models/V1ConfigHistoryResponse.d.ts +1 -1
  524. package/dist/models/V1ConfigHistoryResponse.js +1 -1
  525. package/dist/models/V1CreateCheckoutRequest.d.ts +1 -1
  526. package/dist/models/V1CreateCheckoutRequest.js +1 -1
  527. package/dist/models/V1CreateCheckoutResponse.d.ts +1 -1
  528. package/dist/models/V1CreateCheckoutResponse.js +1 -1
  529. package/dist/models/V1CreatePortalRequest.d.ts +1 -1
  530. package/dist/models/V1CreatePortalRequest.js +1 -1
  531. package/dist/models/V1CreatePortalResponse.d.ts +1 -1
  532. package/dist/models/V1CreatePortalResponse.js +1 -1
  533. package/dist/models/V1CreateRelationshipRequest.d.ts +1 -1
  534. package/dist/models/V1CreateRelationshipRequest.js +1 -1
  535. package/dist/models/V1CreateRelationshipResponse.d.ts +1 -1
  536. package/dist/models/V1CreateRelationshipResponse.js +1 -1
  537. package/dist/models/V1MigrationErrorResponse.d.ts +1 -1
  538. package/dist/models/V1MigrationErrorResponse.js +1 -1
  539. package/dist/models/V1MigrationSuccessResponse.d.ts +1 -1
  540. package/dist/models/V1MigrationSuccessResponse.js +1 -1
  541. package/dist/models/V1NamespaceDeploymentResponse.d.ts +1 -1
  542. package/dist/models/V1NamespaceDeploymentResponse.js +1 -1
  543. package/dist/models/V1RecordUsageRequest.d.ts +1 -1
  544. package/dist/models/V1RecordUsageRequest.js +1 -1
  545. package/dist/models/V1StripeConfigResponse.d.ts +1 -1
  546. package/dist/models/V1StripeConfigResponse.js +1 -1
  547. package/dist/models/V1SubjectSetRequest.d.ts +1 -1
  548. package/dist/models/V1SubjectSetRequest.js +1 -1
  549. package/dist/models/WhoAmI200Response.d.ts +1 -1
  550. package/dist/models/WhoAmI200Response.js +1 -1
  551. package/dist/models/index.d.ts +5 -2
  552. package/dist/models/index.js +5 -2
  553. package/dist/runtime.d.ts +1 -1
  554. package/dist/runtime.js +1 -1
  555. package/docs/CreateSubscription200Response.md +1 -1
  556. package/docs/RemoveSubscription200Response.md +36 -0
  557. package/docs/TenantsCreateSubscriptionRequest.md +36 -0
  558. package/docs/TenantsCreateSubscriptionResponse.md +36 -0
  559. package/docs/TenantsRemoveSubscriptionRequest.md +36 -0
  560. package/docs/TenantsRemoveSubscriptionResponse.md +38 -0
  561. package/docs/V1PaymentsApi.md +0 -70
  562. package/docs/V1TenantsApi.md +151 -0
  563. package/package.json +1 -1
  564. package/src/apis/V1AuthApi.ts +1 -1
  565. package/src/apis/V1DatabaseApi.ts +1 -1
  566. package/src/apis/V1PaymentsApi.ts +1 -52
  567. package/src/apis/V1PermissionsApi.ts +1 -1
  568. package/src/apis/V1StorageApi.ts +1 -1
  569. package/src/apis/V1StripeApi.ts +1 -1
  570. package/src/apis/V1TenantsApi.ts +111 -1
  571. package/src/models/AcceptInvite200Response.ts +1 -1
  572. package/src/models/ApiV1StorageDownloadPost200Response.ts +1 -1
  573. package/src/models/ApiV1StorageObjectDelete200Response.ts +1 -1
  574. package/src/models/ApiV1StorageUploadPost200Response.ts +1 -1
  575. package/src/models/ArchiveAllStripeConfig200Response.ts +1 -1
  576. package/src/models/AssignRole200Response.ts +1 -1
  577. package/src/models/CheckPermission200Response.ts +1 -1
  578. package/src/models/ClientAuthenticatorAssuranceLevel.ts +1 -1
  579. package/src/models/ClientIdentity.ts +1 -1
  580. package/src/models/ClientIdentityCredentials.ts +1 -1
  581. package/src/models/ClientRecoveryIdentityAddress.ts +1 -1
  582. package/src/models/ClientRelationship.ts +1 -1
  583. package/src/models/ClientSession.ts +1 -1
  584. package/src/models/ClientSessionAuthenticationMethod.ts +1 -1
  585. package/src/models/ClientSessionDevice.ts +1 -1
  586. package/src/models/ClientSubjectSet.ts +1 -1
  587. package/src/models/ClientVerifiableIdentityAddress.ts +1 -1
  588. package/src/models/CreateCheckout200Response.ts +1 -1
  589. package/src/models/CreateCustomerPortal200Response.ts +1 -1
  590. package/src/models/CreateInvite200Response.ts +1 -1
  591. package/src/models/CreateRelationship200Response.ts +1 -1
  592. package/src/models/CreateRole200Response.ts +1 -1
  593. package/src/models/CreateSubscription200Response.ts +11 -11
  594. package/src/models/CreateTenant200Response.ts +1 -1
  595. package/src/models/DeleteRole200Response.ts +1 -1
  596. package/src/models/DeleteTenant200Response.ts +1 -1
  597. package/src/models/DeployPermissionNamespaces200Response.ts +1 -1
  598. package/src/models/GetActiveTenant200Response.ts +1 -1
  599. package/src/models/GetIdentity200Response.ts +1 -1
  600. package/src/models/GetRoleDefinitions200Response.ts +1 -1
  601. package/src/models/GetSession200Response.ts +1 -1
  602. package/src/models/GetStripeConfig200Response.ts +1 -1
  603. package/src/models/GetStripeConfigHistory200Response.ts +1 -1
  604. package/src/models/GetTenantBillingStatus200Response.ts +1 -1
  605. package/src/models/GetTenantJWT200Response.ts +1 -1
  606. package/src/models/HandlersBadRequestResponse.ts +1 -1
  607. package/src/models/HandlersForbiddenResponse.ts +1 -1
  608. package/src/models/HandlersInternalServerErrorResponse.ts +1 -1
  609. package/src/models/HandlersNotFoundErrorResponse.ts +1 -1
  610. package/src/models/HandlersSuccessResponse.ts +1 -1
  611. package/src/models/HandlersUnauthorizedResponse.ts +1 -1
  612. package/src/models/ListRoles200Response.ts +1 -1
  613. package/src/models/ListTenantSubscriptions200Response.ts +1 -1
  614. package/src/models/ListTenantUsers200Response.ts +1 -1
  615. package/src/models/ListTenants200Response.ts +1 -1
  616. package/src/models/Logout200Response.ts +1 -1
  617. package/src/models/ModelsActiveTenantResponse.ts +1 -1
  618. package/src/models/ModelsBillingStatusResponse.ts +1 -1
  619. package/src/models/ModelsDeleteObjectRequest.ts +1 -1
  620. package/src/models/ModelsDownloadRequest.ts +1 -1
  621. package/src/models/ModelsDownloadResponse.ts +1 -1
  622. package/src/models/ModelsListTenantsResponse.ts +1 -1
  623. package/src/models/ModelsLogoutResponse.ts +1 -1
  624. package/src/models/ModelsMessageResponse.ts +1 -1
  625. package/src/models/ModelsMeter.ts +1 -1
  626. package/src/models/ModelsMeterCustomerMapping.ts +1 -1
  627. package/src/models/ModelsMeterDefaultAggregation.ts +1 -1
  628. package/src/models/ModelsMeterValueSettings.ts +1 -1
  629. package/src/models/ModelsMeterWithStripeID.ts +1 -1
  630. package/src/models/ModelsNamespaceDefinition.ts +1 -1
  631. package/src/models/ModelsPrice.ts +1 -1
  632. package/src/models/ModelsPriceDisplay.ts +1 -1
  633. package/src/models/ModelsPriceLimit.ts +1 -1
  634. package/src/models/ModelsPriceUI.ts +1 -1
  635. package/src/models/ModelsPriceWithStripeID.ts +1 -1
  636. package/src/models/ModelsProduct.ts +1 -1
  637. package/src/models/ModelsProductUI.ts +1 -1
  638. package/src/models/ModelsProductWithStripeIDs.ts +1 -1
  639. package/src/models/ModelsRole.ts +1 -1
  640. package/src/models/ModelsSessionResponse.ts +1 -1
  641. package/src/models/ModelsStripeConfiguration.ts +1 -1
  642. package/src/models/ModelsStripeConfigurationWithIDs.ts +1 -1
  643. package/src/models/ModelsSubscriptionResponse.ts +1 -1
  644. package/src/models/ModelsTenant.ts +1 -1
  645. package/src/models/ModelsTenantInvite.ts +1 -1
  646. package/src/models/ModelsTenantSettings.ts +1 -1
  647. package/src/models/ModelsTier.ts +1 -1
  648. package/src/models/ModelsUploadRequest.ts +1 -1
  649. package/src/models/ModelsUploadResponse.ts +1 -1
  650. package/src/models/ModelsUserTenantListItem.ts +1 -1
  651. package/src/models/ModelsWhoAmIResponse.ts +1 -1
  652. package/src/models/PullStripeConfig200Response.ts +1 -1
  653. package/src/models/RemoveSubscription200Response.ts +81 -0
  654. package/src/models/SwitchActiveTenant200Response.ts +1 -1
  655. package/src/models/TenantsAcceptInviteRequest.ts +1 -1
  656. package/src/models/TenantsAcceptInviteResponse.ts +1 -1
  657. package/src/models/TenantsAssignRoleRequest.ts +1 -1
  658. package/src/models/TenantsAssignRoleResponse.ts +1 -1
  659. package/src/models/TenantsCreateRoleRequest.ts +1 -1
  660. package/src/models/TenantsCreateSubscriptionRequest.ts +74 -0
  661. package/src/models/TenantsCreateSubscriptionResponse.ts +73 -0
  662. package/src/models/TenantsCreateTenantRequest.ts +1 -1
  663. package/src/models/TenantsCreateTenantResponse.ts +1 -1
  664. package/src/models/TenantsCreateTenantUserInviteRequest.ts +1 -1
  665. package/src/models/TenantsCreateTenantUserInviteResponse.ts +1 -1
  666. package/src/models/TenantsDeleteRoleResponse.ts +1 -1
  667. package/src/models/TenantsDeleteTenantResponse.ts +1 -1
  668. package/src/models/TenantsDeleteTenantUserRequest.ts +1 -1
  669. package/src/models/TenantsJWTTokenResponse.ts +1 -1
  670. package/src/models/TenantsNamespaceDefinitionsResponse.ts +1 -1
  671. package/src/models/TenantsRemoveSubscriptionRequest.ts +74 -0
  672. package/src/models/TenantsRemoveSubscriptionResponse.ts +81 -0
  673. package/src/models/TenantsRolesListResponse.ts +1 -1
  674. package/src/models/TenantsSwitchTenantRequest.ts +1 -1
  675. package/src/models/TenantsSwitchTenantResponse.ts +1 -1
  676. package/src/models/TenantsTenantUserResponse.ts +1 -1
  677. package/src/models/TenantsUpdateRoleRequest.ts +1 -1
  678. package/src/models/TenantsUpdateTenantUserRoleRequest.ts +1 -1
  679. package/src/models/TenantsUpdateTenantUserRoleResponse.ts +1 -1
  680. package/src/models/UpdateTenantUserRole200Response.ts +1 -1
  681. package/src/models/V1ArchiveAllResponse.ts +1 -1
  682. package/src/models/V1CheckPermissionRequest.ts +1 -1
  683. package/src/models/V1CheckPermissionResponse.ts +1 -1
  684. package/src/models/V1ConfigHistoryItem.ts +1 -1
  685. package/src/models/V1ConfigHistoryPagination.ts +1 -1
  686. package/src/models/V1ConfigHistoryResponse.ts +1 -1
  687. package/src/models/V1CreateCheckoutRequest.ts +1 -1
  688. package/src/models/V1CreateCheckoutResponse.ts +1 -1
  689. package/src/models/V1CreatePortalRequest.ts +1 -1
  690. package/src/models/V1CreatePortalResponse.ts +1 -1
  691. package/src/models/V1CreateRelationshipRequest.ts +1 -1
  692. package/src/models/V1CreateRelationshipResponse.ts +1 -1
  693. package/src/models/V1MigrationErrorResponse.ts +1 -1
  694. package/src/models/V1MigrationSuccessResponse.ts +1 -1
  695. package/src/models/V1NamespaceDeploymentResponse.ts +1 -1
  696. package/src/models/V1RecordUsageRequest.ts +1 -1
  697. package/src/models/V1StripeConfigResponse.ts +1 -1
  698. package/src/models/V1SubjectSetRequest.ts +1 -1
  699. package/src/models/WhoAmI200Response.ts +1 -1
  700. package/src/models/index.ts +5 -2
  701. package/src/runtime.ts +1 -1
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
21
21
  });
22
22
  };
23
23
  import * as runtime from '../runtime';
24
- import { CreateCheckout200ResponseFromJSON, CreateCustomerPortal200ResponseFromJSON, CreateSubscription200ResponseFromJSON, HandlersSuccessResponseFromJSON, V1CreateCheckoutRequestToJSON, V1CreatePortalRequestToJSON, V1CreateSubscriptionRequestToJSON, V1RecordUsageRequestToJSON, } from '../models/index';
24
+ import { CreateCheckout200ResponseFromJSON, CreateCustomerPortal200ResponseFromJSON, HandlersSuccessResponseFromJSON, V1CreateCheckoutRequestToJSON, V1CreatePortalRequestToJSON, V1RecordUsageRequestToJSON, } from '../models/index';
25
25
  /**
26
26
  *
27
27
  */
@@ -98,39 +98,6 @@ export class V1PaymentsApi extends runtime.BaseAPI {
98
98
  return yield response.value();
99
99
  });
100
100
  }
101
- /**
102
- * Creates a Stripe subscription for a customer. Provide either tenant_id (to lookup customer from database) OR stripe_customer_id (to use directly). ## Authentication Requires valid API authentication. ## Customer Identification - If stripe_customer_id is provided, it will be used directly - If tenant_id is provided, the tenant\'s stripe_customer_id will be looked up from auth.tenants table - At least one of tenant_id or stripe_customer_id must be provided ## Use Cases - Subscribe tenant to metered pricing plans - Upgrade/downgrade tenant plans - Enable usage-based billing for resources - Direct subscription creation with Stripe customer ID
103
- * Create subscription
104
- */
105
- createSubscriptionRaw(requestParameters, initOverrides) {
106
- return __awaiter(this, void 0, void 0, function* () {
107
- if (requestParameters['request'] == null) {
108
- throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling createSubscription().');
109
- }
110
- const queryParameters = {};
111
- const headerParameters = {};
112
- headerParameters['Content-Type'] = 'application/json';
113
- let urlPath = `/api/v1/payments/subscription`;
114
- const response = yield this.request({
115
- path: urlPath,
116
- method: 'POST',
117
- headers: headerParameters,
118
- query: queryParameters,
119
- body: V1CreateSubscriptionRequestToJSON(requestParameters['request']),
120
- }, initOverrides);
121
- return new runtime.JSONApiResponse(response, (jsonValue) => CreateSubscription200ResponseFromJSON(jsonValue));
122
- });
123
- }
124
- /**
125
- * Creates a Stripe subscription for a customer. Provide either tenant_id (to lookup customer from database) OR stripe_customer_id (to use directly). ## Authentication Requires valid API authentication. ## Customer Identification - If stripe_customer_id is provided, it will be used directly - If tenant_id is provided, the tenant\'s stripe_customer_id will be looked up from auth.tenants table - At least one of tenant_id or stripe_customer_id must be provided ## Use Cases - Subscribe tenant to metered pricing plans - Upgrade/downgrade tenant plans - Enable usage-based billing for resources - Direct subscription creation with Stripe customer ID
126
- * Create subscription
127
- */
128
- createSubscription(requestParameters, initOverrides) {
129
- return __awaiter(this, void 0, void 0, function* () {
130
- const response = yield this.createSubscriptionRaw(requestParameters, initOverrides);
131
- return yield response.value();
132
- });
133
- }
134
101
  /**
135
102
  * Records a usage event for metered billing. The customer must have an active subscription with metered pricing. ## Authentication Requires JWT token and an associated Stripe customer ID. ## Use Cases - API request metering - Compute time tracking - Storage usage recording - Any metered billing scenario
136
103
  * Record metered usage
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { AcceptInvite200Response, AssignRole200Response, CreateInvite200Response, CreateRole200Response, CreateTenant200Response, DeleteRole200Response, DeleteTenant200Response, GetRoleDefinitions200Response, GetTenantBillingStatus200Response, GetTenantJWT200Response, HandlersSuccessResponse, ListRoles200Response, ListTenantSubscriptions200Response, ListTenantUsers200Response, SwitchActiveTenant200Response, TenantsAcceptInviteRequest, TenantsAssignRoleRequest, TenantsCreateRoleRequest, TenantsCreateTenantRequest, TenantsCreateTenantUserInviteRequest, TenantsDeleteTenantUserRequest, TenantsSwitchTenantRequest, TenantsUpdateRoleRequest, TenantsUpdateTenantUserRoleRequest, UpdateTenantUserRole200Response } from '../models/index';
13
+ import type { AcceptInvite200Response, AssignRole200Response, CreateInvite200Response, CreateRole200Response, CreateSubscription200Response, CreateTenant200Response, DeleteRole200Response, DeleteTenant200Response, GetRoleDefinitions200Response, GetTenantBillingStatus200Response, GetTenantJWT200Response, HandlersSuccessResponse, ListRoles200Response, ListTenantSubscriptions200Response, ListTenantUsers200Response, RemoveSubscription200Response, SwitchActiveTenant200Response, TenantsAcceptInviteRequest, TenantsAssignRoleRequest, TenantsCreateRoleRequest, TenantsCreateSubscriptionRequest, TenantsCreateTenantRequest, TenantsCreateTenantUserInviteRequest, TenantsDeleteTenantUserRequest, TenantsRemoveSubscriptionRequest, TenantsSwitchTenantRequest, TenantsUpdateRoleRequest, TenantsUpdateTenantUserRoleRequest, UpdateTenantUserRole200Response } from '../models/index';
14
14
  export interface AcceptInviteRequest {
15
15
  request: TenantsAcceptInviteRequest;
16
16
  }
@@ -24,12 +24,18 @@ export interface CreateInviteRequest {
24
24
  export interface CreateRoleRequest {
25
25
  request: TenantsCreateRoleRequest;
26
26
  }
27
+ export interface CreateSubscriptionRequest {
28
+ request: TenantsCreateSubscriptionRequest;
29
+ }
27
30
  export interface CreateTenantRequest {
28
31
  request: TenantsCreateTenantRequest;
29
32
  }
30
33
  export interface DeleteRoleRequest {
31
34
  roleId: string;
32
35
  }
36
+ export interface RemoveSubscriptionRequest {
37
+ request: TenantsRemoveSubscriptionRequest;
38
+ }
33
39
  export interface RemoveTenantUserRequest {
34
40
  request: TenantsDeleteTenantUserRequest;
35
41
  }
@@ -87,6 +93,16 @@ export declare class V1TenantsApi extends runtime.BaseAPI {
87
93
  * Create role
88
94
  */
89
95
  createRole(requestParameters: CreateRoleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateRole200Response>;
96
+ /**
97
+ * Creates a Stripe subscription for the authenticated tenant using the provided plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") that maps to a Stripe price - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Creates the subscription in Stripe with the specified price 4. Returns the subscription ID and status ## Use Cases - Subscribe tenant to metered pricing plans (compute, storage, workers) - Enable usage-based billing for resources - Add additional services to tenant\'s billing
98
+ * Create subscription
99
+ */
100
+ createSubscriptionRaw(requestParameters: CreateSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateSubscription200Response>>;
101
+ /**
102
+ * Creates a Stripe subscription for the authenticated tenant using the provided plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") that maps to a Stripe price - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Creates the subscription in Stripe with the specified price 4. Returns the subscription ID and status ## Use Cases - Subscribe tenant to metered pricing plans (compute, storage, workers) - Enable usage-based billing for resources - Add additional services to tenant\'s billing
103
+ * Create subscription
104
+ */
105
+ createSubscription(requestParameters: CreateSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateSubscription200Response>;
90
106
  /**
91
107
  * Creates a new tenant organization with Stripe customer, sets up owner role, and makes it the active tenant for the creator. ## Authentication Requires JWT token. ## Process 1. Creates Stripe customer (if billing_email provided) 2. Creates tenant in database 3. Sets up default tenant settings 4. Adds creator as owner 5. Assigns owner role with all permissions 6. Sets as active tenant and returns JWT token
92
108
  * Create tenant
@@ -177,6 +193,16 @@ export declare class V1TenantsApi extends runtime.BaseAPI {
177
193
  * Get tenant users
178
194
  */
179
195
  listTenantUsers(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListTenantUsers200Response>;
196
+ /**
197
+ * Cancels a Stripe subscription immediately for the authenticated tenant based on the plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") to identify which subscription to cancel - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Finds the active subscription matching the price_id for the customer 4. Cancels the subscription immediately in Stripe 5. Returns the cancellation confirmation ## Notes - The subscription is canceled immediately, not at the end of the billing period - If no matching subscription is found, returns a 404 error - Only active, trialing, or past_due subscriptions can be canceled ## Use Cases - Remove specific service subscriptions from tenant - Downgrade by removing premium features - Stop billing for unused resources
198
+ * Remove subscription
199
+ */
200
+ removeSubscriptionRaw(requestParameters: RemoveSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RemoveSubscription200Response>>;
201
+ /**
202
+ * Cancels a Stripe subscription immediately for the authenticated tenant based on the plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") to identify which subscription to cancel - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Finds the active subscription matching the price_id for the customer 4. Cancels the subscription immediately in Stripe 5. Returns the cancellation confirmation ## Notes - The subscription is canceled immediately, not at the end of the billing period - If no matching subscription is found, returns a 404 error - Only active, trialing, or past_due subscriptions can be canceled ## Use Cases - Remove specific service subscriptions from tenant - Downgrade by removing premium features - Stop billing for unused resources
203
+ * Remove subscription
204
+ */
205
+ removeSubscription(requestParameters: RemoveSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RemoveSubscription200Response>;
180
206
  /**
181
207
  * Removes a user from the tenant and cleans up all associated permissions and Keto relationships. ## Authentication Requires JWT token with `remove_user` permission. ## Restrictions - Cannot remove the last owner (must have at least one owner) - Removing an owner requires `remove_owner_role` permission ## Process 1. Verifies permissions 2. Removes from role\'s user list 3. Deletes all Keto relationships 4. Removes from database 5. Cleans up user\'s tenant state
182
208
  * Remove tenant user
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
21
21
  });
22
22
  };
23
23
  import * as runtime from '../runtime';
24
- import { AcceptInvite200ResponseFromJSON, AssignRole200ResponseFromJSON, CreateInvite200ResponseFromJSON, CreateRole200ResponseFromJSON, CreateTenant200ResponseFromJSON, DeleteRole200ResponseFromJSON, DeleteTenant200ResponseFromJSON, GetRoleDefinitions200ResponseFromJSON, GetTenantBillingStatus200ResponseFromJSON, GetTenantJWT200ResponseFromJSON, HandlersSuccessResponseFromJSON, ListRoles200ResponseFromJSON, ListTenantSubscriptions200ResponseFromJSON, ListTenantUsers200ResponseFromJSON, SwitchActiveTenant200ResponseFromJSON, TenantsAcceptInviteRequestToJSON, TenantsAssignRoleRequestToJSON, TenantsCreateRoleRequestToJSON, TenantsCreateTenantRequestToJSON, TenantsCreateTenantUserInviteRequestToJSON, TenantsDeleteTenantUserRequestToJSON, TenantsSwitchTenantRequestToJSON, TenantsUpdateRoleRequestToJSON, TenantsUpdateTenantUserRoleRequestToJSON, UpdateTenantUserRole200ResponseFromJSON, } from '../models/index';
24
+ import { AcceptInvite200ResponseFromJSON, AssignRole200ResponseFromJSON, CreateInvite200ResponseFromJSON, CreateRole200ResponseFromJSON, CreateSubscription200ResponseFromJSON, CreateTenant200ResponseFromJSON, DeleteRole200ResponseFromJSON, DeleteTenant200ResponseFromJSON, GetRoleDefinitions200ResponseFromJSON, GetTenantBillingStatus200ResponseFromJSON, GetTenantJWT200ResponseFromJSON, HandlersSuccessResponseFromJSON, ListRoles200ResponseFromJSON, ListTenantSubscriptions200ResponseFromJSON, ListTenantUsers200ResponseFromJSON, RemoveSubscription200ResponseFromJSON, SwitchActiveTenant200ResponseFromJSON, TenantsAcceptInviteRequestToJSON, TenantsAssignRoleRequestToJSON, TenantsCreateRoleRequestToJSON, TenantsCreateSubscriptionRequestToJSON, TenantsCreateTenantRequestToJSON, TenantsCreateTenantUserInviteRequestToJSON, TenantsDeleteTenantUserRequestToJSON, TenantsRemoveSubscriptionRequestToJSON, TenantsSwitchTenantRequestToJSON, TenantsUpdateRoleRequestToJSON, TenantsUpdateTenantUserRoleRequestToJSON, UpdateTenantUserRole200ResponseFromJSON, } from '../models/index';
25
25
  /**
26
26
  *
27
27
  */
@@ -174,6 +174,42 @@ export class V1TenantsApi extends runtime.BaseAPI {
174
174
  return yield response.value();
175
175
  });
176
176
  }
177
+ /**
178
+ * Creates a Stripe subscription for the authenticated tenant using the provided plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") that maps to a Stripe price - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Creates the subscription in Stripe with the specified price 4. Returns the subscription ID and status ## Use Cases - Subscribe tenant to metered pricing plans (compute, storage, workers) - Enable usage-based billing for resources - Add additional services to tenant\'s billing
179
+ * Create subscription
180
+ */
181
+ createSubscriptionRaw(requestParameters, initOverrides) {
182
+ return __awaiter(this, void 0, void 0, function* () {
183
+ if (requestParameters['request'] == null) {
184
+ throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling createSubscription().');
185
+ }
186
+ const queryParameters = {};
187
+ const headerParameters = {};
188
+ headerParameters['Content-Type'] = 'application/json';
189
+ if (this.configuration && this.configuration.apiKey) {
190
+ headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // BearerAuth authentication
191
+ }
192
+ let urlPath = `/api/v1/payments/subscription`;
193
+ const response = yield this.request({
194
+ path: urlPath,
195
+ method: 'POST',
196
+ headers: headerParameters,
197
+ query: queryParameters,
198
+ body: TenantsCreateSubscriptionRequestToJSON(requestParameters['request']),
199
+ }, initOverrides);
200
+ return new runtime.JSONApiResponse(response, (jsonValue) => CreateSubscription200ResponseFromJSON(jsonValue));
201
+ });
202
+ }
203
+ /**
204
+ * Creates a Stripe subscription for the authenticated tenant using the provided plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") that maps to a Stripe price - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Creates the subscription in Stripe with the specified price 4. Returns the subscription ID and status ## Use Cases - Subscribe tenant to metered pricing plans (compute, storage, workers) - Enable usage-based billing for resources - Add additional services to tenant\'s billing
205
+ * Create subscription
206
+ */
207
+ createSubscription(requestParameters, initOverrides) {
208
+ return __awaiter(this, void 0, void 0, function* () {
209
+ const response = yield this.createSubscriptionRaw(requestParameters, initOverrides);
210
+ return yield response.value();
211
+ });
212
+ }
177
213
  /**
178
214
  * Creates a new tenant organization with Stripe customer, sets up owner role, and makes it the active tenant for the creator. ## Authentication Requires JWT token. ## Process 1. Creates Stripe customer (if billing_email provided) 2. Creates tenant in database 3. Sets up default tenant settings 4. Adds creator as owner 5. Assigns owner role with all permissions 6. Sets as active tenant and returns JWT token
179
215
  * Create tenant
@@ -462,6 +498,42 @@ export class V1TenantsApi extends runtime.BaseAPI {
462
498
  return yield response.value();
463
499
  });
464
500
  }
501
+ /**
502
+ * Cancels a Stripe subscription immediately for the authenticated tenant based on the plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") to identify which subscription to cancel - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Finds the active subscription matching the price_id for the customer 4. Cancels the subscription immediately in Stripe 5. Returns the cancellation confirmation ## Notes - The subscription is canceled immediately, not at the end of the billing period - If no matching subscription is found, returns a 404 error - Only active, trialing, or past_due subscriptions can be canceled ## Use Cases - Remove specific service subscriptions from tenant - Downgrade by removing premium features - Stop billing for unused resources
503
+ * Remove subscription
504
+ */
505
+ removeSubscriptionRaw(requestParameters, initOverrides) {
506
+ return __awaiter(this, void 0, void 0, function* () {
507
+ if (requestParameters['request'] == null) {
508
+ throw new runtime.RequiredError('request', 'Required parameter "request" was null or undefined when calling removeSubscription().');
509
+ }
510
+ const queryParameters = {};
511
+ const headerParameters = {};
512
+ headerParameters['Content-Type'] = 'application/json';
513
+ if (this.configuration && this.configuration.apiKey) {
514
+ headerParameters["Authorization"] = yield this.configuration.apiKey("Authorization"); // BearerAuth authentication
515
+ }
516
+ let urlPath = `/api/v1/payments/subscription`;
517
+ const response = yield this.request({
518
+ path: urlPath,
519
+ method: 'DELETE',
520
+ headers: headerParameters,
521
+ query: queryParameters,
522
+ body: TenantsRemoveSubscriptionRequestToJSON(requestParameters['request']),
523
+ }, initOverrides);
524
+ return new runtime.JSONApiResponse(response, (jsonValue) => RemoveSubscription200ResponseFromJSON(jsonValue));
525
+ });
526
+ }
527
+ /**
528
+ * Cancels a Stripe subscription immediately for the authenticated tenant based on the plan ID. ## Authentication Requires JWT token with tenant context. ## Request Parameters - **plan_id** (required): The configuration item ID (e.g., \"neon_compute_starter\") to identify which subscription to cancel - **stripe_customer_id** (optional): Override tenant\'s Stripe customer ID if needed ## Process Flow 1. Validates the plan_id and maps it to a Stripe price_id via the stripe_id_mappings table 2. Resolves the Stripe customer ID from the authenticated tenant (or uses provided stripe_customer_id) 3. Finds the active subscription matching the price_id for the customer 4. Cancels the subscription immediately in Stripe 5. Returns the cancellation confirmation ## Notes - The subscription is canceled immediately, not at the end of the billing period - If no matching subscription is found, returns a 404 error - Only active, trialing, or past_due subscriptions can be canceled ## Use Cases - Remove specific service subscriptions from tenant - Downgrade by removing premium features - Stop billing for unused resources
529
+ * Remove subscription
530
+ */
531
+ removeSubscription(requestParameters, initOverrides) {
532
+ return __awaiter(this, void 0, void 0, function* () {
533
+ const response = yield this.removeSubscriptionRaw(requestParameters, initOverrides);
534
+ return yield response.value();
535
+ });
536
+ }
465
537
  /**
466
538
  * Removes a user from the tenant and cleans up all associated permissions and Keto relationships. ## Authentication Requires JWT token with `remove_user` permission. ## Restrictions - Cannot remove the last owner (must have at least one owner) - Removing an owner requires `remove_owner_role` permission ## Process 1. Verifies permissions 2. Removes from role\'s user list 3. Deletes all Keto relationships 4. Removes from database 5. Cleans up user\'s tenant state
467
539
  * Remove tenant user
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Omnibase REST API
3
3
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
4
4
  *
5
- * The version of the OpenAPI document: 0.9.12
5
+ * The version of the OpenAPI document: 0.9.13
6
6
  * Contact: support@omnibase.dev
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Omnibase REST API
5
5
  * Self-hostable Backend-as-a-Service providing database management, authentication, payments, storage, and email services. ## Features - **Database**: PostgreSQL with RLS and migrations - **Authentication**: Ory Kratos integration with session management - **Payments**: Stripe integration with version-controlled billing configs - **Storage**: S3-compatible object storage with RLS - **Email**: Transactional email service - **Permissions**: Fine-grained access control via Ory Keto ## Authentication Most endpoints require authentication via session cookies or JWT tokens. Use the appropriate security scheme based on the endpoint requirements.
6
6
  *
7
- * The version of the OpenAPI document: 0.9.12
7
+ * The version of the OpenAPI document: 0.9.13
8
8
  * Contact: support@omnibase.dev
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).