@gobodo/gobodo-api-promise 0.1.88 → 0.1.89

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 (508) hide show
  1. package/README.md +2 -2
  2. package/dist/ApiClient.d.ts +316 -0
  3. package/dist/ApiClient.js +3 -3
  4. package/dist/api/ActionTypesApi.d.ts +65 -0
  5. package/dist/api/ActionTypesApi.js +2 -2
  6. package/dist/api/AdCampaignsApi.d.ts +376 -0
  7. package/dist/api/AdCampaignsApi.js +2 -2
  8. package/dist/api/AdManagementApi.d.ts +555 -0
  9. package/dist/api/AdManagementApi.js +2 -2
  10. package/dist/api/AdminDataManagementApi.d.ts +61 -0
  11. package/dist/api/AdminDataManagementApi.js +2 -2
  12. package/dist/api/AdsApi.d.ts +285 -0
  13. package/dist/api/AdsApi.js +2 -2
  14. package/dist/api/AttachmentsApi.d.ts +347 -0
  15. package/dist/api/AttachmentsApi.js +2 -2
  16. package/dist/api/AuthenticationApi.d.ts +210 -0
  17. package/dist/api/AuthenticationApi.js +2 -2
  18. package/dist/api/CategoriesApi.d.ts +339 -0
  19. package/dist/api/CategoriesApi.js +2 -2
  20. package/dist/api/CommentsApi.d.ts +386 -0
  21. package/dist/api/CommentsApi.js +2 -2
  22. package/dist/api/ContentManagementApi.d.ts +1294 -0
  23. package/dist/api/ContentManagementApi.js +2 -2
  24. package/dist/api/ConversationsApi.d.ts +429 -0
  25. package/dist/api/ConversationsApi.js +2 -2
  26. package/dist/api/CurrencyApi.d.ts +248 -0
  27. package/dist/api/CurrencyApi.js +2 -2
  28. package/dist/api/DataSheetImportsApi.d.ts +773 -0
  29. package/dist/api/DataSheetImportsApi.js +2 -2
  30. package/dist/api/DefaultApi.d.ts +260 -0
  31. package/dist/api/DefaultApi.js +2 -2
  32. package/dist/api/DocumentPartTypesApi.d.ts +105 -0
  33. package/dist/api/DocumentPartTypesApi.js +2 -2
  34. package/dist/api/DocumentTypesApi.d.ts +105 -0
  35. package/dist/api/DocumentTypesApi.js +2 -2
  36. package/dist/api/DocumentsApi.d.ts +605 -0
  37. package/dist/api/DocumentsApi.js +2 -2
  38. package/dist/api/EmailsApi.d.ts +204 -0
  39. package/dist/api/EmailsApi.js +2 -2
  40. package/dist/api/EntryPartsApi.d.ts +617 -0
  41. package/dist/api/EntryPartsApi.js +2 -2
  42. package/dist/api/FacebookApi.d.ts +36 -0
  43. package/dist/api/FacebookApi.js +2 -2
  44. package/dist/api/FieldsApi.d.ts +163 -0
  45. package/dist/api/FieldsApi.js +2 -2
  46. package/dist/api/FilesApi.d.ts +69 -0
  47. package/dist/api/FilesApi.js +2 -2
  48. package/dist/api/FormsApi.d.ts +859 -0
  49. package/dist/api/FormsApi.js +2 -2
  50. package/dist/api/FunctionsApi.d.ts +890 -0
  51. package/dist/api/FunctionsApi.js +2 -2
  52. package/dist/api/GeocodeApi.d.ts +237 -0
  53. package/dist/api/GeocodeApi.js +2 -2
  54. package/dist/api/GobodoManagementApi.d.ts +241 -0
  55. package/dist/api/GobodoManagementApi.js +2 -2
  56. package/dist/api/GoogleApi.d.ts +36 -0
  57. package/dist/api/GoogleApi.js +2 -2
  58. package/dist/api/GraphActionTypesApi.d.ts +376 -0
  59. package/dist/api/GraphActionTypesApi.js +2 -2
  60. package/dist/api/GraphActionsApi.d.ts +535 -0
  61. package/dist/api/GraphActionsApi.js +2 -2
  62. package/dist/api/GraphObjectTypesApi.d.ts +650 -0
  63. package/dist/api/GraphObjectTypesApi.js +2 -2
  64. package/dist/api/GraphObjectsApi.d.ts +3022 -0
  65. package/dist/api/GraphObjectsApi.js +2 -2
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +939 -0
  67. package/dist/api/GraphRelationshipTypesApi.js +2 -2
  68. package/dist/api/GraphRelationshipsApi.d.ts +1459 -0
  69. package/dist/api/GraphRelationshipsApi.js +2 -2
  70. package/dist/api/GraphSchemasApi.d.ts +534 -0
  71. package/dist/api/GraphSchemasApi.js +2 -2
  72. package/dist/api/GraphTraversalApi.d.ts +345 -0
  73. package/dist/api/GraphTraversalApi.js +2 -2
  74. package/dist/api/GraphsApi.d.ts +531 -0
  75. package/dist/api/GraphsApi.js +2 -2
  76. package/dist/api/GroupsApi.d.ts +545 -0
  77. package/dist/api/GroupsApi.js +2 -2
  78. package/dist/api/IAMApi.d.ts +197 -0
  79. package/dist/api/IAMApi.js +2 -2
  80. package/dist/api/ImagesApi.d.ts +400 -0
  81. package/dist/api/ImagesApi.js +2 -2
  82. package/dist/api/InvitesApi.d.ts +247 -0
  83. package/dist/api/InvitesApi.js +2 -2
  84. package/dist/api/LikesApi.d.ts +629 -0
  85. package/dist/api/LikesApi.js +2 -2
  86. package/dist/api/LinkedINApi.d.ts +36 -0
  87. package/dist/api/LinkedINApi.js +2 -2
  88. package/dist/api/LiveMeetingsApi.d.ts +112 -0
  89. package/dist/api/LiveMeetingsApi.js +2 -2
  90. package/dist/api/MeetingEventsApi.d.ts +253 -0
  91. package/dist/api/MeetingEventsApi.js +2 -2
  92. package/dist/api/NotificationsApi.d.ts +668 -0
  93. package/dist/api/NotificationsApi.js +2 -2
  94. package/dist/api/PagesApi.d.ts +448 -0
  95. package/dist/api/PagesApi.js +2 -2
  96. package/dist/api/PhoneNumbersApi.d.ts +254 -0
  97. package/dist/api/PhoneNumbersApi.js +2 -2
  98. package/dist/api/PostsApi.d.ts +239 -0
  99. package/dist/api/PostsApi.js +2 -2
  100. package/dist/api/PrivateMessagesApi.d.ts +738 -0
  101. package/dist/api/PrivateMessagesApi.js +2 -2
  102. package/dist/api/PublicationsApi.d.ts +61 -0
  103. package/dist/api/PublicationsApi.js +2 -2
  104. package/dist/api/RestApplicationsApi.d.ts +249 -0
  105. package/dist/api/RestApplicationsApi.js +2 -2
  106. package/dist/api/ScreensApi.d.ts +153 -0
  107. package/dist/api/ScreensApi.js +2 -2
  108. package/dist/api/SitesApi.d.ts +479 -0
  109. package/dist/api/SitesApi.js +2 -2
  110. package/dist/api/SocialIntegrationApi.d.ts +96 -0
  111. package/dist/api/SocialIntegrationApi.js +2 -2
  112. package/dist/api/StripeAccountsApi.d.ts +1843 -0
  113. package/dist/api/StripeAccountsApi.js +2 -2
  114. package/dist/api/TagsApi.d.ts +63 -0
  115. package/dist/api/TagsApi.js +2 -2
  116. package/dist/api/TemplatesApi.d.ts +153 -0
  117. package/dist/api/TemplatesApi.js +2 -2
  118. package/dist/api/ThemeMappingsApi.d.ts +152 -0
  119. package/dist/api/ThemeMappingsApi.js +2 -2
  120. package/dist/api/TopicsApi.d.ts +392 -0
  121. package/dist/api/TopicsApi.js +2 -2
  122. package/dist/api/TransactionsApi.d.ts +56 -0
  123. package/dist/api/TransactionsApi.js +2 -2
  124. package/dist/api/TwitterApi.d.ts +36 -0
  125. package/dist/api/TwitterApi.js +2 -2
  126. package/dist/api/UserTagsApi.d.ts +437 -0
  127. package/dist/api/UserTagsApi.js +2 -2
  128. package/dist/api/UsersApi.d.ts +545 -0
  129. package/dist/api/UsersApi.js +10 -3
  130. package/dist/api/UtilsApi.d.ts +26 -0
  131. package/dist/api/UtilsApi.js +2 -2
  132. package/dist/api/VideosApi.d.ts +521 -0
  133. package/dist/api/VideosApi.js +2 -2
  134. package/dist/api/WalletsApi.d.ts +788 -0
  135. package/dist/api/WalletsApi.js +2 -2
  136. package/dist/index.d.ts +250 -0
  137. package/dist/model/APIClient.d.ts +117 -0
  138. package/dist/model/APIClient.js +2 -2
  139. package/dist/model/AccountSessionInput.d.ts +81 -0
  140. package/dist/model/AccountSessionInput.js +2 -2
  141. package/dist/model/AccountSessionResponse.d.ts +61 -0
  142. package/dist/model/AccountSessionResponse.js +2 -2
  143. package/dist/model/ApplicationPaymentAccountResponse.d.ts +82 -0
  144. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  145. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +55 -0
  146. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  147. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +100 -0
  148. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts +55 -0
  149. package/dist/model/Article.d.ts +226 -0
  150. package/dist/model/Article.js +27 -27
  151. package/dist/model/AuthResponse.d.ts +79 -0
  152. package/dist/model/AuthResponse.js +2 -2
  153. package/dist/model/AwsSettings.d.ts +66 -0
  154. package/dist/model/AwsSettings.js +2 -2
  155. package/dist/model/Balance.d.ts +73 -0
  156. package/dist/model/Balance.js +78 -78
  157. package/dist/model/BalanceDetails.d.ts +55 -0
  158. package/dist/model/BalanceDetails.js +2 -2
  159. package/dist/model/BalanceResponse.d.ts +46 -0
  160. package/dist/model/BalanceResponse.js +2 -2
  161. package/dist/model/BankAccountInfo.d.ts +74 -0
  162. package/dist/model/BankAccountInfo.js +2 -2
  163. package/dist/model/CardInfo.d.ts +73 -0
  164. package/dist/model/CardInfo.js +2 -2
  165. package/dist/model/Comment.d.ts +172 -0
  166. package/dist/model/Comment.js +31 -31
  167. package/dist/model/ConsoleProjectInput.d.ts +65 -0
  168. package/dist/model/ConsoleProjectInput.js +2 -2
  169. package/dist/model/ConsoleProjectResponse.d.ts +76 -0
  170. package/dist/model/ConsoleProjectResponse.js +2 -2
  171. package/dist/model/Coordinates.d.ts +46 -0
  172. package/dist/model/Coordinates.js +2 -2
  173. package/dist/model/CreateAccountResponse.d.ts +101 -0
  174. package/dist/model/CreateAccountResponse.js +2 -2
  175. package/dist/model/CreateFunctionInput.d.ts +73 -0
  176. package/dist/model/CreateFunctionInput.js +2 -2
  177. package/dist/model/CreateStripeAccountInput.d.ts +80 -0
  178. package/dist/model/CreateStripeAccountInput.js +2 -2
  179. package/dist/model/CreateStripeCustomerInput.d.ts +64 -0
  180. package/dist/model/CreateStripeCustomerInput.js +2 -2
  181. package/dist/model/CreateTopicInput.d.ts +64 -0
  182. package/dist/model/CreateTopicInput.js +2 -2
  183. package/dist/model/CreateTopicListenerInput.d.ts +55 -0
  184. package/dist/model/CreateTopicListenerInput.js +2 -2
  185. package/dist/model/Currency.d.ts +91 -0
  186. package/dist/model/Currency.js +2 -2
  187. package/dist/model/CurrencyGrantInput.d.ts +107 -0
  188. package/dist/model/CurrencyGrantInput.js +2 -2
  189. package/dist/model/CurrencyGrantResponse.d.ts +139 -0
  190. package/dist/model/CurrencyGrantResponse.js +2 -2
  191. package/dist/model/CurrencyInput.d.ts +93 -0
  192. package/dist/model/CurrencyInput.js +2 -2
  193. package/dist/model/CurrencyMinterRegistrationInput.d.ts +76 -0
  194. package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
  195. package/dist/model/CurrencyResponse.d.ts +106 -0
  196. package/dist/model/CurrencyResponse.js +2 -2
  197. package/dist/model/CurrencySettings.d.ts +46 -0
  198. package/dist/model/CurrencySettings.js +2 -2
  199. package/dist/model/CustomerResponse.d.ts +55 -0
  200. package/dist/model/CustomerResponse.js +2 -2
  201. package/dist/model/DataObject.d.ts +46 -0
  202. package/dist/model/DataObject.js +2 -2
  203. package/dist/model/DataSheetImport.d.ts +237 -0
  204. package/dist/model/DataSheetImport.js +2 -2
  205. package/dist/model/DataSheetImportPrivacySettings.d.ts +55 -0
  206. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  207. package/dist/model/DataSheetImportSummary.d.ts +62 -0
  208. package/dist/model/DataSheetImportSummary.js +2 -2
  209. package/dist/model/DeviceRegistrationRequest.d.ts +77 -0
  210. package/dist/model/DeviceRegistrationRequest.js +2 -2
  211. package/dist/model/Document.d.ts +244 -0
  212. package/dist/model/Document.js +27 -27
  213. package/dist/model/DocumentPart.d.ts +199 -0
  214. package/dist/model/DocumentPart.js +2 -2
  215. package/dist/model/DocumentPartType.d.ts +118 -0
  216. package/dist/model/DocumentPartType.js +25 -25
  217. package/dist/model/DocumentType.d.ts +154 -0
  218. package/dist/model/DocumentType.js +2 -2
  219. package/dist/model/EmailAddress.d.ts +82 -0
  220. package/dist/model/EmailAddress.js +2 -2
  221. package/dist/model/FieldMapping.d.ts +58 -0
  222. package/dist/model/FieldMapping.js +2 -2
  223. package/dist/model/Fields.d.ts +380 -0
  224. package/dist/model/Fields.js +25 -25
  225. package/dist/model/File.d.ts +118 -0
  226. package/dist/model/File.js +2 -2
  227. package/dist/model/FileAttachmentUploadObject.d.ts +118 -0
  228. package/dist/model/FileAttachmentUploadObject.js +2 -2
  229. package/dist/model/Filter.d.ts +46 -0
  230. package/dist/model/Filter.js +2 -2
  231. package/dist/model/FilterManager.d.ts +46 -0
  232. package/dist/model/FilterManager.js +2 -2
  233. package/dist/model/Form.d.ts +115 -0
  234. package/dist/model/Form.js +2 -2
  235. package/dist/model/FormSection.d.ts +91 -0
  236. package/dist/model/FormSection.js +2 -2
  237. package/dist/model/FormSubmission.d.ts +79 -0
  238. package/dist/model/FormSubmission.js +2 -2
  239. package/dist/model/FunctionConfigInput.d.ts +171 -0
  240. package/dist/model/FunctionConfigInput.js +2 -2
  241. package/dist/model/FunctionEnvironmentConfig.d.ts +71 -0
  242. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  243. package/dist/model/FunctionInput.d.ts +97 -0
  244. package/dist/model/FunctionInput.js +2 -2
  245. package/dist/model/FunctionOutput.d.ts +88 -0
  246. package/dist/model/FunctionOutput.js +2 -2
  247. package/dist/model/Geocode.d.ts +64 -0
  248. package/dist/model/Geocode.js +2 -2
  249. package/dist/model/GeocodePayload.d.ts +46 -0
  250. package/dist/model/GeocodePayload.js +2 -2
  251. package/dist/model/GeolocationInput.d.ts +64 -0
  252. package/dist/model/GeolocationInput.js +2 -2
  253. package/dist/model/GetFunctionConfig.d.ts +168 -0
  254. package/dist/model/GetFunctionConfig.js +2 -2
  255. package/dist/model/GetFunctionEnvironmentConfig.d.ts +72 -0
  256. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  257. package/dist/model/GetFunctionResponse.d.ts +96 -0
  258. package/dist/model/GetFunctionResponse.js +2 -2
  259. package/dist/model/GoogleCloudSettings.d.ts +56 -0
  260. package/dist/model/GoogleCloudSettings.js +2 -2
  261. package/dist/model/Graph.d.ts +176 -0
  262. package/dist/model/Graph.js +25 -25
  263. package/dist/model/GraphAction.d.ts +110 -0
  264. package/dist/model/GraphAction.js +2 -2
  265. package/dist/model/GraphDatabaseService.d.ts +91 -0
  266. package/dist/model/GraphDatabaseService.js +2 -2
  267. package/dist/model/GraphGeocode.d.ts +95 -0
  268. package/dist/model/GraphGeocode.js +2 -2
  269. package/dist/model/GraphIteratorEntryPart.d.ts +37 -0
  270. package/dist/model/GraphIteratorEntryPart.js +2 -2
  271. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +100 -0
  272. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
  273. package/dist/model/GraphObject.d.ts +161 -0
  274. package/dist/model/GraphObject.js +2 -2
  275. package/dist/model/GraphObjectPayload.d.ts +136 -0
  276. package/dist/model/GraphObjectPayload.js +2 -2
  277. package/dist/model/GraphObjectSchema.d.ts +192 -0
  278. package/dist/model/GraphObjectSchema.js +2 -2
  279. package/dist/model/GraphObjectType.d.ts +214 -0
  280. package/dist/model/GraphObjectType.js +2 -2
  281. package/dist/model/GraphObjectTypeInput.d.ts +183 -0
  282. package/dist/model/GraphObjectTypeInput.js +2 -2
  283. package/dist/model/GraphObjectTypeResponse.d.ts +136 -0
  284. package/dist/model/GraphObjectTypeResponse.js +2 -2
  285. package/dist/model/GraphObjectTypeSchema.d.ts +214 -0
  286. package/dist/model/GraphObjectTypeSchema.js +2 -2
  287. package/dist/model/GraphOwner.d.ts +55 -0
  288. package/dist/model/GraphOwner.js +2 -2
  289. package/dist/model/GraphRelationship.d.ts +112 -0
  290. package/dist/model/GraphRelationship.js +2 -2
  291. package/dist/model/GraphRelationshipPayload.d.ts +73 -0
  292. package/dist/model/GraphRelationshipPayload.js +2 -2
  293. package/dist/model/GraphRelationshipType.d.ts +231 -0
  294. package/dist/model/GraphRelationshipType.js +2 -2
  295. package/dist/model/GraphRelationshipTypeResponse.d.ts +200 -0
  296. package/dist/model/GraphRelationshipTypeResponse.js +2 -2
  297. package/dist/model/GraphSchema.d.ts +221 -0
  298. package/dist/model/GraphSchema.js +2 -2
  299. package/dist/model/GraphSchemaInput.d.ts +100 -0
  300. package/dist/model/GraphSchemaInput.js +2 -2
  301. package/dist/model/GraphSchemaResponse.d.ts +225 -0
  302. package/dist/model/GraphSchemaResponse.js +2 -2
  303. package/dist/model/GraphTraversalInput.d.ts +364 -0
  304. package/dist/model/GraphTraversalInput.js +2 -2
  305. package/dist/model/Image.d.ts +154 -0
  306. package/dist/model/Image.js +27 -27
  307. package/dist/model/ImageUploadObject.d.ts +154 -0
  308. package/dist/model/ImageUploadObject.js +27 -27
  309. package/dist/model/InputPart.d.ts +64 -0
  310. package/dist/model/InputPart.js +2 -2
  311. package/dist/model/InputPartHeaders.d.ts +37 -0
  312. package/dist/model/InputPartMediaType.d.ts +73 -0
  313. package/dist/model/InputPartMediaType.js +2 -2
  314. package/dist/model/KafkaSettings.d.ts +74 -0
  315. package/dist/model/KafkaSettings.js +2 -2
  316. package/dist/model/Link.d.ts +100 -0
  317. package/dist/model/Link.js +2 -2
  318. package/dist/model/LiveStreamInfo.d.ts +55 -0
  319. package/dist/model/LiveStreamInfo.js +2 -2
  320. package/dist/model/MeetingEvent.d.ts +196 -0
  321. package/dist/model/MeetingEvent.js +2 -2
  322. package/dist/model/MeetingEventTimezone.d.ts +64 -0
  323. package/dist/model/MeetingEventTimezone.js +2 -2
  324. package/dist/model/MeetingInfo.d.ts +76 -0
  325. package/dist/model/MeetingInfo.js +2 -2
  326. package/dist/model/Member.d.ts +172 -0
  327. package/dist/model/Member.js +2 -2
  328. package/dist/model/MemberGroupCategory.d.ts +82 -0
  329. package/dist/model/MemberGroupCategory.js +2 -2
  330. package/dist/model/MemberList.d.ts +34 -0
  331. package/dist/model/MemberList.js +2 -2
  332. package/dist/model/MessageGroup.d.ts +55 -0
  333. package/dist/model/MessageGroup.js +2 -2
  334. package/dist/model/MultipartBody.d.ts +46 -0
  335. package/dist/model/MultipartBody.js +2 -2
  336. package/dist/model/Notification.d.ts +126 -0
  337. package/dist/model/NotificationInput.d.ts +91 -0
  338. package/dist/model/NotificationInput.js +2 -2
  339. package/dist/model/NotificationResponse.d.ts +116 -0
  340. package/dist/model/NotificationResponse.js +2 -2
  341. package/dist/model/NumberSettings.d.ts +46 -0
  342. package/dist/model/NumberSettings.js +2 -2
  343. package/dist/model/ObjectSettings.d.ts +55 -0
  344. package/dist/model/ObjectSettings.js +2 -2
  345. package/dist/model/Objecttype.d.ts +205 -0
  346. package/dist/model/Objecttype.js +2 -2
  347. package/dist/model/OutParameter.d.ts +56 -0
  348. package/dist/model/OutParameter.js +2 -2
  349. package/dist/model/Page.d.ts +127 -0
  350. package/dist/model/Page.js +23 -23
  351. package/dist/model/PageSchema.d.ts +163 -0
  352. package/dist/model/PageSchema.js +2 -2
  353. package/dist/model/Pageable.d.ts +82 -0
  354. package/dist/model/Pageable.js +2 -2
  355. package/dist/model/Parameter.d.ts +56 -0
  356. package/dist/model/Parameter.js +2 -2
  357. package/dist/model/Path.d.ts +55 -0
  358. package/dist/model/Path.js +2 -2
  359. package/dist/model/PaymentAccountObject.d.ts +73 -0
  360. package/dist/model/PaymentAccountObject.js +2 -2
  361. package/dist/model/PaymentIntentInput.d.ts +77 -0
  362. package/dist/model/PaymentIntentInput.js +2 -2
  363. package/dist/model/PaymentIntentResponse.d.ts +46 -0
  364. package/dist/model/PaymentIntentResponse.js +2 -2
  365. package/dist/model/PaymentMethod.d.ts +108 -0
  366. package/dist/model/PaymentMethod.js +2 -2
  367. package/dist/model/PaymentMethodInput.d.ts +98 -0
  368. package/dist/model/PaymentMethodInput.js +2 -2
  369. package/dist/model/PaymentMethodResponse.d.ts +46 -0
  370. package/dist/model/PaymentMethodResponse.js +2 -2
  371. package/dist/model/PaymentMethodsResponse.d.ts +46 -0
  372. package/dist/model/PaymentMethodsResponse.js +2 -2
  373. package/dist/model/Payout.d.ts +112 -0
  374. package/dist/model/Payout.js +32 -32
  375. package/dist/model/PayoutInput.d.ts +121 -0
  376. package/dist/model/PayoutInput.js +2 -2
  377. package/dist/model/PayoutResponse.d.ts +48 -0
  378. package/dist/model/PayoutResponse.js +2 -2
  379. package/dist/model/PhoneNumber.d.ts +109 -0
  380. package/dist/model/PhoneNumber.js +2 -2
  381. package/dist/model/Post.d.ts +127 -0
  382. package/dist/model/Post.js +2 -2
  383. package/dist/model/PrivateMessage.d.ts +169 -0
  384. package/dist/model/PrivateMessage.js +2 -2
  385. package/dist/model/PrivateMessageConversation.d.ts +182 -0
  386. package/dist/model/PrivateMessageConversation.js +58 -58
  387. package/dist/model/PrivateMessageConversationSchema.d.ts +95 -0
  388. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  389. package/dist/model/Profile.d.ts +64 -0
  390. package/dist/model/Profile.js +2 -2
  391. package/dist/model/Profiletype.d.ts +64 -0
  392. package/dist/model/Profiletype.js +2 -2
  393. package/dist/model/Project.d.ts +64 -0
  394. package/dist/model/ProjectInput.d.ts +65 -0
  395. package/dist/model/PropertyContainer.d.ts +55 -0
  396. package/dist/model/PropertyContainer.js +2 -2
  397. package/dist/model/PurchaseInput.d.ts +83 -0
  398. package/dist/model/PurchaseInput.js +2 -2
  399. package/dist/model/PurchaseResponse.d.ts +125 -0
  400. package/dist/model/PurchaseResponse.js +2 -2
  401. package/dist/model/PurgeDataDefaultResponse.d.ts +57 -0
  402. package/dist/model/PurgeDataDefaultResponseValue.d.ts +48 -0
  403. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  404. package/dist/model/RelationshipMapping.d.ts +76 -0
  405. package/dist/model/RelationshipMapping.js +2 -2
  406. package/dist/model/RestApplicationInput.d.ts +84 -0
  407. package/dist/model/RestApplicationInput.js +2 -2
  408. package/dist/model/RestApplicationResponse.d.ts +106 -0
  409. package/dist/model/RestApplicationResponse.js +2 -2
  410. package/dist/model/ScreenSchema.d.ts +270 -0
  411. package/dist/model/ScreenSchema.js +2 -2
  412. package/dist/model/SimulcastInfo.d.ts +61 -0
  413. package/dist/model/SimulcastInfo.js +2 -2
  414. package/dist/model/SiteInput.d.ts +84 -0
  415. package/dist/model/SiteInput.js +2 -2
  416. package/dist/model/SiteResponse.d.ts +116 -0
  417. package/dist/model/SiteResponse.js +2 -2
  418. package/dist/model/SiteTypeInput.d.ts +74 -0
  419. package/dist/model/SiteTypeInput.js +2 -2
  420. package/dist/model/SiteTypeResponse.d.ts +76 -0
  421. package/dist/model/SiteTypeResponse.js +2 -2
  422. package/dist/model/SkinField.d.ts +380 -0
  423. package/dist/model/SkinField.js +25 -25
  424. package/dist/model/SkinFieldResponse.d.ts +226 -0
  425. package/dist/model/SkinFieldResponse.js +2 -2
  426. package/dist/model/SocialGroup.d.ts +199 -0
  427. package/dist/model/SocialGroup.js +2 -2
  428. package/dist/model/SocialGroupType.d.ts +109 -0
  429. package/dist/model/SocialGroupType.js +2 -2
  430. package/dist/model/Sort.d.ts +55 -0
  431. package/dist/model/Sort.js +23 -23
  432. package/dist/model/SourceTypes.d.ts +55 -0
  433. package/dist/model/SourceTypes.js +2 -2
  434. package/dist/model/StatusUpdate.d.ts +109 -0
  435. package/dist/model/StatusUpdate.js +2 -2
  436. package/dist/model/StreetAddress.d.ts +73 -0
  437. package/dist/model/StreetAddress.js +2 -2
  438. package/dist/model/StripeAccount.d.ts +156 -0
  439. package/dist/model/StripeAccount.js +2 -2
  440. package/dist/model/StripeCustomerAccount.d.ts +73 -0
  441. package/dist/model/StripeCustomerAccount.js +2 -2
  442. package/dist/model/Template.d.ts +95 -0
  443. package/dist/model/Template.js +2 -2
  444. package/dist/model/TemplateResponse.d.ts +106 -0
  445. package/dist/model/TemplateResponse.js +2 -2
  446. package/dist/model/TemplateSchema.d.ts +104 -0
  447. package/dist/model/TemplateSchema.js +2 -2
  448. package/dist/model/ThemeMapping.d.ts +82 -0
  449. package/dist/model/ThemeMapping.js +2 -2
  450. package/dist/model/ThemeMappingPayload.d.ts +82 -0
  451. package/dist/model/ThemeMappingPayload.js +2 -2
  452. package/dist/model/TopicInfoResponse.d.ts +86 -0
  453. package/dist/model/TopicInfoResponse.js +2 -2
  454. package/dist/model/TopicMessageInput.d.ts +56 -0
  455. package/dist/model/TopicMessageInput.js +2 -2
  456. package/dist/model/TopicSubscriptionResponse.d.ts +76 -0
  457. package/dist/model/TopicSubscriptionResponse.js +2 -2
  458. package/dist/model/Transaction.d.ts +46 -0
  459. package/dist/model/Transaction.js +2 -2
  460. package/dist/model/Transfer.d.ts +99 -0
  461. package/dist/model/Transfer.js +29 -29
  462. package/dist/model/TransferInput.d.ts +155 -0
  463. package/dist/model/TransferInput.js +2 -2
  464. package/dist/model/TransferResponse.d.ts +90 -0
  465. package/dist/model/TransferResponse.js +2 -2
  466. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +99 -0
  467. package/dist/model/TransferResponsePaymentMethodDetails.js +29 -29
  468. package/dist/model/TraversalRelationResponse.d.ts +46 -0
  469. package/dist/model/TraversalRelationResponse.js +2 -2
  470. package/dist/model/User.d.ts +172 -0
  471. package/dist/model/User.js +2 -2
  472. package/dist/model/UserDataPayload.d.ts +172 -0
  473. package/dist/model/UserDataPayload.js +2 -2
  474. package/dist/model/UserDomain.d.ts +64 -0
  475. package/dist/model/UserDomain.js +2 -2
  476. package/dist/model/UserInvite.d.ts +136 -0
  477. package/dist/model/UserInvite.js +2 -2
  478. package/dist/model/UserInviteInput.d.ts +82 -0
  479. package/dist/model/UserInviteInput.js +2 -2
  480. package/dist/model/UserResponse.d.ts +196 -0
  481. package/dist/model/UserResponse.js +2 -2
  482. package/dist/model/UserSchema.d.ts +172 -0
  483. package/dist/model/UserSchema.js +2 -2
  484. package/dist/model/UserTag.d.ts +82 -0
  485. package/dist/model/UserTag.js +34 -34
  486. package/dist/model/Userid.d.ts +46 -0
  487. package/dist/model/Userid.js +2 -2
  488. package/dist/model/Video.d.ts +217 -0
  489. package/dist/model/Video.js +2 -2
  490. package/dist/model/VideoLiveUrl.d.ts +46 -0
  491. package/dist/model/VideoLiveUrl.js +27 -27
  492. package/dist/model/VideoSchema.d.ts +244 -0
  493. package/dist/model/VideoSchema.js +2 -2
  494. package/dist/model/VideoUploadObject.d.ts +217 -0
  495. package/dist/model/VideoUploadObject.js +2 -2
  496. package/dist/model/WalletHoldInput.d.ts +95 -0
  497. package/dist/model/WalletHoldInput.js +2 -2
  498. package/dist/model/WalletHoldResponse.d.ts +125 -0
  499. package/dist/model/WalletHoldResponse.js +2 -2
  500. package/dist/model/WalletPayoutInput.d.ts +75 -0
  501. package/dist/model/WalletPayoutInput.js +2 -2
  502. package/dist/model/WalletPayoutResponse.d.ts +95 -0
  503. package/dist/model/WalletPayoutResponse.js +2 -2
  504. package/dist/model/WalletResponse.d.ts +86 -0
  505. package/dist/model/WalletResponse.js +2 -2
  506. package/dist/model/ZeusPortalCategory.d.ts +145 -0
  507. package/dist/model/ZeusPortalCategory.js +2 -2
  508. package/package.json +12 -5
@@ -0,0 +1,1459 @@
1
+ /**
2
+ * GraphRelationships service.
3
+ * @module api/GraphRelationshipsApi
4
+ * @version 0.1.89
5
+ */
6
+ export default class GraphRelationshipsApi {
7
+ /**
8
+ * Constructs a new GraphRelationshipsApi.
9
+ * @alias module:api/GraphRelationshipsApi
10
+ * @class
11
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
12
+ * default to {@link module:ApiClient#instance} if unspecified.
13
+ */
14
+ constructor(apiClient?: any);
15
+ apiClient: any;
16
+ /**
17
+ * @param {Number} id
18
+ * @param {Object} opts Optional parameters
19
+ * @param {String} [authorization] The authorization token of the logged in user
20
+ * @param {Number} [cacheduration] The how long the cache entry should persist
21
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
22
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
23
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
24
+ * @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)
25
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
26
+ * @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
27
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
28
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
29
+ * @param {String} [body]
30
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
31
+ */
32
+ addEndObjectTypes1WithHttpInfo(id: number, opts: any): Promise<any>;
33
+ /**
34
+ * @param {Number} id
35
+ * @param {Object} opts Optional parameters
36
+ * @param {String} opts.authorization The authorization token of the logged in user
37
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
38
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
39
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
40
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
41
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
42
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
43
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
44
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
45
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
46
+ * @param {String} opts.body
47
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
48
+ */
49
+ addEndObjectTypes1(id: number, opts: {
50
+ authorization: string;
51
+ cacheduration: number;
52
+ cachegroup: Array<string>;
53
+ cachekey: Array<string>;
54
+ cachescope: any;
55
+ cacheuser: Array<string>;
56
+ zeusportalPostasApp: number;
57
+ zeusportalPostas: number;
58
+ zeusportalPostasSite: number;
59
+ transactionid: string;
60
+ body: string;
61
+ }): Promise<any>;
62
+ /**
63
+ * @param {Number} id
64
+ * @param {Object} opts Optional parameters
65
+ * @param {String} [authorization] The authorization token of the logged in user
66
+ * @param {Number} [cacheduration] The how long the cache entry should persist
67
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
68
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
69
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
70
+ * @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)
71
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
72
+ * @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
73
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
74
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
75
+ * @param {String} [body]
76
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
77
+ */
78
+ addStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
79
+ /**
80
+ * @param {Number} id
81
+ * @param {Object} opts Optional parameters
82
+ * @param {String} opts.authorization The authorization token of the logged in user
83
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
84
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
85
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
86
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
87
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
88
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
89
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
90
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
91
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
92
+ * @param {String} opts.body
93
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
94
+ */
95
+ addStartObjectTypes(id: number, opts: {
96
+ authorization: string;
97
+ cacheduration: number;
98
+ cachegroup: Array<string>;
99
+ cachekey: Array<string>;
100
+ cachescope: any;
101
+ cacheuser: Array<string>;
102
+ zeusportalPostasApp: number;
103
+ zeusportalPostas: number;
104
+ zeusportalPostasSite: number;
105
+ transactionid: string;
106
+ body: string;
107
+ }): Promise<any>;
108
+ /**
109
+ * Create a Relationship
110
+ * Create a relationship to another object
111
+ * @param {Number} id The id of the object that we are creating relationships on
112
+ * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
113
+ * @param {Object} opts Optional parameters
114
+ * @param {String} [authorization] The authorization token of the logged in user
115
+ * @param {Number} [cacheduration] The how long the cache entry should persist
116
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
119
+ * @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)
120
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
+ * @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
122
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
123
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
124
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
125
+ */
126
+ createRelationshipWithHttpInfo(id: number, graphRelationshipPayload: any, opts: any): Promise<any>;
127
+ /**
128
+ * Create a Relationship
129
+ * Create a relationship to another object
130
+ * @param {Number} id The id of the object that we are creating relationships on
131
+ * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
132
+ * @param {Object} opts Optional parameters
133
+ * @param {String} opts.authorization The authorization token of the logged in user
134
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
135
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
136
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
137
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
138
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
139
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
140
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
141
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
142
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
143
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
144
+ */
145
+ createRelationship(id: number, graphRelationshipPayload: any, opts: {
146
+ authorization: string;
147
+ cacheduration: number;
148
+ cachegroup: Array<string>;
149
+ cachekey: Array<string>;
150
+ cachescope: any;
151
+ cacheuser: Array<string>;
152
+ zeusportalPostasApp: number;
153
+ zeusportalPostas: number;
154
+ zeusportalPostasSite: number;
155
+ transactionid: string;
156
+ }): Promise<any>;
157
+ /**
158
+ * Create relationshp type
159
+ * Creates a new relationship type
160
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
161
+ * @param {Object} opts Optional parameters
162
+ * @param {String} [authorization] The authorization token of the logged in user
163
+ * @param {Number} [cacheduration] The how long the cache entry should persist
164
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
165
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
166
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
167
+ * @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)
168
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
169
+ * @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
170
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
171
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
172
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
173
+ */
174
+ createRelationshipTypeWithHttpInfo(graphRelationshipType: any, opts: any): Promise<any>;
175
+ /**
176
+ * Create relationshp type
177
+ * Creates a new relationship type
178
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
179
+ * @param {Object} opts Optional parameters
180
+ * @param {String} opts.authorization The authorization token of the logged in user
181
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
182
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
183
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
184
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
185
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
186
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
187
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
188
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
189
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
190
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
191
+ */
192
+ createRelationshipType(graphRelationshipType: any, opts: {
193
+ authorization: string;
194
+ cacheduration: number;
195
+ cachegroup: Array<string>;
196
+ cachekey: Array<string>;
197
+ cachescope: any;
198
+ cacheuser: Array<string>;
199
+ zeusportalPostasApp: number;
200
+ zeusportalPostas: number;
201
+ zeusportalPostasSite: number;
202
+ transactionid: string;
203
+ }): Promise<any>;
204
+ /**
205
+ * Create Relationships
206
+ * Create a relationships to other objects
207
+ * @param {Number} id The id of the object that we are creating relationships on
208
+ * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
209
+ * @param {Object} opts Optional parameters
210
+ * @param {String} [authorization] The authorization token of the logged in user
211
+ * @param {Number} [cacheduration] The how long the cache entry should persist
212
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
213
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
214
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
215
+ * @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)
216
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
217
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
218
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
219
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
220
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
221
+ */
222
+ createRelationshipsWithHttpInfo(id: number, graphRelationshipPayload: any, opts: any): Promise<any>;
223
+ /**
224
+ * Create Relationships
225
+ * Create a relationships to other objects
226
+ * @param {Number} id The id of the object that we are creating relationships on
227
+ * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
228
+ * @param {Object} opts Optional parameters
229
+ * @param {String} opts.authorization The authorization token of the logged in user
230
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
231
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
232
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
233
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
234
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
235
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
236
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
237
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
238
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
239
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
240
+ */
241
+ createRelationships(id: number, graphRelationshipPayload: any, opts: {
242
+ authorization: string;
243
+ cacheduration: number;
244
+ cachegroup: Array<string>;
245
+ cachekey: Array<string>;
246
+ cachescope: any;
247
+ cacheuser: Array<string>;
248
+ zeusportalPostasApp: number;
249
+ zeusportalPostas: number;
250
+ zeusportalPostasSite: number;
251
+ transactionid: string;
252
+ }): Promise<any>;
253
+ /**
254
+ * Delete Relationship
255
+ * Delete an individual relationship
256
+ * @param {Number} id
257
+ * @param {Object} opts Optional parameters
258
+ * @param {String} [authorization] The authorization token of the logged in user
259
+ * @param {Number} [cacheduration] The how long the cache entry should persist
260
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
261
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
262
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
263
+ * @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)
264
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
265
+ * @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
266
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
267
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
268
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
269
+ */
270
+ deleteRelationshipWithHttpInfo(id: number, opts: any): Promise<any>;
271
+ /**
272
+ * Delete Relationship
273
+ * Delete an individual relationship
274
+ * @param {Number} id
275
+ * @param {Object} opts Optional parameters
276
+ * @param {String} opts.authorization The authorization token of the logged in user
277
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
278
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
279
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
280
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
281
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
282
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
283
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
284
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
285
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
286
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
287
+ */
288
+ deleteRelationship(id: number, opts: {
289
+ authorization: string;
290
+ cacheduration: number;
291
+ cachegroup: Array<string>;
292
+ cachekey: Array<string>;
293
+ cachescope: any;
294
+ cacheuser: Array<string>;
295
+ zeusportalPostasApp: number;
296
+ zeusportalPostas: number;
297
+ zeusportalPostasSite: number;
298
+ transactionid: string;
299
+ }): Promise<any>;
300
+ /**
301
+ * Root for the API
302
+ * @param {Object} opts Optional parameters
303
+ * @param {String} [authorization] The authorization token of the logged in user
304
+ * @param {Number} [cacheduration] The how long the cache entry should persist
305
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
306
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
307
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
308
+ * @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)
309
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
310
+ * @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
311
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
312
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
313
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
314
+ */
315
+ get10WithHttpInfo(opts: any): Promise<any>;
316
+ /**
317
+ * Root for the API
318
+ * @param {Object} opts Optional parameters
319
+ * @param {String} opts.authorization The authorization token of the logged in user
320
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
321
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
322
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
323
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
324
+ * @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
329
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
330
+ */
331
+ get10(opts: {
332
+ authorization: string;
333
+ cacheduration: number;
334
+ cachegroup: Array<string>;
335
+ cachekey: Array<string>;
336
+ cachescope: any;
337
+ cacheuser: Array<string>;
338
+ zeusportalPostasApp: number;
339
+ zeusportalPostas: number;
340
+ zeusportalPostasSite: number;
341
+ transactionid: string;
342
+ }): Promise<any>;
343
+ /**
344
+ * Root for the API
345
+ * @param {Object} opts Optional parameters
346
+ * @param {String} [authorization] The authorization token of the logged in user
347
+ * @param {Number} [cacheduration] The how long the cache entry should persist
348
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
349
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
350
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
351
+ * @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)
352
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
353
+ * @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
354
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
355
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
356
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
357
+ */
358
+ get9WithHttpInfo(opts: any): Promise<any>;
359
+ /**
360
+ * Root for the API
361
+ * @param {Object} opts Optional parameters
362
+ * @param {String} opts.authorization The authorization token of the logged in user
363
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
364
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
365
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
366
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
367
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
368
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
369
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
370
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
371
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
372
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
373
+ */
374
+ get9(opts: {
375
+ authorization: string;
376
+ cacheduration: number;
377
+ cachegroup: Array<string>;
378
+ cachekey: Array<string>;
379
+ cachescope: any;
380
+ cacheuser: Array<string>;
381
+ zeusportalPostasApp: number;
382
+ zeusportalPostas: number;
383
+ zeusportalPostasSite: number;
384
+ transactionid: string;
385
+ }): Promise<any>;
386
+ /**
387
+ * Get All Relationships
388
+ * Returns a listing of relationships
389
+ * @param {Number} id The id of the object that we are retrieving relationships on
390
+ * @param {Object} opts Optional parameters
391
+ * @param {String} [authorization] The authorization token of the logged in user
392
+ * @param {Number} [cacheduration] The how long the cache entry should persist
393
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
394
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
395
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
396
+ * @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)
397
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
398
+ * @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
399
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
400
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
401
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
402
+ */
403
+ getAllRelationshipsWithHttpInfo(id: number, opts: any): Promise<any>;
404
+ /**
405
+ * Get All Relationships
406
+ * Returns a listing of relationships
407
+ * @param {Number} id The id of the object that we are retrieving relationships on
408
+ * @param {Object} opts Optional parameters
409
+ * @param {String} opts.authorization The authorization token of the logged in user
410
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
411
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
412
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
413
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
414
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
415
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
416
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
417
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
418
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
419
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
420
+ */
421
+ getAllRelationships(id: number, opts: {
422
+ authorization: string;
423
+ cacheduration: number;
424
+ cachegroup: Array<string>;
425
+ cachekey: Array<string>;
426
+ cachescope: any;
427
+ cacheuser: Array<string>;
428
+ zeusportalPostasApp: number;
429
+ zeusportalPostas: number;
430
+ zeusportalPostasSite: number;
431
+ transactionid: string;
432
+ }): Promise<any>;
433
+ /**
434
+ * Get All Relationships By Type
435
+ * Returns a listing of relationships
436
+ * @param {Number} id The id of the relationship type we are searching for
437
+ * @param {Number} reltypeid The id of the object that we are retrieving relationships on
438
+ * @param {Object} opts Optional parameters
439
+ * @param {String} [authorization] The authorization token of the logged in user
440
+ * @param {Number} [cacheduration] The how long the cache entry should persist
441
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
442
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
443
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
444
+ * @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)
445
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
446
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
447
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
448
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
449
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
450
+ */
451
+ getAllRelationshipsByTypeWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
452
+ /**
453
+ * Get All Relationships By Type
454
+ * Returns a listing of relationships
455
+ * @param {Number} id The id of the relationship type we are searching for
456
+ * @param {Number} reltypeid The id of the object that we are retrieving relationships on
457
+ * @param {Object} opts Optional parameters
458
+ * @param {String} opts.authorization The authorization token of the logged in user
459
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
460
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
461
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
462
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
463
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
464
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
465
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
466
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
467
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
468
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
469
+ */
470
+ getAllRelationshipsByType(id: number, reltypeid: number, opts: {
471
+ authorization: string;
472
+ cacheduration: number;
473
+ cachegroup: Array<string>;
474
+ cachekey: Array<string>;
475
+ cachescope: any;
476
+ cacheuser: Array<string>;
477
+ zeusportalPostasApp: number;
478
+ zeusportalPostas: number;
479
+ zeusportalPostasSite: number;
480
+ transactionid: string;
481
+ }): Promise<any>;
482
+ /**
483
+ * @param {Number} id
484
+ * @param {Object} opts Optional parameters
485
+ * @param {String} [authorization] The authorization token of the logged in user
486
+ * @param {Number} [cacheduration] The how long the cache entry should persist
487
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
488
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
489
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
490
+ * @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)
491
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
492
+ * @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
493
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
494
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
495
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
496
+ */
497
+ getEndObjectTypes1WithHttpInfo(id: number, opts: any): Promise<any>;
498
+ /**
499
+ * @param {Number} id
500
+ * @param {Object} opts Optional parameters
501
+ * @param {String} opts.authorization The authorization token of the logged in user
502
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
503
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
504
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
505
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
506
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
507
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
508
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
509
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
510
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
511
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
512
+ */
513
+ getEndObjectTypes1(id: number, opts: {
514
+ authorization: string;
515
+ cacheduration: number;
516
+ cachegroup: Array<string>;
517
+ cachekey: Array<string>;
518
+ cachescope: any;
519
+ cacheuser: Array<string>;
520
+ zeusportalPostasApp: number;
521
+ zeusportalPostas: number;
522
+ zeusportalPostasSite: number;
523
+ transactionid: string;
524
+ }): Promise<any>;
525
+ /**
526
+ * @param {Number} id
527
+ * @param {Object} opts Optional parameters
528
+ * @param {String} [authorization] The authorization token of the logged in user
529
+ * @param {Number} [cacheduration] The how long the cache entry should persist
530
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
531
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
532
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
533
+ * @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)
534
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
535
+ * @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
536
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
537
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
538
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
539
+ */
540
+ getFields2WithHttpInfo(id: number, opts: any): Promise<any>;
541
+ /**
542
+ * @param {Number} id
543
+ * @param {Object} opts Optional parameters
544
+ * @param {String} opts.authorization The authorization token of the logged in user
545
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
546
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
547
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
548
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
549
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
550
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
551
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
552
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
553
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
554
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
555
+ */
556
+ getFields2(id: number, opts: {
557
+ authorization: string;
558
+ cacheduration: number;
559
+ cachegroup: Array<string>;
560
+ cachekey: Array<string>;
561
+ cachescope: any;
562
+ cacheuser: Array<string>;
563
+ zeusportalPostasApp: number;
564
+ zeusportalPostas: number;
565
+ zeusportalPostasSite: number;
566
+ transactionid: string;
567
+ }): Promise<any>;
568
+ /**
569
+ * Get Properties
570
+ * Get all properties attached to a relationship
571
+ * @param {Number} id
572
+ * @param {Object} opts Optional parameters
573
+ * @param {String} [authorization] The authorization token of the logged in user
574
+ * @param {Number} [cacheduration] The how long the cache entry should persist
575
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
576
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
577
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
578
+ * @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)
579
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
580
+ * @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
581
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
582
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
583
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
584
+ */
585
+ getRelPropertiesWithHttpInfo(id: number, opts: any): Promise<any>;
586
+ /**
587
+ * Get Properties
588
+ * Get all properties attached to a relationship
589
+ * @param {Number} id
590
+ * @param {Object} opts Optional parameters
591
+ * @param {String} opts.authorization The authorization token of the logged in user
592
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
593
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
594
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
595
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
596
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
597
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
598
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
599
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
600
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
601
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
602
+ */
603
+ getRelProperties(id: number, opts: {
604
+ authorization: string;
605
+ cacheduration: number;
606
+ cachegroup: Array<string>;
607
+ cachekey: Array<string>;
608
+ cachescope: any;
609
+ cacheuser: Array<string>;
610
+ zeusportalPostasApp: number;
611
+ zeusportalPostas: number;
612
+ zeusportalPostasSite: number;
613
+ transactionid: string;
614
+ }): Promise<any>;
615
+ /**
616
+ * Get Property
617
+ * Get a single property attached to a relationship
618
+ * @param {Number} id
619
+ * @param {String} prop
620
+ * @param {Object} opts Optional parameters
621
+ * @param {String} [authorization] The authorization token of the logged in user
622
+ * @param {Number} [cacheduration] The how long the cache entry should persist
623
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
624
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
625
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
626
+ * @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)
627
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
628
+ * @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
629
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
630
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
631
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
632
+ */
633
+ getRelPropertyWithHttpInfo(id: number, prop: string, opts: any): Promise<any>;
634
+ /**
635
+ * Get Property
636
+ * Get a single property attached to a relationship
637
+ * @param {Number} id
638
+ * @param {String} prop
639
+ * @param {Object} opts Optional parameters
640
+ * @param {String} opts.authorization The authorization token of the logged in user
641
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
642
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
643
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
644
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
645
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
646
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
647
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
648
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
649
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
650
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
651
+ */
652
+ getRelProperty(id: number, prop: string, opts: {
653
+ authorization: string;
654
+ cacheduration: number;
655
+ cachegroup: Array<string>;
656
+ cachekey: Array<string>;
657
+ cachescope: any;
658
+ cacheuser: Array<string>;
659
+ zeusportalPostasApp: number;
660
+ zeusportalPostas: number;
661
+ zeusportalPostasSite: number;
662
+ transactionid: string;
663
+ }): Promise<any>;
664
+ /**
665
+ * Gets the relationship by id
666
+ * @param {Number} id
667
+ * @param {Object} opts Optional parameters
668
+ * @param {String} [authorization] The authorization token of the logged in user
669
+ * @param {Number} [cacheduration] The how long the cache entry should persist
670
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
671
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
672
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
673
+ * @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)
674
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
675
+ * @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
676
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
677
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
678
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
679
+ */
680
+ getRelationshipByIdWithHttpInfo(id: number, opts: any): Promise<any>;
681
+ /**
682
+ * Gets the relationship by id
683
+ * @param {Number} id
684
+ * @param {Object} opts Optional parameters
685
+ * @param {String} opts.authorization The authorization token of the logged in user
686
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
687
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
688
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
689
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
690
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
691
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
692
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
693
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
694
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
695
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
696
+ */
697
+ getRelationshipById(id: number, opts: {
698
+ authorization: string;
699
+ cacheduration: number;
700
+ cachegroup: Array<string>;
701
+ cachekey: Array<string>;
702
+ cachescope: any;
703
+ cacheuser: Array<string>;
704
+ zeusportalPostasApp: number;
705
+ zeusportalPostas: number;
706
+ zeusportalPostasSite: number;
707
+ transactionid: string;
708
+ }): Promise<any>;
709
+ /**
710
+ * Gets the relationship type by the java classname
711
+ * @param {String} classname
712
+ * @param {Object} opts Optional parameters
713
+ * @param {String} [authorization] The authorization token of the logged in user
714
+ * @param {Number} [cacheduration] The how long the cache entry should persist
715
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
716
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
717
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
718
+ * @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)
719
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
720
+ * @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
721
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
722
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
723
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
724
+ */
725
+ getRelationshipTypeByClassNameWithHttpInfo(classname: string, opts: any): Promise<any>;
726
+ /**
727
+ * Gets the relationship type by the java classname
728
+ * @param {String} classname
729
+ * @param {Object} opts Optional parameters
730
+ * @param {String} opts.authorization The authorization token of the logged in user
731
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
732
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
733
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
734
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
735
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
736
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
737
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
738
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
739
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
740
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
741
+ */
742
+ getRelationshipTypeByClassName(classname: string, opts: {
743
+ authorization: string;
744
+ cacheduration: number;
745
+ cachegroup: Array<string>;
746
+ cachekey: Array<string>;
747
+ cachescope: any;
748
+ cacheuser: Array<string>;
749
+ zeusportalPostasApp: number;
750
+ zeusportalPostas: number;
751
+ zeusportalPostasSite: number;
752
+ transactionid: string;
753
+ }): Promise<any>;
754
+ /**
755
+ * Gets the relationship type by key
756
+ * @param {String} id
757
+ * @param {Object} opts Optional parameters
758
+ * @param {String} [authorization] The authorization token of the logged in user
759
+ * @param {Number} [cacheduration] The how long the cache entry should persist
760
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
761
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
762
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
763
+ * @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)
764
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
765
+ * @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
766
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
767
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
768
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
769
+ */
770
+ getRelationshipTypeByIdWithHttpInfo(id: string, opts: any): Promise<any>;
771
+ /**
772
+ * Gets the relationship type by key
773
+ * @param {String} id
774
+ * @param {Object} opts Optional parameters
775
+ * @param {String} opts.authorization The authorization token of the logged in user
776
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
777
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
778
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
779
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
780
+ * @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
785
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
786
+ */
787
+ getRelationshipTypeById(id: string, opts: {
788
+ authorization: string;
789
+ cacheduration: number;
790
+ cachegroup: Array<string>;
791
+ cachekey: Array<string>;
792
+ cachescope: any;
793
+ cacheuser: Array<string>;
794
+ zeusportalPostasApp: number;
795
+ zeusportalPostas: number;
796
+ zeusportalPostasSite: number;
797
+ transactionid: string;
798
+ }): Promise<any>;
799
+ /**
800
+ * Gets the relationship type by key
801
+ * @param {String} key
802
+ * @param {Object} opts Optional parameters
803
+ * @param {String} [authorization] The authorization token of the logged in user
804
+ * @param {Number} [cacheduration] The how long the cache entry should persist
805
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
806
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
807
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
808
+ * @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)
809
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
810
+ * @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
811
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
812
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
813
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
814
+ */
815
+ getRelationshipTypeByKeyWithHttpInfo(key: string, opts: any): Promise<any>;
816
+ /**
817
+ * Gets the relationship type by key
818
+ * @param {String} key
819
+ * @param {Object} opts Optional parameters
820
+ * @param {String} opts.authorization The authorization token of the logged in user
821
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
822
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
823
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
824
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
825
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
826
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
827
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
828
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
829
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
830
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
831
+ */
832
+ getRelationshipTypeByKey(key: string, opts: {
833
+ authorization: string;
834
+ cacheduration: number;
835
+ cachegroup: Array<string>;
836
+ cachekey: Array<string>;
837
+ cachescope: any;
838
+ cacheuser: Array<string>;
839
+ zeusportalPostasApp: number;
840
+ zeusportalPostas: number;
841
+ zeusportalPostasSite: number;
842
+ transactionid: string;
843
+ }): Promise<any>;
844
+ /**
845
+ * Get relationships in the graph
846
+ * @param {Number} id
847
+ * @param {Object} opts Optional parameters
848
+ * @param {String} [authorization] The authorization token of the logged in user
849
+ * @param {Number} [cacheduration] The how long the cache entry should persist
850
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
851
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
852
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
853
+ * @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)
854
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
855
+ * @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
856
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
857
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
858
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
859
+ */
860
+ getRelationshipsWithHttpInfo(id: number, opts: any): Promise<any>;
861
+ /**
862
+ * Get relationships in the graph
863
+ * @param {Number} id
864
+ * @param {Object} opts Optional parameters
865
+ * @param {String} opts.authorization The authorization token of the logged in user
866
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
867
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
868
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
869
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
870
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
871
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
872
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
873
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
874
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
875
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
876
+ */
877
+ getRelationships(id: number, opts: {
878
+ authorization: string;
879
+ cacheduration: number;
880
+ cachegroup: Array<string>;
881
+ cachekey: Array<string>;
882
+ cachescope: any;
883
+ cacheuser: Array<string>;
884
+ zeusportalPostasApp: number;
885
+ zeusportalPostas: number;
886
+ zeusportalPostasSite: number;
887
+ transactionid: string;
888
+ }): Promise<any>;
889
+ /**
890
+ * Get relationships in the graph with the given object type
891
+ * @param {Number} id
892
+ * @param {String} type
893
+ * @param {Object} opts Optional parameters
894
+ * @param {String} [authorization] The authorization token of the logged in user
895
+ * @param {Number} [cacheduration] The how long the cache entry should persist
896
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
897
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
898
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
899
+ * @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)
900
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
901
+ * @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
902
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
903
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
904
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
905
+ */
906
+ getRelationships1WithHttpInfo(id: number, type: string, opts: any): Promise<any>;
907
+ /**
908
+ * Get relationships in the graph with the given object type
909
+ * @param {Number} id
910
+ * @param {String} type
911
+ * @param {Object} opts Optional parameters
912
+ * @param {String} opts.authorization The authorization token of the logged in user
913
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
914
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
915
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
916
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
917
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
918
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
919
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
920
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
921
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
922
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
923
+ */
924
+ getRelationships1(id: number, type: string, opts: {
925
+ authorization: string;
926
+ cacheduration: number;
927
+ cachegroup: Array<string>;
928
+ cachekey: Array<string>;
929
+ cachescope: any;
930
+ cacheuser: Array<string>;
931
+ zeusportalPostasApp: number;
932
+ zeusportalPostas: number;
933
+ zeusportalPostasSite: number;
934
+ transactionid: string;
935
+ }): Promise<any>;
936
+ /**
937
+ * Get Incoming Relationships By Type
938
+ * Returns a listing of relationships
939
+ * @param {Number} id The id of the object that we are retrieving relationships on
940
+ * @param {Number} reltypeid The id of the relationship type we are searching for
941
+ * @param {Object} opts Optional parameters
942
+ * @param {String} [authorization] The authorization token of the logged in user
943
+ * @param {Number} [cacheduration] The how long the cache entry should persist
944
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
945
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
946
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
947
+ * @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)
948
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
949
+ * @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
950
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
951
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
952
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
953
+ */
954
+ getRelationshipsByTypeInWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
955
+ /**
956
+ * Get Incoming Relationships By Type
957
+ * Returns a listing of relationships
958
+ * @param {Number} id The id of the object that we are retrieving relationships on
959
+ * @param {Number} reltypeid The id of the relationship type we are searching for
960
+ * @param {Object} opts Optional parameters
961
+ * @param {String} opts.authorization The authorization token of the logged in user
962
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
963
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
964
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
965
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
966
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
967
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
968
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
969
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
970
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
971
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
972
+ */
973
+ getRelationshipsByTypeIn(id: number, reltypeid: number, opts: {
974
+ authorization: string;
975
+ cacheduration: number;
976
+ cachegroup: Array<string>;
977
+ cachekey: Array<string>;
978
+ cachescope: any;
979
+ cacheuser: Array<string>;
980
+ zeusportalPostasApp: number;
981
+ zeusportalPostas: number;
982
+ zeusportalPostasSite: number;
983
+ transactionid: string;
984
+ }): Promise<any>;
985
+ /**
986
+ * Get Outgoing Relationships By Type
987
+ * Returns a listing of relationships
988
+ * @param {Number} id The id of the object that we are retrieving relationships on
989
+ * @param {Number} reltypeid The id of the relationship type we are searching for
990
+ * @param {Object} opts Optional parameters
991
+ * @param {String} [authorization] The authorization token of the logged in user
992
+ * @param {Number} [cacheduration] The how long the cache entry should persist
993
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
994
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
995
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
996
+ * @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)
997
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
998
+ * @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
999
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1000
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1001
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
1002
+ */
1003
+ getRelationshipsByTypeOutWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
1004
+ /**
1005
+ * Get Outgoing Relationships By Type
1006
+ * Returns a listing of relationships
1007
+ * @param {Number} id The id of the object that we are retrieving relationships on
1008
+ * @param {Number} reltypeid The id of the relationship type we are searching for
1009
+ * @param {Object} opts Optional parameters
1010
+ * @param {String} opts.authorization The authorization token of the logged in user
1011
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1012
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1013
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1014
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1015
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1016
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1017
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1018
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1019
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1020
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
1021
+ */
1022
+ getRelationshipsByTypeOut(id: number, reltypeid: number, opts: {
1023
+ authorization: string;
1024
+ cacheduration: number;
1025
+ cachegroup: Array<string>;
1026
+ cachekey: Array<string>;
1027
+ cachescope: any;
1028
+ cacheuser: Array<string>;
1029
+ zeusportalPostasApp: number;
1030
+ zeusportalPostas: number;
1031
+ zeusportalPostasSite: number;
1032
+ transactionid: string;
1033
+ }): Promise<any>;
1034
+ /**
1035
+ * Get Incoming Relationships
1036
+ * Returns a listing of relationships
1037
+ * @param {Number} id The id of the object that we are retrieving relationships on
1038
+ * @param {Object} opts Optional parameters
1039
+ * @param {String} [authorization] The authorization token of the logged in user
1040
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1041
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1042
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1043
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1044
+ * @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)
1045
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1046
+ * @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
1047
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1048
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1049
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
1050
+ */
1051
+ getRelationshipsInWithHttpInfo(id: number, opts: any): Promise<any>;
1052
+ /**
1053
+ * Get Incoming Relationships
1054
+ * Returns a listing of relationships
1055
+ * @param {Number} id The id of the object that we are retrieving relationships on
1056
+ * @param {Object} opts Optional parameters
1057
+ * @param {String} opts.authorization The authorization token of the logged in user
1058
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1059
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1060
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1061
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1062
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1063
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1064
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1065
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1066
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1067
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
1068
+ */
1069
+ getRelationshipsIn(id: number, opts: {
1070
+ authorization: string;
1071
+ cacheduration: number;
1072
+ cachegroup: Array<string>;
1073
+ cachekey: Array<string>;
1074
+ cachescope: any;
1075
+ cacheuser: Array<string>;
1076
+ zeusportalPostasApp: number;
1077
+ zeusportalPostas: number;
1078
+ zeusportalPostasSite: number;
1079
+ transactionid: string;
1080
+ }): Promise<any>;
1081
+ /**
1082
+ * Get Outgoing Relationships
1083
+ * Returns a listing of relationships
1084
+ * @param {Number} id The id of the object that we are retrieving relationships on
1085
+ * @param {Object} opts Optional parameters
1086
+ * @param {String} [authorization] The authorization token of the logged in user
1087
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1088
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1089
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1090
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1091
+ * @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)
1092
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1093
+ * @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
1094
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1095
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1096
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
1097
+ */
1098
+ getRelationshipsOutWithHttpInfo(id: number, opts: any): Promise<any>;
1099
+ /**
1100
+ * Get Outgoing Relationships
1101
+ * Returns a listing of relationships
1102
+ * @param {Number} id The id of the object that we are retrieving relationships on
1103
+ * @param {Object} opts Optional parameters
1104
+ * @param {String} opts.authorization The authorization token of the logged in user
1105
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1106
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1107
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1108
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1109
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1110
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1111
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1112
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1113
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1114
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
1115
+ */
1116
+ getRelationshipsOut(id: number, opts: {
1117
+ authorization: string;
1118
+ cacheduration: number;
1119
+ cachegroup: Array<string>;
1120
+ cachekey: Array<string>;
1121
+ cachescope: any;
1122
+ cacheuser: Array<string>;
1123
+ zeusportalPostasApp: number;
1124
+ zeusportalPostas: number;
1125
+ zeusportalPostasSite: number;
1126
+ transactionid: string;
1127
+ }): Promise<any>;
1128
+ /**
1129
+ * @param {Number} id
1130
+ * @param {Object} opts Optional parameters
1131
+ * @param {String} [authorization] The authorization token of the logged in user
1132
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1133
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1134
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1135
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1136
+ * @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)
1137
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1138
+ * @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
1139
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1140
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1141
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1142
+ */
1143
+ getStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
1144
+ /**
1145
+ * @param {Number} id
1146
+ * @param {Object} opts Optional parameters
1147
+ * @param {String} opts.authorization The authorization token of the logged in user
1148
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1149
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1150
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1151
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1152
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1153
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1154
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1155
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1156
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1157
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1158
+ */
1159
+ getStartObjectTypes(id: number, opts: {
1160
+ authorization: string;
1161
+ cacheduration: number;
1162
+ cachegroup: Array<string>;
1163
+ cachekey: Array<string>;
1164
+ cachescope: any;
1165
+ cacheuser: Array<string>;
1166
+ zeusportalPostasApp: number;
1167
+ zeusportalPostas: number;
1168
+ zeusportalPostasSite: number;
1169
+ transactionid: string;
1170
+ }): Promise<any>;
1171
+ /**
1172
+ * @param {Number} id
1173
+ * @param {Object} opts Optional parameters
1174
+ * @param {String} [authorization] The authorization token of the logged in user
1175
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1176
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1177
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1178
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1179
+ * @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)
1180
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1181
+ * @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
1182
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1183
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1184
+ * @param {String} [body]
1185
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1186
+ */
1187
+ removeEndObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
1188
+ /**
1189
+ * @param {Number} id
1190
+ * @param {Object} opts Optional parameters
1191
+ * @param {String} opts.authorization The authorization token of the logged in user
1192
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1193
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1194
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1195
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1196
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1197
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1198
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1199
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1200
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1201
+ * @param {String} opts.body
1202
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1203
+ */
1204
+ removeEndObjectTypes(id: number, opts: {
1205
+ authorization: string;
1206
+ cacheduration: number;
1207
+ cachegroup: Array<string>;
1208
+ cachekey: Array<string>;
1209
+ cachescope: any;
1210
+ cacheuser: Array<string>;
1211
+ zeusportalPostasApp: number;
1212
+ zeusportalPostas: number;
1213
+ zeusportalPostasSite: number;
1214
+ transactionid: string;
1215
+ body: string;
1216
+ }): Promise<any>;
1217
+ /**
1218
+ * @param {Number} id
1219
+ * @param {Object} opts Optional parameters
1220
+ * @param {String} [authorization] The authorization token of the logged in user
1221
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1222
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1223
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1224
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1225
+ * @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)
1226
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1227
+ * @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
1228
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1229
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1230
+ * @param {String} [body]
1231
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1232
+ */
1233
+ removeStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
1234
+ /**
1235
+ * @param {Number} id
1236
+ * @param {Object} opts Optional parameters
1237
+ * @param {String} opts.authorization The authorization token of the logged in user
1238
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1239
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1240
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1241
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1242
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1243
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1244
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1245
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1246
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1247
+ * @param {String} opts.body
1248
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1249
+ */
1250
+ removeStartObjectTypes(id: number, opts: {
1251
+ authorization: string;
1252
+ cacheduration: number;
1253
+ cachegroup: Array<string>;
1254
+ cachekey: Array<string>;
1255
+ cachescope: any;
1256
+ cacheuser: Array<string>;
1257
+ zeusportalPostasApp: number;
1258
+ zeusportalPostas: number;
1259
+ zeusportalPostasSite: number;
1260
+ transactionid: string;
1261
+ body: string;
1262
+ }): Promise<any>;
1263
+ /**
1264
+ * Set Multiple Properties
1265
+ * Set multiple properties attaced to an object / record
1266
+ * @param {Number} id
1267
+ * @param {Object} opts Optional parameters
1268
+ * @param {String} [authorization] The authorization token of the logged in user
1269
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1270
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1271
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1272
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1273
+ * @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)
1274
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1275
+ * @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
1276
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1277
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1278
+ * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
1279
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
1280
+ */
1281
+ setRelPropertiesWithHttpInfo(id: number, opts: any): Promise<any>;
1282
+ /**
1283
+ * Set Multiple Properties
1284
+ * Set multiple properties attaced to an object / record
1285
+ * @param {Number} id
1286
+ * @param {Object} opts Optional parameters
1287
+ * @param {String} opts.authorization The authorization token of the logged in user
1288
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1289
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1290
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1291
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1292
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1293
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1294
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1295
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1296
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1297
+ * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} opts.requestBody
1298
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
1299
+ */
1300
+ setRelProperties(id: number, opts: {
1301
+ authorization: string;
1302
+ cacheduration: number;
1303
+ cachegroup: Array<string>;
1304
+ cachekey: Array<string>;
1305
+ cachescope: any;
1306
+ cacheuser: Array<string>;
1307
+ zeusportalPostasApp: number;
1308
+ zeusportalPostas: number;
1309
+ zeusportalPostasSite: number;
1310
+ transactionid: string;
1311
+ }): Promise<any>;
1312
+ /**
1313
+ * Update Property
1314
+ * Update a specific property
1315
+ * @param {Number} id
1316
+ * @param {String} prop
1317
+ * @param {Object} opts Optional parameters
1318
+ * @param {String} [authorization] The authorization token of the logged in user
1319
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1320
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1321
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1322
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1323
+ * @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)
1324
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1325
+ * @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
1326
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1327
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1328
+ * @param {String} [body]
1329
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
1330
+ */
1331
+ setRelPropertyWithHttpInfo(id: number, prop: string, opts: any): Promise<any>;
1332
+ /**
1333
+ * Update Property
1334
+ * Update a specific property
1335
+ * @param {Number} id
1336
+ * @param {String} prop
1337
+ * @param {Object} opts Optional parameters
1338
+ * @param {String} opts.authorization The authorization token of the logged in user
1339
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1340
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1341
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1342
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1343
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1344
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1345
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1346
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1347
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1348
+ * @param {String} opts.body
1349
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
1350
+ */
1351
+ setRelProperty(id: number, prop: string, opts: {
1352
+ authorization: string;
1353
+ cacheduration: number;
1354
+ cachegroup: Array<string>;
1355
+ cachekey: Array<string>;
1356
+ cachescope: any;
1357
+ cacheuser: Array<string>;
1358
+ zeusportalPostasApp: number;
1359
+ zeusportalPostas: number;
1360
+ zeusportalPostasSite: number;
1361
+ transactionid: string;
1362
+ body: string;
1363
+ }): Promise<any>;
1364
+ /**
1365
+ * Update a relationshp type
1366
+ * Performs an update of the relationship type
1367
+ * @param {Number} id The id of the relationship type we are updating
1368
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1369
+ * @param {Object} opts Optional parameters
1370
+ * @param {String} [authorization] The authorization token of the logged in user
1371
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1372
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1373
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1374
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1375
+ * @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)
1376
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1377
+ * @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
1378
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1379
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1380
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
1381
+ */
1382
+ updateRelationshipTypeWithHttpInfo(id: number, graphRelationshipType: any, opts: any): Promise<any>;
1383
+ /**
1384
+ * Update a relationshp type
1385
+ * Performs an update of the relationship type
1386
+ * @param {Number} id The id of the relationship type we are updating
1387
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1388
+ * @param {Object} opts Optional parameters
1389
+ * @param {String} opts.authorization The authorization token of the logged in user
1390
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1391
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1392
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1393
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1394
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1395
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1396
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1397
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1398
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1399
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
1400
+ */
1401
+ updateRelationshipType(id: number, graphRelationshipType: any, opts: {
1402
+ authorization: string;
1403
+ cacheduration: number;
1404
+ cachegroup: Array<string>;
1405
+ cachekey: Array<string>;
1406
+ cachescope: any;
1407
+ cacheuser: Array<string>;
1408
+ zeusportalPostasApp: number;
1409
+ zeusportalPostas: number;
1410
+ zeusportalPostasSite: number;
1411
+ transactionid: string;
1412
+ }): Promise<any>;
1413
+ /**
1414
+ * @param {Number} id
1415
+ * @param {Object} opts Optional parameters
1416
+ * @param {String} [authorization] The authorization token of the logged in user
1417
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1418
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1419
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1420
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1421
+ * @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)
1422
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1423
+ * @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
1424
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1425
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1426
+ * @param {String} [body]
1427
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1428
+ */
1429
+ updateTemplate2WithHttpInfo(id: number, opts: any): Promise<any>;
1430
+ /**
1431
+ * @param {Number} id
1432
+ * @param {Object} opts Optional parameters
1433
+ * @param {String} opts.authorization The authorization token of the logged in user
1434
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1435
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1436
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1437
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1438
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1439
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1440
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1441
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1442
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1443
+ * @param {String} opts.body
1444
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1445
+ */
1446
+ updateTemplate2(id: number, opts: {
1447
+ authorization: string;
1448
+ cacheduration: number;
1449
+ cachegroup: Array<string>;
1450
+ cachekey: Array<string>;
1451
+ cachescope: any;
1452
+ cacheuser: Array<string>;
1453
+ zeusportalPostasApp: number;
1454
+ zeusportalPostas: number;
1455
+ zeusportalPostasSite: number;
1456
+ transactionid: string;
1457
+ body: string;
1458
+ }): Promise<any>;
1459
+ }