@widgetic/api-sdk 1.0.15 → 1.0.17

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 (226) hide show
  1. package/dist/apis/ABTestingApi.js +90 -30
  2. package/dist/apis/AdminApi.js +12 -4
  3. package/dist/apis/AuthenticationApi.d.ts +3 -3
  4. package/dist/apis/AuthenticationApi.js +31 -11
  5. package/dist/apis/BatchApi.js +6 -2
  6. package/dist/apis/BillingApi.d.ts +13 -13
  7. package/dist/apis/BillingApi.js +8 -8
  8. package/dist/apis/CanvasesApi.js +30 -10
  9. package/dist/apis/ComponentsApi.d.ts +3 -3
  10. package/dist/apis/ComponentsApi.js +43 -15
  11. package/dist/apis/CompositionsApi.js +132 -44
  12. package/dist/apis/ContentsApi.js +36 -12
  13. package/dist/apis/ConversationsApi.js +30 -10
  14. package/dist/apis/CreditsApi.js +30 -10
  15. package/dist/apis/DemoContentsApi.js +30 -10
  16. package/dist/apis/EntitlementsApi.js +30 -10
  17. package/dist/apis/FoldersApi.js +30 -10
  18. package/dist/apis/HealthApi.js +12 -4
  19. package/dist/apis/IntegrationsApi.js +42 -14
  20. package/dist/apis/InvitationsApi.js +12 -4
  21. package/dist/apis/InvoicesApi.js +36 -12
  22. package/dist/apis/ManagedUsersApi.js +36 -12
  23. package/dist/apis/MessagesApi.js +36 -12
  24. package/dist/apis/OrganizationActivitiesApi.d.ts +93 -0
  25. package/dist/apis/OrganizationActivitiesApi.js +221 -0
  26. package/dist/apis/OrganizationsApi.d.ts +31 -106
  27. package/dist/apis/OrganizationsApi.js +324 -292
  28. package/dist/apis/PartnerCustomizationsApi.js +30 -10
  29. package/dist/apis/PartnersApi.js +30 -10
  30. package/dist/apis/PromptsApi.js +30 -10
  31. package/dist/apis/SubscriptionPlansApi.js +12 -4
  32. package/dist/apis/SubscriptionsApi.js +48 -16
  33. package/dist/apis/TranslationsApi.d.ts +5 -5
  34. package/dist/apis/TranslationsApi.js +2 -2
  35. package/dist/apis/UIComponentsApi.js +24 -8
  36. package/dist/apis/UsageApi.js +42 -14
  37. package/dist/apis/UsersApi.d.ts +3 -3
  38. package/dist/apis/UsersApi.js +1 -1
  39. package/dist/apis/WorkspacesApi.js +78 -26
  40. package/dist/apis/index.d.ts +1 -0
  41. package/dist/apis/index.js +1 -0
  42. package/dist/esm/apis/ABTestingApi.js +90 -30
  43. package/dist/esm/apis/AdminApi.js +12 -4
  44. package/dist/esm/apis/AuthenticationApi.d.ts +3 -3
  45. package/dist/esm/apis/AuthenticationApi.js +32 -12
  46. package/dist/esm/apis/BatchApi.js +6 -2
  47. package/dist/esm/apis/BillingApi.d.ts +13 -13
  48. package/dist/esm/apis/BillingApi.js +9 -9
  49. package/dist/esm/apis/CanvasesApi.js +30 -10
  50. package/dist/esm/apis/ComponentsApi.d.ts +3 -3
  51. package/dist/esm/apis/ComponentsApi.js +44 -16
  52. package/dist/esm/apis/CompositionsApi.js +132 -44
  53. package/dist/esm/apis/ContentsApi.js +36 -12
  54. package/dist/esm/apis/ConversationsApi.js +30 -10
  55. package/dist/esm/apis/CreditsApi.js +30 -10
  56. package/dist/esm/apis/DemoContentsApi.js +30 -10
  57. package/dist/esm/apis/EntitlementsApi.js +30 -10
  58. package/dist/esm/apis/FoldersApi.js +30 -10
  59. package/dist/esm/apis/HealthApi.js +12 -4
  60. package/dist/esm/apis/IntegrationsApi.js +42 -14
  61. package/dist/esm/apis/InvitationsApi.js +12 -4
  62. package/dist/esm/apis/InvoicesApi.js +36 -12
  63. package/dist/esm/apis/ManagedUsersApi.js +36 -12
  64. package/dist/esm/apis/MessagesApi.js +36 -12
  65. package/dist/esm/apis/OrganizationActivitiesApi.d.ts +93 -0
  66. package/dist/esm/apis/OrganizationActivitiesApi.js +217 -0
  67. package/dist/esm/apis/OrganizationsApi.d.ts +31 -106
  68. package/dist/esm/apis/OrganizationsApi.js +324 -292
  69. package/dist/esm/apis/PartnerCustomizationsApi.js +30 -10
  70. package/dist/esm/apis/PartnersApi.js +30 -10
  71. package/dist/esm/apis/PromptsApi.js +30 -10
  72. package/dist/esm/apis/SubscriptionPlansApi.js +12 -4
  73. package/dist/esm/apis/SubscriptionsApi.js +48 -16
  74. package/dist/esm/apis/TranslationsApi.d.ts +5 -5
  75. package/dist/esm/apis/TranslationsApi.js +3 -3
  76. package/dist/esm/apis/UIComponentsApi.js +24 -8
  77. package/dist/esm/apis/UsageApi.js +42 -14
  78. package/dist/esm/apis/UsersApi.d.ts +3 -3
  79. package/dist/esm/apis/UsersApi.js +2 -2
  80. package/dist/esm/apis/WorkspacesApi.js +78 -26
  81. package/dist/esm/apis/index.d.ts +1 -0
  82. package/dist/esm/apis/index.js +1 -0
  83. package/dist/esm/models/AgentModelsGet200ResponseModelsInner.d.ts +6 -0
  84. package/dist/esm/models/AgentModelsGet200ResponseModelsInner.js +2 -0
  85. package/dist/esm/models/Canvas.d.ts +6 -0
  86. package/dist/esm/models/Canvas.js +2 -0
  87. package/dist/esm/models/CreateCanvasRequest.d.ts +6 -0
  88. package/dist/esm/models/CreateCanvasRequest.js +2 -0
  89. package/dist/esm/models/ErrorResponse.d.ts +12 -12
  90. package/dist/esm/models/ErrorResponse.js +4 -4
  91. package/dist/esm/models/GetCompositionsBatch200Response.d.ts +3 -3
  92. package/dist/esm/models/GetCompositionsBatch200Response.js +3 -3
  93. package/dist/esm/models/GetWidgetsBatch200Response.d.ts +3 -3
  94. package/dist/esm/models/GetWidgetsBatch200Response.js +3 -3
  95. package/dist/esm/models/GetWidgetsBatch200ResponseErrorsInner.d.ts +38 -0
  96. package/dist/esm/models/{GetCompositionsBatch200ResponseErrorsInner.js → GetWidgetsBatch200ResponseErrorsInner.js} +8 -8
  97. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.d.ts +39 -0
  98. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.js +44 -0
  99. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.d.ts +33 -0
  100. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.js +42 -0
  101. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +62 -0
  102. package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js → OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.js} +8 -8
  103. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.d.ts +39 -0
  104. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.js +44 -0
  105. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.d.ts +33 -0
  106. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.js +42 -0
  107. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.d.ts +32 -0
  108. package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsPostRequest.js → OrganizationsOrgIdBillingPaymentMethodsPostRequest.js} +8 -8
  109. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.d.ts +39 -0
  110. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.js +44 -0
  111. package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.d.ts +50 -0
  112. package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js → OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.js} +8 -8
  113. package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200Response.d.ts +39 -0
  114. package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200Response.js +44 -0
  115. package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200ResponseData.d.ts +32 -0
  116. package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200ResponseData.js +41 -0
  117. package/dist/esm/models/OrganizationsOrgIdBillingPortalPostRequest.d.ts +32 -0
  118. package/dist/esm/models/OrganizationsOrgIdBillingPortalPostRequest.js +41 -0
  119. package/dist/esm/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.d.ts +38 -0
  120. package/dist/esm/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.js +43 -0
  121. package/dist/esm/models/UpdateCanvasRequest.d.ts +6 -0
  122. package/dist/esm/models/UpdateCanvasRequest.js +2 -0
  123. package/dist/esm/models/UpdateWidgetRequest.d.ts +12 -0
  124. package/dist/esm/models/UpdateWidgetRequest.js +5 -0
  125. package/dist/esm/models/UsersSendFeedbackPost200Response.d.ts +38 -0
  126. package/dist/esm/models/{RollbackComponent200Response.js → UsersSendFeedbackPost200Response.js} +8 -8
  127. package/dist/esm/models/index.d.ts +24 -24
  128. package/dist/esm/models/index.js +24 -24
  129. package/dist/models/AgentModelsGet200ResponseModelsInner.d.ts +6 -0
  130. package/dist/models/AgentModelsGet200ResponseModelsInner.js +2 -0
  131. package/dist/models/Canvas.d.ts +6 -0
  132. package/dist/models/Canvas.js +2 -0
  133. package/dist/models/CreateCanvasRequest.d.ts +6 -0
  134. package/dist/models/CreateCanvasRequest.js +2 -0
  135. package/dist/models/ErrorResponse.d.ts +12 -12
  136. package/dist/models/ErrorResponse.js +4 -4
  137. package/dist/models/GetCompositionsBatch200Response.d.ts +3 -3
  138. package/dist/models/GetCompositionsBatch200Response.js +3 -3
  139. package/dist/models/GetWidgetsBatch200Response.d.ts +3 -3
  140. package/dist/models/GetWidgetsBatch200Response.js +3 -3
  141. package/dist/models/GetWidgetsBatch200ResponseErrorsInner.d.ts +38 -0
  142. package/dist/models/GetWidgetsBatch200ResponseErrorsInner.js +50 -0
  143. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.d.ts +39 -0
  144. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.js +51 -0
  145. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.d.ts +33 -0
  146. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.js +49 -0
  147. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +62 -0
  148. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.js +58 -0
  149. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.d.ts +39 -0
  150. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.js +51 -0
  151. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.d.ts +33 -0
  152. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.js +49 -0
  153. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.d.ts +32 -0
  154. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.js +50 -0
  155. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.d.ts +39 -0
  156. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.js +51 -0
  157. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.d.ts +50 -0
  158. package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.js +54 -0
  159. package/dist/models/OrganizationsOrgIdBillingPortalPost200Response.d.ts +39 -0
  160. package/dist/models/OrganizationsOrgIdBillingPortalPost200Response.js +51 -0
  161. package/dist/models/OrganizationsOrgIdBillingPortalPost200ResponseData.d.ts +32 -0
  162. package/dist/models/OrganizationsOrgIdBillingPortalPost200ResponseData.js +48 -0
  163. package/dist/models/OrganizationsOrgIdBillingPortalPostRequest.d.ts +32 -0
  164. package/dist/models/OrganizationsOrgIdBillingPortalPostRequest.js +48 -0
  165. package/dist/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.d.ts +38 -0
  166. package/dist/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.js +50 -0
  167. package/dist/models/UpdateCanvasRequest.d.ts +6 -0
  168. package/dist/models/UpdateCanvasRequest.js +2 -0
  169. package/dist/models/UpdateWidgetRequest.d.ts +12 -0
  170. package/dist/models/UpdateWidgetRequest.js +5 -0
  171. package/dist/models/UsersSendFeedbackPost200Response.d.ts +38 -0
  172. package/dist/models/UsersSendFeedbackPost200Response.js +50 -0
  173. package/dist/models/index.d.ts +24 -24
  174. package/dist/models/index.js +24 -24
  175. package/package.json +1 -1
  176. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.d.ts +0 -39
  177. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.js +0 -44
  178. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.d.ts +0 -33
  179. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js +0 -42
  180. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +0 -62
  181. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.d.ts +0 -39
  182. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.js +0 -44
  183. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.d.ts +0 -33
  184. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js +0 -42
  185. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.d.ts +0 -32
  186. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.d.ts +0 -39
  187. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.js +0 -44
  188. package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.d.ts +0 -50
  189. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200Response.d.ts +0 -39
  190. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200Response.js +0 -44
  191. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.d.ts +0 -32
  192. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.js +0 -41
  193. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPostRequest.d.ts +0 -32
  194. package/dist/esm/models/ApiV1BillingUsersUserIdPortalPostRequest.js +0 -41
  195. package/dist/esm/models/GetCompositionsBatch200ResponseErrorsInner.d.ts +0 -38
  196. package/dist/esm/models/LoginUser200Response.d.ts +0 -38
  197. package/dist/esm/models/LoginUser200Response.js +0 -43
  198. package/dist/esm/models/RollbackComponent200Response.d.ts +0 -38
  199. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.d.ts +0 -39
  200. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.js +0 -51
  201. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.d.ts +0 -33
  202. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js +0 -49
  203. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +0 -62
  204. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js +0 -58
  205. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.d.ts +0 -39
  206. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.js +0 -51
  207. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.d.ts +0 -33
  208. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js +0 -49
  209. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.d.ts +0 -32
  210. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.js +0 -50
  211. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.d.ts +0 -39
  212. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.js +0 -51
  213. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.d.ts +0 -50
  214. package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js +0 -54
  215. package/dist/models/ApiV1BillingUsersUserIdPortalPost200Response.d.ts +0 -39
  216. package/dist/models/ApiV1BillingUsersUserIdPortalPost200Response.js +0 -51
  217. package/dist/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.d.ts +0 -32
  218. package/dist/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.js +0 -48
  219. package/dist/models/ApiV1BillingUsersUserIdPortalPostRequest.d.ts +0 -32
  220. package/dist/models/ApiV1BillingUsersUserIdPortalPostRequest.js +0 -48
  221. package/dist/models/GetCompositionsBatch200ResponseErrorsInner.d.ts +0 -38
  222. package/dist/models/GetCompositionsBatch200ResponseErrorsInner.js +0 -50
  223. package/dist/models/LoginUser200Response.d.ts +0 -38
  224. package/dist/models/LoginUser200Response.js +0 -50
  225. package/dist/models/RollbackComponent200Response.d.ts +0 -38
  226. package/dist/models/RollbackComponent200Response.js +0 -50
@@ -0,0 +1,44 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON, OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON, } from './OrganizationsOrgIdBillingPortalPost200ResponseData.js';
15
+ /**
16
+ * Check if a given object implements the OrganizationsOrgIdBillingPortalPost200Response interface.
17
+ */
18
+ export function instanceOfOrganizationsOrgIdBillingPortalPost200Response(value) {
19
+ return true;
20
+ }
21
+ export function OrganizationsOrgIdBillingPortalPost200ResponseFromJSON(json) {
22
+ return OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped(json, false);
23
+ }
24
+ export function OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'success': json['success'] == null ? undefined : json['success'],
30
+ 'data': json['data'] == null ? undefined : OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON(json['data']),
31
+ };
32
+ }
33
+ export function OrganizationsOrgIdBillingPortalPost200ResponseToJSON(json) {
34
+ return OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped(json, false);
35
+ }
36
+ export function OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'success': value['success'],
42
+ 'data': OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON(value['data']),
43
+ };
44
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface OrganizationsOrgIdBillingPortalPost200ResponseData
16
+ */
17
+ export interface OrganizationsOrgIdBillingPortalPost200ResponseData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof OrganizationsOrgIdBillingPortalPost200ResponseData
22
+ */
23
+ url?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the OrganizationsOrgIdBillingPortalPost200ResponseData interface.
27
+ */
28
+ export declare function instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData(value: object): value is OrganizationsOrgIdBillingPortalPost200ResponseData;
29
+ export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON(json: any): OrganizationsOrgIdBillingPortalPost200ResponseData;
30
+ export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPortalPost200ResponseData;
31
+ export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON(json: any): OrganizationsOrgIdBillingPortalPost200ResponseData;
32
+ export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(value?: OrganizationsOrgIdBillingPortalPost200ResponseData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the OrganizationsOrgIdBillingPortalPost200ResponseData interface.
16
+ */
17
+ export function instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData(value) {
18
+ return true;
19
+ }
20
+ export function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON(json) {
21
+ return OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json, false);
22
+ }
23
+ export function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'url': json['url'] == null ? undefined : json['url'],
29
+ };
30
+ }
31
+ export function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON(json) {
32
+ return OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(json, false);
33
+ }
34
+ export function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
35
+ if (value == null) {
36
+ return value;
37
+ }
38
+ return {
39
+ 'url': value['url'],
40
+ };
41
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface OrganizationsOrgIdBillingPortalPostRequest
16
+ */
17
+ export interface OrganizationsOrgIdBillingPortalPostRequest {
18
+ /**
19
+ * Where Stripe sends the user back after the portal session
20
+ * @type {string}
21
+ * @memberof OrganizationsOrgIdBillingPortalPostRequest
22
+ */
23
+ returnUrl?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the OrganizationsOrgIdBillingPortalPostRequest interface.
27
+ */
28
+ export declare function instanceOfOrganizationsOrgIdBillingPortalPostRequest(value: object): value is OrganizationsOrgIdBillingPortalPostRequest;
29
+ export declare function OrganizationsOrgIdBillingPortalPostRequestFromJSON(json: any): OrganizationsOrgIdBillingPortalPostRequest;
30
+ export declare function OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPortalPostRequest;
31
+ export declare function OrganizationsOrgIdBillingPortalPostRequestToJSON(json: any): OrganizationsOrgIdBillingPortalPostRequest;
32
+ export declare function OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(value?: OrganizationsOrgIdBillingPortalPostRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the OrganizationsOrgIdBillingPortalPostRequest interface.
16
+ */
17
+ export function instanceOfOrganizationsOrgIdBillingPortalPostRequest(value) {
18
+ return true;
19
+ }
20
+ export function OrganizationsOrgIdBillingPortalPostRequestFromJSON(json) {
21
+ return OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json, false);
22
+ }
23
+ export function OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'returnUrl': json['returnUrl'] == null ? undefined : json['returnUrl'],
29
+ };
30
+ }
31
+ export function OrganizationsOrgIdBillingPortalPostRequestToJSON(json) {
32
+ return OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(json, false);
33
+ }
34
+ export function OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
35
+ if (value == null) {
36
+ return value;
37
+ }
38
+ return {
39
+ 'returnUrl': value['returnUrl'],
40
+ };
41
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
16
+ */
17
+ export interface OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
22
+ */
23
+ success?: boolean;
24
+ /**
25
+ *
26
+ * @type {object}
27
+ * @memberof OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
28
+ */
29
+ data?: object;
30
+ }
31
+ /**
32
+ * Check if a given object implements the OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response interface.
33
+ */
34
+ export declare function instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response(value: object): value is OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
35
+ export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON(json: any): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
36
+ export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
37
+ export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON(json: any): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
38
+ export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(value?: OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response interface.
16
+ */
17
+ export function instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response(value) {
18
+ return true;
19
+ }
20
+ export function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON(json) {
21
+ return OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json, false);
22
+ }
23
+ export function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'success': json['success'] == null ? undefined : json['success'],
29
+ 'data': json['data'] == null ? undefined : json['data'],
30
+ };
31
+ }
32
+ export function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON(json) {
33
+ return OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(json, false);
34
+ }
35
+ export function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'success': value['success'],
41
+ 'data': value['data'],
42
+ };
43
+ }
@@ -33,6 +33,12 @@ export interface UpdateCanvasRequest {
33
33
  * @memberof UpdateCanvasRequest
34
34
  */
35
35
  widgetComponents?: string;
36
+ /**
37
+ * Primary widget for list/deep-link; omit to leave unchanged
38
+ * @type {string}
39
+ * @memberof UpdateCanvasRequest
40
+ */
41
+ primaryWidgetId?: string | null;
36
42
  }
37
43
  /**
38
44
  * Check if a given object implements the UpdateCanvasRequest interface.
@@ -28,6 +28,7 @@ export function UpdateCanvasRequestFromJSONTyped(json, ignoreDiscriminator) {
28
28
  'persistenceKey': json['persistenceKey'] == null ? undefined : json['persistenceKey'],
29
29
  'canvasContent': json['canvasContent'] == null ? undefined : json['canvasContent'],
30
30
  'widgetComponents': json['widgetComponents'] == null ? undefined : json['widgetComponents'],
31
+ 'primaryWidgetId': json['primaryWidgetId'] == null ? undefined : json['primaryWidgetId'],
31
32
  };
32
33
  }
33
34
  export function UpdateCanvasRequestToJSON(json) {
@@ -41,5 +42,6 @@ export function UpdateCanvasRequestToJSONTyped(value, ignoreDiscriminator = fals
41
42
  'persistenceKey': value['persistenceKey'],
42
43
  'canvasContent': value['canvasContent'],
43
44
  'widgetComponents': value['widgetComponents'],
45
+ 'primaryWidgetId': value['primaryWidgetId'],
44
46
  };
45
47
  }
@@ -27,6 +27,18 @@ export interface UpdateWidgetRequest {
27
27
  * @memberof UpdateWidgetRequest
28
28
  */
29
29
  description?: string;
30
+ /**
31
+ * Move the widget to this project folder.
32
+ * @type {string}
33
+ * @memberof UpdateWidgetRequest
34
+ */
35
+ projectId?: string;
36
+ /**
37
+ * Legacy project folder id; kept in sync with projectId.
38
+ * @type {string}
39
+ * @memberof UpdateWidgetRequest
40
+ */
41
+ projectFolder?: string;
30
42
  }
31
43
  /**
32
44
  * Check if a given object implements the UpdateWidgetRequest interface.
@@ -21,12 +21,15 @@ export function UpdateWidgetRequestFromJSON(json) {
21
21
  return UpdateWidgetRequestFromJSONTyped(json, false);
22
22
  }
23
23
  export function UpdateWidgetRequestFromJSONTyped(json, ignoreDiscriminator) {
24
+ var _a, _b;
24
25
  if (json == null) {
25
26
  return json;
26
27
  }
27
28
  return {
28
29
  'name': json['name'] == null ? undefined : json['name'],
29
30
  'description': json['description'] == null ? undefined : json['description'],
31
+ 'projectId': json['projectId'] == null && json['project_id'] == null ? undefined : ((_a = json['projectId']) !== null && _a !== void 0 ? _a : json['project_id']),
32
+ 'projectFolder': json['projectFolder'] == null && json['project_folder'] == null ? undefined : ((_b = json['projectFolder']) !== null && _b !== void 0 ? _b : json['project_folder']),
30
33
  };
31
34
  }
32
35
  export function UpdateWidgetRequestToJSON(json) {
@@ -39,5 +42,7 @@ export function UpdateWidgetRequestToJSONTyped(value, ignoreDiscriminator = fals
39
42
  return {
40
43
  'name': value['name'],
41
44
  'description': value['description'],
45
+ 'projectId': value['projectId'],
46
+ 'projectFolder': value['projectFolder'],
42
47
  };
43
48
  }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UsersSendFeedbackPost200Response
16
+ */
17
+ export interface UsersSendFeedbackPost200Response {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof UsersSendFeedbackPost200Response
22
+ */
23
+ success?: boolean;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UsersSendFeedbackPost200Response
28
+ */
29
+ message?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the UsersSendFeedbackPost200Response interface.
33
+ */
34
+ export declare function instanceOfUsersSendFeedbackPost200Response(value: object): value is UsersSendFeedbackPost200Response;
35
+ export declare function UsersSendFeedbackPost200ResponseFromJSON(json: any): UsersSendFeedbackPost200Response;
36
+ export declare function UsersSendFeedbackPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsersSendFeedbackPost200Response;
37
+ export declare function UsersSendFeedbackPost200ResponseToJSON(json: any): UsersSendFeedbackPost200Response;
38
+ export declare function UsersSendFeedbackPost200ResponseToJSONTyped(value?: UsersSendFeedbackPost200Response | null, ignoreDiscriminator?: boolean): any;
@@ -12,15 +12,15 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * Check if a given object implements the RollbackComponent200Response interface.
15
+ * Check if a given object implements the UsersSendFeedbackPost200Response interface.
16
16
  */
17
- export function instanceOfRollbackComponent200Response(value) {
17
+ export function instanceOfUsersSendFeedbackPost200Response(value) {
18
18
  return true;
19
19
  }
20
- export function RollbackComponent200ResponseFromJSON(json) {
21
- return RollbackComponent200ResponseFromJSONTyped(json, false);
20
+ export function UsersSendFeedbackPost200ResponseFromJSON(json) {
21
+ return UsersSendFeedbackPost200ResponseFromJSONTyped(json, false);
22
22
  }
23
- export function RollbackComponent200ResponseFromJSONTyped(json, ignoreDiscriminator) {
23
+ export function UsersSendFeedbackPost200ResponseFromJSONTyped(json, ignoreDiscriminator) {
24
24
  if (json == null) {
25
25
  return json;
26
26
  }
@@ -29,10 +29,10 @@ export function RollbackComponent200ResponseFromJSONTyped(json, ignoreDiscrimina
29
29
  'message': json['message'] == null ? undefined : json['message'],
30
30
  };
31
31
  }
32
- export function RollbackComponent200ResponseToJSON(json) {
33
- return RollbackComponent200ResponseToJSONTyped(json, false);
32
+ export function UsersSendFeedbackPost200ResponseToJSON(json) {
33
+ return UsersSendFeedbackPost200ResponseToJSONTyped(json, false);
34
34
  }
35
- export function RollbackComponent200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
35
+ export function UsersSendFeedbackPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
36
36
  if (value == null) {
37
37
  return value;
38
38
  }
@@ -26,6 +26,11 @@ export * from './AgentRepositoriesRepoIdSyncPost202Response';
26
26
  export * from './AgentRepositoriesRepoIdSyncPostRequest';
27
27
  export * from './AgentTasksIdCancelPost200Response';
28
28
  export * from './AgentTasksTaskIdStatusPutRequest';
29
+ export * from './AgentWidgetBuilderPublishWidgetIdPost200Response';
30
+ export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData';
31
+ export * from './AgentWidgetBuilderPublishWidgetIdPostRequest';
32
+ export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response';
33
+ export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData';
29
34
  export * from './AnalyticsDashboard';
30
35
  export * from './AnalyticsDashboardSummary';
31
36
  export * from './AnalyticsEventsBulkPostRequest';
@@ -42,21 +47,10 @@ export * from './ApiV1BillingPricingGet200ResponseDataTrial';
42
47
  export * from './ApiV1BillingUsersUserIdInvoicesGet200Response';
43
48
  export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseData';
44
49
  export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseDataInvoicesInner';
45
- export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200Response';
46
- export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData';
47
- export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner';
48
50
  export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200Response';
49
51
  export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200ResponseData';
50
52
  export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200Response';
51
53
  export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200ResponseData';
52
- export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200Response';
53
- export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData';
54
- export * from './ApiV1BillingUsersUserIdPaymentMethodsPostRequest';
55
- export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response';
56
- export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData';
57
- export * from './ApiV1BillingUsersUserIdPortalPost200Response';
58
- export * from './ApiV1BillingUsersUserIdPortalPost200ResponseData';
59
- export * from './ApiV1BillingUsersUserIdPortalPostRequest';
60
54
  export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200Response';
61
55
  export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200ResponseData';
62
56
  export * from './ApiV1BillingUsersUserIdSubscriptionCancelPostRequest';
@@ -181,7 +175,6 @@ export * from './GetComponentsByWidgetId200Response';
181
175
  export * from './GetCompositionContentSchema200Response';
182
176
  export * from './GetCompositionDesignSchema200Response';
183
177
  export * from './GetCompositionsBatch200Response';
184
- export * from './GetCompositionsBatch200ResponseErrorsInner';
185
178
  export * from './GetCompositionsBatchRequest';
186
179
  export * from './GetComprehensiveReport200Response';
187
180
  export * from './GetComprehensiveReport200ResponseData';
@@ -248,8 +241,11 @@ export * from './GetUserOrganization200Response';
248
241
  export * from './GetUserOrganizations200Response';
249
242
  export * from './GetUserOrganizations200ResponseData';
250
243
  export * from './GetVariantConfig200Response';
244
+ export * from './GetWidgetPublishHistory200Response';
245
+ export * from './GetWidgetPublishHistory200ResponseDataInner';
251
246
  export * from './GetWidgets200Response';
252
247
  export * from './GetWidgetsBatch200Response';
248
+ export * from './GetWidgetsBatch200ResponseErrorsInner';
253
249
  export * from './GetWidgetsBatchRequest';
254
250
  export * from './HandleMarketplaceWebhook200Response';
255
251
  export * from './HandleTriggerDevUploadComplete200Response';
@@ -274,7 +270,6 @@ export * from './ListWorkspaceABTests200ResponseMeta';
274
270
  export * from './LogOrganizationActivity201Response';
275
271
  export * from './LogOrganizationActivity201ResponseData';
276
272
  export * from './LogOrganizationActivityRequest';
277
- export * from './LoginUser200Response';
278
273
  export * from './LoginUserRequest';
279
274
  export * from './ManagedUser';
280
275
  export * from './MemberStatusReport';
@@ -313,12 +308,24 @@ export * from './OrganizationsOrgIdBillingInvoicePreviewGet200Response';
313
308
  export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseData';
314
309
  export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseDataLineItemsInner';
315
310
  export * from './OrganizationsOrgIdBillingMembersUpdatePostRequest';
311
+ export * from './OrganizationsOrgIdBillingPaymentMethodsGet200Response';
312
+ export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData';
313
+ export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner';
314
+ export * from './OrganizationsOrgIdBillingPaymentMethodsPost200Response';
315
+ export * from './OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData';
316
+ export * from './OrganizationsOrgIdBillingPaymentMethodsPostRequest';
317
+ export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response';
318
+ export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData';
319
+ export * from './OrganizationsOrgIdBillingPortalPost200Response';
320
+ export * from './OrganizationsOrgIdBillingPortalPost200ResponseData';
321
+ export * from './OrganizationsOrgIdBillingPortalPostRequest';
316
322
  export * from './OrganizationsOrgIdBillingUpgradePost200Response';
317
323
  export * from './OrganizationsOrgIdBillingUpgradePost200ResponseData';
318
324
  export * from './OrganizationsOrgIdBillingUpgradePost200ResponseDataSubscription';
319
325
  export * from './OrganizationsOrgIdBillingUpgradePostRequest';
320
326
  export * from './OrganizationsOrgIdBillingYearlyMembersAddPostRequest';
321
327
  export * from './OrganizationsOrgIdBillingYearlyMembersRemovePostRequest';
328
+ export * from './OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response';
322
329
  export * from './OrganizationsOrgIdBillingYearlySubscriptionPostRequest';
323
330
  export * from './PaginationInfo';
324
331
  export * from './PartnerCustomization';
@@ -353,11 +360,13 @@ export * from './RepositoryResponse';
353
360
  export * from './ResetPasswordRequest';
354
361
  export * from './RestoreCheckpointRequest';
355
362
  export * from './RetranslateExperimentRequest';
356
- export * from './RollbackComponent200Response';
357
363
  export * from './RollbackComponentRequest';
358
364
  export * from './SetDynamicContent200Response';
359
365
  export * from './SetDynamicContent200ResponseValidationResult';
360
366
  export * from './SetDynamicContentRequest';
367
+ export * from './SetWidgetPublishHistoryLive200Response';
368
+ export * from './SetWidgetPublishHistoryLive200ResponseData';
369
+ export * from './SetWidgetPublishHistoryLive200ResponseDataData';
361
370
  export * from './SetWorkspaceABTestDuration200Response';
362
371
  export * from './SetWorkspaceABTestDurationRequest';
363
372
  export * from './SignupUserRequest';
@@ -432,6 +441,7 @@ export * from './UpdateWidgetRequest';
432
441
  export * from './UsersMeBillingGet200Response';
433
442
  export * from './UsersMeBillingGet200ResponseData';
434
443
  export * from './UsersMeBillingGet200ResponseDataSubscription';
444
+ export * from './UsersSendFeedbackPost200Response';
435
445
  export * from './UsersSendFeedbackPostRequest';
436
446
  export * from './V1AgentWidgetBuilderBuildPostRequest';
437
447
  export * from './ValidateCompositionContent200Response';
@@ -463,13 +473,3 @@ export * from './WidgetComponentsMetadataInner';
463
473
  export * from './WidgetComponentsMetadataInnerPosition';
464
474
  export * from './WidgetComponentsMetadataInnerSize';
465
475
  export * from './WorkflowAcceptedResponse';
466
- export * from './AgentWidgetBuilderPublishWidgetIdPost200Response';
467
- export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData';
468
- export * from './AgentWidgetBuilderPublishWidgetIdPostRequest';
469
- export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response';
470
- export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData';
471
- export * from './GetWidgetPublishHistory200Response';
472
- export * from './GetWidgetPublishHistory200ResponseDataInner';
473
- export * from './SetWidgetPublishHistoryLive200Response';
474
- export * from './SetWidgetPublishHistoryLive200ResponseData';
475
- export * from './SetWidgetPublishHistoryLive200ResponseDataData';