@gobodo/gobodo-api 0.1.97 → 0.1.100

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 +602 -684
  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 +79 -61
  59. package/dist/api/GraphActionTypesApi.js +225 -184
  60. package/dist/api/GraphActionsApi.d.ts +28 -149
  61. package/dist/api/GraphActionsApi.js +85 -374
  62. package/dist/api/GraphObjectTypesApi.d.ts +38 -148
  63. package/dist/api/GraphObjectTypesApi.js +140 -392
  64. package/dist/api/GraphObjectsApi.d.ts +194 -1103
  65. package/dist/api/GraphObjectsApi.js +597 -2774
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +67 -303
  67. package/dist/api/GraphRelationshipTypesApi.js +200 -748
  68. package/dist/api/GraphRelationshipsApi.d.ts +83 -494
  69. package/dist/api/GraphRelationshipsApi.js +351 -1306
  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 +274 -233
  76. package/dist/api/IAMApi.d.ts +21 -17
  77. package/dist/api/IAMApi.js +69 -57
  78. package/dist/api/ImagesApi.d.ts +15 -86
  79. package/dist/api/ImagesApi.js +71 -238
  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 -16
  141. package/dist/index.js +204 -85
  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 +10 -10
  157. package/dist/model/Article.js +68 -68
  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 +2 -2
  163. package/dist/model/Balance.js +19 -19
  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 +1 -1
  171. package/dist/model/Base64ImageUpload.js +2 -2
  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 +4 -4
  179. package/dist/model/Comment.js +22 -22
  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 +8 -8
  217. package/dist/model/DataSheetImport.js +76 -76
  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 +11 -11
  225. package/dist/model/Document.js +72 -72
  226. package/dist/model/DocumentPart.d.ts +6 -6
  227. package/dist/model/DocumentPart.js +54 -54
  228. package/dist/model/DocumentPartType.d.ts +4 -4
  229. package/dist/model/DocumentPartType.js +30 -30
  230. package/dist/model/DocumentType.d.ts +6 -6
  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 +5 -5
  241. package/dist/model/Fields.js +25 -25
  242. package/dist/model/File.d.ts +5 -5
  243. package/dist/model/File.js +28 -28
  244. package/dist/model/FileAttachmentUploadObject.d.ts +5 -5
  245. package/dist/model/FileAttachmentUploadObject.js +28 -28
  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 +3 -3
  251. package/dist/model/Form.js +21 -21
  252. package/dist/model/FormSection.d.ts +1 -1
  253. package/dist/model/FormSection.js +2 -2
  254. package/dist/model/FormSubmission.d.ts +3 -3
  255. package/dist/model/FormSubmission.js +17 -17
  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 +5 -5
  281. package/dist/model/Graph.js +33 -33
  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 +3 -3
  303. package/dist/model/GraphObject.js +19 -19
  304. package/dist/model/GraphObjectPayload.d.ts +3 -3
  305. package/dist/model/GraphObjectPayload.js +17 -19
  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 +3 -3
  311. package/dist/model/GraphObjectType.js +18 -18
  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 +3 -3
  317. package/dist/model/GraphObjectTypeSchema.js +18 -18
  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 +43 -43
  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 +42 -42
  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 +5 -3
  345. package/dist/model/InputPart.js +42 -23
  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 +21 -21
  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 +4 -4
  379. package/dist/model/Member.js +24 -24
  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 +3 -3
  407. package/dist/model/Objecttype.js +18 -18
  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 +4 -4
  413. package/dist/model/PageSchema.js +25 -25
  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 +10 -10
  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 +6 -6
  457. package/dist/model/PrivateMessageConversation.js +52 -52
  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 +5 -5
  485. package/dist/model/ScreenSchema.js +37 -37
  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 +5 -5
  497. package/dist/model/SkinField.js +25 -25
  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 +2 -2
  523. package/dist/model/Template.js +10 -10
  524. package/dist/model/TemplateResponse.d.ts +1 -1
  525. package/dist/model/TemplateResponse.js +2 -2
  526. package/dist/model/TemplateSchema.d.ts +2 -2
  527. package/dist/model/TemplateSchema.js +10 -10
  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 +4 -4
  555. package/dist/model/User.js +24 -24
  556. package/dist/model/UserDataPayload.d.ts +4 -4
  557. package/dist/model/UserDataPayload.js +24 -24
  558. package/dist/model/UserDomain.d.ts +1 -1
  559. package/dist/model/UserDomain.js +2 -2
  560. package/dist/model/UserInvite.d.ts +4 -4
  561. package/dist/model/UserInvite.js +26 -26
  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 +4 -4
  567. package/dist/model/UserSchema.js +24 -24
  568. package/dist/model/UserTag.d.ts +3 -3
  569. package/dist/model/UserTag.js +21 -21
  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 +10 -10
  577. package/dist/model/Video.js +63 -63
  578. package/dist/model/VideoLiveUrl.d.ts +1 -1
  579. package/dist/model/VideoLiveUrl.js +2 -2
  580. package/dist/model/VideoSchema.d.ts +10 -10
  581. package/dist/model/VideoSchema.js +63 -63
  582. package/dist/model/VideoUploadObject.d.ts +10 -10
  583. package/dist/model/VideoUploadObject.js +63 -63
  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.97
4
+ * @version 0.1.100
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
@@ -226,724 +125,15 @@ export default class GraphObjectsApi {
226
125
  createInviteOnObject(inviteid: number, userInviteInput: any, opts: any, callback: any): any;
227
126
  /**
228
127
  * Callback function to receive the result of the createObject operation.
229
- * @callback module:api/GraphObjectsApi~createObjectCallback
230
- * @param {String} error Error message, if any.
231
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
232
- * @param {String} response The complete HTTP response.
233
- */
234
- /**
235
- * Create Objects
236
- * Create graph object(s)
237
- * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
238
- * @param {Object} opts Optional parameters
239
- * @param {String} [authorization] The authorization token of the logged in user
240
- * @param {Number} [cacheduration] The how long the cache entry should persist
241
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
242
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
243
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
244
- * @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)
245
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
249
- * @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
250
- * data is of type: {@link module:model/GraphObjectSchema}
251
- */
252
- 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
- /**
280
- * Callback function to receive the result of the createRelationship operation.
281
- * @callback module:api/GraphObjectsApi~createRelationshipCallback
282
- * @param {String} error Error message, if any.
283
- * @param {module:model/GraphRelationship} data The data returned by the service call.
284
- * @param {String} response The complete HTTP response.
285
- */
286
- /**
287
- * Create a Relationship
288
- * 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
291
- * @param {Object} opts Optional parameters
292
- * @param {String} [authorization] The authorization token of the logged in user
293
- * @param {Number} [cacheduration] The how long the cache entry should persist
294
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
295
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
296
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
297
- * @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)
298
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
302
- * @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
303
- * data is of type: {@link module:model/GraphRelationship}
304
- */
305
- createRelationship(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
306
- /**
307
- * Callback function to receive the result of the createRelationships operation.
308
- * @callback module:api/GraphObjectsApi~createRelationshipsCallback
309
- * @param {String} error Error message, if any.
310
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
311
- * @param {String} response The complete HTTP response.
312
- */
313
- /**
314
- * 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
318
- * @param {Object} opts Optional parameters
319
- * @param {String} [authorization] The authorization token of the logged in user
320
- * @param {Number} [cacheduration] The how long the cache entry should persist
321
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
322
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
323
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
324
- * @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)
325
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
329
- * @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
355
- */
356
- deleteGeocode(id: number, geocodeid: number, opts: any, callback: any): any;
357
- /**
358
- * Callback function to receive the result of the deleteLike operation.
359
- * @callback module:api/GraphObjectsApi~deleteLikeCallback
360
- * @param {String} error Error message, if any.
361
- * @param data This operation does not return a value.
362
- * @param {String} response The complete HTTP response.
363
- */
364
- /**
365
- * Delete Like
366
- * Delete an individual like
367
- * @param {Number} objectid
368
- * @param {Object} opts Optional parameters
369
- * @param {String} [authorization] The authorization token of the logged in user
370
- * @param {Number} [cacheduration] The how long the cache entry should persist
371
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
372
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
373
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
374
- * @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)
375
- * @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
- * @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
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
378
- * @param {String} [transactionid] The id of the transaction this operation is being run in
379
- * @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
380
- */
381
- 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
- /**
407
- * Callback function to receive the result of the dislike operation.
408
- * @callback module:api/GraphObjectsApi~dislikeCallback
409
- * @param {String} error Error message, if any.
410
- * @param data This operation does not return a value.
411
- * @param {String} response The complete HTTP response.
412
- */
413
- /**
414
- * Dislike an Object
415
- * Dislike an object
416
- * @param {Number} objectid
417
- * @param {Object} opts Optional parameters
418
- * @param {String} [authorization] The authorization token of the logged in user
419
- * @param {Number} [cacheduration] The how long the cache entry should persist
420
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
421
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
422
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
423
- * @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)
424
- * @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
- * @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
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
427
- * @param {String} [transactionid] The id of the transaction this operation is being run in
428
- * @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
429
- */
430
- 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
- /**
504
- * Callback function to receive the result of the getActions operation.
505
- * @callback module:api/GraphObjectsApi~getActionsCallback
506
- * @param {String} error Error message, if any.
507
- * @param {Array.<module:model/GraphAction>} data The data returned by the service call.
508
- * @param {String} response The complete HTTP response.
509
- */
510
- /**
511
- * Get Actions
512
- * Get actions attached to an object
513
- * @param {Number} id The id of the object that we are retrieving actions on
514
- * @param {Object} opts Optional parameters
515
- * @param {String} [authorization] The authorization token of the logged in user
516
- * @param {Number} [cacheduration] The how long the cache entry should persist
517
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
518
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
519
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
520
- * @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)
521
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
525
- * @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>}
527
- */
528
- getActions(id: number, opts: any, callback: any): any;
529
- /**
530
- * Callback function to receive the result of the getActionsByType operation.
531
- * @callback module:api/GraphObjectsApi~getActionsByTypeCallback
532
- * @param {String} error Error message, if any.
533
- * @param {Array.<module:model/GraphAction>} data The data returned by the service call.
534
- * @param {String} response The complete HTTP response.
535
- */
536
- /**
537
- * Get Actions By Type
538
- * Get actions attached to an object by type
539
- * @param {Number} id
540
- * @param {Number} actiontypeid
541
- * @param {Object} opts Optional parameters
542
- * @param {String} [authorization] The authorization token of the logged in user
543
- * @param {Number} [cacheduration] The how long the cache entry should persist
544
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
545
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
546
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
547
- * @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)
548
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
549
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
550
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
551
- * @param {String} [transactionid] The id of the transaction this operation is being run in
552
- * @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>}
554
- */
555
- getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
556
- /**
557
- * Callback function to receive the result of the getAllRelationships operation.
558
- * @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
559
- * @param {String} error Error message, if any.
560
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
561
- * @param {String} response The complete HTTP response.
562
- */
563
- /**
564
- * Get All Relationships
565
- * Returns a listing of relationships
566
- * @param {Number} id The id of the object that we are retrieving relationships on
567
- * @param {Object} opts Optional parameters
568
- * @param {String} [authorization] The authorization token of the logged in user
569
- * @param {Number} [cacheduration] The how long the cache entry should persist
570
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
571
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
572
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
573
- * @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)
574
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
578
- * @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>}
580
- */
581
- getAllRelationships(id: number, opts: any, callback: any): any;
582
- /**
583
- * Callback function to receive the result of the getAllRelationshipsByType operation.
584
- * @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
585
- * @param {String} error Error message, if any.
586
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
587
- * @param {String} response The complete HTTP response.
588
- */
589
- /**
590
- * Get All Relationships By Type
591
- * 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
594
- * @param {Object} opts Optional parameters
595
- * @param {String} [authorization] The authorization token of the logged in user
596
- * @param {Number} [cacheduration] The how long the cache entry should persist
597
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
598
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
599
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
600
- * @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)
601
- * @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
- * @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
- * @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
- * @param {String} [transactionid] The id of the transaction this operation is being run in
605
- * @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>}
607
- */
608
- getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
609
- /**
610
- * Callback function to receive the result of the getComments operation.
611
- * @callback module:api/GraphObjectsApi~getCommentsCallback
612
- * @param {String} error Error message, if any.
613
- * @param {Array.<module:model/Comment>} data The data returned by the service call.
614
- * @param {String} response The complete HTTP response.
615
- */
616
- /**
617
- * @param {Number} objectid
618
- * @param {Object} opts Optional parameters
619
- * @param {String} [authorization] The authorization token of the logged in user
620
- * @param {Number} [cacheduration] The how long the cache entry should persist
621
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
622
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
623
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
624
- * @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)
625
- * @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
- * @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
- * @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
- * @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>}
631
- */
632
- getComments(objectid: number, opts: any, callback: any): any;
633
- /**
634
- * Callback function to receive the result of the getDataSheetImports operation.
635
- * @callback module:api/GraphObjectsApi~getDataSheetImportsCallback
636
- * @param {String} error Error message, if any.
637
- * @param {Array.<module:model/DataSheetImport>} data The data returned by the service call.
638
- * @param {String} response The complete HTTP response.
639
- */
640
- /**
641
- * Get Related Objects
642
- * Get Related Objects
643
- * @param {Number} objectid The id of the object we are importing the datasheet to
644
- * @param {Object} opts Optional parameters
645
- * @param {String} [authorization] The authorization token of the logged in user
646
- * @param {Number} [cacheduration] The how long the cache entry should persist
647
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
648
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
649
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
650
- * @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)
651
- * @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
- * @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
- * @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
- * @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>}
657
- */
658
- getDataSheetImports(objectid: number, opts: any, callback: any): any;
659
- /**
660
- * Callback function to receive the result of the getEvents operation.
661
- * @callback module:api/GraphObjectsApi~getEventsCallback
662
- * @param {String} error Error message, if any.
663
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
664
- * @param {String} response The complete HTTP response.
665
- */
666
- /**
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
670
- * @param {Object} opts Optional parameters
671
- * @param {String} [authorization] The authorization token of the logged in user
672
- * @param {Number} [cacheduration] The how long the cache entry should persist
673
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
674
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
675
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
676
- * @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)
677
- * @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
- * @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
- * @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
- * @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>}
683
- */
684
- getEvents(id: number, opts: any, callback: any): any;
685
- /**
686
- * Callback function to receive the result of the getEventsDateRange operation.
687
- * @callback module:api/GraphObjectsApi~getEventsDateRangeCallback
688
- * @param {String} error Error message, if any.
689
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
690
- * @param {String} response The complete HTTP response.
691
- */
692
- /**
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
698
- * @param {Object} opts Optional parameters
699
- * @param {String} [authorization] The authorization token of the logged in user
700
- * @param {Number} [cacheduration] The how long the cache entry should persist
701
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
702
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
703
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
704
- * @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)
705
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
706
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
707
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
708
- * @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>}
711
- */
712
- getEventsDateRange(id: number, startdate: number, enddate: number, opts: any, callback: any): any;
713
- /**
714
- * Callback function to receive the result of the getEventsFuture operation.
715
- * @callback module:api/GraphObjectsApi~getEventsFutureCallback
716
- * @param {String} error Error message, if any.
717
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
718
- * @param {String} response The complete HTTP response.
719
- */
720
- /**
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
724
- * @param {Object} opts Optional parameters
725
- * @param {String} [authorization] The authorization token of the logged in user
726
- * @param {Number} [cacheduration] The how long the cache entry should persist
727
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
728
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
729
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
730
- * @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)
731
- * @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
- * @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
- * @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
- * @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>}
737
- */
738
- getEventsFuture(id: number, opts: any, callback: any): any;
739
- /**
740
- * Callback function to receive the result of the getEventsPast operation.
741
- * @callback module:api/GraphObjectsApi~getEventsPastCallback
742
- * @param {String} error Error message, if any.
743
- * @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
744
- * @param {String} response The complete HTTP response.
745
- */
746
- /**
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
750
- * @param {Object} opts Optional parameters
751
- * @param {String} [authorization] The authorization token of the logged in user
752
- * @param {Number} [cacheduration] The how long the cache entry should persist
753
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
754
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
755
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
756
- * @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)
757
- * @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
- * @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
- * @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
- * @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>}
763
- */
764
- getEventsPast(id: number, opts: any, callback: any): any;
765
- /**
766
- * Callback function to receive the result of the getFiles operation.
767
- * @callback module:api/GraphObjectsApi~getFilesCallback
768
- * @param {String} error Error message, if any.
769
- * @param {Array.<File>} data The data returned by the service call.
770
- * @param {String} response The complete HTTP response.
771
- */
772
- /**
773
- * @param {Number} id
774
- * @param {Object} opts Optional parameters
775
- * @param {String} [authorization] The authorization token of the logged in user
776
- * @param {Number} [cacheduration] The how long the cache entry should persist
777
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
778
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
779
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
780
- * @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)
781
- * @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
- * @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
- * @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
- * @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>}
787
- */
788
- getFiles(id: number, opts: any, callback: any): any;
789
- /**
790
- * Callback function to receive the result of the getGeocodes operation.
791
- * @callback module:api/GraphObjectsApi~getGeocodesCallback
792
- * @param {String} error Error message, if any.
793
- * @param {Array.<module:model/GraphGeocode>} data The data returned by the service call.
794
- * @param {String} response The complete HTTP response.
795
- */
796
- /**
797
- * @param {Number} id The id of the object to retrieve the geolocation information
798
- * @param {Object} opts Optional parameters
799
- * @param {String} [authorization] The authorization token of the logged in user
800
- * @param {Number} [cacheduration] The how long the cache entry should persist
801
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
802
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
803
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
804
- * @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)
805
- * @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
- * @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
- * @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
- * @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>}
811
- */
812
- getGeocodes(id: number, opts: any, callback: any): any;
813
- /**
814
- * Callback function to receive the result of the getGraphs operation.
815
- * @callback module:api/GraphObjectsApi~getGraphsCallback
816
- * @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
128
+ * @callback module:api/GraphObjectsApi~createObjectCallback
940
129
  * @param {String} error Error message, if any.
941
- * @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.
942
131
  * @param {String} response The complete HTTP response.
943
132
  */
944
133
  /**
945
- * Gets object by id
946
- * @param {Number} id The id of the object that we are retreiving
134
+ * Create Objects
135
+ * Create graph object(s)
136
+ * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
947
137
  * @param {Object} opts Optional parameters
948
138
  * @param {String} [authorization] The authorization token of the logged in user
949
139
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -951,25 +141,26 @@ export default class GraphObjectsApi {
951
141
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
952
142
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
953
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
954
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
955
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
956
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
957
148
  * @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}
149
+ * @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
150
+ * data is of type: {@link module:model/GraphObjectResponse}
960
151
  */
961
- getObjectById(id: number, opts: any, callback: any): any;
152
+ createObject(graphObjectPayload: any, opts: any, callback: any): any;
962
153
  /**
963
- * Callback function to receive the result of the getObjectByKey operation.
964
- * @callback module:api/GraphObjectsApi~getObjectByKeyCallback
154
+ * Callback function to receive the result of the createRelationship operation.
155
+ * @callback module:api/GraphObjectsApi~createRelationshipCallback
965
156
  * @param {String} error Error message, if any.
966
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
157
+ * @param {module:model/GraphRelationshipResponse} data The data returned by the service call.
967
158
  * @param {String} response The complete HTTP response.
968
159
  */
969
160
  /**
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
161
+ * Create a Relationship
162
+ * Create a relationship to another object
163
+ * @param {Number} id
973
164
  * @param {Object} opts Optional parameters
974
165
  * @param {String} [authorization] The authorization token of the logged in user
975
166
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -977,25 +168,27 @@ export default class GraphObjectsApi {
977
168
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
978
169
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
979
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
980
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
981
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
982
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
983
175
  * @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}
176
+ * @param {String} [body]
177
+ * @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
178
+ * data is of type: {@link module:model/GraphRelationshipResponse}
986
179
  */
987
- getObjectByKey(key: string, opts: any, callback: any): any;
180
+ createRelationship(id: number, opts: any, callback: any): any;
988
181
  /**
989
- * Callback function to receive the result of the getObjectFromSchema operation.
990
- * @callback module:api/GraphObjectsApi~getObjectFromSchemaCallback
182
+ * Callback function to receive the result of the createRelationships operation.
183
+ * @callback module:api/GraphObjectsApi~createRelationshipsCallback
991
184
  * @param {String} error Error message, if any.
992
- * @param {module:model/GraphObjectSchema} data The data returned by the service call.
185
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
993
186
  * @param {String} response The complete HTTP response.
994
187
  */
995
188
  /**
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
189
+ * Create Relationships
190
+ * Create relationships to other objects
191
+ * @param {Number} id
999
192
  * @param {Object} opts Optional parameters
1000
193
  * @param {String} [authorization] The authorization token of the logged in user
1001
194
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1003,25 +196,27 @@ export default class GraphObjectsApi {
1003
196
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1004
197
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1005
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
1006
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
1007
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
1008
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
1009
203
  * @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}
204
+ * @param {String} [body]
205
+ * @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
206
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1012
207
  */
1013
- getObjectFromSchema(schemakey: string, opts: any, callback: any): any;
208
+ createRelationships(id: number, opts: any, callback: any): any;
1014
209
  /**
1015
- * Callback function to receive the result of the getObjectProperties operation.
1016
- * @callback module:api/GraphObjectsApi~getObjectPropertiesCallback
210
+ * Callback function to receive the result of the deleteLike operation.
211
+ * @callback module:api/GraphObjectsApi~deleteLikeCallback
1017
212
  * @param {String} error Error message, if any.
1018
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
213
+ * @param data This operation does not return a value.
1019
214
  * @param {String} response The complete HTTP response.
1020
215
  */
1021
216
  /**
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
217
+ * Delete Like
218
+ * Delete an individual like
219
+ * @param {Number} objectid
1025
220
  * @param {Object} opts Optional parameters
1026
221
  * @param {String} [authorization] The authorization token of the logged in user
1027
222
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1029,26 +224,25 @@ export default class GraphObjectsApi {
1029
224
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1030
225
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1031
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
1032
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
1033
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
1034
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
1035
231
  * @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}>}
232
+ * @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
1038
233
  */
1039
- getObjectProperties(id: number, opts: any, callback: any): any;
234
+ deleteLike(objectid: number, opts: any, callback: any): any;
1040
235
  /**
1041
- * Callback function to receive the result of the getObjectProperty operation.
1042
- * @callback module:api/GraphObjectsApi~getObjectPropertyCallback
236
+ * Callback function to receive the result of the dislike operation.
237
+ * @callback module:api/GraphObjectsApi~dislikeCallback
1043
238
  * @param {String} error Error message, if any.
1044
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
239
+ * @param data This operation does not return a value.
1045
240
  * @param {String} response The complete HTTP response.
1046
241
  */
1047
242
  /**
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
243
+ * Dislike an Object
244
+ * Dislike an object
245
+ * @param {Number} objectid
1052
246
  * @param {Object} opts Optional parameters
1053
247
  * @param {String} [authorization] The authorization token of the logged in user
1054
248
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1056,23 +250,24 @@ export default class GraphObjectsApi {
1056
250
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1057
251
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1058
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
1059
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
1060
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
1061
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
1062
257
  * @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}>}
258
+ * @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
1065
259
  */
1066
- getObjectProperty(id: number, prop: string, opts: any, callback: any): any;
260
+ dislike(objectid: number, opts: any, callback: any): any;
1067
261
  /**
1068
- * Callback function to receive the result of the getObjectsInGraph operation.
1069
- * @callback module:api/GraphObjectsApi~getObjectsInGraphCallback
262
+ * Callback function to receive the result of the getActions operation.
263
+ * @callback module:api/GraphObjectsApi~getActionsCallback
1070
264
  * @param {String} error Error message, if any.
1071
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
265
+ * @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
1072
266
  * @param {String} response The complete HTTP response.
1073
267
  */
1074
268
  /**
1075
- * Get objects in the graph
269
+ * Get Actions
270
+ * Get actions attached to an object
1076
271
  * @param {Number} id
1077
272
  * @param {Object} opts Optional parameters
1078
273
  * @param {String} [authorization] The authorization token of the logged in user
@@ -1081,25 +276,27 @@ export default class GraphObjectsApi {
1081
276
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1082
277
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1083
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
1084
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
1085
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
1086
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
1087
283
  * @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>}
284
+ * @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
285
+ * data is of type: {@link Array.<module:model/GraphActionResponse>}
1090
286
  */
1091
- getObjectsInGraph(id: number, opts: any, callback: any): any;
287
+ getActions(id: number, opts: any, callback: any): any;
1092
288
  /**
1093
- * Callback function to receive the result of the getObjectsInGraphByTag operation.
1094
- * @callback module:api/GraphObjectsApi~getObjectsInGraphByTagCallback
289
+ * Callback function to receive the result of the getActionsByType operation.
290
+ * @callback module:api/GraphObjectsApi~getActionsByTypeCallback
1095
291
  * @param {String} error Error message, if any.
1096
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
292
+ * @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
1097
293
  * @param {String} response The complete HTTP response.
1098
294
  */
1099
295
  /**
1100
- * Get objects in the graph with the given tag
296
+ * Get Actions By Type
297
+ * Get actions attached to an object by type
1101
298
  * @param {Number} id
1102
- * @param {String} tag
299
+ * @param {Number} actiontypeid
1103
300
  * @param {Object} opts Optional parameters
1104
301
  * @param {String} [authorization] The authorization token of the logged in user
1105
302
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1107,25 +304,26 @@ export default class GraphObjectsApi {
1107
304
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1108
305
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1109
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
1110
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
1111
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
1112
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
1113
311
  * @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>}
312
+ * @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
313
+ * data is of type: {@link Array.<module:model/GraphActionResponse>}
1116
314
  */
1117
- getObjectsInGraphByTag(id: number, tag: string, opts: any, callback: any): any;
315
+ getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
1118
316
  /**
1119
- * Callback function to receive the result of the getObjectsInGraphByType operation.
1120
- * @callback module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback
317
+ * Callback function to receive the result of the getAllRelationships operation.
318
+ * @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
1121
319
  * @param {String} error Error message, if any.
1122
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
320
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1123
321
  * @param {String} response The complete HTTP response.
1124
322
  */
1125
323
  /**
1126
- * Get objects in the graph with the given object type
324
+ * Get All Relationships
325
+ * Returns a listing of relationships
1127
326
  * @param {Number} id
1128
- * @param {String} type
1129
327
  * @param {Object} opts Optional parameters
1130
328
  * @param {String} [authorization] The authorization token of the logged in user
1131
329
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1133,28 +331,27 @@ export default class GraphObjectsApi {
1133
331
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1134
332
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1135
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
1136
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
1137
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
1138
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
1139
338
  * @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>}
339
+ * @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
340
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1144
341
  */
1145
- getObjectsInGraphByType(id: number, type: string, opts: any, callback: any): any;
342
+ getAllRelationships(id: number, opts: any, callback: any): any;
1146
343
  /**
1147
- * Callback function to receive the result of the getRelatedObjects operation.
1148
- * @callback module:api/GraphObjectsApi~getRelatedObjectsCallback
344
+ * Callback function to receive the result of the getAllRelationshipsByType operation.
345
+ * @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
1149
346
  * @param {String} error Error message, if any.
1150
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
347
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1151
348
  * @param {String} response The complete HTTP response.
1152
349
  */
1153
350
  /**
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
351
+ * Get All Relationships By Type
352
+ * Returns a listing of relationships
353
+ * @param {Number} id
354
+ * @param {Number} reltypeid
1158
355
  * @param {Object} opts Optional parameters
1159
356
  * @param {String} [authorization] The authorization token of the logged in user
1160
357
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1162,26 +359,26 @@ export default class GraphObjectsApi {
1162
359
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1163
360
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1164
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
1165
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
1166
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
1167
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
1168
366
  * @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>}
367
+ * @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
368
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1171
369
  */
1172
- getRelatedObjects(objectid: number, reltypeid: number, opts: any, callback: any): any;
370
+ getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
1173
371
  /**
1174
- * Callback function to receive the result of the getRelatedObjectsIn operation.
1175
- * @callback module:api/GraphObjectsApi~getRelatedObjectsInCallback
372
+ * Callback function to receive the result of the getObjectById operation.
373
+ * @callback module:api/GraphObjectsApi~getObjectByIdCallback
1176
374
  * @param {String} error Error message, if any.
1177
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
375
+ * @param {module:model/GraphObjectResponse} data The data returned by the service call.
1178
376
  * @param {String} response The complete HTTP response.
1179
377
  */
1180
378
  /**
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
379
+ * Get Object By Id
380
+ * Gets object by id
381
+ * @param {Number} id The id of the object that we are retrieving
1185
382
  * @param {Object} opts Optional parameters
1186
383
  * @param {String} [authorization] The authorization token of the logged in user
1187
384
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1189,26 +386,26 @@ export default class GraphObjectsApi {
1189
386
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1190
387
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1191
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
1192
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
1193
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
1194
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
1195
393
  * @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>}
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}
1198
396
  */
1199
- getRelatedObjectsIn(objectid: number, reltypeid: number, opts: any, callback: any): any;
397
+ getObjectById(id: number, opts: any, callback: any): any;
1200
398
  /**
1201
- * Callback function to receive the result of the getRelatedObjectsOut operation.
1202
- * @callback module:api/GraphObjectsApi~getRelatedObjectsOutCallback
399
+ * Callback function to receive the result of the getObjectByKey operation.
400
+ * @callback module:api/GraphObjectsApi~getObjectByKeyCallback
1203
401
  * @param {String} error Error message, if any.
1204
- * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
402
+ * @param {module:model/GraphObjectResponse} data The data returned by the service call.
1205
403
  * @param {String} response The complete HTTP response.
1206
404
  */
1207
405
  /**
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
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
1212
409
  * @param {Object} opts Optional parameters
1213
410
  * @param {String} [authorization] The authorization token of the logged in user
1214
411
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1216,26 +413,25 @@ export default class GraphObjectsApi {
1216
413
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1217
414
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1218
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
1219
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
1220
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
1221
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
1222
420
  * @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>}
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}
1225
423
  */
1226
- getRelatedObjectsOut(objectid: number, reltypeid: number, opts: any, callback: any): any;
424
+ getObjectByKey(key: string, opts: any, callback: any): any;
1227
425
  /**
1228
- * Callback function to receive the result of the getRelationshipsByTypeIn operation.
1229
- * @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
426
+ * Callback function to receive the result of the getObjectsInGraph operation.
427
+ * @callback module:api/GraphObjectsApi~getObjectsInGraphCallback
1230
428
  * @param {String} error Error message, if any.
1231
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
429
+ * @param {Array.<Object>} data The data returned by the service call.
1232
430
  * @param {String} response The complete HTTP response.
1233
431
  */
1234
432
  /**
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
433
+ * Get objects in the graph
434
+ * @param {Number} id
1239
435
  * @param {Object} opts Optional parameters
1240
436
  * @param {String} [authorization] The authorization token of the logged in user
1241
437
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1243,26 +439,26 @@ export default class GraphObjectsApi {
1243
439
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1244
440
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1245
441
  * @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)
442
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1246
443
  * @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
444
  * @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
445
  * @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
446
  * @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>}
447
+ * @param {module:api/GraphObjectsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
448
+ * data is of type: {@link Array.<Object>}
1252
449
  */
1253
- getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
450
+ getObjectsInGraph(id: number, opts: any, callback: any): any;
1254
451
  /**
1255
- * Callback function to receive the result of the getRelationshipsByTypeOut operation.
1256
- * @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
452
+ * Callback function to receive the result of the getObjectsInGraphByTag operation.
453
+ * @callback module:api/GraphObjectsApi~getObjectsInGraphByTagCallback
1257
454
  * @param {String} error Error message, if any.
1258
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
455
+ * @param {Array.<Object>} data The data returned by the service call.
1259
456
  * @param {String} response The complete HTTP response.
1260
457
  */
1261
458
  /**
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
459
+ * Get graph objects by tag
460
+ * @param {Number} id
461
+ * @param {String} tag
1266
462
  * @param {Object} opts Optional parameters
1267
463
  * @param {String} [authorization] The authorization token of the logged in user
1268
464
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1270,25 +466,26 @@ export default class GraphObjectsApi {
1270
466
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1271
467
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1272
468
  * @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)
469
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1273
470
  * @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
471
  * @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
472
  * @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
473
  * @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>}
474
+ * @param {module:api/GraphObjectsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
475
+ * data is of type: {@link Array.<Object>}
1279
476
  */
1280
- getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
477
+ getObjectsInGraphByTag(id: number, tag: string, opts: any, callback: any): any;
1281
478
  /**
1282
- * Callback function to receive the result of the getRelationshipsIn operation.
1283
- * @callback module:api/GraphObjectsApi~getRelationshipsInCallback
479
+ * Callback function to receive the result of the getObjectsInGraphByType operation.
480
+ * @callback module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback
1284
481
  * @param {String} error Error message, if any.
1285
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
482
+ * @param {Array.<Object>} data The data returned by the service call.
1286
483
  * @param {String} response The complete HTTP response.
1287
484
  */
1288
485
  /**
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
486
+ * Get graph objects by type
487
+ * @param {Number} id
488
+ * @param {String} type
1292
489
  * @param {Object} opts Optional parameters
1293
490
  * @param {String} [authorization] The authorization token of the logged in user
1294
491
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1296,25 +493,29 @@ export default class GraphObjectsApi {
1296
493
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1297
494
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1298
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 {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1299
497
  * @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
498
  * @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
499
  * @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
500
  * @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>}
501
+ * @param {Number} [page = 0)]
502
+ * @param {Number} [size = 50)]
503
+ * @param {module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
504
+ * data is of type: {@link Array.<Object>}
1305
505
  */
1306
- getRelationshipsIn(id: number, opts: any, callback: any): any;
506
+ getObjectsInGraphByType(id: number, type: string, opts: any, callback: any): any;
1307
507
  /**
1308
- * Callback function to receive the result of the getRelationshipsOut operation.
1309
- * @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
508
+ * Callback function to receive the result of the getRelationshipsByTypeIn operation.
509
+ * @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
1310
510
  * @param {String} error Error message, if any.
1311
- * @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
511
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1312
512
  * @param {String} response The complete HTTP response.
1313
513
  */
1314
514
  /**
1315
- * Get Outgoing Relationships
515
+ * Get Incoming Relationships By Type
1316
516
  * Returns a listing of relationships
1317
- * @param {Number} id The id of the object that we are retrieving relationships on
517
+ * @param {Number} id
518
+ * @param {Number} reltypeid
1318
519
  * @param {Object} opts Optional parameters
1319
520
  * @param {String} [authorization] The authorization token of the logged in user
1320
521
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1322,23 +523,27 @@ export default class GraphObjectsApi {
1322
523
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1323
524
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1324
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
1325
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
1326
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
1327
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
1328
530
  * @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>}
531
+ * @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
532
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1331
533
  */
1332
- getRelationshipsOut(id: number, opts: any, callback: any): any;
534
+ getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
1333
535
  /**
1334
- * Callback function to receive the result of the getTags operation.
1335
- * @callback module:api/GraphObjectsApi~getTagsCallback
536
+ * Callback function to receive the result of the getRelationshipsByTypeOut operation.
537
+ * @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
1336
538
  * @param {String} error Error message, if any.
1337
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
539
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1338
540
  * @param {String} response The complete HTTP response.
1339
541
  */
1340
542
  /**
543
+ * Get Outgoing Relationships By Type
544
+ * Returns a listing of relationships
1341
545
  * @param {Number} id
546
+ * @param {Number} reltypeid
1342
547
  * @param {Object} opts Optional parameters
1343
548
  * @param {String} [authorization] The authorization token of the logged in user
1344
549
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -1346,22 +551,25 @@ export default class GraphObjectsApi {
1346
551
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1347
552
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1348
553
  * @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)
554
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1349
555
  * @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
556
  * @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
557
  * @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
558
  * @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}
559
+ * @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
560
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1355
561
  */
1356
- getTags(id: number, opts: any, callback: any): any;
562
+ getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
1357
563
  /**
1358
- * Callback function to receive the result of the getUserTags operation.
1359
- * @callback module:api/GraphObjectsApi~getUserTagsCallback
564
+ * Callback function to receive the result of the getRelationshipsIn operation.
565
+ * @callback module:api/GraphObjectsApi~getRelationshipsInCallback
1360
566
  * @param {String} error Error message, if any.
1361
- * @param {Array.<String>} data The data returned by the service call.
567
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1362
568
  * @param {String} response The complete HTTP response.
1363
569
  */
1364
570
  /**
571
+ * Get Incoming Relationships
572
+ * Returns a listing of relationships
1365
573
  * @param {Number} id
1366
574
  * @param {Object} opts Optional parameters
1367
575
  * @param {String} [authorization] The authorization token of the logged in user
@@ -1370,22 +578,25 @@ export default class GraphObjectsApi {
1370
578
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1371
579
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1372
580
  * @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)
581
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1373
582
  * @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
583
  * @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
584
  * @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
585
  * @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>}
586
+ * @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
587
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1379
588
  */
1380
- getUserTags(id: number, opts: any, callback: any): any;
589
+ getRelationshipsIn(id: number, opts: any, callback: any): any;
1381
590
  /**
1382
- * Callback function to receive the result of the getVideos operation.
1383
- * @callback module:api/GraphObjectsApi~getVideosCallback
591
+ * Callback function to receive the result of the getRelationshipsOut operation.
592
+ * @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
1384
593
  * @param {String} error Error message, if any.
1385
- * @param {Array.<module:model/Video>} data The data returned by the service call.
594
+ * @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
1386
595
  * @param {String} response The complete HTTP response.
1387
596
  */
1388
597
  /**
598
+ * Get Outgoing Relationships
599
+ * Returns a listing of relationships
1389
600
  * @param {Number} id
1390
601
  * @param {Object} opts Optional parameters
1391
602
  * @param {String} [authorization] The authorization token of the logged in user
@@ -1394,14 +605,15 @@ export default class GraphObjectsApi {
1394
605
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1395
606
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1396
607
  * @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)
608
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1397
609
  * @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
610
  * @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
611
  * @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
612
  * @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>}
613
+ * @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
614
+ * data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
1403
615
  */
1404
- getVideos(id: number, opts: any, callback: any): any;
616
+ getRelationshipsOut(id: number, opts: any, callback: any): any;
1405
617
  /**
1406
618
  * Callback function to receive the result of the isDisliked operation.
1407
619
  * @callback module:api/GraphObjectsApi~isDislikedCallback
@@ -1420,6 +632,7 @@ export default class GraphObjectsApi {
1420
632
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1421
633
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1422
634
  * @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)
635
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1423
636
  * @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
637
  * @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
638
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1446,6 +659,7 @@ export default class GraphObjectsApi {
1446
659
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1447
660
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1448
661
  * @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)
662
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1449
663
  * @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
664
  * @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
665
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1472,6 +686,7 @@ export default class GraphObjectsApi {
1472
686
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1473
687
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1474
688
  * @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)
689
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1475
690
  * @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
691
  * @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
692
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1498,6 +713,7 @@ export default class GraphObjectsApi {
1498
713
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1499
714
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1500
715
  * @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)
716
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1501
717
  * @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
718
  * @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
719
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1524,138 +740,13 @@ export default class GraphObjectsApi {
1524
740
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1525
741
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1526
742
  * @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)
743
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1527
744
  * @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
745
  * @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
746
  * @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
747
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1531
- * @param {String} [body] The value that is being set
748
+ * @param {Object.<String, Object>} [body] The value that is being set
1532
749
  * @param {module:api/GraphObjectsApi~setObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
1533
750
  */
1534
751
  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
752
  }