@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/ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData.d.ts
DELETED
|
@@ -1,50 +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 ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData
|
|
22
|
-
*/
|
|
23
|
-
clientSecret?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData
|
|
28
|
-
*/
|
|
29
|
-
setupIntentId?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData
|
|
34
|
-
*/
|
|
35
|
-
customerId?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData
|
|
40
|
-
*/
|
|
41
|
-
publishableKey?: string;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData(value: object): value is ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData;
|
|
47
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataFromJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData;
|
|
48
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData;
|
|
49
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataToJSON(json: any): ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData;
|
|
50
|
-
export declare function ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseDataToJSONTyped(value?: ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData | 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 { ApiV1BillingUsersUserIdPortalPost200ResponseData } from './ApiV1BillingUsersUserIdPortalPost200ResponseData';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1BillingUsersUserIdPortalPost200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1BillingUsersUserIdPortalPost200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof ApiV1BillingUsersUserIdPortalPost200Response
|
|
23
|
-
*/
|
|
24
|
-
success?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ApiV1BillingUsersUserIdPortalPost200ResponseData}
|
|
28
|
-
* @memberof ApiV1BillingUsersUserIdPortalPost200Response
|
|
29
|
-
*/
|
|
30
|
-
data?: ApiV1BillingUsersUserIdPortalPost200ResponseData;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPost200Response interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfApiV1BillingUsersUserIdPortalPost200Response(value: object): value is ApiV1BillingUsersUserIdPortalPost200Response;
|
|
36
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseFromJSON(json: any): ApiV1BillingUsersUserIdPortalPost200Response;
|
|
37
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPortalPost200Response;
|
|
38
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseToJSON(json: any): ApiV1BillingUsersUserIdPortalPost200Response;
|
|
39
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseToJSONTyped(value?: ApiV1BillingUsersUserIdPortalPost200Response | 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 { ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSON, ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSON, } from './ApiV1BillingUsersUserIdPortalPost200ResponseData.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPost200Response interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfApiV1BillingUsersUserIdPortalPost200Response(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseFromJSON(json) {
|
|
22
|
-
return ApiV1BillingUsersUserIdPortalPost200ResponseFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseFromJSONTyped(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 : ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSON(json['data']),
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseToJSON(json) {
|
|
34
|
-
return ApiV1BillingUsersUserIdPortalPost200ResponseToJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
-
if (value == null) {
|
|
38
|
-
return value;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'success': value['success'],
|
|
42
|
-
'data': ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSON(value['data']),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
@@ -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 ApiV1BillingUsersUserIdPortalPost200ResponseData
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiV1BillingUsersUserIdPortalPost200ResponseData {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiV1BillingUsersUserIdPortalPost200ResponseData
|
|
22
|
-
*/
|
|
23
|
-
url?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPost200ResponseData interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfApiV1BillingUsersUserIdPortalPost200ResponseData(value: object): value is ApiV1BillingUsersUserIdPortalPost200ResponseData;
|
|
29
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSON(json: any): ApiV1BillingUsersUserIdPortalPost200ResponseData;
|
|
30
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPortalPost200ResponseData;
|
|
31
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSON(json: any): ApiV1BillingUsersUserIdPortalPost200ResponseData;
|
|
32
|
-
export declare function ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSONTyped(value?: ApiV1BillingUsersUserIdPortalPost200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,41 +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
|
-
/**
|
|
15
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPost200ResponseData interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfApiV1BillingUsersUserIdPortalPost200ResponseData(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSON(json) {
|
|
21
|
-
return ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'url': json['url'] == null ? undefined : json['url'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSON(json) {
|
|
32
|
-
return ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
export function ApiV1BillingUsersUserIdPortalPost200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
-
if (value == null) {
|
|
36
|
-
return value;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'url': value['url'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
@@ -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 ApiV1BillingUsersUserIdPortalPostRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiV1BillingUsersUserIdPortalPostRequest {
|
|
18
|
-
/**
|
|
19
|
-
* Where Stripe sends the user back after the portal session
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiV1BillingUsersUserIdPortalPostRequest
|
|
22
|
-
*/
|
|
23
|
-
returnUrl?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPostRequest interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfApiV1BillingUsersUserIdPortalPostRequest(value: object): value is ApiV1BillingUsersUserIdPortalPostRequest;
|
|
29
|
-
export declare function ApiV1BillingUsersUserIdPortalPostRequestFromJSON(json: any): ApiV1BillingUsersUserIdPortalPostRequest;
|
|
30
|
-
export declare function ApiV1BillingUsersUserIdPortalPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1BillingUsersUserIdPortalPostRequest;
|
|
31
|
-
export declare function ApiV1BillingUsersUserIdPortalPostRequestToJSON(json: any): ApiV1BillingUsersUserIdPortalPostRequest;
|
|
32
|
-
export declare function ApiV1BillingUsersUserIdPortalPostRequestToJSONTyped(value?: ApiV1BillingUsersUserIdPortalPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,41 +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
|
-
/**
|
|
15
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPortalPostRequest interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfApiV1BillingUsersUserIdPortalPostRequest(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function ApiV1BillingUsersUserIdPortalPostRequestFromJSON(json) {
|
|
21
|
-
return ApiV1BillingUsersUserIdPortalPostRequestFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function ApiV1BillingUsersUserIdPortalPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'returnUrl': json['returnUrl'] == null ? undefined : json['returnUrl'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export function ApiV1BillingUsersUserIdPortalPostRequestToJSON(json) {
|
|
32
|
-
return ApiV1BillingUsersUserIdPortalPostRequestToJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
export function ApiV1BillingUsersUserIdPortalPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
-
if (value == null) {
|
|
36
|
-
return value;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'returnUrl': value['returnUrl'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
@@ -1,38 +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 GetCompositionsBatch200ResponseErrorsInner
|
|
16
|
-
*/
|
|
17
|
-
export interface GetCompositionsBatch200ResponseErrorsInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GetCompositionsBatch200ResponseErrorsInner
|
|
22
|
-
*/
|
|
23
|
-
id?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GetCompositionsBatch200ResponseErrorsInner
|
|
28
|
-
*/
|
|
29
|
-
error?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the GetCompositionsBatch200ResponseErrorsInner interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfGetCompositionsBatch200ResponseErrorsInner(value: object): value is GetCompositionsBatch200ResponseErrorsInner;
|
|
35
|
-
export declare function GetCompositionsBatch200ResponseErrorsInnerFromJSON(json: any): GetCompositionsBatch200ResponseErrorsInner;
|
|
36
|
-
export declare function GetCompositionsBatch200ResponseErrorsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCompositionsBatch200ResponseErrorsInner;
|
|
37
|
-
export declare function GetCompositionsBatch200ResponseErrorsInnerToJSON(json: any): GetCompositionsBatch200ResponseErrorsInner;
|
|
38
|
-
export declare function GetCompositionsBatch200ResponseErrorsInnerToJSONTyped(value?: GetCompositionsBatch200ResponseErrorsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,38 +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 LoginUser200Response
|
|
16
|
-
*/
|
|
17
|
-
export interface LoginUser200Response {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof LoginUser200Response
|
|
22
|
-
*/
|
|
23
|
-
success?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {object}
|
|
27
|
-
* @memberof LoginUser200Response
|
|
28
|
-
*/
|
|
29
|
-
data?: object;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the LoginUser200Response interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfLoginUser200Response(value: object): value is LoginUser200Response;
|
|
35
|
-
export declare function LoginUser200ResponseFromJSON(json: any): LoginUser200Response;
|
|
36
|
-
export declare function LoginUser200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginUser200Response;
|
|
37
|
-
export declare function LoginUser200ResponseToJSON(json: any): LoginUser200Response;
|
|
38
|
-
export declare function LoginUser200ResponseToJSONTyped(value?: LoginUser200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,43 +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
|
-
/**
|
|
15
|
-
* Check if a given object implements the LoginUser200Response interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfLoginUser200Response(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function LoginUser200ResponseFromJSON(json) {
|
|
21
|
-
return LoginUser200ResponseFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function LoginUser200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'success': json['success'] == null ? undefined : json['success'],
|
|
29
|
-
'data': json['data'] == null ? undefined : json['data'],
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
export function LoginUser200ResponseToJSON(json) {
|
|
33
|
-
return LoginUser200ResponseToJSONTyped(json, false);
|
|
34
|
-
}
|
|
35
|
-
export function LoginUser200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
-
if (value == null) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'success': value['success'],
|
|
41
|
-
'data': value['data'],
|
|
42
|
-
};
|
|
43
|
-
}
|
|
@@ -1,38 +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 RollbackComponent200Response
|
|
16
|
-
*/
|
|
17
|
-
export interface RollbackComponent200Response {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof RollbackComponent200Response
|
|
22
|
-
*/
|
|
23
|
-
success?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RollbackComponent200Response
|
|
28
|
-
*/
|
|
29
|
-
message?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the RollbackComponent200Response interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfRollbackComponent200Response(value: object): value is RollbackComponent200Response;
|
|
35
|
-
export declare function RollbackComponent200ResponseFromJSON(json: any): RollbackComponent200Response;
|
|
36
|
-
export declare function RollbackComponent200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollbackComponent200Response;
|
|
37
|
-
export declare function RollbackComponent200ResponseToJSON(json: any): RollbackComponent200Response;
|
|
38
|
-
export declare function RollbackComponent200ResponseToJSONTyped(value?: RollbackComponent200Response | 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 { 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,51 +0,0 @@
|
|
|
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.instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200Response = instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200Response;
|
|
17
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSON = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSON;
|
|
18
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped;
|
|
19
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSON = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSON;
|
|
20
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped;
|
|
21
|
-
const ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData_1 = require("./ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200Response interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200Response(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSON(json) {
|
|
29
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseFromJSONTyped(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, ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData_1.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON)(json['data']),
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSON(json) {
|
|
41
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'success': value['success'],
|
|
49
|
-
'data': (0, ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData_1.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON)(value['data']),
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -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,49 +0,0 @@
|
|
|
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.instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData = instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData;
|
|
17
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON;
|
|
18
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped;
|
|
19
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON;
|
|
20
|
-
exports.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped = ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped;
|
|
21
|
-
const ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner_1 = require("./ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSON(json) {
|
|
29
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'paymentMethods': json['paymentMethods'] == null ? undefined : (json['paymentMethods'].map(ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner_1.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSON(json) {
|
|
40
|
-
return ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'paymentMethods': value['paymentMethods'] == null ? undefined : (value['paymentMethods'].map(ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner_1.ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInnerToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|