@gobodo/gobodo-api 0.1.36 → 0.1.37
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 +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +514 -2
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -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 +29 -29
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- 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 +2 -2
- 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 +52 -52
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +29 -29
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- 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 +2 -2
- 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 +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 +30 -30
- 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 +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +21 -21
- 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 +2 -2
- 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 +15 -15
- 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 +17 -17
- 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 +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 +9 -9
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +9 -9
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- 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 +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +13 -13
- package/package.json +1 -1
package/dist/api/FormsApi.js
CHANGED
|
@@ -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.37
|
|
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
|
* Forms service.
|
|
33
33
|
* @module api/FormsApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.37
|
|
35
35
|
*/
|
|
36
36
|
var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -61,6 +61,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
|
|
62
62
|
* @param {Object} opts Optional parameters
|
|
63
63
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
65
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
66
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
67
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
68
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
69
|
* @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
|
|
66
70
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -87,6 +91,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
87
91
|
var queryParams = {};
|
|
88
92
|
var headerParams = {
|
|
89
93
|
'Authorization': opts['authorization'],
|
|
94
|
+
'cacheduration': opts['cacheduration'],
|
|
95
|
+
'cachegroup': opts['cachegroup'],
|
|
96
|
+
'cachekey': opts['cachekey'],
|
|
97
|
+
'cachescope': opts['cachescope'],
|
|
90
98
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
91
99
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
92
100
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -114,6 +122,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
114
122
|
* @param {Array.<module:model/Form>} form GraphObject object or array of objects to create
|
|
115
123
|
* @param {Object} opts Optional parameters
|
|
116
124
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
125
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
126
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
127
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
128
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
117
129
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
118
130
|
* @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
|
|
119
131
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -134,6 +146,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
134
146
|
var queryParams = {};
|
|
135
147
|
var headerParams = {
|
|
136
148
|
'Authorization': opts['authorization'],
|
|
149
|
+
'cacheduration': opts['cacheduration'],
|
|
150
|
+
'cachegroup': opts['cachegroup'],
|
|
151
|
+
'cachekey': opts['cachekey'],
|
|
152
|
+
'cachescope': opts['cachescope'],
|
|
137
153
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
138
154
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
139
155
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -162,6 +178,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
162
178
|
* @param {module:model/Form} form The form object data to update
|
|
163
179
|
* @param {Object} opts Optional parameters
|
|
164
180
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
181
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
182
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
183
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
184
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
165
185
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
166
186
|
* @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
|
|
167
187
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -188,6 +208,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
188
208
|
var queryParams = {};
|
|
189
209
|
var headerParams = {
|
|
190
210
|
'Authorization': opts['authorization'],
|
|
211
|
+
'cacheduration': opts['cacheduration'],
|
|
212
|
+
'cachegroup': opts['cachegroup'],
|
|
213
|
+
'cachekey': opts['cachekey'],
|
|
214
|
+
'cachescope': opts['cachescope'],
|
|
191
215
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
192
216
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
193
217
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -216,6 +240,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
216
240
|
* @param {module:model/FormSection} formSection The form object data to update
|
|
217
241
|
* @param {Object} opts Optional parameters
|
|
218
242
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
243
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
244
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
245
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
246
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
219
247
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
220
248
|
* @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
|
|
221
249
|
* @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 +270,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
270
|
var queryParams = {};
|
|
243
271
|
var headerParams = {
|
|
244
272
|
'Authorization': opts['authorization'],
|
|
273
|
+
'cacheduration': opts['cacheduration'],
|
|
274
|
+
'cachegroup': opts['cachegroup'],
|
|
275
|
+
'cachekey': opts['cachekey'],
|
|
276
|
+
'cachescope': opts['cachescope'],
|
|
245
277
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
246
278
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
247
279
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -270,6 +302,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
302
|
* @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
|
|
271
303
|
* @param {Object} opts Optional parameters
|
|
272
304
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
305
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
306
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
307
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
308
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
273
309
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
274
310
|
* @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
|
|
275
311
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -296,6 +332,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
296
332
|
var queryParams = {};
|
|
297
333
|
var headerParams = {
|
|
298
334
|
'Authorization': opts['authorization'],
|
|
335
|
+
'cacheduration': opts['cacheduration'],
|
|
336
|
+
'cachegroup': opts['cachegroup'],
|
|
337
|
+
'cachekey': opts['cachekey'],
|
|
338
|
+
'cachescope': opts['cachescope'],
|
|
299
339
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
300
340
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
301
341
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -323,6 +363,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
363
|
* @param {Number} id
|
|
324
364
|
* @param {Object} opts Optional parameters
|
|
325
365
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
366
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
367
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
368
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
369
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
326
370
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
327
371
|
* @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
|
|
328
372
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -344,6 +388,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
344
388
|
var queryParams = {};
|
|
345
389
|
var headerParams = {
|
|
346
390
|
'Authorization': opts['authorization'],
|
|
391
|
+
'cacheduration': opts['cacheduration'],
|
|
392
|
+
'cachegroup': opts['cachegroup'],
|
|
393
|
+
'cachekey': opts['cachekey'],
|
|
394
|
+
'cachescope': opts['cachescope'],
|
|
347
395
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
348
396
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
349
397
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -369,6 +417,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
369
417
|
* Root for the API
|
|
370
418
|
* @param {Object} opts Optional parameters
|
|
371
419
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
420
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
421
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
422
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
423
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
372
424
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
373
425
|
* @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
|
|
374
426
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -384,6 +436,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
384
436
|
var queryParams = {};
|
|
385
437
|
var headerParams = {
|
|
386
438
|
'Authorization': opts['authorization'],
|
|
439
|
+
'cacheduration': opts['cacheduration'],
|
|
440
|
+
'cachegroup': opts['cachegroup'],
|
|
441
|
+
'cachekey': opts['cachekey'],
|
|
442
|
+
'cachescope': opts['cachescope'],
|
|
387
443
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
388
444
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
389
445
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -409,6 +465,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
409
465
|
* Root for the API
|
|
410
466
|
* @param {Object} opts Optional parameters
|
|
411
467
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
468
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
469
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
470
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
471
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
412
472
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
413
473
|
* @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
|
|
414
474
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -424,6 +484,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
484
|
var queryParams = {};
|
|
425
485
|
var headerParams = {
|
|
426
486
|
'Authorization': opts['authorization'],
|
|
487
|
+
'cacheduration': opts['cacheduration'],
|
|
488
|
+
'cachegroup': opts['cachegroup'],
|
|
489
|
+
'cachekey': opts['cachekey'],
|
|
490
|
+
'cachescope': opts['cachescope'],
|
|
427
491
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
428
492
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
493
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -449,6 +513,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
449
513
|
* Root for the API
|
|
450
514
|
* @param {Object} opts Optional parameters
|
|
451
515
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
516
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
517
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
518
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
519
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
452
520
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
453
521
|
* @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
|
|
454
522
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -464,6 +532,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
464
532
|
var queryParams = {};
|
|
465
533
|
var headerParams = {
|
|
466
534
|
'Authorization': opts['authorization'],
|
|
535
|
+
'cacheduration': opts['cacheduration'],
|
|
536
|
+
'cachegroup': opts['cachegroup'],
|
|
537
|
+
'cachekey': opts['cachekey'],
|
|
538
|
+
'cachescope': opts['cachescope'],
|
|
467
539
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
468
540
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
469
541
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -491,6 +563,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
491
563
|
* @param {Number} id
|
|
492
564
|
* @param {Object} opts Optional parameters
|
|
493
565
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
566
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
567
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
568
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
569
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
494
570
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
495
571
|
* @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
|
|
496
572
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -513,6 +589,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
513
589
|
var queryParams = {};
|
|
514
590
|
var headerParams = {
|
|
515
591
|
'Authorization': opts['authorization'],
|
|
592
|
+
'cacheduration': opts['cacheduration'],
|
|
593
|
+
'cachegroup': opts['cachegroup'],
|
|
594
|
+
'cachekey': opts['cachekey'],
|
|
595
|
+
'cachescope': opts['cachescope'],
|
|
516
596
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
517
597
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
518
598
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -538,6 +618,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
538
618
|
* @param {Number} id
|
|
539
619
|
* @param {Object} opts Optional parameters
|
|
540
620
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
621
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
622
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
623
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
624
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
541
625
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
542
626
|
* @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
|
|
543
627
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -560,6 +644,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
560
644
|
var queryParams = {};
|
|
561
645
|
var headerParams = {
|
|
562
646
|
'Authorization': opts['authorization'],
|
|
647
|
+
'cacheduration': opts['cacheduration'],
|
|
648
|
+
'cachegroup': opts['cachegroup'],
|
|
649
|
+
'cachekey': opts['cachekey'],
|
|
650
|
+
'cachescope': opts['cachescope'],
|
|
563
651
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
564
652
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
565
653
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -587,6 +675,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
587
675
|
* @param {Number} id
|
|
588
676
|
* @param {Object} opts Optional parameters
|
|
589
677
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
678
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
679
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
680
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
681
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
590
682
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
591
683
|
* @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
|
|
592
684
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -609,6 +701,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
609
701
|
var queryParams = {};
|
|
610
702
|
var headerParams = {
|
|
611
703
|
'Authorization': opts['authorization'],
|
|
704
|
+
'cacheduration': opts['cacheduration'],
|
|
705
|
+
'cachegroup': opts['cachegroup'],
|
|
706
|
+
'cachekey': opts['cachekey'],
|
|
707
|
+
'cachescope': opts['cachescope'],
|
|
612
708
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
613
709
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
614
710
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -634,6 +730,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
634
730
|
* @param {Number} id
|
|
635
731
|
* @param {Object} opts Optional parameters
|
|
636
732
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
733
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
734
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
735
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
736
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
637
737
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
638
738
|
* @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
|
|
639
739
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -656,6 +756,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
656
756
|
var queryParams = {};
|
|
657
757
|
var headerParams = {
|
|
658
758
|
'Authorization': opts['authorization'],
|
|
759
|
+
'cacheduration': opts['cacheduration'],
|
|
760
|
+
'cachegroup': opts['cachegroup'],
|
|
761
|
+
'cachekey': opts['cachekey'],
|
|
762
|
+
'cachescope': opts['cachescope'],
|
|
659
763
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
660
764
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
661
765
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -683,6 +787,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
683
787
|
* @param {Number} id
|
|
684
788
|
* @param {Object} opts Optional parameters
|
|
685
789
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
790
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
791
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
792
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
793
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
686
794
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
687
795
|
* @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
|
|
688
796
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -705,6 +813,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
705
813
|
var queryParams = {};
|
|
706
814
|
var headerParams = {
|
|
707
815
|
'Authorization': opts['authorization'],
|
|
816
|
+
'cacheduration': opts['cacheduration'],
|
|
817
|
+
'cachegroup': opts['cachegroup'],
|
|
818
|
+
'cachekey': opts['cachekey'],
|
|
819
|
+
'cachescope': opts['cachescope'],
|
|
708
820
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
709
821
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
710
822
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -732,6 +844,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
732
844
|
* @param {Number} id
|
|
733
845
|
* @param {Object} opts Optional parameters
|
|
734
846
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
847
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
848
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
849
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
850
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
735
851
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
736
852
|
* @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
|
|
737
853
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -754,6 +870,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
754
870
|
var queryParams = {};
|
|
755
871
|
var headerParams = {
|
|
756
872
|
'Authorization': opts['authorization'],
|
|
873
|
+
'cacheduration': opts['cacheduration'],
|
|
874
|
+
'cachegroup': opts['cachegroup'],
|
|
875
|
+
'cachekey': opts['cachekey'],
|
|
876
|
+
'cachescope': opts['cachescope'],
|
|
757
877
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
758
878
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
759
879
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -784,6 +904,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
784
904
|
* @param {String} prop
|
|
785
905
|
* @param {Object} opts Optional parameters
|
|
786
906
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
907
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
908
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
909
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
910
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
787
911
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
788
912
|
* @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
|
|
789
913
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -811,6 +935,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
811
935
|
var queryParams = {};
|
|
812
936
|
var headerParams = {
|
|
813
937
|
'Authorization': opts['authorization'],
|
|
938
|
+
'cacheduration': opts['cacheduration'],
|
|
939
|
+
'cachegroup': opts['cachegroup'],
|
|
940
|
+
'cachekey': opts['cachekey'],
|
|
941
|
+
'cachescope': opts['cachescope'],
|
|
814
942
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
815
943
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
816
944
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -840,6 +968,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
840
968
|
* @param {Number} id
|
|
841
969
|
* @param {Object} opts Optional parameters
|
|
842
970
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
971
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
972
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
973
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
974
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
843
975
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
844
976
|
* @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
|
|
845
977
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -862,6 +994,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
862
994
|
var queryParams = {};
|
|
863
995
|
var headerParams = {
|
|
864
996
|
'Authorization': opts['authorization'],
|
|
997
|
+
'cacheduration': opts['cacheduration'],
|
|
998
|
+
'cachegroup': opts['cachegroup'],
|
|
999
|
+
'cachekey': opts['cachekey'],
|
|
1000
|
+
'cachescope': opts['cachescope'],
|
|
865
1001
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
866
1002
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
867
1003
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -890,6 +1026,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
890
1026
|
* @param {String} prop
|
|
891
1027
|
* @param {Object} opts Optional parameters
|
|
892
1028
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1029
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1030
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1031
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1032
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
893
1033
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
894
1034
|
* @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
|
|
895
1035
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -917,6 +1057,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
917
1057
|
var queryParams = {};
|
|
918
1058
|
var headerParams = {
|
|
919
1059
|
'Authorization': opts['authorization'],
|
|
1060
|
+
'cacheduration': opts['cacheduration'],
|
|
1061
|
+
'cachegroup': opts['cachegroup'],
|
|
1062
|
+
'cachekey': opts['cachekey'],
|
|
1063
|
+
'cachescope': opts['cachescope'],
|
|
920
1064
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
921
1065
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
922
1066
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/FunctionsApi.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.37
|
|
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
|
* Functions service.
|
|
29
29
|
* @module api/FunctionsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {String} _function
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -83,6 +87,10 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
87
|
var queryParams = {};
|
|
84
88
|
var headerParams = {
|
|
85
89
|
'Authorization': opts['authorization'],
|
|
90
|
+
'cacheduration': opts['cacheduration'],
|
|
91
|
+
'cachegroup': opts['cachegroup'],
|
|
92
|
+
'cachekey': opts['cachekey'],
|
|
93
|
+
'cachescope': opts['cachescope'],
|
|
86
94
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
95
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
96
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/GeocodeApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.37
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Geocode service.
|
|
32
32
|
* @module api/GeocodeApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.37
|
|
34
34
|
*/
|
|
35
35
|
var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -58,6 +58,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
62
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
61
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @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
|
|
63
67
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +88,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
88
|
var queryParams = {};
|
|
85
89
|
var headerParams = {
|
|
86
90
|
'Authorization': opts['authorization'],
|
|
91
|
+
'cacheduration': opts['cacheduration'],
|
|
92
|
+
'cachegroup': opts['cachegroup'],
|
|
93
|
+
'cachekey': opts['cachekey'],
|
|
94
|
+
'cachescope': opts['cachescope'],
|
|
87
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
97
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -110,6 +118,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
118
|
* @param {Number} geocodeid The id of the object whose properties we are updating
|
|
111
119
|
* @param {Object} opts Optional parameters
|
|
112
120
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
121
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
122
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
113
125
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
126
|
* @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
|
|
115
127
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -136,6 +148,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
148
|
var queryParams = {};
|
|
137
149
|
var headerParams = {
|
|
138
150
|
'Authorization': opts['authorization'],
|
|
151
|
+
'cacheduration': opts['cacheduration'],
|
|
152
|
+
'cachegroup': opts['cachegroup'],
|
|
153
|
+
'cachekey': opts['cachekey'],
|
|
154
|
+
'cachescope': opts['cachescope'],
|
|
139
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
140
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -161,6 +177,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
177
|
* Root for the API
|
|
162
178
|
* @param {Object} opts Optional parameters
|
|
163
179
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
180
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
181
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
182
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
183
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
164
184
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
165
185
|
* @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
|
|
166
186
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -176,6 +196,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
196
|
var queryParams = {};
|
|
177
197
|
var headerParams = {
|
|
178
198
|
'Authorization': opts['authorization'],
|
|
199
|
+
'cacheduration': opts['cacheduration'],
|
|
200
|
+
'cachegroup': opts['cachegroup'],
|
|
201
|
+
'cachekey': opts['cachekey'],
|
|
202
|
+
'cachescope': opts['cachescope'],
|
|
179
203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
180
204
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
181
205
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -202,6 +226,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
202
226
|
* @param {Number} id
|
|
203
227
|
* @param {Object} opts Optional parameters
|
|
204
228
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
229
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
230
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
231
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
232
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
205
233
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
206
234
|
* @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
|
|
207
235
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -224,6 +252,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
224
252
|
var queryParams = {};
|
|
225
253
|
var headerParams = {
|
|
226
254
|
'Authorization': opts['authorization'],
|
|
255
|
+
'cacheduration': opts['cacheduration'],
|
|
256
|
+
'cachegroup': opts['cachegroup'],
|
|
257
|
+
'cachekey': opts['cachekey'],
|
|
258
|
+
'cachescope': opts['cachescope'],
|
|
227
259
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
228
260
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
229
261
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -251,6 +283,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
283
|
* @param {Number} id The id of the object to retrieve the geolocation information
|
|
252
284
|
* @param {Object} opts Optional parameters
|
|
253
285
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
286
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
287
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
288
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
289
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
254
290
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
255
291
|
* @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
|
|
256
292
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -273,6 +309,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
309
|
var queryParams = {};
|
|
274
310
|
var headerParams = {
|
|
275
311
|
'Authorization': opts['authorization'],
|
|
312
|
+
'cacheduration': opts['cacheduration'],
|
|
313
|
+
'cachegroup': opts['cachegroup'],
|
|
314
|
+
'cachekey': opts['cachekey'],
|
|
315
|
+
'cachescope': opts['cachescope'],
|
|
276
316
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
277
317
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
278
318
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/GoogleApi.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.37
|
|
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
|
* Google service.
|
|
29
29
|
* @module api/GoogleApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var GoogleApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|