@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
@@ -0,0 +1,1545 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
9
+ var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
10
+ var _GraphObjectTypeResponse = _interopRequireDefault(require("../model/GraphObjectTypeResponse"));
11
+ var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
12
+ var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
13
+ var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
14
+ var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
16
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
17
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
18
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
19
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
20
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
21
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
22
+ * gobodo-api
23
+ * REST Interface for Gobodo API
24
+ *
25
+ * The version of the OpenAPI document: 0.1.89
26
+ * Contact: info@gobodo.io
27
+ *
28
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
29
+ * https://openapi-generator.tech
30
+ * Do not edit the class manually.
31
+ *
32
+ */
33
+ /**
34
+ * GraphRelationshipTypes service.
35
+ * @module api/GraphRelationshipTypesApi
36
+ * @version 0.1.89
37
+ */
38
+ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
39
+ /**
40
+ * Constructs a new GraphRelationshipTypesApi.
41
+ * @alias module:api/GraphRelationshipTypesApi
42
+ * @class
43
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
44
+ * default to {@link module:ApiClient#instance} if unspecified.
45
+ */
46
+ function GraphRelationshipTypesApi(apiClient) {
47
+ _classCallCheck(this, GraphRelationshipTypesApi);
48
+ this.apiClient = apiClient || _ApiClient["default"].instance;
49
+ }
50
+
51
+ /**
52
+ * @param {Number} id
53
+ * @param {Object} opts Optional parameters
54
+ * @param {String} [authorization] The authorization token of the logged in user
55
+ * @param {Number} [cacheduration] The how long the cache entry should persist
56
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
57
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
58
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
59
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
60
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
62
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
63
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
64
+ * @param {String} [body]
65
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
66
+ */
67
+ _createClass(GraphRelationshipTypesApi, [{
68
+ key: "addEndObjectTypes1WithHttpInfo",
69
+ value: function addEndObjectTypes1WithHttpInfo(id, opts) {
70
+ opts = opts || {};
71
+ var postBody = opts['body'];
72
+ // verify the required parameter 'id' is set
73
+ if (id === undefined || id === null) {
74
+ throw new Error("Missing the required parameter 'id' when calling addEndObjectTypes1");
75
+ }
76
+ var pathParams = {
77
+ 'id': id
78
+ };
79
+ var queryParams = {};
80
+ var headerParams = {
81
+ 'Authorization': opts['authorization'],
82
+ 'cacheduration': opts['cacheduration'],
83
+ 'cachegroup': opts['cachegroup'],
84
+ 'cachekey': opts['cachekey'],
85
+ 'cachescope': opts['cachescope'],
86
+ 'cacheuser': opts['cacheuser'],
87
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
88
+ 'zeusportal-postas': opts['zeusportalPostas'],
89
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
90
+ 'transactionid': opts['transactionid']
91
+ };
92
+ var formParams = {};
93
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
94
+ var contentTypes = ['application/json'];
95
+ var accepts = ['application/json'];
96
+ var returnType = _PurgeDataDefaultResponseValue["default"];
97
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/endobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
98
+ }
99
+
100
+ /**
101
+ * @param {Number} id
102
+ * @param {Object} opts Optional parameters
103
+ * @param {String} opts.authorization The authorization token of the logged in user
104
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
105
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
108
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
109
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
110
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
111
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
112
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
113
+ * @param {String} opts.body
114
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
115
+ */
116
+ }, {
117
+ key: "addEndObjectTypes1",
118
+ value: function addEndObjectTypes1(id, opts) {
119
+ return this.addEndObjectTypes1WithHttpInfo(id, opts).then(function (response_and_data) {
120
+ return response_and_data.data;
121
+ });
122
+ }
123
+
124
+ /**
125
+ * Adds a method to an relationship type
126
+ * Adds a method to a relationship type
127
+ * @param {Number} reltypeid
128
+ * @param {module:model/CreateFunctionInput} createFunctionInput
129
+ * @param {Object} opts Optional parameters
130
+ * @param {String} [authorization] The authorization token of the logged in user
131
+ * @param {Number} [cacheduration] The how long the cache entry should persist
132
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
133
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
134
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
135
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
136
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
137
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
138
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
139
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
140
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetFunctionResponse} and HTTP response
141
+ */
142
+ }, {
143
+ key: "addMethodToRelationshipTypeWithHttpInfo",
144
+ value: function addMethodToRelationshipTypeWithHttpInfo(reltypeid, createFunctionInput, opts) {
145
+ opts = opts || {};
146
+ var postBody = createFunctionInput;
147
+ // verify the required parameter 'reltypeid' is set
148
+ if (reltypeid === undefined || reltypeid === null) {
149
+ throw new Error("Missing the required parameter 'reltypeid' when calling addMethodToRelationshipType");
150
+ }
151
+ // verify the required parameter 'createFunctionInput' is set
152
+ if (createFunctionInput === undefined || createFunctionInput === null) {
153
+ throw new Error("Missing the required parameter 'createFunctionInput' when calling addMethodToRelationshipType");
154
+ }
155
+ var pathParams = {
156
+ 'reltypeid': reltypeid
157
+ };
158
+ var queryParams = {};
159
+ var headerParams = {
160
+ 'Authorization': opts['authorization'],
161
+ 'cacheduration': opts['cacheduration'],
162
+ 'cachegroup': opts['cachegroup'],
163
+ 'cachekey': opts['cachekey'],
164
+ 'cachescope': opts['cachescope'],
165
+ 'cacheuser': opts['cacheuser'],
166
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
167
+ 'zeusportal-postas': opts['zeusportalPostas'],
168
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
169
+ 'transactionid': opts['transactionid']
170
+ };
171
+ var formParams = {};
172
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
173
+ var contentTypes = [];
174
+ var accepts = ['application/json'];
175
+ var returnType = _GetFunctionResponse["default"];
176
+ return this.apiClient.callApi('/graph/data/functions/relationshiptype/{reltypeid}/method', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
177
+ }
178
+
179
+ /**
180
+ * Adds a method to an relationship type
181
+ * Adds a method to a relationship type
182
+ * @param {Number} reltypeid
183
+ * @param {module:model/CreateFunctionInput} createFunctionInput
184
+ * @param {Object} opts Optional parameters
185
+ * @param {String} opts.authorization The authorization token of the logged in user
186
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
187
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
188
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
189
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
190
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
191
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
192
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
193
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
194
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
195
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetFunctionResponse}
196
+ */
197
+ }, {
198
+ key: "addMethodToRelationshipType",
199
+ value: function addMethodToRelationshipType(reltypeid, createFunctionInput, opts) {
200
+ return this.addMethodToRelationshipTypeWithHttpInfo(reltypeid, createFunctionInput, opts).then(function (response_and_data) {
201
+ return response_and_data.data;
202
+ });
203
+ }
204
+
205
+ /**
206
+ * @param {Number} id
207
+ * @param {Object} opts Optional parameters
208
+ * @param {String} [authorization] The authorization token of the logged in user
209
+ * @param {Number} [cacheduration] The how long the cache entry should persist
210
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
211
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
212
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
213
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
214
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
215
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
216
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
217
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
218
+ * @param {String} [body]
219
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
220
+ */
221
+ }, {
222
+ key: "addStartObjectTypesWithHttpInfo",
223
+ value: function addStartObjectTypesWithHttpInfo(id, opts) {
224
+ opts = opts || {};
225
+ var postBody = opts['body'];
226
+ // verify the required parameter 'id' is set
227
+ if (id === undefined || id === null) {
228
+ throw new Error("Missing the required parameter 'id' when calling addStartObjectTypes");
229
+ }
230
+ var pathParams = {
231
+ 'id': id
232
+ };
233
+ var queryParams = {};
234
+ var headerParams = {
235
+ 'Authorization': opts['authorization'],
236
+ 'cacheduration': opts['cacheduration'],
237
+ 'cachegroup': opts['cachegroup'],
238
+ 'cachekey': opts['cachekey'],
239
+ 'cachescope': opts['cachescope'],
240
+ 'cacheuser': opts['cacheuser'],
241
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
242
+ 'zeusportal-postas': opts['zeusportalPostas'],
243
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
244
+ 'transactionid': opts['transactionid']
245
+ };
246
+ var formParams = {};
247
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
248
+ var contentTypes = ['application/json'];
249
+ var accepts = ['application/json'];
250
+ var returnType = _PurgeDataDefaultResponseValue["default"];
251
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/startobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
252
+ }
253
+
254
+ /**
255
+ * @param {Number} id
256
+ * @param {Object} opts Optional parameters
257
+ * @param {String} opts.authorization The authorization token of the logged in user
258
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
259
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
260
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
261
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
262
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
263
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
264
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
265
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
266
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
267
+ * @param {String} opts.body
268
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
269
+ */
270
+ }, {
271
+ key: "addStartObjectTypes",
272
+ value: function addStartObjectTypes(id, opts) {
273
+ return this.addStartObjectTypesWithHttpInfo(id, opts).then(function (response_and_data) {
274
+ return response_and_data.data;
275
+ });
276
+ }
277
+
278
+ /**
279
+ * Create relationshp type
280
+ * Creates a new relationship type
281
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
282
+ * @param {Object} opts Optional parameters
283
+ * @param {String} [authorization] The authorization token of the logged in user
284
+ * @param {Number} [cacheduration] The how long the cache entry should persist
285
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
286
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
287
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
288
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
289
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
290
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
291
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
292
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
293
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
294
+ */
295
+ }, {
296
+ key: "createRelationshipTypeWithHttpInfo",
297
+ value: function createRelationshipTypeWithHttpInfo(graphRelationshipType, opts) {
298
+ opts = opts || {};
299
+ var postBody = graphRelationshipType;
300
+ // verify the required parameter 'graphRelationshipType' is set
301
+ if (graphRelationshipType === undefined || graphRelationshipType === null) {
302
+ throw new Error("Missing the required parameter 'graphRelationshipType' when calling createRelationshipType");
303
+ }
304
+ var pathParams = {};
305
+ var queryParams = {};
306
+ var headerParams = {
307
+ 'Authorization': opts['authorization'],
308
+ 'cacheduration': opts['cacheduration'],
309
+ 'cachegroup': opts['cachegroup'],
310
+ 'cachekey': opts['cachekey'],
311
+ 'cachescope': opts['cachescope'],
312
+ 'cacheuser': opts['cacheuser'],
313
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
314
+ 'zeusportal-postas': opts['zeusportalPostas'],
315
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
316
+ 'transactionid': opts['transactionid']
317
+ };
318
+ var formParams = {};
319
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
320
+ var contentTypes = ['application/json'];
321
+ var accepts = ['application/json'];
322
+ var returnType = _GraphRelationshipType["default"];
323
+ return this.apiClient.callApi('/graph/data/relationshiptype', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
324
+ }
325
+
326
+ /**
327
+ * Create relationshp type
328
+ * Creates a new relationship type
329
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
330
+ * @param {Object} opts Optional parameters
331
+ * @param {String} opts.authorization The authorization token of the logged in user
332
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
333
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
334
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
335
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
336
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
337
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
338
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
339
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
340
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
341
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
342
+ */
343
+ }, {
344
+ key: "createRelationshipType",
345
+ value: function createRelationshipType(graphRelationshipType, opts) {
346
+ return this.createRelationshipTypeWithHttpInfo(graphRelationshipType, opts).then(function (response_and_data) {
347
+ return response_and_data.data;
348
+ });
349
+ }
350
+
351
+ /**
352
+ * Root for the API
353
+ * @param {Object} opts Optional parameters
354
+ * @param {String} [authorization] The authorization token of the logged in user
355
+ * @param {Number} [cacheduration] The how long the cache entry should persist
356
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
357
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
358
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
359
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
360
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
361
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
362
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
363
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
364
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
365
+ */
366
+ }, {
367
+ key: "get10WithHttpInfo",
368
+ value: function get10WithHttpInfo(opts) {
369
+ opts = opts || {};
370
+ var postBody = null;
371
+ var pathParams = {};
372
+ var queryParams = {};
373
+ var headerParams = {
374
+ 'Authorization': opts['authorization'],
375
+ 'cacheduration': opts['cacheduration'],
376
+ 'cachegroup': opts['cachegroup'],
377
+ 'cachekey': opts['cachekey'],
378
+ 'cachescope': opts['cachescope'],
379
+ 'cacheuser': opts['cacheuser'],
380
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
381
+ 'zeusportal-postas': opts['zeusportalPostas'],
382
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
383
+ 'transactionid': opts['transactionid']
384
+ };
385
+ var formParams = {};
386
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
387
+ var contentTypes = [];
388
+ var accepts = ['*/*'];
389
+ var returnType = null;
390
+ return this.apiClient.callApi('/graph/data/relationshiptype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
391
+ }
392
+
393
+ /**
394
+ * Root for the API
395
+ * @param {Object} opts Optional parameters
396
+ * @param {String} opts.authorization The authorization token of the logged in user
397
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
398
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
399
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
400
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
401
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
402
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
403
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
404
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
405
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
406
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
407
+ */
408
+ }, {
409
+ key: "get10",
410
+ value: function get10(opts) {
411
+ return this.get10WithHttpInfo(opts).then(function (response_and_data) {
412
+ return response_and_data.data;
413
+ });
414
+ }
415
+
416
+ /**
417
+ * Get All Relationships By Type
418
+ * Returns a listing of relationships
419
+ * @param {Number} id The id of the relationship type we are searching for
420
+ * @param {Number} reltypeid The id of the object that we are retrieving relationships on
421
+ * @param {Object} opts Optional parameters
422
+ * @param {String} [authorization] The authorization token of the logged in user
423
+ * @param {Number} [cacheduration] The how long the cache entry should persist
424
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
425
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
426
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
427
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
428
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
429
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
430
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
431
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
432
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
433
+ */
434
+ }, {
435
+ key: "getAllRelationshipsByTypeWithHttpInfo",
436
+ value: function getAllRelationshipsByTypeWithHttpInfo(id, reltypeid, opts) {
437
+ opts = opts || {};
438
+ var postBody = null;
439
+ // verify the required parameter 'id' is set
440
+ if (id === undefined || id === null) {
441
+ throw new Error("Missing the required parameter 'id' when calling getAllRelationshipsByType");
442
+ }
443
+ // verify the required parameter 'reltypeid' is set
444
+ if (reltypeid === undefined || reltypeid === null) {
445
+ throw new Error("Missing the required parameter 'reltypeid' when calling getAllRelationshipsByType");
446
+ }
447
+ var pathParams = {
448
+ 'id': id,
449
+ 'reltypeid': reltypeid
450
+ };
451
+ var queryParams = {};
452
+ var headerParams = {
453
+ 'Authorization': opts['authorization'],
454
+ 'cacheduration': opts['cacheduration'],
455
+ 'cachegroup': opts['cachegroup'],
456
+ 'cachekey': opts['cachekey'],
457
+ 'cachescope': opts['cachescope'],
458
+ 'cacheuser': opts['cacheuser'],
459
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
460
+ 'zeusportal-postas': opts['zeusportalPostas'],
461
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
462
+ 'transactionid': opts['transactionid']
463
+ };
464
+ var formParams = {};
465
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
466
+ var contentTypes = [];
467
+ var accepts = ['application/json'];
468
+ var returnType = [_GraphRelationship["default"]];
469
+ return this.apiClient.callApi('/graph/data/object/{id}/relationships/all/{reltypeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
470
+ }
471
+
472
+ /**
473
+ * Get All Relationships By Type
474
+ * Returns a listing of relationships
475
+ * @param {Number} id The id of the relationship type we are searching for
476
+ * @param {Number} reltypeid The id of the object that we are retrieving relationships on
477
+ * @param {Object} opts Optional parameters
478
+ * @param {String} opts.authorization The authorization token of the logged in user
479
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
480
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
481
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
482
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
483
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
484
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
485
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
486
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
487
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
488
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
489
+ */
490
+ }, {
491
+ key: "getAllRelationshipsByType",
492
+ value: function getAllRelationshipsByType(id, reltypeid, opts) {
493
+ return this.getAllRelationshipsByTypeWithHttpInfo(id, reltypeid, opts).then(function (response_and_data) {
494
+ return response_and_data.data;
495
+ });
496
+ }
497
+
498
+ /**
499
+ * @param {Number} id
500
+ * @param {Object} opts Optional parameters
501
+ * @param {String} [authorization] The authorization token of the logged in user
502
+ * @param {Number} [cacheduration] The how long the cache entry should persist
503
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
504
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
505
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
506
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
507
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
508
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
509
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
510
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
511
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
512
+ */
513
+ }, {
514
+ key: "getEndObjectTypes1WithHttpInfo",
515
+ value: function getEndObjectTypes1WithHttpInfo(id, opts) {
516
+ opts = opts || {};
517
+ var postBody = null;
518
+ // verify the required parameter 'id' is set
519
+ if (id === undefined || id === null) {
520
+ throw new Error("Missing the required parameter 'id' when calling getEndObjectTypes1");
521
+ }
522
+ var pathParams = {
523
+ 'id': id
524
+ };
525
+ var queryParams = {};
526
+ var headerParams = {
527
+ 'Authorization': opts['authorization'],
528
+ 'cacheduration': opts['cacheduration'],
529
+ 'cachegroup': opts['cachegroup'],
530
+ 'cachekey': opts['cachekey'],
531
+ 'cachescope': opts['cachescope'],
532
+ 'cacheuser': opts['cacheuser'],
533
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
534
+ 'zeusportal-postas': opts['zeusportalPostas'],
535
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
536
+ 'transactionid': opts['transactionid']
537
+ };
538
+ var formParams = {};
539
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
540
+ var contentTypes = [];
541
+ var accepts = ['application/json'];
542
+ var returnType = _PurgeDataDefaultResponseValue["default"];
543
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/endobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
544
+ }
545
+
546
+ /**
547
+ * @param {Number} id
548
+ * @param {Object} opts Optional parameters
549
+ * @param {String} opts.authorization The authorization token of the logged in user
550
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
551
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
552
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
553
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
554
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
555
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
556
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
557
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
558
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
559
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
560
+ */
561
+ }, {
562
+ key: "getEndObjectTypes1",
563
+ value: function getEndObjectTypes1(id, opts) {
564
+ return this.getEndObjectTypes1WithHttpInfo(id, opts).then(function (response_and_data) {
565
+ return response_and_data.data;
566
+ });
567
+ }
568
+
569
+ /**
570
+ * @param {Number} id
571
+ * @param {Object} opts Optional parameters
572
+ * @param {String} [authorization] The authorization token of the logged in user
573
+ * @param {Number} [cacheduration] The how long the cache entry should persist
574
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
575
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
576
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
577
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
578
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
579
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
580
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
581
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
582
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
583
+ */
584
+ }, {
585
+ key: "getFields2WithHttpInfo",
586
+ value: function getFields2WithHttpInfo(id, opts) {
587
+ opts = opts || {};
588
+ var postBody = null;
589
+ // verify the required parameter 'id' is set
590
+ if (id === undefined || id === null) {
591
+ throw new Error("Missing the required parameter 'id' when calling getFields2");
592
+ }
593
+ var pathParams = {
594
+ 'id': id
595
+ };
596
+ var queryParams = {};
597
+ var headerParams = {
598
+ 'Authorization': opts['authorization'],
599
+ 'cacheduration': opts['cacheduration'],
600
+ 'cachegroup': opts['cachegroup'],
601
+ 'cachekey': opts['cachekey'],
602
+ 'cachescope': opts['cachescope'],
603
+ 'cacheuser': opts['cacheuser'],
604
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
605
+ 'zeusportal-postas': opts['zeusportalPostas'],
606
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
607
+ 'transactionid': opts['transactionid']
608
+ };
609
+ var formParams = {};
610
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
611
+ var contentTypes = [];
612
+ var accepts = ['application/json'];
613
+ var returnType = _PurgeDataDefaultResponseValue["default"];
614
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/fields', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
615
+ }
616
+
617
+ /**
618
+ * @param {Number} id
619
+ * @param {Object} opts Optional parameters
620
+ * @param {String} opts.authorization The authorization token of the logged in user
621
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
622
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
623
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
624
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
625
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
626
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
627
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
628
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
629
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
630
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
631
+ */
632
+ }, {
633
+ key: "getFields2",
634
+ value: function getFields2(id, opts) {
635
+ return this.getFields2WithHttpInfo(id, opts).then(function (response_and_data) {
636
+ return response_and_data.data;
637
+ });
638
+ }
639
+
640
+ /**
641
+ * Gets the relationship type by the java classname
642
+ * @param {String} classname
643
+ * @param {Object} opts Optional parameters
644
+ * @param {String} [authorization] The authorization token of the logged in user
645
+ * @param {Number} [cacheduration] The how long the cache entry should persist
646
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
647
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
648
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
649
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
650
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
651
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
652
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
653
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
654
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
655
+ */
656
+ }, {
657
+ key: "getRelationshipTypeByClassNameWithHttpInfo",
658
+ value: function getRelationshipTypeByClassNameWithHttpInfo(classname, opts) {
659
+ opts = opts || {};
660
+ var postBody = null;
661
+ // verify the required parameter 'classname' is set
662
+ if (classname === undefined || classname === null) {
663
+ throw new Error("Missing the required parameter 'classname' when calling getRelationshipTypeByClassName");
664
+ }
665
+ var pathParams = {
666
+ 'classname': classname
667
+ };
668
+ var queryParams = {};
669
+ var headerParams = {
670
+ 'Authorization': opts['authorization'],
671
+ 'cacheduration': opts['cacheduration'],
672
+ 'cachegroup': opts['cachegroup'],
673
+ 'cachekey': opts['cachekey'],
674
+ 'cachescope': opts['cachescope'],
675
+ 'cacheuser': opts['cacheuser'],
676
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
677
+ 'zeusportal-postas': opts['zeusportalPostas'],
678
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
679
+ 'transactionid': opts['transactionid']
680
+ };
681
+ var formParams = {};
682
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
683
+ var contentTypes = [];
684
+ var accepts = ['*/*'];
685
+ var returnType = _GraphRelationshipType["default"];
686
+ return this.apiClient.callApi('/graph/data/relationshiptype/class/{classname}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
687
+ }
688
+
689
+ /**
690
+ * Gets the relationship type by the java classname
691
+ * @param {String} classname
692
+ * @param {Object} opts Optional parameters
693
+ * @param {String} opts.authorization The authorization token of the logged in user
694
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
695
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
696
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
697
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
698
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
699
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
700
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
701
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
702
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
703
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
704
+ */
705
+ }, {
706
+ key: "getRelationshipTypeByClassName",
707
+ value: function getRelationshipTypeByClassName(classname, opts) {
708
+ return this.getRelationshipTypeByClassNameWithHttpInfo(classname, opts).then(function (response_and_data) {
709
+ return response_and_data.data;
710
+ });
711
+ }
712
+
713
+ /**
714
+ * Gets the relationship type by key
715
+ * @param {String} id
716
+ * @param {Object} opts Optional parameters
717
+ * @param {String} [authorization] The authorization token of the logged in user
718
+ * @param {Number} [cacheduration] The how long the cache entry should persist
719
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
720
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
721
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
722
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
723
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
724
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
725
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
726
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
727
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
728
+ */
729
+ }, {
730
+ key: "getRelationshipTypeByIdWithHttpInfo",
731
+ value: function getRelationshipTypeByIdWithHttpInfo(id, opts) {
732
+ opts = opts || {};
733
+ var postBody = null;
734
+ // verify the required parameter 'id' is set
735
+ if (id === undefined || id === null) {
736
+ throw new Error("Missing the required parameter 'id' when calling getRelationshipTypeById");
737
+ }
738
+ var pathParams = {
739
+ 'id': id
740
+ };
741
+ var queryParams = {};
742
+ var headerParams = {
743
+ 'Authorization': opts['authorization'],
744
+ 'cacheduration': opts['cacheduration'],
745
+ 'cachegroup': opts['cachegroup'],
746
+ 'cachekey': opts['cachekey'],
747
+ 'cachescope': opts['cachescope'],
748
+ 'cacheuser': opts['cacheuser'],
749
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
750
+ 'zeusportal-postas': opts['zeusportalPostas'],
751
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
752
+ 'transactionid': opts['transactionid']
753
+ };
754
+ var formParams = {};
755
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
756
+ var contentTypes = [];
757
+ var accepts = ['application/json'];
758
+ var returnType = _GraphRelationshipTypeResponse["default"];
759
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
760
+ }
761
+
762
+ /**
763
+ * Gets the relationship type by key
764
+ * @param {String} id
765
+ * @param {Object} opts Optional parameters
766
+ * @param {String} opts.authorization The authorization token of the logged in user
767
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
768
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
769
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
770
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
771
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
772
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
773
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
774
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
775
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
776
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
777
+ */
778
+ }, {
779
+ key: "getRelationshipTypeById",
780
+ value: function getRelationshipTypeById(id, opts) {
781
+ return this.getRelationshipTypeByIdWithHttpInfo(id, opts).then(function (response_and_data) {
782
+ return response_and_data.data;
783
+ });
784
+ }
785
+
786
+ /**
787
+ * Gets the relationship type by key
788
+ * @param {String} key
789
+ * @param {Object} opts Optional parameters
790
+ * @param {String} [authorization] The authorization token of the logged in user
791
+ * @param {Number} [cacheduration] The how long the cache entry should persist
792
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
793
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
794
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
795
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
796
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
797
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
798
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
799
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
800
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
801
+ */
802
+ }, {
803
+ key: "getRelationshipTypeByKeyWithHttpInfo",
804
+ value: function getRelationshipTypeByKeyWithHttpInfo(key, opts) {
805
+ opts = opts || {};
806
+ var postBody = null;
807
+ // verify the required parameter 'key' is set
808
+ if (key === undefined || key === null) {
809
+ throw new Error("Missing the required parameter 'key' when calling getRelationshipTypeByKey");
810
+ }
811
+ var pathParams = {
812
+ 'key': key
813
+ };
814
+ var queryParams = {};
815
+ var headerParams = {
816
+ 'Authorization': opts['authorization'],
817
+ 'cacheduration': opts['cacheduration'],
818
+ 'cachegroup': opts['cachegroup'],
819
+ 'cachekey': opts['cachekey'],
820
+ 'cachescope': opts['cachescope'],
821
+ 'cacheuser': opts['cacheuser'],
822
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
823
+ 'zeusportal-postas': opts['zeusportalPostas'],
824
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
825
+ 'transactionid': opts['transactionid']
826
+ };
827
+ var formParams = {};
828
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
829
+ var contentTypes = [];
830
+ var accepts = ['application/json'];
831
+ var returnType = _GraphRelationshipTypeResponse["default"];
832
+ return this.apiClient.callApi('/graph/data/relationshiptype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
833
+ }
834
+
835
+ /**
836
+ * Gets the relationship type by key
837
+ * @param {String} key
838
+ * @param {Object} opts Optional parameters
839
+ * @param {String} opts.authorization The authorization token of the logged in user
840
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
841
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
842
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
843
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
844
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
845
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
846
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
847
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
848
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
849
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
850
+ */
851
+ }, {
852
+ key: "getRelationshipTypeByKey",
853
+ value: function getRelationshipTypeByKey(key, opts) {
854
+ return this.getRelationshipTypeByKeyWithHttpInfo(key, opts).then(function (response_and_data) {
855
+ return response_and_data.data;
856
+ });
857
+ }
858
+
859
+ /**
860
+ * Retrieves the methods associated with the Object Type
861
+ * Retrieves the methods associated with the Object Type
862
+ * @param {Number} reltypeid
863
+ * @param {Object} opts Optional parameters
864
+ * @param {String} [authorization] The authorization token of the logged in user
865
+ * @param {Number} [cacheduration] The how long the cache entry should persist
866
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
867
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
868
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
869
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
870
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
871
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
872
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
873
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
874
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetFunctionResponse} and HTTP response
875
+ */
876
+ }, {
877
+ key: "getRelationshipTypeMethodsWithHttpInfo",
878
+ value: function getRelationshipTypeMethodsWithHttpInfo(reltypeid, opts) {
879
+ opts = opts || {};
880
+ var postBody = null;
881
+ // verify the required parameter 'reltypeid' is set
882
+ if (reltypeid === undefined || reltypeid === null) {
883
+ throw new Error("Missing the required parameter 'reltypeid' when calling getRelationshipTypeMethods");
884
+ }
885
+ var pathParams = {
886
+ 'reltypeid': reltypeid
887
+ };
888
+ var queryParams = {};
889
+ var headerParams = {
890
+ 'Authorization': opts['authorization'],
891
+ 'cacheduration': opts['cacheduration'],
892
+ 'cachegroup': opts['cachegroup'],
893
+ 'cachekey': opts['cachekey'],
894
+ 'cachescope': opts['cachescope'],
895
+ 'cacheuser': opts['cacheuser'],
896
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
897
+ 'zeusportal-postas': opts['zeusportalPostas'],
898
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
899
+ 'transactionid': opts['transactionid']
900
+ };
901
+ var formParams = {};
902
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
903
+ var contentTypes = [];
904
+ var accepts = ['application/json'];
905
+ var returnType = _GetFunctionResponse["default"];
906
+ return this.apiClient.callApi('/graph/data/functions/relationshiptype/{reltypeid}/methods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
907
+ }
908
+
909
+ /**
910
+ * Retrieves the methods associated with the Object Type
911
+ * Retrieves the methods associated with the Object Type
912
+ * @param {Number} reltypeid
913
+ * @param {Object} opts Optional parameters
914
+ * @param {String} opts.authorization The authorization token of the logged in user
915
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
916
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
917
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
918
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
919
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
920
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
921
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
922
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
923
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
924
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetFunctionResponse}
925
+ */
926
+ }, {
927
+ key: "getRelationshipTypeMethods",
928
+ value: function getRelationshipTypeMethods(reltypeid, opts) {
929
+ return this.getRelationshipTypeMethodsWithHttpInfo(reltypeid, opts).then(function (response_and_data) {
930
+ return response_and_data.data;
931
+ });
932
+ }
933
+
934
+ /**
935
+ * Get Incoming Relationships By Type
936
+ * Returns a listing of relationships
937
+ * @param {Number} id The id of the object that we are retrieving relationships on
938
+ * @param {Number} reltypeid The id of the relationship type we are searching for
939
+ * @param {Object} opts Optional parameters
940
+ * @param {String} [authorization] The authorization token of the logged in user
941
+ * @param {Number} [cacheduration] The how long the cache entry should persist
942
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
943
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
944
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
945
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
946
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
947
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
948
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
949
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
950
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
951
+ */
952
+ }, {
953
+ key: "getRelationshipsByTypeInWithHttpInfo",
954
+ value: function getRelationshipsByTypeInWithHttpInfo(id, reltypeid, opts) {
955
+ opts = opts || {};
956
+ var postBody = null;
957
+ // verify the required parameter 'id' is set
958
+ if (id === undefined || id === null) {
959
+ throw new Error("Missing the required parameter 'id' when calling getRelationshipsByTypeIn");
960
+ }
961
+ // verify the required parameter 'reltypeid' is set
962
+ if (reltypeid === undefined || reltypeid === null) {
963
+ throw new Error("Missing the required parameter 'reltypeid' when calling getRelationshipsByTypeIn");
964
+ }
965
+ var pathParams = {
966
+ 'id': id,
967
+ 'reltypeid': reltypeid
968
+ };
969
+ var queryParams = {};
970
+ var headerParams = {
971
+ 'Authorization': opts['authorization'],
972
+ 'cacheduration': opts['cacheduration'],
973
+ 'cachegroup': opts['cachegroup'],
974
+ 'cachekey': opts['cachekey'],
975
+ 'cachescope': opts['cachescope'],
976
+ 'cacheuser': opts['cacheuser'],
977
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
978
+ 'zeusportal-postas': opts['zeusportalPostas'],
979
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
980
+ 'transactionid': opts['transactionid']
981
+ };
982
+ var formParams = {};
983
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
984
+ var contentTypes = [];
985
+ var accepts = ['application/json'];
986
+ var returnType = [_GraphRelationship["default"]];
987
+ return this.apiClient.callApi('/graph/data/object/{id}/relationships/in/{reltypeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
988
+ }
989
+
990
+ /**
991
+ * Get Incoming Relationships By Type
992
+ * Returns a listing of relationships
993
+ * @param {Number} id The id of the object that we are retrieving relationships on
994
+ * @param {Number} reltypeid The id of the relationship type we are searching for
995
+ * @param {Object} opts Optional parameters
996
+ * @param {String} opts.authorization The authorization token of the logged in user
997
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
998
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
999
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1000
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1001
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1002
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1003
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1004
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1005
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1006
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
1007
+ */
1008
+ }, {
1009
+ key: "getRelationshipsByTypeIn",
1010
+ value: function getRelationshipsByTypeIn(id, reltypeid, opts) {
1011
+ return this.getRelationshipsByTypeInWithHttpInfo(id, reltypeid, opts).then(function (response_and_data) {
1012
+ return response_and_data.data;
1013
+ });
1014
+ }
1015
+
1016
+ /**
1017
+ * Get Outgoing Relationships By Type
1018
+ * Returns a listing of relationships
1019
+ * @param {Number} id The id of the object that we are retrieving relationships on
1020
+ * @param {Number} reltypeid The id of the relationship type we are searching for
1021
+ * @param {Object} opts Optional parameters
1022
+ * @param {String} [authorization] The authorization token of the logged in user
1023
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1024
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1025
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1026
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1027
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1028
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1029
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1030
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1031
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1032
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
1033
+ */
1034
+ }, {
1035
+ key: "getRelationshipsByTypeOutWithHttpInfo",
1036
+ value: function getRelationshipsByTypeOutWithHttpInfo(id, reltypeid, opts) {
1037
+ opts = opts || {};
1038
+ var postBody = null;
1039
+ // verify the required parameter 'id' is set
1040
+ if (id === undefined || id === null) {
1041
+ throw new Error("Missing the required parameter 'id' when calling getRelationshipsByTypeOut");
1042
+ }
1043
+ // verify the required parameter 'reltypeid' is set
1044
+ if (reltypeid === undefined || reltypeid === null) {
1045
+ throw new Error("Missing the required parameter 'reltypeid' when calling getRelationshipsByTypeOut");
1046
+ }
1047
+ var pathParams = {
1048
+ 'id': id,
1049
+ 'reltypeid': reltypeid
1050
+ };
1051
+ var queryParams = {};
1052
+ var headerParams = {
1053
+ 'Authorization': opts['authorization'],
1054
+ 'cacheduration': opts['cacheduration'],
1055
+ 'cachegroup': opts['cachegroup'],
1056
+ 'cachekey': opts['cachekey'],
1057
+ 'cachescope': opts['cachescope'],
1058
+ 'cacheuser': opts['cacheuser'],
1059
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1060
+ 'zeusportal-postas': opts['zeusportalPostas'],
1061
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1062
+ 'transactionid': opts['transactionid']
1063
+ };
1064
+ var formParams = {};
1065
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1066
+ var contentTypes = [];
1067
+ var accepts = ['application/json'];
1068
+ var returnType = [_GraphRelationship["default"]];
1069
+ return this.apiClient.callApi('/graph/data/object/{id}/relationships/out/{reltypeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1070
+ }
1071
+
1072
+ /**
1073
+ * Get Outgoing Relationships By Type
1074
+ * Returns a listing of relationships
1075
+ * @param {Number} id The id of the object that we are retrieving relationships on
1076
+ * @param {Number} reltypeid The id of the relationship type we are searching for
1077
+ * @param {Object} opts Optional parameters
1078
+ * @param {String} opts.authorization The authorization token of the logged in user
1079
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1080
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1081
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1082
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1083
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1084
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1085
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1086
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1087
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1088
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
1089
+ */
1090
+ }, {
1091
+ key: "getRelationshipsByTypeOut",
1092
+ value: function getRelationshipsByTypeOut(id, reltypeid, opts) {
1093
+ return this.getRelationshipsByTypeOutWithHttpInfo(id, reltypeid, opts).then(function (response_and_data) {
1094
+ return response_and_data.data;
1095
+ });
1096
+ }
1097
+
1098
+ /**
1099
+ * Get Relationship Types
1100
+ * Get the Object Types for a Schema
1101
+ * @param {Number} id
1102
+ * @param {Object} opts Optional parameters
1103
+ * @param {String} [authorization] The authorization token of the logged in user
1104
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1105
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1106
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1107
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1108
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1109
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1110
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1111
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1112
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1113
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphObjectTypeResponse>} and HTTP response
1114
+ */
1115
+ }, {
1116
+ key: "getSchemaRelationshipTypesWithHttpInfo",
1117
+ value: function getSchemaRelationshipTypesWithHttpInfo(id, opts) {
1118
+ opts = opts || {};
1119
+ var postBody = null;
1120
+ // verify the required parameter 'id' is set
1121
+ if (id === undefined || id === null) {
1122
+ throw new Error("Missing the required parameter 'id' when calling getSchemaRelationshipTypes");
1123
+ }
1124
+ var pathParams = {
1125
+ 'id': id
1126
+ };
1127
+ var queryParams = {};
1128
+ var headerParams = {
1129
+ 'Authorization': opts['authorization'],
1130
+ 'cacheduration': opts['cacheduration'],
1131
+ 'cachegroup': opts['cachegroup'],
1132
+ 'cachekey': opts['cachekey'],
1133
+ 'cachescope': opts['cachescope'],
1134
+ 'cacheuser': opts['cacheuser'],
1135
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1136
+ 'zeusportal-postas': opts['zeusportalPostas'],
1137
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1138
+ 'transactionid': opts['transactionid']
1139
+ };
1140
+ var formParams = {};
1141
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1142
+ var contentTypes = [];
1143
+ var accepts = ['application/json'];
1144
+ var returnType = [_GraphObjectTypeResponse["default"]];
1145
+ return this.apiClient.callApi('/graph/data/schema/{id}/relationshiptypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1146
+ }
1147
+
1148
+ /**
1149
+ * Get Relationship Types
1150
+ * Get the Object Types for a Schema
1151
+ * @param {Number} id
1152
+ * @param {Object} opts Optional parameters
1153
+ * @param {String} opts.authorization The authorization token of the logged in user
1154
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1155
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1156
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1157
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1158
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1159
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1160
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1161
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1162
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1163
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphObjectTypeResponse>}
1164
+ */
1165
+ }, {
1166
+ key: "getSchemaRelationshipTypes",
1167
+ value: function getSchemaRelationshipTypes(id, opts) {
1168
+ return this.getSchemaRelationshipTypesWithHttpInfo(id, opts).then(function (response_and_data) {
1169
+ return response_and_data.data;
1170
+ });
1171
+ }
1172
+
1173
+ /**
1174
+ * @param {Number} id
1175
+ * @param {Object} opts Optional parameters
1176
+ * @param {String} [authorization] The authorization token of the logged in user
1177
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1178
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1179
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1180
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1181
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1182
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1183
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1184
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1185
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1186
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1187
+ */
1188
+ }, {
1189
+ key: "getStartObjectTypesWithHttpInfo",
1190
+ value: function getStartObjectTypesWithHttpInfo(id, opts) {
1191
+ opts = opts || {};
1192
+ var postBody = null;
1193
+ // verify the required parameter 'id' is set
1194
+ if (id === undefined || id === null) {
1195
+ throw new Error("Missing the required parameter 'id' when calling getStartObjectTypes");
1196
+ }
1197
+ var pathParams = {
1198
+ 'id': id
1199
+ };
1200
+ var queryParams = {};
1201
+ var headerParams = {
1202
+ 'Authorization': opts['authorization'],
1203
+ 'cacheduration': opts['cacheduration'],
1204
+ 'cachegroup': opts['cachegroup'],
1205
+ 'cachekey': opts['cachekey'],
1206
+ 'cachescope': opts['cachescope'],
1207
+ 'cacheuser': opts['cacheuser'],
1208
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1209
+ 'zeusportal-postas': opts['zeusportalPostas'],
1210
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1211
+ 'transactionid': opts['transactionid']
1212
+ };
1213
+ var formParams = {};
1214
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1215
+ var contentTypes = [];
1216
+ var accepts = ['application/json'];
1217
+ var returnType = _PurgeDataDefaultResponseValue["default"];
1218
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/startobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1219
+ }
1220
+
1221
+ /**
1222
+ * @param {Number} id
1223
+ * @param {Object} opts Optional parameters
1224
+ * @param {String} opts.authorization The authorization token of the logged in user
1225
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1226
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1227
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1228
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1229
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1230
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1231
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1232
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1233
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1234
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1235
+ */
1236
+ }, {
1237
+ key: "getStartObjectTypes",
1238
+ value: function getStartObjectTypes(id, opts) {
1239
+ return this.getStartObjectTypesWithHttpInfo(id, opts).then(function (response_and_data) {
1240
+ return response_and_data.data;
1241
+ });
1242
+ }
1243
+
1244
+ /**
1245
+ * @param {Number} id
1246
+ * @param {Object} opts Optional parameters
1247
+ * @param {String} [authorization] The authorization token of the logged in user
1248
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1249
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1250
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1251
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1252
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1253
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1254
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1255
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1256
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1257
+ * @param {String} [body]
1258
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1259
+ */
1260
+ }, {
1261
+ key: "removeEndObjectTypesWithHttpInfo",
1262
+ value: function removeEndObjectTypesWithHttpInfo(id, opts) {
1263
+ opts = opts || {};
1264
+ var postBody = opts['body'];
1265
+ // verify the required parameter 'id' is set
1266
+ if (id === undefined || id === null) {
1267
+ throw new Error("Missing the required parameter 'id' when calling removeEndObjectTypes");
1268
+ }
1269
+ var pathParams = {
1270
+ 'id': id
1271
+ };
1272
+ var queryParams = {};
1273
+ var headerParams = {
1274
+ 'Authorization': opts['authorization'],
1275
+ 'cacheduration': opts['cacheduration'],
1276
+ 'cachegroup': opts['cachegroup'],
1277
+ 'cachekey': opts['cachekey'],
1278
+ 'cachescope': opts['cachescope'],
1279
+ 'cacheuser': opts['cacheuser'],
1280
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1281
+ 'zeusportal-postas': opts['zeusportalPostas'],
1282
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1283
+ 'transactionid': opts['transactionid']
1284
+ };
1285
+ var formParams = {};
1286
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1287
+ var contentTypes = ['application/json'];
1288
+ var accepts = ['application/json'];
1289
+ var returnType = _PurgeDataDefaultResponseValue["default"];
1290
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/endobjecttypes', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1291
+ }
1292
+
1293
+ /**
1294
+ * @param {Number} id
1295
+ * @param {Object} opts Optional parameters
1296
+ * @param {String} opts.authorization The authorization token of the logged in user
1297
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1298
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1299
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1300
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1301
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1302
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1303
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1304
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1305
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1306
+ * @param {String} opts.body
1307
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1308
+ */
1309
+ }, {
1310
+ key: "removeEndObjectTypes",
1311
+ value: function removeEndObjectTypes(id, opts) {
1312
+ return this.removeEndObjectTypesWithHttpInfo(id, opts).then(function (response_and_data) {
1313
+ return response_and_data.data;
1314
+ });
1315
+ }
1316
+
1317
+ /**
1318
+ * @param {Number} id
1319
+ * @param {Object} opts Optional parameters
1320
+ * @param {String} [authorization] The authorization token of the logged in user
1321
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1322
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1323
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1324
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1325
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1326
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1327
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1328
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1329
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1330
+ * @param {String} [body]
1331
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1332
+ */
1333
+ }, {
1334
+ key: "removeStartObjectTypesWithHttpInfo",
1335
+ value: function removeStartObjectTypesWithHttpInfo(id, opts) {
1336
+ opts = opts || {};
1337
+ var postBody = opts['body'];
1338
+ // verify the required parameter 'id' is set
1339
+ if (id === undefined || id === null) {
1340
+ throw new Error("Missing the required parameter 'id' when calling removeStartObjectTypes");
1341
+ }
1342
+ var pathParams = {
1343
+ 'id': id
1344
+ };
1345
+ var queryParams = {};
1346
+ var headerParams = {
1347
+ 'Authorization': opts['authorization'],
1348
+ 'cacheduration': opts['cacheduration'],
1349
+ 'cachegroup': opts['cachegroup'],
1350
+ 'cachekey': opts['cachekey'],
1351
+ 'cachescope': opts['cachescope'],
1352
+ 'cacheuser': opts['cacheuser'],
1353
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1354
+ 'zeusportal-postas': opts['zeusportalPostas'],
1355
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1356
+ 'transactionid': opts['transactionid']
1357
+ };
1358
+ var formParams = {};
1359
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1360
+ var contentTypes = ['application/json'];
1361
+ var accepts = ['application/json'];
1362
+ var returnType = _PurgeDataDefaultResponseValue["default"];
1363
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/startobjecttypes', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1364
+ }
1365
+
1366
+ /**
1367
+ * @param {Number} id
1368
+ * @param {Object} opts Optional parameters
1369
+ * @param {String} opts.authorization The authorization token of the logged in user
1370
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1371
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1372
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1373
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1374
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1375
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1376
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1377
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1378
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1379
+ * @param {String} opts.body
1380
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1381
+ */
1382
+ }, {
1383
+ key: "removeStartObjectTypes",
1384
+ value: function removeStartObjectTypes(id, opts) {
1385
+ return this.removeStartObjectTypesWithHttpInfo(id, opts).then(function (response_and_data) {
1386
+ return response_and_data.data;
1387
+ });
1388
+ }
1389
+
1390
+ /**
1391
+ * Update a relationshp type
1392
+ * Performs an update of the relationship type
1393
+ * @param {Number} id The id of the relationship type we are updating
1394
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1395
+ * @param {Object} opts Optional parameters
1396
+ * @param {String} [authorization] The authorization token of the logged in user
1397
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1398
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1399
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1400
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1401
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1402
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1403
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1404
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1405
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1406
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
1407
+ */
1408
+ }, {
1409
+ key: "updateRelationshipTypeWithHttpInfo",
1410
+ value: function updateRelationshipTypeWithHttpInfo(id, graphRelationshipType, opts) {
1411
+ opts = opts || {};
1412
+ var postBody = graphRelationshipType;
1413
+ // verify the required parameter 'id' is set
1414
+ if (id === undefined || id === null) {
1415
+ throw new Error("Missing the required parameter 'id' when calling updateRelationshipType");
1416
+ }
1417
+ // verify the required parameter 'graphRelationshipType' is set
1418
+ if (graphRelationshipType === undefined || graphRelationshipType === null) {
1419
+ throw new Error("Missing the required parameter 'graphRelationshipType' when calling updateRelationshipType");
1420
+ }
1421
+ var pathParams = {
1422
+ 'id': id
1423
+ };
1424
+ var queryParams = {};
1425
+ var headerParams = {
1426
+ 'Authorization': opts['authorization'],
1427
+ 'cacheduration': opts['cacheduration'],
1428
+ 'cachegroup': opts['cachegroup'],
1429
+ 'cachekey': opts['cachekey'],
1430
+ 'cachescope': opts['cachescope'],
1431
+ 'cacheuser': opts['cacheuser'],
1432
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1433
+ 'zeusportal-postas': opts['zeusportalPostas'],
1434
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1435
+ 'transactionid': opts['transactionid']
1436
+ };
1437
+ var formParams = {};
1438
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1439
+ var contentTypes = ['application/json'];
1440
+ var accepts = ['application/json'];
1441
+ var returnType = _GraphRelationshipType["default"];
1442
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1443
+ }
1444
+
1445
+ /**
1446
+ * Update a relationshp type
1447
+ * Performs an update of the relationship type
1448
+ * @param {Number} id The id of the relationship type we are updating
1449
+ * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1450
+ * @param {Object} opts Optional parameters
1451
+ * @param {String} opts.authorization The authorization token of the logged in user
1452
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1453
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1454
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1455
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1456
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1457
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1458
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1459
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1460
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1461
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
1462
+ */
1463
+ }, {
1464
+ key: "updateRelationshipType",
1465
+ value: function updateRelationshipType(id, graphRelationshipType, opts) {
1466
+ return this.updateRelationshipTypeWithHttpInfo(id, graphRelationshipType, opts).then(function (response_and_data) {
1467
+ return response_and_data.data;
1468
+ });
1469
+ }
1470
+
1471
+ /**
1472
+ * @param {Number} id
1473
+ * @param {Object} opts Optional parameters
1474
+ * @param {String} [authorization] The authorization token of the logged in user
1475
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1476
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1477
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1478
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1479
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1480
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1481
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1482
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1483
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1484
+ * @param {String} [body]
1485
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
1486
+ */
1487
+ }, {
1488
+ key: "updateTemplate2WithHttpInfo",
1489
+ value: function updateTemplate2WithHttpInfo(id, opts) {
1490
+ opts = opts || {};
1491
+ var postBody = opts['body'];
1492
+ // verify the required parameter 'id' is set
1493
+ if (id === undefined || id === null) {
1494
+ throw new Error("Missing the required parameter 'id' when calling updateTemplate2");
1495
+ }
1496
+ var pathParams = {
1497
+ 'id': id
1498
+ };
1499
+ var queryParams = {};
1500
+ var headerParams = {
1501
+ 'Authorization': opts['authorization'],
1502
+ 'cacheduration': opts['cacheduration'],
1503
+ 'cachegroup': opts['cachegroup'],
1504
+ 'cachekey': opts['cachekey'],
1505
+ 'cachescope': opts['cachescope'],
1506
+ 'cacheuser': opts['cacheuser'],
1507
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1508
+ 'zeusportal-postas': opts['zeusportalPostas'],
1509
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1510
+ 'transactionid': opts['transactionid']
1511
+ };
1512
+ var formParams = {};
1513
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1514
+ var contentTypes = ['application/json'];
1515
+ var accepts = ['application/json'];
1516
+ var returnType = _PurgeDataDefaultResponseValue["default"];
1517
+ return this.apiClient.callApi('/graph/data/relationshiptype/{id}/template', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1518
+ }
1519
+
1520
+ /**
1521
+ * @param {Number} id
1522
+ * @param {Object} opts Optional parameters
1523
+ * @param {String} opts.authorization The authorization token of the logged in user
1524
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1525
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1526
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1527
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1528
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1529
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1530
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1531
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1532
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1533
+ * @param {String} opts.body
1534
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
1535
+ */
1536
+ }, {
1537
+ key: "updateTemplate2",
1538
+ value: function updateTemplate2(id, opts) {
1539
+ return this.updateTemplate2WithHttpInfo(id, opts).then(function (response_and_data) {
1540
+ return response_and_data.data;
1541
+ });
1542
+ }
1543
+ }]);
1544
+ return GraphRelationshipTypesApi;
1545
+ }();