@gobodo/gobodo-api 0.1.37 → 0.1.39
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/README.md +6 -6
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +8 -8
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +58 -3
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +6 -13
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +14 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +10 -24
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +166 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +135 -0
- package/dist/model/Article.js +29 -29
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +28 -28
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +10 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +45 -45
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +9 -9
- package/dist/model/Document.js +29 -29
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.js +18 -18
- package/dist/model/FileAttachmentUploadObject.js +18 -18
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +6 -6
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +21 -21
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +19 -19
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +10 -10
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +18 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +15 -15
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +15 -15
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +21 -21
- package/dist/model/UserDataPayload.js +21 -21
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +21 -21
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +37 -37
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +13 -13
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
* gobodo-api
|
|
34
34
|
* REST Interface for Gobodo API
|
|
35
35
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
36
|
+
* The version of the OpenAPI document: 0.1.39
|
|
37
37
|
* Contact: info@gobodo.io
|
|
38
38
|
*
|
|
39
39
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
44
44
|
/**
|
|
45
45
|
* StripeAccounts service.
|
|
46
46
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
47
|
+
* @version 0.1.39
|
|
48
48
|
*/
|
|
49
49
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
50
|
/**
|
|
@@ -451,7 +451,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
451
|
var contentTypes = [];
|
|
452
452
|
var accepts = ['application/json'];
|
|
453
453
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
454
|
-
return this.apiClient.callApi('/graph/data/payments/stripe/
|
|
454
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/application/{applicationid}/paymentaccount', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
/**
|
|
@@ -619,6 +619,61 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
619
619
|
return this.apiClient.callApi('/graph/data/payments/stripe/account', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
|
+
/**
|
|
623
|
+
* Callback function to receive the result of the deleteAccountWithId operation.
|
|
624
|
+
* @callback module:api/StripeAccountsApi~deleteAccountWithIdCallback
|
|
625
|
+
* @param {String} error Error message, if any.
|
|
626
|
+
* @param {Object} data The data returned by the service call.
|
|
627
|
+
* @param {String} response The complete HTTP response.
|
|
628
|
+
*/
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* @param {Number} accountID The id of the account to delete
|
|
632
|
+
* @param {Object} opts Optional parameters
|
|
633
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
634
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
635
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
636
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
637
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
638
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
639
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
640
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
641
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
642
|
+
* @param {module:api/StripeAccountsApi~deleteAccountWithIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
643
|
+
* data is of type: {@link Object}
|
|
644
|
+
*/
|
|
645
|
+
}, {
|
|
646
|
+
key: "deleteAccountWithId",
|
|
647
|
+
value: function deleteAccountWithId(accountID, opts, callback) {
|
|
648
|
+
opts = opts || {};
|
|
649
|
+
var postBody = null;
|
|
650
|
+
// verify the required parameter 'accountID' is set
|
|
651
|
+
if (accountID === undefined || accountID === null) {
|
|
652
|
+
throw new Error("Missing the required parameter 'accountID' when calling deleteAccountWithId");
|
|
653
|
+
}
|
|
654
|
+
var pathParams = {
|
|
655
|
+
'accountID': accountID
|
|
656
|
+
};
|
|
657
|
+
var queryParams = {};
|
|
658
|
+
var headerParams = {
|
|
659
|
+
'Authorization': opts['authorization'],
|
|
660
|
+
'cacheduration': opts['cacheduration'],
|
|
661
|
+
'cachegroup': opts['cachegroup'],
|
|
662
|
+
'cachekey': opts['cachekey'],
|
|
663
|
+
'cachescope': opts['cachescope'],
|
|
664
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
665
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
666
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
667
|
+
'transactionid': opts['transactionid']
|
|
668
|
+
};
|
|
669
|
+
var formParams = {};
|
|
670
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
671
|
+
var contentTypes = [];
|
|
672
|
+
var accepts = ['application/json'];
|
|
673
|
+
var returnType = Object;
|
|
674
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/account/{accountID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
675
|
+
}
|
|
676
|
+
|
|
622
677
|
/**
|
|
623
678
|
* Callback function to receive the result of the deleteStripePaymentMethod operation.
|
|
624
679
|
* @callback module:api/StripeAccountsApi~deleteStripePaymentMethodCallback
|
package/dist/api/TagsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Tags service.
|
|
29
29
|
* @module api/TagsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/TemplatesApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Templates service.
|
|
29
29
|
* @module api/TemplatesApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.39
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* ThemeMappings service.
|
|
30
30
|
* @module api/ThemeMappingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.39
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Transactions service.
|
|
29
29
|
* @module api/TransactionsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/TwitterApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Twitter service.
|
|
29
29
|
* @module api/TwitterApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var TwitterApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/UserTagsApi.js
CHANGED
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.39
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* UserTags service.
|
|
31
31
|
* @module api/UserTagsApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.39
|
|
33
33
|
*/
|
|
34
34
|
var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/UsersApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.39
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* Users service.
|
|
34
34
|
* @module api/UsersApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.39
|
|
36
36
|
*/
|
|
37
37
|
var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
package/dist/api/UtilsApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.39
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* Utils service.
|
|
28
28
|
* @module api/UtilsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.39
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/VideosApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
23
23
|
* gobodo-api
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.39
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
34
34
|
/**
|
|
35
35
|
* Videos service.
|
|
36
36
|
* @module api/VideosApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.39
|
|
38
38
|
*/
|
|
39
39
|
var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
package/dist/index.js
CHANGED
|
@@ -69,22 +69,16 @@ Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptio
|
|
|
69
69
|
return _ApplicationPaymentAccountResponseFailureException["default"];
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
|
-
Object.defineProperty(exports, "
|
|
72
|
+
Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptionStackTraceInner", {
|
|
73
73
|
enumerable: true,
|
|
74
74
|
get: function get() {
|
|
75
|
-
return
|
|
75
|
+
return _ApplicationPaymentAccountResponseFailureExceptionStackTraceInner["default"];
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
Object.defineProperty(exports, "
|
|
78
|
+
Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptionSuppressedInner", {
|
|
79
79
|
enumerable: true,
|
|
80
80
|
get: function get() {
|
|
81
|
-
return
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner", {
|
|
85
|
-
enumerable: true,
|
|
86
|
-
get: function get() {
|
|
87
|
-
return _ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner["default"];
|
|
81
|
+
return _ApplicationPaymentAccountResponseFailureExceptionSuppressedInner["default"];
|
|
88
82
|
}
|
|
89
83
|
});
|
|
90
84
|
Object.defineProperty(exports, "Article", {
|
|
@@ -1119,9 +1113,8 @@ var _AccountSessionInput = _interopRequireDefault(require("./model/AccountSessio
|
|
|
1119
1113
|
var _AccountSessionResponse = _interopRequireDefault(require("./model/AccountSessionResponse"));
|
|
1120
1114
|
var _ApplicationPaymentAccountResponse = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponse"));
|
|
1121
1115
|
var _ApplicationPaymentAccountResponseFailureException = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureException"));
|
|
1122
|
-
var
|
|
1123
|
-
var
|
|
1124
|
-
var _ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner"));
|
|
1116
|
+
var _ApplicationPaymentAccountResponseFailureExceptionStackTraceInner = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner"));
|
|
1117
|
+
var _ApplicationPaymentAccountResponseFailureExceptionSuppressedInner = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner"));
|
|
1125
1118
|
var _Article = _interopRequireDefault(require("./model/Article"));
|
|
1126
1119
|
var _AuthResponse = _interopRequireDefault(require("./model/AuthResponse"));
|
|
1127
1120
|
var _Balance = _interopRequireDefault(require("./model/Balance"));
|
package/dist/model/APIClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The APIClient model module.
|
|
29
29
|
* @module model/APIClient
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var APIClient = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The AccountSessionInput model module.
|
|
29
29
|
* @module model/AccountSessionInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var AccountSessionInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.39
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The AccountSessionResponse model module.
|
|
28
28
|
* @module model/AccountSessionResponse
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.39
|
|
30
30
|
*/
|
|
31
31
|
var AccountSessionResponse = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.39
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ApplicationPaymentAccountResponse model module.
|
|
29
29
|
* @module model/ApplicationPaymentAccountResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.39
|
|
31
31
|
*/
|
|
32
32
|
var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -69,6 +69,9 @@ var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
|
|
|
69
69
|
if (data.hasOwnProperty('applicationId')) {
|
|
70
70
|
obj['applicationId'] = _ApiClient["default"].convertToType(data['applicationId'], 'Number');
|
|
71
71
|
}
|
|
72
|
+
if (data.hasOwnProperty('failureMessage')) {
|
|
73
|
+
obj['failureMessage'] = _ApiClient["default"].convertToType(data['failureMessage'], 'String');
|
|
74
|
+
}
|
|
72
75
|
if (data.hasOwnProperty('failureException')) {
|
|
73
76
|
obj['failureException'] = _ApplicationPaymentAccountResponseFailureException["default"].constructFromObject(data['failureException']);
|
|
74
77
|
}
|
|
@@ -84,6 +87,10 @@ var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
|
|
|
84
87
|
}, {
|
|
85
88
|
key: "validateJSON",
|
|
86
89
|
value: function validateJSON(data) {
|
|
90
|
+
// ensure the json data is a string
|
|
91
|
+
if (data['failureMessage'] && !(typeof data['failureMessage'] === 'string' || data['failureMessage'] instanceof String)) {
|
|
92
|
+
throw new Error("Expected the field `failureMessage` to be a primitive type in the JSON string but got " + data['failureMessage']);
|
|
93
|
+
}
|
|
87
94
|
// validate the optional field `failureException`
|
|
88
95
|
if (data['failureException']) {
|
|
89
96
|
// data not null
|
|
@@ -109,6 +116,11 @@ ApplicationPaymentAccountResponse.prototype['siteId'] = undefined;
|
|
|
109
116
|
*/
|
|
110
117
|
ApplicationPaymentAccountResponse.prototype['applicationId'] = undefined;
|
|
111
118
|
|
|
119
|
+
/**
|
|
120
|
+
* @member {String} failureMessage
|
|
121
|
+
*/
|
|
122
|
+
ApplicationPaymentAccountResponse.prototype['failureMessage'] = undefined;
|
|
123
|
+
|
|
112
124
|
/**
|
|
113
125
|
* @member {module:model/ApplicationPaymentAccountResponseFailureException} failureException
|
|
114
126
|
*/
|
|
@@ -5,9 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var _ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner = _interopRequireDefault(require("./ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner"));
|
|
8
|
+
var _ApplicationPaymentAccountResponseFailureExceptionStackTraceInner = _interopRequireDefault(require("./ApplicationPaymentAccountResponseFailureExceptionStackTraceInner"));
|
|
9
|
+
var _ApplicationPaymentAccountResponseFailureExceptionSuppressedInner = _interopRequireDefault(require("./ApplicationPaymentAccountResponseFailureExceptionSuppressedInner"));
|
|
11
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
11
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
12
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
@@ -21,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
20
|
* gobodo-api
|
|
22
21
|
* REST Interface for Gobodo API
|
|
23
22
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.39
|
|
25
24
|
* Contact: info@gobodo.io
|
|
26
25
|
*
|
|
27
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
31
|
/**
|
|
33
32
|
* The ApplicationPaymentAccountResponseFailureException model module.
|
|
34
33
|
* @module model/ApplicationPaymentAccountResponseFailureException
|
|
35
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.39
|
|
36
35
|
*/
|
|
37
36
|
var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function () {
|
|
38
37
|
/**
|
|
@@ -65,17 +64,14 @@ var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function ()
|
|
|
65
64
|
value: function constructFromObject(data, obj) {
|
|
66
65
|
if (data) {
|
|
67
66
|
obj = obj || new ApplicationPaymentAccountResponseFailureException();
|
|
68
|
-
if (data.hasOwnProperty('cause')) {
|
|
69
|
-
obj['cause'] = _ApplicationPaymentAccountResponseFailureExceptionCause["default"].constructFromObject(data['cause']);
|
|
70
|
-
}
|
|
71
67
|
if (data.hasOwnProperty('stackTrace')) {
|
|
72
|
-
obj['stackTrace'] = _ApiClient["default"].convertToType(data['stackTrace'], [
|
|
68
|
+
obj['stackTrace'] = _ApiClient["default"].convertToType(data['stackTrace'], [_ApplicationPaymentAccountResponseFailureExceptionStackTraceInner["default"]]);
|
|
73
69
|
}
|
|
74
70
|
if (data.hasOwnProperty('message')) {
|
|
75
71
|
obj['message'] = _ApiClient["default"].convertToType(data['message'], 'String');
|
|
76
72
|
}
|
|
77
73
|
if (data.hasOwnProperty('suppressed')) {
|
|
78
|
-
obj['suppressed'] = _ApiClient["default"].convertToType(data['suppressed'], [
|
|
74
|
+
obj['suppressed'] = _ApiClient["default"].convertToType(data['suppressed'], [_ApplicationPaymentAccountResponseFailureExceptionSuppressedInner["default"]]);
|
|
79
75
|
}
|
|
80
76
|
if (data.hasOwnProperty('localizedMessage')) {
|
|
81
77
|
obj['localizedMessage'] = _ApiClient["default"].convertToType(data['localizedMessage'], 'String');
|
|
@@ -92,11 +88,6 @@ var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function ()
|
|
|
92
88
|
}, {
|
|
93
89
|
key: "validateJSON",
|
|
94
90
|
value: function validateJSON(data) {
|
|
95
|
-
// validate the optional field `cause`
|
|
96
|
-
if (data['cause']) {
|
|
97
|
-
// data not null
|
|
98
|
-
_ApplicationPaymentAccountResponseFailureExceptionCause["default"].validateJSON(data['cause']);
|
|
99
|
-
}
|
|
100
91
|
if (data['stackTrace']) {
|
|
101
92
|
// data not null
|
|
102
93
|
// ensure the json data is an array
|
|
@@ -109,7 +100,7 @@ var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function ()
|
|
|
109
100
|
try {
|
|
110
101
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
111
102
|
var item = _step.value;
|
|
112
|
-
|
|
103
|
+
_ApplicationPaymentAccountResponseFailureExceptionStackTraceInner["default"].validateJSON(item);
|
|
113
104
|
}
|
|
114
105
|
} catch (err) {
|
|
115
106
|
_iterator.e(err);
|
|
@@ -134,7 +125,7 @@ var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function ()
|
|
|
134
125
|
try {
|
|
135
126
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
136
127
|
var _item = _step2.value;
|
|
137
|
-
|
|
128
|
+
_ApplicationPaymentAccountResponseFailureExceptionSuppressedInner["default"].validateJSON(_item);
|
|
138
129
|
}
|
|
139
130
|
} catch (err) {
|
|
140
131
|
_iterator2.e(err);
|
|
@@ -153,12 +144,7 @@ var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function ()
|
|
|
153
144
|
return ApplicationPaymentAccountResponseFailureException;
|
|
154
145
|
}();
|
|
155
146
|
/**
|
|
156
|
-
* @member {module:model/
|
|
157
|
-
*/
|
|
158
|
-
ApplicationPaymentAccountResponseFailureException.prototype['cause'] = undefined;
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* @member {Array.<module:model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner>} stackTrace
|
|
147
|
+
* @member {Array.<module:model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner>} stackTrace
|
|
162
148
|
*/
|
|
163
149
|
ApplicationPaymentAccountResponseFailureException.prototype['stackTrace'] = undefined;
|
|
164
150
|
|
|
@@ -168,7 +154,7 @@ ApplicationPaymentAccountResponseFailureException.prototype['stackTrace'] = unde
|
|
|
168
154
|
ApplicationPaymentAccountResponseFailureException.prototype['message'] = undefined;
|
|
169
155
|
|
|
170
156
|
/**
|
|
171
|
-
* @member {Array.<module:model/
|
|
157
|
+
* @member {Array.<module:model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner>} suppressed
|
|
172
158
|
*/
|
|
173
159
|
ApplicationPaymentAccountResponseFailureException.prototype['suppressed'] = undefined;
|
|
174
160
|
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.38
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* The ApplicationPaymentAccountResponseFailureExceptionCause model module.
|
|
33
33
|
* @module model/ApplicationPaymentAccountResponseFailureExceptionCause
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.38
|
|
35
35
|
*/
|
|
36
36
|
var ApplicationPaymentAccountResponseFailureExceptionCause = /*#__PURE__*/function () {
|
|
37
37
|
/**
|