@gobodo/gobodo-api-promise 0.1.36 → 0.1.38
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -2
- 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 +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +50 -50
- package/dist/model/File.js +65 -65
- package/dist/model/FileAttachmentUploadObject.js +65 -65
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- 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 +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +27 -27
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- 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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +87 -87
- package/dist/model/ImageUploadObject.js +87 -87
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +32 -32
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- 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 +29 -29
- 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 +30 -30
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +30 -30
- 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 +2 -2
- 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 +50 -50
- 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 +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +53 -53
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/UtilsApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* Utils service.
|
|
28
28
|
* @module api/UtilsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/VideosApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Videos service.
|
|
36
36
|
* @module api/VideosApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.38
|
|
38
38
|
*/
|
|
39
39
|
var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -54,6 +54,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Number} id The id of the object to delete
|
|
55
55
|
* @param {Object} opts Optional parameters
|
|
56
56
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
57
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
58
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
59
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
60
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
57
61
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
62
|
* @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
|
|
59
63
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -93,6 +101,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
101
|
* @param {Number} id The id of the object to delete
|
|
94
102
|
* @param {Object} opts Optional parameters
|
|
95
103
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
104
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
105
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
106
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
107
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
96
108
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
109
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
98
110
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -111,6 +123,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
123
|
* Root for the API
|
|
112
124
|
* @param {Object} opts Optional parameters
|
|
113
125
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
126
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
127
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
128
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
129
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
114
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
115
131
|
* @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
|
|
116
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -126,6 +142,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
142
|
var queryParams = {};
|
|
127
143
|
var headerParams = {
|
|
128
144
|
'Authorization': opts['authorization'],
|
|
145
|
+
'cacheduration': opts['cacheduration'],
|
|
146
|
+
'cachegroup': opts['cachegroup'],
|
|
147
|
+
'cachekey': opts['cachekey'],
|
|
148
|
+
'cachescope': opts['cachescope'],
|
|
129
149
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
130
150
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
131
151
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -143,6 +163,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
163
|
* Root for the API
|
|
144
164
|
* @param {Object} opts Optional parameters
|
|
145
165
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
166
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
167
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
168
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
169
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
146
170
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
147
171
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
148
172
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -163,6 +187,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
187
|
* @param {Number} id
|
|
164
188
|
* @param {Object} opts Optional parameters
|
|
165
189
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
190
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
191
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
192
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
193
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
166
194
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
167
195
|
* @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
|
|
168
196
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -184,6 +212,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
184
212
|
var queryParams = {};
|
|
185
213
|
var headerParams = {
|
|
186
214
|
'Authorization': opts['authorization'],
|
|
215
|
+
'cacheduration': opts['cacheduration'],
|
|
216
|
+
'cachegroup': opts['cachegroup'],
|
|
217
|
+
'cachekey': opts['cachekey'],
|
|
218
|
+
'cachescope': opts['cachescope'],
|
|
187
219
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
188
220
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
189
221
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -203,6 +235,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
235
|
* @param {Number} id
|
|
204
236
|
* @param {Object} opts Optional parameters
|
|
205
237
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
238
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
239
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
240
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
241
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
206
242
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
207
243
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
208
244
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -221,6 +257,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
257
|
* @param {Number} id
|
|
222
258
|
* @param {Object} opts Optional parameters
|
|
223
259
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
260
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
261
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
262
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
263
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
224
264
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
225
265
|
* @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
|
|
226
266
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -242,6 +282,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
282
|
var queryParams = {};
|
|
243
283
|
var headerParams = {
|
|
244
284
|
'Authorization': opts['authorization'],
|
|
285
|
+
'cacheduration': opts['cacheduration'],
|
|
286
|
+
'cachegroup': opts['cachegroup'],
|
|
287
|
+
'cachekey': opts['cachekey'],
|
|
288
|
+
'cachescope': opts['cachescope'],
|
|
245
289
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
246
290
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
247
291
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -259,6 +303,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
259
303
|
* @param {Number} id
|
|
260
304
|
* @param {Object} opts Optional parameters
|
|
261
305
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
306
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
307
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
308
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
309
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
262
310
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
263
311
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
264
312
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -278,6 +326,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
326
|
* @param {Number} body Video to update
|
|
279
327
|
* @param {Object} opts Optional parameters
|
|
280
328
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
329
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
330
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
281
333
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
282
334
|
* @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
|
|
283
335
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -303,6 +355,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
303
355
|
var queryParams = {};
|
|
304
356
|
var headerParams = {
|
|
305
357
|
'Authorization': opts['authorization'],
|
|
358
|
+
'cacheduration': opts['cacheduration'],
|
|
359
|
+
'cachegroup': opts['cachegroup'],
|
|
360
|
+
'cachekey': opts['cachekey'],
|
|
361
|
+
'cachescope': opts['cachescope'],
|
|
306
362
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
307
363
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
308
364
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -321,6 +377,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
377
|
* @param {Number} body Video to update
|
|
322
378
|
* @param {Object} opts Optional parameters
|
|
323
379
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
380
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
381
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
382
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
383
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
324
384
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
325
385
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
326
386
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -340,6 +400,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
340
400
|
* @param {module:model/SimulcastInfo} simulcastInfo The simulcast info
|
|
341
401
|
* @param {Object} opts Optional parameters
|
|
342
402
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
403
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
404
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
405
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
406
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
343
407
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
344
408
|
* @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
|
|
345
409
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -365,6 +429,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
365
429
|
var queryParams = {};
|
|
366
430
|
var headerParams = {
|
|
367
431
|
'Authorization': opts['authorization'],
|
|
432
|
+
'cacheduration': opts['cacheduration'],
|
|
433
|
+
'cachegroup': opts['cachegroup'],
|
|
434
|
+
'cachekey': opts['cachekey'],
|
|
435
|
+
'cachescope': opts['cachescope'],
|
|
368
436
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
369
437
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
370
438
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -383,6 +451,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
383
451
|
* @param {module:model/SimulcastInfo} simulcastInfo The simulcast info
|
|
384
452
|
* @param {Object} opts Optional parameters
|
|
385
453
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
454
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
455
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
456
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
457
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
386
458
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
387
459
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
388
460
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -401,6 +473,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
401
473
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
402
474
|
* @param {Object} opts Optional parameters
|
|
403
475
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
476
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
477
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
478
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
479
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
404
480
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
405
481
|
* @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
|
|
406
482
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -420,6 +496,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
420
496
|
var queryParams = {};
|
|
421
497
|
var headerParams = {
|
|
422
498
|
'Authorization': opts['authorization'],
|
|
499
|
+
'cacheduration': opts['cacheduration'],
|
|
500
|
+
'cachegroup': opts['cachegroup'],
|
|
501
|
+
'cachekey': opts['cachekey'],
|
|
502
|
+
'cachescope': opts['cachescope'],
|
|
423
503
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
424
504
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
425
505
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -437,6 +517,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
437
517
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
438
518
|
* @param {Object} opts Optional parameters
|
|
439
519
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
520
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
521
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
522
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
523
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
440
524
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
441
525
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
442
526
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -456,6 +540,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
456
540
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
457
541
|
* @param {Object} opts Optional parameters
|
|
458
542
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
543
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
544
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
545
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
546
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
459
547
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
460
548
|
* @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
|
|
461
549
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -481,6 +569,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
481
569
|
var queryParams = {};
|
|
482
570
|
var headerParams = {
|
|
483
571
|
'Authorization': opts['authorization'],
|
|
572
|
+
'cacheduration': opts['cacheduration'],
|
|
573
|
+
'cachegroup': opts['cachegroup'],
|
|
574
|
+
'cachekey': opts['cachekey'],
|
|
575
|
+
'cachescope': opts['cachescope'],
|
|
484
576
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
485
577
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
486
578
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -499,6 +591,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
499
591
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
500
592
|
* @param {Object} opts Optional parameters
|
|
501
593
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
594
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
595
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
596
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
597
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
502
598
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
503
599
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
504
600
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -518,6 +614,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
614
|
* @param {module:model/VideoSchema} videoSchema Video to update
|
|
519
615
|
* @param {Object} opts Optional parameters
|
|
520
616
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
617
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
618
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
619
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
620
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
521
621
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
522
622
|
* @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
|
|
523
623
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -543,6 +643,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
543
643
|
var queryParams = {};
|
|
544
644
|
var headerParams = {
|
|
545
645
|
'Authorization': opts['authorization'],
|
|
646
|
+
'cacheduration': opts['cacheduration'],
|
|
647
|
+
'cachegroup': opts['cachegroup'],
|
|
648
|
+
'cachekey': opts['cachekey'],
|
|
649
|
+
'cachescope': opts['cachescope'],
|
|
546
650
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
547
651
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
548
652
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -561,6 +665,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
561
665
|
* @param {module:model/VideoSchema} videoSchema Video to update
|
|
562
666
|
* @param {Object} opts Optional parameters
|
|
563
667
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
668
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
669
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
670
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
671
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
564
672
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
565
673
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
566
674
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -579,6 +687,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
579
687
|
* @param {Number} id
|
|
580
688
|
* @param {Object} opts Optional parameters
|
|
581
689
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
690
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
691
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
692
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
693
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
582
694
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
583
695
|
* @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
|
|
584
696
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -604,6 +716,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
604
716
|
var queryParams = {};
|
|
605
717
|
var headerParams = {
|
|
606
718
|
'Authorization': opts['authorization'],
|
|
719
|
+
'cacheduration': opts['cacheduration'],
|
|
720
|
+
'cachegroup': opts['cachegroup'],
|
|
721
|
+
'cachekey': opts['cachekey'],
|
|
722
|
+
'cachescope': opts['cachescope'],
|
|
607
723
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
608
724
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
609
725
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -628,6 +744,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
744
|
* @param {Number} id
|
|
629
745
|
* @param {Object} opts Optional parameters
|
|
630
746
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
747
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
748
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
749
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
750
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
631
751
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
632
752
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
633
753
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -651,6 +771,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
651
771
|
* Uploads one or more videos
|
|
652
772
|
* @param {Object} opts Optional parameters
|
|
653
773
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
774
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
775
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
776
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
777
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
654
778
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
655
779
|
* @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
|
|
656
780
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -668,6 +792,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
668
792
|
var queryParams = {};
|
|
669
793
|
var headerParams = {
|
|
670
794
|
'Authorization': opts['authorization'],
|
|
795
|
+
'cacheduration': opts['cacheduration'],
|
|
796
|
+
'cachegroup': opts['cachegroup'],
|
|
797
|
+
'cachekey': opts['cachekey'],
|
|
798
|
+
'cachescope': opts['cachescope'],
|
|
671
799
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
672
800
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
673
801
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -689,6 +817,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
689
817
|
* Uploads one or more videos
|
|
690
818
|
* @param {Object} opts Optional parameters
|
|
691
819
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
820
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
821
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
822
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
823
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
692
824
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
693
825
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
694
826
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
package/dist/model/APIClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The APIClient model module.
|
|
29
29
|
* @module model/APIClient
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var APIClient = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The AccountSessionInput model module.
|
|
29
29
|
* @module model/AccountSessionInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var AccountSessionInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The AccountSessionResponse model module.
|
|
28
28
|
* @module model/AccountSessionResponse
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var AccountSessionResponse = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The ApplicationPaymentAccountResponse model module.
|
|
29
29
|
* @module model/ApplicationPaymentAccountResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The ApplicationPaymentAccountResponseFailureException model module.
|
|
34
34
|
* @module model/ApplicationPaymentAccountResponseFailureException
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.38
|
|
36
36
|
*/
|
|
37
37
|
var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.38
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner model module.
|
|
28
28
|
* @module model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.38
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner model module.
|
|
32
32
|
* @module model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner = /*#__PURE__*/function () {
|
|
36
36
|
/**
|