@gobodo/gobodo-api 0.1.24 → 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 +11 -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 +314 -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 +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 +14 -14
- 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 +9 -9
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +59 -59
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- 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 +10 -10
- 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 +9 -9
- package/dist/model/PageSchema.js +2 -2
- 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 +2 -2
- 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 +24 -24
- 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 +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 +13 -3
- 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 +22 -22
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +22 -22
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/InvitesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.25
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Invites service.
|
|
30
30
|
* @module api/InvitesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,7 +55,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {String} inviteid The id of the invite we are retrieving
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:api/InvitesApi~acceptInviteCallback} callback The callback function, accepting three arguments: error, data, response
|
|
61
63
|
*/
|
|
@@ -74,7 +76,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
76
|
var queryParams = {};
|
|
75
77
|
var headerParams = {
|
|
76
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
77
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
78
82
|
'transactionid': opts['transactionid']
|
|
79
83
|
};
|
|
80
84
|
var formParams = {};
|
|
@@ -99,7 +103,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
99
103
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
100
104
|
* @param {Object} opts Optional parameters
|
|
101
105
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
106
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
107
|
* @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
|
|
108
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
103
109
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
104
110
|
* @param {module:api/InvitesApi~createInviteCallback} callback The callback function, accepting three arguments: error, data, response
|
|
105
111
|
* data is of type: {@link module:model/UserInvite}
|
|
@@ -117,7 +123,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
123
|
var queryParams = {};
|
|
118
124
|
var headerParams = {
|
|
119
125
|
'Authorization': opts['authorization'],
|
|
126
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
120
127
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
121
129
|
'transactionid': opts['transactionid']
|
|
122
130
|
};
|
|
123
131
|
var formParams = {};
|
|
@@ -143,7 +151,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
151
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
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/InvitesApi~createInviteOnObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
149
159
|
* data is of type: {@link module:model/UserInvite}
|
|
@@ -167,7 +177,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
167
177
|
var queryParams = {};
|
|
168
178
|
var headerParams = {
|
|
169
179
|
'Authorization': opts['authorization'],
|
|
180
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
170
181
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
182
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
171
183
|
'transactionid': opts['transactionid']
|
|
172
184
|
};
|
|
173
185
|
var formParams = {};
|
|
@@ -192,7 +204,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
192
204
|
* @param {String} inviteCode The id of the invite we are retrieving
|
|
193
205
|
* @param {Object} opts Optional parameters
|
|
194
206
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
207
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
195
208
|
* @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
|
|
209
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
196
210
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
197
211
|
* @param {module:api/InvitesApi~getInviteByCodeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
198
212
|
* data is of type: {@link module:model/UserInvite}
|
|
@@ -212,7 +226,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
226
|
var queryParams = {};
|
|
213
227
|
var headerParams = {
|
|
214
228
|
'Authorization': opts['authorization'],
|
|
229
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
215
230
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
231
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
216
232
|
'transactionid': opts['transactionid']
|
|
217
233
|
};
|
|
218
234
|
var formParams = {};
|
|
@@ -236,7 +252,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
236
252
|
* Returns the logged in user, this is only for debugging and will be removed
|
|
237
253
|
* @param {Object} opts Optional parameters
|
|
238
254
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
255
|
+
* @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
256
|
* @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
|
|
257
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
240
258
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
241
259
|
* @param {module:api/InvitesApi~inviteLoggedInUserCallback} callback The callback function, accepting three arguments: error, data, response
|
|
242
260
|
*/
|
|
@@ -249,7 +267,9 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
267
|
var queryParams = {};
|
|
250
268
|
var headerParams = {
|
|
251
269
|
'Authorization': opts['authorization'],
|
|
270
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
252
271
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
272
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
253
273
|
'transactionid': opts['transactionid']
|
|
254
274
|
};
|
|
255
275
|
var formParams = {};
|
package/dist/api/LikesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.25
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,7 +57,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} id
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
60
61
|
* @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
|
|
62
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
61
63
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
62
64
|
* @param {module:api/LikesApi~deleteAction1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
63
65
|
*/
|
|
@@ -76,7 +78,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
78
|
var queryParams = {};
|
|
77
79
|
var headerParams = {
|
|
78
80
|
'Authorization': opts['authorization'],
|
|
81
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
82
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
83
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
80
84
|
'transactionid': opts['transactionid']
|
|
81
85
|
};
|
|
82
86
|
var formParams = {};
|
|
@@ -101,7 +105,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
105
|
* @param {Number} objectid
|
|
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/LikesApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
107
113
|
*/
|
|
@@ -120,7 +126,9 @@ var LikesApi = 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 = {};
|
|
@@ -145,7 +153,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
145
153
|
* @param {Number} objectid
|
|
146
154
|
* @param {Object} opts Optional parameters
|
|
147
155
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
156
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
148
157
|
* @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
|
|
158
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
149
159
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
150
160
|
* @param {module:api/LikesApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
151
161
|
*/
|
|
@@ -164,7 +174,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
174
|
var queryParams = {};
|
|
165
175
|
var headerParams = {
|
|
166
176
|
'Authorization': opts['authorization'],
|
|
177
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
167
178
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
179
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
168
180
|
'transactionid': opts['transactionid']
|
|
169
181
|
};
|
|
170
182
|
var formParams = {};
|
|
@@ -187,7 +199,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
199
|
* Root for the API
|
|
188
200
|
* @param {Object} opts Optional parameters
|
|
189
201
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
202
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
190
203
|
* @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
|
|
204
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
191
205
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
192
206
|
* @param {module:api/LikesApi~get37Callback} callback The callback function, accepting three arguments: error, data, response
|
|
193
207
|
*/
|
|
@@ -200,7 +214,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
200
214
|
var queryParams = {};
|
|
201
215
|
var headerParams = {
|
|
202
216
|
'Authorization': opts['authorization'],
|
|
217
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
203
218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
204
220
|
'transactionid': opts['transactionid']
|
|
205
221
|
};
|
|
206
222
|
var formParams = {};
|
|
@@ -224,7 +240,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
224
240
|
* @param {Number} id
|
|
225
241
|
* @param {Object} opts Optional parameters
|
|
226
242
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
243
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
227
244
|
* @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
|
|
245
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
228
246
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
229
247
|
* @param {module:api/LikesApi~getActionById1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
230
248
|
* data is of type: {@link module:model/GraphAction}
|
|
@@ -244,7 +262,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
262
|
var queryParams = {};
|
|
245
263
|
var headerParams = {
|
|
246
264
|
'Authorization': opts['authorization'],
|
|
265
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
247
266
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
267
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
248
268
|
'transactionid': opts['transactionid']
|
|
249
269
|
};
|
|
250
270
|
var formParams = {};
|
|
@@ -269,7 +289,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
289
|
* @param {Number} id
|
|
270
290
|
* @param {Object} opts Optional parameters
|
|
271
291
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
292
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
272
293
|
* @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
|
|
294
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
273
295
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
274
296
|
* @param {module:api/LikesApi~getActionProperties1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
275
297
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -289,7 +311,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
289
311
|
var queryParams = {};
|
|
290
312
|
var headerParams = {
|
|
291
313
|
'Authorization': opts['authorization'],
|
|
314
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
292
315
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
316
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
293
317
|
'transactionid': opts['transactionid']
|
|
294
318
|
};
|
|
295
319
|
var formParams = {};
|
|
@@ -317,7 +341,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
317
341
|
* @param {String} prop
|
|
318
342
|
* @param {Object} opts Optional parameters
|
|
319
343
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
344
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
320
345
|
* @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
|
|
346
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
321
347
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
322
348
|
* @param {module:api/LikesApi~getActionProperty1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
323
349
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -342,7 +368,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
342
368
|
var queryParams = {};
|
|
343
369
|
var headerParams = {
|
|
344
370
|
'Authorization': opts['authorization'],
|
|
371
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
345
372
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
373
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
346
374
|
'transactionid': opts['transactionid']
|
|
347
375
|
};
|
|
348
376
|
var formParams = {};
|
|
@@ -369,7 +397,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
369
397
|
* @param {Number} objectid
|
|
370
398
|
* @param {Object} opts Optional parameters
|
|
371
399
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
400
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
372
401
|
* @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
|
|
402
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
373
403
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
374
404
|
* @param {module:api/LikesApi~isDislikedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
375
405
|
* data is of type: {@link Boolean}
|
|
@@ -389,7 +419,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
389
419
|
var queryParams = {};
|
|
390
420
|
var headerParams = {
|
|
391
421
|
'Authorization': opts['authorization'],
|
|
422
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
392
423
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
424
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
393
425
|
'transactionid': opts['transactionid']
|
|
394
426
|
};
|
|
395
427
|
var formParams = {};
|
|
@@ -414,7 +446,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
414
446
|
* @param {Number} objectid
|
|
415
447
|
* @param {Object} opts Optional parameters
|
|
416
448
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
449
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
417
450
|
* @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
|
|
451
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
418
452
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
419
453
|
* @param {module:api/LikesApi~isLikedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
420
454
|
* data is of type: {@link Boolean}
|
|
@@ -434,7 +468,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
434
468
|
var queryParams = {};
|
|
435
469
|
var headerParams = {
|
|
436
470
|
'Authorization': opts['authorization'],
|
|
471
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
437
472
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
473
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
438
474
|
'transactionid': opts['transactionid']
|
|
439
475
|
};
|
|
440
476
|
var formParams = {};
|
|
@@ -459,7 +495,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
459
495
|
* @param {Number} objectid
|
|
460
496
|
* @param {Object} opts Optional parameters
|
|
461
497
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
498
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
462
499
|
* @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
|
|
500
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
463
501
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
464
502
|
* @param {module:api/LikesApi~likeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
465
503
|
*/
|
|
@@ -478,7 +516,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
478
516
|
var queryParams = {};
|
|
479
517
|
var headerParams = {
|
|
480
518
|
'Authorization': opts['authorization'],
|
|
519
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
481
520
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
521
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
482
522
|
'transactionid': opts['transactionid']
|
|
483
523
|
};
|
|
484
524
|
var formParams = {};
|
|
@@ -503,7 +543,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
503
543
|
* @param {Number} id
|
|
504
544
|
* @param {Object} opts Optional parameters
|
|
505
545
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
546
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
506
547
|
* @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
|
|
548
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
507
549
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
508
550
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
509
551
|
* @param {module:api/LikesApi~setActionProperties1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -523,7 +565,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
523
565
|
var queryParams = {};
|
|
524
566
|
var headerParams = {
|
|
525
567
|
'Authorization': opts['authorization'],
|
|
568
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
526
569
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
570
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
527
571
|
'transactionid': opts['transactionid']
|
|
528
572
|
};
|
|
529
573
|
var formParams = {};
|
|
@@ -549,7 +593,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
549
593
|
* @param {String} prop
|
|
550
594
|
* @param {Object} opts Optional parameters
|
|
551
595
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
596
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
552
597
|
* @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
|
|
598
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
553
599
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
554
600
|
* @param {String} [body]
|
|
555
601
|
* @param {module:api/LikesApi~setActionProperty1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -574,7 +620,9 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
574
620
|
var queryParams = {};
|
|
575
621
|
var headerParams = {
|
|
576
622
|
'Authorization': opts['authorization'],
|
|
623
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
577
624
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
625
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
578
626
|
'transactionid': opts['transactionid']
|
|
579
627
|
};
|
|
580
628
|
var formParams = {};
|
package/dist/api/LinkedINApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.25
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.25
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -58,7 +58,9 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
62
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
63
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
62
64
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
63
65
|
* @param {module:api/LiveMeetingsApi~addLiveMeetingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
64
66
|
*/
|
|
@@ -81,7 +83,9 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
83
|
var queryParams = {};
|
|
82
84
|
var headerParams = {
|
|
83
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
85
89
|
'transactionid': opts['transactionid']
|
|
86
90
|
};
|
|
87
91
|
var formParams = {};
|
|
@@ -106,7 +110,9 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
110
|
* @param {Number} objectid The id of the object we are streaming
|
|
107
111
|
* @param {Object} opts Optional parameters
|
|
108
112
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @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
114
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
115
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
110
116
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
111
117
|
* @param {module:api/LiveMeetingsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
|
|
112
118
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -126,7 +132,9 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
132
|
var queryParams = {};
|
|
127
133
|
var headerParams = {
|
|
128
134
|
'Authorization': opts['authorization'],
|
|
135
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
129
136
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
130
138
|
'transactionid': opts['transactionid']
|
|
131
139
|
};
|
|
132
140
|
var formParams = {};
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.25
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id The id of the object to delete
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:api/MeetingEventsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
61
63
|
*/
|
|
@@ -74,7 +76,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
76
|
var queryParams = {};
|
|
75
77
|
var headerParams = {
|
|
76
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
77
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
78
82
|
'transactionid': opts['transactionid']
|
|
79
83
|
};
|
|
80
84
|
var formParams = {};
|
|
@@ -99,7 +103,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
99
103
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
100
104
|
* @param {Object} opts Optional parameters
|
|
101
105
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
106
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
107
|
* @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
|
|
108
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
103
109
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
104
110
|
* @param {module:api/MeetingEventsApi~getEventsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
105
111
|
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
@@ -119,7 +125,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
119
125
|
var queryParams = {};
|
|
120
126
|
var headerParams = {
|
|
121
127
|
'Authorization': opts['authorization'],
|
|
128
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
122
129
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
130
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
123
131
|
'transactionid': opts['transactionid']
|
|
124
132
|
};
|
|
125
133
|
var formParams = {};
|
|
@@ -146,7 +154,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
154
|
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
147
155
|
* @param {Object} opts Optional parameters
|
|
148
156
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
157
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
149
158
|
* @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
|
|
159
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
150
160
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
151
161
|
* @param {module:api/MeetingEventsApi~getEventsDateRangeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
152
162
|
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
@@ -176,7 +186,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
186
|
var queryParams = {};
|
|
177
187
|
var headerParams = {
|
|
178
188
|
'Authorization': opts['authorization'],
|
|
189
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
179
190
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
191
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
180
192
|
'transactionid': opts['transactionid']
|
|
181
193
|
};
|
|
182
194
|
var formParams = {};
|
|
@@ -201,7 +213,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
201
213
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
202
214
|
* @param {Object} opts Optional parameters
|
|
203
215
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
216
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
204
217
|
* @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
|
|
218
|
+
* @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
219
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
206
220
|
* @param {module:api/MeetingEventsApi~getEventsFutureCallback} callback The callback function, accepting three arguments: error, data, response
|
|
207
221
|
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
@@ -221,7 +235,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
235
|
var queryParams = {};
|
|
222
236
|
var headerParams = {
|
|
223
237
|
'Authorization': opts['authorization'],
|
|
238
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
224
239
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
240
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
225
241
|
'transactionid': opts['transactionid']
|
|
226
242
|
};
|
|
227
243
|
var formParams = {};
|
|
@@ -246,7 +262,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
246
262
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
247
263
|
* @param {Object} opts Optional parameters
|
|
248
264
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
265
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
249
266
|
* @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
|
|
267
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
250
268
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
251
269
|
* @param {module:api/MeetingEventsApi~getEventsPastCallback} callback The callback function, accepting three arguments: error, data, response
|
|
252
270
|
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
@@ -266,7 +284,9 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
266
284
|
var queryParams = {};
|
|
267
285
|
var headerParams = {
|
|
268
286
|
'Authorization': opts['authorization'],
|
|
287
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
269
288
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
289
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
270
290
|
'transactionid': opts['transactionid']
|
|
271
291
|
};
|
|
272
292
|
var formParams = {};
|