@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,1002 @@
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 _Document = _interopRequireDefault(require("../model/Document"));
9
+ var _DocumentPart = _interopRequireDefault(require("../model/DocumentPart"));
10
+ var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ 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); }
13
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
+ 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); } }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
18
+ 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); } /**
19
+ * gobodo-api
20
+ * REST Interface for Gobodo API
21
+ *
22
+ * The version of the OpenAPI document: 0.1.89
23
+ * Contact: info@gobodo.io
24
+ *
25
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26
+ * https://openapi-generator.tech
27
+ * Do not edit the class manually.
28
+ *
29
+ */
30
+ /**
31
+ * Documents service.
32
+ * @module api/DocumentsApi
33
+ * @version 0.1.89
34
+ */
35
+ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
36
+ /**
37
+ * Constructs a new DocumentsApi.
38
+ * @alias module:api/DocumentsApi
39
+ * @class
40
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
41
+ * default to {@link module:ApiClient#instance} if unspecified.
42
+ */
43
+ function DocumentsApi(apiClient) {
44
+ _classCallCheck(this, DocumentsApi);
45
+ this.apiClient = apiClient || _ApiClient["default"].instance;
46
+ }
47
+
48
+ /**
49
+ * Create a new document
50
+ * @param {Number} docid
51
+ * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
52
+ * @param {Object} opts Optional parameters
53
+ * @param {String} [authorization] The authorization token of the logged in user
54
+ * @param {Number} [cacheduration] The how long the cache entry should persist
55
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
58
+ * @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)
59
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
60
+ * @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
61
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
62
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
63
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/DocumentPart>} and HTTP response
64
+ */
65
+ _createClass(DocumentsApi, [{
66
+ key: "addDocumentPartWithHttpInfo",
67
+ value: function addDocumentPartWithHttpInfo(docid, documentPart, opts) {
68
+ opts = opts || {};
69
+ var postBody = documentPart;
70
+ // verify the required parameter 'docid' is set
71
+ if (docid === undefined || docid === null) {
72
+ throw new Error("Missing the required parameter 'docid' when calling addDocumentPart");
73
+ }
74
+ // verify the required parameter 'documentPart' is set
75
+ if (documentPart === undefined || documentPart === null) {
76
+ throw new Error("Missing the required parameter 'documentPart' when calling addDocumentPart");
77
+ }
78
+ var pathParams = {
79
+ 'docid': docid
80
+ };
81
+ var queryParams = {};
82
+ var headerParams = {
83
+ 'Authorization': opts['authorization'],
84
+ 'cacheduration': opts['cacheduration'],
85
+ 'cachegroup': opts['cachegroup'],
86
+ 'cachekey': opts['cachekey'],
87
+ 'cachescope': opts['cachescope'],
88
+ 'cacheuser': opts['cacheuser'],
89
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
90
+ 'zeusportal-postas': opts['zeusportalPostas'],
91
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
92
+ 'transactionid': opts['transactionid']
93
+ };
94
+ var formParams = {};
95
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
96
+ var contentTypes = [];
97
+ var accepts = ['*/*'];
98
+ var returnType = [_DocumentPart["default"]];
99
+ return this.apiClient.callApi('/graph/data/articles/{docid}/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
100
+ }
101
+
102
+ /**
103
+ * Create a new document
104
+ * @param {Number} docid
105
+ * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
106
+ * @param {Object} opts Optional parameters
107
+ * @param {String} opts.authorization The authorization token of the logged in user
108
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
109
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
110
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
111
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @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)
113
+ * @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
114
+ * @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
115
+ * @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
116
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
117
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/DocumentPart>}
118
+ */
119
+ }, {
120
+ key: "addDocumentPart",
121
+ value: function addDocumentPart(docid, documentPart, opts) {
122
+ return this.addDocumentPartWithHttpInfo(docid, documentPart, opts).then(function (response_and_data) {
123
+ return response_and_data.data;
124
+ });
125
+ }
126
+
127
+ /**
128
+ * @param {Number} id
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
+ * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
141
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
142
+ */
143
+ }, {
144
+ key: "changeStatusWithHttpInfo",
145
+ value: function changeStatusWithHttpInfo(id, opts) {
146
+ opts = opts || {};
147
+ var postBody = opts['requestBody'];
148
+ // verify the required parameter 'id' is set
149
+ if (id === undefined || id === null) {
150
+ throw new Error("Missing the required parameter 'id' when calling changeStatus");
151
+ }
152
+ var pathParams = {
153
+ 'id': id
154
+ };
155
+ var queryParams = {};
156
+ var headerParams = {
157
+ 'Authorization': opts['authorization'],
158
+ 'cacheduration': opts['cacheduration'],
159
+ 'cachegroup': opts['cachegroup'],
160
+ 'cachekey': opts['cachekey'],
161
+ 'cachescope': opts['cachescope'],
162
+ 'cacheuser': opts['cacheuser'],
163
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
164
+ 'zeusportal-postas': opts['zeusportalPostas'],
165
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
166
+ 'transactionid': opts['transactionid']
167
+ };
168
+ var formParams = {};
169
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
170
+ var contentTypes = ['application/json'];
171
+ var accepts = ['*/*'];
172
+ var returnType = null;
173
+ return this.apiClient.callApi('/graph/data/articles/{id}/status', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
174
+ }
175
+
176
+ /**
177
+ * @param {Number} id
178
+ * @param {Object} opts Optional parameters
179
+ * @param {String} opts.authorization The authorization token of the logged in user
180
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
181
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
182
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
183
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
184
+ * @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)
185
+ * @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
186
+ * @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
187
+ * @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
188
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
189
+ * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} opts.requestBody
190
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
191
+ */
192
+ }, {
193
+ key: "changeStatus",
194
+ value: function changeStatus(id, opts) {
195
+ return this.changeStatusWithHttpInfo(id, opts).then(function (response_and_data) {
196
+ return response_and_data.data;
197
+ });
198
+ }
199
+
200
+ /**
201
+ * Copies the specified document
202
+ * @param {Number} docid
203
+ * @param {Object} opts Optional parameters
204
+ * @param {String} [authorization] The authorization token of the logged in user
205
+ * @param {Number} [cacheduration] The how long the cache entry should persist
206
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
207
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
208
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
209
+ * @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)
210
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
211
+ * @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
212
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
213
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
214
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
215
+ */
216
+ }, {
217
+ key: "copyDocumentWithHttpInfo",
218
+ value: function copyDocumentWithHttpInfo(docid, opts) {
219
+ opts = opts || {};
220
+ var postBody = null;
221
+ // verify the required parameter 'docid' is set
222
+ if (docid === undefined || docid === null) {
223
+ throw new Error("Missing the required parameter 'docid' when calling copyDocument");
224
+ }
225
+ var pathParams = {
226
+ 'docid': docid
227
+ };
228
+ var queryParams = {};
229
+ var headerParams = {
230
+ 'Authorization': opts['authorization'],
231
+ 'cacheduration': opts['cacheduration'],
232
+ 'cachegroup': opts['cachegroup'],
233
+ 'cachekey': opts['cachekey'],
234
+ 'cachescope': opts['cachescope'],
235
+ 'cacheuser': opts['cacheuser'],
236
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
237
+ 'zeusportal-postas': opts['zeusportalPostas'],
238
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
239
+ 'transactionid': opts['transactionid']
240
+ };
241
+ var formParams = {};
242
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
243
+ var contentTypes = [];
244
+ var accepts = ['application/json'];
245
+ var returnType = _Document["default"];
246
+ return this.apiClient.callApi('/graph/data/articles/{docid}/copy', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
247
+ }
248
+
249
+ /**
250
+ * Copies the specified document
251
+ * @param {Number} docid
252
+ * @param {Object} opts Optional parameters
253
+ * @param {String} opts.authorization The authorization token of the logged in user
254
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
255
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
256
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
257
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
258
+ * @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)
259
+ * @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
260
+ * @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
261
+ * @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
262
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
263
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Document}
264
+ */
265
+ }, {
266
+ key: "copyDocument",
267
+ value: function copyDocument(docid, opts) {
268
+ return this.copyDocumentWithHttpInfo(docid, opts).then(function (response_and_data) {
269
+ return response_and_data.data;
270
+ });
271
+ }
272
+
273
+ /**
274
+ * Create a new document
275
+ * @param {Array.<module:model/Document>} document Document or array of documents to create
276
+ * @param {Object} opts Optional parameters
277
+ * @param {String} [authorization] The authorization token of the logged in user
278
+ * @param {Number} [cacheduration] The how long the cache entry should persist
279
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
280
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
281
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
282
+ * @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)
283
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
284
+ * @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
285
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
286
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
287
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/Document>} and HTTP response
288
+ */
289
+ }, {
290
+ key: "createDocumentWithHttpInfo",
291
+ value: function createDocumentWithHttpInfo(document, opts) {
292
+ opts = opts || {};
293
+ var postBody = document;
294
+ // verify the required parameter 'document' is set
295
+ if (document === undefined || document === null) {
296
+ throw new Error("Missing the required parameter 'document' when calling createDocument");
297
+ }
298
+ var pathParams = {};
299
+ var queryParams = {};
300
+ var headerParams = {
301
+ 'Authorization': opts['authorization'],
302
+ 'cacheduration': opts['cacheduration'],
303
+ 'cachegroup': opts['cachegroup'],
304
+ 'cachekey': opts['cachekey'],
305
+ 'cachescope': opts['cachescope'],
306
+ 'cacheuser': opts['cacheuser'],
307
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
308
+ 'zeusportal-postas': opts['zeusportalPostas'],
309
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
310
+ 'transactionid': opts['transactionid']
311
+ };
312
+ var formParams = {};
313
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
314
+ var contentTypes = ['application/json'];
315
+ var accepts = ['application/json'];
316
+ var returnType = [_Document["default"]];
317
+ return this.apiClient.callApi('/graph/data/articles', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
318
+ }
319
+
320
+ /**
321
+ * Create a new document
322
+ * @param {Array.<module:model/Document>} document Document or array of documents to create
323
+ * @param {Object} opts Optional parameters
324
+ * @param {String} opts.authorization The authorization token of the logged in user
325
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
326
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
327
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
328
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
329
+ * @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)
330
+ * @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
331
+ * @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
332
+ * @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
333
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
334
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/Document>}
335
+ */
336
+ }, {
337
+ key: "createDocument",
338
+ value: function createDocument(document, opts) {
339
+ return this.createDocumentWithHttpInfo(document, opts).then(function (response_and_data) {
340
+ return response_and_data.data;
341
+ });
342
+ }
343
+
344
+ /**
345
+ * Delete Document Part
346
+ * Delete an individual document
347
+ * @param {Number} docid
348
+ * @param {Object} opts Optional parameters
349
+ * @param {String} [authorization] The authorization token of the logged in user
350
+ * @param {Number} [cacheduration] The how long the cache entry should persist
351
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
352
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
353
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
+ * @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)
355
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
356
+ * @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
357
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
358
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
359
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
360
+ */
361
+ }, {
362
+ key: "deleteDocumentWithHttpInfo",
363
+ value: function deleteDocumentWithHttpInfo(docid, opts) {
364
+ opts = opts || {};
365
+ var postBody = null;
366
+ // verify the required parameter 'docid' is set
367
+ if (docid === undefined || docid === null) {
368
+ throw new Error("Missing the required parameter 'docid' when calling deleteDocument");
369
+ }
370
+ var pathParams = {
371
+ 'docid': docid
372
+ };
373
+ var queryParams = {};
374
+ var headerParams = {
375
+ 'Authorization': opts['authorization'],
376
+ 'cacheduration': opts['cacheduration'],
377
+ 'cachegroup': opts['cachegroup'],
378
+ 'cachekey': opts['cachekey'],
379
+ 'cachescope': opts['cachescope'],
380
+ 'cacheuser': opts['cacheuser'],
381
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
382
+ 'zeusportal-postas': opts['zeusportalPostas'],
383
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
384
+ 'transactionid': opts['transactionid']
385
+ };
386
+ var formParams = {};
387
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
388
+ var contentTypes = [];
389
+ var accepts = ['application/json'];
390
+ var returnType = null;
391
+ return this.apiClient.callApi('/graph/data/articles/{docid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
392
+ }
393
+
394
+ /**
395
+ * Delete Document Part
396
+ * Delete an individual document
397
+ * @param {Number} docid
398
+ * @param {Object} opts Optional parameters
399
+ * @param {String} opts.authorization The authorization token of the logged in user
400
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
401
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
402
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
403
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
404
+ * @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)
405
+ * @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
406
+ * @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
407
+ * @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
408
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
409
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
410
+ */
411
+ }, {
412
+ key: "deleteDocument",
413
+ value: function deleteDocument(docid, opts) {
414
+ return this.deleteDocumentWithHttpInfo(docid, opts).then(function (response_and_data) {
415
+ return response_and_data.data;
416
+ });
417
+ }
418
+
419
+ /**
420
+ * Delete's the object with the id
421
+ * @param {Number} id The id of the object to delete
422
+ * @param {Object} opts Optional parameters
423
+ * @param {String} [authorization] The authorization token of the logged in user
424
+ * @param {Number} [cacheduration] The how long the cache entry should persist
425
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
426
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
427
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
428
+ * @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)
429
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
430
+ * @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
431
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
432
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
433
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
434
+ */
435
+ }, {
436
+ key: "deleteObjectWithHttpInfo",
437
+ value: function deleteObjectWithHttpInfo(id, opts) {
438
+ opts = opts || {};
439
+ var postBody = null;
440
+ // verify the required parameter 'id' is set
441
+ if (id === undefined || id === null) {
442
+ throw new Error("Missing the required parameter 'id' when calling deleteObject");
443
+ }
444
+ var pathParams = {
445
+ 'id': id
446
+ };
447
+ var queryParams = {};
448
+ var headerParams = {
449
+ 'Authorization': opts['authorization'],
450
+ 'cacheduration': opts['cacheduration'],
451
+ 'cachegroup': opts['cachegroup'],
452
+ 'cachekey': opts['cachekey'],
453
+ 'cachescope': opts['cachescope'],
454
+ 'cacheuser': opts['cacheuser'],
455
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
456
+ 'zeusportal-postas': opts['zeusportalPostas'],
457
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
458
+ 'transactionid': opts['transactionid']
459
+ };
460
+ var formParams = {};
461
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
462
+ var contentTypes = [];
463
+ var accepts = ['application/json'];
464
+ var returnType = null;
465
+ return this.apiClient.callApi('/graph/data/object/{id}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
466
+ }
467
+
468
+ /**
469
+ * Delete's the object with the id
470
+ * @param {Number} id The id of the object to delete
471
+ * @param {Object} opts Optional parameters
472
+ * @param {String} opts.authorization The authorization token of the logged in user
473
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
474
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
475
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
476
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
477
+ * @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)
478
+ * @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
479
+ * @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
480
+ * @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
481
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
482
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
483
+ */
484
+ }, {
485
+ key: "deleteObject",
486
+ value: function deleteObject(id, opts) {
487
+ return this.deleteObjectWithHttpInfo(id, opts).then(function (response_and_data) {
488
+ return response_and_data.data;
489
+ });
490
+ }
491
+
492
+ /**
493
+ * Updates to the document
494
+ * @param {Number} docid
495
+ * @param {module:model/Document} document The document to update
496
+ * @param {Object} opts Optional parameters
497
+ * @param {String} [authorization] The authorization token of the logged in user
498
+ * @param {Number} [cacheduration] The how long the cache entry should persist
499
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
500
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
501
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
502
+ * @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)
503
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
504
+ * @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
505
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
506
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
507
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
508
+ */
509
+ }, {
510
+ key: "editDocumentWithHttpInfo",
511
+ value: function editDocumentWithHttpInfo(docid, document, opts) {
512
+ opts = opts || {};
513
+ var postBody = document;
514
+ // verify the required parameter 'docid' is set
515
+ if (docid === undefined || docid === null) {
516
+ throw new Error("Missing the required parameter 'docid' when calling editDocument");
517
+ }
518
+ // verify the required parameter 'document' is set
519
+ if (document === undefined || document === null) {
520
+ throw new Error("Missing the required parameter 'document' when calling editDocument");
521
+ }
522
+ var pathParams = {
523
+ 'docid': docid
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 = ['application/json'];
541
+ var accepts = ['application/json'];
542
+ var returnType = _Document["default"];
543
+ return this.apiClient.callApi('/graph/data/articles/{docid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
544
+ }
545
+
546
+ /**
547
+ * Updates to the document
548
+ * @param {Number} docid
549
+ * @param {module:model/Document} document The document to update
550
+ * @param {Object} opts Optional parameters
551
+ * @param {String} opts.authorization The authorization token of the logged in user
552
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
553
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
554
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
555
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
556
+ * @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)
557
+ * @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
558
+ * @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
559
+ * @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
560
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
561
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Document}
562
+ */
563
+ }, {
564
+ key: "editDocument",
565
+ value: function editDocument(docid, document, opts) {
566
+ return this.editDocumentWithHttpInfo(docid, document, opts).then(function (response_and_data) {
567
+ return response_and_data.data;
568
+ });
569
+ }
570
+
571
+ /**
572
+ * Root for the API
573
+ * @param {Object} opts Optional parameters
574
+ * @param {String} [authorization] The authorization token of the logged in user
575
+ * @param {Number} [cacheduration] The how long the cache entry should persist
576
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
577
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
578
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
579
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
580
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
581
+ * @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
582
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
583
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
584
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
585
+ */
586
+ }, {
587
+ key: "get20WithHttpInfo",
588
+ value: function get20WithHttpInfo(opts) {
589
+ opts = opts || {};
590
+ var postBody = null;
591
+ var pathParams = {};
592
+ var queryParams = {};
593
+ var headerParams = {
594
+ 'Authorization': opts['authorization'],
595
+ 'cacheduration': opts['cacheduration'],
596
+ 'cachegroup': opts['cachegroup'],
597
+ 'cachekey': opts['cachekey'],
598
+ 'cachescope': opts['cachescope'],
599
+ 'cacheuser': opts['cacheuser'],
600
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
601
+ 'zeusportal-postas': opts['zeusportalPostas'],
602
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
603
+ 'transactionid': opts['transactionid']
604
+ };
605
+ var formParams = {};
606
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
607
+ var contentTypes = [];
608
+ var accepts = ['*/*'];
609
+ var returnType = null;
610
+ return this.apiClient.callApi('/graph/data/articles', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
611
+ }
612
+
613
+ /**
614
+ * Root for the API
615
+ * @param {Object} opts Optional parameters
616
+ * @param {String} opts.authorization The authorization token of the logged in user
617
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
618
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
619
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
620
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
621
+ * @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)
622
+ * @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
623
+ * @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
624
+ * @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
625
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
626
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
627
+ */
628
+ }, {
629
+ key: "get20",
630
+ value: function get20(opts) {
631
+ return this.get20WithHttpInfo(opts).then(function (response_and_data) {
632
+ return response_and_data.data;
633
+ });
634
+ }
635
+
636
+ /**
637
+ * Returns all documents
638
+ * @param {Object} opts Optional parameters
639
+ * @param {String} [authorization] The authorization token of the logged in user
640
+ * @param {Number} [cacheduration] The how long the cache entry should persist
641
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
642
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
643
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
644
+ * @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)
645
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
646
+ * @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
647
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
648
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
649
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/Document>} and HTTP response
650
+ */
651
+ }, {
652
+ key: "getAllDocumentsWithHttpInfo",
653
+ value: function getAllDocumentsWithHttpInfo(opts) {
654
+ opts = opts || {};
655
+ var postBody = null;
656
+ var pathParams = {};
657
+ var queryParams = {};
658
+ var headerParams = {
659
+ 'Authorization': opts['authorization'],
660
+ 'cacheduration': opts['cacheduration'],
661
+ 'cachegroup': opts['cachegroup'],
662
+ 'cachekey': opts['cachekey'],
663
+ 'cachescope': opts['cachescope'],
664
+ 'cacheuser': opts['cacheuser'],
665
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
666
+ 'zeusportal-postas': opts['zeusportalPostas'],
667
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
668
+ 'transactionid': opts['transactionid']
669
+ };
670
+ var formParams = {};
671
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
672
+ var contentTypes = [];
673
+ var accepts = ['*/*'];
674
+ var returnType = [_Document["default"]];
675
+ return this.apiClient.callApi('/graph/data/articles/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
676
+ }
677
+
678
+ /**
679
+ * Returns all documents
680
+ * @param {Object} opts Optional parameters
681
+ * @param {String} opts.authorization The authorization token of the logged in user
682
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
683
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
684
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
685
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
686
+ * @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)
687
+ * @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
688
+ * @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
689
+ * @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
690
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
691
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/Document>}
692
+ */
693
+ }, {
694
+ key: "getAllDocuments",
695
+ value: function getAllDocuments(opts) {
696
+ return this.getAllDocumentsWithHttpInfo(opts).then(function (response_and_data) {
697
+ return response_and_data.data;
698
+ });
699
+ }
700
+
701
+ /**
702
+ * Returns all documents
703
+ * @param {Number} id
704
+ * @param {Object} opts Optional parameters
705
+ * @param {String} [authorization] The authorization token of the logged in user
706
+ * @param {Number} [cacheduration] The how long the cache entry should persist
707
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
708
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
709
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
710
+ * @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)
711
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
712
+ * @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
713
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
714
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
715
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
716
+ */
717
+ }, {
718
+ key: "getDocumentByIdWithHttpInfo",
719
+ value: function getDocumentByIdWithHttpInfo(id, opts) {
720
+ opts = opts || {};
721
+ var postBody = null;
722
+ // verify the required parameter 'id' is set
723
+ if (id === undefined || id === null) {
724
+ throw new Error("Missing the required parameter 'id' when calling getDocumentById");
725
+ }
726
+ var pathParams = {
727
+ 'id': id
728
+ };
729
+ var queryParams = {};
730
+ var headerParams = {
731
+ 'Authorization': opts['authorization'],
732
+ 'cacheduration': opts['cacheduration'],
733
+ 'cachegroup': opts['cachegroup'],
734
+ 'cachekey': opts['cachekey'],
735
+ 'cachescope': opts['cachescope'],
736
+ 'cacheuser': opts['cacheuser'],
737
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
738
+ 'zeusportal-postas': opts['zeusportalPostas'],
739
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
740
+ 'transactionid': opts['transactionid']
741
+ };
742
+ var formParams = {};
743
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
744
+ var contentTypes = [];
745
+ var accepts = ['application/json'];
746
+ var returnType = _Document["default"];
747
+ return this.apiClient.callApi('/graph/data/articles/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
748
+ }
749
+
750
+ /**
751
+ * Returns all documents
752
+ * @param {Number} id
753
+ * @param {Object} opts Optional parameters
754
+ * @param {String} opts.authorization The authorization token of the logged in user
755
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
756
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
757
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
758
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
759
+ * @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)
760
+ * @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
761
+ * @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
762
+ * @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
763
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
764
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Document}
765
+ */
766
+ }, {
767
+ key: "getDocumentById",
768
+ value: function getDocumentById(id, opts) {
769
+ return this.getDocumentByIdWithHttpInfo(id, opts).then(function (response_and_data) {
770
+ return response_and_data.data;
771
+ });
772
+ }
773
+
774
+ /**
775
+ * Gets the document part attached to the document with the given page number
776
+ * @param {Number} id
777
+ * @param {Number} id2
778
+ * @param {Object} opts Optional parameters
779
+ * @param {String} [authorization] The authorization token of the logged in user
780
+ * @param {Number} [cacheduration] The how long the cache entry should persist
781
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
782
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
783
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
784
+ * @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)
785
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
786
+ * @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
787
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
788
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
789
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
790
+ */
791
+ }, {
792
+ key: "getDocumentPartByPageNumberWithHttpInfo",
793
+ value: function getDocumentPartByPageNumberWithHttpInfo(id, id2, opts) {
794
+ opts = opts || {};
795
+ var postBody = null;
796
+ // verify the required parameter 'id' is set
797
+ if (id === undefined || id === null) {
798
+ throw new Error("Missing the required parameter 'id' when calling getDocumentPartByPageNumber");
799
+ }
800
+ // verify the required parameter 'id2' is set
801
+ if (id2 === undefined || id2 === null) {
802
+ throw new Error("Missing the required parameter 'id2' when calling getDocumentPartByPageNumber");
803
+ }
804
+ var pathParams = _defineProperty({
805
+ 'id': id
806
+ }, "id", id2);
807
+ var queryParams = {};
808
+ var headerParams = {
809
+ 'Authorization': opts['authorization'],
810
+ 'cacheduration': opts['cacheduration'],
811
+ 'cachegroup': opts['cachegroup'],
812
+ 'cachekey': opts['cachekey'],
813
+ 'cachescope': opts['cachescope'],
814
+ 'cacheuser': opts['cacheuser'],
815
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
816
+ 'zeusportal-postas': opts['zeusportalPostas'],
817
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
818
+ 'transactionid': opts['transactionid']
819
+ };
820
+ var formParams = {};
821
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
822
+ var contentTypes = [];
823
+ var accepts = ['*/*'];
824
+ var returnType = {
825
+ 'String': _PurgeDataDefaultResponseValue["default"]
826
+ };
827
+ return this.apiClient.callApi('/graph/data/articles/{id}/entryparts/{pagenum}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
828
+ }
829
+
830
+ /**
831
+ * Gets the document part attached to the document with the given page number
832
+ * @param {Number} id
833
+ * @param {Number} id2
834
+ * @param {Object} opts Optional parameters
835
+ * @param {String} opts.authorization The authorization token of the logged in user
836
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
837
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
838
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
839
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
840
+ * @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)
841
+ * @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
842
+ * @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
843
+ * @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
844
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
845
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
846
+ */
847
+ }, {
848
+ key: "getDocumentPartByPageNumber",
849
+ value: function getDocumentPartByPageNumber(id, id2, opts) {
850
+ return this.getDocumentPartByPageNumberWithHttpInfo(id, id2, opts).then(function (response_and_data) {
851
+ return response_and_data.data;
852
+ });
853
+ }
854
+
855
+ /**
856
+ * Gets the document parts attached to the document
857
+ * @param {Number} id
858
+ * @param {Object} opts Optional parameters
859
+ * @param {String} [authorization] The authorization token of the logged in user
860
+ * @param {Number} [cacheduration] The how long the cache entry should persist
861
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
862
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
863
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
864
+ * @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)
865
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
866
+ * @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
867
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
868
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
869
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/DocumentPart>} and HTTP response
870
+ */
871
+ }, {
872
+ key: "getDocumentPartsWithHttpInfo",
873
+ value: function getDocumentPartsWithHttpInfo(id, opts) {
874
+ opts = opts || {};
875
+ var postBody = null;
876
+ // verify the required parameter 'id' is set
877
+ if (id === undefined || id === null) {
878
+ throw new Error("Missing the required parameter 'id' when calling getDocumentParts");
879
+ }
880
+ var pathParams = {
881
+ 'id': id
882
+ };
883
+ var queryParams = {};
884
+ var headerParams = {
885
+ 'Authorization': opts['authorization'],
886
+ 'cacheduration': opts['cacheduration'],
887
+ 'cachegroup': opts['cachegroup'],
888
+ 'cachekey': opts['cachekey'],
889
+ 'cachescope': opts['cachescope'],
890
+ 'cacheuser': opts['cacheuser'],
891
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
892
+ 'zeusportal-postas': opts['zeusportalPostas'],
893
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
894
+ 'transactionid': opts['transactionid']
895
+ };
896
+ var formParams = {};
897
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
898
+ var contentTypes = [];
899
+ var accepts = ['*/*'];
900
+ var returnType = [_DocumentPart["default"]];
901
+ return this.apiClient.callApi('/graph/data/articles/{id}/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
902
+ }
903
+
904
+ /**
905
+ * Gets the document parts attached to the document
906
+ * @param {Number} id
907
+ * @param {Object} opts Optional parameters
908
+ * @param {String} opts.authorization The authorization token of the logged in user
909
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
910
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
911
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
912
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
913
+ * @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)
914
+ * @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
915
+ * @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
916
+ * @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
917
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
918
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/DocumentPart>}
919
+ */
920
+ }, {
921
+ key: "getDocumentParts",
922
+ value: function getDocumentParts(id, opts) {
923
+ return this.getDocumentPartsWithHttpInfo(id, opts).then(function (response_and_data) {
924
+ return response_and_data.data;
925
+ });
926
+ }
927
+
928
+ /**
929
+ * Returns the documents of the given type
930
+ * @param {Number} typeid
931
+ * @param {Object} opts Optional parameters
932
+ * @param {String} [authorization] The authorization token of the logged in user
933
+ * @param {Number} [cacheduration] The how long the cache entry should persist
934
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
935
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
936
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
937
+ * @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)
938
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
939
+ * @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
940
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
941
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
942
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/Document>} and HTTP response
943
+ */
944
+ }, {
945
+ key: "getDocumentsByTypeWithHttpInfo",
946
+ value: function getDocumentsByTypeWithHttpInfo(typeid, opts) {
947
+ opts = opts || {};
948
+ var postBody = null;
949
+ // verify the required parameter 'typeid' is set
950
+ if (typeid === undefined || typeid === null) {
951
+ throw new Error("Missing the required parameter 'typeid' when calling getDocumentsByType");
952
+ }
953
+ var pathParams = {
954
+ 'typeid': typeid
955
+ };
956
+ var queryParams = {};
957
+ var headerParams = {
958
+ 'Authorization': opts['authorization'],
959
+ 'cacheduration': opts['cacheduration'],
960
+ 'cachegroup': opts['cachegroup'],
961
+ 'cachekey': opts['cachekey'],
962
+ 'cachescope': opts['cachescope'],
963
+ 'cacheuser': opts['cacheuser'],
964
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
965
+ 'zeusportal-postas': opts['zeusportalPostas'],
966
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
967
+ 'transactionid': opts['transactionid']
968
+ };
969
+ var formParams = {};
970
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
971
+ var contentTypes = [];
972
+ var accepts = ['*/*'];
973
+ var returnType = [_Document["default"]];
974
+ return this.apiClient.callApi('/graph/data/articles/entrytype/{typeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
975
+ }
976
+
977
+ /**
978
+ * Returns the documents of the given type
979
+ * @param {Number} typeid
980
+ * @param {Object} opts Optional parameters
981
+ * @param {String} opts.authorization The authorization token of the logged in user
982
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
983
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
984
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
985
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
986
+ * @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)
987
+ * @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
988
+ * @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
989
+ * @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
990
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
991
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/Document>}
992
+ */
993
+ }, {
994
+ key: "getDocumentsByType",
995
+ value: function getDocumentsByType(typeid, opts) {
996
+ return this.getDocumentsByTypeWithHttpInfo(typeid, opts).then(function (response_and_data) {
997
+ return response_and_data.data;
998
+ });
999
+ }
1000
+ }]);
1001
+ return DocumentsApi;
1002
+ }();