@gobodo/gobodo-api 0.1.23 → 0.1.25
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 +13 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +6 -2
- package/dist/api/AdCampaignsApi.js +34 -2
- package/dist/api/AdManagementApi.js +50 -2
- package/dist/api/AdminDataManagementApi.js +6 -2
- package/dist/api/AdsApi.js +26 -2
- package/dist/api/AttachmentsApi.js +30 -2
- package/dist/api/AuthenticationApi.js +74 -2
- package/dist/api/CategoriesApi.js +30 -2
- package/dist/api/CommentsApi.js +34 -2
- package/dist/api/ContentManagementApi.js +98 -2
- package/dist/api/ConversationsApi.js +38 -2
- package/dist/api/DataSheetImportsApi.js +62 -2
- package/dist/api/DefaultApi.js +46 -2
- package/dist/api/DocumentsApi.js +54 -2
- package/dist/api/EntryPartsApi.js +54 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +14 -2
- package/dist/api/FilesApi.js +6 -2
- package/dist/api/FormsApi.js +74 -2
- package/dist/api/FunctionsApi.js +6 -2
- package/dist/api/GeocodeApi.js +22 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +42 -2
- package/dist/api/GraphObjectTypesApi.js +38 -2
- package/dist/api/GraphObjectsApi.js +258 -2
- package/dist/api/GraphRelationshipTypesApi.js +70 -2
- package/dist/api/GraphRelationshipsApi.js +126 -2
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.js +22 -2
- package/dist/api/GraphsApi.js +46 -2
- package/dist/api/GroupsApi.js +46 -2
- package/dist/api/IAMApi.js +18 -2
- package/dist/api/ImagesApi.js +34 -2
- package/dist/api/InvitesApi.js +22 -2
- package/dist/api/LikesApi.js +50 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +10 -2
- package/dist/api/MeetingEventsApi.js +22 -2
- package/dist/api/PagesApi.js +38 -2
- package/dist/api/PostsApi.js +22 -2
- package/dist/api/PrivateMessagesApi.js +66 -2
- package/dist/api/PublicationsApi.js +6 -2
- package/dist/api/ScreensApi.js +14 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +414 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- 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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +26 -26
- package/dist/model/Authorization.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 +10 -10
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +11 -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 +10 -10
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +26 -26
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- 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 +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- 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 +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.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 +16 -16
- package/dist/model/ImageUploadObject.js +16 -16
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +2 -2
- 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 +16 -16
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +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 +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +10 -10
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +9 -9
- 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 +11 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +21 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- 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 +26 -26
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +34 -34
- package/dist/model/VideoUploadObject.js +26 -26
- package/dist/model/ZeusPortalCategory.js +2 -2
- 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.25
|
|
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.25
|
|
34
34
|
*/
|
|
35
35
|
var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,7 +59,9 @@ 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} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
63
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
64
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
63
65
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
64
66
|
* @param {module:api/ConversationsApi~createConversationCallback} callback The callback function, accepting three arguments: error, data, response
|
|
65
67
|
* data is of type: {@link module:model/PrivateMessageConversation}
|
|
@@ -77,7 +79,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
79
|
var queryParams = {};
|
|
78
80
|
var headerParams = {
|
|
79
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
81
85
|
'transactionid': opts['transactionid']
|
|
82
86
|
};
|
|
83
87
|
var formParams = {};
|
|
@@ -101,7 +105,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
105
|
* @param {Number} id The id of the object to delete
|
|
102
106
|
* @param {Object} opts Optional parameters
|
|
103
107
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
108
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
104
109
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
105
111
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
106
112
|
* @param {module:api/ConversationsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
107
113
|
*/
|
|
@@ -120,7 +126,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
120
126
|
var queryParams = {};
|
|
121
127
|
var headerParams = {
|
|
122
128
|
'Authorization': opts['authorization'],
|
|
129
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
123
130
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
131
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
124
132
|
'transactionid': opts['transactionid']
|
|
125
133
|
};
|
|
126
134
|
var formParams = {};
|
|
@@ -143,7 +151,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
151
|
* Root for the API
|
|
144
152
|
* @param {Object} opts Optional parameters
|
|
145
153
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
154
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
146
155
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
147
157
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
148
158
|
* @param {module:api/ConversationsApi~get38Callback} callback The callback function, accepting three arguments: error, data, response
|
|
149
159
|
*/
|
|
@@ -156,7 +166,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
156
166
|
var queryParams = {};
|
|
157
167
|
var headerParams = {
|
|
158
168
|
'Authorization': opts['authorization'],
|
|
169
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
159
170
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
171
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
160
172
|
'transactionid': opts['transactionid']
|
|
161
173
|
};
|
|
162
174
|
var formParams = {};
|
|
@@ -180,7 +192,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
180
192
|
* Returns all the conversations the user has access to
|
|
181
193
|
* @param {Object} opts Optional parameters
|
|
182
194
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
195
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
183
196
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
184
198
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
185
199
|
* @param {module:api/ConversationsApi~getAllConversationsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
186
200
|
* data is of type: {@link Array.<module:model/PrivateMessageConversation>}
|
|
@@ -194,7 +208,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
194
208
|
var queryParams = {};
|
|
195
209
|
var headerParams = {
|
|
196
210
|
'Authorization': opts['authorization'],
|
|
211
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
197
212
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
213
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
198
214
|
'transactionid': opts['transactionid']
|
|
199
215
|
};
|
|
200
216
|
var formParams = {};
|
|
@@ -219,7 +235,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
219
235
|
* @param {Number} convoid
|
|
220
236
|
* @param {Object} opts Optional parameters
|
|
221
237
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
238
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
222
239
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
223
241
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
224
242
|
* @param {module:api/ConversationsApi~getChildConversationsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
225
243
|
* data is of type: {@link Array.<module:model/PrivateMessageConversation>}
|
|
@@ -239,7 +257,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
257
|
var queryParams = {};
|
|
240
258
|
var headerParams = {
|
|
241
259
|
'Authorization': opts['authorization'],
|
|
260
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
242
261
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
262
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
243
263
|
'transactionid': opts['transactionid']
|
|
244
264
|
};
|
|
245
265
|
var formParams = {};
|
|
@@ -264,7 +284,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
264
284
|
* @param {Number} id
|
|
265
285
|
* @param {Object} opts Optional parameters
|
|
266
286
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
287
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
267
288
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
268
290
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
269
291
|
* @param {module:api/ConversationsApi~getConversationByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
270
292
|
* data is of type: {@link module:model/PrivateMessageConversation}
|
|
@@ -284,7 +306,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
306
|
var queryParams = {};
|
|
285
307
|
var headerParams = {
|
|
286
308
|
'Authorization': opts['authorization'],
|
|
309
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
287
310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
288
312
|
'transactionid': opts['transactionid']
|
|
289
313
|
};
|
|
290
314
|
var formParams = {};
|
|
@@ -309,7 +333,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
309
333
|
* @param {Number} convoid
|
|
310
334
|
* @param {Object} opts Optional parameters
|
|
311
335
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
336
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
312
337
|
* @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
|
+
* @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
339
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
314
340
|
* @param {module:api/ConversationsApi~getConversationParticipantsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
315
341
|
* data is of type: {@link Array.<module:model/MessageGroup>}
|
|
@@ -329,7 +355,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
329
355
|
var queryParams = {};
|
|
330
356
|
var headerParams = {
|
|
331
357
|
'Authorization': opts['authorization'],
|
|
358
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
332
359
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
360
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
333
361
|
'transactionid': opts['transactionid']
|
|
334
362
|
};
|
|
335
363
|
var formParams = {};
|
|
@@ -354,7 +382,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
382
|
* @param {Number} convoid
|
|
355
383
|
* @param {Object} opts Optional parameters
|
|
356
384
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
385
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
357
386
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
358
388
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
359
389
|
* @param {module:api/ConversationsApi~getConversationParticipants1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
360
390
|
* data is of type: {@link Array.<module:model/PrivateMessage>}
|
|
@@ -374,7 +404,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
374
404
|
var queryParams = {};
|
|
375
405
|
var headerParams = {
|
|
376
406
|
'Authorization': opts['authorization'],
|
|
407
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
377
408
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
409
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
378
410
|
'transactionid': opts['transactionid']
|
|
379
411
|
};
|
|
380
412
|
var formParams = {};
|
|
@@ -398,7 +430,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
398
430
|
* Returns the number of unread messages
|
|
399
431
|
* @param {Object} opts Optional parameters
|
|
400
432
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
433
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
401
434
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
402
436
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
403
437
|
* @param {module:api/ConversationsApi~getUnreadMessageCountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
404
438
|
* data is of type: {@link Number}
|
|
@@ -412,7 +446,9 @@ var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
412
446
|
var queryParams = {};
|
|
413
447
|
var headerParams = {
|
|
414
448
|
'Authorization': opts['authorization'],
|
|
449
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
415
450
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
451
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
416
452
|
'transactionid': opts['transactionid']
|
|
417
453
|
};
|
|
418
454
|
var formParams = {};
|
|
@@ -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.25
|
|
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.25
|
|
36
36
|
*/
|
|
37
37
|
var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -63,7 +63,9 @@ 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} [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
|
|
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
|
|
67
69
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
68
70
|
* @param {module:api/DataSheetImportsApi~addDataSheetImportGeocodeMappingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
69
71
|
*/
|
|
@@ -91,7 +93,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
93
|
var queryParams = {};
|
|
92
94
|
var headerParams = {
|
|
93
95
|
'Authorization': opts['authorization'],
|
|
96
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
94
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
98
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
95
99
|
'transactionid': opts['transactionid']
|
|
96
100
|
};
|
|
97
101
|
var formParams = {};
|
|
@@ -118,7 +122,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
118
122
|
* @param {module:model/FieldMapping} fieldMapping Field to map to
|
|
119
123
|
* @param {Object} opts Optional parameters
|
|
120
124
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
125
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
126
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
127
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
122
128
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
123
129
|
* @param {module:api/DataSheetImportsApi~addDataSheetImportMappingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
124
130
|
*/
|
|
@@ -146,7 +152,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
152
|
var queryParams = {};
|
|
147
153
|
var headerParams = {
|
|
148
154
|
'Authorization': opts['authorization'],
|
|
155
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
149
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
157
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
150
158
|
'transactionid': opts['transactionid']
|
|
151
159
|
};
|
|
152
160
|
var formParams = {};
|
|
@@ -172,7 +180,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
172
180
|
* @param {module:model/RelationshipMapping} relationshipMapping The end relationship lookup
|
|
173
181
|
* @param {Object} opts Optional parameters
|
|
174
182
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
183
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
175
184
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
176
186
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
177
187
|
* @param {module:api/DataSheetImportsApi~addEndObjectLookupCallback} callback The callback function, accepting three arguments: error, data, response
|
|
178
188
|
*/
|
|
@@ -195,7 +205,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
205
|
var queryParams = {};
|
|
196
206
|
var headerParams = {
|
|
197
207
|
'Authorization': opts['authorization'],
|
|
208
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
198
209
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
210
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
199
211
|
'transactionid': opts['transactionid']
|
|
200
212
|
};
|
|
201
213
|
var formParams = {};
|
|
@@ -221,7 +233,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
233
|
* @param {module:model/RelationshipMapping} relationshipMapping The start relationship lookup
|
|
222
234
|
* @param {Object} opts Optional parameters
|
|
223
235
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
236
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
224
237
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
225
239
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
226
240
|
* @param {module:api/DataSheetImportsApi~addStartObjectLookupCallback} callback The callback function, accepting three arguments: error, data, response
|
|
227
241
|
*/
|
|
@@ -244,7 +258,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
258
|
var queryParams = {};
|
|
245
259
|
var headerParams = {
|
|
246
260
|
'Authorization': opts['authorization'],
|
|
261
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
247
262
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
263
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
248
264
|
'transactionid': opts['transactionid']
|
|
249
265
|
};
|
|
250
266
|
var formParams = {};
|
|
@@ -271,7 +287,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
287
|
* @param {Number} objecttypeid
|
|
272
288
|
* @param {Object} opts Optional parameters
|
|
273
289
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
290
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
274
291
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
292
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
275
293
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
276
294
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
277
295
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -305,7 +323,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
305
323
|
var queryParams = {};
|
|
306
324
|
var headerParams = {
|
|
307
325
|
'Authorization': opts['authorization'],
|
|
326
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
308
327
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
328
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
309
329
|
'transactionid': opts['transactionid']
|
|
310
330
|
};
|
|
311
331
|
var formParams = {
|
|
@@ -337,7 +357,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
337
357
|
* @param {Number} objecttypeid
|
|
338
358
|
* @param {Object} opts Optional parameters
|
|
339
359
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
360
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
340
361
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
341
363
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
342
364
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
343
365
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -371,7 +393,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
371
393
|
var queryParams = {};
|
|
372
394
|
var headerParams = {
|
|
373
395
|
'Authorization': opts['authorization'],
|
|
396
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
374
397
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
398
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
375
399
|
'transactionid': opts['transactionid']
|
|
376
400
|
};
|
|
377
401
|
var formParams = {
|
|
@@ -399,7 +423,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
423
|
* Root for the API
|
|
400
424
|
* @param {Object} opts Optional parameters
|
|
401
425
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
426
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
402
427
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
403
429
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
404
430
|
* @param {module:api/DataSheetImportsApi~get28Callback} callback The callback function, accepting three arguments: error, data, response
|
|
405
431
|
*/
|
|
@@ -412,7 +438,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
412
438
|
var queryParams = {};
|
|
413
439
|
var headerParams = {
|
|
414
440
|
'Authorization': opts['authorization'],
|
|
441
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
415
442
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
443
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
416
444
|
'transactionid': opts['transactionid']
|
|
417
445
|
};
|
|
418
446
|
var formParams = {};
|
|
@@ -437,7 +465,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
437
465
|
* @param {Number} dsimportid
|
|
438
466
|
* @param {Object} opts Optional parameters
|
|
439
467
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
468
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
440
469
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
441
471
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
442
472
|
* @param {module:api/DataSheetImportsApi~getDataSheetImportByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
443
473
|
* data is of type: {@link module:model/DataSheetImport}
|
|
@@ -457,7 +487,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
457
487
|
var queryParams = {};
|
|
458
488
|
var headerParams = {
|
|
459
489
|
'Authorization': opts['authorization'],
|
|
490
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
460
491
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
492
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
461
493
|
'transactionid': opts['transactionid']
|
|
462
494
|
};
|
|
463
495
|
var formParams = {};
|
|
@@ -483,7 +515,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
483
515
|
* @param {String} sheetprop
|
|
484
516
|
* @param {Object} opts Optional parameters
|
|
485
517
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
518
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
486
519
|
* @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
|
+
* @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
521
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
488
522
|
* @param {module:api/DataSheetImportsApi~getDataSheetImportMappingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
489
523
|
* data is of type: {@link String}
|
|
@@ -508,7 +542,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
508
542
|
var queryParams = {};
|
|
509
543
|
var headerParams = {
|
|
510
544
|
'Authorization': opts['authorization'],
|
|
545
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
511
546
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
547
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
512
548
|
'transactionid': opts['transactionid']
|
|
513
549
|
};
|
|
514
550
|
var formParams = {};
|
|
@@ -533,7 +569,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
533
569
|
* @param {Number} dsimportid
|
|
534
570
|
* @param {Object} opts Optional parameters
|
|
535
571
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
572
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
536
573
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
537
575
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
538
576
|
* @param {module:api/DataSheetImportsApi~getDataSheetImportPreviewCallback} callback The callback function, accepting three arguments: error, data, response
|
|
539
577
|
* data is of type: {@link Array.<Object>}
|
|
@@ -553,7 +591,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
553
591
|
var queryParams = {};
|
|
554
592
|
var headerParams = {
|
|
555
593
|
'Authorization': opts['authorization'],
|
|
594
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
556
595
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
596
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
557
597
|
'transactionid': opts['transactionid']
|
|
558
598
|
};
|
|
559
599
|
var formParams = {};
|
|
@@ -578,7 +618,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
578
618
|
* @param {Number} dsimportid
|
|
579
619
|
* @param {Object} opts Optional parameters
|
|
580
620
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
621
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
581
622
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
623
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
582
624
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
583
625
|
* @param {module:api/DataSheetImportsApi~removeDataSheetImportGeocodeMappingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
584
626
|
*/
|
|
@@ -597,7 +639,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
597
639
|
var queryParams = {};
|
|
598
640
|
var headerParams = {
|
|
599
641
|
'Authorization': opts['authorization'],
|
|
642
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
600
643
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
644
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
601
645
|
'transactionid': opts['transactionid']
|
|
602
646
|
};
|
|
603
647
|
var formParams = {};
|
|
@@ -623,7 +667,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
623
667
|
* @param {String} sheetprop
|
|
624
668
|
* @param {Object} opts Optional parameters
|
|
625
669
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
670
|
+
* @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
671
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
627
673
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
628
674
|
* @param {module:api/DataSheetImportsApi~removeDataSheetImportMappingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
629
675
|
*/
|
|
@@ -647,7 +693,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
647
693
|
var queryParams = {};
|
|
648
694
|
var headerParams = {
|
|
649
695
|
'Authorization': opts['authorization'],
|
|
696
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
650
697
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
698
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
651
699
|
'transactionid': opts['transactionid']
|
|
652
700
|
};
|
|
653
701
|
var formParams = {};
|
|
@@ -672,7 +720,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
672
720
|
* @param {Number} dsimportid
|
|
673
721
|
* @param {Object} opts Optional parameters
|
|
674
722
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
723
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
675
724
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
676
726
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
677
727
|
* @param {module:api/DataSheetImportsApi~runDataSheetImportCallback} callback The callback function, accepting three arguments: error, data, response
|
|
678
728
|
* data is of type: {@link module:model/DataSheetImportSummary}
|
|
@@ -692,7 +742,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
742
|
var queryParams = {};
|
|
693
743
|
var headerParams = {
|
|
694
744
|
'Authorization': opts['authorization'],
|
|
745
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
695
746
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
747
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
696
748
|
'transactionid': opts['transactionid']
|
|
697
749
|
};
|
|
698
750
|
var formParams = {};
|
|
@@ -718,7 +770,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
718
770
|
* @param {module:model/DataSheetImportPrivacySettings} dataSheetImportPrivacySettings Field to map to
|
|
719
771
|
* @param {Object} opts Optional parameters
|
|
720
772
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
773
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
721
774
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
722
776
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
723
777
|
* @param {module:api/DataSheetImportsApi~setDataSheetImportPrivacyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
724
778
|
*/
|
|
@@ -741,7 +795,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
741
795
|
var queryParams = {};
|
|
742
796
|
var headerParams = {
|
|
743
797
|
'Authorization': opts['authorization'],
|
|
798
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
744
799
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
800
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
745
801
|
'transactionid': opts['transactionid']
|
|
746
802
|
};
|
|
747
803
|
var formParams = {};
|
|
@@ -766,7 +822,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
766
822
|
* @param {Number} dsimportid
|
|
767
823
|
* @param {Object} opts Optional parameters
|
|
768
824
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
825
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
769
826
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
770
828
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
771
829
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
772
830
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -790,7 +848,9 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
790
848
|
var queryParams = {};
|
|
791
849
|
var headerParams = {
|
|
792
850
|
'Authorization': opts['authorization'],
|
|
851
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
793
852
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
853
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
794
854
|
'transactionid': opts['transactionid']
|
|
795
855
|
};
|
|
796
856
|
var formParams = {
|