@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
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfOrganizationsOrgIdBillingPortalPost200Response = instanceOfOrganizationsOrgIdBillingPortalPost200Response;
|
|
17
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseFromJSON = OrganizationsOrgIdBillingPortalPost200ResponseFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped = OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseToJSON = OrganizationsOrgIdBillingPortalPost200ResponseToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped = OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped;
|
|
21
|
+
const OrganizationsOrgIdBillingPortalPost200ResponseData_1 = require("./OrganizationsOrgIdBillingPortalPost200ResponseData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPortalPost200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfOrganizationsOrgIdBillingPortalPost200Response(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseFromJSON(json) {
|
|
29
|
+
return OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseFromJSONTyped(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, OrganizationsOrgIdBillingPortalPost200ResponseData_1.OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON)(json['data']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseToJSON(json) {
|
|
41
|
+
return OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'success': value['success'],
|
|
49
|
+
'data': (0, OrganizationsOrgIdBillingPortalPost200ResponseData_1.OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Widgetic API Gateway
|
|
3
|
+
* API documentation for the Widgetic API Gateway
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface OrganizationsOrgIdBillingPortalPost200ResponseData
|
|
16
|
+
*/
|
|
17
|
+
export interface OrganizationsOrgIdBillingPortalPost200ResponseData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof OrganizationsOrgIdBillingPortalPost200ResponseData
|
|
22
|
+
*/
|
|
23
|
+
url?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPortalPost200ResponseData interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData(value: object): value is OrganizationsOrgIdBillingPortalPost200ResponseData;
|
|
29
|
+
export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON(json: any): OrganizationsOrgIdBillingPortalPost200ResponseData;
|
|
30
|
+
export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPortalPost200ResponseData;
|
|
31
|
+
export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON(json: any): OrganizationsOrgIdBillingPortalPost200ResponseData;
|
|
32
|
+
export declare function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(value?: OrganizationsOrgIdBillingPortalPost200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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.instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData = instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData;
|
|
17
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON = OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped = OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON = OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped = OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPortalPost200ResponseData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfOrganizationsOrgIdBillingPortalPost200ResponseData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSON(json) {
|
|
28
|
+
return OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'url': json['url'] == null ? undefined : json['url'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSON(json) {
|
|
39
|
+
return OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function OrganizationsOrgIdBillingPortalPost200ResponseDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'url': value['url'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Widgetic API Gateway
|
|
3
|
+
* API documentation for the Widgetic API Gateway
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface OrganizationsOrgIdBillingPortalPostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface OrganizationsOrgIdBillingPortalPostRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Where Stripe sends the user back after the portal session
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof OrganizationsOrgIdBillingPortalPostRequest
|
|
22
|
+
*/
|
|
23
|
+
returnUrl?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPortalPostRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfOrganizationsOrgIdBillingPortalPostRequest(value: object): value is OrganizationsOrgIdBillingPortalPostRequest;
|
|
29
|
+
export declare function OrganizationsOrgIdBillingPortalPostRequestFromJSON(json: any): OrganizationsOrgIdBillingPortalPostRequest;
|
|
30
|
+
export declare function OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingPortalPostRequest;
|
|
31
|
+
export declare function OrganizationsOrgIdBillingPortalPostRequestToJSON(json: any): OrganizationsOrgIdBillingPortalPostRequest;
|
|
32
|
+
export declare function OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(value?: OrganizationsOrgIdBillingPortalPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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.instanceOfOrganizationsOrgIdBillingPortalPostRequest = instanceOfOrganizationsOrgIdBillingPortalPostRequest;
|
|
17
|
+
exports.OrganizationsOrgIdBillingPortalPostRequestFromJSON = OrganizationsOrgIdBillingPortalPostRequestFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped = OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingPortalPostRequestToJSON = OrganizationsOrgIdBillingPortalPostRequestToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingPortalPostRequestToJSONTyped = OrganizationsOrgIdBillingPortalPostRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the OrganizationsOrgIdBillingPortalPostRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfOrganizationsOrgIdBillingPortalPostRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function OrganizationsOrgIdBillingPortalPostRequestFromJSON(json) {
|
|
28
|
+
return OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function OrganizationsOrgIdBillingPortalPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'returnUrl': json['returnUrl'] == null ? undefined : json['returnUrl'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function OrganizationsOrgIdBillingPortalPostRequestToJSON(json) {
|
|
39
|
+
return OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function OrganizationsOrgIdBillingPortalPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'returnUrl': value['returnUrl'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Widgetic API Gateway
|
|
3
|
+
* API documentation for the Widgetic API Gateway
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
|
|
22
|
+
*/
|
|
23
|
+
success?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @memberof OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response
|
|
28
|
+
*/
|
|
29
|
+
data?: object;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response(value: object): value is OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
|
|
35
|
+
export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON(json: any): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
|
|
36
|
+
export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
|
|
37
|
+
export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON(json: any): OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
|
|
38
|
+
export declare function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(value?: OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response = instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response;
|
|
17
|
+
exports.OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON = OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON;
|
|
18
|
+
exports.OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped = OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON = OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON;
|
|
20
|
+
exports.OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped = OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfOrganizationsOrgIdBillingYearlyPricingComparisonGet200Response(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSON(json) {
|
|
28
|
+
return OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
36
|
+
'data': json['data'] == null ? undefined : json['data'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSON(json) {
|
|
40
|
+
return OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function OrganizationsOrgIdBillingYearlyPricingComparisonGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'success': value['success'],
|
|
48
|
+
'data': value['data'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,6 +33,12 @@ export interface UpdateCanvasRequest {
|
|
|
33
33
|
* @memberof UpdateCanvasRequest
|
|
34
34
|
*/
|
|
35
35
|
widgetComponents?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Primary widget for list/deep-link; omit to leave unchanged
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof UpdateCanvasRequest
|
|
40
|
+
*/
|
|
41
|
+
primaryWidgetId?: string | null;
|
|
36
42
|
}
|
|
37
43
|
/**
|
|
38
44
|
* Check if a given object implements the UpdateCanvasRequest interface.
|
|
@@ -35,6 +35,7 @@ function UpdateCanvasRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'persistenceKey': json['persistenceKey'] == null ? undefined : json['persistenceKey'],
|
|
36
36
|
'canvasContent': json['canvasContent'] == null ? undefined : json['canvasContent'],
|
|
37
37
|
'widgetComponents': json['widgetComponents'] == null ? undefined : json['widgetComponents'],
|
|
38
|
+
'primaryWidgetId': json['primaryWidgetId'] == null ? undefined : json['primaryWidgetId'],
|
|
38
39
|
};
|
|
39
40
|
}
|
|
40
41
|
function UpdateCanvasRequestToJSON(json) {
|
|
@@ -48,5 +49,6 @@ function UpdateCanvasRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
48
49
|
'persistenceKey': value['persistenceKey'],
|
|
49
50
|
'canvasContent': value['canvasContent'],
|
|
50
51
|
'widgetComponents': value['widgetComponents'],
|
|
52
|
+
'primaryWidgetId': value['primaryWidgetId'],
|
|
51
53
|
};
|
|
52
54
|
}
|
|
@@ -27,6 +27,18 @@ export interface UpdateWidgetRequest {
|
|
|
27
27
|
* @memberof UpdateWidgetRequest
|
|
28
28
|
*/
|
|
29
29
|
description?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Move the widget to this project folder.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UpdateWidgetRequest
|
|
34
|
+
*/
|
|
35
|
+
projectId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Legacy project folder id; kept in sync with projectId.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof UpdateWidgetRequest
|
|
40
|
+
*/
|
|
41
|
+
projectFolder?: string;
|
|
30
42
|
}
|
|
31
43
|
/**
|
|
32
44
|
* Check if a given object implements the UpdateWidgetRequest interface.
|
|
@@ -28,12 +28,15 @@ function UpdateWidgetRequestFromJSON(json) {
|
|
|
28
28
|
return UpdateWidgetRequestFromJSONTyped(json, false);
|
|
29
29
|
}
|
|
30
30
|
function UpdateWidgetRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
var _a, _b;
|
|
31
32
|
if (json == null) {
|
|
32
33
|
return json;
|
|
33
34
|
}
|
|
34
35
|
return {
|
|
35
36
|
'name': json['name'] == null ? undefined : json['name'],
|
|
36
37
|
'description': json['description'] == null ? undefined : json['description'],
|
|
38
|
+
'projectId': json['projectId'] == null && json['project_id'] == null ? undefined : ((_a = json['projectId']) !== null && _a !== void 0 ? _a : json['project_id']),
|
|
39
|
+
'projectFolder': json['projectFolder'] == null && json['project_folder'] == null ? undefined : ((_b = json['projectFolder']) !== null && _b !== void 0 ? _b : json['project_folder']),
|
|
37
40
|
};
|
|
38
41
|
}
|
|
39
42
|
function UpdateWidgetRequestToJSON(json) {
|
|
@@ -46,5 +49,7 @@ function UpdateWidgetRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
49
|
return {
|
|
47
50
|
'name': value['name'],
|
|
48
51
|
'description': value['description'],
|
|
52
|
+
'projectId': value['projectId'],
|
|
53
|
+
'projectFolder': value['projectFolder'],
|
|
49
54
|
};
|
|
50
55
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Widgetic API Gateway
|
|
3
|
+
* API documentation for the Widgetic API Gateway
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UsersSendFeedbackPost200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface UsersSendFeedbackPost200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof UsersSendFeedbackPost200Response
|
|
22
|
+
*/
|
|
23
|
+
success?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UsersSendFeedbackPost200Response
|
|
28
|
+
*/
|
|
29
|
+
message?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the UsersSendFeedbackPost200Response interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfUsersSendFeedbackPost200Response(value: object): value is UsersSendFeedbackPost200Response;
|
|
35
|
+
export declare function UsersSendFeedbackPost200ResponseFromJSON(json: any): UsersSendFeedbackPost200Response;
|
|
36
|
+
export declare function UsersSendFeedbackPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsersSendFeedbackPost200Response;
|
|
37
|
+
export declare function UsersSendFeedbackPost200ResponseToJSON(json: any): UsersSendFeedbackPost200Response;
|
|
38
|
+
export declare function UsersSendFeedbackPost200ResponseToJSONTyped(value?: UsersSendFeedbackPost200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Widgetic API Gateway
|
|
6
|
+
* API documentation for the Widgetic API Gateway
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfUsersSendFeedbackPost200Response = instanceOfUsersSendFeedbackPost200Response;
|
|
17
|
+
exports.UsersSendFeedbackPost200ResponseFromJSON = UsersSendFeedbackPost200ResponseFromJSON;
|
|
18
|
+
exports.UsersSendFeedbackPost200ResponseFromJSONTyped = UsersSendFeedbackPost200ResponseFromJSONTyped;
|
|
19
|
+
exports.UsersSendFeedbackPost200ResponseToJSON = UsersSendFeedbackPost200ResponseToJSON;
|
|
20
|
+
exports.UsersSendFeedbackPost200ResponseToJSONTyped = UsersSendFeedbackPost200ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UsersSendFeedbackPost200Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUsersSendFeedbackPost200Response(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function UsersSendFeedbackPost200ResponseFromJSON(json) {
|
|
28
|
+
return UsersSendFeedbackPost200ResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function UsersSendFeedbackPost200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
36
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function UsersSendFeedbackPost200ResponseToJSON(json) {
|
|
40
|
+
return UsersSendFeedbackPost200ResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function UsersSendFeedbackPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'success': value['success'],
|
|
48
|
+
'message': value['message'],
|
|
49
|
+
};
|
|
50
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -26,6 +26,11 @@ export * from './AgentRepositoriesRepoIdSyncPost202Response';
|
|
|
26
26
|
export * from './AgentRepositoriesRepoIdSyncPostRequest';
|
|
27
27
|
export * from './AgentTasksIdCancelPost200Response';
|
|
28
28
|
export * from './AgentTasksTaskIdStatusPutRequest';
|
|
29
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPost200Response';
|
|
30
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData';
|
|
31
|
+
export * from './AgentWidgetBuilderPublishWidgetIdPostRequest';
|
|
32
|
+
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response';
|
|
33
|
+
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData';
|
|
29
34
|
export * from './AnalyticsDashboard';
|
|
30
35
|
export * from './AnalyticsDashboardSummary';
|
|
31
36
|
export * from './AnalyticsEventsBulkPostRequest';
|
|
@@ -42,21 +47,10 @@ export * from './ApiV1BillingPricingGet200ResponseDataTrial';
|
|
|
42
47
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200Response';
|
|
43
48
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseData';
|
|
44
49
|
export * from './ApiV1BillingUsersUserIdInvoicesGet200ResponseDataInvoicesInner';
|
|
45
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200Response';
|
|
46
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseData';
|
|
47
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsGet200ResponseDataPaymentMethodsInner';
|
|
48
50
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200Response';
|
|
49
51
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDefaultPut200ResponseData';
|
|
50
52
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200Response';
|
|
51
53
|
export * from './ApiV1BillingUsersUserIdPaymentMethodsPaymentMethodIdDelete200ResponseData';
|
|
52
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200Response';
|
|
53
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPost200ResponseData';
|
|
54
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsPostRequest';
|
|
55
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200Response';
|
|
56
|
-
export * from './ApiV1BillingUsersUserIdPaymentMethodsSetupIntentPost200ResponseData';
|
|
57
|
-
export * from './ApiV1BillingUsersUserIdPortalPost200Response';
|
|
58
|
-
export * from './ApiV1BillingUsersUserIdPortalPost200ResponseData';
|
|
59
|
-
export * from './ApiV1BillingUsersUserIdPortalPostRequest';
|
|
60
54
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200Response';
|
|
61
55
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPost200ResponseData';
|
|
62
56
|
export * from './ApiV1BillingUsersUserIdSubscriptionCancelPostRequest';
|
|
@@ -181,7 +175,6 @@ export * from './GetComponentsByWidgetId200Response';
|
|
|
181
175
|
export * from './GetCompositionContentSchema200Response';
|
|
182
176
|
export * from './GetCompositionDesignSchema200Response';
|
|
183
177
|
export * from './GetCompositionsBatch200Response';
|
|
184
|
-
export * from './GetCompositionsBatch200ResponseErrorsInner';
|
|
185
178
|
export * from './GetCompositionsBatchRequest';
|
|
186
179
|
export * from './GetComprehensiveReport200Response';
|
|
187
180
|
export * from './GetComprehensiveReport200ResponseData';
|
|
@@ -248,8 +241,11 @@ export * from './GetUserOrganization200Response';
|
|
|
248
241
|
export * from './GetUserOrganizations200Response';
|
|
249
242
|
export * from './GetUserOrganizations200ResponseData';
|
|
250
243
|
export * from './GetVariantConfig200Response';
|
|
244
|
+
export * from './GetWidgetPublishHistory200Response';
|
|
245
|
+
export * from './GetWidgetPublishHistory200ResponseDataInner';
|
|
251
246
|
export * from './GetWidgets200Response';
|
|
252
247
|
export * from './GetWidgetsBatch200Response';
|
|
248
|
+
export * from './GetWidgetsBatch200ResponseErrorsInner';
|
|
253
249
|
export * from './GetWidgetsBatchRequest';
|
|
254
250
|
export * from './HandleMarketplaceWebhook200Response';
|
|
255
251
|
export * from './HandleTriggerDevUploadComplete200Response';
|
|
@@ -274,7 +270,6 @@ export * from './ListWorkspaceABTests200ResponseMeta';
|
|
|
274
270
|
export * from './LogOrganizationActivity201Response';
|
|
275
271
|
export * from './LogOrganizationActivity201ResponseData';
|
|
276
272
|
export * from './LogOrganizationActivityRequest';
|
|
277
|
-
export * from './LoginUser200Response';
|
|
278
273
|
export * from './LoginUserRequest';
|
|
279
274
|
export * from './ManagedUser';
|
|
280
275
|
export * from './MemberStatusReport';
|
|
@@ -313,12 +308,24 @@ export * from './OrganizationsOrgIdBillingInvoicePreviewGet200Response';
|
|
|
313
308
|
export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseData';
|
|
314
309
|
export * from './OrganizationsOrgIdBillingInvoicePreviewGet200ResponseDataLineItemsInner';
|
|
315
310
|
export * from './OrganizationsOrgIdBillingMembersUpdatePostRequest';
|
|
311
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200Response';
|
|
312
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseData';
|
|
313
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsGet200ResponseDataPaymentMethodsInner';
|
|
314
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPost200Response';
|
|
315
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPost200ResponseData';
|
|
316
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsPostRequest';
|
|
317
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200Response';
|
|
318
|
+
export * from './OrganizationsOrgIdBillingPaymentMethodsSetupIntentPost200ResponseData';
|
|
319
|
+
export * from './OrganizationsOrgIdBillingPortalPost200Response';
|
|
320
|
+
export * from './OrganizationsOrgIdBillingPortalPost200ResponseData';
|
|
321
|
+
export * from './OrganizationsOrgIdBillingPortalPostRequest';
|
|
316
322
|
export * from './OrganizationsOrgIdBillingUpgradePost200Response';
|
|
317
323
|
export * from './OrganizationsOrgIdBillingUpgradePost200ResponseData';
|
|
318
324
|
export * from './OrganizationsOrgIdBillingUpgradePost200ResponseDataSubscription';
|
|
319
325
|
export * from './OrganizationsOrgIdBillingUpgradePostRequest';
|
|
320
326
|
export * from './OrganizationsOrgIdBillingYearlyMembersAddPostRequest';
|
|
321
327
|
export * from './OrganizationsOrgIdBillingYearlyMembersRemovePostRequest';
|
|
328
|
+
export * from './OrganizationsOrgIdBillingYearlyPricingComparisonGet200Response';
|
|
322
329
|
export * from './OrganizationsOrgIdBillingYearlySubscriptionPostRequest';
|
|
323
330
|
export * from './PaginationInfo';
|
|
324
331
|
export * from './PartnerCustomization';
|
|
@@ -353,11 +360,13 @@ export * from './RepositoryResponse';
|
|
|
353
360
|
export * from './ResetPasswordRequest';
|
|
354
361
|
export * from './RestoreCheckpointRequest';
|
|
355
362
|
export * from './RetranslateExperimentRequest';
|
|
356
|
-
export * from './RollbackComponent200Response';
|
|
357
363
|
export * from './RollbackComponentRequest';
|
|
358
364
|
export * from './SetDynamicContent200Response';
|
|
359
365
|
export * from './SetDynamicContent200ResponseValidationResult';
|
|
360
366
|
export * from './SetDynamicContentRequest';
|
|
367
|
+
export * from './SetWidgetPublishHistoryLive200Response';
|
|
368
|
+
export * from './SetWidgetPublishHistoryLive200ResponseData';
|
|
369
|
+
export * from './SetWidgetPublishHistoryLive200ResponseDataData';
|
|
361
370
|
export * from './SetWorkspaceABTestDuration200Response';
|
|
362
371
|
export * from './SetWorkspaceABTestDurationRequest';
|
|
363
372
|
export * from './SignupUserRequest';
|
|
@@ -432,6 +441,7 @@ export * from './UpdateWidgetRequest';
|
|
|
432
441
|
export * from './UsersMeBillingGet200Response';
|
|
433
442
|
export * from './UsersMeBillingGet200ResponseData';
|
|
434
443
|
export * from './UsersMeBillingGet200ResponseDataSubscription';
|
|
444
|
+
export * from './UsersSendFeedbackPost200Response';
|
|
435
445
|
export * from './UsersSendFeedbackPostRequest';
|
|
436
446
|
export * from './V1AgentWidgetBuilderBuildPostRequest';
|
|
437
447
|
export * from './ValidateCompositionContent200Response';
|
|
@@ -463,13 +473,3 @@ export * from './WidgetComponentsMetadataInner';
|
|
|
463
473
|
export * from './WidgetComponentsMetadataInnerPosition';
|
|
464
474
|
export * from './WidgetComponentsMetadataInnerSize';
|
|
465
475
|
export * from './WorkflowAcceptedResponse';
|
|
466
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPost200Response';
|
|
467
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPost200ResponseData';
|
|
468
|
-
export * from './AgentWidgetBuilderPublishWidgetIdPostRequest';
|
|
469
|
-
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200Response';
|
|
470
|
-
export * from './AgentWidgetBuilderRepoHeadWidgetIdGet200ResponseData';
|
|
471
|
-
export * from './GetWidgetPublishHistory200Response';
|
|
472
|
-
export * from './GetWidgetPublishHistory200ResponseDataInner';
|
|
473
|
-
export * from './SetWidgetPublishHistoryLive200Response';
|
|
474
|
-
export * from './SetWidgetPublishHistoryLive200ResponseData';
|
|
475
|
-
export * from './SetWidgetPublishHistoryLive200ResponseDataData';
|