@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
|
@@ -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
|
* Conversations service.
|
|
32
32
|
* @module api/ConversationsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.37
|
|
34
34
|
*/
|
|
35
35
|
var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,6 +59,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
63
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
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
|
|
63
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
|
|
64
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
|
|
@@ -79,6 +83,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
83
|
var queryParams = {};
|
|
80
84
|
var headerParams = {
|
|
81
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'cacheduration': opts['cacheduration'],
|
|
87
|
+
'cachegroup': opts['cachegroup'],
|
|
88
|
+
'cachekey': opts['cachekey'],
|
|
89
|
+
'cachescope': opts['cachescope'],
|
|
82
90
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
92
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -105,6 +113,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
113
|
* @param {Number} id The id of the object to delete
|
|
106
114
|
* @param {Object} opts Optional parameters
|
|
107
115
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
116
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
117
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
120
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
121
|
* @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
|
|
110
122
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -126,6 +138,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
138
|
var queryParams = {};
|
|
127
139
|
var headerParams = {
|
|
128
140
|
'Authorization': opts['authorization'],
|
|
141
|
+
'cacheduration': opts['cacheduration'],
|
|
142
|
+
'cachegroup': opts['cachegroup'],
|
|
143
|
+
'cachekey': opts['cachekey'],
|
|
144
|
+
'cachescope': opts['cachescope'],
|
|
129
145
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
130
146
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
131
147
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -151,6 +167,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
167
|
* Root for the API
|
|
152
168
|
* @param {Object} opts Optional parameters
|
|
153
169
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
170
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
171
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
172
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
173
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
154
174
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
155
175
|
* @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
|
|
156
176
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -166,6 +186,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
186
|
var queryParams = {};
|
|
167
187
|
var headerParams = {
|
|
168
188
|
'Authorization': opts['authorization'],
|
|
189
|
+
'cacheduration': opts['cacheduration'],
|
|
190
|
+
'cachegroup': opts['cachegroup'],
|
|
191
|
+
'cachekey': opts['cachekey'],
|
|
192
|
+
'cachescope': opts['cachescope'],
|
|
169
193
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
170
194
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
171
195
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -192,6 +216,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
192
216
|
* Returns all the conversations the user has access to
|
|
193
217
|
* @param {Object} opts Optional parameters
|
|
194
218
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
219
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
220
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
221
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
222
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
195
223
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
196
224
|
* @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
|
|
197
225
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -208,6 +236,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
208
236
|
var queryParams = {};
|
|
209
237
|
var headerParams = {
|
|
210
238
|
'Authorization': opts['authorization'],
|
|
239
|
+
'cacheduration': opts['cacheduration'],
|
|
240
|
+
'cachegroup': opts['cachegroup'],
|
|
241
|
+
'cachekey': opts['cachekey'],
|
|
242
|
+
'cachescope': opts['cachescope'],
|
|
211
243
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
212
244
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
213
245
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -235,6 +267,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
267
|
* @param {Number} convoid
|
|
236
268
|
* @param {Object} opts Optional parameters
|
|
237
269
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
270
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
271
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
272
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
273
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
238
274
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
239
275
|
* @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
|
|
240
276
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -257,6 +293,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
293
|
var queryParams = {};
|
|
258
294
|
var headerParams = {
|
|
259
295
|
'Authorization': opts['authorization'],
|
|
296
|
+
'cacheduration': opts['cacheduration'],
|
|
297
|
+
'cachegroup': opts['cachegroup'],
|
|
298
|
+
'cachekey': opts['cachekey'],
|
|
299
|
+
'cachescope': opts['cachescope'],
|
|
260
300
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
261
301
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
262
302
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -284,6 +324,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
324
|
* @param {Number} id
|
|
285
325
|
* @param {Object} opts Optional parameters
|
|
286
326
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
327
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
328
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
329
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
330
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
287
331
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
288
332
|
* @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
|
|
289
333
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -306,6 +350,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
306
350
|
var queryParams = {};
|
|
307
351
|
var headerParams = {
|
|
308
352
|
'Authorization': opts['authorization'],
|
|
353
|
+
'cacheduration': opts['cacheduration'],
|
|
354
|
+
'cachegroup': opts['cachegroup'],
|
|
355
|
+
'cachekey': opts['cachekey'],
|
|
356
|
+
'cachescope': opts['cachescope'],
|
|
309
357
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
310
358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
359
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -333,6 +381,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
333
381
|
* @param {Number} convoid
|
|
334
382
|
* @param {Object} opts Optional parameters
|
|
335
383
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
384
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
385
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
386
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
387
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
336
388
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
337
389
|
* @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
|
|
338
390
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -355,6 +407,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
355
407
|
var queryParams = {};
|
|
356
408
|
var headerParams = {
|
|
357
409
|
'Authorization': opts['authorization'],
|
|
410
|
+
'cacheduration': opts['cacheduration'],
|
|
411
|
+
'cachegroup': opts['cachegroup'],
|
|
412
|
+
'cachekey': opts['cachekey'],
|
|
413
|
+
'cachescope': opts['cachescope'],
|
|
358
414
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
359
415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
360
416
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -382,6 +438,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
382
438
|
* @param {Number} convoid
|
|
383
439
|
* @param {Object} opts Optional parameters
|
|
384
440
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
441
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
442
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
443
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
444
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
385
445
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
386
446
|
* @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
|
|
387
447
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -404,6 +464,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
404
464
|
var queryParams = {};
|
|
405
465
|
var headerParams = {
|
|
406
466
|
'Authorization': opts['authorization'],
|
|
467
|
+
'cacheduration': opts['cacheduration'],
|
|
468
|
+
'cachegroup': opts['cachegroup'],
|
|
469
|
+
'cachekey': opts['cachekey'],
|
|
470
|
+
'cachescope': opts['cachescope'],
|
|
407
471
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
408
472
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
409
473
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -430,6 +494,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
494
|
* Returns the number of unread messages
|
|
431
495
|
* @param {Object} opts Optional parameters
|
|
432
496
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
497
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
498
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
499
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
500
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
433
501
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
434
502
|
* @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
|
|
435
503
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -446,6 +514,10 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
514
|
var queryParams = {};
|
|
447
515
|
var headerParams = {
|
|
448
516
|
'Authorization': opts['authorization'],
|
|
517
|
+
'cacheduration': opts['cacheduration'],
|
|
518
|
+
'cachegroup': opts['cachegroup'],
|
|
519
|
+
'cachekey': opts['cachekey'],
|
|
520
|
+
'cachescope': opts['cachescope'],
|
|
449
521
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
450
522
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
451
523
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.37
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* DataSheetImports service.
|
|
34
34
|
* @module api/DataSheetImportsApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.37
|
|
36
36
|
*/
|
|
37
37
|
var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -63,6 +63,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
* @param {String} body Field to geolocate on
|
|
64
64
|
* @param {Object} opts Optional parameters
|
|
65
65
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
66
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
67
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
68
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
69
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
66
70
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
67
71
|
* @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
|
|
68
72
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -93,6 +97,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
97
|
var queryParams = {};
|
|
94
98
|
var headerParams = {
|
|
95
99
|
'Authorization': opts['authorization'],
|
|
100
|
+
'cacheduration': opts['cacheduration'],
|
|
101
|
+
'cachegroup': opts['cachegroup'],
|
|
102
|
+
'cachekey': opts['cachekey'],
|
|
103
|
+
'cachescope': opts['cachescope'],
|
|
96
104
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
97
105
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
98
106
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -122,6 +130,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
130
|
* @param {module:model/FieldMapping} fieldMapping Field to map to
|
|
123
131
|
* @param {Object} opts Optional parameters
|
|
124
132
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
133
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
134
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
135
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
136
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
125
137
|
* @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
138
|
* @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
139
|
* @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 +164,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
152
164
|
var queryParams = {};
|
|
153
165
|
var headerParams = {
|
|
154
166
|
'Authorization': opts['authorization'],
|
|
167
|
+
'cacheduration': opts['cacheduration'],
|
|
168
|
+
'cachegroup': opts['cachegroup'],
|
|
169
|
+
'cachekey': opts['cachekey'],
|
|
170
|
+
'cachescope': opts['cachescope'],
|
|
155
171
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
156
172
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
157
173
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -180,6 +196,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
180
196
|
* @param {module:model/RelationshipMapping} relationshipMapping The end relationship lookup
|
|
181
197
|
* @param {Object} opts Optional parameters
|
|
182
198
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
199
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
200
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
201
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
202
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
183
203
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
184
204
|
* @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
|
|
185
205
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -205,6 +225,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
205
225
|
var queryParams = {};
|
|
206
226
|
var headerParams = {
|
|
207
227
|
'Authorization': opts['authorization'],
|
|
228
|
+
'cacheduration': opts['cacheduration'],
|
|
229
|
+
'cachegroup': opts['cachegroup'],
|
|
230
|
+
'cachekey': opts['cachekey'],
|
|
231
|
+
'cachescope': opts['cachescope'],
|
|
208
232
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
209
233
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
210
234
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -233,6 +257,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
233
257
|
* @param {module:model/RelationshipMapping} relationshipMapping The start relationship lookup
|
|
234
258
|
* @param {Object} opts Optional parameters
|
|
235
259
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
260
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
261
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
262
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
263
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
236
264
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
237
265
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
238
266
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -258,6 +286,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
258
286
|
var queryParams = {};
|
|
259
287
|
var headerParams = {
|
|
260
288
|
'Authorization': opts['authorization'],
|
|
289
|
+
'cacheduration': opts['cacheduration'],
|
|
290
|
+
'cachegroup': opts['cachegroup'],
|
|
291
|
+
'cachekey': opts['cachekey'],
|
|
292
|
+
'cachescope': opts['cachescope'],
|
|
261
293
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
262
294
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
263
295
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -287,6 +319,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
319
|
* @param {Number} objecttypeid
|
|
288
320
|
* @param {Object} opts Optional parameters
|
|
289
321
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
322
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
323
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
324
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
325
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
290
326
|
* @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
327
|
* @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
328
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -323,6 +359,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
359
|
var queryParams = {};
|
|
324
360
|
var headerParams = {
|
|
325
361
|
'Authorization': opts['authorization'],
|
|
362
|
+
'cacheduration': opts['cacheduration'],
|
|
363
|
+
'cachegroup': opts['cachegroup'],
|
|
364
|
+
'cachekey': opts['cachekey'],
|
|
365
|
+
'cachescope': opts['cachescope'],
|
|
326
366
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
327
367
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
328
368
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -357,6 +397,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
357
397
|
* @param {Number} objecttypeid
|
|
358
398
|
* @param {Object} opts Optional parameters
|
|
359
399
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
400
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
401
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
402
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
403
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
360
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
361
405
|
* @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
|
|
362
406
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -393,6 +437,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
393
437
|
var queryParams = {};
|
|
394
438
|
var headerParams = {
|
|
395
439
|
'Authorization': opts['authorization'],
|
|
440
|
+
'cacheduration': opts['cacheduration'],
|
|
441
|
+
'cachegroup': opts['cachegroup'],
|
|
442
|
+
'cachekey': opts['cachekey'],
|
|
443
|
+
'cachescope': opts['cachescope'],
|
|
396
444
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
397
445
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
398
446
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -423,6 +471,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
423
471
|
* Root for the API
|
|
424
472
|
* @param {Object} opts Optional parameters
|
|
425
473
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
474
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
475
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
476
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
477
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
426
478
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
427
479
|
* @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
|
|
428
480
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -438,6 +490,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
438
490
|
var queryParams = {};
|
|
439
491
|
var headerParams = {
|
|
440
492
|
'Authorization': opts['authorization'],
|
|
493
|
+
'cacheduration': opts['cacheduration'],
|
|
494
|
+
'cachegroup': opts['cachegroup'],
|
|
495
|
+
'cachekey': opts['cachekey'],
|
|
496
|
+
'cachescope': opts['cachescope'],
|
|
441
497
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
442
498
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
443
499
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -465,6 +521,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
465
521
|
* @param {Number} dsimportid
|
|
466
522
|
* @param {Object} opts Optional parameters
|
|
467
523
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
524
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
525
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
526
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
527
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
468
528
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
469
529
|
* @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
|
|
470
530
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -487,6 +547,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
487
547
|
var queryParams = {};
|
|
488
548
|
var headerParams = {
|
|
489
549
|
'Authorization': opts['authorization'],
|
|
550
|
+
'cacheduration': opts['cacheduration'],
|
|
551
|
+
'cachegroup': opts['cachegroup'],
|
|
552
|
+
'cachekey': opts['cachekey'],
|
|
553
|
+
'cachescope': opts['cachescope'],
|
|
490
554
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
491
555
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
492
556
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -515,6 +579,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
579
|
* @param {String} sheetprop
|
|
516
580
|
* @param {Object} opts Optional parameters
|
|
517
581
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
582
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
583
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
584
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
585
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
518
586
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
519
587
|
* @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
|
|
520
588
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -542,6 +610,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
542
610
|
var queryParams = {};
|
|
543
611
|
var headerParams = {
|
|
544
612
|
'Authorization': opts['authorization'],
|
|
613
|
+
'cacheduration': opts['cacheduration'],
|
|
614
|
+
'cachegroup': opts['cachegroup'],
|
|
615
|
+
'cachekey': opts['cachekey'],
|
|
616
|
+
'cachescope': opts['cachescope'],
|
|
545
617
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
546
618
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
547
619
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -569,6 +641,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
641
|
* @param {Number} dsimportid
|
|
570
642
|
* @param {Object} opts Optional parameters
|
|
571
643
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
644
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
645
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
646
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
647
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
572
648
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
573
649
|
* @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
|
|
574
650
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -591,6 +667,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
591
667
|
var queryParams = {};
|
|
592
668
|
var headerParams = {
|
|
593
669
|
'Authorization': opts['authorization'],
|
|
670
|
+
'cacheduration': opts['cacheduration'],
|
|
671
|
+
'cachegroup': opts['cachegroup'],
|
|
672
|
+
'cachekey': opts['cachekey'],
|
|
673
|
+
'cachescope': opts['cachescope'],
|
|
594
674
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
595
675
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
596
676
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -618,6 +698,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
618
698
|
* @param {Number} dsimportid
|
|
619
699
|
* @param {Object} opts Optional parameters
|
|
620
700
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
701
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
702
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
703
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
704
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
621
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
|
|
622
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
|
|
623
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
|
|
@@ -639,6 +723,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
639
723
|
var queryParams = {};
|
|
640
724
|
var headerParams = {
|
|
641
725
|
'Authorization': opts['authorization'],
|
|
726
|
+
'cacheduration': opts['cacheduration'],
|
|
727
|
+
'cachegroup': opts['cachegroup'],
|
|
728
|
+
'cachekey': opts['cachekey'],
|
|
729
|
+
'cachescope': opts['cachescope'],
|
|
642
730
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
643
731
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
644
732
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -667,6 +755,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
667
755
|
* @param {String} sheetprop
|
|
668
756
|
* @param {Object} opts Optional parameters
|
|
669
757
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
758
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
759
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
760
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
761
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
670
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
|
|
671
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
|
|
672
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
|
|
@@ -693,6 +785,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
693
785
|
var queryParams = {};
|
|
694
786
|
var headerParams = {
|
|
695
787
|
'Authorization': opts['authorization'],
|
|
788
|
+
'cacheduration': opts['cacheduration'],
|
|
789
|
+
'cachegroup': opts['cachegroup'],
|
|
790
|
+
'cachekey': opts['cachekey'],
|
|
791
|
+
'cachescope': opts['cachescope'],
|
|
696
792
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
697
793
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
698
794
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -720,6 +816,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
720
816
|
* @param {Number} dsimportid
|
|
721
817
|
* @param {Object} opts Optional parameters
|
|
722
818
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
819
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
820
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
821
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
822
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
723
823
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
724
824
|
* @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
|
|
725
825
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -742,6 +842,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
742
842
|
var queryParams = {};
|
|
743
843
|
var headerParams = {
|
|
744
844
|
'Authorization': opts['authorization'],
|
|
845
|
+
'cacheduration': opts['cacheduration'],
|
|
846
|
+
'cachegroup': opts['cachegroup'],
|
|
847
|
+
'cachekey': opts['cachekey'],
|
|
848
|
+
'cachescope': opts['cachescope'],
|
|
745
849
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
746
850
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
747
851
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -770,6 +874,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
770
874
|
* @param {module:model/DataSheetImportPrivacySettings} dataSheetImportPrivacySettings Field to map to
|
|
771
875
|
* @param {Object} opts Optional parameters
|
|
772
876
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
877
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
878
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
879
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
880
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
773
881
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
774
882
|
* @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
|
|
775
883
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -795,6 +903,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
795
903
|
var queryParams = {};
|
|
796
904
|
var headerParams = {
|
|
797
905
|
'Authorization': opts['authorization'],
|
|
906
|
+
'cacheduration': opts['cacheduration'],
|
|
907
|
+
'cachegroup': opts['cachegroup'],
|
|
908
|
+
'cachekey': opts['cachekey'],
|
|
909
|
+
'cachescope': opts['cachescope'],
|
|
798
910
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
799
911
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
800
912
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -822,6 +934,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
822
934
|
* @param {Number} dsimportid
|
|
823
935
|
* @param {Object} opts Optional parameters
|
|
824
936
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
937
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
938
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
939
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
940
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
825
941
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
826
942
|
* @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
|
|
827
943
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -848,6 +964,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
848
964
|
var queryParams = {};
|
|
849
965
|
var headerParams = {
|
|
850
966
|
'Authorization': opts['authorization'],
|
|
967
|
+
'cacheduration': opts['cacheduration'],
|
|
968
|
+
'cachegroup': opts['cachegroup'],
|
|
969
|
+
'cachekey': opts['cachekey'],
|
|
970
|
+
'cachescope': opts['cachescope'],
|
|
851
971
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
852
972
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
853
973
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|