@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.
- package/dist/apis/ABTestingApi.js +90 -30
- package/dist/apis/AdminApi.js +12 -4
- package/dist/apis/AuthenticationApi.d.ts +3 -3
- package/dist/apis/AuthenticationApi.js +31 -11
- package/dist/apis/BatchApi.js +6 -2
- package/dist/apis/BillingApi.d.ts +13 -13
- package/dist/apis/BillingApi.js +8 -8
- package/dist/apis/CanvasesApi.js +30 -10
- package/dist/apis/ComponentsApi.d.ts +3 -3
- package/dist/apis/ComponentsApi.js +43 -15
- package/dist/apis/CompositionsApi.js +132 -44
- package/dist/apis/ContentsApi.js +36 -12
- package/dist/apis/ConversationsApi.js +30 -10
- package/dist/apis/CreditsApi.js +30 -10
- package/dist/apis/DemoContentsApi.js +30 -10
- package/dist/apis/EntitlementsApi.js +30 -10
- package/dist/apis/FoldersApi.js +30 -10
- package/dist/apis/HealthApi.js +12 -4
- package/dist/apis/IntegrationsApi.js +42 -14
- package/dist/apis/InvitationsApi.js +12 -4
- package/dist/apis/InvoicesApi.js +36 -12
- package/dist/apis/ManagedUsersApi.js +36 -12
- package/dist/apis/MessagesApi.js +36 -12
- package/dist/apis/OrganizationActivitiesApi.d.ts +93 -0
- package/dist/apis/OrganizationActivitiesApi.js +221 -0
- package/dist/apis/OrganizationsApi.d.ts +31 -106
- package/dist/apis/OrganizationsApi.js +324 -292
- package/dist/apis/PartnerCustomizationsApi.js +30 -10
- package/dist/apis/PartnersApi.js +30 -10
- package/dist/apis/PromptsApi.js +30 -10
- package/dist/apis/SubscriptionPlansApi.js +12 -4
- package/dist/apis/SubscriptionsApi.js +48 -16
- package/dist/apis/TranslationsApi.d.ts +5 -5
- package/dist/apis/TranslationsApi.js +2 -2
- package/dist/apis/UIComponentsApi.js +24 -8
- package/dist/apis/UsageApi.js +42 -14
- package/dist/apis/UsersApi.d.ts +3 -3
- package/dist/apis/UsersApi.js +1 -1
- package/dist/apis/WorkspacesApi.js +78 -26
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ABTestingApi.js +90 -30
- package/dist/esm/apis/AdminApi.js +12 -4
- package/dist/esm/apis/AuthenticationApi.d.ts +3 -3
- package/dist/esm/apis/AuthenticationApi.js +32 -12
- package/dist/esm/apis/BatchApi.js +6 -2
- package/dist/esm/apis/BillingApi.d.ts +13 -13
- package/dist/esm/apis/BillingApi.js +9 -9
- package/dist/esm/apis/CanvasesApi.js +30 -10
- package/dist/esm/apis/ComponentsApi.d.ts +3 -3
- package/dist/esm/apis/ComponentsApi.js +44 -16
- package/dist/esm/apis/CompositionsApi.js +132 -44
- package/dist/esm/apis/ContentsApi.js +36 -12
- package/dist/esm/apis/ConversationsApi.js +30 -10
- package/dist/esm/apis/CreditsApi.js +30 -10
- package/dist/esm/apis/DemoContentsApi.js +30 -10
- package/dist/esm/apis/EntitlementsApi.js +30 -10
- package/dist/esm/apis/FoldersApi.js +30 -10
- package/dist/esm/apis/HealthApi.js +12 -4
- package/dist/esm/apis/IntegrationsApi.js +42 -14
- package/dist/esm/apis/InvitationsApi.js +12 -4
- package/dist/esm/apis/InvoicesApi.js +36 -12
- package/dist/esm/apis/ManagedUsersApi.js +36 -12
- package/dist/esm/apis/MessagesApi.js +36 -12
- package/dist/esm/apis/OrganizationActivitiesApi.d.ts +93 -0
- package/dist/esm/apis/OrganizationActivitiesApi.js +217 -0
- package/dist/esm/apis/OrganizationsApi.d.ts +31 -106
- package/dist/esm/apis/OrganizationsApi.js +324 -292
- package/dist/esm/apis/PartnerCustomizationsApi.js +30 -10
- package/dist/esm/apis/PartnersApi.js +30 -10
- package/dist/esm/apis/PromptsApi.js +30 -10
- package/dist/esm/apis/SubscriptionPlansApi.js +12 -4
- package/dist/esm/apis/SubscriptionsApi.js +48 -16
- package/dist/esm/apis/TranslationsApi.d.ts +5 -5
- package/dist/esm/apis/TranslationsApi.js +3 -3
- package/dist/esm/apis/UIComponentsApi.js +24 -8
- package/dist/esm/apis/UsageApi.js +42 -14
- package/dist/esm/apis/UsersApi.d.ts +3 -3
- package/dist/esm/apis/UsersApi.js +2 -2
- package/dist/esm/apis/WorkspacesApi.js +78 -26
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/AgentModelsGet200ResponseModelsInner.d.ts +6 -0
- package/dist/esm/models/AgentModelsGet200ResponseModelsInner.js +2 -0
- package/dist/esm/models/Canvas.d.ts +6 -0
- package/dist/esm/models/Canvas.js +2 -0
- package/dist/esm/models/CreateCanvasRequest.d.ts +6 -0
- package/dist/esm/models/CreateCanvasRequest.js +2 -0
- package/dist/esm/models/ErrorResponse.d.ts +12 -12
- package/dist/esm/models/ErrorResponse.js +4 -4
- package/dist/esm/models/GetCompositionsBatch200Response.d.ts +3 -3
- package/dist/esm/models/GetCompositionsBatch200Response.js +3 -3
- package/dist/esm/models/GetWidgetsBatch200Response.d.ts +3 -3
- package/dist/esm/models/GetWidgetsBatch200Response.js +3 -3
- package/dist/esm/models/GetWidgetsBatch200ResponseErrorsInner.d.ts +38 -0
- package/dist/esm/models/{GetCompositionsBatch200ResponseErrorsInner.js → GetWidgetsBatch200ResponseErrorsInner.js} +8 -8
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.js +44 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.d.ts +33 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.js +42 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +62 -0
- package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js → OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.js} +8 -8
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.js +44 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.d.ts +33 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.js +42 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.d.ts +32 -0
- package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsPostRequest.js → OrganizationsOrgIdBillingPaymentMethodsPostRequest.js} +8 -8
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.js +44 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.d.ts +50 -0
- package/dist/esm/models/{ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js → OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.js} +8 -8
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200Response.js +44 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200ResponseData.d.ts +32 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPost200ResponseData.js +41 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPostRequest.d.ts +32 -0
- package/dist/esm/models/OrganizationsOrgIdBillingPortalPostRequest.js +41 -0
- package/dist/esm/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.d.ts +38 -0
- package/dist/esm/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.js +43 -0
- package/dist/esm/models/UpdateCanvasRequest.d.ts +6 -0
- package/dist/esm/models/UpdateCanvasRequest.js +2 -0
- package/dist/esm/models/UpdateWidgetRequest.d.ts +12 -0
- package/dist/esm/models/UpdateWidgetRequest.js +5 -0
- package/dist/esm/models/UsersSendFeedbackPost200Response.d.ts +38 -0
- package/dist/esm/models/{RollbackComponent200Response.js → UsersSendFeedbackPost200Response.js} +8 -8
- package/dist/esm/models/index.d.ts +24 -24
- package/dist/esm/models/index.js +24 -24
- package/dist/models/AgentModelsGet200ResponseModelsInner.d.ts +6 -0
- package/dist/models/AgentModelsGet200ResponseModelsInner.js +2 -0
- package/dist/models/Canvas.d.ts +6 -0
- package/dist/models/Canvas.js +2 -0
- package/dist/models/CreateCanvasRequest.d.ts +6 -0
- package/dist/models/CreateCanvasRequest.js +2 -0
- package/dist/models/ErrorResponse.d.ts +12 -12
- package/dist/models/ErrorResponse.js +4 -4
- package/dist/models/GetCompositionsBatch200Response.d.ts +3 -3
- package/dist/models/GetCompositionsBatch200Response.js +3 -3
- package/dist/models/GetWidgetsBatch200Response.d.ts +3 -3
- package/dist/models/GetWidgetsBatch200Response.js +3 -3
- package/dist/models/GetWidgetsBatch200ResponseErrorsInner.d.ts +38 -0
- package/dist/models/GetWidgetsBatch200ResponseErrorsInner.js +50 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.d.ts +39 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200Response.js +51 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.d.ts +33 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.js +49 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +62 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.js +58 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.d.ts +39 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200Response.js +51 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.d.ts +33 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.js +49 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.d.ts +32 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsPostRequest.js +50 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.d.ts +39 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.js +51 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.d.ts +50 -0
- package/dist/models/OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.js +54 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPost200Response.d.ts +39 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPost200Response.js +51 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPost200ResponseData.d.ts +32 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPost200ResponseData.js +48 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPostRequest.d.ts +32 -0
- package/dist/models/OrganizationsOrgIdBillingPortalPostRequest.js +48 -0
- package/dist/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.d.ts +38 -0
- package/dist/models/OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.js +50 -0
- package/dist/models/UpdateCanvasRequest.d.ts +6 -0
- package/dist/models/UpdateCanvasRequest.js +2 -0
- package/dist/models/UpdateWidgetRequest.d.ts +12 -0
- package/dist/models/UpdateWidgetRequest.js +5 -0
- package/dist/models/UsersSendFeedbackPost200Response.d.ts +38 -0
- package/dist/models/UsersSendFeedbackPost200Response.js +50 -0
- package/dist/models/index.d.ts +24 -24
- package/dist/models/index.js +24 -24
- package/package.json +1 -1
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.d.ts +0 -39
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.js +0 -44
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.d.ts +0 -33
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js +0 -42
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +0 -62
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.d.ts +0 -39
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.js +0 -44
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.d.ts +0 -33
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js +0 -42
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.d.ts +0 -32
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.d.ts +0 -39
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.js +0 -44
- package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.d.ts +0 -50
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200Response.d.ts +0 -39
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200Response.js +0 -44
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.d.ts +0 -32
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.js +0 -41
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPostRequest.d.ts +0 -32
- package/dist/esm/models/ApiV1BillingUsersUserIdPortalPostRequest.js +0 -41
- package/dist/esm/models/GetCompositionsBatch200ResponseErrorsInner.d.ts +0 -38
- package/dist/esm/models/LoginUser200Response.d.ts +0 -38
- package/dist/esm/models/LoginUser200Response.js +0 -43
- package/dist/esm/models/RollbackComponent200Response.d.ts +0 -38
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.d.ts +0 -39
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200Response.js +0 -51
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.d.ts +0 -33
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js +0 -49
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.d.ts +0 -62
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js +0 -58
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.d.ts +0 -39
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200Response.js +0 -51
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.d.ts +0 -33
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js +0 -49
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.d.ts +0 -32
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsPostRequest.js +0 -50
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.d.ts +0 -39
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.js +0 -51
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.d.ts +0 -50
- package/dist/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js +0 -54
- package/dist/models/ApiV1BillingUsersUserIdPortalPost200Response.d.ts +0 -39
- package/dist/models/ApiV1BillingUsersUserIdPortalPost200Response.js +0 -51
- package/dist/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.d.ts +0 -32
- package/dist/models/ApiV1BillingUsersUserIdPortalPost200ResponseData.js +0 -48
- package/dist/models/ApiV1BillingUsersUserIdPortalPostRequest.d.ts +0 -32
- package/dist/models/ApiV1BillingUsersUserIdPortalPostRequest.js +0 -48
- package/dist/models/GetCompositionsBatch200ResponseErrorsInner.d.ts +0 -38
- package/dist/models/GetCompositionsBatch200ResponseErrorsInner.js +0 -50
- package/dist/models/LoginUser200Response.d.ts +0 -38
- package/dist/models/LoginUser200Response.js +0 -50
- package/dist/models/RollbackComponent200Response.d.ts +0 -38
- package/dist/models/RollbackComponent200Response.js +0 -50
package/dist/esm/models/index.js
CHANGED
|
@@ -28,6 +28,11 @@ export * from './AgentRepositoriesRepoIdSyncPost202Response.js';
|
|
|
28
28
|
export * from './AgentRepositoriesRepoIdSyncPostRequest.js';
|
|
29
29
|
export * from './AgentTasksIdCancelPost200Response.js';
|
|
30
30
|
export * from './AgentTasksTaskIdStatusPutRequest.js';
|
|
31
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPost200Response.js';
|
|
32
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData.js';
|
|
33
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPostRequest.js';
|
|
34
|
+
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response.js';
|
|
35
|
+
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData.js';
|
|
31
36
|
export * from './AnalyticsDashboard.js';
|
|
32
37
|
export * from './AnalyticsDashboardSummary.js';
|
|
33
38
|
export * from './AnalyticsEventsBulkPostRequest.js';
|
|
@@ -44,21 +49,10 @@ export * from './ApiV1BillingPricingGet200ResponseDataTrial.js';
|
|
|
44
49
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200Response.js';
|
|
45
50
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseData.js';
|
|
46
51
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseDataInvoicesInner.js';
|
|
47
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200Response.js';
|
|
48
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js';
|
|
49
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js';
|
|
50
52
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200Response.js';
|
|
51
53
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200ResponseData.js';
|
|
52
54
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200Response.js';
|
|
53
55
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200ResponseData.js';
|
|
54
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200Response.js';
|
|
55
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js';
|
|
56
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPostRequest.js';
|
|
57
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.js';
|
|
58
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js';
|
|
59
|
-
export * from './ApiV1BillingUsersUserIdPortalPost200Response.js';
|
|
60
|
-
export * from './ApiV1BillingUsersUserIdPortalPost200ResponseData.js';
|
|
61
|
-
export * from './ApiV1BillingUsersUserIdPortalPostRequest.js';
|
|
62
56
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200Response.js';
|
|
63
57
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200ResponseData.js';
|
|
64
58
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPostRequest.js';
|
|
@@ -183,7 +177,6 @@ export * from './GetComponentsByWidgetId200Response.js';
|
|
|
183
177
|
export * from './GetCompositionContentSchema200Response.js';
|
|
184
178
|
export * from './GetCompositionDesignSchema200Response.js';
|
|
185
179
|
export * from './GetCompositionsBatch200Response.js';
|
|
186
|
-
export * from './GetCompositionsBatch200ResponseErrorsInner.js';
|
|
187
180
|
export * from './GetCompositionsBatchRequest.js';
|
|
188
181
|
export * from './GetComprehensiveReport200Response.js';
|
|
189
182
|
export * from './GetComprehensiveReport200ResponseData.js';
|
|
@@ -250,8 +243,11 @@ export * from './GetUserOrganization200Response.js';
|
|
|
250
243
|
export * from './GetUserOrganizations200Response.js';
|
|
251
244
|
export * from './GetUserOrganizations200ResponseData.js';
|
|
252
245
|
export * from './GetVariantConfig200Response.js';
|
|
246
|
+
export * from './GetWidgetPublishHistory200Response.js';
|
|
247
|
+
export * from './GetWidgetPublishHistory200ResponseDataInner.js';
|
|
253
248
|
export * from './GetWidgets200Response.js';
|
|
254
249
|
export * from './GetWidgetsBatch200Response.js';
|
|
250
|
+
export * from './GetWidgetsBatch200ResponseErrorsInner.js';
|
|
255
251
|
export * from './GetWidgetsBatchRequest.js';
|
|
256
252
|
export * from './HandleMarketplaceWebhook200Response.js';
|
|
257
253
|
export * from './HandleTriggerDevUploadComplete200Response.js';
|
|
@@ -276,7 +272,6 @@ export * from './ListWorkspaceABTests200ResponseMeta.js';
|
|
|
276
272
|
export * from './LogOrganizationActivity201Response.js';
|
|
277
273
|
export * from './LogOrganizationActivity201ResponseData.js';
|
|
278
274
|
export * from './LogOrganizationActivityRequest.js';
|
|
279
|
-
export * from './LoginUser200Response.js';
|
|
280
275
|
export * from './LoginUserRequest.js';
|
|
281
276
|
export * from './ManagedUser.js';
|
|
282
277
|
export * from './MemberStatusReport.js';
|
|
@@ -315,12 +310,24 @@ export * from './OrganizationsOrgIdBillingInvoicePreviewGet200Response.js';
|
|
|
315
310
|
export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseData.js';
|
|
316
311
|
export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseDataLineItemsInner.js';
|
|
317
312
|
export * from './OrganizationsOrgIdBillingMembersUpdatePostRequest.js';
|
|
313
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200Response.js';
|
|
314
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData.js';
|
|
315
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner.js';
|
|
316
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPost200Response.js';
|
|
317
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData.js';
|
|
318
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPostRequest.js';
|
|
319
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response.js';
|
|
320
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData.js';
|
|
321
|
+
export * from './OrganizationsOrgIdBillingPortalPost200Response.js';
|
|
322
|
+
export * from './OrganizationsOrgIdBillingPortalPost200ResponseData.js';
|
|
323
|
+
export * from './OrganizationsOrgIdBillingPortalPostRequest.js';
|
|
318
324
|
export * from './OrganizationsOrgIdBillingUpgradePost200Response.js';
|
|
319
325
|
export * from './OrganizationsOrgIdBillingUpgradePost200ResponseData.js';
|
|
320
326
|
export * from './OrganizationsOrgIdBillingUpgradePost200ResponseDataSubscription.js';
|
|
321
327
|
export * from './OrganizationsOrgIdBillingUpgradePostRequest.js';
|
|
322
328
|
export * from './OrganizationsOrgIdBillingYearlyMembersAddPostRequest.js';
|
|
323
329
|
export * from './OrganizationsOrgIdBillingYearlyMembersRemovePostRequest.js';
|
|
330
|
+
export * from './OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response.js';
|
|
324
331
|
export * from './OrganizationsOrgIdBillingYearlySubscriptionPostRequest.js';
|
|
325
332
|
export * from './PaginationInfo.js';
|
|
326
333
|
export * from './PartnerCustomization.js';
|
|
@@ -355,11 +362,13 @@ export * from './RepositoryResponse.js';
|
|
|
355
362
|
export * from './ResetPasswordRequest.js';
|
|
356
363
|
export * from './RestoreCheckpointRequest.js';
|
|
357
364
|
export * from './RetranslateExperimentRequest.js';
|
|
358
|
-
export * from './RollbackComponent200Response.js';
|
|
359
365
|
export * from './RollbackComponentRequest.js';
|
|
360
366
|
export * from './SetDynamicContent200Response.js';
|
|
361
367
|
export * from './SetDynamicContent200ResponseValidationResult.js';
|
|
362
368
|
export * from './SetDynamicContentRequest.js';
|
|
369
|
+
export * from './SetWidgetPublishHistoryLive200Response.js';
|
|
370
|
+
export * from './SetWidgetPublishHistoryLive200ResponseData.js';
|
|
371
|
+
export * from './SetWidgetPublishHistoryLive200ResponseDataData.js';
|
|
363
372
|
export * from './SetWorkspaceABTestDuration200Response.js';
|
|
364
373
|
export * from './SetWorkspaceABTestDurationRequest.js';
|
|
365
374
|
export * from './SignupUserRequest.js';
|
|
@@ -434,6 +443,7 @@ export * from './UpdateWidgetRequest.js';
|
|
|
434
443
|
export * from './UsersMeBillingGet200Response.js';
|
|
435
444
|
export * from './UsersMeBillingGet200ResponseData.js';
|
|
436
445
|
export * from './UsersMeBillingGet200ResponseDataSubscription.js';
|
|
446
|
+
export * from './UsersSendFeedbackPost200Response.js';
|
|
437
447
|
export * from './UsersSendFeedbackPostRequest.js';
|
|
438
448
|
export * from './V1AgentWidgetBuilderBuildPostRequest.js';
|
|
439
449
|
export * from './ValidateCompositionContent200Response.js';
|
|
@@ -465,13 +475,3 @@ export * from './WidgetComponentsMetadataInner.js';
|
|
|
465
475
|
export * from './WidgetComponentsMetadataInnerPosition.js';
|
|
466
476
|
export * from './WidgetComponentsMetadataInnerSize.js';
|
|
467
477
|
export * from './WorkflowAcceptedResponse.js';
|
|
468
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPost200Response.js';
|
|
469
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData.js';
|
|
470
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPostRequest.js';
|
|
471
|
-
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response.js';
|
|
472
|
-
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData.js';
|
|
473
|
-
export * from './GetWidgetPublishHistory200Response.js';
|
|
474
|
-
export * from './GetWidgetPublishHistory200ResponseDataInner.js';
|
|
475
|
-
export * from './SetWidgetPublishHistoryLive200Response.js';
|
|
476
|
-
export * from './SetWidgetPublishHistoryLive200ResponseData.js';
|
|
477
|
-
export * from './SetWidgetPublishHistoryLive200ResponseDataData.js';
|
|
@@ -45,6 +45,12 @@ export interface AgentModelsGet200ResponseModelsInner {
|
|
|
45
45
|
* @memberof AgentModelsGet200ResponseModelsInner
|
|
46
46
|
*/
|
|
47
47
|
supportsTools?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof AgentModelsGet200ResponseModelsInner
|
|
52
|
+
*/
|
|
53
|
+
supportsVision?: boolean;
|
|
48
54
|
}
|
|
49
55
|
/**
|
|
50
56
|
* @export
|
|
@@ -46,6 +46,7 @@ function AgentModelsGet200ResponseModelsInnerFromJSONTyped(json, ignoreDiscrimin
|
|
|
46
46
|
'provider': json['provider'] == null ? undefined : json['provider'],
|
|
47
47
|
'description': json['description'] == null ? undefined : json['description'],
|
|
48
48
|
'supportsTools': json['supportsTools'] == null ? undefined : json['supportsTools'],
|
|
49
|
+
'supportsVision': json['supportsVision'] == null ? undefined : json['supportsVision'],
|
|
49
50
|
};
|
|
50
51
|
}
|
|
51
52
|
function AgentModelsGet200ResponseModelsInnerToJSON(json) {
|
|
@@ -61,5 +62,6 @@ function AgentModelsGet200ResponseModelsInnerToJSONTyped(value, ignoreDiscrimina
|
|
|
61
62
|
'provider': value['provider'],
|
|
62
63
|
'description': value['description'],
|
|
63
64
|
'supportsTools': value['supportsTools'],
|
|
65
|
+
'supportsVision': value['supportsVision'],
|
|
64
66
|
};
|
|
65
67
|
}
|
package/dist/models/Canvas.d.ts
CHANGED
|
@@ -45,6 +45,12 @@ export interface Canvas {
|
|
|
45
45
|
* @memberof Canvas
|
|
46
46
|
*/
|
|
47
47
|
creatorId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Primary widget for My widgets list and canvas-only deep-link (Convert per shape may add secondary widgets on the same canvas)
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Canvas
|
|
52
|
+
*/
|
|
53
|
+
primaryWidgetId?: string | null;
|
|
48
54
|
/**
|
|
49
55
|
* Timestamp when the canvas was created
|
|
50
56
|
* @type {Date}
|
package/dist/models/Canvas.js
CHANGED
|
@@ -45,6 +45,7 @@ function CanvasFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
45
45
|
'canvasContent': json['canvasContent'] == null ? undefined : json['canvasContent'],
|
|
46
46
|
'widgetComponents': json['widgetComponents'] == null ? undefined : json['widgetComponents'],
|
|
47
47
|
'creatorId': json['creatorId'] == null ? undefined : json['creatorId'],
|
|
48
|
+
'primaryWidgetId': json['primaryWidgetId'] == null ? undefined : json['primaryWidgetId'],
|
|
48
49
|
'createdAt': (new Date(json['createdAt'])),
|
|
49
50
|
'updatedAt': (new Date(json['updatedAt'])),
|
|
50
51
|
};
|
|
@@ -62,6 +63,7 @@ function CanvasToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
62
63
|
'canvasContent': value['canvasContent'],
|
|
63
64
|
'widgetComponents': value['widgetComponents'],
|
|
64
65
|
'creatorId': value['creatorId'],
|
|
66
|
+
'primaryWidgetId': value['primaryWidgetId'],
|
|
65
67
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
66
68
|
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
67
69
|
};
|
|
@@ -33,6 +33,12 @@ export interface CreateCanvasRequest {
|
|
|
33
33
|
* @memberof CreateCanvasRequest
|
|
34
34
|
*/
|
|
35
35
|
widgetComponents?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Optional primary widget id (usually set after widget create)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateCanvasRequest
|
|
40
|
+
*/
|
|
41
|
+
primaryWidgetId?: string | null;
|
|
36
42
|
}
|
|
37
43
|
/**
|
|
38
44
|
* Check if a given object implements the CreateCanvasRequest interface.
|
|
@@ -37,6 +37,7 @@ function CreateCanvasRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
37
|
'persistenceKey': json['persistenceKey'],
|
|
38
38
|
'canvasContent': json['canvasContent'] == null ? undefined : json['canvasContent'],
|
|
39
39
|
'widgetComponents': json['widgetComponents'] == null ? undefined : json['widgetComponents'],
|
|
40
|
+
'primaryWidgetId': json['primaryWidgetId'] == null ? undefined : json['primaryWidgetId'],
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
43
|
function CreateCanvasRequestToJSON(json) {
|
|
@@ -50,5 +51,6 @@ function CreateCanvasRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
50
51
|
'persistenceKey': value['persistenceKey'],
|
|
51
52
|
'canvasContent': value['canvasContent'],
|
|
52
53
|
'widgetComponents': value['widgetComponents'],
|
|
54
|
+
'primaryWidgetId': value['primaryWidgetId'],
|
|
53
55
|
};
|
|
54
56
|
}
|
|
@@ -16,18 +16,6 @@ import type { ErrorResponseError } from './ErrorResponseError';
|
|
|
16
16
|
* @interface ErrorResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface ErrorResponse {
|
|
19
|
-
/**
|
|
20
|
-
* Error message describing what went wrong.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ErrorResponse
|
|
23
|
-
*/
|
|
24
|
-
message?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Additional details about the error (optional).
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ErrorResponse
|
|
29
|
-
*/
|
|
30
|
-
details?: string;
|
|
31
19
|
/**
|
|
32
20
|
* Indicates the request failed
|
|
33
21
|
* @type {boolean}
|
|
@@ -40,6 +28,18 @@ export interface ErrorResponse {
|
|
|
40
28
|
* @memberof ErrorResponse
|
|
41
29
|
*/
|
|
42
30
|
error: ErrorResponseError;
|
|
31
|
+
/**
|
|
32
|
+
* Error message describing what went wrong.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ErrorResponse
|
|
35
|
+
*/
|
|
36
|
+
message?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Additional details about the error (optional).
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ErrorResponse
|
|
41
|
+
*/
|
|
42
|
+
details?: string;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Check if a given object implements the ErrorResponse interface.
|
|
@@ -37,10 +37,10 @@ function ErrorResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
37
|
return json;
|
|
38
38
|
}
|
|
39
39
|
return {
|
|
40
|
-
'message': json['message'] == null ? undefined : json['message'],
|
|
41
|
-
'details': json['details'] == null ? undefined : json['details'],
|
|
42
40
|
'success': json['success'],
|
|
43
41
|
'error': (0, ErrorResponseError_1.ErrorResponseErrorFromJSON)(json['error']),
|
|
42
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
43
|
+
'details': json['details'] == null ? undefined : json['details'],
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
function ErrorResponseToJSON(json) {
|
|
@@ -51,9 +51,9 @@ function ErrorResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
51
51
|
return value;
|
|
52
52
|
}
|
|
53
53
|
return {
|
|
54
|
-
'message': value['message'],
|
|
55
|
-
'details': value['details'],
|
|
56
54
|
'success': value['success'],
|
|
57
55
|
'error': (0, ErrorResponseError_1.ErrorResponseErrorToJSON)(value['error']),
|
|
56
|
+
'message': value['message'],
|
|
57
|
+
'details': value['details'],
|
|
58
58
|
};
|
|
59
59
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Composition } from './Composition';
|
|
13
|
-
import type {
|
|
13
|
+
import type { GetWidgetsBatch200ResponseErrorsInner } from './GetWidgetsBatch200ResponseErrorsInner';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -25,10 +25,10 @@ export interface GetCompositionsBatch200Response {
|
|
|
25
25
|
compositions?: Array<Composition>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {Array<
|
|
28
|
+
* @type {Array<GetWidgetsBatch200ResponseErrorsInner>}
|
|
29
29
|
* @memberof GetCompositionsBatch200Response
|
|
30
30
|
*/
|
|
31
|
-
errors?: Array<
|
|
31
|
+
errors?: Array<GetWidgetsBatch200ResponseErrorsInner>;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetCompositionsBatch200Response interface.
|
|
@@ -19,7 +19,7 @@ exports.GetCompositionsBatch200ResponseFromJSONTyped = GetCompositionsBatch200Re
|
|
|
19
19
|
exports.GetCompositionsBatch200ResponseToJSON = GetCompositionsBatch200ResponseToJSON;
|
|
20
20
|
exports.GetCompositionsBatch200ResponseToJSONTyped = GetCompositionsBatch200ResponseToJSONTyped;
|
|
21
21
|
const Composition_1 = require("./Composition");
|
|
22
|
-
const
|
|
22
|
+
const GetWidgetsBatch200ResponseErrorsInner_1 = require("./GetWidgetsBatch200ResponseErrorsInner");
|
|
23
23
|
/**
|
|
24
24
|
* Check if a given object implements the GetCompositionsBatch200Response interface.
|
|
25
25
|
*/
|
|
@@ -35,7 +35,7 @@ function GetCompositionsBatch200ResponseFromJSONTyped(json, ignoreDiscriminator)
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'compositions': json['compositions'] == null ? undefined : (json['compositions'].map(Composition_1.CompositionFromJSON)),
|
|
38
|
-
'errors': json['errors'] == null ? undefined : (json['errors'].map(
|
|
38
|
+
'errors': json['errors'] == null ? undefined : (json['errors'].map(GetWidgetsBatch200ResponseErrorsInner_1.GetWidgetsBatch200ResponseErrorsInnerFromJSON)),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
function GetCompositionsBatch200ResponseToJSON(json) {
|
|
@@ -47,6 +47,6 @@ function GetCompositionsBatch200ResponseToJSONTyped(value, ignoreDiscriminator =
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'compositions': value['compositions'] == null ? undefined : (value['compositions'].map(Composition_1.CompositionToJSON)),
|
|
50
|
-
'errors': value['errors'] == null ? undefined : (value['errors'].map(
|
|
50
|
+
'errors': value['errors'] == null ? undefined : (value['errors'].map(GetWidgetsBatch200ResponseErrorsInner_1.GetWidgetsBatch200ResponseErrorsInnerToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { GetWidgetsBatch200ResponseErrorsInner } from './GetWidgetsBatch200ResponseErrorsInner';
|
|
13
13
|
import type { Widget } from './Widget';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
@@ -25,10 +25,10 @@ export interface GetWidgetsBatch200Response {
|
|
|
25
25
|
widgets?: Array<Widget>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {Array<
|
|
28
|
+
* @type {Array<GetWidgetsBatch200ResponseErrorsInner>}
|
|
29
29
|
* @memberof GetWidgetsBatch200Response
|
|
30
30
|
*/
|
|
31
|
-
errors?: Array<
|
|
31
|
+
errors?: Array<GetWidgetsBatch200ResponseErrorsInner>;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetWidgetsBatch200Response interface.
|
|
@@ -18,7 +18,7 @@ exports.GetWidgetsBatch200ResponseFromJSON = GetWidgetsBatch200ResponseFromJSON;
|
|
|
18
18
|
exports.GetWidgetsBatch200ResponseFromJSONTyped = GetWidgetsBatch200ResponseFromJSONTyped;
|
|
19
19
|
exports.GetWidgetsBatch200ResponseToJSON = GetWidgetsBatch200ResponseToJSON;
|
|
20
20
|
exports.GetWidgetsBatch200ResponseToJSONTyped = GetWidgetsBatch200ResponseToJSONTyped;
|
|
21
|
-
const
|
|
21
|
+
const GetWidgetsBatch200ResponseErrorsInner_1 = require("./GetWidgetsBatch200ResponseErrorsInner");
|
|
22
22
|
const Widget_1 = require("./Widget");
|
|
23
23
|
/**
|
|
24
24
|
* Check if a given object implements the GetWidgetsBatch200Response interface.
|
|
@@ -35,7 +35,7 @@ function GetWidgetsBatch200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'widgets': json['widgets'] == null ? undefined : (json['widgets'].map(Widget_1.WidgetFromJSON)),
|
|
38
|
-
'errors': json['errors'] == null ? undefined : (json['errors'].map(
|
|
38
|
+
'errors': json['errors'] == null ? undefined : (json['errors'].map(GetWidgetsBatch200ResponseErrorsInner_1.GetWidgetsBatch200ResponseErrorsInnerFromJSON)),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
function GetWidgetsBatch200ResponseToJSON(json) {
|
|
@@ -47,6 +47,6 @@ function GetWidgetsBatch200ResponseToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'widgets': value['widgets'] == null ? undefined : (value['widgets'].map(Widget_1.WidgetToJSON)),
|
|
50
|
-
'errors': value['errors'] == null ? undefined : (value['errors'].map(
|
|
50
|
+
'errors': value['errors'] == null ? undefined : (value['errors'].map(GetWidgetsBatch200ResponseErrorsInner_1.GetWidgetsBatch200ResponseErrorsInnerToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
@@ -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 GetWidgetsBatch200ResponseErrorsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWidgetsBatch200ResponseErrorsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetWidgetsBatch200ResponseErrorsInner
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetWidgetsBatch200ResponseErrorsInner
|
|
28
|
+
*/
|
|
29
|
+
error?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the GetWidgetsBatch200ResponseErrorsInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfGetWidgetsBatch200ResponseErrorsInner(value: object): value is GetWidgetsBatch200ResponseErrorsInner;
|
|
35
|
+
export declare function GetWidgetsBatch200ResponseErrorsInnerFromJSON(json: any): GetWidgetsBatch200ResponseErrorsInner;
|
|
36
|
+
export declare function GetWidgetsBatch200ResponseErrorsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetWidgetsBatch200ResponseErrorsInner;
|
|
37
|
+
export declare function GetWidgetsBatch200ResponseErrorsInnerToJSON(json: any): GetWidgetsBatch200ResponseErrorsInner;
|
|
38
|
+
export declare function GetWidgetsBatch200ResponseErrorsInnerToJSONTyped(value?: GetWidgetsBatch200ResponseErrorsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfGetWidgetsBatch200ResponseErrorsInner = instanceOfGetWidgetsBatch200ResponseErrorsInner;
|
|
17
|
+
exports.GetWidgetsBatch200ResponseErrorsInnerFromJSON = GetWidgetsBatch200ResponseErrorsInnerFromJSON;
|
|
18
|
+
exports.GetWidgetsBatch200ResponseErrorsInnerFromJSONTyped = GetWidgetsBatch200ResponseErrorsInnerFromJSONTyped;
|
|
19
|
+
exports.GetWidgetsBatch200ResponseErrorsInnerToJSON = GetWidgetsBatch200ResponseErrorsInnerToJSON;
|
|
20
|
+
exports.GetWidgetsBatch200ResponseErrorsInnerToJSONTyped = GetWidgetsBatch200ResponseErrorsInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GetWidgetsBatch200ResponseErrorsInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGetWidgetsBatch200ResponseErrorsInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function GetWidgetsBatch200ResponseErrorsInnerFromJSON(json) {
|
|
28
|
+
return GetWidgetsBatch200ResponseErrorsInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function GetWidgetsBatch200ResponseErrorsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
36
|
+
'error': json['error'] == null ? undefined : json['error'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function GetWidgetsBatch200ResponseErrorsInnerToJSON(json) {
|
|
40
|
+
return GetWidgetsBatch200ResponseErrorsInnerToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function GetWidgetsBatch200ResponseErrorsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'id': value['id'],
|
|
48
|
+
'error': value['error'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
import type { OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData } from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OrganizationsOrgIdBillingPaymentMethodsGet200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface OrganizationsOrgIdBillingPaymentMethodsGet200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof OrganizationsOrgIdBillingPaymentMethodsGet200Response
|
|
23
|
+
*/
|
|
24
|
+
success?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData}
|
|
28
|
+
* @memberof OrganizationsOrgIdBillingPaymentMethodsGet200Response
|
|
29
|
+
*/
|
|
30
|
+
data?: OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPaymentMethodsGet200Response interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200Response(value: object): value is OrganizationsOrgIdBillingPaymentMethodsGet200Response;
|
|
36
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSON(json: any): OrganizationsOrgIdBillingPaymentMethodsGet200Response;
|
|
37
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPaymentMethodsGet200Response;
|
|
38
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSON(json: any): OrganizationsOrgIdBillingPaymentMethodsGet200Response;
|
|
39
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSONTyped(value?: OrganizationsOrgIdBillingPaymentMethodsGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200Response = instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200Response;
|
|
17
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSON = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSONTyped = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSON = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSONTyped = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSONTyped;
|
|
21
|
+
const OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData_1 = require("./OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPaymentMethodsGet200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200Response(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSON(json) {
|
|
29
|
+
return OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData_1.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSON)(json['data']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSON(json) {
|
|
41
|
+
return OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'success': value['success'],
|
|
49
|
+
'data': (0, OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData_1.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import type { OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner } from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData
|
|
17
|
+
*/
|
|
18
|
+
export interface OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner>}
|
|
22
|
+
* @memberof OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData
|
|
23
|
+
*/
|
|
24
|
+
paymentMethods?: Array<OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200ResponseData(value: object): value is OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
30
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSON(json: any): OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
31
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
32
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSON(json: any): OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
33
|
+
export declare function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSONTyped(value?: OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200ResponseData = instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200ResponseData;
|
|
17
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSON = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSONTyped = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSON = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSONTyped = OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSONTyped;
|
|
21
|
+
const OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner_1 = require("./OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfOrganizationsOrgIdBillingPaymentMethodsGet200ResponseData(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSON(json) {
|
|
29
|
+
return OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'paymentMethods': json['paymentMethods'] == null ? undefined : (json['paymentMethods'].map(OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner_1.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSON(json) {
|
|
40
|
+
return OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'paymentMethods': value['paymentMethods'] == null ? undefined : (value['paymentMethods'].map(OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner_1.OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|