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