@gobodo/gobodo-api-promise 0.1.8-9.1

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 (774) hide show
  1. package/README.md +970 -0
  2. package/dist/.tsbuildinfo +1 -0
  3. package/dist/ApiClient.d.ts +317 -0
  4. package/dist/ApiClient.d.ts.map +1 -0
  5. package/dist/ApiClient.js +720 -0
  6. package/dist/api/ActionTypesApi.d.ts +66 -0
  7. package/dist/api/ActionTypesApi.d.ts.map +1 -0
  8. package/dist/api/ActionTypesApi.js +128 -0
  9. package/dist/api/AdCampaignsApi.d.ts +377 -0
  10. package/dist/api/AdCampaignsApi.d.ts.map +1 -0
  11. package/dist/api/AdCampaignsApi.js +620 -0
  12. package/dist/api/AdManagementApi.d.ts +556 -0
  13. package/dist/api/AdManagementApi.d.ts.map +1 -0
  14. package/dist/api/AdManagementApi.js +902 -0
  15. package/dist/api/AdminDataManagementApi.d.ts +62 -0
  16. package/dist/api/AdminDataManagementApi.d.ts.map +1 -0
  17. package/dist/api/AdminDataManagementApi.js +126 -0
  18. package/dist/api/AdsApi.d.ts +286 -0
  19. package/dist/api/AdsApi.d.ts.map +1 -0
  20. package/dist/api/AdsApi.js +474 -0
  21. package/dist/api/AttachmentsApi.d.ts +348 -0
  22. package/dist/api/AttachmentsApi.d.ts.map +1 -0
  23. package/dist/api/AttachmentsApi.js +570 -0
  24. package/dist/api/AuthenticationApi.d.ts +211 -0
  25. package/dist/api/AuthenticationApi.d.ts.map +1 -0
  26. package/dist/api/AuthenticationApi.js +460 -0
  27. package/dist/api/CategoriesApi.d.ts +340 -0
  28. package/dist/api/CategoriesApi.d.ts.map +1 -0
  29. package/dist/api/CategoriesApi.js +556 -0
  30. package/dist/api/CommentsApi.d.ts +387 -0
  31. package/dist/api/CommentsApi.d.ts.map +1 -0
  32. package/dist/api/CommentsApi.js +640 -0
  33. package/dist/api/ContentManagementApi.d.ts +1295 -0
  34. package/dist/api/ContentManagementApi.d.ts.map +1 -0
  35. package/dist/api/ContentManagementApi.js +2117 -0
  36. package/dist/api/ConversationsApi.d.ts +430 -0
  37. package/dist/api/ConversationsApi.d.ts.map +1 -0
  38. package/dist/api/ConversationsApi.js +694 -0
  39. package/dist/api/CurrencyApi.d.ts +249 -0
  40. package/dist/api/CurrencyApi.d.ts.map +1 -0
  41. package/dist/api/CurrencyApi.js +411 -0
  42. package/dist/api/DataSheetImportsApi.d.ts +774 -0
  43. package/dist/api/DataSheetImportsApi.d.ts.map +1 -0
  44. package/dist/api/DataSheetImportsApi.js +1291 -0
  45. package/dist/api/DefaultApi.d.ts +261 -0
  46. package/dist/api/DefaultApi.d.ts.map +1 -0
  47. package/dist/api/DefaultApi.js +433 -0
  48. package/dist/api/DocumentPartTypesApi.d.ts +106 -0
  49. package/dist/api/DocumentPartTypesApi.d.ts.map +1 -0
  50. package/dist/api/DocumentPartTypesApi.js +178 -0
  51. package/dist/api/DocumentTypesApi.d.ts +106 -0
  52. package/dist/api/DocumentTypesApi.d.ts.map +1 -0
  53. package/dist/api/DocumentTypesApi.js +178 -0
  54. package/dist/api/DocumentsApi.d.ts +606 -0
  55. package/dist/api/DocumentsApi.d.ts.map +1 -0
  56. package/dist/api/DocumentsApi.js +1002 -0
  57. package/dist/api/EmailsApi.d.ts +205 -0
  58. package/dist/api/EmailsApi.d.ts.map +1 -0
  59. package/dist/api/EmailsApi.js +346 -0
  60. package/dist/api/EntryPartsApi.d.ts +618 -0
  61. package/dist/api/EntryPartsApi.d.ts.map +1 -0
  62. package/dist/api/EntryPartsApi.js +1042 -0
  63. package/dist/api/FacebookApi.d.ts +37 -0
  64. package/dist/api/FacebookApi.d.ts.map +1 -0
  65. package/dist/api/FacebookApi.js +88 -0
  66. package/dist/api/FieldsApi.d.ts +164 -0
  67. package/dist/api/FieldsApi.d.ts.map +1 -0
  68. package/dist/api/FieldsApi.js +288 -0
  69. package/dist/api/FilesApi.d.ts +70 -0
  70. package/dist/api/FilesApi.d.ts.map +1 -0
  71. package/dist/api/FilesApi.js +131 -0
  72. package/dist/api/FormsApi.d.ts +860 -0
  73. package/dist/api/FormsApi.d.ts.map +1 -0
  74. package/dist/api/FormsApi.js +1406 -0
  75. package/dist/api/FunctionsApi.d.ts +891 -0
  76. package/dist/api/FunctionsApi.d.ts.map +1 -0
  77. package/dist/api/FunctionsApi.js +1474 -0
  78. package/dist/api/GeocodeApi.d.ts +238 -0
  79. package/dist/api/GeocodeApi.d.ts.map +1 -0
  80. package/dist/api/GeocodeApi.js +415 -0
  81. package/dist/api/GobodoManagementApi.d.ts +242 -0
  82. package/dist/api/GobodoManagementApi.d.ts.map +1 -0
  83. package/dist/api/GobodoManagementApi.js +408 -0
  84. package/dist/api/GoogleApi.d.ts +37 -0
  85. package/dist/api/GoogleApi.d.ts.map +1 -0
  86. package/dist/api/GoogleApi.js +88 -0
  87. package/dist/api/GraphActionTypesApi.d.ts +377 -0
  88. package/dist/api/GraphActionTypesApi.d.ts.map +1 -0
  89. package/dist/api/GraphActionTypesApi.js +632 -0
  90. package/dist/api/GraphActionsApi.d.ts +536 -0
  91. package/dist/api/GraphActionsApi.d.ts.map +1 -0
  92. package/dist/api/GraphActionsApi.js +897 -0
  93. package/dist/api/GraphObjectTypesApi.d.ts +651 -0
  94. package/dist/api/GraphObjectTypesApi.d.ts.map +1 -0
  95. package/dist/api/GraphObjectTypesApi.js +1040 -0
  96. package/dist/api/GraphObjectsApi.d.ts +3023 -0
  97. package/dist/api/GraphObjectsApi.d.ts.map +1 -0
  98. package/dist/api/GraphObjectsApi.js +4993 -0
  99. package/dist/api/GraphRelationshipTypesApi.d.ts +940 -0
  100. package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -0
  101. package/dist/api/GraphRelationshipTypesApi.js +1545 -0
  102. package/dist/api/GraphRelationshipsApi.d.ts +1460 -0
  103. package/dist/api/GraphRelationshipsApi.d.ts.map +1 -0
  104. package/dist/api/GraphRelationshipsApi.js +2387 -0
  105. package/dist/api/GraphSchemasApi.d.ts +535 -0
  106. package/dist/api/GraphSchemasApi.d.ts.map +1 -0
  107. package/dist/api/GraphSchemasApi.js +870 -0
  108. package/dist/api/GraphTraversalApi.d.ts +346 -0
  109. package/dist/api/GraphTraversalApi.d.ts.map +1 -0
  110. package/dist/api/GraphTraversalApi.js +578 -0
  111. package/dist/api/GraphsApi.d.ts +532 -0
  112. package/dist/api/GraphsApi.d.ts.map +1 -0
  113. package/dist/api/GraphsApi.js +891 -0
  114. package/dist/api/GroupsApi.d.ts +546 -0
  115. package/dist/api/GroupsApi.d.ts.map +1 -0
  116. package/dist/api/GroupsApi.js +896 -0
  117. package/dist/api/IAMApi.d.ts +198 -0
  118. package/dist/api/IAMApi.d.ts.map +1 -0
  119. package/dist/api/IAMApi.js +328 -0
  120. package/dist/api/ImagesApi.d.ts +401 -0
  121. package/dist/api/ImagesApi.d.ts.map +1 -0
  122. package/dist/api/ImagesApi.js +655 -0
  123. package/dist/api/InvitesApi.d.ts +248 -0
  124. package/dist/api/InvitesApi.d.ts.map +1 -0
  125. package/dist/api/InvitesApi.js +414 -0
  126. package/dist/api/LikesApi.d.ts +630 -0
  127. package/dist/api/LikesApi.d.ts.map +1 -0
  128. package/dist/api/LikesApi.js +1038 -0
  129. package/dist/api/LinkedINApi.d.ts +37 -0
  130. package/dist/api/LinkedINApi.d.ts.map +1 -0
  131. package/dist/api/LinkedINApi.js +88 -0
  132. package/dist/api/LiveMeetingsApi.d.ts +113 -0
  133. package/dist/api/LiveMeetingsApi.d.ts.map +1 -0
  134. package/dist/api/LiveMeetingsApi.js +205 -0
  135. package/dist/api/MeetingEventsApi.d.ts +254 -0
  136. package/dist/api/MeetingEventsApi.d.ts.map +1 -0
  137. package/dist/api/MeetingEventsApi.js +433 -0
  138. package/dist/api/NotificationsApi.d.ts +669 -0
  139. package/dist/api/NotificationsApi.d.ts.map +1 -0
  140. package/dist/api/NotificationsApi.js +1076 -0
  141. package/dist/api/PagesApi.d.ts +449 -0
  142. package/dist/api/PagesApi.d.ts.map +1 -0
  143. package/dist/api/PagesApi.js +740 -0
  144. package/dist/api/PhoneNumbersApi.d.ts +255 -0
  145. package/dist/api/PhoneNumbersApi.d.ts.map +1 -0
  146. package/dist/api/PhoneNumbersApi.js +403 -0
  147. package/dist/api/PostsApi.d.ts +240 -0
  148. package/dist/api/PostsApi.d.ts.map +1 -0
  149. package/dist/api/PostsApi.js +405 -0
  150. package/dist/api/PrivateMessagesApi.d.ts +739 -0
  151. package/dist/api/PrivateMessagesApi.d.ts.map +1 -0
  152. package/dist/api/PrivateMessagesApi.js +1205 -0
  153. package/dist/api/PublicationsApi.d.ts +62 -0
  154. package/dist/api/PublicationsApi.d.ts.map +1 -0
  155. package/dist/api/PublicationsApi.js +118 -0
  156. package/dist/api/RestApplicationsApi.d.ts +250 -0
  157. package/dist/api/RestApplicationsApi.d.ts.map +1 -0
  158. package/dist/api/RestApplicationsApi.js +407 -0
  159. package/dist/api/ScreensApi.d.ts +154 -0
  160. package/dist/api/ScreensApi.d.ts.map +1 -0
  161. package/dist/api/ScreensApi.js +269 -0
  162. package/dist/api/SitesApi.d.ts +480 -0
  163. package/dist/api/SitesApi.d.ts.map +1 -0
  164. package/dist/api/SitesApi.js +767 -0
  165. package/dist/api/SocialIntegrationApi.d.ts +97 -0
  166. package/dist/api/SocialIntegrationApi.d.ts.map +1 -0
  167. package/dist/api/SocialIntegrationApi.js +214 -0
  168. package/dist/api/StripeAccountsApi.d.ts +1844 -0
  169. package/dist/api/StripeAccountsApi.d.ts.map +1 -0
  170. package/dist/api/StripeAccountsApi.js +2950 -0
  171. package/dist/api/TagsApi.d.ts +64 -0
  172. package/dist/api/TagsApi.d.ts.map +1 -0
  173. package/dist/api/TagsApi.js +126 -0
  174. package/dist/api/TemplatesApi.d.ts +154 -0
  175. package/dist/api/TemplatesApi.d.ts.map +1 -0
  176. package/dist/api/TemplatesApi.js +269 -0
  177. package/dist/api/ThemeMappingsApi.d.ts +153 -0
  178. package/dist/api/ThemeMappingsApi.d.ts.map +1 -0
  179. package/dist/api/ThemeMappingsApi.js +264 -0
  180. package/dist/api/TopicsApi.d.ts +393 -0
  181. package/dist/api/TopicsApi.d.ts.map +1 -0
  182. package/dist/api/TopicsApi.js +644 -0
  183. package/dist/api/TransactionsApi.d.ts +57 -0
  184. package/dist/api/TransactionsApi.d.ts.map +1 -0
  185. package/dist/api/TransactionsApi.js +161 -0
  186. package/dist/api/TwitterApi.d.ts +37 -0
  187. package/dist/api/TwitterApi.d.ts.map +1 -0
  188. package/dist/api/TwitterApi.js +88 -0
  189. package/dist/api/UserTagsApi.d.ts +438 -0
  190. package/dist/api/UserTagsApi.d.ts.map +1 -0
  191. package/dist/api/UserTagsApi.js +727 -0
  192. package/dist/api/UsersApi.d.ts +546 -0
  193. package/dist/api/UsersApi.d.ts.map +1 -0
  194. package/dist/api/UsersApi.js +883 -0
  195. package/dist/api/UtilsApi.d.ts +27 -0
  196. package/dist/api/UtilsApi.d.ts.map +1 -0
  197. package/dist/api/UtilsApi.js +80 -0
  198. package/dist/api/VideosApi.d.ts +522 -0
  199. package/dist/api/VideosApi.d.ts.map +1 -0
  200. package/dist/api/VideosApi.js +874 -0
  201. package/dist/api/WalletsApi.d.ts +789 -0
  202. package/dist/api/WalletsApi.d.ts.map +1 -0
  203. package/dist/api/WalletsApi.js +1290 -0
  204. package/dist/index.d.ts +251 -0
  205. package/dist/index.d.ts.map +1 -0
  206. package/dist/index.js +1749 -0
  207. package/dist/model/APIClient.d.ts +118 -0
  208. package/dist/model/APIClient.d.ts.map +1 -0
  209. package/dist/model/APIClient.js +354 -0
  210. package/dist/model/AccountSessionInput.d.ts +82 -0
  211. package/dist/model/AccountSessionInput.d.ts.map +1 -0
  212. package/dist/model/AccountSessionInput.js +222 -0
  213. package/dist/model/AccountSessionResponse.d.ts +62 -0
  214. package/dist/model/AccountSessionResponse.d.ts.map +1 -0
  215. package/dist/model/AccountSessionResponse.js +171 -0
  216. package/dist/model/ApplicationPaymentAccountResponse.d.ts +83 -0
  217. package/dist/model/ApplicationPaymentAccountResponse.d.ts.map +1 -0
  218. package/dist/model/ApplicationPaymentAccountResponse.js +243 -0
  219. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +56 -0
  220. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts.map +1 -0
  221. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +187 -0
  222. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +101 -0
  223. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts.map +1 -0
  224. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
  225. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts +56 -0
  226. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts.map +1 -0
  227. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
  228. package/dist/model/Article.d.ts +227 -0
  229. package/dist/model/Article.d.ts.map +1 -0
  230. package/dist/model/Article.js +668 -0
  231. package/dist/model/AuthResponse.d.ts +80 -0
  232. package/dist/model/AuthResponse.d.ts.map +1 -0
  233. package/dist/model/AuthResponse.js +238 -0
  234. package/dist/model/AwsSettings.d.ts +67 -0
  235. package/dist/model/AwsSettings.d.ts.map +1 -0
  236. package/dist/model/AwsSettings.js +193 -0
  237. package/dist/model/Balance.d.ts +74 -0
  238. package/dist/model/Balance.d.ts.map +1 -0
  239. package/dist/model/Balance.js +313 -0
  240. package/dist/model/BalanceDetails.d.ts +56 -0
  241. package/dist/model/BalanceDetails.d.ts.map +1 -0
  242. package/dist/model/BalanceDetails.js +164 -0
  243. package/dist/model/BalanceResponse.d.ts +47 -0
  244. package/dist/model/BalanceResponse.d.ts.map +1 -0
  245. package/dist/model/BalanceResponse.js +139 -0
  246. package/dist/model/BankAccountInfo.d.ts +75 -0
  247. package/dist/model/BankAccountInfo.d.ts.map +1 -0
  248. package/dist/model/BankAccountInfo.js +232 -0
  249. package/dist/model/CardInfo.d.ts +74 -0
  250. package/dist/model/CardInfo.d.ts.map +1 -0
  251. package/dist/model/CardInfo.js +213 -0
  252. package/dist/model/Comment.d.ts +173 -0
  253. package/dist/model/Comment.d.ts.map +1 -0
  254. package/dist/model/Comment.js +495 -0
  255. package/dist/model/ConsoleProjectInput.d.ts +66 -0
  256. package/dist/model/ConsoleProjectInput.d.ts.map +1 -0
  257. package/dist/model/ConsoleProjectInput.js +187 -0
  258. package/dist/model/ConsoleProjectResponse.d.ts +77 -0
  259. package/dist/model/ConsoleProjectResponse.d.ts.map +1 -0
  260. package/dist/model/ConsoleProjectResponse.js +216 -0
  261. package/dist/model/Coordinates.d.ts +47 -0
  262. package/dist/model/Coordinates.d.ts.map +1 -0
  263. package/dist/model/Coordinates.js +129 -0
  264. package/dist/model/CreateAccountResponse.d.ts +102 -0
  265. package/dist/model/CreateAccountResponse.d.ts.map +1 -0
  266. package/dist/model/CreateAccountResponse.js +289 -0
  267. package/dist/model/CreateFunctionInput.d.ts +74 -0
  268. package/dist/model/CreateFunctionInput.d.ts.map +1 -0
  269. package/dist/model/CreateFunctionInput.js +238 -0
  270. package/dist/model/CreateStripeAccountInput.d.ts +81 -0
  271. package/dist/model/CreateStripeAccountInput.d.ts.map +1 -0
  272. package/dist/model/CreateStripeAccountInput.js +241 -0
  273. package/dist/model/CreateStripeCustomerInput.d.ts +65 -0
  274. package/dist/model/CreateStripeCustomerInput.d.ts.map +1 -0
  275. package/dist/model/CreateStripeCustomerInput.js +195 -0
  276. package/dist/model/CreateTopicInput.d.ts +65 -0
  277. package/dist/model/CreateTopicInput.d.ts.map +1 -0
  278. package/dist/model/CreateTopicInput.js +191 -0
  279. package/dist/model/CreateTopicListenerInput.d.ts +56 -0
  280. package/dist/model/CreateTopicListenerInput.d.ts.map +1 -0
  281. package/dist/model/CreateTopicListenerInput.js +160 -0
  282. package/dist/model/Currency.d.ts +92 -0
  283. package/dist/model/Currency.d.ts.map +1 -0
  284. package/dist/model/Currency.js +262 -0
  285. package/dist/model/CurrencyGrantInput.d.ts +108 -0
  286. package/dist/model/CurrencyGrantInput.d.ts.map +1 -0
  287. package/dist/model/CurrencyGrantInput.js +305 -0
  288. package/dist/model/CurrencyGrantResponse.d.ts +140 -0
  289. package/dist/model/CurrencyGrantResponse.d.ts.map +1 -0
  290. package/dist/model/CurrencyGrantResponse.js +394 -0
  291. package/dist/model/CurrencyInput.d.ts +94 -0
  292. package/dist/model/CurrencyInput.d.ts.map +1 -0
  293. package/dist/model/CurrencyInput.js +268 -0
  294. package/dist/model/CurrencyMinterRegistrationInput.d.ts +77 -0
  295. package/dist/model/CurrencyMinterRegistrationInput.d.ts.map +1 -0
  296. package/dist/model/CurrencyMinterRegistrationInput.js +208 -0
  297. package/dist/model/CurrencyResponse.d.ts +107 -0
  298. package/dist/model/CurrencyResponse.d.ts.map +1 -0
  299. package/dist/model/CurrencyResponse.js +301 -0
  300. package/dist/model/CurrencySettings.d.ts +47 -0
  301. package/dist/model/CurrencySettings.d.ts.map +1 -0
  302. package/dist/model/CurrencySettings.js +131 -0
  303. package/dist/model/CustomerResponse.d.ts +56 -0
  304. package/dist/model/CustomerResponse.d.ts.map +1 -0
  305. package/dist/model/CustomerResponse.js +168 -0
  306. package/dist/model/DataObject.d.ts +47 -0
  307. package/dist/model/DataObject.d.ts.map +1 -0
  308. package/dist/model/DataObject.js +129 -0
  309. package/dist/model/DataSheetImport.d.ts +238 -0
  310. package/dist/model/DataSheetImport.d.ts.map +1 -0
  311. package/dist/model/DataSheetImport.js +732 -0
  312. package/dist/model/DataSheetImportPrivacySettings.d.ts +56 -0
  313. package/dist/model/DataSheetImportPrivacySettings.d.ts.map +1 -0
  314. package/dist/model/DataSheetImportPrivacySettings.js +154 -0
  315. package/dist/model/DataSheetImportSummary.d.ts +63 -0
  316. package/dist/model/DataSheetImportSummary.d.ts.map +1 -0
  317. package/dist/model/DataSheetImportSummary.js +206 -0
  318. package/dist/model/DeviceRegistrationRequest.d.ts +78 -0
  319. package/dist/model/DeviceRegistrationRequest.d.ts.map +1 -0
  320. package/dist/model/DeviceRegistrationRequest.js +252 -0
  321. package/dist/model/Document.d.ts +245 -0
  322. package/dist/model/Document.d.ts.map +1 -0
  323. package/dist/model/Document.js +743 -0
  324. package/dist/model/DocumentPart.d.ts +200 -0
  325. package/dist/model/DocumentPart.d.ts.map +1 -0
  326. package/dist/model/DocumentPart.js +612 -0
  327. package/dist/model/DocumentPartType.d.ts +119 -0
  328. package/dist/model/DocumentPartType.d.ts.map +1 -0
  329. package/dist/model/DocumentPartType.js +358 -0
  330. package/dist/model/DocumentType.d.ts +155 -0
  331. package/dist/model/DocumentType.d.ts.map +1 -0
  332. package/dist/model/DocumentType.js +458 -0
  333. package/dist/model/EmailAddress.d.ts +83 -0
  334. package/dist/model/EmailAddress.d.ts.map +1 -0
  335. package/dist/model/EmailAddress.js +245 -0
  336. package/dist/model/FieldMapping.d.ts +59 -0
  337. package/dist/model/FieldMapping.d.ts.map +1 -0
  338. package/dist/model/FieldMapping.js +185 -0
  339. package/dist/model/Fields.d.ts +381 -0
  340. package/dist/model/Fields.d.ts.map +1 -0
  341. package/dist/model/Fields.js +737 -0
  342. package/dist/model/File.d.ts +119 -0
  343. package/dist/model/File.d.ts.map +1 -0
  344. package/dist/model/File.js +341 -0
  345. package/dist/model/FileAttachmentUploadObject.d.ts +119 -0
  346. package/dist/model/FileAttachmentUploadObject.d.ts.map +1 -0
  347. package/dist/model/FileAttachmentUploadObject.js +341 -0
  348. package/dist/model/Filter.d.ts +47 -0
  349. package/dist/model/Filter.d.ts.map +1 -0
  350. package/dist/model/Filter.js +137 -0
  351. package/dist/model/FilterManager.d.ts +47 -0
  352. package/dist/model/FilterManager.d.ts.map +1 -0
  353. package/dist/model/FilterManager.js +154 -0
  354. package/dist/model/Form.d.ts +116 -0
  355. package/dist/model/Form.d.ts.map +1 -0
  356. package/dist/model/Form.js +393 -0
  357. package/dist/model/FormSection.d.ts +92 -0
  358. package/dist/model/FormSection.d.ts.map +1 -0
  359. package/dist/model/FormSection.js +304 -0
  360. package/dist/model/FormSubmission.d.ts +80 -0
  361. package/dist/model/FormSubmission.d.ts.map +1 -0
  362. package/dist/model/FormSubmission.js +238 -0
  363. package/dist/model/FunctionConfigInput.d.ts +172 -0
  364. package/dist/model/FunctionConfigInput.d.ts.map +1 -0
  365. package/dist/model/FunctionConfigInput.js +563 -0
  366. package/dist/model/FunctionEnvironmentConfig.d.ts +72 -0
  367. package/dist/model/FunctionEnvironmentConfig.d.ts.map +1 -0
  368. package/dist/model/FunctionEnvironmentConfig.js +221 -0
  369. package/dist/model/FunctionInput.d.ts +98 -0
  370. package/dist/model/FunctionInput.d.ts.map +1 -0
  371. package/dist/model/FunctionInput.js +260 -0
  372. package/dist/model/FunctionOutput.d.ts +89 -0
  373. package/dist/model/FunctionOutput.d.ts.map +1 -0
  374. package/dist/model/FunctionOutput.js +235 -0
  375. package/dist/model/Geocode.d.ts +65 -0
  376. package/dist/model/Geocode.d.ts.map +1 -0
  377. package/dist/model/Geocode.js +191 -0
  378. package/dist/model/GeocodePayload.d.ts +47 -0
  379. package/dist/model/GeocodePayload.d.ts.map +1 -0
  380. package/dist/model/GeocodePayload.js +141 -0
  381. package/dist/model/GeolocationInput.d.ts +65 -0
  382. package/dist/model/GeolocationInput.d.ts.map +1 -0
  383. package/dist/model/GeolocationInput.js +216 -0
  384. package/dist/model/GetFunctionConfig.d.ts +169 -0
  385. package/dist/model/GetFunctionConfig.d.ts.map +1 -0
  386. package/dist/model/GetFunctionConfig.js +536 -0
  387. package/dist/model/GetFunctionEnvironmentConfig.d.ts +73 -0
  388. package/dist/model/GetFunctionEnvironmentConfig.d.ts.map +1 -0
  389. package/dist/model/GetFunctionEnvironmentConfig.js +223 -0
  390. package/dist/model/GetFunctionResponse.d.ts +97 -0
  391. package/dist/model/GetFunctionResponse.d.ts.map +1 -0
  392. package/dist/model/GetFunctionResponse.js +302 -0
  393. package/dist/model/GoogleCloudSettings.d.ts +57 -0
  394. package/dist/model/GoogleCloudSettings.d.ts.map +1 -0
  395. package/dist/model/GoogleCloudSettings.js +162 -0
  396. package/dist/model/Graph.d.ts +177 -0
  397. package/dist/model/Graph.d.ts.map +1 -0
  398. package/dist/model/Graph.js +499 -0
  399. package/dist/model/GraphAction.d.ts +111 -0
  400. package/dist/model/GraphAction.d.ts.map +1 -0
  401. package/dist/model/GraphAction.js +298 -0
  402. package/dist/model/GraphDatabaseService.d.ts +92 -0
  403. package/dist/model/GraphDatabaseService.d.ts.map +1 -0
  404. package/dist/model/GraphDatabaseService.js +254 -0
  405. package/dist/model/GraphGeocode.d.ts +96 -0
  406. package/dist/model/GraphGeocode.d.ts.map +1 -0
  407. package/dist/model/GraphGeocode.js +282 -0
  408. package/dist/model/GraphIteratorEntryPart.d.ts +38 -0
  409. package/dist/model/GraphIteratorEntryPart.d.ts.map +1 -0
  410. package/dist/model/GraphIteratorEntryPart.js +129 -0
  411. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +101 -0
  412. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts.map +1 -0
  413. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +303 -0
  414. package/dist/model/GraphObject.d.ts +162 -0
  415. package/dist/model/GraphObject.d.ts.map +1 -0
  416. package/dist/model/GraphObject.js +454 -0
  417. package/dist/model/GraphObjectPayload.d.ts +137 -0
  418. package/dist/model/GraphObjectPayload.d.ts.map +1 -0
  419. package/dist/model/GraphObjectPayload.js +430 -0
  420. package/dist/model/GraphObjectSchema.d.ts +193 -0
  421. package/dist/model/GraphObjectSchema.d.ts.map +1 -0
  422. package/dist/model/GraphObjectSchema.js +545 -0
  423. package/dist/model/GraphObjectType.d.ts +215 -0
  424. package/dist/model/GraphObjectType.d.ts.map +1 -0
  425. package/dist/model/GraphObjectType.js +626 -0
  426. package/dist/model/GraphObjectTypeInput.d.ts +184 -0
  427. package/dist/model/GraphObjectTypeInput.d.ts.map +1 -0
  428. package/dist/model/GraphObjectTypeInput.js +570 -0
  429. package/dist/model/GraphObjectTypeResponse.d.ts +137 -0
  430. package/dist/model/GraphObjectTypeResponse.d.ts.map +1 -0
  431. package/dist/model/GraphObjectTypeResponse.js +440 -0
  432. package/dist/model/GraphObjectTypeSchema.d.ts +215 -0
  433. package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -0
  434. package/dist/model/GraphObjectTypeSchema.js +645 -0
  435. package/dist/model/GraphOwner.d.ts +56 -0
  436. package/dist/model/GraphOwner.d.ts.map +1 -0
  437. package/dist/model/GraphOwner.js +158 -0
  438. package/dist/model/GraphRelationship.d.ts +113 -0
  439. package/dist/model/GraphRelationship.d.ts.map +1 -0
  440. package/dist/model/GraphRelationship.js +301 -0
  441. package/dist/model/GraphRelationshipPayload.d.ts +74 -0
  442. package/dist/model/GraphRelationshipPayload.d.ts.map +1 -0
  443. package/dist/model/GraphRelationshipPayload.js +214 -0
  444. package/dist/model/GraphRelationshipType.d.ts +232 -0
  445. package/dist/model/GraphRelationshipType.d.ts.map +1 -0
  446. package/dist/model/GraphRelationshipType.js +675 -0
  447. package/dist/model/GraphRelationshipTypeResponse.d.ts +201 -0
  448. package/dist/model/GraphRelationshipTypeResponse.d.ts.map +1 -0
  449. package/dist/model/GraphRelationshipTypeResponse.js +683 -0
  450. package/dist/model/GraphSchema.d.ts +222 -0
  451. package/dist/model/GraphSchema.d.ts.map +1 -0
  452. package/dist/model/GraphSchema.js +645 -0
  453. package/dist/model/GraphSchemaInput.d.ts +101 -0
  454. package/dist/model/GraphSchemaInput.d.ts.map +1 -0
  455. package/dist/model/GraphSchemaInput.js +285 -0
  456. package/dist/model/GraphSchemaResponse.d.ts +226 -0
  457. package/dist/model/GraphSchemaResponse.d.ts.map +1 -0
  458. package/dist/model/GraphSchemaResponse.js +640 -0
  459. package/dist/model/GraphTraversalInput.d.ts +365 -0
  460. package/dist/model/GraphTraversalInput.d.ts.map +1 -0
  461. package/dist/model/GraphTraversalInput.js +1125 -0
  462. package/dist/model/Image.d.ts +155 -0
  463. package/dist/model/Image.d.ts.map +1 -0
  464. package/dist/model/Image.js +449 -0
  465. package/dist/model/ImageUploadObject.d.ts +155 -0
  466. package/dist/model/ImageUploadObject.d.ts.map +1 -0
  467. package/dist/model/ImageUploadObject.js +449 -0
  468. package/dist/model/InputPart.d.ts +65 -0
  469. package/dist/model/InputPart.d.ts.map +1 -0
  470. package/dist/model/InputPart.js +191 -0
  471. package/dist/model/InputPartHeaders.d.ts +38 -0
  472. package/dist/model/InputPartHeaders.d.ts.map +1 -0
  473. package/dist/model/InputPartHeaders.js +106 -0
  474. package/dist/model/InputPartMediaType.d.ts +74 -0
  475. package/dist/model/InputPartMediaType.d.ts.map +1 -0
  476. package/dist/model/InputPartMediaType.js +214 -0
  477. package/dist/model/KafkaSettings.d.ts +75 -0
  478. package/dist/model/KafkaSettings.d.ts.map +1 -0
  479. package/dist/model/KafkaSettings.js +220 -0
  480. package/dist/model/Link.d.ts +101 -0
  481. package/dist/model/Link.d.ts.map +1 -0
  482. package/dist/model/Link.js +305 -0
  483. package/dist/model/LiveStreamInfo.d.ts +56 -0
  484. package/dist/model/LiveStreamInfo.d.ts.map +1 -0
  485. package/dist/model/LiveStreamInfo.js +167 -0
  486. package/dist/model/MeetingEvent.d.ts +197 -0
  487. package/dist/model/MeetingEvent.d.ts.map +1 -0
  488. package/dist/model/MeetingEvent.js +591 -0
  489. package/dist/model/MeetingEventTimezone.d.ts +65 -0
  490. package/dist/model/MeetingEventTimezone.d.ts.map +1 -0
  491. package/dist/model/MeetingEventTimezone.js +187 -0
  492. package/dist/model/MeetingInfo.d.ts +77 -0
  493. package/dist/model/MeetingInfo.d.ts.map +1 -0
  494. package/dist/model/MeetingInfo.js +220 -0
  495. package/dist/model/Member.d.ts +173 -0
  496. package/dist/model/Member.d.ts.map +1 -0
  497. package/dist/model/Member.js +525 -0
  498. package/dist/model/MemberGroupCategory.d.ts +83 -0
  499. package/dist/model/MemberGroupCategory.d.ts.map +1 -0
  500. package/dist/model/MemberGroupCategory.js +237 -0
  501. package/dist/model/MemberList.d.ts +35 -0
  502. package/dist/model/MemberList.d.ts.map +1 -0
  503. package/dist/model/MemberList.js +96 -0
  504. package/dist/model/MessageGroup.d.ts +56 -0
  505. package/dist/model/MessageGroup.d.ts.map +1 -0
  506. package/dist/model/MessageGroup.js +160 -0
  507. package/dist/model/MultipartBody.d.ts +47 -0
  508. package/dist/model/MultipartBody.d.ts.map +1 -0
  509. package/dist/model/MultipartBody.js +133 -0
  510. package/dist/model/Notification.d.ts +127 -0
  511. package/dist/model/Notification.d.ts.map +1 -0
  512. package/dist/model/Notification.js +381 -0
  513. package/dist/model/NotificationInput.d.ts +92 -0
  514. package/dist/model/NotificationInput.d.ts.map +1 -0
  515. package/dist/model/NotificationInput.js +273 -0
  516. package/dist/model/NotificationResponse.d.ts +117 -0
  517. package/dist/model/NotificationResponse.d.ts.map +1 -0
  518. package/dist/model/NotificationResponse.js +332 -0
  519. package/dist/model/NumberSettings.d.ts +47 -0
  520. package/dist/model/NumberSettings.d.ts.map +1 -0
  521. package/dist/model/NumberSettings.js +127 -0
  522. package/dist/model/ObjectSettings.d.ts +56 -0
  523. package/dist/model/ObjectSettings.d.ts.map +1 -0
  524. package/dist/model/ObjectSettings.js +152 -0
  525. package/dist/model/Objecttype.d.ts +206 -0
  526. package/dist/model/Objecttype.d.ts.map +1 -0
  527. package/dist/model/Objecttype.js +615 -0
  528. package/dist/model/OutParameter.d.ts +57 -0
  529. package/dist/model/OutParameter.d.ts.map +1 -0
  530. package/dist/model/OutParameter.js +162 -0
  531. package/dist/model/Page.d.ts +128 -0
  532. package/dist/model/Page.d.ts.map +1 -0
  533. package/dist/model/Page.js +370 -0
  534. package/dist/model/PageSchema.d.ts +164 -0
  535. package/dist/model/PageSchema.d.ts.map +1 -0
  536. package/dist/model/PageSchema.js +482 -0
  537. package/dist/model/Pageable.d.ts +83 -0
  538. package/dist/model/Pageable.d.ts.map +1 -0
  539. package/dist/model/Pageable.js +235 -0
  540. package/dist/model/Parameter.d.ts +57 -0
  541. package/dist/model/Parameter.d.ts.map +1 -0
  542. package/dist/model/Parameter.js +162 -0
  543. package/dist/model/Path.d.ts +56 -0
  544. package/dist/model/Path.d.ts.map +1 -0
  545. package/dist/model/Path.js +190 -0
  546. package/dist/model/PaymentAccountObject.d.ts +74 -0
  547. package/dist/model/PaymentAccountObject.d.ts.map +1 -0
  548. package/dist/model/PaymentAccountObject.js +209 -0
  549. package/dist/model/PaymentIntentInput.d.ts +78 -0
  550. package/dist/model/PaymentIntentInput.d.ts.map +1 -0
  551. package/dist/model/PaymentIntentInput.js +214 -0
  552. package/dist/model/PaymentIntentResponse.d.ts +47 -0
  553. package/dist/model/PaymentIntentResponse.d.ts.map +1 -0
  554. package/dist/model/PaymentIntentResponse.js +137 -0
  555. package/dist/model/PaymentMethod.d.ts +109 -0
  556. package/dist/model/PaymentMethod.d.ts.map +1 -0
  557. package/dist/model/PaymentMethod.js +319 -0
  558. package/dist/model/PaymentMethodInput.d.ts +99 -0
  559. package/dist/model/PaymentMethodInput.d.ts.map +1 -0
  560. package/dist/model/PaymentMethodInput.js +291 -0
  561. package/dist/model/PaymentMethodResponse.d.ts +47 -0
  562. package/dist/model/PaymentMethodResponse.d.ts.map +1 -0
  563. package/dist/model/PaymentMethodResponse.js +139 -0
  564. package/dist/model/PaymentMethodsResponse.d.ts +47 -0
  565. package/dist/model/PaymentMethodsResponse.d.ts.map +1 -0
  566. package/dist/model/PaymentMethodsResponse.js +158 -0
  567. package/dist/model/Payout.d.ts +113 -0
  568. package/dist/model/Payout.d.ts.map +1 -0
  569. package/dist/model/Payout.js +313 -0
  570. package/dist/model/PayoutInput.d.ts +122 -0
  571. package/dist/model/PayoutInput.d.ts.map +1 -0
  572. package/dist/model/PayoutInput.js +347 -0
  573. package/dist/model/PayoutResponse.d.ts +49 -0
  574. package/dist/model/PayoutResponse.d.ts.map +1 -0
  575. package/dist/model/PayoutResponse.js +142 -0
  576. package/dist/model/PhoneNumber.d.ts +110 -0
  577. package/dist/model/PhoneNumber.d.ts.map +1 -0
  578. package/dist/model/PhoneNumber.js +332 -0
  579. package/dist/model/Post.d.ts +128 -0
  580. package/dist/model/Post.d.ts.map +1 -0
  581. package/dist/model/Post.js +368 -0
  582. package/dist/model/PrivateMessage.d.ts +170 -0
  583. package/dist/model/PrivateMessage.d.ts.map +1 -0
  584. package/dist/model/PrivateMessage.js +494 -0
  585. package/dist/model/PrivateMessageConversation.d.ts +183 -0
  586. package/dist/model/PrivateMessageConversation.d.ts.map +1 -0
  587. package/dist/model/PrivateMessageConversation.js +520 -0
  588. package/dist/model/PrivateMessageConversationSchema.d.ts +96 -0
  589. package/dist/model/PrivateMessageConversationSchema.d.ts.map +1 -0
  590. package/dist/model/PrivateMessageConversationSchema.js +268 -0
  591. package/dist/model/Profile.d.ts +65 -0
  592. package/dist/model/Profile.d.ts.map +1 -0
  593. package/dist/model/Profile.js +191 -0
  594. package/dist/model/Profiletype.d.ts +65 -0
  595. package/dist/model/Profiletype.d.ts.map +1 -0
  596. package/dist/model/Profiletype.js +210 -0
  597. package/dist/model/Project.d.ts +65 -0
  598. package/dist/model/Project.d.ts.map +1 -0
  599. package/dist/model/Project.js +187 -0
  600. package/dist/model/ProjectInput.d.ts +66 -0
  601. package/dist/model/ProjectInput.d.ts.map +1 -0
  602. package/dist/model/ProjectInput.js +187 -0
  603. package/dist/model/PropertyContainer.d.ts +56 -0
  604. package/dist/model/PropertyContainer.d.ts.map +1 -0
  605. package/dist/model/PropertyContainer.js +162 -0
  606. package/dist/model/PurchaseInput.d.ts +84 -0
  607. package/dist/model/PurchaseInput.d.ts.map +1 -0
  608. package/dist/model/PurchaseInput.js +229 -0
  609. package/dist/model/PurchaseResponse.d.ts +126 -0
  610. package/dist/model/PurchaseResponse.d.ts.map +1 -0
  611. package/dist/model/PurchaseResponse.js +345 -0
  612. package/dist/model/PurgeDataDefaultResponse.d.ts +58 -0
  613. package/dist/model/PurgeDataDefaultResponse.d.ts.map +1 -0
  614. package/dist/model/PurgeDataDefaultResponse.js +179 -0
  615. package/dist/model/PurgeDataDefaultResponseValue.d.ts +49 -0
  616. package/dist/model/PurgeDataDefaultResponseValue.d.ts.map +1 -0
  617. package/dist/model/PurgeDataDefaultResponseValue.js +151 -0
  618. package/dist/model/RelationshipMapping.d.ts +77 -0
  619. package/dist/model/RelationshipMapping.d.ts.map +1 -0
  620. package/dist/model/RelationshipMapping.js +264 -0
  621. package/dist/model/RestApplicationInput.d.ts +85 -0
  622. package/dist/model/RestApplicationInput.d.ts.map +1 -0
  623. package/dist/model/RestApplicationInput.js +247 -0
  624. package/dist/model/RestApplicationResponse.d.ts +107 -0
  625. package/dist/model/RestApplicationResponse.d.ts.map +1 -0
  626. package/dist/model/RestApplicationResponse.js +309 -0
  627. package/dist/model/ScreenSchema.d.ts +271 -0
  628. package/dist/model/ScreenSchema.d.ts.map +1 -0
  629. package/dist/model/ScreenSchema.js +834 -0
  630. package/dist/model/SimulcastInfo.d.ts +62 -0
  631. package/dist/model/SimulcastInfo.d.ts.map +1 -0
  632. package/dist/model/SimulcastInfo.js +175 -0
  633. package/dist/model/SiteInput.d.ts +85 -0
  634. package/dist/model/SiteInput.d.ts.map +1 -0
  635. package/dist/model/SiteInput.js +243 -0
  636. package/dist/model/SiteResponse.d.ts +117 -0
  637. package/dist/model/SiteResponse.d.ts.map +1 -0
  638. package/dist/model/SiteResponse.js +342 -0
  639. package/dist/model/SiteTypeInput.d.ts +75 -0
  640. package/dist/model/SiteTypeInput.d.ts.map +1 -0
  641. package/dist/model/SiteTypeInput.js +216 -0
  642. package/dist/model/SiteTypeResponse.d.ts +77 -0
  643. package/dist/model/SiteTypeResponse.d.ts.map +1 -0
  644. package/dist/model/SiteTypeResponse.js +216 -0
  645. package/dist/model/SkinField.d.ts +381 -0
  646. package/dist/model/SkinField.d.ts.map +1 -0
  647. package/dist/model/SkinField.js +737 -0
  648. package/dist/model/SkinFieldResponse.d.ts +227 -0
  649. package/dist/model/SkinFieldResponse.d.ts.map +1 -0
  650. package/dist/model/SkinFieldResponse.js +655 -0
  651. package/dist/model/SocialGroup.d.ts +200 -0
  652. package/dist/model/SocialGroup.d.ts.map +1 -0
  653. package/dist/model/SocialGroup.js +602 -0
  654. package/dist/model/SocialGroupType.d.ts +110 -0
  655. package/dist/model/SocialGroupType.d.ts.map +1 -0
  656. package/dist/model/SocialGroupType.js +327 -0
  657. package/dist/model/Sort.d.ts +56 -0
  658. package/dist/model/Sort.d.ts.map +1 -0
  659. package/dist/model/Sort.js +154 -0
  660. package/dist/model/SourceTypes.d.ts +56 -0
  661. package/dist/model/SourceTypes.d.ts.map +1 -0
  662. package/dist/model/SourceTypes.js +154 -0
  663. package/dist/model/StatusUpdate.d.ts +110 -0
  664. package/dist/model/StatusUpdate.d.ts.map +1 -0
  665. package/dist/model/StatusUpdate.js +312 -0
  666. package/dist/model/StreetAddress.d.ts +74 -0
  667. package/dist/model/StreetAddress.d.ts.map +1 -0
  668. package/dist/model/StreetAddress.js +224 -0
  669. package/dist/model/StripeAccount.d.ts +157 -0
  670. package/dist/model/StripeAccount.d.ts.map +1 -0
  671. package/dist/model/StripeAccount.js +463 -0
  672. package/dist/model/StripeCustomerAccount.d.ts +74 -0
  673. package/dist/model/StripeCustomerAccount.d.ts.map +1 -0
  674. package/dist/model/StripeCustomerAccount.js +212 -0
  675. package/dist/model/Template.d.ts +96 -0
  676. package/dist/model/Template.d.ts.map +1 -0
  677. package/dist/model/Template.js +272 -0
  678. package/dist/model/TemplateResponse.d.ts +107 -0
  679. package/dist/model/TemplateResponse.d.ts.map +1 -0
  680. package/dist/model/TemplateResponse.js +301 -0
  681. package/dist/model/TemplateSchema.d.ts +105 -0
  682. package/dist/model/TemplateSchema.d.ts.map +1 -0
  683. package/dist/model/TemplateSchema.js +300 -0
  684. package/dist/model/ThemeMapping.d.ts +83 -0
  685. package/dist/model/ThemeMapping.d.ts.map +1 -0
  686. package/dist/model/ThemeMapping.js +245 -0
  687. package/dist/model/ThemeMappingPayload.d.ts +83 -0
  688. package/dist/model/ThemeMappingPayload.d.ts.map +1 -0
  689. package/dist/model/ThemeMappingPayload.js +239 -0
  690. package/dist/model/TopicInfoResponse.d.ts +87 -0
  691. package/dist/model/TopicInfoResponse.d.ts.map +1 -0
  692. package/dist/model/TopicInfoResponse.js +269 -0
  693. package/dist/model/TopicMessageInput.d.ts +57 -0
  694. package/dist/model/TopicMessageInput.d.ts.map +1 -0
  695. package/dist/model/TopicMessageInput.js +158 -0
  696. package/dist/model/TopicSubscriptionResponse.d.ts +77 -0
  697. package/dist/model/TopicSubscriptionResponse.d.ts.map +1 -0
  698. package/dist/model/TopicSubscriptionResponse.js +220 -0
  699. package/dist/model/Transaction.d.ts +47 -0
  700. package/dist/model/Transaction.d.ts.map +1 -0
  701. package/dist/model/Transaction.js +137 -0
  702. package/dist/model/Transfer.d.ts +100 -0
  703. package/dist/model/Transfer.d.ts.map +1 -0
  704. package/dist/model/Transfer.js +286 -0
  705. package/dist/model/TransferInput.d.ts +156 -0
  706. package/dist/model/TransferInput.d.ts.map +1 -0
  707. package/dist/model/TransferInput.js +433 -0
  708. package/dist/model/TransferResponse.d.ts +91 -0
  709. package/dist/model/TransferResponse.d.ts.map +1 -0
  710. package/dist/model/TransferResponse.js +276 -0
  711. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +100 -0
  712. package/dist/model/TransferResponsePaymentMethodDetails.d.ts.map +1 -0
  713. package/dist/model/TransferResponsePaymentMethodDetails.js +286 -0
  714. package/dist/model/TraversalRelationResponse.d.ts +47 -0
  715. package/dist/model/TraversalRelationResponse.d.ts.map +1 -0
  716. package/dist/model/TraversalRelationResponse.js +176 -0
  717. package/dist/model/User.d.ts +173 -0
  718. package/dist/model/User.d.ts.map +1 -0
  719. package/dist/model/User.js +525 -0
  720. package/dist/model/UserDataPayload.d.ts +173 -0
  721. package/dist/model/UserDataPayload.d.ts.map +1 -0
  722. package/dist/model/UserDataPayload.js +525 -0
  723. package/dist/model/UserDomain.d.ts +65 -0
  724. package/dist/model/UserDomain.d.ts.map +1 -0
  725. package/dist/model/UserDomain.js +191 -0
  726. package/dist/model/UserInvite.d.ts +137 -0
  727. package/dist/model/UserInvite.d.ts.map +1 -0
  728. package/dist/model/UserInvite.js +404 -0
  729. package/dist/model/UserInviteInput.d.ts +83 -0
  730. package/dist/model/UserInviteInput.d.ts.map +1 -0
  731. package/dist/model/UserInviteInput.js +245 -0
  732. package/dist/model/UserResponse.d.ts +197 -0
  733. package/dist/model/UserResponse.d.ts.map +1 -0
  734. package/dist/model/UserResponse.js +578 -0
  735. package/dist/model/UserSchema.d.ts +173 -0
  736. package/dist/model/UserSchema.d.ts.map +1 -0
  737. package/dist/model/UserSchema.js +525 -0
  738. package/dist/model/UserTag.d.ts +83 -0
  739. package/dist/model/UserTag.d.ts.map +1 -0
  740. package/dist/model/UserTag.js +246 -0
  741. package/dist/model/Userid.d.ts +47 -0
  742. package/dist/model/Userid.d.ts.map +1 -0
  743. package/dist/model/Userid.js +133 -0
  744. package/dist/model/Video.d.ts +218 -0
  745. package/dist/model/Video.d.ts.map +1 -0
  746. package/dist/model/Video.js +632 -0
  747. package/dist/model/VideoLiveUrl.d.ts +47 -0
  748. package/dist/model/VideoLiveUrl.d.ts.map +1 -0
  749. package/dist/model/VideoLiveUrl.js +137 -0
  750. package/dist/model/VideoSchema.d.ts +245 -0
  751. package/dist/model/VideoSchema.d.ts.map +1 -0
  752. package/dist/model/VideoSchema.js +717 -0
  753. package/dist/model/VideoUploadObject.d.ts +218 -0
  754. package/dist/model/VideoUploadObject.d.ts.map +1 -0
  755. package/dist/model/VideoUploadObject.js +632 -0
  756. package/dist/model/WalletHoldInput.d.ts +96 -0
  757. package/dist/model/WalletHoldInput.d.ts.map +1 -0
  758. package/dist/model/WalletHoldInput.js +260 -0
  759. package/dist/model/WalletHoldResponse.d.ts +126 -0
  760. package/dist/model/WalletHoldResponse.d.ts.map +1 -0
  761. package/dist/model/WalletHoldResponse.js +345 -0
  762. package/dist/model/WalletPayoutInput.d.ts +76 -0
  763. package/dist/model/WalletPayoutInput.d.ts.map +1 -0
  764. package/dist/model/WalletPayoutInput.js +206 -0
  765. package/dist/model/WalletPayoutResponse.d.ts +96 -0
  766. package/dist/model/WalletPayoutResponse.d.ts.map +1 -0
  767. package/dist/model/WalletPayoutResponse.js +260 -0
  768. package/dist/model/WalletResponse.d.ts +87 -0
  769. package/dist/model/WalletResponse.d.ts.map +1 -0
  770. package/dist/model/WalletResponse.js +239 -0
  771. package/dist/model/ZeusPortalCategory.d.ts +146 -0
  772. package/dist/model/ZeusPortalCategory.d.ts.map +1 -0
  773. package/dist/model/ZeusPortalCategory.js +434 -0
  774. package/package.json +53 -0
package/README.md ADDED
@@ -0,0 +1,970 @@
1
+ # @gobodo/gobodo-api-promise
2
+
3
+ Gobodo - JavaScript client for @gobodo/gobodo-api-promise
4
+ REST Interface for Gobodo API
5
+ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
+
7
+ - API version: 0.1.89
8
+ - Package version: 0.1.89
9
+ - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
+
11
+ ## Installation
12
+
13
+ ### For [Node.js](https://nodejs.org/)
14
+
15
+ #### npm
16
+
17
+ To publish the library as a [npm](https://www.npmjs.com/), please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).
18
+
19
+ Then install it via:
20
+
21
+ ```shell
22
+ npm install @gobodo/gobodo-api-promise --save
23
+ ```
24
+
25
+ Finally, you need to build the module:
26
+
27
+ ```shell
28
+ npm run build
29
+ ```
30
+
31
+ ##### Local development
32
+
33
+ To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing `package.json` (and this README). Let's call this `JAVASCRIPT_CLIENT_DIR`. Then run:
34
+
35
+ ```shell
36
+ npm install
37
+ ```
38
+
39
+ Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the following, also from `JAVASCRIPT_CLIENT_DIR`:
40
+
41
+ ```shell
42
+ npm link
43
+ ```
44
+
45
+ To use the link you just defined in your project, switch to the directory you want to use your @gobodo/gobodo-api-promise from, and run:
46
+
47
+ ```shell
48
+ npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
49
+ ```
50
+
51
+ Finally, you need to build the module:
52
+
53
+ ```shell
54
+ npm run build
55
+ ```
56
+
57
+ #### git
58
+
59
+ If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID
60
+ then install it via:
61
+
62
+ ```shell
63
+ npm install GIT_USER_ID/GIT_REPO_ID --save
64
+ ```
65
+
66
+ ### For browser
67
+
68
+ The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
69
+ the above steps with Node.js and installing browserify with `npm install -g browserify`,
70
+ perform the following (assuming *main.js* is your entry file):
71
+
72
+ ```shell
73
+ browserify main.js > bundle.js
74
+ ```
75
+
76
+ Then include *bundle.js* in the HTML pages.
77
+
78
+ ### Webpack Configuration
79
+
80
+ Using Webpack you may encounter the following error: "Module not found: Error:
81
+ Cannot resolve module", most certainly you should disable AMD loader. Add/merge
82
+ the following section to your webpack config:
83
+
84
+ ```javascript
85
+ module: {
86
+ rules: [
87
+ {
88
+ parser: {
89
+ amd: false
90
+ }
91
+ }
92
+ ]
93
+ }
94
+ ```
95
+
96
+ ## Getting Started
97
+
98
+ Please follow the [installation](#installation) instruction and execute the following JS code:
99
+
100
+ ```javascript
101
+ var Gobodo = require('@gobodo/gobodo-api-promise');
102
+
103
+ var defaultClient = Gobodo.ApiClient.instance;
104
+ // Configure API key authorization: NexusGraphAPIAuth
105
+ var NexusGraphAPIAuth = defaultClient.authentications['NexusGraphAPIAuth'];
106
+ NexusGraphAPIAuth.apiKey = "YOUR API KEY"
107
+ // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
108
+ //NexusGraphAPIAuth.apiKeyPrefix['SWAuthorization'] = "Token"
109
+ // Configure API key authorization: NexusGraphAPIKey
110
+ var NexusGraphAPIKey = defaultClient.authentications['NexusGraphAPIKey'];
111
+ NexusGraphAPIKey.apiKey = "YOUR API KEY"
112
+ // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
113
+ //NexusGraphAPIKey.apiKeyPrefix['apiKey'] = "Token"
114
+
115
+ var api = new Gobodo.ActionTypesApi()
116
+ var id = 789; // {Number}
117
+ var actiontypeid = 789; // {Number}
118
+ var opts = {
119
+ 'authorization': "authorization_example", // {String} The authorization token of the logged in user
120
+ 'cacheduration': 56, // {Number} The how long the cache entry should persist
121
+ 'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
122
+ 'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
123
+ 'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
124
+ 'cacheuser': ["null"], // {[String]} The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
125
+ 'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
+ 'zeusportalPostas': 789, // {Number} The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
127
+ 'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
128
+ 'transactionid': "transactionid_example" // {String} The id of the transaction this operation is being run in
129
+ };
130
+ api.getActionsByType(id, actiontypeid, opts).then(function(data) {
131
+ console.log('API called successfully. Returned data: ' + data);
132
+ }, function(error) {
133
+ console.error(error);
134
+ });
135
+
136
+
137
+ ```
138
+
139
+ ## Documentation for API Endpoints
140
+
141
+ All URIs are relative to *https://test.api.gobodo.io*
142
+
143
+ Class | Method | HTTP request | Description
144
+ ------------ | ------------- | ------------- | -------------
145
+ *Gobodo.ActionTypesApi* | [**getActionsByType**](docs/ActionTypesApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
146
+ *Gobodo.AdCampaignsApi* | [**createAdCampaign**](docs/AdCampaignsApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
147
+ *Gobodo.AdCampaignsApi* | [**deleteObject**](docs/AdCampaignsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
148
+ *Gobodo.AdCampaignsApi* | [**get11**](docs/AdCampaignsApi.md#get11) | **GET** /graph/data/ads/campaigns |
149
+ *Gobodo.AdCampaignsApi* | [**get12**](docs/AdCampaignsApi.md#get12) | **GET** /graph/data/ads/campaigns/{id} |
150
+ *Gobodo.AdCampaignsApi* | [**getFromCat**](docs/AdCampaignsApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
151
+ *Gobodo.AdCampaignsApi* | [**update**](docs/AdCampaignsApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
152
+ *Gobodo.AdCampaignsApi* | [**updateAds**](docs/AdCampaignsApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
153
+ *Gobodo.AdCampaignsApi* | [**updateSites**](docs/AdCampaignsApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
154
+ *Gobodo.AdManagementApi* | [**createAd**](docs/AdManagementApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
155
+ *Gobodo.AdManagementApi* | [**createAdCampaign**](docs/AdManagementApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
156
+ *Gobodo.AdManagementApi* | [**get11**](docs/AdManagementApi.md#get11) | **GET** /graph/data/ads/campaigns |
157
+ *Gobodo.AdManagementApi* | [**get12**](docs/AdManagementApi.md#get12) | **GET** /graph/data/ads/campaigns/{id} |
158
+ *Gobodo.AdManagementApi* | [**get13**](docs/AdManagementApi.md#get13) | **GET** /graph/data/ads/ads |
159
+ *Gobodo.AdManagementApi* | [**get14**](docs/AdManagementApi.md#get14) | **GET** /graph/data/ads/ads/{id} |
160
+ *Gobodo.AdManagementApi* | [**getCampaign**](docs/AdManagementApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
161
+ *Gobodo.AdManagementApi* | [**getFromCat**](docs/AdManagementApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
162
+ *Gobodo.AdManagementApi* | [**update**](docs/AdManagementApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
163
+ *Gobodo.AdManagementApi* | [**update1**](docs/AdManagementApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
164
+ *Gobodo.AdManagementApi* | [**updateAds**](docs/AdManagementApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
165
+ *Gobodo.AdManagementApi* | [**updateSites**](docs/AdManagementApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
166
+ *Gobodo.AdminDataManagementApi* | [**purgeData**](docs/AdminDataManagementApi.md#purgeData) | **GET** /graph/data/admin/datamanagement/purge/{key}/{days} |
167
+ *Gobodo.AdsApi* | [**createAd**](docs/AdsApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
168
+ *Gobodo.AdsApi* | [**deleteObject**](docs/AdsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
169
+ *Gobodo.AdsApi* | [**get13**](docs/AdsApi.md#get13) | **GET** /graph/data/ads/ads |
170
+ *Gobodo.AdsApi* | [**get14**](docs/AdsApi.md#get14) | **GET** /graph/data/ads/ads/{id} |
171
+ *Gobodo.AdsApi* | [**getCampaign**](docs/AdsApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
172
+ *Gobodo.AdsApi* | [**update1**](docs/AdsApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
173
+ *Gobodo.AttachmentsApi* | [**deleteObject**](docs/AttachmentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
174
+ *Gobodo.AttachmentsApi* | [**get17**](docs/AttachmentsApi.md#get17) | **GET** /graph/data/files |
175
+ *Gobodo.AttachmentsApi* | [**getFileById**](docs/AttachmentsApi.md#getFileById) | **GET** /graph/data/files/{id} | Get File By Id
176
+ *Gobodo.AttachmentsApi* | [**getFiles**](docs/AttachmentsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
177
+ *Gobodo.AttachmentsApi* | [**updateFile**](docs/AttachmentsApi.md#updateFile) | **PUT** /graph/data/files/{id} | Update File
178
+ *Gobodo.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /graph/data/files/{id}/upload |
179
+ *Gobodo.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
180
+ *Gobodo.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
181
+ *Gobodo.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
182
+ *Gobodo.AuthenticationApi* | [**loginAsFunction**](docs/AuthenticationApi.md#loginAsFunction) | **POST** /graph/data/auth_as_function |
183
+ *Gobodo.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
184
+ *Gobodo.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
185
+ *Gobodo.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
186
+ *Gobodo.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
187
+ *Gobodo.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
188
+ *Gobodo.AuthenticationApi* | [**loginTwitter**](docs/AuthenticationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
189
+ *Gobodo.AuthenticationApi* | [**logout**](docs/AuthenticationApi.md#logout) | **POST** /graph/data/signout |
190
+ *Gobodo.CategoriesApi* | [**createCategory**](docs/CategoriesApi.md#createCategory) | **POST** /graph/data/categories | Create Category
191
+ *Gobodo.CategoriesApi* | [**createChildCategory**](docs/CategoriesApi.md#createChildCategory) | **POST** /graph/data/categories/{id}/subcategories | Create a child category
192
+ *Gobodo.CategoriesApi* | [**get18**](docs/CategoriesApi.md#get18) | **GET** /graph/data/categories |
193
+ *Gobodo.CategoriesApi* | [**getCategoryById**](docs/CategoriesApi.md#getCategoryById) | **GET** /graph/data/categories/{id} | Gets a category by id
194
+ *Gobodo.CategoriesApi* | [**getChildCategories**](docs/CategoriesApi.md#getChildCategories) | **GET** /graph/data/categories/{id}/subcategories |
195
+ *Gobodo.CategoriesApi* | [**getRootCategory**](docs/CategoriesApi.md#getRootCategory) | **GET** /graph/data/categories/get/root | Gets the root category
196
+ *Gobodo.CategoriesApi* | [**updateCategory**](docs/CategoriesApi.md#updateCategory) | **POST** /graph/data/categories/{id} | Update Category
197
+ *Gobodo.CommentsApi* | [**createComment**](docs/CommentsApi.md#createComment) | **POST** /graph/data/comments | Create a comment
198
+ *Gobodo.CommentsApi* | [**deleteObject**](docs/CommentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
199
+ *Gobodo.CommentsApi* | [**get19**](docs/CommentsApi.md#get19) | **GET** /graph/data/comments |
200
+ *Gobodo.CommentsApi* | [**getCommentById**](docs/CommentsApi.md#getCommentById) | **GET** /graph/data/comments/{id} | Gets a comment by id
201
+ *Gobodo.CommentsApi* | [**getCommentReplies**](docs/CommentsApi.md#getCommentReplies) | **GET** /graph/data/comments/{id}/replies | Get Replies
202
+ *Gobodo.CommentsApi* | [**getComments**](docs/CommentsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
203
+ *Gobodo.CommentsApi* | [**replyToComment**](docs/CommentsApi.md#replyToComment) | **POST** /graph/data/comments/{id}/replies | Add Replies
204
+ *Gobodo.CommentsApi* | [**updateComment**](docs/CommentsApi.md#updateComment) | **PUT** /graph/data/comments/{id} | Update a comment
205
+ *Gobodo.ContentManagementApi* | [**addDocumentPart**](docs/ContentManagementApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
206
+ *Gobodo.ContentManagementApi* | [**changeDocPartType**](docs/ContentManagementApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
207
+ *Gobodo.ContentManagementApi* | [**changeStatus**](docs/ContentManagementApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
208
+ *Gobodo.ContentManagementApi* | [**copyDocument**](docs/ContentManagementApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
209
+ *Gobodo.ContentManagementApi* | [**copyDocumentPart**](docs/ContentManagementApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
210
+ *Gobodo.ContentManagementApi* | [**createChildDocumentPart**](docs/ContentManagementApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
211
+ *Gobodo.ContentManagementApi* | [**createDocument**](docs/ContentManagementApi.md#createDocument) | **POST** /graph/data/articles |
212
+ *Gobodo.ContentManagementApi* | [**createDocumentPart**](docs/ContentManagementApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
213
+ *Gobodo.ContentManagementApi* | [**deleteDocPart**](docs/ContentManagementApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
214
+ *Gobodo.ContentManagementApi* | [**deleteDocument**](docs/ContentManagementApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
215
+ *Gobodo.ContentManagementApi* | [**editDocument**](docs/ContentManagementApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
216
+ *Gobodo.ContentManagementApi* | [**get20**](docs/ContentManagementApi.md#get20) | **GET** /graph/data/articles |
217
+ *Gobodo.ContentManagementApi* | [**get21**](docs/ContentManagementApi.md#get21) | **GET** /graph/data/entryparts |
218
+ *Gobodo.ContentManagementApi* | [**getAllDocumentPartTypes**](docs/ContentManagementApi.md#getAllDocumentPartTypes) | **GET** /graph/data/entryparttypes |
219
+ *Gobodo.ContentManagementApi* | [**getAllDocumentTypes**](docs/ContentManagementApi.md#getAllDocumentTypes) | **GET** /graph/data/entrytypes |
220
+ *Gobodo.ContentManagementApi* | [**getAllDocuments**](docs/ContentManagementApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
221
+ *Gobodo.ContentManagementApi* | [**getChildDocPartByPageNum**](docs/ContentManagementApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
222
+ *Gobodo.ContentManagementApi* | [**getDocumentById**](docs/ContentManagementApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
223
+ *Gobodo.ContentManagementApi* | [**getDocumentPartById**](docs/ContentManagementApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
224
+ *Gobodo.ContentManagementApi* | [**getDocumentPartById1**](docs/ContentManagementApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
225
+ *Gobodo.ContentManagementApi* | [**getDocumentPartByPageNumber**](docs/ContentManagementApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
226
+ *Gobodo.ContentManagementApi* | [**getDocumentPartTypeById**](docs/ContentManagementApi.md#getDocumentPartTypeById) | **GET** /graph/data/entryparttypes/{id} |
227
+ *Gobodo.ContentManagementApi* | [**getDocumentParts**](docs/ContentManagementApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
228
+ *Gobodo.ContentManagementApi* | [**getDocumentTypeById**](docs/ContentManagementApi.md#getDocumentTypeById) | **GET** /graph/data/entrytypes/{id} |
229
+ *Gobodo.ContentManagementApi* | [**getDocumentsByType**](docs/ContentManagementApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
230
+ *Gobodo.ContentManagementApi* | [**moveChildPart**](docs/ContentManagementApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
231
+ *Gobodo.ContentManagementApi* | [**moveDocPart**](docs/ContentManagementApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
232
+ *Gobodo.ContentManagementApi* | [**updateDocumentPart**](docs/ContentManagementApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
233
+ *Gobodo.ConversationsApi* | [**createConversation**](docs/ConversationsApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
234
+ *Gobodo.ConversationsApi* | [**deleteObject**](docs/ConversationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
235
+ *Gobodo.ConversationsApi* | [**get31**](docs/ConversationsApi.md#get31) | **GET** /graph/data/privatemessages/conversations |
236
+ *Gobodo.ConversationsApi* | [**getAllConversations**](docs/ConversationsApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
237
+ *Gobodo.ConversationsApi* | [**getChildConversations**](docs/ConversationsApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
238
+ *Gobodo.ConversationsApi* | [**getConversationById**](docs/ConversationsApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
239
+ *Gobodo.ConversationsApi* | [**getConversationParticipants**](docs/ConversationsApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
240
+ *Gobodo.ConversationsApi* | [**getConversationParticipants1**](docs/ConversationsApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
241
+ *Gobodo.ConversationsApi* | [**getUnreadMessageCount**](docs/ConversationsApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
242
+ *Gobodo.CurrencyApi* | [**createCurrency**](docs/CurrencyApi.md#createCurrency) | **POST** /graph/data/payments/currency | Create a new currency
243
+ *Gobodo.CurrencyApi* | [**getAllCurrencies**](docs/CurrencyApi.md#getAllCurrencies) | **GET** /graph/data/payments/currency | Get all currencies
244
+ *Gobodo.CurrencyApi* | [**getCurrencyById**](docs/CurrencyApi.md#getCurrencyById) | **GET** /graph/data/payments/currency/{currencyId} | Get a currency by id
245
+ *Gobodo.CurrencyApi* | [**getRegisteredCurrencies**](docs/CurrencyApi.md#getRegisteredCurrencies) | **GET** /graph/data/payments/currency/registeredcurrencies/{minterId} | Get all currencies registered by a minter
246
+ *Gobodo.CurrencyApi* | [**registerCurrency**](docs/CurrencyApi.md#registerCurrency) | **POST** /graph/data/payments/currency/register | Register a currency with a minter
247
+ *Gobodo.DataSheetImportsApi* | [**addDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#addDataSheetImportGeocodeMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/geolocateon/{sheetprop} | Geocodes the imported object based on the specified data field in the datasheet
248
+ *Gobodo.DataSheetImportsApi* | [**addDataSheetImportMapping**](docs/DataSheetImportsApi.md#addDataSheetImportMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Sets the mapping associated with the sheetprop
249
+ *Gobodo.DataSheetImportsApi* | [**addEndObjectLookup**](docs/DataSheetImportsApi.md#addEndObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/endobjectlookup | Sets the lookup for the end object in a relationship import
250
+ *Gobodo.DataSheetImportsApi* | [**addStartObjectLookup**](docs/DataSheetImportsApi.md#addStartObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/startobjectlookup | Sets the lookup for the start object in a relationship import
251
+ *Gobodo.DataSheetImportsApi* | [**createDataSheetImport**](docs/DataSheetImportsApi.md#createDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid}/{objecttypeid} | Create a datasheet import
252
+ *Gobodo.DataSheetImportsApi* | [**createRelationshipDataSheetImport**](docs/DataSheetImportsApi.md#createRelationshipDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid} | Create a datasheet import for relationships
253
+ *Gobodo.DataSheetImportsApi* | [**get22**](docs/DataSheetImportsApi.md#get22) | **GET** /graph/data/datasheetimport |
254
+ *Gobodo.DataSheetImportsApi* | [**getDataSheetImportById**](docs/DataSheetImportsApi.md#getDataSheetImportById) | **GET** /graph/data/datasheetimport/{dsimportid} | Gets the datasheet import specified by the given id
255
+ *Gobodo.DataSheetImportsApi* | [**getDataSheetImportMapping**](docs/DataSheetImportsApi.md#getDataSheetImportMapping) | **GET** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Gets the mapping associated with the sheetprop
256
+ *Gobodo.DataSheetImportsApi* | [**getDataSheetImportPreview**](docs/DataSheetImportsApi.md#getDataSheetImportPreview) | **GET** /graph/data/datasheetimport/{dsimportid}/preview | Gets the preview of the data being imported
257
+ *Gobodo.DataSheetImportsApi* | [**removeDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportGeocodeMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/geolocateon | Removes the geolocation mapping field
258
+ *Gobodo.DataSheetImportsApi* | [**removeDataSheetImportMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Removes the mapping associated with the sheetprop
259
+ *Gobodo.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /graph/data/datasheetimport/{dsimportid}/run | Run a datasheet import
260
+ *Gobodo.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /graph/data/datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
261
+ *Gobodo.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /graph/data/datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
262
+ *Gobodo.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /graph/data/api/clients |
263
+ *Gobodo.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** /graph/data |
264
+ *Gobodo.DefaultApi* | [**get15**](docs/DefaultApi.md#get15) | **GET** /graph/data/api/clients |
265
+ *Gobodo.DefaultApi* | [**get16**](docs/DefaultApi.md#get16) | **GET** /graph/data/api/clients/{id} |
266
+ *Gobodo.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /graph/data/api/clients/{key} | Gets an api client by id
267
+ *Gobodo.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /graph/data/api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
268
+ *Gobodo.DocumentPartTypesApi* | [**getAllDocumentPartTypes**](docs/DocumentPartTypesApi.md#getAllDocumentPartTypes) | **GET** /graph/data/entryparttypes |
269
+ *Gobodo.DocumentPartTypesApi* | [**getDocumentPartTypeById**](docs/DocumentPartTypesApi.md#getDocumentPartTypeById) | **GET** /graph/data/entryparttypes/{id} |
270
+ *Gobodo.DocumentTypesApi* | [**getAllDocumentTypes**](docs/DocumentTypesApi.md#getAllDocumentTypes) | **GET** /graph/data/entrytypes |
271
+ *Gobodo.DocumentTypesApi* | [**getDocumentTypeById**](docs/DocumentTypesApi.md#getDocumentTypeById) | **GET** /graph/data/entrytypes/{id} |
272
+ *Gobodo.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
273
+ *Gobodo.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
274
+ *Gobodo.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
275
+ *Gobodo.DocumentsApi* | [**createDocument**](docs/DocumentsApi.md#createDocument) | **POST** /graph/data/articles |
276
+ *Gobodo.DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
277
+ *Gobodo.DocumentsApi* | [**deleteObject**](docs/DocumentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
278
+ *Gobodo.DocumentsApi* | [**editDocument**](docs/DocumentsApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
279
+ *Gobodo.DocumentsApi* | [**get20**](docs/DocumentsApi.md#get20) | **GET** /graph/data/articles |
280
+ *Gobodo.DocumentsApi* | [**getAllDocuments**](docs/DocumentsApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
281
+ *Gobodo.DocumentsApi* | [**getDocumentById**](docs/DocumentsApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
282
+ *Gobodo.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
283
+ *Gobodo.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
284
+ *Gobodo.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
285
+ *Gobodo.EmailsApi* | [**createEmailForPage**](docs/EmailsApi.md#createEmailForPage) | **POST** /graph/data/emails/page/{pageId} | Creates an email address for a page
286
+ *Gobodo.EmailsApi* | [**createEmailForUser**](docs/EmailsApi.md#createEmailForUser) | **POST** /graph/data/emails/user/{userId} | Creates an email address for a user
287
+ *Gobodo.EmailsApi* | [**getEmailsByPage**](docs/EmailsApi.md#getEmailsByPage) | **GET** /graph/data/emails/page/{pageId} | Returns all email addresses for a given page
288
+ *Gobodo.EmailsApi* | [**getEmailsByUser**](docs/EmailsApi.md#getEmailsByUser) | **GET** /graph/data/emails/user/{userid} | Returns all email addresses for a given user
289
+ *Gobodo.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
290
+ *Gobodo.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
291
+ *Gobodo.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
292
+ *Gobodo.EntryPartsApi* | [**createDocumentPart**](docs/EntryPartsApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
293
+ *Gobodo.EntryPartsApi* | [**deleteDocPart**](docs/EntryPartsApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
294
+ *Gobodo.EntryPartsApi* | [**deleteObject**](docs/EntryPartsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
295
+ *Gobodo.EntryPartsApi* | [**get21**](docs/EntryPartsApi.md#get21) | **GET** /graph/data/entryparts |
296
+ *Gobodo.EntryPartsApi* | [**getChildDocPartByPageNum**](docs/EntryPartsApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
297
+ *Gobodo.EntryPartsApi* | [**getDocumentPartById**](docs/EntryPartsApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
298
+ *Gobodo.EntryPartsApi* | [**getDocumentPartById1**](docs/EntryPartsApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
299
+ *Gobodo.EntryPartsApi* | [**moveChildPart**](docs/EntryPartsApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
300
+ *Gobodo.EntryPartsApi* | [**moveDocPart**](docs/EntryPartsApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
301
+ *Gobodo.EntryPartsApi* | [**updateDocumentPart**](docs/EntryPartsApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
302
+ *Gobodo.FacebookApi* | [**loginFacebook**](docs/FacebookApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
303
+ *Gobodo.FieldsApi* | [**createFieldInContainer**](docs/FieldsApi.md#createFieldInContainer) | **POST** /graph/data/fields/{objecttype}/{objectid} | Create a new field
304
+ *Gobodo.FieldsApi* | [**createFields**](docs/FieldsApi.md#createFields) | **POST** /graph/data/fields | Creates new fields
305
+ *Gobodo.FieldsApi* | [**updateField**](docs/FieldsApi.md#updateField) | **PUT** /graph/data/fields/{fieldid} | Create a new field
306
+ *Gobodo.FilesApi* | [**attachFile**](docs/FilesApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
307
+ *Gobodo.FormsApi* | [**createChildSection**](docs/FormsApi.md#createChildSection) | **POST** /graph/data/forms/sections/{sectionid}/sections | Create a new Form
308
+ *Gobodo.FormsApi* | [**createForm**](docs/FormsApi.md#createForm) | **POST** /graph/data/forms | Create a new Form
309
+ *Gobodo.FormsApi* | [**createForm2**](docs/FormsApi.md#createForm2) | **PUT** /graph/data/forms/{formid} | Update a form object
310
+ *Gobodo.FormsApi* | [**createForm3**](docs/FormsApi.md#createForm3) | **PUT** /graph/data/forms/sections/{formsectionid} | Update a form object
311
+ *Gobodo.FormsApi* | [**createFormSection**](docs/FormsApi.md#createFormSection) | **POST** /graph/data/forms/{id}/sections | Create a new Form
312
+ *Gobodo.FormsApi* | [**deleteRelationship1**](docs/FormsApi.md#deleteRelationship1) | **DELETE** /graph/data/forms/submissions/{id} | Delete Relationship
313
+ *Gobodo.FormsApi* | [**get23**](docs/FormsApi.md#get23) | **GET** /graph/data/forms |
314
+ *Gobodo.FormsApi* | [**get24**](docs/FormsApi.md#get24) | **GET** /graph/data/forms/sections |
315
+ *Gobodo.FormsApi* | [**get25**](docs/FormsApi.md#get25) | **GET** /graph/data/forms/submissions |
316
+ *Gobodo.FormsApi* | [**getFormById**](docs/FormsApi.md#getFormById) | **GET** /graph/data/forms/{id} | Get Form By Id
317
+ *Gobodo.FormsApi* | [**getFormFields**](docs/FormsApi.md#getFormFields) | **GET** /graph/data/forms/{id}/fields |
318
+ *Gobodo.FormsApi* | [**getFormSectionById**](docs/FormsApi.md#getFormSectionById) | **GET** /graph/data/forms/sections/{id} | Get Form By Id
319
+ *Gobodo.FormsApi* | [**getFormSectionFields**](docs/FormsApi.md#getFormSectionFields) | **GET** /graph/data/forms/sections/{id}/fields |
320
+ *Gobodo.FormsApi* | [**getFormSubmissionById**](docs/FormsApi.md#getFormSubmissionById) | **GET** /graph/data/forms/submissions/{id} | Get Form By Id
321
+ *Gobodo.FormsApi* | [**getRelProperties1**](docs/FormsApi.md#getRelProperties1) | **GET** /graph/data/forms/submissions/{id}/properties | Get Properties
322
+ *Gobodo.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
323
+ *Gobodo.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
324
+ *Gobodo.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
325
+ *Gobodo.FunctionsApi* | [**addFunctionConfig**](docs/FunctionsApi.md#addFunctionConfig) | **POST** /graph/data/functions/{functionid}/{environment} | Adds a function config
326
+ *Gobodo.FunctionsApi* | [**addMethodToActionType**](docs/FunctionsApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
327
+ *Gobodo.FunctionsApi* | [**addMethodToObjectType**](docs/FunctionsApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
328
+ *Gobodo.FunctionsApi* | [**addMethodToRelationshipType**](docs/FunctionsApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
329
+ *Gobodo.FunctionsApi* | [**createFunction**](docs/FunctionsApi.md#createFunction) | **POST** /graph/data/functions | Creates a new function
330
+ *Gobodo.FunctionsApi* | [**deleteFunction**](docs/FunctionsApi.md#deleteFunction) | **DELETE** /graph/data/functions/{functionid} | Deletes a function
331
+ *Gobodo.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
332
+ *Gobodo.FunctionsApi* | [**editFunction**](docs/FunctionsApi.md#editFunction) | **PUT** /graph/data/functions/{functionid} | Modifies a function
333
+ *Gobodo.FunctionsApi* | [**editFunctionConfig**](docs/FunctionsApi.md#editFunctionConfig) | **PUT** /graph/data/functions/functionconfig/{functionconfigid} | Edits a function config
334
+ *Gobodo.FunctionsApi* | [**getActionTypeMethods**](docs/FunctionsApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
335
+ *Gobodo.FunctionsApi* | [**getFunction**](docs/FunctionsApi.md#getFunction) | **GET** /graph/data/functions/{functionid} | Returns a function
336
+ *Gobodo.FunctionsApi* | [**getFunctionConfig**](docs/FunctionsApi.md#getFunctionConfig) | **GET** /graph/data/functions/{functionid}/config/{environment} | Returns the function for the given environment
337
+ *Gobodo.FunctionsApi* | [**getFunctionSubscriptions**](docs/FunctionsApi.md#getFunctionSubscriptions) | **GET** /graph/data/functions/{functionid}/subscriptions | Gets the subscriptions of the function
338
+ *Gobodo.FunctionsApi* | [**getObjectTypeMethods**](docs/FunctionsApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
339
+ *Gobodo.FunctionsApi* | [**getRelationshipTypeMethods**](docs/FunctionsApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
340
+ *Gobodo.FunctionsApi* | [**invokeFunctionGet**](docs/FunctionsApi.md#invokeFunctionGet) | **GET** /graph/data/functions/{functionid}/invoke | Calls a function
341
+ *Gobodo.FunctionsApi* | [**invokeFunctionPut**](docs/FunctionsApi.md#invokeFunctionPut) | **PUT** /graph/data/functions/{functionid}/invoke | Calls a function
342
+ *Gobodo.FunctionsApi* | [**subscribeToTopic**](docs/FunctionsApi.md#subscribeToTopic) | **PUT** /graph/data/functions/{functionid}/subscriptions | Subscribes to a topic
343
+ *Gobodo.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
344
+ *Gobodo.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
345
+ *Gobodo.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
346
+ *Gobodo.GeocodeApi* | [**get3**](docs/GeocodeApi.md#get3) | **GET** /graph/data/geocode/{id} |
347
+ *Gobodo.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
348
+ *Gobodo.GobodoManagementApi* | [**createConsoleProject**](docs/GobodoManagementApi.md#createConsoleProject) | **POST** /graph/data/console/projects | Create a new project
349
+ *Gobodo.GobodoManagementApi* | [**deleteConsoleProject**](docs/GobodoManagementApi.md#deleteConsoleProject) | **DELETE** /graph/data/console/projects/{projectId} | Delete a project
350
+ *Gobodo.GobodoManagementApi* | [**getConsoleProjectById**](docs/GobodoManagementApi.md#getConsoleProjectById) | **GET** /graph/data/console/projects/{projectId} | Get a project by id
351
+ *Gobodo.GobodoManagementApi* | [**getConsoleProjects**](docs/GobodoManagementApi.md#getConsoleProjects) | **GET** /graph/data/console/projects | Get all projects
352
+ *Gobodo.GobodoManagementApi* | [**updateConsoleProject**](docs/GobodoManagementApi.md#updateConsoleProject) | **PUT** /graph/data/console/projects/{projectId} | Update a project
353
+ *Gobodo.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
354
+ *Gobodo.GraphActionTypesApi* | [**addEndObjectTypes**](docs/GraphActionTypesApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
355
+ *Gobodo.GraphActionTypesApi* | [**addMethodToActionType**](docs/GraphActionTypesApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
356
+ *Gobodo.GraphActionTypesApi* | [**get5**](docs/GraphActionTypesApi.md#get5) | **GET** /graph/data/actiontype |
357
+ *Gobodo.GraphActionTypesApi* | [**get6**](docs/GraphActionTypesApi.md#get6) | **GET** /graph/data/actiontype/{id} |
358
+ *Gobodo.GraphActionTypesApi* | [**getActionTypeMethods**](docs/GraphActionTypesApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
359
+ *Gobodo.GraphActionTypesApi* | [**getEndObjectTypes**](docs/GraphActionTypesApi.md#getEndObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes |
360
+ *Gobodo.GraphActionTypesApi* | [**getFields**](docs/GraphActionTypesApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
361
+ *Gobodo.GraphActionTypesApi* | [**updateTemplate**](docs/GraphActionTypesApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
362
+ *Gobodo.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
363
+ *Gobodo.GraphActionsApi* | [**createBulkActions**](docs/GraphActionsApi.md#createBulkActions) | **POST** /graph/data/action | Perform multiple actions in a single bulk operation
364
+ *Gobodo.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
365
+ *Gobodo.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
366
+ *Gobodo.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
367
+ *Gobodo.GraphActionsApi* | [**getActionProperties**](docs/GraphActionsApi.md#getActionProperties) | **GET** /graph/data/action/{id}/properties | Get Properties
368
+ *Gobodo.GraphActionsApi* | [**getActionProperty**](docs/GraphActionsApi.md#getActionProperty) | **GET** /graph/data/action/{id}/properties/{prop} | Get Property
369
+ *Gobodo.GraphActionsApi* | [**getActions**](docs/GraphActionsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
370
+ *Gobodo.GraphActionsApi* | [**getActionsByType**](docs/GraphActionsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
371
+ *Gobodo.GraphActionsApi* | [**setActionProperties**](docs/GraphActionsApi.md#setActionProperties) | **PUT** /graph/data/action/{id}/properties | Set Multiple Properties
372
+ *Gobodo.GraphActionsApi* | [**setActionProperty**](docs/GraphActionsApi.md#setActionProperty) | **PUT** /graph/data/action/{id}/properties/{prop} | Update Property
373
+ *Gobodo.GraphObjectTypesApi* | [**addMethodToObjectType**](docs/GraphObjectTypesApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
374
+ *Gobodo.GraphObjectTypesApi* | [**addPolicies**](docs/GraphObjectTypesApi.md#addPolicies) | **POST** /graph/data/objecttype/{id}/policies |
375
+ *Gobodo.GraphObjectTypesApi* | [**createObjectType**](docs/GraphObjectTypesApi.md#createObjectType) | **POST** /graph/data/objecttype | Create Graph Object Type
376
+ *Gobodo.GraphObjectTypesApi* | [**get8**](docs/GraphObjectTypesApi.md#get8) | **GET** /graph/data/objecttype |
377
+ *Gobodo.GraphObjectTypesApi* | [**getAllObjectTypes**](docs/GraphObjectTypesApi.md#getAllObjectTypes) | **GET** /graph/data/objecttype/all |
378
+ *Gobodo.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /graph/data/objecttype/default |
379
+ *Gobodo.GraphObjectTypesApi* | [**getFields1**](docs/GraphObjectTypesApi.md#getFields1) | **GET** /graph/data/objecttype/{id}/fields |
380
+ *Gobodo.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
381
+ *Gobodo.GraphObjectTypesApi* | [**getObjectTypeById**](docs/GraphObjectTypesApi.md#getObjectTypeById) | **GET** /graph/data/objecttype/{id} | Get Graph Object Type
382
+ *Gobodo.GraphObjectTypesApi* | [**getObjectTypeByKey**](docs/GraphObjectTypesApi.md#getObjectTypeByKey) | **GET** /graph/data/objecttype/{key} | Get Graph Object Type
383
+ *Gobodo.GraphObjectTypesApi* | [**getObjectTypeMethods**](docs/GraphObjectTypesApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
384
+ *Gobodo.GraphObjectTypesApi* | [**getSchemaObjectTypes**](docs/GraphObjectTypesApi.md#getSchemaObjectTypes) | **GET** /graph/data/schema/{id}/objecttypes | Get Object Types
385
+ *Gobodo.GraphObjectTypesApi* | [**updateObjectType**](docs/GraphObjectTypesApi.md#updateObjectType) | **PUT** /graph/data/objecttype/{id} | Update Graph Object Type
386
+ *Gobodo.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
387
+ *Gobodo.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
388
+ *Gobodo.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
389
+ *Gobodo.GraphObjectsApi* | [**attachFile**](docs/GraphObjectsApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
390
+ *Gobodo.GraphObjectsApi* | [**attachImage**](docs/GraphObjectsApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
391
+ *Gobodo.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
392
+ *Gobodo.GraphObjectsApi* | [**createAddObjectsToGraph**](docs/GraphObjectsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
393
+ *Gobodo.GraphObjectsApi* | [**createGeocodes**](docs/GraphObjectsApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
394
+ *Gobodo.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
395
+ *Gobodo.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /graph/data/object | Create Objects
396
+ *Gobodo.GraphObjectsApi* | [**createObjects**](docs/GraphObjectsApi.md#createObjects) | **POST** /graph/data/object/createobjects | Create Objects
397
+ *Gobodo.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
398
+ *Gobodo.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
399
+ *Gobodo.GraphObjectsApi* | [**deleteGeocode**](docs/GraphObjectsApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
400
+ *Gobodo.GraphObjectsApi* | [**deleteLike**](docs/GraphObjectsApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
401
+ *Gobodo.GraphObjectsApi* | [**deleteObject**](docs/GraphObjectsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
402
+ *Gobodo.GraphObjectsApi* | [**dislike**](docs/GraphObjectsApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
403
+ *Gobodo.GraphObjectsApi* | [**doPostFunction**](docs/GraphObjectsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
404
+ *Gobodo.GraphObjectsApi* | [**follow**](docs/GraphObjectsApi.md#follow) | **PUT** /graph/data/object/{id}/follow |
405
+ *Gobodo.GraphObjectsApi* | [**get7**](docs/GraphObjectsApi.md#get7) | **GET** /graph/data/object |
406
+ *Gobodo.GraphObjectsApi* | [**getActions**](docs/GraphObjectsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
407
+ *Gobodo.GraphObjectsApi* | [**getActionsByType**](docs/GraphObjectsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
408
+ *Gobodo.GraphObjectsApi* | [**getAllRelationships**](docs/GraphObjectsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
409
+ *Gobodo.GraphObjectsApi* | [**getAllRelationshipsByType**](docs/GraphObjectsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
410
+ *Gobodo.GraphObjectsApi* | [**getComments**](docs/GraphObjectsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
411
+ *Gobodo.GraphObjectsApi* | [**getDataSheetImports**](docs/GraphObjectsApi.md#getDataSheetImports) | **GET** /graph/data/object/{objectid}/datasheetimports | Get Related Objects
412
+ *Gobodo.GraphObjectsApi* | [**getEvents**](docs/GraphObjectsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
413
+ *Gobodo.GraphObjectsApi* | [**getEventsDateRange**](docs/GraphObjectsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
414
+ *Gobodo.GraphObjectsApi* | [**getEventsFuture**](docs/GraphObjectsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
415
+ *Gobodo.GraphObjectsApi* | [**getEventsPast**](docs/GraphObjectsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
416
+ *Gobodo.GraphObjectsApi* | [**getFiles**](docs/GraphObjectsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
417
+ *Gobodo.GraphObjectsApi* | [**getGeocodes**](docs/GraphObjectsApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
418
+ *Gobodo.GraphObjectsApi* | [**getGraphs**](docs/GraphObjectsApi.md#getGraphs) | **GET** /graph/data/object/{id}/graphs |
419
+ *Gobodo.GraphObjectsApi* | [**getImages**](docs/GraphObjectsApi.md#getImages) | **GET** /graph/data/object/{id}/images |
420
+ *Gobodo.GraphObjectsApi* | [**getNewsfeed**](docs/GraphObjectsApi.md#getNewsfeed) | **GET** /graph/data/object/{id}/newsfeed |
421
+ *Gobodo.GraphObjectsApi* | [**getNewsfeedIndexed**](docs/GraphObjectsApi.md#getNewsfeedIndexed) | **GET** /graph/data/object/{id}/newsfeed/{start}-{end} |
422
+ *Gobodo.GraphObjectsApi* | [**getNewsfeedIndexedStart**](docs/GraphObjectsApi.md#getNewsfeedIndexedStart) | **GET** /graph/data/object/{id}/newsfeed/{start} |
423
+ *Gobodo.GraphObjectsApi* | [**getObjectById**](docs/GraphObjectsApi.md#getObjectById) | **GET** /graph/data/object/{id} |
424
+ *Gobodo.GraphObjectsApi* | [**getObjectByKey**](docs/GraphObjectsApi.md#getObjectByKey) | **GET** /graph/data/object/{key} | Get Object By Key
425
+ *Gobodo.GraphObjectsApi* | [**getObjectFromSchema**](docs/GraphObjectsApi.md#getObjectFromSchema) | **GET** /graph/data/object/schema/{schemakey} | Get Object From Schema
426
+ *Gobodo.GraphObjectsApi* | [**getObjectProperties**](docs/GraphObjectsApi.md#getObjectProperties) | **GET** /graph/data/object/{id}/properties | Get Properties
427
+ *Gobodo.GraphObjectsApi* | [**getObjectProperty**](docs/GraphObjectsApi.md#getObjectProperty) | **GET** /graph/data/object/{id}/properties/{prop} | Get Property
428
+ *Gobodo.GraphObjectsApi* | [**getObjectsInGraph**](docs/GraphObjectsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
429
+ *Gobodo.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
430
+ *Gobodo.GraphObjectsApi* | [**getObjectsInGraphByType**](docs/GraphObjectsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
431
+ *Gobodo.GraphObjectsApi* | [**getRelatedObjects**](docs/GraphObjectsApi.md#getRelatedObjects) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid} | Get Related Objects
432
+ *Gobodo.GraphObjectsApi* | [**getRelatedObjectsIn**](docs/GraphObjectsApi.md#getRelatedObjectsIn) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid}/in | Get Related Objects
433
+ *Gobodo.GraphObjectsApi* | [**getRelatedObjectsOut**](docs/GraphObjectsApi.md#getRelatedObjectsOut) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid}/out | Get Related Objects
434
+ *Gobodo.GraphObjectsApi* | [**getRelationshipsByTypeIn**](docs/GraphObjectsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
435
+ *Gobodo.GraphObjectsApi* | [**getRelationshipsByTypeOut**](docs/GraphObjectsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
436
+ *Gobodo.GraphObjectsApi* | [**getRelationshipsIn**](docs/GraphObjectsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
437
+ *Gobodo.GraphObjectsApi* | [**getRelationshipsOut**](docs/GraphObjectsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
438
+ *Gobodo.GraphObjectsApi* | [**getTags**](docs/GraphObjectsApi.md#getTags) | **GET** /graph/data/object/{id}/tags |
439
+ *Gobodo.GraphObjectsApi* | [**getUserTags**](docs/GraphObjectsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
440
+ *Gobodo.GraphObjectsApi* | [**getVideos**](docs/GraphObjectsApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
441
+ *Gobodo.GraphObjectsApi* | [**isDisliked**](docs/GraphObjectsApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
442
+ *Gobodo.GraphObjectsApi* | [**isLiked**](docs/GraphObjectsApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
443
+ *Gobodo.GraphObjectsApi* | [**like**](docs/GraphObjectsApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
444
+ *Gobodo.GraphObjectsApi* | [**setObjectProperties**](docs/GraphObjectsApi.md#setObjectProperties) | **PUT** /graph/data/object/{id}/properties | Set Multiple Properties
445
+ *Gobodo.GraphObjectsApi* | [**setObjectProperty**](docs/GraphObjectsApi.md#setObjectProperty) | **PUT** /graph/data/object/{id}/properties/{prop} | Update Property
446
+ *Gobodo.GraphObjectsApi* | [**tagUsers**](docs/GraphObjectsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
447
+ *Gobodo.GraphObjectsApi* | [**updateObject**](docs/GraphObjectsApi.md#updateObject) | **PUT** /graph/data/object/{id} | Update an Object
448
+ *Gobodo.GraphObjectsApi* | [**updateTags**](docs/GraphObjectsApi.md#updateTags) | **PUT** /graph/data/object/{id}/tags |
449
+ *Gobodo.GraphObjectsApi* | [**view**](docs/GraphObjectsApi.md#view) | **PUT** /graph/data/object/{objectid}/view | Marks the object as viewed
450
+ *Gobodo.GraphObjectsApi* | [**viewPost**](docs/GraphObjectsApi.md#viewPost) | **POST** /graph/data/object/{id}/view | Marks the object as viewed (HTTP Post Operation)
451
+ *Gobodo.GraphRelationshipTypesApi* | [**addEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
452
+ *Gobodo.GraphRelationshipTypesApi* | [**addMethodToRelationshipType**](docs/GraphRelationshipTypesApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
453
+ *Gobodo.GraphRelationshipTypesApi* | [**addStartObjectTypes**](docs/GraphRelationshipTypesApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
454
+ *Gobodo.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
455
+ *Gobodo.GraphRelationshipTypesApi* | [**get10**](docs/GraphRelationshipTypesApi.md#get10) | **GET** /graph/data/relationshiptype |
456
+ *Gobodo.GraphRelationshipTypesApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipTypesApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
457
+ *Gobodo.GraphRelationshipTypesApi* | [**getEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
458
+ *Gobodo.GraphRelationshipTypesApi* | [**getFields2**](docs/GraphRelationshipTypesApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
459
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
460
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
461
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
462
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipTypeMethods**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
463
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
464
+ *Gobodo.GraphRelationshipTypesApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
465
+ *Gobodo.GraphRelationshipTypesApi* | [**getSchemaRelationshipTypes**](docs/GraphRelationshipTypesApi.md#getSchemaRelationshipTypes) | **GET** /graph/data/schema/{id}/relationshiptypes | Get Relationship Types
466
+ *Gobodo.GraphRelationshipTypesApi* | [**getStartObjectTypes**](docs/GraphRelationshipTypesApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
467
+ *Gobodo.GraphRelationshipTypesApi* | [**removeEndObjectTypes**](docs/GraphRelationshipTypesApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
468
+ *Gobodo.GraphRelationshipTypesApi* | [**removeStartObjectTypes**](docs/GraphRelationshipTypesApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
469
+ *Gobodo.GraphRelationshipTypesApi* | [**updateRelationshipType**](docs/GraphRelationshipTypesApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
470
+ *Gobodo.GraphRelationshipTypesApi* | [**updateTemplate2**](docs/GraphRelationshipTypesApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
471
+ *Gobodo.GraphRelationshipsApi* | [**addEndObjectTypes1**](docs/GraphRelationshipsApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
472
+ *Gobodo.GraphRelationshipsApi* | [**addStartObjectTypes**](docs/GraphRelationshipsApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
473
+ *Gobodo.GraphRelationshipsApi* | [**createRelationship**](docs/GraphRelationshipsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
474
+ *Gobodo.GraphRelationshipsApi* | [**createRelationshipType**](docs/GraphRelationshipsApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
475
+ *Gobodo.GraphRelationshipsApi* | [**createRelationships**](docs/GraphRelationshipsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
476
+ *Gobodo.GraphRelationshipsApi* | [**deleteRelationship**](docs/GraphRelationshipsApi.md#deleteRelationship) | **DELETE** /graph/data/relationship/{id} | Delete Relationship
477
+ *Gobodo.GraphRelationshipsApi* | [**get10**](docs/GraphRelationshipsApi.md#get10) | **GET** /graph/data/relationshiptype |
478
+ *Gobodo.GraphRelationshipsApi* | [**get9**](docs/GraphRelationshipsApi.md#get9) | **GET** /graph/data/relationship |
479
+ *Gobodo.GraphRelationshipsApi* | [**getAllRelationships**](docs/GraphRelationshipsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
480
+ *Gobodo.GraphRelationshipsApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
481
+ *Gobodo.GraphRelationshipsApi* | [**getEndObjectTypes1**](docs/GraphRelationshipsApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
482
+ *Gobodo.GraphRelationshipsApi* | [**getFields2**](docs/GraphRelationshipsApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
483
+ *Gobodo.GraphRelationshipsApi* | [**getRelProperties**](docs/GraphRelationshipsApi.md#getRelProperties) | **GET** /graph/data/relationship/{id}/properties | Get Properties
484
+ *Gobodo.GraphRelationshipsApi* | [**getRelProperty**](docs/GraphRelationshipsApi.md#getRelProperty) | **GET** /graph/data/relationship/{id}/properties/{prop} | Get Property
485
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipById**](docs/GraphRelationshipsApi.md#getRelationshipById) | **GET** /graph/data/relationship/{id} |
486
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipsApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
487
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipTypeById**](docs/GraphRelationshipsApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
488
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipsApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
489
+ *Gobodo.GraphRelationshipsApi* | [**getRelationships**](docs/GraphRelationshipsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
490
+ *Gobodo.GraphRelationshipsApi* | [**getRelationships1**](docs/GraphRelationshipsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
491
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
492
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
493
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipsIn**](docs/GraphRelationshipsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
494
+ *Gobodo.GraphRelationshipsApi* | [**getRelationshipsOut**](docs/GraphRelationshipsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
495
+ *Gobodo.GraphRelationshipsApi* | [**getStartObjectTypes**](docs/GraphRelationshipsApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
496
+ *Gobodo.GraphRelationshipsApi* | [**removeEndObjectTypes**](docs/GraphRelationshipsApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
497
+ *Gobodo.GraphRelationshipsApi* | [**removeStartObjectTypes**](docs/GraphRelationshipsApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
498
+ *Gobodo.GraphRelationshipsApi* | [**setRelProperties**](docs/GraphRelationshipsApi.md#setRelProperties) | **PUT** /graph/data/relationship/{id}/properties | Set Multiple Properties
499
+ *Gobodo.GraphRelationshipsApi* | [**setRelProperty**](docs/GraphRelationshipsApi.md#setRelProperty) | **PUT** /graph/data/relationship/{id}/properties/{prop} | Update Property
500
+ *Gobodo.GraphRelationshipsApi* | [**updateRelationshipType**](docs/GraphRelationshipsApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
501
+ *Gobodo.GraphRelationshipsApi* | [**updateTemplate2**](docs/GraphRelationshipsApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
502
+ *Gobodo.GraphSchemasApi* | [**addSchemas**](docs/GraphSchemasApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
503
+ *Gobodo.GraphSchemasApi* | [**createSchema**](docs/GraphSchemasApi.md#createSchema) | **POST** /graph/data/schema | Create Schema
504
+ *Gobodo.GraphSchemasApi* | [**getAllSchemas**](docs/GraphSchemasApi.md#getAllSchemas) | **GET** /graph/data/schema | Get Schemas
505
+ *Gobodo.GraphSchemasApi* | [**getSchemaById**](docs/GraphSchemasApi.md#getSchemaById) | **GET** /graph/data/schema/{id} | Get Schema
506
+ *Gobodo.GraphSchemasApi* | [**getSchemaByKey**](docs/GraphSchemasApi.md#getSchemaByKey) | **GET** /graph/data/schema/{key} | Get Schema
507
+ *Gobodo.GraphSchemasApi* | [**getSchemaObjectTypes**](docs/GraphSchemasApi.md#getSchemaObjectTypes) | **GET** /graph/data/schema/{id}/objecttypes | Get Object Types
508
+ *Gobodo.GraphSchemasApi* | [**getSchemaRelationshipTypes**](docs/GraphSchemasApi.md#getSchemaRelationshipTypes) | **GET** /graph/data/schema/{id}/relationshiptypes | Get Relationship Types
509
+ *Gobodo.GraphSchemasApi* | [**getSchemas**](docs/GraphSchemasApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
510
+ *Gobodo.GraphSchemasApi* | [**removeSchemas**](docs/GraphSchemasApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
511
+ *Gobodo.GraphSchemasApi* | [**updateObjectTypes**](docs/GraphSchemasApi.md#updateObjectTypes) | **PUT** /graph/data/schema/{id}/objecttypes |
512
+ *Gobodo.GraphSchemasApi* | [**updateTemplate3**](docs/GraphSchemasApi.md#updateTemplate3) | **PUT** /graph/data/schema/{id}/template |
513
+ *Gobodo.GraphTraversalApi* | [**traverse**](docs/GraphTraversalApi.md#traverse) | **POST** /graph/data/traverse | Traverses the graph and returns a list of discovered paths
514
+ *Gobodo.GraphTraversalApi* | [**traverseFrom**](docs/GraphTraversalApi.md#traverseFrom) | **POST** /graph/data/traverse/{id}/traverse |
515
+ *Gobodo.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
516
+ *Gobodo.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
517
+ *Gobodo.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /graph/data/traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
518
+ *Gobodo.GraphTraversalApi* | [**traverseObjectsCount**](docs/GraphTraversalApi.md#traverseObjectsCount) | **POST** /graph/data/traverse/objects/count | Traverses the graph based on the traversal query provided and returns a count of the discovered objects
519
+ *Gobodo.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /graph/data/traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
520
+ *Gobodo.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
521
+ *Gobodo.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
522
+ *Gobodo.GraphsApi* | [**getGraphById**](docs/GraphsApi.md#getGraphById) | **GET** /graph/data/graph/{id} | Get graph by id
523
+ *Gobodo.GraphsApi* | [**getMainGraph**](docs/GraphsApi.md#getMainGraph) | **GET** /graph/data/graph | Get the main graph of the application or the object provided
524
+ *Gobodo.GraphsApi* | [**getObjectsInGraph**](docs/GraphsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
525
+ *Gobodo.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
526
+ *Gobodo.GraphsApi* | [**getObjectsInGraphByType**](docs/GraphsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
527
+ *Gobodo.GraphsApi* | [**getRelationships**](docs/GraphsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
528
+ *Gobodo.GraphsApi* | [**getRelationships1**](docs/GraphsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
529
+ *Gobodo.GraphsApi* | [**getSchemas**](docs/GraphsApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
530
+ *Gobodo.GraphsApi* | [**removeSchemas**](docs/GraphsApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
531
+ *Gobodo.GroupsApi* | [**addMembers**](docs/GroupsApi.md#addMembers) | **PUT** /graph/data/groups/{groupid}/addmembers | Adds the users corresponding to the list of userids to the group
532
+ *Gobodo.GroupsApi* | [**createGroup**](docs/GroupsApi.md#createGroup) | **POST** /graph/data/groups | Create Group
533
+ *Gobodo.GroupsApi* | [**editGroup**](docs/GroupsApi.md#editGroup) | **PUT** /graph/data/groups/{id} | Edit Group
534
+ *Gobodo.GroupsApi* | [**get34**](docs/GroupsApi.md#get34) | **GET** /graph/data/groups |
535
+ *Gobodo.GroupsApi* | [**getGroupById**](docs/GroupsApi.md#getGroupById) | **GET** /graph/data/groups/{id} | Get Group By Id
536
+ *Gobodo.GroupsApi* | [**getMembers**](docs/GroupsApi.md#getMembers) | **GET** /graph/data/groups/{groupid}/administrators | Returns the admins in the group
537
+ *Gobodo.GroupsApi* | [**getMembers1**](docs/GroupsApi.md#getMembers1) | **GET** /graph/data/groups/{groupid}/members | Returns the users in the group
538
+ *Gobodo.GroupsApi* | [**joinGroup**](docs/GroupsApi.md#joinGroup) | **PUT** /graph/data/groups/{groupid}/join | Adds the currently logged in user to the group
539
+ *Gobodo.GroupsApi* | [**removeMember**](docs/GroupsApi.md#removeMember) | **DELETE** /graph/data/groups/{groupid}/members/{uid} | Remove the user from the group
540
+ *Gobodo.GroupsApi* | [**setGroupProperties**](docs/GroupsApi.md#setGroupProperties) | **PUT** /graph/data/groups/{id}/properties | Set Multiple Properties
541
+ *Gobodo.GroupsApi* | [**setGroupProperty**](docs/GroupsApi.md#setGroupProperty) | **PUT** /graph/data/groups/{id}/properties/{prop} | Update Property
542
+ *Gobodo.IAMApi* | [**createPolicy**](docs/IAMApi.md#createPolicy) | **POST** /graph/data/iam/policies | Create Policy
543
+ *Gobodo.IAMApi* | [**get28**](docs/IAMApi.md#get28) | **GET** /graph/data/iam/policies |
544
+ *Gobodo.IAMApi* | [**get29**](docs/IAMApi.md#get29) | **GET** /graph/data/iam/policies/{id} |
545
+ *Gobodo.IAMApi* | [**update2**](docs/IAMApi.md#update2) | **PUT** /graph/data/iam/policies/{id} |
546
+ *Gobodo.ImagesApi* | [**attachImage**](docs/ImagesApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
547
+ *Gobodo.ImagesApi* | [**deleteObject**](docs/ImagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
548
+ *Gobodo.ImagesApi* | [**get26**](docs/ImagesApi.md#get26) | **GET** /graph/data/images |
549
+ *Gobodo.ImagesApi* | [**getImageById**](docs/ImagesApi.md#getImageById) | **GET** /graph/data/images/{id} | Get Image By Id
550
+ *Gobodo.ImagesApi* | [**getImages**](docs/ImagesApi.md#getImages) | **GET** /graph/data/object/{id}/images |
551
+ *Gobodo.ImagesApi* | [**updateImage**](docs/ImagesApi.md#updateImage) | **PUT** /graph/data/images/{id} | Updates an image
552
+ *Gobodo.ImagesApi* | [**upload1**](docs/ImagesApi.md#upload1) | **POST** /graph/data/images/{id}/upload |
553
+ *Gobodo.ImagesApi* | [**uploadImage**](docs/ImagesApi.md#uploadImage) | **POST** /graph/data/images | Upload data
554
+ *Gobodo.InvitesApi* | [**acceptInvite**](docs/InvitesApi.md#acceptInvite) | **PUT** /graph/data/invites/{inviteid}/accept |
555
+ *Gobodo.InvitesApi* | [**createInvite**](docs/InvitesApi.md#createInvite) | **POST** /graph/data/invites | Returns an invite by id
556
+ *Gobodo.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
557
+ *Gobodo.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
558
+ *Gobodo.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
559
+ *Gobodo.LikesApi* | [**createBulkActions1**](docs/LikesApi.md#createBulkActions1) | **POST** /graph/data/likes | Perform multiple actions in a single bulk operation
560
+ *Gobodo.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
561
+ *Gobodo.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
562
+ *Gobodo.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
563
+ *Gobodo.LikesApi* | [**get30**](docs/LikesApi.md#get30) | **GET** /graph/data/likes |
564
+ *Gobodo.LikesApi* | [**getActionById1**](docs/LikesApi.md#getActionById1) | **GET** /graph/data/likes/{id} |
565
+ *Gobodo.LikesApi* | [**getActionProperties1**](docs/LikesApi.md#getActionProperties1) | **GET** /graph/data/likes/{id}/properties | Get Properties
566
+ *Gobodo.LikesApi* | [**getActionProperty1**](docs/LikesApi.md#getActionProperty1) | **GET** /graph/data/likes/{id}/properties/{prop} | Get Property
567
+ *Gobodo.LikesApi* | [**isDisliked**](docs/LikesApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
568
+ *Gobodo.LikesApi* | [**isLiked**](docs/LikesApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
569
+ *Gobodo.LikesApi* | [**like**](docs/LikesApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
570
+ *Gobodo.LikesApi* | [**setActionProperties1**](docs/LikesApi.md#setActionProperties1) | **PUT** /graph/data/likes/{id}/properties | Set Multiple Properties
571
+ *Gobodo.LikesApi* | [**setActionProperty1**](docs/LikesApi.md#setActionProperty1) | **PUT** /graph/data/likes/{id}/properties/{prop} | Update Property
572
+ *Gobodo.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
573
+ *Gobodo.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
574
+ *Gobodo.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
575
+ *Gobodo.MeetingEventsApi* | [**deleteObject**](docs/MeetingEventsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
576
+ *Gobodo.MeetingEventsApi* | [**getEvents**](docs/MeetingEventsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
577
+ *Gobodo.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
578
+ *Gobodo.MeetingEventsApi* | [**getEventsFuture**](docs/MeetingEventsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
579
+ *Gobodo.MeetingEventsApi* | [**getEventsPast**](docs/MeetingEventsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
580
+ *Gobodo.NotificationsApi* | [**createNotification**](docs/NotificationsApi.md#createNotification) | **POST** /graph/data/notifications/{recipientId} | Creates a notification
581
+ *Gobodo.NotificationsApi* | [**createNotificationAssociatedWith**](docs/NotificationsApi.md#createNotificationAssociatedWith) | **POST** /graph/data/notifications/{recipientId}/{objectId} | Creates a notification
582
+ *Gobodo.NotificationsApi* | [**deleteNotification**](docs/NotificationsApi.md#deleteNotification) | **DELETE** /graph/data/notifications/{id} | Deletes the notification
583
+ *Gobodo.NotificationsApi* | [**getAllNotifications**](docs/NotificationsApi.md#getAllNotifications) | **GET** /graph/data/notifications | Returns all notifications for the logged in user
584
+ *Gobodo.NotificationsApi* | [**getAllNotificationsByUser**](docs/NotificationsApi.md#getAllNotificationsByUser) | **GET** /graph/data/notifications/user/{userId} | Returns all notifications for a given user
585
+ *Gobodo.NotificationsApi* | [**getNotification**](docs/NotificationsApi.md#getNotification) | **GET** /graph/data/notifications/{id} | Returns a notification by id
586
+ *Gobodo.NotificationsApi* | [**getUnreadNotificationCount**](docs/NotificationsApi.md#getUnreadNotificationCount) | **GET** /graph/data/notifications/unread/count | Returns the number of unread notifications for the logged in user
587
+ *Gobodo.NotificationsApi* | [**getUnreadNotifications**](docs/NotificationsApi.md#getUnreadNotifications) | **GET** /graph/data/notifications/unread | Returns all unread notifications for the logged in user
588
+ *Gobodo.NotificationsApi* | [**listRegisteredDevices**](docs/NotificationsApi.md#listRegisteredDevices) | **GET** /graph/data/notificationmanagement/devices |
589
+ *Gobodo.NotificationsApi* | [**listRegisteredTokens**](docs/NotificationsApi.md#listRegisteredTokens) | **GET** /graph/data/notificationmanagement/tokens |
590
+ *Gobodo.NotificationsApi* | [**markNotificationAsRead**](docs/NotificationsApi.md#markNotificationAsRead) | **PUT** /graph/data/notifications/{id}/read | Marks a notification as read
591
+ *Gobodo.NotificationsApi* | [**registerDevice**](docs/NotificationsApi.md#registerDevice) | **POST** /graph/data/notificationmanagement/register |
592
+ *Gobodo.NotificationsApi* | [**unregisterDevice**](docs/NotificationsApi.md#unregisterDevice) | **DELETE** /graph/data/notificationmanagement/unregister/{deviceId} |
593
+ *Gobodo.NotificationsApi* | [**unregisterNotificationToken**](docs/NotificationsApi.md#unregisterNotificationToken) | **DELETE** /graph/data/notificationmanagement/unregistertoken/{token} |
594
+ *Gobodo.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /graph/data/pages | Create Page
595
+ *Gobodo.PagesApi* | [**deleteObject**](docs/PagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
596
+ *Gobodo.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /graph/data/pages/{id} | Edit Page
597
+ *Gobodo.PagesApi* | [**get27**](docs/PagesApi.md#get27) | **GET** /graph/data/pages |
598
+ *Gobodo.PagesApi* | [**getOwnedPages**](docs/PagesApi.md#getOwnedPages) | **GET** /graph/data/pages/ownedpages/{uid} | Get Owned Pages
599
+ *Gobodo.PagesApi* | [**getPageById**](docs/PagesApi.md#getPageById) | **GET** /graph/data/pages/{id} | Get Page By Id
600
+ *Gobodo.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /graph/data/pages/{id}/profilepicture | Edit Page
601
+ *Gobodo.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /graph/data/pages/{id}/properties | Set Multiple Properties
602
+ *Gobodo.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /graph/data/pages/{id}/properties/{prop} | Update Property
603
+ *Gobodo.PhoneNumbersApi* | [**createPhoneNumberForPage**](docs/PhoneNumbersApi.md#createPhoneNumberForPage) | **POST** /graph/data/phoneNumbers/page/{pageId} | Creates a phone number for a page
604
+ *Gobodo.PhoneNumbersApi* | [**createPhoneNumberForUser**](docs/PhoneNumbersApi.md#createPhoneNumberForUser) | **POST** /graph/data/phoneNumbers/user/{userId} | Creates a phone number for a user
605
+ *Gobodo.PhoneNumbersApi* | [**getPhoneNumber**](docs/PhoneNumbersApi.md#getPhoneNumber) | **GET** /graph/data/phoneNumbers/{id} | Returns a phone number by id
606
+ *Gobodo.PhoneNumbersApi* | [**getPhoneNumbersByPage**](docs/PhoneNumbersApi.md#getPhoneNumbersByPage) | **GET** /graph/data/phoneNumbers/page/{pageId} | Returns all email addresses for a given page
607
+ *Gobodo.PhoneNumbersApi* | [**getPhoneNumbersByUser**](docs/PhoneNumbersApi.md#getPhoneNumbersByUser) | **GET** /graph/data/phoneNumbers/user/{userid} | Returns all email addresses for a given user
608
+ *Gobodo.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /graph/data/posts |
609
+ *Gobodo.PostsApi* | [**deleteObject**](docs/PostsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
610
+ *Gobodo.PostsApi* | [**get35**](docs/PostsApi.md#get35) | **GET** /graph/data/posts |
611
+ *Gobodo.PostsApi* | [**getPostById**](docs/PostsApi.md#getPostById) | **GET** /graph/data/posts/{id} | Gets a post by id
612
+ *Gobodo.PostsApi* | [**updatePost**](docs/PostsApi.md#updatePost) | **PUT** /graph/data/posts/{id} |
613
+ *Gobodo.PrivateMessagesApi* | [**createBranch**](docs/PrivateMessagesApi.md#createBranch) | **POST** /graph/data/privatemessages/messages/{messageid}/branch |
614
+ *Gobodo.PrivateMessagesApi* | [**createConversation**](docs/PrivateMessagesApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
615
+ *Gobodo.PrivateMessagesApi* | [**createReply**](docs/PrivateMessagesApi.md#createReply) | **POST** /graph/data/privatemessages/messages/{messageid} |
616
+ *Gobodo.PrivateMessagesApi* | [**deleteMessage**](docs/PrivateMessagesApi.md#deleteMessage) | **DELETE** /graph/data/privatemessages/messages/{messageid}/send |
617
+ *Gobodo.PrivateMessagesApi* | [**deleteObject**](docs/PrivateMessagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
618
+ *Gobodo.PrivateMessagesApi* | [**get31**](docs/PrivateMessagesApi.md#get31) | **GET** /graph/data/privatemessages/conversations |
619
+ *Gobodo.PrivateMessagesApi* | [**get32**](docs/PrivateMessagesApi.md#get32) | **GET** /graph/data/privatemessages/messages |
620
+ *Gobodo.PrivateMessagesApi* | [**get33**](docs/PrivateMessagesApi.md#get33) | **GET** /graph/data/privatemessages/messages/{id} |
621
+ *Gobodo.PrivateMessagesApi* | [**getAllConversations**](docs/PrivateMessagesApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
622
+ *Gobodo.PrivateMessagesApi* | [**getChildConversations**](docs/PrivateMessagesApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
623
+ *Gobodo.PrivateMessagesApi* | [**getConversationById**](docs/PrivateMessagesApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
624
+ *Gobodo.PrivateMessagesApi* | [**getConversationParticipants**](docs/PrivateMessagesApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
625
+ *Gobodo.PrivateMessagesApi* | [**getConversationParticipants1**](docs/PrivateMessagesApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
626
+ *Gobodo.PrivateMessagesApi* | [**getUnreadMessageCount**](docs/PrivateMessagesApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
627
+ *Gobodo.PrivateMessagesApi* | [**updateMessage**](docs/PrivateMessagesApi.md#updateMessage) | **PUT** /graph/data/privatemessages/messages/{messageid}/send |
628
+ *Gobodo.PrivateMessagesApi* | [**updateMessage1**](docs/PrivateMessagesApi.md#updateMessage1) | **PUT** /graph/data/privatemessages/messages/{messageid} |
629
+ *Gobodo.PublicationsApi* | [**deleteObject**](docs/PublicationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
630
+ *Gobodo.RestApplicationsApi* | [**createRestApplication**](docs/RestApplicationsApi.md#createRestApplication) | **POST** /graph/data/restapplications | Create a rest application
631
+ *Gobodo.RestApplicationsApi* | [**deleteRestApplication**](docs/RestApplicationsApi.md#deleteRestApplication) | **DELETE** /graph/data/restapplications/{id} | Delete a rest application
632
+ *Gobodo.RestApplicationsApi* | [**getRestApplicationById**](docs/RestApplicationsApi.md#getRestApplicationById) | **GET** /graph/data/restapplications/{id} | Get a rest application by id
633
+ *Gobodo.RestApplicationsApi* | [**getRestApplications**](docs/RestApplicationsApi.md#getRestApplications) | **GET** /graph/data/restapplications | Get all rest applications
634
+ *Gobodo.RestApplicationsApi* | [**updateRestApplication**](docs/RestApplicationsApi.md#updateRestApplication) | **PUT** /graph/data/restapplications/{id} | Update a rest application
635
+ *Gobodo.ScreensApi* | [**createScreen**](docs/ScreensApi.md#createScreen) | **POST** /graph/data/templates |
636
+ *Gobodo.ScreensApi* | [**editScreen**](docs/ScreensApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
637
+ *Gobodo.ScreensApi* | [**getScreenById**](docs/ScreensApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
638
+ *Gobodo.SitesApi* | [**createSite**](docs/SitesApi.md#createSite) | **POST** /graph/data/sites | Create a site
639
+ *Gobodo.SitesApi* | [**createSiteType**](docs/SitesApi.md#createSiteType) | **POST** /graph/data/sites/sitetypes | Create a site type
640
+ *Gobodo.SitesApi* | [**deleteSite**](docs/SitesApi.md#deleteSite) | **DELETE** /graph/data/sites/{id} | Delete a site
641
+ *Gobodo.SitesApi* | [**deleteSiteType**](docs/SitesApi.md#deleteSiteType) | **DELETE** /graph/data/sites/sitetypes/{id} | Delete a site type
642
+ *Gobodo.SitesApi* | [**getSiteById**](docs/SitesApi.md#getSiteById) | **GET** /graph/data/sites/{id} | Get a site by id
643
+ *Gobodo.SitesApi* | [**getSiteTypeById**](docs/SitesApi.md#getSiteTypeById) | **GET** /graph/data/sites/sitetypes/{id} | Get a site type by id
644
+ *Gobodo.SitesApi* | [**getSiteTypes**](docs/SitesApi.md#getSiteTypes) | **GET** /graph/data/sites/sitetypes | Get all site types
645
+ *Gobodo.SitesApi* | [**getSites**](docs/SitesApi.md#getSites) | **GET** /graph/data/sites | Get all sites
646
+ *Gobodo.SitesApi* | [**updateSite**](docs/SitesApi.md#updateSite) | **PUT** /graph/data/sites/{id} | Update a site
647
+ *Gobodo.SitesApi* | [**updateSiteType**](docs/SitesApi.md#updateSiteType) | **PUT** /graph/data/sites/sitetypes/{id} | Update a site type
648
+ *Gobodo.SocialIntegrationApi* | [**loginFacebook**](docs/SocialIntegrationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
649
+ *Gobodo.SocialIntegrationApi* | [**loginGoogle**](docs/SocialIntegrationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
650
+ *Gobodo.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
651
+ *Gobodo.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
652
+ *Gobodo.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
653
+ *Gobodo.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
654
+ *Gobodo.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
655
+ *Gobodo.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /graph/data/payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe&#39;s connected UI components
656
+ *Gobodo.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /graph/data/payments/stripe/account | Creates a Stripe account for the logged in user
657
+ *Gobodo.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /graph/data/payments/stripe/customer | Creates a Stripe customer account for the logged in user
658
+ *Gobodo.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
659
+ *Gobodo.StripeAccountsApi* | [**createSiteStripePaymentAccount**](docs/StripeAccountsApi.md#createSiteStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
660
+ *Gobodo.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /graph/data/payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
661
+ *Gobodo.StripeAccountsApi* | [**deleteStripeAccount**](docs/StripeAccountsApi.md#deleteStripeAccount) | **DELETE** /graph/data/payments/stripe/account |
662
+ *Gobodo.StripeAccountsApi* | [**deleteStripeAccountWithId**](docs/StripeAccountsApi.md#deleteStripeAccountWithId) | **DELETE** /graph/data/payments/stripe/account/{accountID} |
663
+ *Gobodo.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
664
+ *Gobodo.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /graph/data/payments/stripe |
665
+ *Gobodo.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /graph/data/payments/stripe/{id} |
666
+ *Gobodo.StripeAccountsApi* | [**getApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#getApplicationStripePaymentAccount) | **GET** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
667
+ *Gobodo.StripeAccountsApi* | [**getDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultCustomerStripePaymentMethod) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Gets the default payment method
668
+ *Gobodo.StripeAccountsApi* | [**getDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultStripePaymentMethod) | **GET** /graph/data/payments/stripe/paymentmethods/default | Gets the default payment method
669
+ *Gobodo.StripeAccountsApi* | [**getSiteStripePaymentAccount**](docs/StripeAccountsApi.md#getSiteStripePaymentAccount) | **GET** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
670
+ *Gobodo.StripeAccountsApi* | [**getStripeAccount**](docs/StripeAccountsApi.md#getStripeAccount) | **GET** /graph/data/payments/stripe/account | Retrieves the Stripe Account For the Logged In User
671
+ *Gobodo.StripeAccountsApi* | [**getStripeAccountBalance**](docs/StripeAccountsApi.md#getStripeAccountBalance) | **GET** /graph/data/payments/stripe/account/{accountID}/balance | Gets the balance of the logged in user
672
+ *Gobodo.StripeAccountsApi* | [**getStripeApiKey**](docs/StripeAccountsApi.md#getStripeApiKey) | **GET** /graph/data/payments/stripe/apikey | Returns the publishable API key for Stripe
673
+ *Gobodo.StripeAccountsApi* | [**getStripeBalance**](docs/StripeAccountsApi.md#getStripeBalance) | **GET** /graph/data/payments/stripe/balance | Gets the balance of the logged in user
674
+ *Gobodo.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /graph/data/payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
675
+ *Gobodo.StripeAccountsApi* | [**getStripeCustomerPaymentMethods**](docs/StripeAccountsApi.md#getStripeCustomerPaymentMethods) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
676
+ *Gobodo.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
677
+ *Gobodo.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /graph/data/payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
678
+ *Gobodo.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
679
+ *Gobodo.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /graph/data/payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
680
+ *Gobodo.StripeAccountsApi* | [**getUserStripeCustomerAccount**](docs/StripeAccountsApi.md#getUserStripeCustomerAccount) | **GET** /graph/data/payments/stripe/user/{userID}/customer | Retrieves the Stripe Customer Account For the Logged In User
681
+ *Gobodo.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /graph/data/payments/stripe/account/{accountID}/payout | Pays out the specified account
682
+ *Gobodo.StripeAccountsApi* | [**setApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#setApplicationStripePaymentAccount) | **PUT** /graph/data/payments/stripe/application/{applicationid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
683
+ *Gobodo.StripeAccountsApi* | [**setDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Adds payment methods for the customer stored in stripe
684
+ *Gobodo.StripeAccountsApi* | [**setDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/default | Sets the default payment method for the customer stored in stripe
685
+ *Gobodo.StripeAccountsApi* | [**setSiteStripePaymentAccount**](docs/StripeAccountsApi.md#setSiteStripePaymentAccount) | **PUT** /graph/data/payments/stripe/site/{siteid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
686
+ *Gobodo.StripeAccountsApi* | [**stripePayout**](docs/StripeAccountsApi.md#stripePayout) | **POST** /graph/data/payments/stripe/payout | Pays out the account of the logged in user
687
+ *Gobodo.StripeAccountsApi* | [**stripeTransfer**](docs/StripeAccountsApi.md#stripeTransfer) | **POST** /graph/data/payments/stripe/transfer | Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
688
+ *Gobodo.StripeAccountsApi* | [**updateAccountLink**](docs/StripeAccountsApi.md#updateAccountLink) | **PUT** /graph/data/payments/stripe/account/{accountID} | Creates an Account Link which enables the user to update their Stripe account details
689
+ *Gobodo.StripeAccountsApi* | [**updateCustomer**](docs/StripeAccountsApi.md#updateCustomer) | **PUT** /graph/data/payments/stripe/customer/{customerID} | Updates the customer account and returns a client secret to enable user to update their details on Stripe
690
+ *Gobodo.StripeAccountsApi* | [**updateStripePaymentMethod**](docs/StripeAccountsApi.md#updateStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
691
+ *Gobodo.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
692
+ *Gobodo.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /graph/data/templates |
693
+ *Gobodo.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
694
+ *Gobodo.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
695
+ *Gobodo.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /graph/data/themes/{themeid}/urlpatterns |
696
+ *Gobodo.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
697
+ *Gobodo.ThemeMappingsApi* | [**get38**](docs/ThemeMappingsApi.md#get38) | **GET** /graph/data/themes/{themeid} |
698
+ *Gobodo.TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /graph/data/topics | Creates a new topic
699
+ *Gobodo.TopicsApi* | [**deleteSubscription**](docs/TopicsApi.md#deleteSubscription) | **DELETE** /graph/data/topics/subscription/{subscriptionId} | Deletes a subscription
700
+ *Gobodo.TopicsApi* | [**deleteTopic**](docs/TopicsApi.md#deleteTopic) | **DELETE** /graph/data/topics/{topicName} | Deletes a topic
701
+ *Gobodo.TopicsApi* | [**getSubscription**](docs/TopicsApi.md#getSubscription) | **GET** /graph/data/topics/subscription/{subscriptionId} | Gets a subscription by key
702
+ *Gobodo.TopicsApi* | [**getTopicByName**](docs/TopicsApi.md#getTopicByName) | **GET** /graph/data/topics/{topicName} | Gets a topic by name
703
+ *Gobodo.TopicsApi* | [**getTopicSubscriptions**](docs/TopicsApi.md#getTopicSubscriptions) | **GET** /graph/data/topics/{topicName}/subscriptions | Gets subscriptions for a topic
704
+ *Gobodo.TopicsApi* | [**registerListeners**](docs/TopicsApi.md#registerListeners) | **PUT** /graph/data/topics | Registers listeners
705
+ *Gobodo.TopicsApi* | [**sendMessage**](docs/TopicsApi.md#sendMessage) | **POST** /graph/data/topics/message | Sends a message to a topic
706
+ *Gobodo.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
707
+ *Gobodo.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
708
+ *Gobodo.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
709
+ *Gobodo.TwitterApi* | [**loginTwitter**](docs/TwitterApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
710
+ *Gobodo.UserTagsApi* | [**deleteRelationship2**](docs/UserTagsApi.md#deleteRelationship2) | **DELETE** /graph/data/usertags/{id} | Delete Relationship
711
+ *Gobodo.UserTagsApi* | [**get36**](docs/UserTagsApi.md#get36) | **GET** /graph/data/usertags |
712
+ *Gobodo.UserTagsApi* | [**getRelProperties2**](docs/UserTagsApi.md#getRelProperties2) | **GET** /graph/data/usertags/{id}/properties | Get Properties
713
+ *Gobodo.UserTagsApi* | [**getRelProperty2**](docs/UserTagsApi.md#getRelProperty2) | **GET** /graph/data/usertags/{id}/properties/{prop} | Get Property
714
+ *Gobodo.UserTagsApi* | [**getRelationshipById1**](docs/UserTagsApi.md#getRelationshipById1) | **GET** /graph/data/usertags/{id} |
715
+ *Gobodo.UserTagsApi* | [**getUserTags**](docs/UserTagsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
716
+ *Gobodo.UserTagsApi* | [**setRelProperties2**](docs/UserTagsApi.md#setRelProperties2) | **PUT** /graph/data/usertags/{id}/properties | Set Multiple Properties
717
+ *Gobodo.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
718
+ *Gobodo.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
719
+ *Gobodo.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
720
+ *Gobodo.UsersApi* | [**deleteAccount**](docs/UsersApi.md#deleteAccount) | **DELETE** /graph/data/user/self | Deactivates the account and clear&#39;s the user&#39;s data if the purge data flag is true
721
+ *Gobodo.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
722
+ *Gobodo.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user&#39;s account
723
+ *Gobodo.UsersApi* | [**getSelf**](docs/UsersApi.md#getSelf) | **GET** /graph/data/user/self | Returns the logged in user
724
+ *Gobodo.UsersApi* | [**getUserById**](docs/UsersApi.md#getUserById) | **GET** /graph/data/user/{id} | Get User By Id
725
+ *Gobodo.UsersApi* | [**getUserByUserName**](docs/UsersApi.md#getUserByUserName) | **GET** /graph/data/user/{username} | Get User By Username
726
+ *Gobodo.UsersApi* | [**getUsers**](docs/UsersApi.md#getUsers) | **GET** /graph/data/user | Get a list of users
727
+ *Gobodo.UsersApi* | [**setUserProfilePicture**](docs/UsersApi.md#setUserProfilePicture) | **PUT** /graph/data/user/{id}/profilepicture | Set user profile picture
728
+ *Gobodo.UsersApi* | [**updatePassword**](docs/UsersApi.md#updatePassword) | **PUT** /graph/data/user/{id}/password | Set User Password
729
+ *Gobodo.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /graph/data/user/{id} | Update User Info
730
+ *Gobodo.UtilsApi* | [**encodeAuth**](docs/UtilsApi.md#encodeAuth) | **POST** /graph/data/utils/encodeauth |
731
+ *Gobodo.VideosApi* | [**deleteObject**](docs/VideosApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
732
+ *Gobodo.VideosApi* | [**get37**](docs/VideosApi.md#get37) | **GET** /graph/data/videos |
733
+ *Gobodo.VideosApi* | [**getVideoById**](docs/VideosApi.md#getVideoById) | **GET** /graph/data/videos/{id} | Gets a video by id
734
+ *Gobodo.VideosApi* | [**getVideos**](docs/VideosApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
735
+ *Gobodo.VideosApi* | [**setThumbnail**](docs/VideosApi.md#setThumbnail) | **PUT** /graph/data/videos/{id}/setthumbnail |
736
+ *Gobodo.VideosApi* | [**simulcast**](docs/VideosApi.md#simulcast) | **PUT** /graph/data/videos/{id}/simulcast |
737
+ *Gobodo.VideosApi* | [**startLiveStream**](docs/VideosApi.md#startLiveStream) | **POST** /graph/data/videos/livestream |
738
+ *Gobodo.VideosApi* | [**streamMeeting**](docs/VideosApi.md#streamMeeting) | **POST** /graph/data/videos/livestream/{objectid} |
739
+ *Gobodo.VideosApi* | [**updateVideo**](docs/VideosApi.md#updateVideo) | **PUT** /graph/data/videos/{id} |
740
+ *Gobodo.VideosApi* | [**upload2**](docs/VideosApi.md#upload2) | **POST** /graph/data/videos/{id}/upload |
741
+ *Gobodo.VideosApi* | [**uploadVideo**](docs/VideosApi.md#uploadVideo) | **POST** /graph/data/videos/upload | Upload data
742
+ *Gobodo.WalletsApi* | [**createHold**](docs/WalletsApi.md#createHold) | **POST** /graph/data/payments/wallets/hold | Hold currency for a user
743
+ *Gobodo.WalletsApi* | [**getCombinedBalance**](docs/WalletsApi.md#getCombinedBalance) | **GET** /graph/data/payments/wallets/balance | Get the combined balance of a user
744
+ *Gobodo.WalletsApi* | [**getGrantById**](docs/WalletsApi.md#getGrantById) | **GET** /graph/data/payments/wallets/grant/{grantId} | Get a grant by id
745
+ *Gobodo.WalletsApi* | [**getHoldById**](docs/WalletsApi.md#getHoldById) | **GET** /graph/data/payments/wallets/hold/{holdId} | Get a hold by id
746
+ *Gobodo.WalletsApi* | [**getHoldsByWalletId**](docs/WalletsApi.md#getHoldsByWalletId) | **GET** /graph/data/payments/wallets/wallet/{walletId}/holds | Get all holds for a wallet
747
+ *Gobodo.WalletsApi* | [**getPayoutDetails**](docs/WalletsApi.md#getPayoutDetails) | **GET** /graph/data/payments/wallets/payout/{payoutId} | Get a payout by id
748
+ *Gobodo.WalletsApi* | [**getPurchaseById**](docs/WalletsApi.md#getPurchaseById) | **GET** /graph/data/payments/wallets/purchase/{purchaseId} | Get a purchase by id
749
+ *Gobodo.WalletsApi* | [**getTransferById**](docs/WalletsApi.md#getTransferById) | **GET** /graph/data/payments/wallets/transfer/{transferId} | Get a transfer by id
750
+ *Gobodo.WalletsApi* | [**getWalletBalance**](docs/WalletsApi.md#getWalletBalance) | **GET** /graph/data/payments/wallets/wallet/{walletId}/balance | Get the balance of a wallet
751
+ *Gobodo.WalletsApi* | [**getWalletById**](docs/WalletsApi.md#getWalletById) | **GET** /graph/data/payments/wallets/wallet/{walletId} | Get a wallet by id
752
+ *Gobodo.WalletsApi* | [**getWallets**](docs/WalletsApi.md#getWallets) | **GET** /graph/data/payments/wallets/wallet | Get all wallets
753
+ *Gobodo.WalletsApi* | [**grantCurrency**](docs/WalletsApi.md#grantCurrency) | **POST** /graph/data/payments/wallets/grant | Grant currency to a user
754
+ *Gobodo.WalletsApi* | [**payoutWallet**](docs/WalletsApi.md#payoutWallet) | **POST** /graph/data/payments/wallets/payout | Payout to the wallet to the logged in user&#39;s cash balance
755
+ *Gobodo.WalletsApi* | [**purchaseCurrency**](docs/WalletsApi.md#purchaseCurrency) | **POST** /graph/data/payments/wallets/purchase | Purchase an item
756
+ *Gobodo.WalletsApi* | [**releaseHold**](docs/WalletsApi.md#releaseHold) | **DELETE** /graph/data/payments/wallets/hold/{holdId} | Release a hold
757
+ *Gobodo.WalletsApi* | [**releaseHolds**](docs/WalletsApi.md#releaseHolds) | **DELETE** /graph/data/payments/wallets/hold | Release all holds for a holder
758
+ *Gobodo.WalletsApi* | [**walletTransfer**](docs/WalletsApi.md#walletTransfer) | **POST** /graph/data/payments/wallets/transfer | Transfer funds between wallets
759
+
760
+
761
+ ## Documentation for Models
762
+
763
+ - [Gobodo.APIClient](docs/APIClient.md)
764
+ - [Gobodo.AccountSessionInput](docs/AccountSessionInput.md)
765
+ - [Gobodo.AccountSessionResponse](docs/AccountSessionResponse.md)
766
+ - [Gobodo.ApplicationPaymentAccountResponse](docs/ApplicationPaymentAccountResponse.md)
767
+ - [Gobodo.ApplicationPaymentAccountResponseFailureException](docs/ApplicationPaymentAccountResponseFailureException.md)
768
+ - [Gobodo.Article](docs/Article.md)
769
+ - [Gobodo.AuthResponse](docs/AuthResponse.md)
770
+ - [Gobodo.AwsSettings](docs/AwsSettings.md)
771
+ - [Gobodo.Balance](docs/Balance.md)
772
+ - [Gobodo.BalanceDetails](docs/BalanceDetails.md)
773
+ - [Gobodo.BalanceResponse](docs/BalanceResponse.md)
774
+ - [Gobodo.BankAccountInfo](docs/BankAccountInfo.md)
775
+ - [Gobodo.CardInfo](docs/CardInfo.md)
776
+ - [Gobodo.Comment](docs/Comment.md)
777
+ - [Gobodo.ConsoleProjectInput](docs/ConsoleProjectInput.md)
778
+ - [Gobodo.ConsoleProjectResponse](docs/ConsoleProjectResponse.md)
779
+ - [Gobodo.Coordinates](docs/Coordinates.md)
780
+ - [Gobodo.CreateAccountResponse](docs/CreateAccountResponse.md)
781
+ - [Gobodo.CreateFunctionInput](docs/CreateFunctionInput.md)
782
+ - [Gobodo.CreateStripeAccountInput](docs/CreateStripeAccountInput.md)
783
+ - [Gobodo.CreateStripeCustomerInput](docs/CreateStripeCustomerInput.md)
784
+ - [Gobodo.CreateTopicInput](docs/CreateTopicInput.md)
785
+ - [Gobodo.CreateTopicListenerInput](docs/CreateTopicListenerInput.md)
786
+ - [Gobodo.Currency](docs/Currency.md)
787
+ - [Gobodo.CurrencyGrantInput](docs/CurrencyGrantInput.md)
788
+ - [Gobodo.CurrencyGrantResponse](docs/CurrencyGrantResponse.md)
789
+ - [Gobodo.CurrencyInput](docs/CurrencyInput.md)
790
+ - [Gobodo.CurrencyMinterRegistrationInput](docs/CurrencyMinterRegistrationInput.md)
791
+ - [Gobodo.CurrencyResponse](docs/CurrencyResponse.md)
792
+ - [Gobodo.CurrencySettings](docs/CurrencySettings.md)
793
+ - [Gobodo.CustomerResponse](docs/CustomerResponse.md)
794
+ - [Gobodo.DataObject](docs/DataObject.md)
795
+ - [Gobodo.DataSheetImport](docs/DataSheetImport.md)
796
+ - [Gobodo.DataSheetImportPrivacySettings](docs/DataSheetImportPrivacySettings.md)
797
+ - [Gobodo.DataSheetImportSummary](docs/DataSheetImportSummary.md)
798
+ - [Gobodo.DeviceRegistrationRequest](docs/DeviceRegistrationRequest.md)
799
+ - [Gobodo.Document](docs/Document.md)
800
+ - [Gobodo.DocumentPart](docs/DocumentPart.md)
801
+ - [Gobodo.DocumentPartType](docs/DocumentPartType.md)
802
+ - [Gobodo.DocumentType](docs/DocumentType.md)
803
+ - [Gobodo.EmailAddress](docs/EmailAddress.md)
804
+ - [Gobodo.FieldMapping](docs/FieldMapping.md)
805
+ - [Gobodo.Fields](docs/Fields.md)
806
+ - [Gobodo.File](docs/File.md)
807
+ - [Gobodo.FileAttachmentUploadObject](docs/FileAttachmentUploadObject.md)
808
+ - [Gobodo.Filter](docs/Filter.md)
809
+ - [Gobodo.FilterManager](docs/FilterManager.md)
810
+ - [Gobodo.Form](docs/Form.md)
811
+ - [Gobodo.FormSection](docs/FormSection.md)
812
+ - [Gobodo.FormSubmission](docs/FormSubmission.md)
813
+ - [Gobodo.FunctionConfigInput](docs/FunctionConfigInput.md)
814
+ - [Gobodo.FunctionEnvironmentConfig](docs/FunctionEnvironmentConfig.md)
815
+ - [Gobodo.FunctionInput](docs/FunctionInput.md)
816
+ - [Gobodo.FunctionOutput](docs/FunctionOutput.md)
817
+ - [Gobodo.Geocode](docs/Geocode.md)
818
+ - [Gobodo.GeocodePayload](docs/GeocodePayload.md)
819
+ - [Gobodo.GeolocationInput](docs/GeolocationInput.md)
820
+ - [Gobodo.GetFunctionConfig](docs/GetFunctionConfig.md)
821
+ - [Gobodo.GetFunctionEnvironmentConfig](docs/GetFunctionEnvironmentConfig.md)
822
+ - [Gobodo.GetFunctionResponse](docs/GetFunctionResponse.md)
823
+ - [Gobodo.GoogleCloudSettings](docs/GoogleCloudSettings.md)
824
+ - [Gobodo.Graph](docs/Graph.md)
825
+ - [Gobodo.GraphAction](docs/GraphAction.md)
826
+ - [Gobodo.GraphDatabaseService](docs/GraphDatabaseService.md)
827
+ - [Gobodo.GraphGeocode](docs/GraphGeocode.md)
828
+ - [Gobodo.GraphIteratorEntryPart](docs/GraphIteratorEntryPart.md)
829
+ - [Gobodo.GraphIteratorEntryPartStackTraceInner](docs/GraphIteratorEntryPartStackTraceInner.md)
830
+ - [Gobodo.GraphObject](docs/GraphObject.md)
831
+ - [Gobodo.GraphObjectPayload](docs/GraphObjectPayload.md)
832
+ - [Gobodo.GraphObjectSchema](docs/GraphObjectSchema.md)
833
+ - [Gobodo.GraphObjectType](docs/GraphObjectType.md)
834
+ - [Gobodo.GraphObjectTypeInput](docs/GraphObjectTypeInput.md)
835
+ - [Gobodo.GraphObjectTypeResponse](docs/GraphObjectTypeResponse.md)
836
+ - [Gobodo.GraphObjectTypeSchema](docs/GraphObjectTypeSchema.md)
837
+ - [Gobodo.GraphOwner](docs/GraphOwner.md)
838
+ - [Gobodo.GraphRelationship](docs/GraphRelationship.md)
839
+ - [Gobodo.GraphRelationshipPayload](docs/GraphRelationshipPayload.md)
840
+ - [Gobodo.GraphRelationshipType](docs/GraphRelationshipType.md)
841
+ - [Gobodo.GraphRelationshipTypeResponse](docs/GraphRelationshipTypeResponse.md)
842
+ - [Gobodo.GraphSchema](docs/GraphSchema.md)
843
+ - [Gobodo.GraphSchemaInput](docs/GraphSchemaInput.md)
844
+ - [Gobodo.GraphSchemaResponse](docs/GraphSchemaResponse.md)
845
+ - [Gobodo.GraphTraversalInput](docs/GraphTraversalInput.md)
846
+ - [Gobodo.Image](docs/Image.md)
847
+ - [Gobodo.ImageUploadObject](docs/ImageUploadObject.md)
848
+ - [Gobodo.InputPart](docs/InputPart.md)
849
+ - [Gobodo.InputPartMediaType](docs/InputPartMediaType.md)
850
+ - [Gobodo.KafkaSettings](docs/KafkaSettings.md)
851
+ - [Gobodo.Link](docs/Link.md)
852
+ - [Gobodo.LiveStreamInfo](docs/LiveStreamInfo.md)
853
+ - [Gobodo.MeetingEvent](docs/MeetingEvent.md)
854
+ - [Gobodo.MeetingEventTimezone](docs/MeetingEventTimezone.md)
855
+ - [Gobodo.MeetingInfo](docs/MeetingInfo.md)
856
+ - [Gobodo.Member](docs/Member.md)
857
+ - [Gobodo.MemberGroupCategory](docs/MemberGroupCategory.md)
858
+ - [Gobodo.MemberList](docs/MemberList.md)
859
+ - [Gobodo.MessageGroup](docs/MessageGroup.md)
860
+ - [Gobodo.MultipartBody](docs/MultipartBody.md)
861
+ - [Gobodo.NotificationInput](docs/NotificationInput.md)
862
+ - [Gobodo.NotificationResponse](docs/NotificationResponse.md)
863
+ - [Gobodo.NumberSettings](docs/NumberSettings.md)
864
+ - [Gobodo.ObjectSettings](docs/ObjectSettings.md)
865
+ - [Gobodo.Objecttype](docs/Objecttype.md)
866
+ - [Gobodo.OutParameter](docs/OutParameter.md)
867
+ - [Gobodo.Page](docs/Page.md)
868
+ - [Gobodo.PageSchema](docs/PageSchema.md)
869
+ - [Gobodo.Pageable](docs/Pageable.md)
870
+ - [Gobodo.Parameter](docs/Parameter.md)
871
+ - [Gobodo.Path](docs/Path.md)
872
+ - [Gobodo.PaymentAccountObject](docs/PaymentAccountObject.md)
873
+ - [Gobodo.PaymentIntentInput](docs/PaymentIntentInput.md)
874
+ - [Gobodo.PaymentIntentResponse](docs/PaymentIntentResponse.md)
875
+ - [Gobodo.PaymentMethod](docs/PaymentMethod.md)
876
+ - [Gobodo.PaymentMethodInput](docs/PaymentMethodInput.md)
877
+ - [Gobodo.PaymentMethodResponse](docs/PaymentMethodResponse.md)
878
+ - [Gobodo.PaymentMethodsResponse](docs/PaymentMethodsResponse.md)
879
+ - [Gobodo.Payout](docs/Payout.md)
880
+ - [Gobodo.PayoutInput](docs/PayoutInput.md)
881
+ - [Gobodo.PayoutResponse](docs/PayoutResponse.md)
882
+ - [Gobodo.PhoneNumber](docs/PhoneNumber.md)
883
+ - [Gobodo.Post](docs/Post.md)
884
+ - [Gobodo.PrivateMessage](docs/PrivateMessage.md)
885
+ - [Gobodo.PrivateMessageConversation](docs/PrivateMessageConversation.md)
886
+ - [Gobodo.PrivateMessageConversationSchema](docs/PrivateMessageConversationSchema.md)
887
+ - [Gobodo.Profile](docs/Profile.md)
888
+ - [Gobodo.Profiletype](docs/Profiletype.md)
889
+ - [Gobodo.PropertyContainer](docs/PropertyContainer.md)
890
+ - [Gobodo.PurchaseInput](docs/PurchaseInput.md)
891
+ - [Gobodo.PurchaseResponse](docs/PurchaseResponse.md)
892
+ - [Gobodo.PurgeDataDefaultResponseValue](docs/PurgeDataDefaultResponseValue.md)
893
+ - [Gobodo.RelationshipMapping](docs/RelationshipMapping.md)
894
+ - [Gobodo.RestApplicationInput](docs/RestApplicationInput.md)
895
+ - [Gobodo.RestApplicationResponse](docs/RestApplicationResponse.md)
896
+ - [Gobodo.ScreenSchema](docs/ScreenSchema.md)
897
+ - [Gobodo.SimulcastInfo](docs/SimulcastInfo.md)
898
+ - [Gobodo.SiteInput](docs/SiteInput.md)
899
+ - [Gobodo.SiteResponse](docs/SiteResponse.md)
900
+ - [Gobodo.SiteTypeInput](docs/SiteTypeInput.md)
901
+ - [Gobodo.SiteTypeResponse](docs/SiteTypeResponse.md)
902
+ - [Gobodo.SkinField](docs/SkinField.md)
903
+ - [Gobodo.SkinFieldResponse](docs/SkinFieldResponse.md)
904
+ - [Gobodo.SocialGroup](docs/SocialGroup.md)
905
+ - [Gobodo.SocialGroupType](docs/SocialGroupType.md)
906
+ - [Gobodo.Sort](docs/Sort.md)
907
+ - [Gobodo.SourceTypes](docs/SourceTypes.md)
908
+ - [Gobodo.StatusUpdate](docs/StatusUpdate.md)
909
+ - [Gobodo.StreetAddress](docs/StreetAddress.md)
910
+ - [Gobodo.StripeAccount](docs/StripeAccount.md)
911
+ - [Gobodo.StripeCustomerAccount](docs/StripeCustomerAccount.md)
912
+ - [Gobodo.Template](docs/Template.md)
913
+ - [Gobodo.TemplateResponse](docs/TemplateResponse.md)
914
+ - [Gobodo.TemplateSchema](docs/TemplateSchema.md)
915
+ - [Gobodo.ThemeMapping](docs/ThemeMapping.md)
916
+ - [Gobodo.ThemeMappingPayload](docs/ThemeMappingPayload.md)
917
+ - [Gobodo.TopicInfoResponse](docs/TopicInfoResponse.md)
918
+ - [Gobodo.TopicMessageInput](docs/TopicMessageInput.md)
919
+ - [Gobodo.TopicSubscriptionResponse](docs/TopicSubscriptionResponse.md)
920
+ - [Gobodo.Transaction](docs/Transaction.md)
921
+ - [Gobodo.Transfer](docs/Transfer.md)
922
+ - [Gobodo.TransferInput](docs/TransferInput.md)
923
+ - [Gobodo.TransferResponse](docs/TransferResponse.md)
924
+ - [Gobodo.TransferResponsePaymentMethodDetails](docs/TransferResponsePaymentMethodDetails.md)
925
+ - [Gobodo.TraversalRelationResponse](docs/TraversalRelationResponse.md)
926
+ - [Gobodo.User](docs/User.md)
927
+ - [Gobodo.UserDataPayload](docs/UserDataPayload.md)
928
+ - [Gobodo.UserDomain](docs/UserDomain.md)
929
+ - [Gobodo.UserInvite](docs/UserInvite.md)
930
+ - [Gobodo.UserInviteInput](docs/UserInviteInput.md)
931
+ - [Gobodo.UserResponse](docs/UserResponse.md)
932
+ - [Gobodo.UserSchema](docs/UserSchema.md)
933
+ - [Gobodo.UserTag](docs/UserTag.md)
934
+ - [Gobodo.Userid](docs/Userid.md)
935
+ - [Gobodo.Video](docs/Video.md)
936
+ - [Gobodo.VideoLiveUrl](docs/VideoLiveUrl.md)
937
+ - [Gobodo.VideoSchema](docs/VideoSchema.md)
938
+ - [Gobodo.VideoUploadObject](docs/VideoUploadObject.md)
939
+ - [Gobodo.WalletHoldInput](docs/WalletHoldInput.md)
940
+ - [Gobodo.WalletHoldResponse](docs/WalletHoldResponse.md)
941
+ - [Gobodo.WalletPayoutInput](docs/WalletPayoutInput.md)
942
+ - [Gobodo.WalletPayoutResponse](docs/WalletPayoutResponse.md)
943
+ - [Gobodo.WalletResponse](docs/WalletResponse.md)
944
+ - [Gobodo.ZeusPortalCategory](docs/ZeusPortalCategory.md)
945
+
946
+
947
+ ## Documentation for Authorization
948
+
949
+
950
+ Authentication schemes defined for the API:
951
+ ### NexusGraphAPILogin
952
+
953
+
954
+ ### NexusGraphAPIBasicLogin
955
+
956
+
957
+ ### NexusGraphAPIAuth
958
+
959
+
960
+ - **Type**: API key
961
+ - **API key parameter name**: SWAuthorization
962
+ - **Location**: HTTP header
963
+
964
+ ### NexusGraphAPIKey
965
+
966
+
967
+ - **Type**: API key
968
+ - **API key parameter name**: apiKey
969
+ - **Location**: HTTP header
970
+