@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/models/index.js
CHANGED
|
@@ -44,6 +44,11 @@ __exportStar(require("./AgentRepositoriesRepoIdSyncPost202Response"), exports);
|
|
|
44
44
|
__exportStar(require("./AgentRepositoriesRepoIdSyncPostRequest"), exports);
|
|
45
45
|
__exportStar(require("./AgentTasksIdCancelPost200Response"), exports);
|
|
46
46
|
__exportStar(require("./AgentTasksTaskIdStatusPutRequest"), exports);
|
|
47
|
+
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPost200Response"), exports);
|
|
48
|
+
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPost200ResponseData"), exports);
|
|
49
|
+
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPostRequest"), exports);
|
|
50
|
+
__exportStar(require("./AgentWidgetBuilderRepoHeadWidgetIdGet200Response"), exports);
|
|
51
|
+
__exportStar(require("./AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData"), exports);
|
|
47
52
|
__exportStar(require("./AnalyticsDashboard"), exports);
|
|
48
53
|
__exportStar(require("./AnalyticsDashboardSummary"), exports);
|
|
49
54
|
__exportStar(require("./AnalyticsEventsBulkPostRequest"), exports);
|
|
@@ -60,21 +65,10 @@ __exportStar(require("./ApiV1BillingPricingGet200ResponseDataTrial"), exports);
|
|
|
60
65
|
__exportStar(require("./ApiV1BillingUsersUserIdInvoicesGet200Response"), exports);
|
|
61
66
|
__exportStar(require("./ApiV1BillingUsersUserIdInvoicesGet200ResponseData"), exports);
|
|
62
67
|
__exportStar(require("./ApiV1BillingUsersUserIdInvoicesGet200ResponseDataInvoicesInner"), exports);
|
|
63
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsGet200Response"), exports);
|
|
64
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData"), exports);
|
|
65
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner"), exports);
|
|
66
68
|
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200Response"), exports);
|
|
67
69
|
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200ResponseData"), exports);
|
|
68
70
|
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200Response"), exports);
|
|
69
71
|
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200ResponseData"), exports);
|
|
70
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPost200Response"), exports);
|
|
71
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData"), exports);
|
|
72
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsPostRequest"), exports);
|
|
73
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response"), exports);
|
|
74
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData"), exports);
|
|
75
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPortalPost200Response"), exports);
|
|
76
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPortalPost200ResponseData"), exports);
|
|
77
|
-
__exportStar(require("./ApiV1BillingUsersUserIdPortalPostRequest"), exports);
|
|
78
72
|
__exportStar(require("./ApiV1BillingUsersUserIdSubscriptionCancelPost200Response"), exports);
|
|
79
73
|
__exportStar(require("./ApiV1BillingUsersUserIdSubscriptionCancelPost200ResponseData"), exports);
|
|
80
74
|
__exportStar(require("./ApiV1BillingUsersUserIdSubscriptionCancelPostRequest"), exports);
|
|
@@ -199,7 +193,6 @@ __exportStar(require("./GetComponentsByWidgetId200Response"), exports);
|
|
|
199
193
|
__exportStar(require("./GetCompositionContentSchema200Response"), exports);
|
|
200
194
|
__exportStar(require("./GetCompositionDesignSchema200Response"), exports);
|
|
201
195
|
__exportStar(require("./GetCompositionsBatch200Response"), exports);
|
|
202
|
-
__exportStar(require("./GetCompositionsBatch200ResponseErrorsInner"), exports);
|
|
203
196
|
__exportStar(require("./GetCompositionsBatchRequest"), exports);
|
|
204
197
|
__exportStar(require("./GetComprehensiveReport200Response"), exports);
|
|
205
198
|
__exportStar(require("./GetComprehensiveReport200ResponseData"), exports);
|
|
@@ -266,8 +259,11 @@ __exportStar(require("./GetUserOrganization200Response"), exports);
|
|
|
266
259
|
__exportStar(require("./GetUserOrganizations200Response"), exports);
|
|
267
260
|
__exportStar(require("./GetUserOrganizations200ResponseData"), exports);
|
|
268
261
|
__exportStar(require("./GetVariantConfig200Response"), exports);
|
|
262
|
+
__exportStar(require("./GetWidgetPublishHistory200Response"), exports);
|
|
263
|
+
__exportStar(require("./GetWidgetPublishHistory200ResponseDataInner"), exports);
|
|
269
264
|
__exportStar(require("./GetWidgets200Response"), exports);
|
|
270
265
|
__exportStar(require("./GetWidgetsBatch200Response"), exports);
|
|
266
|
+
__exportStar(require("./GetWidgetsBatch200ResponseErrorsInner"), exports);
|
|
271
267
|
__exportStar(require("./GetWidgetsBatchRequest"), exports);
|
|
272
268
|
__exportStar(require("./HandleMarketplaceWebhook200Response"), exports);
|
|
273
269
|
__exportStar(require("./HandleTriggerDevUploadComplete200Response"), exports);
|
|
@@ -292,7 +288,6 @@ __exportStar(require("./ListWorkspaceABTests200ResponseMeta"), exports);
|
|
|
292
288
|
__exportStar(require("./LogOrganizationActivity201Response"), exports);
|
|
293
289
|
__exportStar(require("./LogOrganizationActivity201ResponseData"), exports);
|
|
294
290
|
__exportStar(require("./LogOrganizationActivityRequest"), exports);
|
|
295
|
-
__exportStar(require("./LoginUser200Response"), exports);
|
|
296
291
|
__exportStar(require("./LoginUserRequest"), exports);
|
|
297
292
|
__exportStar(require("./ManagedUser"), exports);
|
|
298
293
|
__exportStar(require("./MemberStatusReport"), exports);
|
|
@@ -331,12 +326,24 @@ __exportStar(require("./OrganizationsOrgIdBillingInvoicePreviewGet200Response"),
|
|
|
331
326
|
__exportStar(require("./OrganizationsOrgIdBillingInvoicePreviewGet200ResponseData"), exports);
|
|
332
327
|
__exportStar(require("./OrganizationsOrgIdBillingInvoicePreviewGet200ResponseDataLineItemsInner"), exports);
|
|
333
328
|
__exportStar(require("./OrganizationsOrgIdBillingMembersUpdatePostRequest"), exports);
|
|
329
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsGet200Response"), exports);
|
|
330
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData"), exports);
|
|
331
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner"), exports);
|
|
332
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsPost200Response"), exports);
|
|
333
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData"), exports);
|
|
334
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsPostRequest"), exports);
|
|
335
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response"), exports);
|
|
336
|
+
__exportStar(require("./OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData"), exports);
|
|
337
|
+
__exportStar(require("./OrganizationsOrgIdBillingPortalPost200Response"), exports);
|
|
338
|
+
__exportStar(require("./OrganizationsOrgIdBillingPortalPost200ResponseData"), exports);
|
|
339
|
+
__exportStar(require("./OrganizationsOrgIdBillingPortalPostRequest"), exports);
|
|
334
340
|
__exportStar(require("./OrganizationsOrgIdBillingUpgradePost200Response"), exports);
|
|
335
341
|
__exportStar(require("./OrganizationsOrgIdBillingUpgradePost200ResponseData"), exports);
|
|
336
342
|
__exportStar(require("./OrganizationsOrgIdBillingUpgradePost200ResponseDataSubscription"), exports);
|
|
337
343
|
__exportStar(require("./OrganizationsOrgIdBillingUpgradePostRequest"), exports);
|
|
338
344
|
__exportStar(require("./OrganizationsOrgIdBillingYearlyMembersAddPostRequest"), exports);
|
|
339
345
|
__exportStar(require("./OrganizationsOrgIdBillingYearlyMembersRemovePostRequest"), exports);
|
|
346
|
+
__exportStar(require("./OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response"), exports);
|
|
340
347
|
__exportStar(require("./OrganizationsOrgIdBillingYearlySubscriptionPostRequest"), exports);
|
|
341
348
|
__exportStar(require("./PaginationInfo"), exports);
|
|
342
349
|
__exportStar(require("./PartnerCustomization"), exports);
|
|
@@ -371,11 +378,13 @@ __exportStar(require("./RepositoryResponse"), exports);
|
|
|
371
378
|
__exportStar(require("./ResetPasswordRequest"), exports);
|
|
372
379
|
__exportStar(require("./RestoreCheckpointRequest"), exports);
|
|
373
380
|
__exportStar(require("./RetranslateExperimentRequest"), exports);
|
|
374
|
-
__exportStar(require("./RollbackComponent200Response"), exports);
|
|
375
381
|
__exportStar(require("./RollbackComponentRequest"), exports);
|
|
376
382
|
__exportStar(require("./SetDynamicContent200Response"), exports);
|
|
377
383
|
__exportStar(require("./SetDynamicContent200ResponseValidationResult"), exports);
|
|
378
384
|
__exportStar(require("./SetDynamicContentRequest"), exports);
|
|
385
|
+
__exportStar(require("./SetWidgetPublishHistoryLive200Response"), exports);
|
|
386
|
+
__exportStar(require("./SetWidgetPublishHistoryLive200ResponseData"), exports);
|
|
387
|
+
__exportStar(require("./SetWidgetPublishHistoryLive200ResponseDataData"), exports);
|
|
379
388
|
__exportStar(require("./SetWorkspaceABTestDuration200Response"), exports);
|
|
380
389
|
__exportStar(require("./SetWorkspaceABTestDurationRequest"), exports);
|
|
381
390
|
__exportStar(require("./SignupUserRequest"), exports);
|
|
@@ -450,6 +459,7 @@ __exportStar(require("./UpdateWidgetRequest"), exports);
|
|
|
450
459
|
__exportStar(require("./UsersMeBillingGet200Response"), exports);
|
|
451
460
|
__exportStar(require("./UsersMeBillingGet200ResponseData"), exports);
|
|
452
461
|
__exportStar(require("./UsersMeBillingGet200ResponseDataSubscription"), exports);
|
|
462
|
+
__exportStar(require("./UsersSendFeedbackPost200Response"), exports);
|
|
453
463
|
__exportStar(require("./UsersSendFeedbackPostRequest"), exports);
|
|
454
464
|
__exportStar(require("./V1AgentWidgetBuilderBuildPostRequest"), exports);
|
|
455
465
|
__exportStar(require("./ValidateCompositionContent200Response"), exports);
|
|
@@ -481,13 +491,3 @@ __exportStar(require("./WidgetComponentsMetadataInner"), exports);
|
|
|
481
491
|
__exportStar(require("./WidgetComponentsMetadataInnerPosition"), exports);
|
|
482
492
|
__exportStar(require("./WidgetComponentsMetadataInnerSize"), exports);
|
|
483
493
|
__exportStar(require("./WorkflowAcceptedResponse"), exports);
|
|
484
|
-
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPost200Response"), exports);
|
|
485
|
-
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPost200ResponseData"), exports);
|
|
486
|
-
__exportStar(require("./AgentWidgetBuilderPublishWidgetIdPostRequest"), exports);
|
|
487
|
-
__exportStar(require("./AgentWidgetBuilderRepoHeadWidgetIdGet200Response"), exports);
|
|
488
|
-
__exportStar(require("./AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData"), exports);
|
|
489
|
-
__exportStar(require("./GetWidgetPublishHistory200Response"), exports);
|
|
490
|
-
__exportStar(require("./GetWidgetPublishHistory200ResponseDataInner"), exports);
|
|
491
|
-
__exportStar(require("./SetWidgetPublishHistoryLive200Response"), exports);
|
|
492
|
-
__exportStar(require("./SetWidgetPublishHistoryLive200ResponseData"), exports);
|
|
493
|
-
__exportStar(require("./SetWidgetPublishHistoryLive200ResponseDataData"), exports);
|
package/package.json
CHANGED
|
@@ -1,39 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPaymentMethodsGet200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsGet200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200Response
|
|
23
|
-
*/
|
|
24
|
-
success?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData}
|
|
28
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200Response
|
|
29
|
-
*/
|
|
30
|
-
data?: ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200Response(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsGet200Response;
|
|
36
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200Response;
|
|
37
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsGet200Response;
|
|
38
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200Response;
|
|
39
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,44 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON, ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON, } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200Response interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200Response(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped(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 : ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON(json['data']),
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSON(json) {
|
|
34
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
-
if (value == null) {
|
|
38
|
-
return value;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'success': value['success'],
|
|
42
|
-
'data': ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON(value['data']),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner>}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData
|
|
23
|
-
*/
|
|
24
|
-
paymentMethods?: Array<ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
30
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
31
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
32
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
33
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,42 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON, ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON, } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
-
if (json == null) {
|
|
26
|
-
return json;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
'paymentMethods': json['paymentMethods'] == null ? undefined : (json['paymentMethods'].map(ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON)),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON(json) {
|
|
33
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped(json, false);
|
|
34
|
-
}
|
|
35
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
-
if (value == null) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'paymentMethods': value['paymentMethods'] == null ? undefined : (value['paymentMethods'].map(ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON)),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
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 ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
22
|
-
*/
|
|
23
|
-
id?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
28
|
-
*/
|
|
29
|
-
brand?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
34
|
-
*/
|
|
35
|
-
last4?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
40
|
-
*/
|
|
41
|
-
exp_month?: number | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
46
|
-
*/
|
|
47
|
-
exp_year?: number | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner
|
|
52
|
-
*/
|
|
53
|
-
is_default?: boolean;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner interface.
|
|
57
|
-
*/
|
|
58
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner;
|
|
59
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner;
|
|
60
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner;
|
|
61
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner;
|
|
62
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,39 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData } from './ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPaymentMethodsPost200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsPost200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsPost200Response
|
|
23
|
-
*/
|
|
24
|
-
success?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData}
|
|
28
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsPost200Response
|
|
29
|
-
*/
|
|
30
|
-
data?: ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsPost200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsPost200Response(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsPost200Response;
|
|
36
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPost200Response;
|
|
37
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsPost200Response;
|
|
38
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPost200Response;
|
|
39
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsPost200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,44 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSON, ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSON, } from './ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsPost200Response interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPaymentMethodsPost200Response(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseFromJSONTyped(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 : ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSON(json['data']),
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseToJSON(json) {
|
|
34
|
-
return ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseToJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
-
if (value == null) {
|
|
38
|
-
return value;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'success': value['success'],
|
|
42
|
-
'data': ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSON(value['data']),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData
|
|
23
|
-
*/
|
|
24
|
-
paymentMethod?: ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData;
|
|
30
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData;
|
|
31
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData;
|
|
32
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData;
|
|
33
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,42 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON, ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON, } from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
-
if (json == null) {
|
|
26
|
-
return json;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
'paymentMethod': json['paymentMethod'] == null ? undefined : ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON(json['paymentMethod']),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSON(json) {
|
|
33
|
-
return ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSONTyped(json, false);
|
|
34
|
-
}
|
|
35
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
-
if (value == null) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'paymentMethod': ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON(value['paymentMethod']),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
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 ApiV1BillingUsersUserIdPaymentMethodsPostRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsPostRequest {
|
|
18
|
-
/**
|
|
19
|
-
* Stripe payment method ID (pm_...)
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsPostRequest
|
|
22
|
-
*/
|
|
23
|
-
paymentMethodId: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsPostRequest interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsPostRequest(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsPostRequest;
|
|
29
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPostRequestFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPostRequest;
|
|
30
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsPostRequest;
|
|
31
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPostRequestToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsPostRequest;
|
|
32
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsPostRequestToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsPostRequest | null, ignoreDiscriminator?: boolean): any;
|
package/dist/esm/models/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData } from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response
|
|
23
|
-
*/
|
|
24
|
-
success?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData}
|
|
28
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response
|
|
29
|
-
*/
|
|
30
|
-
data?: ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response;
|
|
36
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response;
|
|
37
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response;
|
|
38
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response;
|
|
39
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,44 +0,0 @@
|
|
|
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 { ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataFromJSON, ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataToJSON, } from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseFromJSONTyped(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 : ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataFromJSON(json['data']),
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseToJSON(json) {
|
|
34
|
-
return ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseToJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
-
if (value == null) {
|
|
38
|
-
return value;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'success': value['success'],
|
|
42
|
-
'data': ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataToJSON(value['data']),
|
|
43
|
-
};
|
|
44
|
-
}
|