@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.
Files changed (188) hide show
  1. package/README.md +13 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +6 -2
  4. package/dist/api/AdCampaignsApi.js +34 -2
  5. package/dist/api/AdManagementApi.js +50 -2
  6. package/dist/api/AdminDataManagementApi.js +6 -2
  7. package/dist/api/AdsApi.js +26 -2
  8. package/dist/api/AttachmentsApi.js +30 -2
  9. package/dist/api/AuthenticationApi.js +74 -2
  10. package/dist/api/CategoriesApi.js +30 -2
  11. package/dist/api/CommentsApi.js +34 -2
  12. package/dist/api/ContentManagementApi.js +98 -2
  13. package/dist/api/ConversationsApi.js +38 -2
  14. package/dist/api/DataSheetImportsApi.js +62 -2
  15. package/dist/api/DefaultApi.js +46 -2
  16. package/dist/api/DocumentsApi.js +54 -2
  17. package/dist/api/EntryPartsApi.js +54 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +14 -2
  20. package/dist/api/FilesApi.js +6 -2
  21. package/dist/api/FormsApi.js +74 -2
  22. package/dist/api/FunctionsApi.js +6 -2
  23. package/dist/api/GeocodeApi.js +22 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +42 -2
  26. package/dist/api/GraphObjectTypesApi.js +38 -2
  27. package/dist/api/GraphObjectsApi.js +258 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +70 -2
  29. package/dist/api/GraphRelationshipsApi.js +126 -2
  30. package/dist/api/GraphSchemasApi.js +30 -2
  31. package/dist/api/GraphTraversalApi.js +22 -2
  32. package/dist/api/GraphsApi.js +46 -2
  33. package/dist/api/GroupsApi.js +46 -2
  34. package/dist/api/IAMApi.js +18 -2
  35. package/dist/api/ImagesApi.js +34 -2
  36. package/dist/api/InvitesApi.js +22 -2
  37. package/dist/api/LikesApi.js +50 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +10 -2
  40. package/dist/api/MeetingEventsApi.js +22 -2
  41. package/dist/api/PagesApi.js +38 -2
  42. package/dist/api/PostsApi.js +22 -2
  43. package/dist/api/PrivateMessagesApi.js +66 -2
  44. package/dist/api/PublicationsApi.js +6 -2
  45. package/dist/api/ScreensApi.js +14 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +414 -2
  48. package/dist/api/TagsApi.js +6 -2
  49. package/dist/api/TemplatesApi.js +14 -2
  50. package/dist/api/ThemeMappingsApi.js +14 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +38 -2
  54. package/dist/api/UsersApi.js +38 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +46 -2
  57. package/dist/index.js +7 -0
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/Article.js +26 -26
  67. package/dist/model/Authorization.js +2 -2
  68. package/dist/model/Balance.js +2 -2
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +10 -10
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +11 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +10 -10
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +26 -26
  84. package/dist/model/DocumentPart.js +21 -21
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +10 -10
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +10 -10
  89. package/dist/model/File.js +2 -2
  90. package/dist/model/FileAttachmentUploadObject.js +2 -2
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +2 -2
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +9 -9
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +10 -10
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +11 -11
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelation.js +2 -2
  111. package/dist/model/GraphRelationObjectObject.js +2 -2
  112. package/dist/model/GraphRelationship.js +2 -2
  113. package/dist/model/GraphRelationshipPayload.js +2 -2
  114. package/dist/model/GraphRelationshipType.js +2 -2
  115. package/dist/model/GraphSchema.js +30 -30
  116. package/dist/model/GraphTraversalInput.js +2 -2
  117. package/dist/model/Image.js +16 -16
  118. package/dist/model/ImageUploadObject.js +16 -16
  119. package/dist/model/InputPart.js +2 -2
  120. package/dist/model/InputPartMediaType.js +2 -2
  121. package/dist/model/Link.js +24 -24
  122. package/dist/model/LiveStreamInfo.js +2 -2
  123. package/dist/model/MeetingEvent.js +2 -2
  124. package/dist/model/MeetingEventTimezone.js +2 -2
  125. package/dist/model/MeetingInfo.js +2 -2
  126. package/dist/model/Member.js +2 -2
  127. package/dist/model/MemberGroupCategory.js +2 -2
  128. package/dist/model/MemberList.js +2 -2
  129. package/dist/model/MessageGroup.js +2 -2
  130. package/dist/model/MultipartBody.js +2 -2
  131. package/dist/model/Objecttype.js +2 -2
  132. package/dist/model/Page.js +16 -16
  133. package/dist/model/PageSchema.js +2 -2
  134. package/dist/model/Pageable.js +16 -16
  135. package/dist/model/Path.js +2 -2
  136. package/dist/model/PaymentAccountObject.js +2 -2
  137. package/dist/model/PaymentIntentInput.js +2 -2
  138. package/dist/model/PaymentIntentResponse.js +2 -2
  139. package/dist/model/PaymentMethod.js +2 -2
  140. package/dist/model/PaymentMethodInput.js +2 -2
  141. package/dist/model/PaymentMethodResponse.js +2 -2
  142. package/dist/model/PaymentMethodsResponse.js +2 -2
  143. package/dist/model/Payout.js +11 -11
  144. package/dist/model/PayoutInput.js +2 -2
  145. package/dist/model/PayoutResponse.js +2 -2
  146. package/dist/model/Post.js +2 -2
  147. package/dist/model/PrivateMessage.js +2 -2
  148. package/dist/model/PrivateMessageConversation.js +15 -15
  149. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  150. package/dist/model/Profile.js +2 -2
  151. package/dist/model/Profiletype.js +2 -2
  152. package/dist/model/PropertyContainer.js +9 -9
  153. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  154. package/dist/model/RelationshipMapping.js +2 -2
  155. package/dist/model/ScreenSchema.js +2 -2
  156. package/dist/model/SimulcastInfo.js +2 -2
  157. package/dist/model/SkinField.js +10 -10
  158. package/dist/model/SocialGroup.js +9 -9
  159. package/dist/model/SocialGroupType.js +2 -2
  160. package/dist/model/Sort.js +9 -9
  161. package/dist/model/SourceTypes.js +2 -2
  162. package/dist/model/StatusUpdate.js +2 -2
  163. package/dist/model/StreetAddress.js +2 -2
  164. package/dist/model/StripeAccount.js +11 -2
  165. package/dist/model/StripeCustomerAccount.js +2 -2
  166. package/dist/model/Template.js +22 -22
  167. package/dist/model/TemplateSchema.js +22 -22
  168. package/dist/model/ThemeMapping.js +10 -10
  169. package/dist/model/ThemeMappingPayload.js +9 -9
  170. package/dist/model/Transaction.js +2 -2
  171. package/dist/model/Transfer.js +21 -11
  172. package/dist/model/TransferInput.js +2 -2
  173. package/dist/model/TransferResponse.js +16 -2
  174. package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
  175. package/dist/model/User.js +2 -2
  176. package/dist/model/UserDataPayload.js +2 -2
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +2 -2
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +26 -26
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +34 -34
  186. package/dist/model/VideoUploadObject.js +26 -26
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -35,7 +35,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
35
35
  * gobodo-api
36
36
  * REST Interface for Gobodo API
37
37
  *
38
- * The version of the OpenAPI document: 0.1.23
38
+ * The version of the OpenAPI document: 0.1.25
39
39
  * Contact: info@gobodo.io
40
40
  *
41
41
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
46
46
  /**
47
47
  * GraphObjects service.
48
48
  * @module api/GraphObjectsApi
49
- * @version 0.1.23
49
+ * @version 0.1.25
50
50
  */
51
51
  var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -76,7 +76,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
76
76
  * @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
77
77
  * @param {Object} opts Optional parameters
78
78
  * @param {String} [authorization] The authorization token of the logged in user
79
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
79
80
  * @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
81
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
80
82
  * @param {String} [transactionid] The id of the transaction this operation is being run in
81
83
  * @param {module:api/GraphObjectsApi~addLiveMeetingCallback} callback The callback function, accepting three arguments: error, data, response
82
84
  */
@@ -99,7 +101,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
99
101
  var queryParams = {};
100
102
  var headerParams = {
101
103
  'Authorization': opts['authorization'],
104
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
102
105
  'zeusportal-postas': opts['zeusportalPostas'],
106
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
103
107
  'transactionid': opts['transactionid']
104
108
  };
105
109
  var formParams = {};
@@ -124,7 +128,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
124
128
  * @param {Number} objectid The id of the object we are streaming
125
129
  * @param {Object} opts Optional parameters
126
130
  * @param {String} [authorization] The authorization token of the logged in user
131
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
127
132
  * @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
133
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
128
134
  * @param {String} [transactionid] The id of the transaction this operation is being run in
129
135
  * @param {module:api/GraphObjectsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
130
136
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -144,7 +150,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
144
150
  var queryParams = {};
145
151
  var headerParams = {
146
152
  'Authorization': opts['authorization'],
153
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
147
154
  'zeusportal-postas': opts['zeusportalPostas'],
155
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
148
156
  'transactionid': opts['transactionid']
149
157
  };
150
158
  var formParams = {};
@@ -169,7 +177,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
169
177
  * @param {Number} id The id of the object that the file is being attached to
170
178
  * @param {Object} opts Optional parameters
171
179
  * @param {String} [authorization] The authorization token of the logged in user
180
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
172
181
  * @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
182
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
173
183
  * @param {String} [transactionid] The id of the transaction this operation is being run in
174
184
  * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
175
185
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -193,7 +203,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
193
203
  var queryParams = {};
194
204
  var headerParams = {
195
205
  'Authorization': opts['authorization'],
206
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
196
207
  'zeusportal-postas': opts['zeusportalPostas'],
208
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
197
209
  'transactionid': opts['transactionid']
198
210
  };
199
211
  var formParams = {
@@ -221,7 +233,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
221
233
  * @param {Number} id The id of the object that the image is being attached to
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 {Object.<String, {String: [InputPart]}>} [formDataMap]
227
241
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -245,7 +259,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
245
259
  var queryParams = {};
246
260
  var headerParams = {
247
261
  'Authorization': opts['authorization'],
262
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
248
263
  'zeusportal-postas': opts['zeusportalPostas'],
264
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
249
265
  'transactionid': opts['transactionid']
250
266
  };
251
267
  var formParams = {
@@ -274,7 +290,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
274
290
  * @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
275
291
  * @param {Object} opts Optional parameters
276
292
  * @param {String} [authorization] The authorization token of the logged in user
293
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
277
294
  * @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
295
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
278
296
  * @param {String} [transactionid] The id of the transaction this operation is being run in
279
297
  * @param {module:api/GraphObjectsApi~createActionsCallback} callback The callback function, accepting three arguments: error, data, response
280
298
  * data is of type: {@link Array.<module:model/GraphAction>}
@@ -298,7 +316,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
298
316
  var queryParams = {};
299
317
  var headerParams = {
300
318
  'Authorization': opts['authorization'],
319
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
301
320
  'zeusportal-postas': opts['zeusportalPostas'],
321
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
302
322
  'transactionid': opts['transactionid']
303
323
  };
304
324
  var formParams = {};
@@ -322,7 +342,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
322
342
  * @param {Number} id
323
343
  * @param {Object} opts Optional parameters
324
344
  * @param {String} [authorization] The authorization token of the logged in user
345
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
325
346
  * @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
347
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
326
348
  * @param {String} [transactionid] The id of the transaction this operation is being run in
327
349
  * @param {String} [body]
328
350
  * @param {module:api/GraphObjectsApi~createAddObjectsToGraphCallback} callback The callback function, accepting three arguments: error, data, response
@@ -343,7 +365,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
343
365
  var queryParams = {};
344
366
  var headerParams = {
345
367
  'Authorization': opts['authorization'],
368
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
346
369
  'zeusportal-postas': opts['zeusportalPostas'],
370
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
347
371
  'transactionid': opts['transactionid']
348
372
  };
349
373
  var formParams = {};
@@ -367,7 +391,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
367
391
  * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
368
392
  * @param {Object} opts Optional parameters
369
393
  * @param {String} [authorization] The authorization token of the logged in user
394
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
370
395
  * @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
396
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
371
397
  * @param {String} [transactionid] The id of the transaction this operation is being run in
372
398
  * @param {module:api/GraphObjectsApi~createGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
373
399
  * data is of type: {@link module:model/Geocode}
@@ -391,7 +417,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
391
417
  var queryParams = {};
392
418
  var headerParams = {
393
419
  'Authorization': opts['authorization'],
420
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
394
421
  'zeusportal-postas': opts['zeusportalPostas'],
422
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
395
423
  'transactionid': opts['transactionid']
396
424
  };
397
425
  var formParams = {};
@@ -417,7 +445,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
417
445
  * @param {module:model/UserInviteInput} userInviteInput An Invite Input
418
446
  * @param {Object} opts Optional parameters
419
447
  * @param {String} [authorization] The authorization token of the logged in user
448
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
420
449
  * @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
450
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
421
451
  * @param {String} [transactionid] The id of the transaction this operation is being run in
422
452
  * @param {module:api/GraphObjectsApi~createInviteOnObjectCallback} callback The callback function, accepting three arguments: error, data, response
423
453
  * data is of type: {@link module:model/UserInvite}
@@ -441,7 +471,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
441
471
  var queryParams = {};
442
472
  var headerParams = {
443
473
  'Authorization': opts['authorization'],
474
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
444
475
  'zeusportal-postas': opts['zeusportalPostas'],
476
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
445
477
  'transactionid': opts['transactionid']
446
478
  };
447
479
  var formParams = {};
@@ -466,7 +498,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
466
498
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
467
499
  * @param {Object} opts Optional parameters
468
500
  * @param {String} [authorization] The authorization token of the logged in user
501
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
469
502
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
503
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
470
504
  * @param {String} [transactionid] The id of the transaction this operation is being run in
471
505
  * @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
472
506
  * data is of type: {@link module:model/GraphObjectSchema}
@@ -484,7 +518,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
484
518
  var queryParams = {};
485
519
  var headerParams = {
486
520
  'Authorization': opts['authorization'],
521
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
487
522
  'zeusportal-postas': opts['zeusportalPostas'],
523
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
488
524
  'transactionid': opts['transactionid']
489
525
  };
490
526
  var formParams = {};
@@ -509,7 +545,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
509
545
  * @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
510
546
  * @param {Object} opts Optional parameters
511
547
  * @param {String} [authorization] The authorization token of the logged in user
548
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
512
549
  * @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
550
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
513
551
  * @param {String} [transactionid] The id of the transaction this operation is being run in
514
552
  * @param {module:api/GraphObjectsApi~createObjectsCallback} callback The callback function, accepting three arguments: error, data, response
515
553
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -527,7 +565,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
527
565
  var queryParams = {};
528
566
  var headerParams = {
529
567
  'Authorization': opts['authorization'],
568
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
530
569
  'zeusportal-postas': opts['zeusportalPostas'],
570
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
531
571
  'transactionid': opts['transactionid']
532
572
  };
533
573
  var formParams = {};
@@ -553,7 +593,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
553
593
  * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
554
594
  * @param {Object} opts Optional parameters
555
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
556
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
557
599
  * @param {String} [transactionid] The id of the transaction this operation is being run in
558
600
  * @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
559
601
  * data is of type: {@link module:model/GraphRelationship}
@@ -577,7 +619,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
577
619
  var queryParams = {};
578
620
  var headerParams = {
579
621
  'Authorization': opts['authorization'],
622
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
580
623
  'zeusportal-postas': opts['zeusportalPostas'],
624
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
581
625
  'transactionid': opts['transactionid']
582
626
  };
583
627
  var formParams = {};
@@ -603,7 +647,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
603
647
  * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
604
648
  * @param {Object} opts Optional parameters
605
649
  * @param {String} [authorization] The authorization token of the logged in user
650
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
606
651
  * @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
652
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
607
653
  * @param {String} [transactionid] The id of the transaction this operation is being run in
608
654
  * @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
609
655
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -627,7 +673,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
627
673
  var queryParams = {};
628
674
  var headerParams = {
629
675
  'Authorization': opts['authorization'],
676
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
630
677
  'zeusportal-postas': opts['zeusportalPostas'],
678
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
631
679
  'transactionid': opts['transactionid']
632
680
  };
633
681
  var formParams = {};
@@ -651,7 +699,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
651
699
  * @param {Number} geocodeid The id of the object whose properties we are updating
652
700
  * @param {Object} opts Optional parameters
653
701
  * @param {String} [authorization] The authorization token of the logged in user
702
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
654
703
  * @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
704
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
655
705
  * @param {String} [transactionid] The id of the transaction this operation is being run in
656
706
  * @param {module:api/GraphObjectsApi~deleteGeocodeCallback} callback The callback function, accepting three arguments: error, data, response
657
707
  */
@@ -675,7 +725,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
675
725
  var queryParams = {};
676
726
  var headerParams = {
677
727
  'Authorization': opts['authorization'],
728
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
678
729
  'zeusportal-postas': opts['zeusportalPostas'],
730
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
679
731
  'transactionid': opts['transactionid']
680
732
  };
681
733
  var formParams = {};
@@ -700,7 +752,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
700
752
  * @param {Number} objectid
701
753
  * @param {Object} opts Optional parameters
702
754
  * @param {String} [authorization] The authorization token of the logged in user
755
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
703
756
  * @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
757
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
704
758
  * @param {String} [transactionid] The id of the transaction this operation is being run in
705
759
  * @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
706
760
  */
@@ -719,7 +773,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
719
773
  var queryParams = {};
720
774
  var headerParams = {
721
775
  'Authorization': opts['authorization'],
776
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
722
777
  'zeusportal-postas': opts['zeusportalPostas'],
778
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
723
779
  'transactionid': opts['transactionid']
724
780
  };
725
781
  var formParams = {};
@@ -743,7 +799,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
743
799
  * @param {Number} id The id of the object to delete
744
800
  * @param {Object} opts Optional parameters
745
801
  * @param {String} [authorization] The authorization token of the logged in user
802
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
746
803
  * @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
804
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
747
805
  * @param {String} [transactionid] The id of the transaction this operation is being run in
748
806
  * @param {module:api/GraphObjectsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
749
807
  */
@@ -762,7 +820,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
762
820
  var queryParams = {};
763
821
  var headerParams = {
764
822
  'Authorization': opts['authorization'],
823
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
765
824
  'zeusportal-postas': opts['zeusportalPostas'],
825
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
766
826
  'transactionid': opts['transactionid']
767
827
  };
768
828
  var formParams = {};
@@ -787,7 +847,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
787
847
  * @param {Number} objectid
788
848
  * @param {Object} opts Optional parameters
789
849
  * @param {String} [authorization] The authorization token of the logged in user
850
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
790
851
  * @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
852
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
791
853
  * @param {String} [transactionid] The id of the transaction this operation is being run in
792
854
  * @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
793
855
  */
@@ -806,7 +868,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
806
868
  var queryParams = {};
807
869
  var headerParams = {
808
870
  'Authorization': opts['authorization'],
871
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
809
872
  'zeusportal-postas': opts['zeusportalPostas'],
873
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
810
874
  'transactionid': opts['transactionid']
811
875
  };
812
876
  var formParams = {};
@@ -830,7 +894,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
830
894
  * @param {String} _function
831
895
  * @param {Object} opts Optional parameters
832
896
  * @param {String} [authorization] The authorization token of the logged in user
897
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
833
898
  * @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
899
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
834
900
  * @param {String} [transactionid] The id of the transaction this operation is being run in
835
901
  * @param {String} [body]
836
902
  * @param {module:api/GraphObjectsApi~doPostFunctionCallback} callback The callback function, accepting three arguments: error, data, response
@@ -856,7 +922,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
856
922
  var queryParams = {};
857
923
  var headerParams = {
858
924
  'Authorization': opts['authorization'],
925
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
859
926
  'zeusportal-postas': opts['zeusportalPostas'],
927
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
860
928
  'transactionid': opts['transactionid']
861
929
  };
862
930
  var formParams = {};
@@ -879,7 +947,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
879
947
  * @param {Number} id The id of the object being followed
880
948
  * @param {Object} opts Optional parameters
881
949
  * @param {String} [authorization] The authorization token of the logged in user
950
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
882
951
  * @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
952
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
883
953
  * @param {String} [transactionid] The id of the transaction this operation is being run in
884
954
  * @param {module:api/GraphObjectsApi~followCallback} callback The callback function, accepting three arguments: error, data, response
885
955
  */
@@ -898,7 +968,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
898
968
  var queryParams = {};
899
969
  var headerParams = {
900
970
  'Authorization': opts['authorization'],
971
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
901
972
  'zeusportal-postas': opts['zeusportalPostas'],
973
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
902
974
  'transactionid': opts['transactionid']
903
975
  };
904
976
  var formParams = {};
@@ -921,7 +993,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
921
993
  * Root for the API
922
994
  * @param {Object} opts Optional parameters
923
995
  * @param {String} [authorization] The authorization token of the logged in user
996
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
924
997
  * @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
998
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
925
999
  * @param {String} [transactionid] The id of the transaction this operation is being run in
926
1000
  * @param {module:api/GraphObjectsApi~get7Callback} callback The callback function, accepting three arguments: error, data, response
927
1001
  */
@@ -934,7 +1008,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
934
1008
  var queryParams = {};
935
1009
  var headerParams = {
936
1010
  'Authorization': opts['authorization'],
1011
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
937
1012
  'zeusportal-postas': opts['zeusportalPostas'],
1013
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
938
1014
  'transactionid': opts['transactionid']
939
1015
  };
940
1016
  var formParams = {};
@@ -959,7 +1035,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
959
1035
  * @param {Number} id The id of the object that we are retrieving actions on
960
1036
  * @param {Object} opts Optional parameters
961
1037
  * @param {String} [authorization] The authorization token of the logged in user
1038
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
962
1039
  * @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
1040
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
963
1041
  * @param {String} [transactionid] The id of the transaction this operation is being run in
964
1042
  * @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
965
1043
  * data is of type: {@link Array.<module:model/GraphAction>}
@@ -979,7 +1057,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
979
1057
  var queryParams = {};
980
1058
  var headerParams = {
981
1059
  'Authorization': opts['authorization'],
1060
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
982
1061
  'zeusportal-postas': opts['zeusportalPostas'],
1062
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
983
1063
  'transactionid': opts['transactionid']
984
1064
  };
985
1065
  var formParams = {};
@@ -1005,7 +1085,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1005
1085
  * @param {Number} actiontypeid
1006
1086
  * @param {Object} opts Optional parameters
1007
1087
  * @param {String} [authorization] The authorization token of the logged in user
1088
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1008
1089
  * @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
1090
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1009
1091
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1010
1092
  * @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
1011
1093
  * data is of type: {@link Array.<module:model/GraphAction>}
@@ -1030,7 +1112,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1030
1112
  var queryParams = {};
1031
1113
  var headerParams = {
1032
1114
  'Authorization': opts['authorization'],
1115
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1033
1116
  'zeusportal-postas': opts['zeusportalPostas'],
1117
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1034
1118
  'transactionid': opts['transactionid']
1035
1119
  };
1036
1120
  var formParams = {};
@@ -1055,7 +1139,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1055
1139
  * @param {Number} id The id of the object that we are retrieving relationships on
1056
1140
  * @param {Object} opts Optional parameters
1057
1141
  * @param {String} [authorization] The authorization token of the logged in user
1142
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1058
1143
  * @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
1144
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1059
1145
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1060
1146
  * @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
1061
1147
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -1075,7 +1161,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1075
1161
  var queryParams = {};
1076
1162
  var headerParams = {
1077
1163
  'Authorization': opts['authorization'],
1164
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1078
1165
  'zeusportal-postas': opts['zeusportalPostas'],
1166
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1079
1167
  'transactionid': opts['transactionid']
1080
1168
  };
1081
1169
  var formParams = {};
@@ -1101,7 +1189,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1101
1189
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
1102
1190
  * @param {Object} opts Optional parameters
1103
1191
  * @param {String} [authorization] The authorization token of the logged in user
1192
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1104
1193
  * @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
1194
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1105
1195
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1106
1196
  * @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
1107
1197
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -1126,7 +1216,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1126
1216
  var queryParams = {};
1127
1217
  var headerParams = {
1128
1218
  'Authorization': opts['authorization'],
1219
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1129
1220
  'zeusportal-postas': opts['zeusportalPostas'],
1221
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1130
1222
  'transactionid': opts['transactionid']
1131
1223
  };
1132
1224
  var formParams = {};
@@ -1149,7 +1241,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1149
1241
  * @param {Number} objectid
1150
1242
  * @param {Object} opts Optional parameters
1151
1243
  * @param {String} [authorization] The authorization token of the logged in user
1244
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1152
1245
  * @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
1246
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1153
1247
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1154
1248
  * @param {module:api/GraphObjectsApi~getCommentsCallback} callback The callback function, accepting three arguments: error, data, response
1155
1249
  * data is of type: {@link Array.<module:model/Comment>}
@@ -1169,7 +1263,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1169
1263
  var queryParams = {};
1170
1264
  var headerParams = {
1171
1265
  'Authorization': opts['authorization'],
1266
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1172
1267
  'zeusportal-postas': opts['zeusportalPostas'],
1268
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1173
1269
  'transactionid': opts['transactionid']
1174
1270
  };
1175
1271
  var formParams = {};
@@ -1194,7 +1290,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1194
1290
  * @param {Number} objectid The id of the object we are importing the datasheet to
1195
1291
  * @param {Object} opts Optional parameters
1196
1292
  * @param {String} [authorization] The authorization token of the logged in user
1293
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1197
1294
  * @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
1295
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1198
1296
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1199
1297
  * @param {module:api/GraphObjectsApi~getDataSheetImportsCallback} callback The callback function, accepting three arguments: error, data, response
1200
1298
  * data is of type: {@link Array.<module:model/DataSheetImport>}
@@ -1214,7 +1312,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1214
1312
  var queryParams = {};
1215
1313
  var headerParams = {
1216
1314
  'Authorization': opts['authorization'],
1315
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1217
1316
  'zeusportal-postas': opts['zeusportalPostas'],
1317
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1218
1318
  'transactionid': opts['transactionid']
1219
1319
  };
1220
1320
  var formParams = {};
@@ -1239,7 +1339,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1239
1339
  * @param {Number} id The id of the object that we are retrieving events for
1240
1340
  * @param {Object} opts Optional parameters
1241
1341
  * @param {String} [authorization] The authorization token of the logged in user
1342
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1242
1343
  * @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
1344
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1243
1345
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1244
1346
  * @param {module:api/GraphObjectsApi~getEventsCallback} callback The callback function, accepting three arguments: error, data, response
1245
1347
  * data is of type: {@link Array.<module:model/MeetingEvent>}
@@ -1259,7 +1361,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1259
1361
  var queryParams = {};
1260
1362
  var headerParams = {
1261
1363
  'Authorization': opts['authorization'],
1364
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1262
1365
  'zeusportal-postas': opts['zeusportalPostas'],
1366
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1263
1367
  'transactionid': opts['transactionid']
1264
1368
  };
1265
1369
  var formParams = {};
@@ -1286,7 +1390,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1286
1390
  * @param {Number} enddate The unix epoch time for the end time of the event
1287
1391
  * @param {Object} opts Optional parameters
1288
1392
  * @param {String} [authorization] The authorization token of the logged in user
1393
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1289
1394
  * @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
1395
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1290
1396
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1291
1397
  * @param {module:api/GraphObjectsApi~getEventsDateRangeCallback} callback The callback function, accepting three arguments: error, data, response
1292
1398
  * data is of type: {@link Array.<module:model/MeetingEvent>}
@@ -1316,7 +1422,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1316
1422
  var queryParams = {};
1317
1423
  var headerParams = {
1318
1424
  'Authorization': opts['authorization'],
1425
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1319
1426
  'zeusportal-postas': opts['zeusportalPostas'],
1427
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1320
1428
  'transactionid': opts['transactionid']
1321
1429
  };
1322
1430
  var formParams = {};
@@ -1341,7 +1449,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1341
1449
  * @param {Number} id The id of the object that we are retrieving events for
1342
1450
  * @param {Object} opts Optional parameters
1343
1451
  * @param {String} [authorization] The authorization token of the logged in user
1452
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1344
1453
  * @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
1454
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1345
1455
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1346
1456
  * @param {module:api/GraphObjectsApi~getEventsFutureCallback} callback The callback function, accepting three arguments: error, data, response
1347
1457
  * data is of type: {@link Array.<module:model/MeetingEvent>}
@@ -1361,7 +1471,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1361
1471
  var queryParams = {};
1362
1472
  var headerParams = {
1363
1473
  'Authorization': opts['authorization'],
1474
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1364
1475
  'zeusportal-postas': opts['zeusportalPostas'],
1476
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1365
1477
  'transactionid': opts['transactionid']
1366
1478
  };
1367
1479
  var formParams = {};
@@ -1386,7 +1498,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1386
1498
  * @param {Number} id The id of the object that we are retrieving events for
1387
1499
  * @param {Object} opts Optional parameters
1388
1500
  * @param {String} [authorization] The authorization token of the logged in user
1501
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1389
1502
  * @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
1503
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1390
1504
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1391
1505
  * @param {module:api/GraphObjectsApi~getEventsPastCallback} callback The callback function, accepting three arguments: error, data, response
1392
1506
  * data is of type: {@link Array.<module:model/MeetingEvent>}
@@ -1406,7 +1520,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1406
1520
  var queryParams = {};
1407
1521
  var headerParams = {
1408
1522
  'Authorization': opts['authorization'],
1523
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1409
1524
  'zeusportal-postas': opts['zeusportalPostas'],
1525
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1410
1526
  'transactionid': opts['transactionid']
1411
1527
  };
1412
1528
  var formParams = {};
@@ -1429,7 +1545,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1429
1545
  * @param {Number} id
1430
1546
  * @param {Object} opts Optional parameters
1431
1547
  * @param {String} [authorization] The authorization token of the logged in user
1548
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1432
1549
  * @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
1550
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1433
1551
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1434
1552
  * @param {module:api/GraphObjectsApi~getFilesCallback} callback The callback function, accepting three arguments: error, data, response
1435
1553
  * data is of type: {@link Array.<File>}
@@ -1449,7 +1567,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1449
1567
  var queryParams = {};
1450
1568
  var headerParams = {
1451
1569
  'Authorization': opts['authorization'],
1570
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1452
1571
  'zeusportal-postas': opts['zeusportalPostas'],
1572
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1453
1573
  'transactionid': opts['transactionid']
1454
1574
  };
1455
1575
  var formParams = {};
@@ -1472,7 +1592,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1472
1592
  * @param {Number} id The id of the object to retrieve the geolocation information
1473
1593
  * @param {Object} opts Optional parameters
1474
1594
  * @param {String} [authorization] The authorization token of the logged in user
1595
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1475
1596
  * @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
1597
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1476
1598
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1477
1599
  * @param {module:api/GraphObjectsApi~getGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
1478
1600
  * data is of type: {@link Array.<module:model/GraphGeocode>}
@@ -1492,7 +1614,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1492
1614
  var queryParams = {};
1493
1615
  var headerParams = {
1494
1616
  'Authorization': opts['authorization'],
1617
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1495
1618
  'zeusportal-postas': opts['zeusportalPostas'],
1619
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1496
1620
  'transactionid': opts['transactionid']
1497
1621
  };
1498
1622
  var formParams = {};
@@ -1515,7 +1639,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1515
1639
  * @param {Number} id The id of the object whose graphs we are retrieving
1516
1640
  * @param {Object} opts Optional parameters
1517
1641
  * @param {String} [authorization] The authorization token of the logged in user
1642
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1518
1643
  * @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
1644
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1519
1645
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1520
1646
  * @param {module:api/GraphObjectsApi~getGraphsCallback} callback The callback function, accepting three arguments: error, data, response
1521
1647
  * data is of type: {@link Array.<module:model/Graph>}
@@ -1535,7 +1661,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1535
1661
  var queryParams = {};
1536
1662
  var headerParams = {
1537
1663
  'Authorization': opts['authorization'],
1664
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1538
1665
  'zeusportal-postas': opts['zeusportalPostas'],
1666
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1539
1667
  'transactionid': opts['transactionid']
1540
1668
  };
1541
1669
  var formParams = {};
@@ -1558,7 +1686,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1558
1686
  * @param {Number} id
1559
1687
  * @param {Object} opts Optional parameters
1560
1688
  * @param {String} [authorization] The authorization token of the logged in user
1689
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1561
1690
  * @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
1691
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1562
1692
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1563
1693
  * @param {module:api/GraphObjectsApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
1564
1694
  * data is of type: {@link Array.<module:model/Image>}
@@ -1578,7 +1708,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1578
1708
  var queryParams = {};
1579
1709
  var headerParams = {
1580
1710
  'Authorization': opts['authorization'],
1711
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1581
1712
  'zeusportal-postas': opts['zeusportalPostas'],
1713
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1582
1714
  'transactionid': opts['transactionid']
1583
1715
  };
1584
1716
  var formParams = {};
@@ -1601,7 +1733,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1601
1733
  * @param {Number} id The id of the object that we are retrieving news feed items for
1602
1734
  * @param {Object} opts Optional parameters
1603
1735
  * @param {String} [authorization] The authorization token of the logged in user
1736
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1604
1737
  * @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
1738
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1605
1739
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1606
1740
  * @param {module:api/GraphObjectsApi~getNewsfeedCallback} callback The callback function, accepting three arguments: error, data, response
1607
1741
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -1621,7 +1755,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1621
1755
  var queryParams = {};
1622
1756
  var headerParams = {
1623
1757
  'Authorization': opts['authorization'],
1758
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1624
1759
  'zeusportal-postas': opts['zeusportalPostas'],
1760
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1625
1761
  'transactionid': opts['transactionid']
1626
1762
  };
1627
1763
  var formParams = {};
@@ -1646,7 +1782,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1646
1782
  * @param {Number} end
1647
1783
  * @param {Object} opts Optional parameters
1648
1784
  * @param {String} [authorization] The authorization token of the logged in user
1785
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1649
1786
  * @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
1787
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1650
1788
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1651
1789
  * @param {module:api/GraphObjectsApi~getNewsfeedIndexedCallback} callback The callback function, accepting three arguments: error, data, response
1652
1790
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -1676,7 +1814,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1676
1814
  var queryParams = {};
1677
1815
  var headerParams = {
1678
1816
  'Authorization': opts['authorization'],
1817
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1679
1818
  'zeusportal-postas': opts['zeusportalPostas'],
1819
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1680
1820
  'transactionid': opts['transactionid']
1681
1821
  };
1682
1822
  var formParams = {};
@@ -1701,7 +1841,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1701
1841
  * @param {Number} end
1702
1842
  * @param {Object} opts Optional parameters
1703
1843
  * @param {String} [authorization] The authorization token of the logged in user
1844
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1704
1845
  * @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
1846
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1705
1847
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1706
1848
  * @param {module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback} callback The callback function, accepting three arguments: error, data, response
1707
1849
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -1731,7 +1873,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1731
1873
  var queryParams = {};
1732
1874
  var headerParams = {
1733
1875
  'Authorization': opts['authorization'],
1876
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1734
1877
  'zeusportal-postas': opts['zeusportalPostas'],
1878
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1735
1879
  'transactionid': opts['transactionid']
1736
1880
  };
1737
1881
  var formParams = {};
@@ -1755,7 +1899,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1755
1899
  * @param {Number} id The id of the object that we are retreiving
1756
1900
  * @param {Object} opts Optional parameters
1757
1901
  * @param {String} [authorization] The authorization token of the logged in user
1902
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1758
1903
  * @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
1904
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1759
1905
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1760
1906
  * @param {module:api/GraphObjectsApi~getObjectByIdCallback} callback The callback function, accepting three arguments: error, data, response
1761
1907
  * data is of type: {@link module:model/GraphObjectSchema}
@@ -1775,7 +1921,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1775
1921
  var queryParams = {};
1776
1922
  var headerParams = {
1777
1923
  'Authorization': opts['authorization'],
1924
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1778
1925
  'zeusportal-postas': opts['zeusportalPostas'],
1926
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1779
1927
  'transactionid': opts['transactionid']
1780
1928
  };
1781
1929
  var formParams = {};
@@ -1800,7 +1948,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1800
1948
  * @param {String} key The unique key of the object we are retrieving
1801
1949
  * @param {Object} opts Optional parameters
1802
1950
  * @param {String} [authorization] The authorization token of the logged in user
1951
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1803
1952
  * @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
1953
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1804
1954
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1805
1955
  * @param {module:api/GraphObjectsApi~getObjectByKeyCallback} callback The callback function, accepting three arguments: error, data, response
1806
1956
  * data is of type: {@link module:model/GraphObjectSchema}
@@ -1820,7 +1970,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1820
1970
  var queryParams = {};
1821
1971
  var headerParams = {
1822
1972
  'Authorization': opts['authorization'],
1973
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1823
1974
  'zeusportal-postas': opts['zeusportalPostas'],
1975
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1824
1976
  'transactionid': opts['transactionid']
1825
1977
  };
1826
1978
  var formParams = {};
@@ -1845,7 +1997,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1845
1997
  * @param {String} schemakey The unique id of the graph schema we are retrieving
1846
1998
  * @param {Object} opts Optional parameters
1847
1999
  * @param {String} [authorization] The authorization token of the logged in user
2000
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1848
2001
  * @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
2002
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1849
2003
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1850
2004
  * @param {module:api/GraphObjectsApi~getObjectFromSchemaCallback} callback The callback function, accepting three arguments: error, data, response
1851
2005
  * data is of type: {@link module:model/GraphObjectSchema}
@@ -1865,7 +2019,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1865
2019
  var queryParams = {};
1866
2020
  var headerParams = {
1867
2021
  'Authorization': opts['authorization'],
2022
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1868
2023
  'zeusportal-postas': opts['zeusportalPostas'],
2024
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1869
2025
  'transactionid': opts['transactionid']
1870
2026
  };
1871
2027
  var formParams = {};
@@ -1890,7 +2046,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1890
2046
  * @param {Number} id The id of the object whose properties we are retrieve
1891
2047
  * @param {Object} opts Optional parameters
1892
2048
  * @param {String} [authorization] The authorization token of the logged in user
2049
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1893
2050
  * @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
2051
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1894
2052
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1895
2053
  * @param {module:api/GraphObjectsApi~getObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
1896
2054
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -1910,7 +2068,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1910
2068
  var queryParams = {};
1911
2069
  var headerParams = {
1912
2070
  'Authorization': opts['authorization'],
2071
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1913
2072
  'zeusportal-postas': opts['zeusportalPostas'],
2073
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1914
2074
  'transactionid': opts['transactionid']
1915
2075
  };
1916
2076
  var formParams = {};
@@ -1938,7 +2098,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1938
2098
  * @param {String} prop The property is retrieving
1939
2099
  * @param {Object} opts Optional parameters
1940
2100
  * @param {String} [authorization] The authorization token of the logged in user
2101
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1941
2102
  * @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
2103
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1942
2104
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1943
2105
  * @param {module:api/GraphObjectsApi~getObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
1944
2106
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -1963,7 +2125,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1963
2125
  var queryParams = {};
1964
2126
  var headerParams = {
1965
2127
  'Authorization': opts['authorization'],
2128
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1966
2129
  'zeusportal-postas': opts['zeusportalPostas'],
2130
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1967
2131
  'transactionid': opts['transactionid']
1968
2132
  };
1969
2133
  var formParams = {};
@@ -1989,7 +2153,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1989
2153
  * @param {Number} id
1990
2154
  * @param {Object} opts Optional parameters
1991
2155
  * @param {String} [authorization] The authorization token of the logged in user
2156
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1992
2157
  * @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
2158
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1993
2159
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1994
2160
  * @param {module:api/GraphObjectsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
1995
2161
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2009,7 +2175,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2009
2175
  var queryParams = {};
2010
2176
  var headerParams = {
2011
2177
  'Authorization': opts['authorization'],
2178
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2012
2179
  'zeusportal-postas': opts['zeusportalPostas'],
2180
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2013
2181
  'transactionid': opts['transactionid']
2014
2182
  };
2015
2183
  var formParams = {};
@@ -2034,7 +2202,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2034
2202
  * @param {String} tag
2035
2203
  * @param {Object} opts Optional parameters
2036
2204
  * @param {String} [authorization] The authorization token of the logged in user
2205
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2037
2206
  * @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
2207
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2038
2208
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2039
2209
  * @param {module:api/GraphObjectsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
2040
2210
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2059,7 +2229,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2059
2229
  var queryParams = {};
2060
2230
  var headerParams = {
2061
2231
  'Authorization': opts['authorization'],
2232
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2062
2233
  'zeusportal-postas': opts['zeusportalPostas'],
2234
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2063
2235
  'transactionid': opts['transactionid']
2064
2236
  };
2065
2237
  var formParams = {};
@@ -2084,7 +2256,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2084
2256
  * @param {String} type
2085
2257
  * @param {Object} opts Optional parameters
2086
2258
  * @param {String} [authorization] The authorization token of the logged in user
2259
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2087
2260
  * @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
2261
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2088
2262
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2089
2263
  * @param {module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
2090
2264
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2109,7 +2283,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2109
2283
  var queryParams = {};
2110
2284
  var headerParams = {
2111
2285
  'Authorization': opts['authorization'],
2286
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2112
2287
  'zeusportal-postas': opts['zeusportalPostas'],
2288
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2113
2289
  'transactionid': opts['transactionid']
2114
2290
  };
2115
2291
  var formParams = {};
@@ -2135,7 +2311,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2135
2311
  * @param {Number} reltypeid The relationship type id
2136
2312
  * @param {Object} opts Optional parameters
2137
2313
  * @param {String} [authorization] The authorization token of the logged in user
2314
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2138
2315
  * @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
2316
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2139
2317
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2140
2318
  * @param {module:api/GraphObjectsApi~getRelatedObjectsCallback} callback The callback function, accepting three arguments: error, data, response
2141
2319
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2160,7 +2338,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2160
2338
  var queryParams = {};
2161
2339
  var headerParams = {
2162
2340
  'Authorization': opts['authorization'],
2341
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2163
2342
  'zeusportal-postas': opts['zeusportalPostas'],
2343
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2164
2344
  'transactionid': opts['transactionid']
2165
2345
  };
2166
2346
  var formParams = {};
@@ -2186,7 +2366,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2186
2366
  * @param {Number} reltypeid The relationship type id
2187
2367
  * @param {Object} opts Optional parameters
2188
2368
  * @param {String} [authorization] The authorization token of the logged in user
2369
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2189
2370
  * @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
2371
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2190
2372
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2191
2373
  * @param {module:api/GraphObjectsApi~getRelatedObjectsInCallback} callback The callback function, accepting three arguments: error, data, response
2192
2374
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2211,7 +2393,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2211
2393
  var queryParams = {};
2212
2394
  var headerParams = {
2213
2395
  'Authorization': opts['authorization'],
2396
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2214
2397
  'zeusportal-postas': opts['zeusportalPostas'],
2398
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2215
2399
  'transactionid': opts['transactionid']
2216
2400
  };
2217
2401
  var formParams = {};
@@ -2237,7 +2421,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2237
2421
  * @param {Number} reltypeid The relationship type id
2238
2422
  * @param {Object} opts Optional parameters
2239
2423
  * @param {String} [authorization] The authorization token of the logged in user
2424
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2240
2425
  * @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
2426
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2241
2427
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2242
2428
  * @param {module:api/GraphObjectsApi~getRelatedObjectsOutCallback} callback The callback function, accepting three arguments: error, data, response
2243
2429
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -2262,7 +2448,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2262
2448
  var queryParams = {};
2263
2449
  var headerParams = {
2264
2450
  'Authorization': opts['authorization'],
2451
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2265
2452
  'zeusportal-postas': opts['zeusportalPostas'],
2453
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2266
2454
  'transactionid': opts['transactionid']
2267
2455
  };
2268
2456
  var formParams = {};
@@ -2288,7 +2476,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2288
2476
  * @param {Number} reltypeid The id of the relationship type we are searching for
2289
2477
  * @param {Object} opts Optional parameters
2290
2478
  * @param {String} [authorization] The authorization token of the logged in user
2479
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2291
2480
  * @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
2481
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2292
2482
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2293
2483
  * @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
2294
2484
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -2313,7 +2503,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2313
2503
  var queryParams = {};
2314
2504
  var headerParams = {
2315
2505
  'Authorization': opts['authorization'],
2506
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2316
2507
  'zeusportal-postas': opts['zeusportalPostas'],
2508
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2317
2509
  'transactionid': opts['transactionid']
2318
2510
  };
2319
2511
  var formParams = {};
@@ -2339,7 +2531,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2339
2531
  * @param {Number} reltypeid The id of the relationship type we are searching for
2340
2532
  * @param {Object} opts Optional parameters
2341
2533
  * @param {String} [authorization] The authorization token of the logged in user
2534
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2342
2535
  * @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
2536
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2343
2537
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2344
2538
  * @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
2345
2539
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -2364,7 +2558,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2364
2558
  var queryParams = {};
2365
2559
  var headerParams = {
2366
2560
  'Authorization': opts['authorization'],
2561
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2367
2562
  'zeusportal-postas': opts['zeusportalPostas'],
2563
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2368
2564
  'transactionid': opts['transactionid']
2369
2565
  };
2370
2566
  var formParams = {};
@@ -2389,7 +2585,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2389
2585
  * @param {Number} id The id of the object that we are retrieving relationships on
2390
2586
  * @param {Object} opts Optional parameters
2391
2587
  * @param {String} [authorization] The authorization token of the logged in user
2588
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2392
2589
  * @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
2590
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2393
2591
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2394
2592
  * @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
2395
2593
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -2409,7 +2607,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2409
2607
  var queryParams = {};
2410
2608
  var headerParams = {
2411
2609
  'Authorization': opts['authorization'],
2610
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2412
2611
  'zeusportal-postas': opts['zeusportalPostas'],
2612
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2413
2613
  'transactionid': opts['transactionid']
2414
2614
  };
2415
2615
  var formParams = {};
@@ -2434,7 +2634,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2434
2634
  * @param {Number} id The id of the object that we are retrieving relationships on
2435
2635
  * @param {Object} opts Optional parameters
2436
2636
  * @param {String} [authorization] The authorization token of the logged in user
2637
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2437
2638
  * @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
2639
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2438
2640
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2439
2641
  * @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
2440
2642
  * data is of type: {@link Array.<module:model/GraphRelationship>}
@@ -2454,7 +2656,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2454
2656
  var queryParams = {};
2455
2657
  var headerParams = {
2456
2658
  'Authorization': opts['authorization'],
2659
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2457
2660
  'zeusportal-postas': opts['zeusportalPostas'],
2661
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2458
2662
  'transactionid': opts['transactionid']
2459
2663
  };
2460
2664
  var formParams = {};
@@ -2477,7 +2681,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2477
2681
  * @param {Number} id
2478
2682
  * @param {Object} opts Optional parameters
2479
2683
  * @param {String} [authorization] The authorization token of the logged in user
2684
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2480
2685
  * @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
2686
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2481
2687
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2482
2688
  * @param {module:api/GraphObjectsApi~getTagsCallback} callback The callback function, accepting three arguments: error, data, response
2483
2689
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -2497,7 +2703,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2497
2703
  var queryParams = {};
2498
2704
  var headerParams = {
2499
2705
  'Authorization': opts['authorization'],
2706
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2500
2707
  'zeusportal-postas': opts['zeusportalPostas'],
2708
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2501
2709
  'transactionid': opts['transactionid']
2502
2710
  };
2503
2711
  var formParams = {};
@@ -2520,7 +2728,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2520
2728
  * @param {Number} id
2521
2729
  * @param {Object} opts Optional parameters
2522
2730
  * @param {String} [authorization] The authorization token of the logged in user
2731
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2523
2732
  * @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
2733
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2524
2734
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2525
2735
  * @param {module:api/GraphObjectsApi~getUserTagsCallback} callback The callback function, accepting three arguments: error, data, response
2526
2736
  * data is of type: {@link Array.<String>}
@@ -2540,7 +2750,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2540
2750
  var queryParams = {};
2541
2751
  var headerParams = {
2542
2752
  'Authorization': opts['authorization'],
2753
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2543
2754
  'zeusportal-postas': opts['zeusportalPostas'],
2755
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2544
2756
  'transactionid': opts['transactionid']
2545
2757
  };
2546
2758
  var formParams = {};
@@ -2563,7 +2775,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2563
2775
  * @param {Number} id
2564
2776
  * @param {Object} opts Optional parameters
2565
2777
  * @param {String} [authorization] The authorization token of the logged in user
2778
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2566
2779
  * @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
2780
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2567
2781
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2568
2782
  * @param {module:api/GraphObjectsApi~getVideosCallback} callback The callback function, accepting three arguments: error, data, response
2569
2783
  * data is of type: {@link Array.<module:model/Video>}
@@ -2583,7 +2797,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2583
2797
  var queryParams = {};
2584
2798
  var headerParams = {
2585
2799
  'Authorization': opts['authorization'],
2800
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2586
2801
  'zeusportal-postas': opts['zeusportalPostas'],
2802
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2587
2803
  'transactionid': opts['transactionid']
2588
2804
  };
2589
2805
  var formParams = {};
@@ -2608,7 +2824,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2608
2824
  * @param {Number} objectid
2609
2825
  * @param {Object} opts Optional parameters
2610
2826
  * @param {String} [authorization] The authorization token of the logged in user
2827
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2611
2828
  * @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
2829
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2612
2830
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2613
2831
  * @param {module:api/GraphObjectsApi~isDislikedCallback} callback The callback function, accepting three arguments: error, data, response
2614
2832
  * data is of type: {@link Boolean}
@@ -2628,7 +2846,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2628
2846
  var queryParams = {};
2629
2847
  var headerParams = {
2630
2848
  'Authorization': opts['authorization'],
2849
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2631
2850
  'zeusportal-postas': opts['zeusportalPostas'],
2851
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2632
2852
  'transactionid': opts['transactionid']
2633
2853
  };
2634
2854
  var formParams = {};
@@ -2653,7 +2873,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2653
2873
  * @param {Number} objectid
2654
2874
  * @param {Object} opts Optional parameters
2655
2875
  * @param {String} [authorization] The authorization token of the logged in user
2876
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2656
2877
  * @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
2878
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2657
2879
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2658
2880
  * @param {module:api/GraphObjectsApi~isLikedCallback} callback The callback function, accepting three arguments: error, data, response
2659
2881
  * data is of type: {@link Boolean}
@@ -2673,7 +2895,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2673
2895
  var queryParams = {};
2674
2896
  var headerParams = {
2675
2897
  'Authorization': opts['authorization'],
2898
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2676
2899
  'zeusportal-postas': opts['zeusportalPostas'],
2900
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2677
2901
  'transactionid': opts['transactionid']
2678
2902
  };
2679
2903
  var formParams = {};
@@ -2698,7 +2922,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2698
2922
  * @param {Number} objectid
2699
2923
  * @param {Object} opts Optional parameters
2700
2924
  * @param {String} [authorization] The authorization token of the logged in user
2925
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2701
2926
  * @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
2927
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2702
2928
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2703
2929
  * @param {module:api/GraphObjectsApi~likeCallback} callback The callback function, accepting three arguments: error, data, response
2704
2930
  */
@@ -2717,7 +2943,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2717
2943
  var queryParams = {};
2718
2944
  var headerParams = {
2719
2945
  'Authorization': opts['authorization'],
2946
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2720
2947
  'zeusportal-postas': opts['zeusportalPostas'],
2948
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2721
2949
  'transactionid': opts['transactionid']
2722
2950
  };
2723
2951
  var formParams = {};
@@ -2743,7 +2971,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2743
2971
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The properties and values to set on the object
2744
2972
  * @param {Object} opts Optional parameters
2745
2973
  * @param {String} [authorization] The authorization token of the logged in user
2974
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2746
2975
  * @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
2976
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2747
2977
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2748
2978
  * @param {module:api/GraphObjectsApi~setObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
2749
2979
  */
@@ -2766,7 +2996,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2766
2996
  var queryParams = {};
2767
2997
  var headerParams = {
2768
2998
  'Authorization': opts['authorization'],
2999
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2769
3000
  'zeusportal-postas': opts['zeusportalPostas'],
3001
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2770
3002
  'transactionid': opts['transactionid']
2771
3003
  };
2772
3004
  var formParams = {};
@@ -2792,7 +3024,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2792
3024
  * @param {String} prop The property being updated
2793
3025
  * @param {Object} opts Optional parameters
2794
3026
  * @param {String} [authorization] The authorization token of the logged in user
3027
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2795
3028
  * @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
3029
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2796
3030
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2797
3031
  * @param {String} [body] The value that is being set
2798
3032
  * @param {module:api/GraphObjectsApi~setObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
@@ -2817,7 +3051,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2817
3051
  var queryParams = {};
2818
3052
  var headerParams = {
2819
3053
  'Authorization': opts['authorization'],
3054
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2820
3055
  'zeusportal-postas': opts['zeusportalPostas'],
3056
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2821
3057
  'transactionid': opts['transactionid']
2822
3058
  };
2823
3059
  var formParams = {};
@@ -2840,7 +3076,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2840
3076
  * @param {Number} id
2841
3077
  * @param {Object} opts Optional parameters
2842
3078
  * @param {String} [authorization] The authorization token of the logged in user
3079
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2843
3080
  * @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
3081
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2844
3082
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2845
3083
  * @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
2846
3084
  * @param {module:api/GraphObjectsApi~tagUsersCallback} callback The callback function, accepting three arguments: error, data, response
@@ -2861,7 +3099,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2861
3099
  var queryParams = {};
2862
3100
  var headerParams = {
2863
3101
  'Authorization': opts['authorization'],
3102
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2864
3103
  'zeusportal-postas': opts['zeusportalPostas'],
3104
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2865
3105
  'transactionid': opts['transactionid']
2866
3106
  };
2867
3107
  var formParams = {};
@@ -2887,7 +3127,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2887
3127
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
2888
3128
  * @param {Object} opts Optional parameters
2889
3129
  * @param {String} [authorization] The authorization token of the logged in user
3130
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2890
3131
  * @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
3132
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2891
3133
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2892
3134
  * @param {module:api/GraphObjectsApi~updateObjectCallback} callback The callback function, accepting three arguments: error, data, response
2893
3135
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -2911,7 +3153,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2911
3153
  var queryParams = {};
2912
3154
  var headerParams = {
2913
3155
  'Authorization': opts['authorization'],
3156
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2914
3157
  'zeusportal-postas': opts['zeusportalPostas'],
3158
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2915
3159
  'transactionid': opts['transactionid']
2916
3160
  };
2917
3161
  var formParams = {};
@@ -2935,7 +3179,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2935
3179
  * @param {String} body Conversation object or array of objects to create
2936
3180
  * @param {Object} opts Optional parameters
2937
3181
  * @param {String} [authorization] The authorization token of the logged in user
3182
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2938
3183
  * @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
3184
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2939
3185
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2940
3186
  * @param {module:api/GraphObjectsApi~updateTagsCallback} callback The callback function, accepting three arguments: error, data, response
2941
3187
  */
@@ -2958,7 +3204,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2958
3204
  var queryParams = {};
2959
3205
  var headerParams = {
2960
3206
  'Authorization': opts['authorization'],
3207
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
2961
3208
  'zeusportal-postas': opts['zeusportalPostas'],
3209
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
2962
3210
  'transactionid': opts['transactionid']
2963
3211
  };
2964
3212
  var formParams = {};
@@ -2983,7 +3231,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2983
3231
  * @param {Number} objectid The id of the object being viewed
2984
3232
  * @param {Object} opts Optional parameters
2985
3233
  * @param {String} [authorization] The authorization token of the logged in user
3234
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2986
3235
  * @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
3236
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
2987
3237
  * @param {String} [transactionid] The id of the transaction this operation is being run in
2988
3238
  * @param {module:api/GraphObjectsApi~viewCallback} callback The callback function, accepting three arguments: error, data, response
2989
3239
  */
@@ -3002,7 +3252,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3002
3252
  var queryParams = {};
3003
3253
  var headerParams = {
3004
3254
  'Authorization': opts['authorization'],
3255
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
3005
3256
  'zeusportal-postas': opts['zeusportalPostas'],
3257
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
3006
3258
  'transactionid': opts['transactionid']
3007
3259
  };
3008
3260
  var formParams = {};
@@ -3027,7 +3279,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3027
3279
  * @param {Number} id The id of the object being viewed
3028
3280
  * @param {Object} opts Optional parameters
3029
3281
  * @param {String} [authorization] The authorization token of the logged in user
3282
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3030
3283
  * @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
3284
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
3031
3285
  * @param {String} [transactionid] The id of the transaction this operation is being run in
3032
3286
  * @param {module:api/GraphObjectsApi~viewPostCallback} callback The callback function, accepting three arguments: error, data, response
3033
3287
  */
@@ -3046,7 +3300,9 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3046
3300
  var queryParams = {};
3047
3301
  var headerParams = {
3048
3302
  'Authorization': opts['authorization'],
3303
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
3049
3304
  'zeusportal-postas': opts['zeusportalPostas'],
3305
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
3050
3306
  'transactionid': opts['transactionid']
3051
3307
  };
3052
3308
  var formParams = {};