@gobodo/gobodo-api 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +75 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +86 -9
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +71 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- 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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +2 -2
- 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 +9 -9
- 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 +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +14 -14
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +2 -2
- 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/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- 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 +14 -14
- 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 +9 -9
- 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 +14 -14
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- 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 +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- 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 +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +13 -13
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +13 -13
- package/dist/model/VideoUploadObject.js +13 -13
- package/dist/model/ZeusPortalCategory.js +2 -2
- 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.48
|
|
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.48
|
|
35
35
|
*/
|
|
36
36
|
var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -65,6 +65,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
65
65
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
66
66
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
67
67
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
68
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
68
69
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
69
70
|
* @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
|
|
70
71
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -95,6 +96,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
95
96
|
'cachegroup': opts['cachegroup'],
|
|
96
97
|
'cachekey': opts['cachekey'],
|
|
97
98
|
'cachescope': opts['cachescope'],
|
|
99
|
+
'cacheuser': opts['cacheuser'],
|
|
98
100
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
99
101
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
100
102
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -126,6 +128,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
128
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
127
129
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
128
130
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
131
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
129
132
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
130
133
|
* @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
|
|
131
134
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -150,6 +153,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
153
|
'cachegroup': opts['cachegroup'],
|
|
151
154
|
'cachekey': opts['cachekey'],
|
|
152
155
|
'cachescope': opts['cachescope'],
|
|
156
|
+
'cacheuser': opts['cacheuser'],
|
|
153
157
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
154
158
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
155
159
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -182,6 +186,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
182
186
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
183
187
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
184
188
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
189
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
185
190
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
186
191
|
* @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
|
|
187
192
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -212,6 +217,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
217
|
'cachegroup': opts['cachegroup'],
|
|
213
218
|
'cachekey': opts['cachekey'],
|
|
214
219
|
'cachescope': opts['cachescope'],
|
|
220
|
+
'cacheuser': opts['cacheuser'],
|
|
215
221
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
216
222
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
217
223
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -244,6 +250,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
250
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
245
251
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
246
252
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
253
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
247
254
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
248
255
|
* @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
|
|
249
256
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -274,6 +281,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
274
281
|
'cachegroup': opts['cachegroup'],
|
|
275
282
|
'cachekey': opts['cachekey'],
|
|
276
283
|
'cachescope': opts['cachescope'],
|
|
284
|
+
'cacheuser': opts['cacheuser'],
|
|
277
285
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
278
286
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
279
287
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -306,6 +314,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
306
314
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
307
315
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
308
316
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
317
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
309
318
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
310
319
|
* @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
|
|
311
320
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -336,6 +345,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
345
|
'cachegroup': opts['cachegroup'],
|
|
337
346
|
'cachekey': opts['cachekey'],
|
|
338
347
|
'cachescope': opts['cachescope'],
|
|
348
|
+
'cacheuser': opts['cacheuser'],
|
|
339
349
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
340
350
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
341
351
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -367,6 +377,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
367
377
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
368
378
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
369
379
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
380
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
370
381
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
371
382
|
* @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
|
|
372
383
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -392,6 +403,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
392
403
|
'cachegroup': opts['cachegroup'],
|
|
393
404
|
'cachekey': opts['cachekey'],
|
|
394
405
|
'cachescope': opts['cachescope'],
|
|
406
|
+
'cacheuser': opts['cacheuser'],
|
|
395
407
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
396
408
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
397
409
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -421,6 +433,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
433
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
422
434
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
423
435
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
436
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
424
437
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
425
438
|
* @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
|
|
426
439
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -440,6 +453,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
440
453
|
'cachegroup': opts['cachegroup'],
|
|
441
454
|
'cachekey': opts['cachekey'],
|
|
442
455
|
'cachescope': opts['cachescope'],
|
|
456
|
+
'cacheuser': opts['cacheuser'],
|
|
443
457
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
444
458
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
445
459
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -469,6 +483,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
483
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
470
484
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
471
485
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
486
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
472
487
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
473
488
|
* @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
|
|
474
489
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -488,6 +503,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
503
|
'cachegroup': opts['cachegroup'],
|
|
489
504
|
'cachekey': opts['cachekey'],
|
|
490
505
|
'cachescope': opts['cachescope'],
|
|
506
|
+
'cacheuser': opts['cacheuser'],
|
|
491
507
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
492
508
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
493
509
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -517,6 +533,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
517
533
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
518
534
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
519
535
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
536
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
520
537
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
521
538
|
* @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
|
|
522
539
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -536,6 +553,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
536
553
|
'cachegroup': opts['cachegroup'],
|
|
537
554
|
'cachekey': opts['cachekey'],
|
|
538
555
|
'cachescope': opts['cachescope'],
|
|
556
|
+
'cacheuser': opts['cacheuser'],
|
|
539
557
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
540
558
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
541
559
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -567,6 +585,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
567
585
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
568
586
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
569
587
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
588
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
570
589
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
571
590
|
* @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
|
|
572
591
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -593,6 +612,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
593
612
|
'cachegroup': opts['cachegroup'],
|
|
594
613
|
'cachekey': opts['cachekey'],
|
|
595
614
|
'cachescope': opts['cachescope'],
|
|
615
|
+
'cacheuser': opts['cacheuser'],
|
|
596
616
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
597
617
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
598
618
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -622,6 +642,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
622
642
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
623
643
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
624
644
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
645
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
625
646
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
626
647
|
* @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
|
|
627
648
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -648,6 +669,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
648
669
|
'cachegroup': opts['cachegroup'],
|
|
649
670
|
'cachekey': opts['cachekey'],
|
|
650
671
|
'cachescope': opts['cachescope'],
|
|
672
|
+
'cacheuser': opts['cacheuser'],
|
|
651
673
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
652
674
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
653
675
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -679,6 +701,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
679
701
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
680
702
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
681
703
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
704
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
682
705
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
683
706
|
* @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
|
|
684
707
|
* @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 +728,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
705
728
|
'cachegroup': opts['cachegroup'],
|
|
706
729
|
'cachekey': opts['cachekey'],
|
|
707
730
|
'cachescope': opts['cachescope'],
|
|
731
|
+
'cacheuser': opts['cacheuser'],
|
|
708
732
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
709
733
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
710
734
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -734,6 +758,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
734
758
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
735
759
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
736
760
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
761
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
737
762
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
738
763
|
* @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
|
|
739
764
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -760,6 +785,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
760
785
|
'cachegroup': opts['cachegroup'],
|
|
761
786
|
'cachekey': opts['cachekey'],
|
|
762
787
|
'cachescope': opts['cachescope'],
|
|
788
|
+
'cacheuser': opts['cacheuser'],
|
|
763
789
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
764
790
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
765
791
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -791,6 +817,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
791
817
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
792
818
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
793
819
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
820
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
794
821
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
795
822
|
* @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
|
|
796
823
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -817,6 +844,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
817
844
|
'cachegroup': opts['cachegroup'],
|
|
818
845
|
'cachekey': opts['cachekey'],
|
|
819
846
|
'cachescope': opts['cachescope'],
|
|
847
|
+
'cacheuser': opts['cacheuser'],
|
|
820
848
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
821
849
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
822
850
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -848,6 +876,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
848
876
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
849
877
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
850
878
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
879
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
851
880
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
852
881
|
* @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
|
|
853
882
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -874,6 +903,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
874
903
|
'cachegroup': opts['cachegroup'],
|
|
875
904
|
'cachekey': opts['cachekey'],
|
|
876
905
|
'cachescope': opts['cachescope'],
|
|
906
|
+
'cacheuser': opts['cacheuser'],
|
|
877
907
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
878
908
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
879
909
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -908,6 +938,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
908
938
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
909
939
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
910
940
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
941
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
911
942
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
912
943
|
* @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
|
|
913
944
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -939,6 +970,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
939
970
|
'cachegroup': opts['cachegroup'],
|
|
940
971
|
'cachekey': opts['cachekey'],
|
|
941
972
|
'cachescope': opts['cachescope'],
|
|
973
|
+
'cacheuser': opts['cacheuser'],
|
|
942
974
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
943
975
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
944
976
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -972,6 +1004,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
972
1004
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
973
1005
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
974
1006
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1007
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
975
1008
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
976
1009
|
* @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
|
|
977
1010
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -998,6 +1031,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
998
1031
|
'cachegroup': opts['cachegroup'],
|
|
999
1032
|
'cachekey': opts['cachekey'],
|
|
1000
1033
|
'cachescope': opts['cachescope'],
|
|
1034
|
+
'cacheuser': opts['cacheuser'],
|
|
1001
1035
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1002
1036
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1003
1037
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1030,6 +1064,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1030
1064
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1031
1065
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1032
1066
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1067
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1033
1068
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1034
1069
|
* @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
|
|
1035
1070
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1061,6 +1096,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1061
1096
|
'cachegroup': opts['cachegroup'],
|
|
1062
1097
|
'cachekey': opts['cachekey'],
|
|
1063
1098
|
'cachescope': opts['cachescope'],
|
|
1099
|
+
'cacheuser': opts['cacheuser'],
|
|
1064
1100
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1065
1101
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1066
1102
|
'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.48
|
|
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.48
|
|
31
31
|
*/
|
|
32
32
|
var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
64
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -91,6 +92,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
92
|
'cachegroup': opts['cachegroup'],
|
|
92
93
|
'cachekey': opts['cachekey'],
|
|
93
94
|
'cachescope': opts['cachescope'],
|
|
95
|
+
'cacheuser': opts['cacheuser'],
|
|
94
96
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
95
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
96
98
|
'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.48
|
|
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.48
|
|
34
34
|
*/
|
|
35
35
|
var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -62,6 +62,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
63
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
64
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
65
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
65
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
66
67
|
* @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
|
|
67
68
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -92,6 +93,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
92
93
|
'cachegroup': opts['cachegroup'],
|
|
93
94
|
'cachekey': opts['cachekey'],
|
|
94
95
|
'cachescope': opts['cachescope'],
|
|
96
|
+
'cacheuser': opts['cacheuser'],
|
|
95
97
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
96
98
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
97
99
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -122,6 +124,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
124
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
125
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
126
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
127
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
125
128
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
126
129
|
* @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
|
|
127
130
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -152,6 +155,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
152
155
|
'cachegroup': opts['cachegroup'],
|
|
153
156
|
'cachekey': opts['cachekey'],
|
|
154
157
|
'cachescope': opts['cachescope'],
|
|
158
|
+
'cacheuser': opts['cacheuser'],
|
|
155
159
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
156
160
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
157
161
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -181,6 +185,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
181
185
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
182
186
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
183
187
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
188
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
184
189
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
185
190
|
* @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
|
|
186
191
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -200,6 +205,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
200
205
|
'cachegroup': opts['cachegroup'],
|
|
201
206
|
'cachekey': opts['cachekey'],
|
|
202
207
|
'cachescope': opts['cachescope'],
|
|
208
|
+
'cacheuser': opts['cacheuser'],
|
|
203
209
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
204
210
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
205
211
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -230,6 +236,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
236
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
231
237
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
232
238
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
239
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
233
240
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
234
241
|
* @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
|
|
235
242
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -256,6 +263,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
256
263
|
'cachegroup': opts['cachegroup'],
|
|
257
264
|
'cachekey': opts['cachekey'],
|
|
258
265
|
'cachescope': opts['cachescope'],
|
|
266
|
+
'cacheuser': opts['cacheuser'],
|
|
259
267
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
260
268
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
269
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -287,6 +295,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
295
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
288
296
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
289
297
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
298
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
290
299
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
291
300
|
* @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
|
|
292
301
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -313,6 +322,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
313
322
|
'cachegroup': opts['cachegroup'],
|
|
314
323
|
'cachekey': opts['cachekey'],
|
|
315
324
|
'cachescope': opts['cachescope'],
|
|
325
|
+
'cacheuser': opts['cacheuser'],
|
|
316
326
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
317
327
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
318
328
|
'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.48
|
|
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.48
|
|
31
31
|
*/
|
|
32
32
|
var GoogleApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|