@gobodo/gobodo-api 0.1.96 → 0.1.99

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 (596) hide show
  1. package/README.md +582 -685
  2. package/dist/ApiClient.d.ts +1 -1
  3. package/dist/ApiClient.js +7 -3
  4. package/dist/api/ActionTypesApi.d.ts +2 -1
  5. package/dist/api/ActionTypesApi.js +6 -3
  6. package/dist/api/AdCampaignsApi.d.ts +30 -47
  7. package/dist/api/AdCampaignsApi.js +107 -145
  8. package/dist/api/AdManagementApi.d.ts +53 -41
  9. package/dist/api/AdManagementApi.js +186 -156
  10. package/dist/api/AdminDataManagementApi.d.ts +4 -3
  11. package/dist/api/AdminDataManagementApi.js +17 -15
  12. package/dist/api/AdsApi.d.ts +24 -43
  13. package/dist/api/AdsApi.js +80 -124
  14. package/dist/api/AttachmentsApi.d.ts +14 -58
  15. package/dist/api/AttachmentsApi.js +64 -166
  16. package/dist/api/AuthenticationApi.d.ts +1 -1
  17. package/dist/api/AuthenticationApi.js +12 -12
  18. package/dist/api/CategoriesApi.d.ts +17 -10
  19. package/dist/api/CategoriesApi.js +88 -65
  20. package/dist/api/CommentsApi.d.ts +11 -53
  21. package/dist/api/CommentsApi.js +64 -159
  22. package/dist/api/ContentManagementApi.d.ts +44 -16
  23. package/dist/api/ContentManagementApi.js +306 -222
  24. package/dist/api/ConversationsApi.d.ts +13 -29
  25. package/dist/api/ConversationsApi.js +87 -119
  26. package/dist/api/CurrencyApi.d.ts +8 -1
  27. package/dist/api/CurrencyApi.js +71 -50
  28. package/dist/api/DataSheetImportsApi.d.ts +23 -11
  29. package/dist/api/DataSheetImportsApi.js +167 -127
  30. package/dist/api/DefaultApi.d.ts +18 -13
  31. package/dist/api/DefaultApi.js +73 -58
  32. package/dist/api/DocumentPartTypesApi.d.ts +3 -1
  33. package/dist/api/DocumentPartTypesApi.js +23 -16
  34. package/dist/api/DocumentTypesApi.d.ts +3 -1
  35. package/dist/api/DocumentTypesApi.js +23 -16
  36. package/dist/api/DocumentsApi.d.ts +20 -32
  37. package/dist/api/DocumentsApi.js +131 -153
  38. package/dist/api/EmailsApi.d.ts +5 -1
  39. package/dist/api/EmailsApi.js +43 -30
  40. package/dist/api/EntryPartsApi.d.ts +21 -33
  41. package/dist/api/EntryPartsApi.js +132 -152
  42. package/dist/api/FacebookApi.d.ts +1 -1
  43. package/dist/api/FacebookApi.js +3 -3
  44. package/dist/api/FieldsApi.d.ts +4 -1
  45. package/dist/api/FieldsApi.js +33 -23
  46. package/dist/api/FilesApi.d.ts +5 -5
  47. package/dist/api/FilesApi.js +13 -12
  48. package/dist/api/FormsApi.d.ts +52 -34
  49. package/dist/api/FormsApi.js +233 -182
  50. package/dist/api/FunctionsApi.d.ts +21 -27
  51. package/dist/api/FunctionsApi.js +196 -203
  52. package/dist/api/GeocodeApi.d.ts +30 -70
  53. package/dist/api/GeocodeApi.js +72 -176
  54. package/dist/api/GobodoManagementApi.d.ts +6 -1
  55. package/dist/api/GobodoManagementApi.js +53 -37
  56. package/dist/api/GoogleApi.d.ts +1 -1
  57. package/dist/api/GoogleApi.js +3 -3
  58. package/dist/api/GraphActionTypesApi.d.ts +68 -78
  59. package/dist/api/GraphActionTypesApi.js +190 -218
  60. package/dist/api/GraphActionsApi.d.ts +16 -220
  61. package/dist/api/GraphActionsApi.js +50 -537
  62. package/dist/api/GraphObjectTypesApi.d.ts +38 -148
  63. package/dist/api/GraphObjectTypesApi.js +140 -392
  64. package/dist/api/GraphObjectsApi.d.ts +131 -1177
  65. package/dist/api/GraphObjectsApi.js +525 -3035
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +51 -371
  67. package/dist/api/GraphRelationshipTypesApi.js +181 -934
  68. package/dist/api/GraphRelationshipsApi.d.ts +43 -675
  69. package/dist/api/GraphRelationshipsApi.js +132 -1603
  70. package/dist/api/GraphSchemasApi.d.ts +9 -229
  71. package/dist/api/GraphSchemasApi.js +86 -610
  72. package/dist/api/GraphTraversalApi.d.ts +12 -5
  73. package/dist/api/GraphTraversalApi.js +80 -58
  74. package/dist/api/GraphsApi.d.ts +102 -87
  75. package/dist/api/GraphsApi.js +277 -236
  76. package/dist/api/IAMApi.d.ts +21 -17
  77. package/dist/api/IAMApi.js +69 -57
  78. package/dist/api/ImagesApi.d.ts +17 -88
  79. package/dist/api/ImagesApi.js +73 -240
  80. package/dist/api/InvitesApi.d.ts +6 -1
  81. package/dist/api/InvitesApi.js +53 -37
  82. package/dist/api/LikesApi.d.ts +42 -29
  83. package/dist/api/LikesApi.js +179 -143
  84. package/dist/api/LinkedINApi.d.ts +1 -1
  85. package/dist/api/LinkedINApi.js +3 -3
  86. package/dist/api/LiveMeetingsApi.d.ts +5 -3
  87. package/dist/api/LiveMeetingsApi.js +27 -22
  88. package/dist/api/MeetingEventsApi.d.ts +20 -131
  89. package/dist/api/MeetingEventsApi.js +175 -431
  90. package/dist/api/NotificationsApi.d.ts +15 -1
  91. package/dist/api/NotificationsApi.js +137 -97
  92. package/dist/api/PagesApi.d.ts +15 -31
  93. package/dist/api/PagesApi.js +94 -126
  94. package/dist/api/PasswordResetApi.d.ts +78 -0
  95. package/dist/api/PasswordResetApi.js +189 -0
  96. package/dist/api/PhoneNumbersApi.d.ts +6 -1
  97. package/dist/api/PhoneNumbersApi.js +53 -37
  98. package/dist/api/PostsApi.d.ts +9 -29
  99. package/dist/api/PostsApi.js +47 -91
  100. package/dist/api/PrivateMessagesApi.d.ts +24 -33
  101. package/dist/api/PrivateMessagesApi.js +160 -171
  102. package/dist/api/PublicationsApi.d.ts +10 -25
  103. package/dist/api/PublicationsApi.js +83 -116
  104. package/dist/api/RestApplicationsApi.d.ts +6 -1
  105. package/dist/api/RestApplicationsApi.js +51 -36
  106. package/dist/api/ScreensApi.d.ts +4 -1
  107. package/dist/api/ScreensApi.js +33 -23
  108. package/dist/api/SitesApi.d.ts +11 -1
  109. package/dist/api/SitesApi.js +99 -70
  110. package/dist/api/SocialGroupsApi.d.ts +25 -6
  111. package/dist/api/SocialGroupsApi.js +193 -139
  112. package/dist/api/SocialIntegrationApi.d.ts +1 -1
  113. package/dist/api/SocialIntegrationApi.js +6 -6
  114. package/dist/api/StripeAccountsApi.d.ts +42 -3
  115. package/dist/api/StripeAccountsApi.js +397 -281
  116. package/dist/api/TagsApi.d.ts +2 -1
  117. package/dist/api/TagsApi.js +6 -3
  118. package/dist/api/TemplatesApi.d.ts +4 -1
  119. package/dist/api/TemplatesApi.js +33 -23
  120. package/dist/api/ThemeMappingsApi.d.ts +8 -5
  121. package/dist/api/ThemeMappingsApi.js +39 -29
  122. package/dist/api/TopicsApi.d.ts +9 -1
  123. package/dist/api/TopicsApi.js +83 -58
  124. package/dist/api/TransactionsApi.d.ts +1 -1
  125. package/dist/api/TransactionsApi.js +5 -5
  126. package/dist/api/TwitterApi.d.ts +1 -1
  127. package/dist/api/TwitterApi.js +3 -3
  128. package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
  129. package/dist/api/UserManagerAdministrationApi.js +234 -0
  130. package/dist/api/UserTagsApi.d.ts +33 -75
  131. package/dist/api/UserTagsApi.js +111 -209
  132. package/dist/api/UsersApi.d.ts +12 -1
  133. package/dist/api/UsersApi.js +111 -78
  134. package/dist/api/UtilsApi.d.ts +1 -1
  135. package/dist/api/UtilsApi.js +3 -3
  136. package/dist/api/VideosApi.d.ts +17 -57
  137. package/dist/api/VideosApi.js +102 -192
  138. package/dist/api/WalletsApi.d.ts +18 -1
  139. package/dist/api/WalletsApi.js +167 -118
  140. package/dist/index.d.ts +33 -17
  141. package/dist/index.js +204 -92
  142. package/dist/model/APIClient.d.ts +2 -2
  143. package/dist/model/APIClient.js +10 -10
  144. package/dist/model/AccountSessionInput.d.ts +1 -1
  145. package/dist/model/AccountSessionInput.js +2 -2
  146. package/dist/model/AccountSessionResponse.d.ts +1 -1
  147. package/dist/model/AccountSessionResponse.js +2 -2
  148. package/dist/model/Address.d.ts +33 -0
  149. package/dist/model/Address.js +137 -0
  150. package/dist/model/AddressResponse.d.ts +46 -0
  151. package/dist/model/AddressResponse.js +168 -0
  152. package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
  153. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  154. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
  155. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  156. package/dist/model/Article.d.ts +9 -9
  157. package/dist/model/Article.js +66 -66
  158. package/dist/model/AuthResponse.d.ts +1 -1
  159. package/dist/model/AuthResponse.js +2 -2
  160. package/dist/model/AwsSettings.d.ts +1 -1
  161. package/dist/model/AwsSettings.js +2 -2
  162. package/dist/model/Balance.d.ts +4 -4
  163. package/dist/model/Balance.js +45 -45
  164. package/dist/model/BalanceDetails.d.ts +1 -1
  165. package/dist/model/BalanceDetails.js +2 -2
  166. package/dist/model/BalanceResponse.d.ts +1 -1
  167. package/dist/model/BalanceResponse.js +2 -2
  168. package/dist/model/BankAccountInfo.d.ts +1 -1
  169. package/dist/model/BankAccountInfo.js +2 -2
  170. package/dist/model/Base64ImageUpload.d.ts +4 -2
  171. package/dist/model/Base64ImageUpload.js +31 -10
  172. package/dist/model/BlogPostResponse.d.ts +1 -1
  173. package/dist/model/BlogPostResponse.js +2 -2
  174. package/dist/model/CacheInvalidation.d.ts +46 -0
  175. package/dist/model/CacheInvalidation.js +137 -0
  176. package/dist/model/CardInfo.d.ts +1 -1
  177. package/dist/model/CardInfo.js +2 -2
  178. package/dist/model/Comment.d.ts +5 -5
  179. package/dist/model/Comment.js +29 -29
  180. package/dist/model/ConsoleProjectInput.d.ts +1 -1
  181. package/dist/model/ConsoleProjectInput.js +2 -2
  182. package/dist/model/ConsoleProjectResponse.d.ts +1 -1
  183. package/dist/model/ConsoleProjectResponse.js +2 -2
  184. package/dist/model/Coordinates.d.ts +1 -1
  185. package/dist/model/Coordinates.js +2 -2
  186. package/dist/model/CreateAccountResponse.d.ts +1 -1
  187. package/dist/model/CreateAccountResponse.js +2 -2
  188. package/dist/model/CreateFunctionInput.d.ts +1 -1
  189. package/dist/model/CreateFunctionInput.js +2 -2
  190. package/dist/model/CreateStripeAccountInput.d.ts +1 -1
  191. package/dist/model/CreateStripeAccountInput.js +2 -2
  192. package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
  193. package/dist/model/CreateStripeCustomerInput.js +2 -2
  194. package/dist/model/CreateTopicInput.d.ts +1 -1
  195. package/dist/model/CreateTopicInput.js +2 -2
  196. package/dist/model/CreateTopicListenerInput.d.ts +1 -1
  197. package/dist/model/CreateTopicListenerInput.js +2 -2
  198. package/dist/model/Currency.d.ts +1 -1
  199. package/dist/model/Currency.js +2 -2
  200. package/dist/model/CurrencyGrantInput.d.ts +1 -1
  201. package/dist/model/CurrencyGrantInput.js +2 -2
  202. package/dist/model/CurrencyGrantResponse.d.ts +1 -1
  203. package/dist/model/CurrencyGrantResponse.js +2 -2
  204. package/dist/model/CurrencyInput.d.ts +1 -1
  205. package/dist/model/CurrencyInput.js +2 -2
  206. package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
  207. package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
  208. package/dist/model/CurrencyResponse.d.ts +1 -1
  209. package/dist/model/CurrencyResponse.js +2 -2
  210. package/dist/model/CurrencySettings.d.ts +1 -1
  211. package/dist/model/CurrencySettings.js +2 -2
  212. package/dist/model/CustomerResponse.d.ts +1 -1
  213. package/dist/model/CustomerResponse.js +2 -2
  214. package/dist/model/DataObject.d.ts +1 -1
  215. package/dist/model/DataObject.js +2 -2
  216. package/dist/model/DataSheetImport.d.ts +7 -7
  217. package/dist/model/DataSheetImport.js +63 -63
  218. package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
  219. package/dist/model/DataSheetImportPrivacySettings.js +10 -10
  220. package/dist/model/DataSheetImportSummary.d.ts +2 -2
  221. package/dist/model/DataSheetImportSummary.js +14 -14
  222. package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
  223. package/dist/model/DeviceRegistrationRequest.js +2 -2
  224. package/dist/model/Document.d.ts +10 -10
  225. package/dist/model/Document.js +70 -70
  226. package/dist/model/DocumentPart.d.ts +6 -6
  227. package/dist/model/DocumentPart.js +47 -47
  228. package/dist/model/DocumentPartType.d.ts +4 -4
  229. package/dist/model/DocumentPartType.js +30 -30
  230. package/dist/model/DocumentType.d.ts +7 -7
  231. package/dist/model/DocumentType.js +46 -46
  232. package/dist/model/DomainMappingInput.d.ts +40 -0
  233. package/dist/model/DomainMappingInput.js +122 -0
  234. package/dist/model/DomainMappingResponse.d.ts +40 -0
  235. package/dist/model/DomainMappingResponse.js +122 -0
  236. package/dist/model/EmailAddress.d.ts +1 -1
  237. package/dist/model/EmailAddress.js +2 -2
  238. package/dist/model/FieldMapping.d.ts +1 -1
  239. package/dist/model/FieldMapping.js +2 -2
  240. package/dist/model/Fields.d.ts +3 -3
  241. package/dist/model/Fields.js +16 -16
  242. package/dist/model/File.d.ts +4 -4
  243. package/dist/model/File.js +27 -27
  244. package/dist/model/FileAttachmentUploadObject.d.ts +4 -4
  245. package/dist/model/FileAttachmentUploadObject.js +27 -27
  246. package/dist/model/Filter.d.ts +1 -1
  247. package/dist/model/Filter.js +2 -2
  248. package/dist/model/FilterManager.d.ts +1 -1
  249. package/dist/model/FilterManager.js +2 -2
  250. package/dist/model/Form.d.ts +2 -2
  251. package/dist/model/Form.js +15 -15
  252. package/dist/model/FormSection.d.ts +1 -1
  253. package/dist/model/FormSection.js +2 -2
  254. package/dist/model/FormSubmission.d.ts +2 -2
  255. package/dist/model/FormSubmission.js +13 -13
  256. package/dist/model/FunctionConfigInput.d.ts +1 -1
  257. package/dist/model/FunctionConfigInput.js +2 -2
  258. package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
  259. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  260. package/dist/model/FunctionInput.d.ts +1 -1
  261. package/dist/model/FunctionInput.js +2 -2
  262. package/dist/model/FunctionOutput.d.ts +1 -1
  263. package/dist/model/FunctionOutput.js +2 -2
  264. package/dist/model/Geocode.d.ts +1 -1
  265. package/dist/model/Geocode.js +2 -2
  266. package/dist/model/GeocodePayload.d.ts +1 -1
  267. package/dist/model/GeocodePayload.js +6 -6
  268. package/dist/model/GeocodeResponse.d.ts +42 -0
  269. package/dist/model/GeocodeResponse.js +140 -0
  270. package/dist/model/GeolocationInput.d.ts +1 -1
  271. package/dist/model/GeolocationInput.js +2 -2
  272. package/dist/model/GetFunctionConfig.d.ts +1 -1
  273. package/dist/model/GetFunctionConfig.js +2 -2
  274. package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
  275. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  276. package/dist/model/GetFunctionResponse.d.ts +1 -1
  277. package/dist/model/GetFunctionResponse.js +2 -2
  278. package/dist/model/GoogleCloudSettings.d.ts +1 -1
  279. package/dist/model/GoogleCloudSettings.js +2 -2
  280. package/dist/model/Graph.d.ts +6 -6
  281. package/dist/model/Graph.js +37 -37
  282. package/dist/model/GraphAction.d.ts +2 -2
  283. package/dist/model/GraphAction.js +11 -11
  284. package/dist/model/GraphActionPayload.d.ts +1 -1
  285. package/dist/model/GraphActionPayload.js +2 -2
  286. package/dist/model/GraphActionResponse.d.ts +3 -1
  287. package/dist/model/GraphActionResponse.js +26 -2
  288. package/dist/model/GraphActionTypeInput.d.ts +55 -0
  289. package/dist/model/GraphActionTypeInput.js +316 -0
  290. package/dist/model/GraphActionTypeResponse.d.ts +69 -0
  291. package/dist/model/GraphActionTypeResponse.js +407 -0
  292. package/dist/model/GraphDatabaseService.d.ts +2 -2
  293. package/dist/model/GraphDatabaseService.js +10 -10
  294. package/dist/model/GraphGeocode.d.ts +1 -1
  295. package/dist/model/GraphGeocode.js +2 -2
  296. package/dist/model/GraphInput.d.ts +43 -0
  297. package/dist/model/GraphInput.js +152 -0
  298. package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
  299. package/dist/model/GraphIteratorEntryPart.js +2 -2
  300. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
  301. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
  302. package/dist/model/GraphObject.d.ts +2 -2
  303. package/dist/model/GraphObject.js +11 -11
  304. package/dist/model/GraphObjectPayload.d.ts +2 -3
  305. package/dist/model/GraphObjectPayload.js +10 -24
  306. package/dist/model/GraphObjectResponse.d.ts +11 -3
  307. package/dist/model/GraphObjectResponse.js +74 -6
  308. package/dist/model/GraphObjectSchema.d.ts +4 -4
  309. package/dist/model/GraphObjectSchema.js +31 -31
  310. package/dist/model/GraphObjectType.d.ts +2 -2
  311. package/dist/model/GraphObjectType.js +11 -11
  312. package/dist/model/GraphObjectTypeInput.d.ts +1 -1
  313. package/dist/model/GraphObjectTypeInput.js +2 -2
  314. package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
  315. package/dist/model/GraphObjectTypeResponse.js +59 -28
  316. package/dist/model/GraphObjectTypeSchema.d.ts +2 -2
  317. package/dist/model/GraphObjectTypeSchema.js +11 -11
  318. package/dist/model/GraphOwner.d.ts +1 -1
  319. package/dist/model/GraphOwner.js +2 -2
  320. package/dist/model/GraphRelationship.d.ts +2 -2
  321. package/dist/model/GraphRelationship.js +11 -11
  322. package/dist/model/GraphRelationshipPayload.d.ts +3 -3
  323. package/dist/model/GraphRelationshipPayload.js +22 -24
  324. package/dist/model/GraphRelationshipResponse.d.ts +55 -0
  325. package/dist/model/GraphRelationshipResponse.js +229 -0
  326. package/dist/model/GraphRelationshipType.d.ts +6 -6
  327. package/dist/model/GraphRelationshipType.js +40 -40
  328. package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
  329. package/dist/model/GraphRelationshipTypeInput.js +367 -0
  330. package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
  331. package/dist/model/GraphRelationshipTypeResponse.js +38 -2
  332. package/dist/model/GraphResponse.d.ts +54 -0
  333. package/dist/model/GraphResponse.js +196 -0
  334. package/dist/model/GraphSchema.d.ts +7 -7
  335. package/dist/model/GraphSchema.js +46 -46
  336. package/dist/model/GraphSchemaInput.d.ts +1 -1
  337. package/dist/model/GraphSchemaInput.js +2 -2
  338. package/dist/model/GraphSchemaResponse.d.ts +1 -1
  339. package/dist/model/GraphSchemaResponse.js +2 -2
  340. package/dist/model/GraphTraversalInput.d.ts +7 -1
  341. package/dist/model/GraphTraversalInput.js +74 -2
  342. package/dist/model/Image.d.ts +1 -1
  343. package/dist/model/Image.js +2 -2
  344. package/dist/model/InputPart.d.ts +4 -2
  345. package/dist/model/InputPart.js +37 -18
  346. package/dist/model/InputPartHeaders.d.ts +29 -0
  347. package/dist/model/InputPartHeaders.js +87 -0
  348. package/dist/model/InputPartMediaType.d.ts +1 -1
  349. package/dist/model/InputPartMediaType.js +2 -2
  350. package/dist/model/JsonArray.d.ts +34 -0
  351. package/dist/model/JsonArray.js +95 -0
  352. package/dist/model/JsonObject.d.ts +41 -0
  353. package/dist/model/JsonObject.js +143 -0
  354. package/dist/model/JsonValue.d.ts +40 -0
  355. package/dist/model/JsonValue.js +132 -0
  356. package/dist/model/KafkaSettings.d.ts +1 -1
  357. package/dist/model/KafkaSettings.js +2 -2
  358. package/dist/model/Link.d.ts +3 -3
  359. package/dist/model/Link.js +19 -19
  360. package/dist/model/LiveStreamInfo.d.ts +1 -1
  361. package/dist/model/LiveStreamInfo.js +2 -2
  362. package/dist/model/MediaType.d.ts +33 -0
  363. package/dist/model/MediaType.js +127 -0
  364. package/dist/model/MeetingEvent.d.ts +7 -7
  365. package/dist/model/MeetingEvent.js +50 -50
  366. package/dist/model/MeetingEventInput.d.ts +1 -1
  367. package/dist/model/MeetingEventInput.js +2 -2
  368. package/dist/model/MeetingEventResponse.d.ts +1 -1
  369. package/dist/model/MeetingEventResponse.js +2 -2
  370. package/dist/model/MeetingEventTimezone.d.ts +1 -1
  371. package/dist/model/MeetingEventTimezone.js +2 -2
  372. package/dist/model/MeetingEventTypeInput.d.ts +1 -1
  373. package/dist/model/MeetingEventTypeInput.js +2 -2
  374. package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
  375. package/dist/model/MeetingEventTypeResponse.js +2 -2
  376. package/dist/model/MeetingInfo.d.ts +2 -2
  377. package/dist/model/MeetingInfo.js +15 -15
  378. package/dist/model/Member.d.ts +3 -3
  379. package/dist/model/Member.js +20 -20
  380. package/dist/model/MemberGroupCategory.d.ts +1 -1
  381. package/dist/model/MemberGroupCategory.js +2 -2
  382. package/dist/model/MemberList.d.ts +1 -1
  383. package/dist/model/MemberList.js +2 -2
  384. package/dist/model/MemberManagerConfigInput.d.ts +39 -0
  385. package/dist/model/MemberManagerConfigInput.js +124 -0
  386. package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
  387. package/dist/model/MemberManagerConfigResponse.js +134 -0
  388. package/dist/model/MemberManagerInput.d.ts +41 -0
  389. package/dist/model/MemberManagerInput.js +134 -0
  390. package/dist/model/MemberManagerResponse.d.ts +41 -0
  391. package/dist/model/MemberManagerResponse.js +134 -0
  392. package/dist/model/MessageGroup.d.ts +1 -1
  393. package/dist/model/MessageGroup.js +2 -2
  394. package/dist/model/MultipartBody.d.ts +1 -1
  395. package/dist/model/MultipartBody.js +2 -2
  396. package/dist/model/MultivaluedMapStringString.d.ts +29 -0
  397. package/dist/model/MultivaluedMapStringString.js +87 -0
  398. package/dist/model/NotificationInput.d.ts +1 -1
  399. package/dist/model/NotificationInput.js +2 -2
  400. package/dist/model/NotificationResponse.d.ts +1 -1
  401. package/dist/model/NotificationResponse.js +2 -2
  402. package/dist/model/NumberSettings.d.ts +1 -1
  403. package/dist/model/NumberSettings.js +2 -2
  404. package/dist/model/ObjectSettings.d.ts +1 -1
  405. package/dist/model/ObjectSettings.js +2 -2
  406. package/dist/model/Objecttype.d.ts +2 -2
  407. package/dist/model/Objecttype.js +11 -11
  408. package/dist/model/OutParameter.d.ts +1 -1
  409. package/dist/model/OutParameter.js +2 -2
  410. package/dist/model/Page.d.ts +3 -3
  411. package/dist/model/Page.js +16 -16
  412. package/dist/model/PageSchema.d.ts +3 -3
  413. package/dist/model/PageSchema.js +17 -17
  414. package/dist/model/Pageable.d.ts +3 -3
  415. package/dist/model/Pageable.js +16 -16
  416. package/dist/model/Parameter.d.ts +1 -1
  417. package/dist/model/Parameter.js +2 -2
  418. package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
  419. package/dist/model/PasswordResetInitiateRequest.js +112 -0
  420. package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
  421. package/dist/model/PasswordResetInitiateResponse.js +156 -0
  422. package/dist/model/PasswordResetRequest.d.ts +42 -0
  423. package/dist/model/PasswordResetRequest.js +136 -0
  424. package/dist/model/PasswordResetResponse.d.ts +46 -0
  425. package/dist/model/PasswordResetResponse.js +162 -0
  426. package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
  427. package/dist/model/PasswordResetValidationResponse.js +162 -0
  428. package/dist/model/Path.d.ts +1 -1
  429. package/dist/model/Path.js +9 -9
  430. package/dist/model/PaymentAccountObject.d.ts +1 -1
  431. package/dist/model/PaymentAccountObject.js +2 -2
  432. package/dist/model/PaymentIntentInput.d.ts +1 -1
  433. package/dist/model/PaymentIntentInput.js +2 -2
  434. package/dist/model/PaymentIntentResponse.d.ts +1 -1
  435. package/dist/model/PaymentIntentResponse.js +2 -2
  436. package/dist/model/PaymentMethod.d.ts +2 -2
  437. package/dist/model/PaymentMethod.js +9 -9
  438. package/dist/model/PaymentMethodInput.d.ts +1 -1
  439. package/dist/model/PaymentMethodInput.js +2 -2
  440. package/dist/model/PaymentMethodResponse.d.ts +1 -1
  441. package/dist/model/PaymentMethodResponse.js +2 -2
  442. package/dist/model/PaymentMethodsResponse.d.ts +1 -1
  443. package/dist/model/PaymentMethodsResponse.js +2 -2
  444. package/dist/model/Payout.d.ts +2 -2
  445. package/dist/model/Payout.js +15 -15
  446. package/dist/model/PayoutInput.d.ts +1 -1
  447. package/dist/model/PayoutInput.js +2 -2
  448. package/dist/model/PayoutResponse.d.ts +1 -1
  449. package/dist/model/PayoutResponse.js +2 -2
  450. package/dist/model/PhoneNumber.d.ts +3 -3
  451. package/dist/model/PhoneNumber.js +20 -20
  452. package/dist/model/Post.d.ts +3 -3
  453. package/dist/model/Post.js +17 -17
  454. package/dist/model/PrivateMessage.d.ts +4 -4
  455. package/dist/model/PrivateMessage.js +28 -28
  456. package/dist/model/PrivateMessageConversation.d.ts +4 -4
  457. package/dist/model/PrivateMessageConversation.js +41 -41
  458. package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
  459. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  460. package/dist/model/Profile.d.ts +2 -2
  461. package/dist/model/Profile.js +14 -14
  462. package/dist/model/Profiletype.d.ts +1 -1
  463. package/dist/model/Profiletype.js +2 -2
  464. package/dist/model/PropertyContainer.d.ts +1 -1
  465. package/dist/model/PropertyContainer.js +2 -2
  466. package/dist/model/PublicationInput.d.ts +1 -1
  467. package/dist/model/PublicationInput.js +2 -2
  468. package/dist/model/PublicationResponse.d.ts +1 -1
  469. package/dist/model/PublicationResponse.js +2 -2
  470. package/dist/model/PurchaseInput.d.ts +1 -1
  471. package/dist/model/PurchaseInput.js +2 -2
  472. package/dist/model/PurchaseResponse.d.ts +1 -1
  473. package/dist/model/PurchaseResponse.js +2 -2
  474. package/dist/model/PurgeDataDefaultResponse.d.ts +41 -0
  475. package/dist/model/PurgeDataDefaultResponse.js +143 -0
  476. package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
  477. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  478. package/dist/model/RelationshipMapping.d.ts +2 -2
  479. package/dist/model/RelationshipMapping.js +18 -18
  480. package/dist/model/RestApplicationInput.d.ts +1 -1
  481. package/dist/model/RestApplicationInput.js +2 -2
  482. package/dist/model/RestApplicationResponse.d.ts +1 -1
  483. package/dist/model/RestApplicationResponse.js +2 -2
  484. package/dist/model/ScreenSchema.d.ts +4 -4
  485. package/dist/model/ScreenSchema.js +29 -29
  486. package/dist/model/SimulcastInfo.d.ts +1 -1
  487. package/dist/model/SimulcastInfo.js +2 -2
  488. package/dist/model/SiteInput.d.ts +1 -1
  489. package/dist/model/SiteInput.js +2 -2
  490. package/dist/model/SiteResponse.d.ts +1 -1
  491. package/dist/model/SiteResponse.js +2 -2
  492. package/dist/model/SiteTypeInput.d.ts +1 -1
  493. package/dist/model/SiteTypeInput.js +2 -2
  494. package/dist/model/SiteTypeResponse.d.ts +1 -1
  495. package/dist/model/SiteTypeResponse.js +2 -2
  496. package/dist/model/SkinField.d.ts +3 -3
  497. package/dist/model/SkinField.js +16 -16
  498. package/dist/model/SkinFieldResponse.d.ts +1 -1
  499. package/dist/model/SkinFieldResponse.js +2 -2
  500. package/dist/model/SocialGroup.d.ts +2 -2
  501. package/dist/model/SocialGroup.js +14 -14
  502. package/dist/model/SocialGroupInput.d.ts +1 -1
  503. package/dist/model/SocialGroupInput.js +2 -2
  504. package/dist/model/SocialGroupResponse.d.ts +1 -1
  505. package/dist/model/SocialGroupResponse.js +2 -2
  506. package/dist/model/SocialGroupType.d.ts +1 -1
  507. package/dist/model/SocialGroupType.js +2 -2
  508. package/dist/model/SocialGroupTypeInput.d.ts +1 -1
  509. package/dist/model/SocialGroupTypeInput.js +2 -2
  510. package/dist/model/Sort.d.ts +2 -2
  511. package/dist/model/Sort.js +9 -9
  512. package/dist/model/SourceTypes.d.ts +1 -1
  513. package/dist/model/SourceTypes.js +2 -2
  514. package/dist/model/StatusUpdate.d.ts +2 -2
  515. package/dist/model/StatusUpdate.js +10 -10
  516. package/dist/model/StreetAddress.d.ts +1 -1
  517. package/dist/model/StreetAddress.js +2 -2
  518. package/dist/model/StripeAccount.d.ts +2 -2
  519. package/dist/model/StripeAccount.js +10 -10
  520. package/dist/model/StripeCustomerAccount.d.ts +1 -1
  521. package/dist/model/StripeCustomerAccount.js +2 -2
  522. package/dist/model/Template.d.ts +1 -1
  523. package/dist/model/Template.js +2 -2
  524. package/dist/model/TemplateResponse.d.ts +1 -1
  525. package/dist/model/TemplateResponse.js +2 -2
  526. package/dist/model/TemplateSchema.d.ts +1 -1
  527. package/dist/model/TemplateSchema.js +2 -2
  528. package/dist/model/ThemeMapping.d.ts +2 -2
  529. package/dist/model/ThemeMapping.js +14 -14
  530. package/dist/model/ThemeMappingPayload.d.ts +1 -1
  531. package/dist/model/ThemeMappingPayload.js +2 -2
  532. package/dist/model/Timezone.d.ts +1 -1
  533. package/dist/model/Timezone.js +2 -2
  534. package/dist/model/Timezone1.d.ts +1 -1
  535. package/dist/model/Timezone1.js +2 -2
  536. package/dist/model/TopicInfoResponse.d.ts +1 -1
  537. package/dist/model/TopicInfoResponse.js +2 -2
  538. package/dist/model/TopicMessageInput.d.ts +1 -1
  539. package/dist/model/TopicMessageInput.js +2 -2
  540. package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
  541. package/dist/model/TopicSubscriptionResponse.js +2 -2
  542. package/dist/model/Transaction.d.ts +1 -1
  543. package/dist/model/Transaction.js +2 -2
  544. package/dist/model/Transfer.d.ts +2 -2
  545. package/dist/model/Transfer.js +12 -12
  546. package/dist/model/TransferInput.d.ts +1 -1
  547. package/dist/model/TransferInput.js +2 -2
  548. package/dist/model/TransferResponse.d.ts +1 -1
  549. package/dist/model/TransferResponse.js +2 -2
  550. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +2 -2
  551. package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
  552. package/dist/model/TraversalRelationResponse.d.ts +1 -1
  553. package/dist/model/TraversalRelationResponse.js +10 -10
  554. package/dist/model/User.d.ts +3 -3
  555. package/dist/model/User.js +20 -20
  556. package/dist/model/UserDataPayload.d.ts +3 -3
  557. package/dist/model/UserDataPayload.js +20 -20
  558. package/dist/model/UserDomain.d.ts +1 -1
  559. package/dist/model/UserDomain.js +2 -2
  560. package/dist/model/UserInvite.d.ts +2 -2
  561. package/dist/model/UserInvite.js +14 -14
  562. package/dist/model/UserInviteInput.d.ts +1 -1
  563. package/dist/model/UserInviteInput.js +2 -2
  564. package/dist/model/UserResponse.d.ts +1 -1
  565. package/dist/model/UserResponse.js +2 -2
  566. package/dist/model/UserSchema.d.ts +3 -3
  567. package/dist/model/UserSchema.js +20 -20
  568. package/dist/model/UserTag.d.ts +2 -2
  569. package/dist/model/UserTag.js +10 -10
  570. package/dist/model/Userid.d.ts +1 -1
  571. package/dist/model/Userid.js +2 -2
  572. package/dist/model/UsernameReminderRequest.d.ts +38 -0
  573. package/dist/model/UsernameReminderRequest.js +112 -0
  574. package/dist/model/UsernameReminderResponse.d.ts +46 -0
  575. package/dist/model/UsernameReminderResponse.js +156 -0
  576. package/dist/model/Video.d.ts +9 -9
  577. package/dist/model/Video.js +64 -64
  578. package/dist/model/VideoLiveUrl.d.ts +1 -1
  579. package/dist/model/VideoLiveUrl.js +2 -2
  580. package/dist/model/VideoSchema.d.ts +9 -9
  581. package/dist/model/VideoSchema.js +64 -64
  582. package/dist/model/VideoUploadObject.d.ts +9 -9
  583. package/dist/model/VideoUploadObject.js +64 -64
  584. package/dist/model/WalletHoldInput.d.ts +1 -1
  585. package/dist/model/WalletHoldInput.js +2 -2
  586. package/dist/model/WalletHoldResponse.d.ts +1 -1
  587. package/dist/model/WalletHoldResponse.js +2 -2
  588. package/dist/model/WalletPayoutInput.d.ts +1 -1
  589. package/dist/model/WalletPayoutInput.js +2 -2
  590. package/dist/model/WalletPayoutResponse.d.ts +1 -1
  591. package/dist/model/WalletPayoutResponse.js +2 -2
  592. package/dist/model/WalletResponse.d.ts +1 -1
  593. package/dist/model/WalletResponse.js +2 -2
  594. package/dist/model/ZeusPortalCategory.d.ts +1 -1
  595. package/dist/model/ZeusPortalCategory.js +2 -2
  596. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * GraphObjects service.
3
3
  * @module api/GraphObjectsApi
4
- * @version 0.1.96
4
+ * @version 0.1.99
5
5
  */
6
6
  export default class GraphObjectsApi {
7
7
  /**
@@ -32,6 +32,7 @@ export default class GraphObjectsApi {
32
32
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
33
33
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
34
34
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
35
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
35
36
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
36
37
  * @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
37
38
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -43,7 +44,7 @@ export default class GraphObjectsApi {
43
44
  * Callback function to receive the result of the addLiveStream operation.
44
45
  * @callback module:api/GraphObjectsApi~addLiveStreamCallback
45
46
  * @param {String} error Error message, if any.
46
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
47
+ * @param {module:model/PurgeDataDefaultResponse} data The data returned by the service call.
47
48
  * @param {String} response The complete HTTP response.
48
49
  */
49
50
  /**
@@ -57,70 +58,15 @@ export default class GraphObjectsApi {
57
58
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
58
59
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
59
60
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
61
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
60
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
63
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
62
64
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
63
65
  * @param {String} [transactionid] The id of the transaction this operation is being run in
64
66
  * @param {module:api/GraphObjectsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
65
- * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
67
+ * data is of type: {@link module:model/PurgeDataDefaultResponse}
66
68
  */
67
69
  addLiveStream(objectid: number, opts: any, callback: any): any;
68
- /**
69
- * Callback function to receive the result of the attachFile operation.
70
- * @callback module:api/GraphObjectsApi~attachFileCallback
71
- * @param {String} error Error message, if any.
72
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
73
- * @param {String} response The complete HTTP response.
74
- */
75
- /**
76
- * @param {Number} id The id of the object that the file is being attached to
77
- * @param {Object} opts Optional parameters
78
- * @param {String} [authorization] The authorization token of the logged in user
79
- * @param {Number} [cacheduration] The how long the cache entry should persist
80
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
81
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
82
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
83
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
84
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
85
- * @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
86
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
87
- * @param {String} [transactionid] The id of the transaction this operation is being run in
88
- * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
89
- * @param {Object.<String, {String: InputPart}>} [formData]
90
- * @param {Array.<module:model/InputPart>} [parts]
91
- * @param {String} [preamble]
92
- * @param {module:api/GraphObjectsApi~attachFileCallback} callback The callback function, accepting three arguments: error, data, response
93
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
94
- */
95
- attachFile(id: number, opts: any, callback: any): any;
96
- /**
97
- * Callback function to receive the result of the attachImage operation.
98
- * @callback module:api/GraphObjectsApi~attachImageCallback
99
- * @param {String} error Error message, if any.
100
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
101
- * @param {String} response The complete HTTP response.
102
- */
103
- /**
104
- * @param {Number} id The id of the object that the image is being attached to
105
- * @param {Object} opts Optional parameters
106
- * @param {String} [authorization] The authorization token of the logged in user
107
- * @param {Number} [cacheduration] The how long the cache entry should persist
108
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
109
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
110
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
111
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
112
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
113
- * @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
114
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
115
- * @param {String} [transactionid] The id of the transaction this operation is being run in
116
- * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
117
- * @param {Object.<String, {String: InputPart}>} [formData]
118
- * @param {Array.<module:model/InputPart>} [parts]
119
- * @param {String} [preamble]
120
- * @param {module:api/GraphObjectsApi~attachImageCallback} callback The callback function, accepting three arguments: error, data, response
121
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
122
- */
123
- attachImage(id: number, opts: any, callback: any): any;
124
70
  /**
125
71
  * Callback function to receive the result of the createActions operation.
126
72
  * @callback module:api/GraphObjectsApi~createActionsCallback
@@ -129,8 +75,10 @@ export default class GraphObjectsApi {
129
75
  * @param {String} response The complete HTTP response.
130
76
  */
131
77
  /**
132
- * @param {Number} id The id of the object that we are performing the action on
133
- * @param {Array.<module:model/GraphActionPayload>} graphActionPayload Conversation object or array of objects to create
78
+ * Create Actions
79
+ * Create actions on an object
80
+ * @param {Number} id
81
+ * @param {Array.<module:model/GraphActionPayload>} graphActionPayload Actions payload
134
82
  * @param {Object} opts Optional parameters
135
83
  * @param {String} [authorization] The authorization token of the logged in user
136
84
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -138,6 +86,7 @@ export default class GraphObjectsApi {
138
86
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
139
87
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
140
88
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
89
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
141
90
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
142
91
  * @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
143
92
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -146,57 +95,6 @@ export default class GraphObjectsApi {
146
95
  * data is of type: {@link Array.<module:model/GraphActionResponse>}
147
96
  */
148
97
  createActions(id: number, graphActionPayload: any, opts: any, callback: any): any;
149
- /**
150
- * Callback function to receive the result of the createAddObjectsToGraph operation.
151
- * @callback module:api/GraphObjectsApi~createAddObjectsToGraphCallback
152
- * @param {String} error Error message, if any.
153
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
154
- * @param {String} response The complete HTTP response.
155
- */
156
- /**
157
- * Adds objects to the graph
158
- * @param {Number} id
159
- * @param {Object} opts Optional parameters
160
- * @param {String} [authorization] The authorization token of the logged in user
161
- * @param {Number} [cacheduration] The how long the cache entry should persist
162
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
163
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
164
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
165
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
166
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
167
- * @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
168
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
169
- * @param {String} [transactionid] The id of the transaction this operation is being run in
170
- * @param {String} [body]
171
- * @param {module:api/GraphObjectsApi~createAddObjectsToGraphCallback} callback The callback function, accepting three arguments: error, data, response
172
- * data is of type: {@link module:model/GraphObjectSchema}
173
- */
174
- createAddObjectsToGraph(id: number, opts: any, callback: any): any;
175
- /**
176
- * Callback function to receive the result of the createGeocodes operation.
177
- * @callback module:api/GraphObjectsApi~createGeocodesCallback
178
- * @param {String} error Error message, if any.
179
- * @param {module:model/Geocode} data The data returned by the service call.
180
- * @param {String} response The complete HTTP response.
181
- */
182
- /**
183
- * @param {Number} id The id of the object that we are retrieving geolocation information from
184
- * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
185
- * @param {Object} opts Optional parameters
186
- * @param {String} [authorization] The authorization token of the logged in user
187
- * @param {Number} [cacheduration] The how long the cache entry should persist
188
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
189
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
190
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
191
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
192
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
193
- * @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
194
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
195
- * @param {String} [transactionid] The id of the transaction this operation is being run in
196
- * @param {module:api/GraphObjectsApi~createGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
197
- * data is of type: {@link module:model/Geocode}
198
- */
199
- createGeocodes(id: number, geocodePayload: any, opts: any, callback: any): any;
200
98
  /**
201
99
  * Callback function to receive the result of the createInviteOnObject operation.
202
100
  * @callback module:api/GraphObjectsApi~createInviteOnObjectCallback
@@ -216,6 +114,7 @@ export default class GraphObjectsApi {
216
114
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
217
115
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
218
116
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
117
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
219
118
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
220
119
  * @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
221
120
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -228,7 +127,7 @@ export default class GraphObjectsApi {
228
127
  * Callback function to receive the result of the createObject operation.
229
128
  * @callback module:api/GraphObjectsApi~createObjectCallback
230
129
  * @param {String} error Error message, if any.
231
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
130
+ * @param {module:model/GraphObjectResponse} data The data returned by the service call.
232
131
  * @param {String} response The complete HTTP response.
233
132
  */
234
133
  /**
@@ -242,52 +141,26 @@ export default class GraphObjectsApi {
242
141
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
243
142
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
244
143
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
144
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
245
145
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
246
146
  * @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
247
147
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
248
148
  * @param {String} [transactionid] The id of the transaction this operation is being run in
249
149
  * @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
250
- * data is of type: {@link module:model/GraphObjectSchema}
150
+ * data is of type: {@link module:model/GraphObjectResponse}
251
151
  */
252
152
  createObject(graphObjectPayload: any, opts: any, callback: any): any;
253
- /**
254
- * Callback function to receive the result of the createObjects operation.
255
- * @callback module:api/GraphObjectsApi~createObjectsCallback
256
- * @param {String} error Error message, if any.
257
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
258
- * @param {String} response The complete HTTP response.
259
- */
260
- /**
261
- * Create Objects
262
- * Create graph object(s)
263
- * @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
264
- * @param {Object} opts Optional parameters
265
- * @param {String} [authorization] The authorization token of the logged in user
266
- * @param {Number} [cacheduration] The how long the cache entry should persist
267
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
268
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
269
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
270
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
271
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
272
- * @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
273
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
274
- * @param {String} [transactionid] The id of the transaction this operation is being run in
275
- * @param {module:api/GraphObjectsApi~createObjectsCallback} callback The callback function, accepting three arguments: error, data, response
276
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
277
- */
278
- createObjects(graphObjectPayload: any, opts: any, callback: any): any;
279
153
  /**
280
154
  * Callback function to receive the result of the createRelationship operation.
281
155
  * @callback module:api/GraphObjectsApi~createRelationshipCallback
282
156
  * @param {String} error Error message, if any.
283
- * @param {module:model/GraphRelationship} data The data returned by the service call.
157
+ * @param {module:model/GraphRelationshipResponse} data The data returned by the service call.
284
158
  * @param {String} response The complete HTTP response.
285
159
  */
286
160
  /**
287
161
  * Create a Relationship
288
162
  * Create a relationship to another object
289
- * @param {Number} id The id of the object that we are creating relationships on
290
- * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
163
+ * @param {Number} id
291
164
  * @param {Object} opts Optional parameters
292
165
  * @param {String} [authorization] The authorization token of the logged in user
293
166
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -295,26 +168,27 @@ export default class GraphObjectsApi {
295
168
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
296
169
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
297
170
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
171
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
298
172
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
299
173
  * @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
300
174
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
301
175
  * @param {String} [transactionid] The id of the transaction this operation is being run in
176
+ * @param {String} [body]
302
177
  * @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
303
- * data is of type: {@link module:model/GraphRelationship}
178
+ * data is of type: {@link module:model/GraphRelationshipResponse}
304
179
  */
305
- createRelationship(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
180
+ createRelationship(id: number, opts: any, callback: any): any;
306
181
  /**
307
182
  * Callback function to receive the result of the createRelationships operation.
308
183
  * @callback module:api/GraphObjectsApi~createRelationshipsCallback
309
184
  * @param {String} error Error message, if any.
310
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
185
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
311
186
  * @param {String} response The complete HTTP response.
312
187
  */
313
188
  /**
314
189
  * Create Relationships
315
- * Create a relationships to other objects
316
- * @param {Number} id The id of the object that we are creating relationships on
317
- * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
190
+ * Create relationships to other objects
191
+ * @param {Number} id
318
192
  * @param {Object} opts Optional parameters
319
193
  * @param {String} [authorization] The authorization token of the logged in user
320
194
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -322,38 +196,16 @@ export default class GraphObjectsApi {
322
196
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
323
197
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
324
198
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
199
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
325
200
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
326
201
  * @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
327
202
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
328
203
  * @param {String} [transactionid] The id of the transaction this operation is being run in
204
+ * @param {String} [body]
329
205
  * @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
330
- * data is of type: {@link Array.<module:model/GraphRelationship>}
331
- */
332
- createRelationships(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
333
- /**
334
- * Callback function to receive the result of the deleteGeocode operation.
335
- * @callback module:api/GraphObjectsApi~deleteGeocodeCallback
336
- * @param {String} error Error message, if any.
337
- * @param data This operation does not return a value.
338
- * @param {String} response The complete HTTP response.
339
- */
340
- /**
341
- * @param {Number} id The id of the geocode to delete
342
- * @param {Number} geocodeid The id of the object whose properties we are updating
343
- * @param {Object} opts Optional parameters
344
- * @param {String} [authorization] The authorization token of the logged in user
345
- * @param {Number} [cacheduration] The how long the cache entry should persist
346
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
347
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
348
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
349
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
350
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
351
- * @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
352
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
353
- * @param {String} [transactionid] The id of the transaction this operation is being run in
354
- * @param {module:api/GraphObjectsApi~deleteGeocodeCallback} callback The callback function, accepting three arguments: error, data, response
206
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
355
207
  */
356
- deleteGeocode(id: number, geocodeid: number, opts: any, callback: any): any;
208
+ createRelationships(id: number, opts: any, callback: any): any;
357
209
  /**
358
210
  * Callback function to receive the result of the deleteLike operation.
359
211
  * @callback module:api/GraphObjectsApi~deleteLikeCallback
@@ -372,6 +224,7 @@ export default class GraphObjectsApi {
372
224
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
373
225
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
374
226
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
227
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
375
228
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
376
229
  * @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
377
230
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -379,30 +232,6 @@ export default class GraphObjectsApi {
379
232
  * @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
380
233
  */
381
234
  deleteLike(objectid: number, opts: any, callback: any): any;
382
- /**
383
- * Callback function to receive the result of the deleteObject operation.
384
- * @callback module:api/GraphObjectsApi~deleteObjectCallback
385
- * @param {String} error Error message, if any.
386
- * @param data This operation does not return a value.
387
- * @param {String} response The complete HTTP response.
388
- */
389
- /**
390
- * Delete's the object with the id
391
- * @param {Number} id The id of the object to delete
392
- * @param {Object} opts Optional parameters
393
- * @param {String} [authorization] The authorization token of the logged in user
394
- * @param {Number} [cacheduration] The how long the cache entry should persist
395
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
396
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
397
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
398
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
399
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
400
- * @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
401
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
402
- * @param {String} [transactionid] The id of the transaction this operation is being run in
403
- * @param {module:api/GraphObjectsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
404
- */
405
- deleteObject(id: number, opts: any, callback: any): any;
406
235
  /**
407
236
  * Callback function to receive the result of the dislike operation.
408
237
  * @callback module:api/GraphObjectsApi~dislikeCallback
@@ -421,6 +250,7 @@ export default class GraphObjectsApi {
421
250
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
422
251
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
423
252
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
253
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
424
254
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
425
255
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
426
256
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -428,89 +258,17 @@ export default class GraphObjectsApi {
428
258
  * @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
429
259
  */
430
260
  dislike(objectid: number, opts: any, callback: any): any;
431
- /**
432
- * Callback function to receive the result of the doPostFunction operation.
433
- * @callback module:api/GraphObjectsApi~doPostFunctionCallback
434
- * @param {String} error Error message, if any.
435
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
436
- * @param {String} response The complete HTTP response.
437
- */
438
- /**
439
- * @param {Number} id The id of the object we are calling the function on
440
- * @param {String} _function
441
- * @param {Object} opts Optional parameters
442
- * @param {String} [authorization] The authorization token of the logged in user
443
- * @param {Number} [cacheduration] The how long the cache entry should persist
444
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
445
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
446
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
447
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
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
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
451
- * @param {String} [transactionid] The id of the transaction this operation is being run in
452
- * @param {String} [body]
453
- * @param {module:api/GraphObjectsApi~doPostFunctionCallback} callback The callback function, accepting three arguments: error, data, response
454
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
455
- */
456
- doPostFunction(id: number, _function: string, opts: any, callback: any): any;
457
- /**
458
- * Callback function to receive the result of the follow operation.
459
- * @callback module:api/GraphObjectsApi~followCallback
460
- * @param {String} error Error message, if any.
461
- * @param data This operation does not return a value.
462
- * @param {String} response The complete HTTP response.
463
- */
464
- /**
465
- * @param {Number} id The id of the object being followed
466
- * @param {Object} opts Optional parameters
467
- * @param {String} [authorization] The authorization token of the logged in user
468
- * @param {Number} [cacheduration] The how long the cache entry should persist
469
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
470
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
471
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
472
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
473
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
474
- * @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
475
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
476
- * @param {String} [transactionid] The id of the transaction this operation is being run in
477
- * @param {module:api/GraphObjectsApi~followCallback} callback The callback function, accepting three arguments: error, data, response
478
- */
479
- follow(id: number, opts: any, callback: any): any;
480
- /**
481
- * Callback function to receive the result of the get7 operation.
482
- * @callback module:api/GraphObjectsApi~get7Callback
483
- * @param {String} error Error message, if any.
484
- * @param data This operation does not return a value.
485
- * @param {String} response The complete HTTP response.
486
- */
487
- /**
488
- * Root for the API
489
- * @param {Object} opts Optional parameters
490
- * @param {String} [authorization] The authorization token of the logged in user
491
- * @param {Number} [cacheduration] The how long the cache entry should persist
492
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
493
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
494
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
495
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
496
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
497
- * @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
498
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
499
- * @param {String} [transactionid] The id of the transaction this operation is being run in
500
- * @param {module:api/GraphObjectsApi~get7Callback} callback The callback function, accepting three arguments: error, data, response
501
- */
502
- get7(opts: any, callback: any): any;
503
261
  /**
504
262
  * Callback function to receive the result of the getActions operation.
505
263
  * @callback module:api/GraphObjectsApi~getActionsCallback
506
264
  * @param {String} error Error message, if any.
507
- * @param {Array.<module:model/GraphAction>} data The data returned by the service call.
265
+ * @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
508
266
  * @param {String} response The complete HTTP response.
509
267
  */
510
268
  /**
511
269
  * Get Actions
512
270
  * Get actions attached to an object
513
- * @param {Number} id The id of the object that we are retrieving actions on
271
+ * @param {Number} id
514
272
  * @param {Object} opts Optional parameters
515
273
  * @param {String} [authorization] The authorization token of the logged in user
516
274
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -518,19 +276,20 @@ export default class GraphObjectsApi {
518
276
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
519
277
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
520
278
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
279
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
521
280
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
522
281
  * @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
523
282
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
524
283
  * @param {String} [transactionid] The id of the transaction this operation is being run in
525
284
  * @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
526
- * data is of type: {@link Array.<module:model/GraphAction>}
285
+ * data is of type: {@link Array.<module:model/GraphActionResponse>}
527
286
  */
528
287
  getActions(id: number, opts: any, callback: any): any;
529
288
  /**
530
289
  * Callback function to receive the result of the getActionsByType operation.
531
290
  * @callback module:api/GraphObjectsApi~getActionsByTypeCallback
532
291
  * @param {String} error Error message, if any.
533
- * @param {Array.<module:model/GraphAction>} data The data returned by the service call.
292
+ * @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
534
293
  * @param {String} response The complete HTTP response.
535
294
  */
536
295
  /**
@@ -545,25 +304,26 @@ export default class GraphObjectsApi {
545
304
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
546
305
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
547
306
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
307
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
548
308
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
549
309
  * @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
310
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
551
311
  * @param {String} [transactionid] The id of the transaction this operation is being run in
552
312
  * @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
553
- * data is of type: {@link Array.<module:model/GraphAction>}
313
+ * data is of type: {@link Array.<module:model/GraphActionResponse>}
554
314
  */
555
315
  getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
556
316
  /**
557
317
  * Callback function to receive the result of the getAllRelationships operation.
558
318
  * @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
559
319
  * @param {String} error Error message, if any.
560
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
320
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
561
321
  * @param {String} response The complete HTTP response.
562
322
  */
563
323
  /**
564
324
  * Get All Relationships
565
325
  * Returns a listing of relationships
566
- * @param {Number} id The id of the object that we are retrieving relationships on
326
+ * @param {Number} id
567
327
  * @param {Object} opts Optional parameters
568
328
  * @param {String} [authorization] The authorization token of the logged in user
569
329
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -571,26 +331,27 @@ export default class GraphObjectsApi {
571
331
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
572
332
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
573
333
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
334
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
574
335
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
575
336
  * @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
576
337
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
577
338
  * @param {String} [transactionid] The id of the transaction this operation is being run in
578
339
  * @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
579
- * data is of type: {@link Array.<module:model/GraphRelationship>}
340
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
580
341
  */
581
342
  getAllRelationships(id: number, opts: any, callback: any): any;
582
343
  /**
583
344
  * Callback function to receive the result of the getAllRelationshipsByType operation.
584
345
  * @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
585
346
  * @param {String} error Error message, if any.
586
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
347
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
587
348
  * @param {String} response The complete HTTP response.
588
349
  */
589
350
  /**
590
351
  * Get All Relationships By Type
591
352
  * Returns a listing of relationships
592
- * @param {Number} id The id of the relationship type we are searching for
593
- * @param {Number} reltypeid The id of the object that we are retrieving relationships on
353
+ * @param {Number} id
354
+ * @param {Number} reltypeid
594
355
  * @param {Object} opts Optional parameters
595
356
  * @param {String} [authorization] The authorization token of the logged in user
596
357
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -598,23 +359,26 @@ export default class GraphObjectsApi {
598
359
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
599
360
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
600
361
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
362
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
601
363
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
602
364
  * @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
603
365
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
604
366
  * @param {String} [transactionid] The id of the transaction this operation is being run in
605
367
  * @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
606
- * data is of type: {@link Array.<module:model/GraphRelationship>}
368
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
607
369
  */
608
370
  getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
609
371
  /**
610
- * Callback function to receive the result of the getComments operation.
611
- * @callback module:api/GraphObjectsApi~getCommentsCallback
372
+ * Callback function to receive the result of the getObjectById operation.
373
+ * @callback module:api/GraphObjectsApi~getObjectByIdCallback
612
374
  * @param {String} error Error message, if any.
613
- * @param {Array.<module:model/Comment>} data The data returned by the service call.
375
+ * @param {module:model/GraphObjectResponse} data The data returned by the service call.
614
376
  * @param {String} response The complete HTTP response.
615
377
  */
616
378
  /**
617
- * @param {Number} objectid
379
+ * Get Object By Id
380
+ * Gets object by id
381
+ * @param {Number} id The id of the object that we are retrieving
618
382
  * @param {Object} opts Optional parameters
619
383
  * @param {String} [authorization] The authorization token of the logged in user
620
384
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -622,25 +386,26 @@ export default class GraphObjectsApi {
622
386
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
623
387
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
624
388
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
389
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
625
390
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
626
391
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
627
392
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
628
393
  * @param {String} [transactionid] The id of the transaction this operation is being run in
629
- * @param {module:api/GraphObjectsApi~getCommentsCallback} callback The callback function, accepting three arguments: error, data, response
630
- * data is of type: {@link Array.<module:model/Comment>}
394
+ * @param {module:api/GraphObjectsApi~getObjectByIdCallback} callback The callback function, accepting three arguments: error, data, response
395
+ * data is of type: {@link module:model/GraphObjectResponse}
631
396
  */
632
- getComments(objectid: number, opts: any, callback: any): any;
397
+ getObjectById(id: number, opts: any, callback: any): any;
633
398
  /**
634
- * Callback function to receive the result of the getDataSheetImports operation.
635
- * @callback module:api/GraphObjectsApi~getDataSheetImportsCallback
399
+ * Callback function to receive the result of the getObjectByKey operation.
400
+ * @callback module:api/GraphObjectsApi~getObjectByKeyCallback
636
401
  * @param {String} error Error message, if any.
637
- * @param {Array.<module:model/DataSheetImport>} data The data returned by the service call.
402
+ * @param {module:model/GraphObjectResponse} data The data returned by the service call.
638
403
  * @param {String} response The complete HTTP response.
639
404
  */
640
405
  /**
641
- * Get Related Objects
642
- * Get Related Objects
643
- * @param {Number} objectid The id of the object we are importing the datasheet to
406
+ * Get Object By Key
407
+ * Get An Object By it's key identifier
408
+ * @param {String} key The unique key of the object we are retrieving
644
409
  * @param {Object} opts Optional parameters
645
410
  * @param {String} [authorization] The authorization token of the logged in user
646
411
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -648,25 +413,27 @@ export default class GraphObjectsApi {
648
413
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
649
414
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
650
415
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
416
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
651
417
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
652
418
  * @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
653
419
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
654
420
  * @param {String} [transactionid] The id of the transaction this operation is being run in
655
- * @param {module:api/GraphObjectsApi~getDataSheetImportsCallback} callback The callback function, accepting three arguments: error, data, response
656
- * data is of type: {@link Array.<module:model/DataSheetImport>}
421
+ * @param {module:api/GraphObjectsApi~getObjectByKeyCallback} callback The callback function, accepting three arguments: error, data, response
422
+ * data is of type: {@link module:model/GraphObjectResponse}
657
423
  */
658
- getDataSheetImports(objectid: number, opts: any, callback: any): any;
424
+ getObjectByKey(key: string, opts: any, callback: any): any;
659
425
  /**
660
- * Callback function to receive the result of the getEvents operation.
661
- * @callback module:api/GraphObjectsApi~getEventsCallback
426
+ * Callback function to receive the result of the getRelationshipsByTypeIn operation.
427
+ * @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
662
428
  * @param {String} error Error message, if any.
663
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
429
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
664
430
  * @param {String} response The complete HTTP response.
665
431
  */
666
432
  /**
667
- * Get Events
668
- * Returns a listing of meeting events contained in or attached to this object
669
- * @param {Number} id The id of the object that we are retrieving events for
433
+ * Get Incoming Relationships By Type
434
+ * Returns a listing of relationships
435
+ * @param {Number} id
436
+ * @param {Number} reltypeid
670
437
  * @param {Object} opts Optional parameters
671
438
  * @param {String} [authorization] The authorization token of the logged in user
672
439
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -674,27 +441,27 @@ export default class GraphObjectsApi {
674
441
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
675
442
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
676
443
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
444
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
677
445
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
678
446
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
679
447
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
680
448
  * @param {String} [transactionid] The id of the transaction this operation is being run in
681
- * @param {module:api/GraphObjectsApi~getEventsCallback} callback The callback function, accepting three arguments: error, data, response
682
- * data is of type: {@link Array.<module:model/MeetingEvent>}
449
+ * @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
450
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
683
451
  */
684
- getEvents(id: number, opts: any, callback: any): any;
452
+ getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
685
453
  /**
686
- * Callback function to receive the result of the getEventsDateRange operation.
687
- * @callback module:api/GraphObjectsApi~getEventsDateRangeCallback
454
+ * Callback function to receive the result of the getRelationshipsByTypeOut operation.
455
+ * @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
688
456
  * @param {String} error Error message, if any.
689
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
457
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
690
458
  * @param {String} response The complete HTTP response.
691
459
  */
692
460
  /**
693
- * Get Events Date Range
694
- * Returns a listing of meeting events contained in or attached to this object within the specified date range
695
- * @param {Number} id The id of the object that we are retrieving events for
696
- * @param {Number} startdate The unix epoch time for the start time of the event
697
- * @param {Number} enddate The unix epoch time for the end time of the event
461
+ * Get Outgoing Relationships By Type
462
+ * Returns a listing of relationships
463
+ * @param {Number} id
464
+ * @param {Number} reltypeid
698
465
  * @param {Object} opts Optional parameters
699
466
  * @param {String} [authorization] The authorization token of the logged in user
700
467
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -702,25 +469,26 @@ export default class GraphObjectsApi {
702
469
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
703
470
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
704
471
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
472
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
705
473
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
706
474
  * @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
707
475
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
708
476
  * @param {String} [transactionid] The id of the transaction this operation is being run in
709
- * @param {module:api/GraphObjectsApi~getEventsDateRangeCallback} callback The callback function, accepting three arguments: error, data, response
710
- * data is of type: {@link Array.<module:model/MeetingEvent>}
477
+ * @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
478
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
711
479
  */
712
- getEventsDateRange(id: number, startdate: number, enddate: number, opts: any, callback: any): any;
480
+ getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
713
481
  /**
714
- * Callback function to receive the result of the getEventsFuture operation.
715
- * @callback module:api/GraphObjectsApi~getEventsFutureCallback
482
+ * Callback function to receive the result of the getRelationshipsIn operation.
483
+ * @callback module:api/GraphObjectsApi~getRelationshipsInCallback
716
484
  * @param {String} error Error message, if any.
717
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
485
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
718
486
  * @param {String} response The complete HTTP response.
719
487
  */
720
488
  /**
721
- * Get Events Future
722
- * Returns a listing of future meeting events contained in or attached to this object
723
- * @param {Number} id The id of the object that we are retrieving events for
489
+ * Get Incoming Relationships
490
+ * Returns a listing of relationships
491
+ * @param {Number} id
724
492
  * @param {Object} opts Optional parameters
725
493
  * @param {String} [authorization] The authorization token of the logged in user
726
494
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -728,25 +496,26 @@ export default class GraphObjectsApi {
728
496
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
729
497
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
730
498
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
499
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
731
500
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
732
501
  * @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
733
502
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
734
503
  * @param {String} [transactionid] The id of the transaction this operation is being run in
735
- * @param {module:api/GraphObjectsApi~getEventsFutureCallback} callback The callback function, accepting three arguments: error, data, response
736
- * data is of type: {@link Array.<module:model/MeetingEvent>}
504
+ * @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
505
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
737
506
  */
738
- getEventsFuture(id: number, opts: any, callback: any): any;
507
+ getRelationshipsIn(id: number, opts: any, callback: any): any;
739
508
  /**
740
- * Callback function to receive the result of the getEventsPast operation.
741
- * @callback module:api/GraphObjectsApi~getEventsPastCallback
509
+ * Callback function to receive the result of the getRelationshipsOut operation.
510
+ * @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
742
511
  * @param {String} error Error message, if any.
743
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
512
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
744
513
  * @param {String} response The complete HTTP response.
745
514
  */
746
515
  /**
747
- * Get Events
748
- * Returns a listing of past meeting events contained in or attached to this object
749
- * @param {Number} id The id of the object that we are retrieving events for
516
+ * Get Outgoing Relationships
517
+ * Returns a listing of relationships
518
+ * @param {Number} id
750
519
  * @param {Object} opts Optional parameters
751
520
  * @param {String} [authorization] The authorization token of the logged in user
752
521
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -754,23 +523,26 @@ export default class GraphObjectsApi {
754
523
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
755
524
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
756
525
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
526
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
757
527
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
758
528
  * @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
759
529
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
760
530
  * @param {String} [transactionid] The id of the transaction this operation is being run in
761
- * @param {module:api/GraphObjectsApi~getEventsPastCallback} callback The callback function, accepting three arguments: error, data, response
762
- * data is of type: {@link Array.<module:model/MeetingEvent>}
531
+ * @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
532
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
763
533
  */
764
- getEventsPast(id: number, opts: any, callback: any): any;
534
+ getRelationshipsOut(id: number, opts: any, callback: any): any;
765
535
  /**
766
- * Callback function to receive the result of the getFiles operation.
767
- * @callback module:api/GraphObjectsApi~getFilesCallback
536
+ * Callback function to receive the result of the isDisliked operation.
537
+ * @callback module:api/GraphObjectsApi~isDislikedCallback
768
538
  * @param {String} error Error message, if any.
769
- * @param {Array.<File>} data The data returned by the service call.
539
+ * @param {Boolean} data The data returned by the service call.
770
540
  * @param {String} response The complete HTTP response.
771
541
  */
772
542
  /**
773
- * @param {Number} id
543
+ * Check if the user has disliked the object
544
+ * Checks if the user has disliked the object
545
+ * @param {Number} objectid
774
546
  * @param {Object} opts Optional parameters
775
547
  * @param {String} [authorization] The authorization token of the logged in user
776
548
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -778,23 +550,26 @@ export default class GraphObjectsApi {
778
550
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
779
551
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
780
552
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
553
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
781
554
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
782
555
  * @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
783
556
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
784
557
  * @param {String} [transactionid] The id of the transaction this operation is being run in
785
- * @param {module:api/GraphObjectsApi~getFilesCallback} callback The callback function, accepting three arguments: error, data, response
786
- * data is of type: {@link Array.<File>}
558
+ * @param {module:api/GraphObjectsApi~isDislikedCallback} callback The callback function, accepting three arguments: error, data, response
559
+ * data is of type: {@link Boolean}
787
560
  */
788
- getFiles(id: number, opts: any, callback: any): any;
561
+ isDisliked(objectid: number, opts: any, callback: any): any;
789
562
  /**
790
- * Callback function to receive the result of the getGeocodes operation.
791
- * @callback module:api/GraphObjectsApi~getGeocodesCallback
563
+ * Callback function to receive the result of the isLiked operation.
564
+ * @callback module:api/GraphObjectsApi~isLikedCallback
792
565
  * @param {String} error Error message, if any.
793
- * @param {Array.<module:model/GraphGeocode>} data The data returned by the service call.
566
+ * @param {Boolean} data The data returned by the service call.
794
567
  * @param {String} response The complete HTTP response.
795
568
  */
796
569
  /**
797
- * @param {Number} id The id of the object to retrieve the geolocation information
570
+ * Check if the user has liked the object
571
+ * Checks if the user has liked the object
572
+ * @param {Number} objectid
798
573
  * @param {Object} opts Optional parameters
799
574
  * @param {String} [authorization] The authorization token of the logged in user
800
575
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -802,663 +577,20 @@ export default class GraphObjectsApi {
802
577
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
803
578
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
804
579
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
580
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
805
581
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
806
582
  * @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
807
583
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
808
584
  * @param {String} [transactionid] The id of the transaction this operation is being run in
809
- * @param {module:api/GraphObjectsApi~getGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
810
- * data is of type: {@link Array.<module:model/GraphGeocode>}
585
+ * @param {module:api/GraphObjectsApi~isLikedCallback} callback The callback function, accepting three arguments: error, data, response
586
+ * data is of type: {@link Boolean}
811
587
  */
812
- getGeocodes(id: number, opts: any, callback: any): any;
588
+ isLiked(objectid: number, opts: any, callback: any): any;
813
589
  /**
814
- * Callback function to receive the result of the getGraphs operation.
815
- * @callback module:api/GraphObjectsApi~getGraphsCallback
590
+ * Callback function to receive the result of the like operation.
591
+ * @callback module:api/GraphObjectsApi~likeCallback
816
592
  * @param {String} error Error message, if any.
817
- * @param {Array.<module:model/Graph>} data The data returned by the service call.
818
- * @param {String} response The complete HTTP response.
819
- */
820
- /**
821
- * @param {Number} id The id of the object whose graphs we are retrieving
822
- * @param {Object} opts Optional parameters
823
- * @param {String} [authorization] The authorization token of the logged in user
824
- * @param {Number} [cacheduration] The how long the cache entry should persist
825
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
826
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
827
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
828
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
829
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
830
- * @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
831
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
832
- * @param {String} [transactionid] The id of the transaction this operation is being run in
833
- * @param {module:api/GraphObjectsApi~getGraphsCallback} callback The callback function, accepting three arguments: error, data, response
834
- * data is of type: {@link Array.<module:model/Graph>}
835
- */
836
- getGraphs(id: number, opts: any, callback: any): any;
837
- /**
838
- * Callback function to receive the result of the getImages operation.
839
- * @callback module:api/GraphObjectsApi~getImagesCallback
840
- * @param {String} error Error message, if any.
841
- * @param {Array.<module:model/Image>} data The data returned by the service call.
842
- * @param {String} response The complete HTTP response.
843
- */
844
- /**
845
- * @param {Number} id
846
- * @param {Object} opts Optional parameters
847
- * @param {String} [authorization] The authorization token of the logged in user
848
- * @param {Number} [cacheduration] The how long the cache entry should persist
849
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
850
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
851
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
852
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
853
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
854
- * @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
855
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
856
- * @param {String} [transactionid] The id of the transaction this operation is being run in
857
- * @param {module:api/GraphObjectsApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
858
- * data is of type: {@link Array.<module:model/Image>}
859
- */
860
- getImages(id: number, opts: any, callback: any): any;
861
- /**
862
- * Callback function to receive the result of the getNewsfeed operation.
863
- * @callback module:api/GraphObjectsApi~getNewsfeedCallback
864
- * @param {String} error Error message, if any.
865
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
866
- * @param {String} response The complete HTTP response.
867
- */
868
- /**
869
- * @param {Number} id The id of the object that we are retrieving news feed items for
870
- * @param {Object} opts Optional parameters
871
- * @param {String} [authorization] The authorization token of the logged in user
872
- * @param {Number} [cacheduration] The how long the cache entry should persist
873
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
874
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
875
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
876
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
877
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
878
- * @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
879
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
880
- * @param {String} [transactionid] The id of the transaction this operation is being run in
881
- * @param {module:api/GraphObjectsApi~getNewsfeedCallback} callback The callback function, accepting three arguments: error, data, response
882
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
883
- */
884
- getNewsfeed(id: number, opts: any, callback: any): any;
885
- /**
886
- * Callback function to receive the result of the getNewsfeedIndexed operation.
887
- * @callback module:api/GraphObjectsApi~getNewsfeedIndexedCallback
888
- * @param {String} error Error message, if any.
889
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
890
- * @param {String} response The complete HTTP response.
891
- */
892
- /**
893
- * @param {Number} id The id of the object that we are retrieving news feed items for
894
- * @param {Number} start
895
- * @param {Number} end
896
- * @param {Object} opts Optional parameters
897
- * @param {String} [authorization] The authorization token of the logged in user
898
- * @param {Number} [cacheduration] The how long the cache entry should persist
899
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
900
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
901
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
902
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
903
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
904
- * @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
905
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
906
- * @param {String} [transactionid] The id of the transaction this operation is being run in
907
- * @param {module:api/GraphObjectsApi~getNewsfeedIndexedCallback} callback The callback function, accepting three arguments: error, data, response
908
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
909
- */
910
- getNewsfeedIndexed(id: number, start: number, end: number, opts: any, callback: any): any;
911
- /**
912
- * Callback function to receive the result of the getNewsfeedIndexedStart operation.
913
- * @callback module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback
914
- * @param {String} error Error message, if any.
915
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
916
- * @param {String} response The complete HTTP response.
917
- */
918
- /**
919
- * @param {Number} id The id of the object that we are retrieving news feed items for
920
- * @param {Number} start
921
- * @param {Number} end
922
- * @param {Object} opts Optional parameters
923
- * @param {String} [authorization] The authorization token of the logged in user
924
- * @param {Number} [cacheduration] The how long the cache entry should persist
925
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
926
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
927
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
928
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
929
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
930
- * @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
931
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
932
- * @param {String} [transactionid] The id of the transaction this operation is being run in
933
- * @param {module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback} callback The callback function, accepting three arguments: error, data, response
934
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
935
- */
936
- getNewsfeedIndexedStart(id: number, start: number, end: number, opts: any, callback: any): any;
937
- /**
938
- * Callback function to receive the result of the getObjectById operation.
939
- * @callback module:api/GraphObjectsApi~getObjectByIdCallback
940
- * @param {String} error Error message, if any.
941
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
942
- * @param {String} response The complete HTTP response.
943
- */
944
- /**
945
- * Gets object by id
946
- * @param {Number} id The id of the object that we are retreiving
947
- * @param {Object} opts Optional parameters
948
- * @param {String} [authorization] The authorization token of the logged in user
949
- * @param {Number} [cacheduration] The how long the cache entry should persist
950
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
951
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
952
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
953
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
954
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
955
- * @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
956
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
957
- * @param {String} [transactionid] The id of the transaction this operation is being run in
958
- * @param {module:api/GraphObjectsApi~getObjectByIdCallback} callback The callback function, accepting three arguments: error, data, response
959
- * data is of type: {@link module:model/GraphObjectSchema}
960
- */
961
- getObjectById(id: number, opts: any, callback: any): any;
962
- /**
963
- * Callback function to receive the result of the getObjectByKey operation.
964
- * @callback module:api/GraphObjectsApi~getObjectByKeyCallback
965
- * @param {String} error Error message, if any.
966
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
967
- * @param {String} response The complete HTTP response.
968
- */
969
- /**
970
- * Get Object By Key
971
- * Get An Object By it's key identifier
972
- * @param {String} key The unique key of the object we are retrieving
973
- * @param {Object} opts Optional parameters
974
- * @param {String} [authorization] The authorization token of the logged in user
975
- * @param {Number} [cacheduration] The how long the cache entry should persist
976
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
977
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
978
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
979
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
980
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
981
- * @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
982
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
983
- * @param {String} [transactionid] The id of the transaction this operation is being run in
984
- * @param {module:api/GraphObjectsApi~getObjectByKeyCallback} callback The callback function, accepting three arguments: error, data, response
985
- * data is of type: {@link module:model/GraphObjectSchema}
986
- */
987
- getObjectByKey(key: string, opts: any, callback: any): any;
988
- /**
989
- * Callback function to receive the result of the getObjectFromSchema operation.
990
- * @callback module:api/GraphObjectsApi~getObjectFromSchemaCallback
991
- * @param {String} error Error message, if any.
992
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
993
- * @param {String} response The complete HTTP response.
994
- */
995
- /**
996
- * Get Object From Schema
997
- * Get the object representation of the Graph Schema
998
- * @param {String} schemakey The unique id of the graph schema we are retrieving
999
- * @param {Object} opts Optional parameters
1000
- * @param {String} [authorization] The authorization token of the logged in user
1001
- * @param {Number} [cacheduration] The how long the cache entry should persist
1002
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1003
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1004
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1005
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1006
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1007
- * @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
1008
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1010
- * @param {module:api/GraphObjectsApi~getObjectFromSchemaCallback} callback The callback function, accepting three arguments: error, data, response
1011
- * data is of type: {@link module:model/GraphObjectSchema}
1012
- */
1013
- getObjectFromSchema(schemakey: string, opts: any, callback: any): any;
1014
- /**
1015
- * Callback function to receive the result of the getObjectProperties operation.
1016
- * @callback module:api/GraphObjectsApi~getObjectPropertiesCallback
1017
- * @param {String} error Error message, if any.
1018
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
1019
- * @param {String} response The complete HTTP response.
1020
- */
1021
- /**
1022
- * Get Properties
1023
- * Get all properties attached to an object
1024
- * @param {Number} id The id of the object whose properties we are retrieve
1025
- * @param {Object} opts Optional parameters
1026
- * @param {String} [authorization] The authorization token of the logged in user
1027
- * @param {Number} [cacheduration] The how long the cache entry should persist
1028
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1029
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1030
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1031
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1032
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1033
- * @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
1034
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1035
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1036
- * @param {module:api/GraphObjectsApi~getObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
1037
- * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
1038
- */
1039
- getObjectProperties(id: number, opts: any, callback: any): any;
1040
- /**
1041
- * Callback function to receive the result of the getObjectProperty operation.
1042
- * @callback module:api/GraphObjectsApi~getObjectPropertyCallback
1043
- * @param {String} error Error message, if any.
1044
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
1045
- * @param {String} response The complete HTTP response.
1046
- */
1047
- /**
1048
- * Get Property
1049
- * Get a single property attached to an object
1050
- * @param {Number} id The id of the object whose properties we are retrieve
1051
- * @param {String} prop The property is retrieving
1052
- * @param {Object} opts Optional parameters
1053
- * @param {String} [authorization] The authorization token of the logged in user
1054
- * @param {Number} [cacheduration] The how long the cache entry should persist
1055
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1056
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1057
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1058
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1059
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1060
- * @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
1061
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1062
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1063
- * @param {module:api/GraphObjectsApi~getObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
1064
- * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
1065
- */
1066
- getObjectProperty(id: number, prop: string, opts: any, callback: any): any;
1067
- /**
1068
- * Callback function to receive the result of the getObjectsInGraph operation.
1069
- * @callback module:api/GraphObjectsApi~getObjectsInGraphCallback
1070
- * @param {String} error Error message, if any.
1071
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1072
- * @param {String} response The complete HTTP response.
1073
- */
1074
- /**
1075
- * Get objects in the graph
1076
- * @param {Number} id
1077
- * @param {Object} opts Optional parameters
1078
- * @param {String} [authorization] The authorization token of the logged in user
1079
- * @param {Number} [cacheduration] The how long the cache entry should persist
1080
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1081
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1082
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1083
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1084
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1085
- * @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
1086
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1087
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1088
- * @param {module:api/GraphObjectsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
1089
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1090
- */
1091
- getObjectsInGraph(id: number, opts: any, callback: any): any;
1092
- /**
1093
- * Callback function to receive the result of the getObjectsInGraphByTag operation.
1094
- * @callback module:api/GraphObjectsApi~getObjectsInGraphByTagCallback
1095
- * @param {String} error Error message, if any.
1096
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1097
- * @param {String} response The complete HTTP response.
1098
- */
1099
- /**
1100
- * Get objects in the graph with the given tag
1101
- * @param {Number} id
1102
- * @param {String} tag
1103
- * @param {Object} opts Optional parameters
1104
- * @param {String} [authorization] The authorization token of the logged in user
1105
- * @param {Number} [cacheduration] The how long the cache entry should persist
1106
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1107
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1108
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1109
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1110
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1111
- * @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
1112
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1113
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1114
- * @param {module:api/GraphObjectsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
1115
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1116
- */
1117
- getObjectsInGraphByTag(id: number, tag: string, opts: any, callback: any): any;
1118
- /**
1119
- * Callback function to receive the result of the getObjectsInGraphByType operation.
1120
- * @callback module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback
1121
- * @param {String} error Error message, if any.
1122
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1123
- * @param {String} response The complete HTTP response.
1124
- */
1125
- /**
1126
- * Get objects in the graph with the given object type
1127
- * @param {Number} id
1128
- * @param {String} type
1129
- * @param {Object} opts Optional parameters
1130
- * @param {String} [authorization] The authorization token of the logged in user
1131
- * @param {Number} [cacheduration] The how long the cache entry should persist
1132
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1133
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1134
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1135
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1136
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1137
- * @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
1138
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1139
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1140
- * @param {Number} [page]
1141
- * @param {Number} [size]
1142
- * @param {module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
1143
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1144
- */
1145
- getObjectsInGraphByType(id: number, type: string, opts: any, callback: any): any;
1146
- /**
1147
- * Callback function to receive the result of the getRelatedObjects operation.
1148
- * @callback module:api/GraphObjectsApi~getRelatedObjectsCallback
1149
- * @param {String} error Error message, if any.
1150
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1151
- * @param {String} response The complete HTTP response.
1152
- */
1153
- /**
1154
- * Get Related Objects
1155
- * Get Related Objects by relationship type
1156
- * @param {Number} objectid The id of the object that we are retreiving related objects from
1157
- * @param {Number} reltypeid The relationship type id
1158
- * @param {Object} opts Optional parameters
1159
- * @param {String} [authorization] The authorization token of the logged in user
1160
- * @param {Number} [cacheduration] The how long the cache entry should persist
1161
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1162
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1163
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1164
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1165
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1166
- * @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
1167
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1168
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1169
- * @param {module:api/GraphObjectsApi~getRelatedObjectsCallback} callback The callback function, accepting three arguments: error, data, response
1170
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1171
- */
1172
- getRelatedObjects(objectid: number, reltypeid: number, opts: any, callback: any): any;
1173
- /**
1174
- * Callback function to receive the result of the getRelatedObjectsIn operation.
1175
- * @callback module:api/GraphObjectsApi~getRelatedObjectsInCallback
1176
- * @param {String} error Error message, if any.
1177
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1178
- * @param {String} response The complete HTTP response.
1179
- */
1180
- /**
1181
- * Get Related Objects
1182
- * Get Related Objects from incoming relationships by relationship type
1183
- * @param {Number} objectid The id of the object that we are retreiving related objects from
1184
- * @param {Number} reltypeid The relationship type id
1185
- * @param {Object} opts Optional parameters
1186
- * @param {String} [authorization] The authorization token of the logged in user
1187
- * @param {Number} [cacheduration] The how long the cache entry should persist
1188
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1189
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1190
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1191
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
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
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
1195
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1196
- * @param {module:api/GraphObjectsApi~getRelatedObjectsInCallback} callback The callback function, accepting three arguments: error, data, response
1197
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1198
- */
1199
- getRelatedObjectsIn(objectid: number, reltypeid: number, opts: any, callback: any): any;
1200
- /**
1201
- * Callback function to receive the result of the getRelatedObjectsOut operation.
1202
- * @callback module:api/GraphObjectsApi~getRelatedObjectsOutCallback
1203
- * @param {String} error Error message, if any.
1204
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
1205
- * @param {String} response The complete HTTP response.
1206
- */
1207
- /**
1208
- * Get Related Objects
1209
- * Get Related Objects from outgoing relationships by relationship type
1210
- * @param {Number} objectid The id of the object that we are retrieving the related objects from
1211
- * @param {Number} reltypeid The relationship type id
1212
- * @param {Object} opts Optional parameters
1213
- * @param {String} [authorization] The authorization token of the logged in user
1214
- * @param {Number} [cacheduration] The how long the cache entry should persist
1215
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1216
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1217
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1218
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1219
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1220
- * @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
1221
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1222
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1223
- * @param {module:api/GraphObjectsApi~getRelatedObjectsOutCallback} callback The callback function, accepting three arguments: error, data, response
1224
- * data is of type: {@link Array.<module:model/GraphObjectSchema>}
1225
- */
1226
- getRelatedObjectsOut(objectid: number, reltypeid: number, opts: any, callback: any): any;
1227
- /**
1228
- * Callback function to receive the result of the getRelationshipsByTypeIn operation.
1229
- * @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
1230
- * @param {String} error Error message, if any.
1231
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
1232
- * @param {String} response The complete HTTP response.
1233
- */
1234
- /**
1235
- * Get Incoming Relationships By Type
1236
- * Returns a listing of relationships
1237
- * @param {Number} id The id of the object that we are retrieving relationships on
1238
- * @param {Number} reltypeid The id of the relationship type we are searching for
1239
- * @param {Object} opts Optional parameters
1240
- * @param {String} [authorization] The authorization token of the logged in user
1241
- * @param {Number} [cacheduration] The how long the cache entry should persist
1242
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1243
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1244
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1245
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1246
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1247
- * @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
1248
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1249
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1250
- * @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
1251
- * data is of type: {@link Array.<module:model/GraphRelationship>}
1252
- */
1253
- getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
1254
- /**
1255
- * Callback function to receive the result of the getRelationshipsByTypeOut operation.
1256
- * @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
1257
- * @param {String} error Error message, if any.
1258
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
1259
- * @param {String} response The complete HTTP response.
1260
- */
1261
- /**
1262
- * Get Outgoing Relationships By Type
1263
- * Returns a listing of relationships
1264
- * @param {Number} id The id of the object that we are retrieving relationships on
1265
- * @param {Number} reltypeid The id of the relationship type we are searching for
1266
- * @param {Object} opts Optional parameters
1267
- * @param {String} [authorization] The authorization token of the logged in user
1268
- * @param {Number} [cacheduration] The how long the cache entry should persist
1269
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1270
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1271
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1272
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1273
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1274
- * @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
1275
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1276
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1277
- * @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
1278
- * data is of type: {@link Array.<module:model/GraphRelationship>}
1279
- */
1280
- getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
1281
- /**
1282
- * Callback function to receive the result of the getRelationshipsIn operation.
1283
- * @callback module:api/GraphObjectsApi~getRelationshipsInCallback
1284
- * @param {String} error Error message, if any.
1285
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
1286
- * @param {String} response The complete HTTP response.
1287
- */
1288
- /**
1289
- * Get Incoming Relationships
1290
- * Returns a listing of relationships
1291
- * @param {Number} id The id of the object that we are retrieving relationships on
1292
- * @param {Object} opts Optional parameters
1293
- * @param {String} [authorization] The authorization token of the logged in user
1294
- * @param {Number} [cacheduration] The how long the cache entry should persist
1295
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1296
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1297
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1298
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1299
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1300
- * @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
1301
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1302
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1303
- * @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
1304
- * data is of type: {@link Array.<module:model/GraphRelationship>}
1305
- */
1306
- getRelationshipsIn(id: number, opts: any, callback: any): any;
1307
- /**
1308
- * Callback function to receive the result of the getRelationshipsOut operation.
1309
- * @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
1310
- * @param {String} error Error message, if any.
1311
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
1312
- * @param {String} response The complete HTTP response.
1313
- */
1314
- /**
1315
- * Get Outgoing Relationships
1316
- * Returns a listing of relationships
1317
- * @param {Number} id The id of the object that we are retrieving relationships on
1318
- * @param {Object} opts Optional parameters
1319
- * @param {String} [authorization] The authorization token of the logged in user
1320
- * @param {Number} [cacheduration] The how long the cache entry should persist
1321
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1322
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1323
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1324
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1325
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1326
- * @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
1327
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1328
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1329
- * @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
1330
- * data is of type: {@link Array.<module:model/GraphRelationship>}
1331
- */
1332
- getRelationshipsOut(id: number, opts: any, callback: any): any;
1333
- /**
1334
- * Callback function to receive the result of the getTags operation.
1335
- * @callback module:api/GraphObjectsApi~getTagsCallback
1336
- * @param {String} error Error message, if any.
1337
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
1338
- * @param {String} response The complete HTTP response.
1339
- */
1340
- /**
1341
- * @param {Number} id
1342
- * @param {Object} opts Optional parameters
1343
- * @param {String} [authorization] The authorization token of the logged in user
1344
- * @param {Number} [cacheduration] The how long the cache entry should persist
1345
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1346
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1347
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1348
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1349
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1350
- * @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
1351
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1352
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1353
- * @param {module:api/GraphObjectsApi~getTagsCallback} callback The callback function, accepting three arguments: error, data, response
1354
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
1355
- */
1356
- getTags(id: number, opts: any, callback: any): any;
1357
- /**
1358
- * Callback function to receive the result of the getUserTags operation.
1359
- * @callback module:api/GraphObjectsApi~getUserTagsCallback
1360
- * @param {String} error Error message, if any.
1361
- * @param {Array.<String>} data The data returned by the service call.
1362
- * @param {String} response The complete HTTP response.
1363
- */
1364
- /**
1365
- * @param {Number} id
1366
- * @param {Object} opts Optional parameters
1367
- * @param {String} [authorization] The authorization token of the logged in user
1368
- * @param {Number} [cacheduration] The how long the cache entry should persist
1369
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1370
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1371
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1372
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1373
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1374
- * @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
1375
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1376
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1377
- * @param {module:api/GraphObjectsApi~getUserTagsCallback} callback The callback function, accepting three arguments: error, data, response
1378
- * data is of type: {@link Array.<String>}
1379
- */
1380
- getUserTags(id: number, opts: any, callback: any): any;
1381
- /**
1382
- * Callback function to receive the result of the getVideos operation.
1383
- * @callback module:api/GraphObjectsApi~getVideosCallback
1384
- * @param {String} error Error message, if any.
1385
- * @param {Array.<module:model/Video>} data The data returned by the service call.
1386
- * @param {String} response The complete HTTP response.
1387
- */
1388
- /**
1389
- * @param {Number} id
1390
- * @param {Object} opts Optional parameters
1391
- * @param {String} [authorization] The authorization token of the logged in user
1392
- * @param {Number} [cacheduration] The how long the cache entry should persist
1393
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1394
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1395
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1396
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1397
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1398
- * @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
1399
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1400
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1401
- * @param {module:api/GraphObjectsApi~getVideosCallback} callback The callback function, accepting three arguments: error, data, response
1402
- * data is of type: {@link Array.<module:model/Video>}
1403
- */
1404
- getVideos(id: number, opts: any, callback: any): any;
1405
- /**
1406
- * Callback function to receive the result of the isDisliked operation.
1407
- * @callback module:api/GraphObjectsApi~isDislikedCallback
1408
- * @param {String} error Error message, if any.
1409
- * @param {Boolean} data The data returned by the service call.
1410
- * @param {String} response The complete HTTP response.
1411
- */
1412
- /**
1413
- * Check if the user has disliked the object
1414
- * Checks if the user has disliked the object
1415
- * @param {Number} objectid
1416
- * @param {Object} opts Optional parameters
1417
- * @param {String} [authorization] The authorization token of the logged in user
1418
- * @param {Number} [cacheduration] The how long the cache entry should persist
1419
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1420
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1421
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1422
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1423
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1424
- * @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
1425
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1426
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1427
- * @param {module:api/GraphObjectsApi~isDislikedCallback} callback The callback function, accepting three arguments: error, data, response
1428
- * data is of type: {@link Boolean}
1429
- */
1430
- isDisliked(objectid: number, opts: any, callback: any): any;
1431
- /**
1432
- * Callback function to receive the result of the isLiked operation.
1433
- * @callback module:api/GraphObjectsApi~isLikedCallback
1434
- * @param {String} error Error message, if any.
1435
- * @param {Boolean} data The data returned by the service call.
1436
- * @param {String} response The complete HTTP response.
1437
- */
1438
- /**
1439
- * Check if the user has liked the object
1440
- * Checks if the user has liked the object
1441
- * @param {Number} objectid
1442
- * @param {Object} opts Optional parameters
1443
- * @param {String} [authorization] The authorization token of the logged in user
1444
- * @param {Number} [cacheduration] The how long the cache entry should persist
1445
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1446
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1447
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1448
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1449
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1450
- * @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
1451
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1452
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1453
- * @param {module:api/GraphObjectsApi~isLikedCallback} callback The callback function, accepting three arguments: error, data, response
1454
- * data is of type: {@link Boolean}
1455
- */
1456
- isLiked(objectid: number, opts: any, callback: any): any;
1457
- /**
1458
- * Callback function to receive the result of the like operation.
1459
- * @callback module:api/GraphObjectsApi~likeCallback
1460
- * @param {String} error Error message, if any.
1461
- * @param data This operation does not return a value.
593
+ * @param data This operation does not return a value.
1462
594
  * @param {String} response The complete HTTP response.
1463
595
  */
1464
596
  /**
@@ -1472,6 +604,7 @@ export default class GraphObjectsApi {
1472
604
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1473
605
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1474
606
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
607
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1475
608
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1476
609
  * @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
1477
610
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1479,183 +612,4 @@ export default class GraphObjectsApi {
1479
612
  * @param {module:api/GraphObjectsApi~likeCallback} callback The callback function, accepting three arguments: error, data, response
1480
613
  */
1481
614
  like(objectid: number, opts: any, callback: any): any;
1482
- /**
1483
- * Callback function to receive the result of the setObjectProperties operation.
1484
- * @callback module:api/GraphObjectsApi~setObjectPropertiesCallback
1485
- * @param {String} error Error message, if any.
1486
- * @param data This operation does not return a value.
1487
- * @param {String} response The complete HTTP response.
1488
- */
1489
- /**
1490
- * Set Multiple Properties
1491
- * Set multiple properties attaced to an object / record
1492
- * @param {Number} id The id of the object whose properties we are updating
1493
- * @param {Object.<String, Object>} body The property map to set in Json format
1494
- * @param {Object} opts Optional parameters
1495
- * @param {String} [authorization] The authorization token of the logged in user
1496
- * @param {Number} [cacheduration] The how long the cache entry should persist
1497
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1498
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1499
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1500
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
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
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
1504
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1505
- * @param {module:api/GraphObjectsApi~setObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
1506
- */
1507
- setObjectProperties(id: number, body: any, opts: any, callback: any): any;
1508
- /**
1509
- * Callback function to receive the result of the setObjectProperty operation.
1510
- * @callback module:api/GraphObjectsApi~setObjectPropertyCallback
1511
- * @param {String} error Error message, if any.
1512
- * @param data This operation does not return a value.
1513
- * @param {String} response The complete HTTP response.
1514
- */
1515
- /**
1516
- * Update Property
1517
- * Update a specific property
1518
- * @param {Number} id The id of the object whose properties we are updating
1519
- * @param {String} prop The property being updated
1520
- * @param {Object} opts Optional parameters
1521
- * @param {String} [authorization] The authorization token of the logged in user
1522
- * @param {Number} [cacheduration] The how long the cache entry should persist
1523
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1524
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1525
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1526
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1527
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1528
- * @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
1529
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1530
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1531
- * @param {String} [body] The value that is being set
1532
- * @param {module:api/GraphObjectsApi~setObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
1533
- */
1534
- setObjectProperty(id: number, prop: string, opts: any, callback: any): any;
1535
- /**
1536
- * Callback function to receive the result of the tagUsers operation.
1537
- * @callback module:api/GraphObjectsApi~tagUsersCallback
1538
- * @param {String} error Error message, if any.
1539
- * @param {Array.<module:model/UserTag>} data The data returned by the service call.
1540
- * @param {String} response The complete HTTP response.
1541
- */
1542
- /**
1543
- * @param {Number} id
1544
- * @param {Object} opts Optional parameters
1545
- * @param {String} [authorization] The authorization token of the logged in user
1546
- * @param {Number} [cacheduration] The how long the cache entry should persist
1547
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1548
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1549
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1550
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1551
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1552
- * @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
1553
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1554
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1555
- * @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
1556
- * @param {module:api/GraphObjectsApi~tagUsersCallback} callback The callback function, accepting three arguments: error, data, response
1557
- * data is of type: {@link Array.<module:model/UserTag>}
1558
- */
1559
- tagUsers(id: number, opts: any, callback: any): any;
1560
- /**
1561
- * Callback function to receive the result of the updateObject operation.
1562
- * @callback module:api/GraphObjectsApi~updateObjectCallback
1563
- * @param {String} error Error message, if any.
1564
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
1565
- * @param {String} response The complete HTTP response.
1566
- */
1567
- /**
1568
- * Update an Object
1569
- * Performs an update of the Graph Object
1570
- * @param {Number} id The id of the object that we are updating
1571
- * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
1572
- * @param {Object} opts Optional parameters
1573
- * @param {String} [authorization] The authorization token of the logged in user
1574
- * @param {Number} [cacheduration] The how long the cache entry should persist
1575
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1576
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1577
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1578
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1579
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1580
- * @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
1581
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1582
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1583
- * @param {module:api/GraphObjectsApi~updateObjectCallback} callback The callback function, accepting three arguments: error, data, response
1584
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
1585
- */
1586
- updateObject(id: number, graphObjectPayload: any, opts: any, callback: any): any;
1587
- /**
1588
- * Callback function to receive the result of the updateTags operation.
1589
- * @callback module:api/GraphObjectsApi~updateTagsCallback
1590
- * @param {String} error Error message, if any.
1591
- * @param data This operation does not return a value.
1592
- * @param {String} response The complete HTTP response.
1593
- */
1594
- /**
1595
- * @param {Number} id The id of the object whose tags we are updating
1596
- * @param {String} body Conversation object or array of objects to create
1597
- * @param {Object} opts Optional parameters
1598
- * @param {String} [authorization] The authorization token of the logged in user
1599
- * @param {Number} [cacheduration] The how long the cache entry should persist
1600
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1601
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1602
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1603
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1604
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1605
- * @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
1606
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1607
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1608
- * @param {module:api/GraphObjectsApi~updateTagsCallback} callback The callback function, accepting three arguments: error, data, response
1609
- */
1610
- updateTags(id: number, body: string, opts: any, callback: any): any;
1611
- /**
1612
- * Callback function to receive the result of the view operation.
1613
- * @callback module:api/GraphObjectsApi~viewCallback
1614
- * @param {String} error Error message, if any.
1615
- * @param data This operation does not return a value.
1616
- * @param {String} response The complete HTTP response.
1617
- */
1618
- /**
1619
- * Marks the object as viewed
1620
- * Marks the object as viewed by the logged in user
1621
- * @param {Number} objectid The id of the object being viewed
1622
- * @param {Object} opts Optional parameters
1623
- * @param {String} [authorization] The authorization token of the logged in user
1624
- * @param {Number} [cacheduration] The how long the cache entry should persist
1625
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1626
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1627
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1628
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1629
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1630
- * @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
1631
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1632
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1633
- * @param {module:api/GraphObjectsApi~viewCallback} callback The callback function, accepting three arguments: error, data, response
1634
- */
1635
- view(objectid: number, opts: any, callback: any): any;
1636
- /**
1637
- * Callback function to receive the result of the viewPost operation.
1638
- * @callback module:api/GraphObjectsApi~viewPostCallback
1639
- * @param {String} error Error message, if any.
1640
- * @param data This operation does not return a value.
1641
- * @param {String} response The complete HTTP response.
1642
- */
1643
- /**
1644
- * Marks the object as viewed (HTTP Post Operation)
1645
- * Marks the object as viewed by the logged in user
1646
- * @param {Number} id The id of the object being viewed
1647
- * @param {Object} opts Optional parameters
1648
- * @param {String} [authorization] The authorization token of the logged in user
1649
- * @param {Number} [cacheduration] The how long the cache entry should persist
1650
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1651
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1652
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
1653
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1654
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1655
- * @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
1656
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1657
- * @param {String} [transactionid] The id of the transaction this operation is being run in
1658
- * @param {module:api/GraphObjectsApi~viewPostCallback} callback The callback function, accepting three arguments: error, data, response
1659
- */
1660
- viewPost(id: number, opts: any, callback: any): any;
1661
615
  }