@gobodo/gobodo-api 0.1.97 → 0.1.100

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 (596) hide show
  1. package/README.md +602 -684
  2. package/dist/ApiClient.d.ts +1 -1
  3. package/dist/ApiClient.js +7 -3
  4. package/dist/api/ActionTypesApi.d.ts +2 -1
  5. package/dist/api/ActionTypesApi.js +6 -3
  6. package/dist/api/AdCampaignsApi.d.ts +30 -47
  7. package/dist/api/AdCampaignsApi.js +107 -145
  8. package/dist/api/AdManagementApi.d.ts +53 -41
  9. package/dist/api/AdManagementApi.js +186 -156
  10. package/dist/api/AdminDataManagementApi.d.ts +4 -3
  11. package/dist/api/AdminDataManagementApi.js +17 -15
  12. package/dist/api/AdsApi.d.ts +24 -43
  13. package/dist/api/AdsApi.js +80 -124
  14. package/dist/api/AttachmentsApi.d.ts +14 -58
  15. package/dist/api/AttachmentsApi.js +64 -166
  16. package/dist/api/AuthenticationApi.d.ts +1 -1
  17. package/dist/api/AuthenticationApi.js +12 -12
  18. package/dist/api/CategoriesApi.d.ts +17 -10
  19. package/dist/api/CategoriesApi.js +88 -65
  20. package/dist/api/CommentsApi.d.ts +11 -53
  21. package/dist/api/CommentsApi.js +64 -159
  22. package/dist/api/ContentManagementApi.d.ts +44 -16
  23. package/dist/api/ContentManagementApi.js +306 -222
  24. package/dist/api/ConversationsApi.d.ts +13 -29
  25. package/dist/api/ConversationsApi.js +87 -119
  26. package/dist/api/CurrencyApi.d.ts +8 -1
  27. package/dist/api/CurrencyApi.js +71 -50
  28. package/dist/api/DataSheetImportsApi.d.ts +23 -11
  29. package/dist/api/DataSheetImportsApi.js +167 -127
  30. package/dist/api/DefaultApi.d.ts +18 -13
  31. package/dist/api/DefaultApi.js +73 -58
  32. package/dist/api/DocumentPartTypesApi.d.ts +3 -1
  33. package/dist/api/DocumentPartTypesApi.js +23 -16
  34. package/dist/api/DocumentTypesApi.d.ts +3 -1
  35. package/dist/api/DocumentTypesApi.js +23 -16
  36. package/dist/api/DocumentsApi.d.ts +20 -32
  37. package/dist/api/DocumentsApi.js +131 -153
  38. package/dist/api/EmailsApi.d.ts +5 -1
  39. package/dist/api/EmailsApi.js +43 -30
  40. package/dist/api/EntryPartsApi.d.ts +21 -33
  41. package/dist/api/EntryPartsApi.js +132 -152
  42. package/dist/api/FacebookApi.d.ts +1 -1
  43. package/dist/api/FacebookApi.js +3 -3
  44. package/dist/api/FieldsApi.d.ts +4 -1
  45. package/dist/api/FieldsApi.js +33 -23
  46. package/dist/api/FilesApi.d.ts +5 -5
  47. package/dist/api/FilesApi.js +13 -12
  48. package/dist/api/FormsApi.d.ts +52 -34
  49. package/dist/api/FormsApi.js +233 -182
  50. package/dist/api/FunctionsApi.d.ts +21 -27
  51. package/dist/api/FunctionsApi.js +196 -203
  52. package/dist/api/GeocodeApi.d.ts +30 -70
  53. package/dist/api/GeocodeApi.js +72 -176
  54. package/dist/api/GobodoManagementApi.d.ts +6 -1
  55. package/dist/api/GobodoManagementApi.js +53 -37
  56. package/dist/api/GoogleApi.d.ts +1 -1
  57. package/dist/api/GoogleApi.js +3 -3
  58. package/dist/api/GraphActionTypesApi.d.ts +79 -61
  59. package/dist/api/GraphActionTypesApi.js +225 -184
  60. package/dist/api/GraphActionsApi.d.ts +28 -149
  61. package/dist/api/GraphActionsApi.js +85 -374
  62. package/dist/api/GraphObjectTypesApi.d.ts +38 -148
  63. package/dist/api/GraphObjectTypesApi.js +140 -392
  64. package/dist/api/GraphObjectsApi.d.ts +194 -1103
  65. package/dist/api/GraphObjectsApi.js +597 -2774
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +67 -303
  67. package/dist/api/GraphRelationshipTypesApi.js +200 -748
  68. package/dist/api/GraphRelationshipsApi.d.ts +83 -494
  69. package/dist/api/GraphRelationshipsApi.js +351 -1306
  70. package/dist/api/GraphSchemasApi.d.ts +9 -229
  71. package/dist/api/GraphSchemasApi.js +86 -610
  72. package/dist/api/GraphTraversalApi.d.ts +12 -5
  73. package/dist/api/GraphTraversalApi.js +80 -58
  74. package/dist/api/GraphsApi.d.ts +102 -87
  75. package/dist/api/GraphsApi.js +274 -233
  76. package/dist/api/IAMApi.d.ts +21 -17
  77. package/dist/api/IAMApi.js +69 -57
  78. package/dist/api/ImagesApi.d.ts +15 -86
  79. package/dist/api/ImagesApi.js +71 -238
  80. package/dist/api/InvitesApi.d.ts +6 -1
  81. package/dist/api/InvitesApi.js +53 -37
  82. package/dist/api/LikesApi.d.ts +42 -29
  83. package/dist/api/LikesApi.js +179 -143
  84. package/dist/api/LinkedINApi.d.ts +1 -1
  85. package/dist/api/LinkedINApi.js +3 -3
  86. package/dist/api/LiveMeetingsApi.d.ts +5 -3
  87. package/dist/api/LiveMeetingsApi.js +27 -22
  88. package/dist/api/MeetingEventsApi.d.ts +20 -131
  89. package/dist/api/MeetingEventsApi.js +175 -431
  90. package/dist/api/NotificationsApi.d.ts +15 -1
  91. package/dist/api/NotificationsApi.js +137 -97
  92. package/dist/api/PagesApi.d.ts +15 -31
  93. package/dist/api/PagesApi.js +94 -126
  94. package/dist/api/PasswordResetApi.d.ts +78 -0
  95. package/dist/api/PasswordResetApi.js +189 -0
  96. package/dist/api/PhoneNumbersApi.d.ts +6 -1
  97. package/dist/api/PhoneNumbersApi.js +53 -37
  98. package/dist/api/PostsApi.d.ts +9 -29
  99. package/dist/api/PostsApi.js +47 -91
  100. package/dist/api/PrivateMessagesApi.d.ts +24 -33
  101. package/dist/api/PrivateMessagesApi.js +160 -171
  102. package/dist/api/PublicationsApi.d.ts +10 -25
  103. package/dist/api/PublicationsApi.js +83 -116
  104. package/dist/api/RestApplicationsApi.d.ts +6 -1
  105. package/dist/api/RestApplicationsApi.js +51 -36
  106. package/dist/api/ScreensApi.d.ts +4 -1
  107. package/dist/api/ScreensApi.js +33 -23
  108. package/dist/api/SitesApi.d.ts +11 -1
  109. package/dist/api/SitesApi.js +99 -70
  110. package/dist/api/SocialGroupsApi.d.ts +25 -6
  111. package/dist/api/SocialGroupsApi.js +193 -139
  112. package/dist/api/SocialIntegrationApi.d.ts +1 -1
  113. package/dist/api/SocialIntegrationApi.js +6 -6
  114. package/dist/api/StripeAccountsApi.d.ts +42 -3
  115. package/dist/api/StripeAccountsApi.js +397 -281
  116. package/dist/api/TagsApi.d.ts +2 -1
  117. package/dist/api/TagsApi.js +6 -3
  118. package/dist/api/TemplatesApi.d.ts +4 -1
  119. package/dist/api/TemplatesApi.js +33 -23
  120. package/dist/api/ThemeMappingsApi.d.ts +8 -5
  121. package/dist/api/ThemeMappingsApi.js +39 -29
  122. package/dist/api/TopicsApi.d.ts +9 -1
  123. package/dist/api/TopicsApi.js +83 -58
  124. package/dist/api/TransactionsApi.d.ts +1 -1
  125. package/dist/api/TransactionsApi.js +5 -5
  126. package/dist/api/TwitterApi.d.ts +1 -1
  127. package/dist/api/TwitterApi.js +3 -3
  128. package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
  129. package/dist/api/UserManagerAdministrationApi.js +234 -0
  130. package/dist/api/UserTagsApi.d.ts +33 -75
  131. package/dist/api/UserTagsApi.js +111 -209
  132. package/dist/api/UsersApi.d.ts +12 -1
  133. package/dist/api/UsersApi.js +111 -78
  134. package/dist/api/UtilsApi.d.ts +1 -1
  135. package/dist/api/UtilsApi.js +3 -3
  136. package/dist/api/VideosApi.d.ts +17 -57
  137. package/dist/api/VideosApi.js +102 -192
  138. package/dist/api/WalletsApi.d.ts +18 -1
  139. package/dist/api/WalletsApi.js +167 -118
  140. package/dist/index.d.ts +33 -16
  141. package/dist/index.js +204 -85
  142. package/dist/model/APIClient.d.ts +2 -2
  143. package/dist/model/APIClient.js +10 -10
  144. package/dist/model/AccountSessionInput.d.ts +1 -1
  145. package/dist/model/AccountSessionInput.js +2 -2
  146. package/dist/model/AccountSessionResponse.d.ts +1 -1
  147. package/dist/model/AccountSessionResponse.js +2 -2
  148. package/dist/model/Address.d.ts +33 -0
  149. package/dist/model/Address.js +137 -0
  150. package/dist/model/AddressResponse.d.ts +46 -0
  151. package/dist/model/AddressResponse.js +168 -0
  152. package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
  153. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  154. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
  155. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  156. package/dist/model/Article.d.ts +10 -10
  157. package/dist/model/Article.js +68 -68
  158. package/dist/model/AuthResponse.d.ts +1 -1
  159. package/dist/model/AuthResponse.js +2 -2
  160. package/dist/model/AwsSettings.d.ts +1 -1
  161. package/dist/model/AwsSettings.js +2 -2
  162. package/dist/model/Balance.d.ts +2 -2
  163. package/dist/model/Balance.js +19 -19
  164. package/dist/model/BalanceDetails.d.ts +1 -1
  165. package/dist/model/BalanceDetails.js +2 -2
  166. package/dist/model/BalanceResponse.d.ts +1 -1
  167. package/dist/model/BalanceResponse.js +2 -2
  168. package/dist/model/BankAccountInfo.d.ts +1 -1
  169. package/dist/model/BankAccountInfo.js +2 -2
  170. package/dist/model/Base64ImageUpload.d.ts +1 -1
  171. package/dist/model/Base64ImageUpload.js +2 -2
  172. package/dist/model/BlogPostResponse.d.ts +1 -1
  173. package/dist/model/BlogPostResponse.js +2 -2
  174. package/dist/model/CacheInvalidation.d.ts +46 -0
  175. package/dist/model/CacheInvalidation.js +137 -0
  176. package/dist/model/CardInfo.d.ts +1 -1
  177. package/dist/model/CardInfo.js +2 -2
  178. package/dist/model/Comment.d.ts +4 -4
  179. package/dist/model/Comment.js +22 -22
  180. package/dist/model/ConsoleProjectInput.d.ts +1 -1
  181. package/dist/model/ConsoleProjectInput.js +2 -2
  182. package/dist/model/ConsoleProjectResponse.d.ts +1 -1
  183. package/dist/model/ConsoleProjectResponse.js +2 -2
  184. package/dist/model/Coordinates.d.ts +1 -1
  185. package/dist/model/Coordinates.js +2 -2
  186. package/dist/model/CreateAccountResponse.d.ts +1 -1
  187. package/dist/model/CreateAccountResponse.js +2 -2
  188. package/dist/model/CreateFunctionInput.d.ts +1 -1
  189. package/dist/model/CreateFunctionInput.js +2 -2
  190. package/dist/model/CreateStripeAccountInput.d.ts +1 -1
  191. package/dist/model/CreateStripeAccountInput.js +2 -2
  192. package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
  193. package/dist/model/CreateStripeCustomerInput.js +2 -2
  194. package/dist/model/CreateTopicInput.d.ts +1 -1
  195. package/dist/model/CreateTopicInput.js +2 -2
  196. package/dist/model/CreateTopicListenerInput.d.ts +1 -1
  197. package/dist/model/CreateTopicListenerInput.js +2 -2
  198. package/dist/model/Currency.d.ts +1 -1
  199. package/dist/model/Currency.js +2 -2
  200. package/dist/model/CurrencyGrantInput.d.ts +1 -1
  201. package/dist/model/CurrencyGrantInput.js +2 -2
  202. package/dist/model/CurrencyGrantResponse.d.ts +1 -1
  203. package/dist/model/CurrencyGrantResponse.js +2 -2
  204. package/dist/model/CurrencyInput.d.ts +1 -1
  205. package/dist/model/CurrencyInput.js +2 -2
  206. package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
  207. package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
  208. package/dist/model/CurrencyResponse.d.ts +1 -1
  209. package/dist/model/CurrencyResponse.js +2 -2
  210. package/dist/model/CurrencySettings.d.ts +1 -1
  211. package/dist/model/CurrencySettings.js +2 -2
  212. package/dist/model/CustomerResponse.d.ts +1 -1
  213. package/dist/model/CustomerResponse.js +2 -2
  214. package/dist/model/DataObject.d.ts +1 -1
  215. package/dist/model/DataObject.js +2 -2
  216. package/dist/model/DataSheetImport.d.ts +8 -8
  217. package/dist/model/DataSheetImport.js +76 -76
  218. package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
  219. package/dist/model/DataSheetImportPrivacySettings.js +10 -10
  220. package/dist/model/DataSheetImportSummary.d.ts +2 -2
  221. package/dist/model/DataSheetImportSummary.js +14 -14
  222. package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
  223. package/dist/model/DeviceRegistrationRequest.js +2 -2
  224. package/dist/model/Document.d.ts +11 -11
  225. package/dist/model/Document.js +72 -72
  226. package/dist/model/DocumentPart.d.ts +6 -6
  227. package/dist/model/DocumentPart.js +54 -54
  228. package/dist/model/DocumentPartType.d.ts +4 -4
  229. package/dist/model/DocumentPartType.js +30 -30
  230. package/dist/model/DocumentType.d.ts +6 -6
  231. package/dist/model/DocumentType.js +46 -46
  232. package/dist/model/DomainMappingInput.d.ts +40 -0
  233. package/dist/model/DomainMappingInput.js +122 -0
  234. package/dist/model/DomainMappingResponse.d.ts +40 -0
  235. package/dist/model/DomainMappingResponse.js +122 -0
  236. package/dist/model/EmailAddress.d.ts +1 -1
  237. package/dist/model/EmailAddress.js +2 -2
  238. package/dist/model/FieldMapping.d.ts +1 -1
  239. package/dist/model/FieldMapping.js +2 -2
  240. package/dist/model/Fields.d.ts +5 -5
  241. package/dist/model/Fields.js +25 -25
  242. package/dist/model/File.d.ts +5 -5
  243. package/dist/model/File.js +28 -28
  244. package/dist/model/FileAttachmentUploadObject.d.ts +5 -5
  245. package/dist/model/FileAttachmentUploadObject.js +28 -28
  246. package/dist/model/Filter.d.ts +1 -1
  247. package/dist/model/Filter.js +2 -2
  248. package/dist/model/FilterManager.d.ts +1 -1
  249. package/dist/model/FilterManager.js +2 -2
  250. package/dist/model/Form.d.ts +3 -3
  251. package/dist/model/Form.js +21 -21
  252. package/dist/model/FormSection.d.ts +1 -1
  253. package/dist/model/FormSection.js +2 -2
  254. package/dist/model/FormSubmission.d.ts +3 -3
  255. package/dist/model/FormSubmission.js +17 -17
  256. package/dist/model/FunctionConfigInput.d.ts +1 -1
  257. package/dist/model/FunctionConfigInput.js +2 -2
  258. package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
  259. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  260. package/dist/model/FunctionInput.d.ts +1 -1
  261. package/dist/model/FunctionInput.js +2 -2
  262. package/dist/model/FunctionOutput.d.ts +1 -1
  263. package/dist/model/FunctionOutput.js +2 -2
  264. package/dist/model/Geocode.d.ts +1 -1
  265. package/dist/model/Geocode.js +2 -2
  266. package/dist/model/GeocodePayload.d.ts +1 -1
  267. package/dist/model/GeocodePayload.js +6 -6
  268. package/dist/model/GeocodeResponse.d.ts +42 -0
  269. package/dist/model/GeocodeResponse.js +140 -0
  270. package/dist/model/GeolocationInput.d.ts +1 -1
  271. package/dist/model/GeolocationInput.js +2 -2
  272. package/dist/model/GetFunctionConfig.d.ts +1 -1
  273. package/dist/model/GetFunctionConfig.js +2 -2
  274. package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
  275. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  276. package/dist/model/GetFunctionResponse.d.ts +1 -1
  277. package/dist/model/GetFunctionResponse.js +2 -2
  278. package/dist/model/GoogleCloudSettings.d.ts +1 -1
  279. package/dist/model/GoogleCloudSettings.js +2 -2
  280. package/dist/model/Graph.d.ts +5 -5
  281. package/dist/model/Graph.js +33 -33
  282. package/dist/model/GraphAction.d.ts +2 -2
  283. package/dist/model/GraphAction.js +11 -11
  284. package/dist/model/GraphActionPayload.d.ts +1 -1
  285. package/dist/model/GraphActionPayload.js +2 -2
  286. package/dist/model/GraphActionResponse.d.ts +3 -1
  287. package/dist/model/GraphActionResponse.js +26 -2
  288. package/dist/model/GraphActionTypeInput.d.ts +55 -0
  289. package/dist/model/GraphActionTypeInput.js +316 -0
  290. package/dist/model/GraphActionTypeResponse.d.ts +69 -0
  291. package/dist/model/GraphActionTypeResponse.js +407 -0
  292. package/dist/model/GraphDatabaseService.d.ts +2 -2
  293. package/dist/model/GraphDatabaseService.js +10 -10
  294. package/dist/model/GraphGeocode.d.ts +1 -1
  295. package/dist/model/GraphGeocode.js +2 -2
  296. package/dist/model/GraphInput.d.ts +43 -0
  297. package/dist/model/GraphInput.js +152 -0
  298. package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
  299. package/dist/model/GraphIteratorEntryPart.js +2 -2
  300. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
  301. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
  302. package/dist/model/GraphObject.d.ts +3 -3
  303. package/dist/model/GraphObject.js +19 -19
  304. package/dist/model/GraphObjectPayload.d.ts +3 -3
  305. package/dist/model/GraphObjectPayload.js +17 -19
  306. package/dist/model/GraphObjectResponse.d.ts +11 -3
  307. package/dist/model/GraphObjectResponse.js +74 -6
  308. package/dist/model/GraphObjectSchema.d.ts +4 -4
  309. package/dist/model/GraphObjectSchema.js +31 -31
  310. package/dist/model/GraphObjectType.d.ts +3 -3
  311. package/dist/model/GraphObjectType.js +18 -18
  312. package/dist/model/GraphObjectTypeInput.d.ts +1 -1
  313. package/dist/model/GraphObjectTypeInput.js +2 -2
  314. package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
  315. package/dist/model/GraphObjectTypeResponse.js +59 -28
  316. package/dist/model/GraphObjectTypeSchema.d.ts +3 -3
  317. package/dist/model/GraphObjectTypeSchema.js +18 -18
  318. package/dist/model/GraphOwner.d.ts +1 -1
  319. package/dist/model/GraphOwner.js +2 -2
  320. package/dist/model/GraphRelationship.d.ts +2 -2
  321. package/dist/model/GraphRelationship.js +11 -11
  322. package/dist/model/GraphRelationshipPayload.d.ts +3 -3
  323. package/dist/model/GraphRelationshipPayload.js +22 -24
  324. package/dist/model/GraphRelationshipResponse.d.ts +55 -0
  325. package/dist/model/GraphRelationshipResponse.js +229 -0
  326. package/dist/model/GraphRelationshipType.d.ts +6 -6
  327. package/dist/model/GraphRelationshipType.js +43 -43
  328. package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
  329. package/dist/model/GraphRelationshipTypeInput.js +367 -0
  330. package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
  331. package/dist/model/GraphRelationshipTypeResponse.js +38 -2
  332. package/dist/model/GraphResponse.d.ts +54 -0
  333. package/dist/model/GraphResponse.js +196 -0
  334. package/dist/model/GraphSchema.d.ts +7 -7
  335. package/dist/model/GraphSchema.js +42 -42
  336. package/dist/model/GraphSchemaInput.d.ts +1 -1
  337. package/dist/model/GraphSchemaInput.js +2 -2
  338. package/dist/model/GraphSchemaResponse.d.ts +1 -1
  339. package/dist/model/GraphSchemaResponse.js +2 -2
  340. package/dist/model/GraphTraversalInput.d.ts +7 -1
  341. package/dist/model/GraphTraversalInput.js +74 -2
  342. package/dist/model/Image.d.ts +1 -1
  343. package/dist/model/Image.js +2 -2
  344. package/dist/model/InputPart.d.ts +5 -3
  345. package/dist/model/InputPart.js +42 -23
  346. package/dist/model/InputPartHeaders.d.ts +29 -0
  347. package/dist/model/InputPartHeaders.js +87 -0
  348. package/dist/model/InputPartMediaType.d.ts +1 -1
  349. package/dist/model/InputPartMediaType.js +2 -2
  350. package/dist/model/JsonArray.d.ts +34 -0
  351. package/dist/model/JsonArray.js +95 -0
  352. package/dist/model/JsonObject.d.ts +41 -0
  353. package/dist/model/JsonObject.js +143 -0
  354. package/dist/model/JsonValue.d.ts +40 -0
  355. package/dist/model/JsonValue.js +132 -0
  356. package/dist/model/KafkaSettings.d.ts +1 -1
  357. package/dist/model/KafkaSettings.js +2 -2
  358. package/dist/model/Link.d.ts +3 -3
  359. package/dist/model/Link.js +21 -21
  360. package/dist/model/LiveStreamInfo.d.ts +1 -1
  361. package/dist/model/LiveStreamInfo.js +2 -2
  362. package/dist/model/MediaType.d.ts +33 -0
  363. package/dist/model/MediaType.js +127 -0
  364. package/dist/model/MeetingEvent.d.ts +7 -7
  365. package/dist/model/MeetingEvent.js +50 -50
  366. package/dist/model/MeetingEventInput.d.ts +1 -1
  367. package/dist/model/MeetingEventInput.js +2 -2
  368. package/dist/model/MeetingEventResponse.d.ts +1 -1
  369. package/dist/model/MeetingEventResponse.js +2 -2
  370. package/dist/model/MeetingEventTimezone.d.ts +1 -1
  371. package/dist/model/MeetingEventTimezone.js +2 -2
  372. package/dist/model/MeetingEventTypeInput.d.ts +1 -1
  373. package/dist/model/MeetingEventTypeInput.js +2 -2
  374. package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
  375. package/dist/model/MeetingEventTypeResponse.js +2 -2
  376. package/dist/model/MeetingInfo.d.ts +2 -2
  377. package/dist/model/MeetingInfo.js +15 -15
  378. package/dist/model/Member.d.ts +4 -4
  379. package/dist/model/Member.js +24 -24
  380. package/dist/model/MemberGroupCategory.d.ts +1 -1
  381. package/dist/model/MemberGroupCategory.js +2 -2
  382. package/dist/model/MemberList.d.ts +1 -1
  383. package/dist/model/MemberList.js +2 -2
  384. package/dist/model/MemberManagerConfigInput.d.ts +39 -0
  385. package/dist/model/MemberManagerConfigInput.js +124 -0
  386. package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
  387. package/dist/model/MemberManagerConfigResponse.js +134 -0
  388. package/dist/model/MemberManagerInput.d.ts +41 -0
  389. package/dist/model/MemberManagerInput.js +134 -0
  390. package/dist/model/MemberManagerResponse.d.ts +41 -0
  391. package/dist/model/MemberManagerResponse.js +134 -0
  392. package/dist/model/MessageGroup.d.ts +1 -1
  393. package/dist/model/MessageGroup.js +2 -2
  394. package/dist/model/MultipartBody.d.ts +1 -1
  395. package/dist/model/MultipartBody.js +2 -2
  396. package/dist/model/MultivaluedMapStringString.d.ts +29 -0
  397. package/dist/model/MultivaluedMapStringString.js +87 -0
  398. package/dist/model/NotificationInput.d.ts +1 -1
  399. package/dist/model/NotificationInput.js +2 -2
  400. package/dist/model/NotificationResponse.d.ts +1 -1
  401. package/dist/model/NotificationResponse.js +2 -2
  402. package/dist/model/NumberSettings.d.ts +1 -1
  403. package/dist/model/NumberSettings.js +2 -2
  404. package/dist/model/ObjectSettings.d.ts +1 -1
  405. package/dist/model/ObjectSettings.js +2 -2
  406. package/dist/model/Objecttype.d.ts +3 -3
  407. package/dist/model/Objecttype.js +18 -18
  408. package/dist/model/OutParameter.d.ts +1 -1
  409. package/dist/model/OutParameter.js +2 -2
  410. package/dist/model/Page.d.ts +3 -3
  411. package/dist/model/Page.js +16 -16
  412. package/dist/model/PageSchema.d.ts +4 -4
  413. package/dist/model/PageSchema.js +25 -25
  414. package/dist/model/Pageable.d.ts +3 -3
  415. package/dist/model/Pageable.js +16 -16
  416. package/dist/model/Parameter.d.ts +1 -1
  417. package/dist/model/Parameter.js +2 -2
  418. package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
  419. package/dist/model/PasswordResetInitiateRequest.js +112 -0
  420. package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
  421. package/dist/model/PasswordResetInitiateResponse.js +156 -0
  422. package/dist/model/PasswordResetRequest.d.ts +42 -0
  423. package/dist/model/PasswordResetRequest.js +136 -0
  424. package/dist/model/PasswordResetResponse.d.ts +46 -0
  425. package/dist/model/PasswordResetResponse.js +162 -0
  426. package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
  427. package/dist/model/PasswordResetValidationResponse.js +162 -0
  428. package/dist/model/Path.d.ts +1 -1
  429. package/dist/model/Path.js +9 -9
  430. package/dist/model/PaymentAccountObject.d.ts +1 -1
  431. package/dist/model/PaymentAccountObject.js +2 -2
  432. package/dist/model/PaymentIntentInput.d.ts +1 -1
  433. package/dist/model/PaymentIntentInput.js +2 -2
  434. package/dist/model/PaymentIntentResponse.d.ts +1 -1
  435. package/dist/model/PaymentIntentResponse.js +2 -2
  436. package/dist/model/PaymentMethod.d.ts +2 -2
  437. package/dist/model/PaymentMethod.js +10 -10
  438. package/dist/model/PaymentMethodInput.d.ts +1 -1
  439. package/dist/model/PaymentMethodInput.js +2 -2
  440. package/dist/model/PaymentMethodResponse.d.ts +1 -1
  441. package/dist/model/PaymentMethodResponse.js +2 -2
  442. package/dist/model/PaymentMethodsResponse.d.ts +1 -1
  443. package/dist/model/PaymentMethodsResponse.js +2 -2
  444. package/dist/model/Payout.d.ts +2 -2
  445. package/dist/model/Payout.js +15 -15
  446. package/dist/model/PayoutInput.d.ts +1 -1
  447. package/dist/model/PayoutInput.js +2 -2
  448. package/dist/model/PayoutResponse.d.ts +1 -1
  449. package/dist/model/PayoutResponse.js +2 -2
  450. package/dist/model/PhoneNumber.d.ts +3 -3
  451. package/dist/model/PhoneNumber.js +20 -20
  452. package/dist/model/Post.d.ts +3 -3
  453. package/dist/model/Post.js +17 -17
  454. package/dist/model/PrivateMessage.d.ts +4 -4
  455. package/dist/model/PrivateMessage.js +28 -28
  456. package/dist/model/PrivateMessageConversation.d.ts +6 -6
  457. package/dist/model/PrivateMessageConversation.js +52 -52
  458. package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
  459. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  460. package/dist/model/Profile.d.ts +2 -2
  461. package/dist/model/Profile.js +14 -14
  462. package/dist/model/Profiletype.d.ts +1 -1
  463. package/dist/model/Profiletype.js +2 -2
  464. package/dist/model/PropertyContainer.d.ts +1 -1
  465. package/dist/model/PropertyContainer.js +2 -2
  466. package/dist/model/PublicationInput.d.ts +1 -1
  467. package/dist/model/PublicationInput.js +2 -2
  468. package/dist/model/PublicationResponse.d.ts +1 -1
  469. package/dist/model/PublicationResponse.js +2 -2
  470. package/dist/model/PurchaseInput.d.ts +1 -1
  471. package/dist/model/PurchaseInput.js +2 -2
  472. package/dist/model/PurchaseResponse.d.ts +1 -1
  473. package/dist/model/PurchaseResponse.js +2 -2
  474. package/dist/model/PurgeDataDefaultResponse.d.ts +41 -0
  475. package/dist/model/PurgeDataDefaultResponse.js +143 -0
  476. package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
  477. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  478. package/dist/model/RelationshipMapping.d.ts +2 -2
  479. package/dist/model/RelationshipMapping.js +18 -18
  480. package/dist/model/RestApplicationInput.d.ts +1 -1
  481. package/dist/model/RestApplicationInput.js +2 -2
  482. package/dist/model/RestApplicationResponse.d.ts +1 -1
  483. package/dist/model/RestApplicationResponse.js +2 -2
  484. package/dist/model/ScreenSchema.d.ts +5 -5
  485. package/dist/model/ScreenSchema.js +37 -37
  486. package/dist/model/SimulcastInfo.d.ts +1 -1
  487. package/dist/model/SimulcastInfo.js +2 -2
  488. package/dist/model/SiteInput.d.ts +1 -1
  489. package/dist/model/SiteInput.js +2 -2
  490. package/dist/model/SiteResponse.d.ts +1 -1
  491. package/dist/model/SiteResponse.js +2 -2
  492. package/dist/model/SiteTypeInput.d.ts +1 -1
  493. package/dist/model/SiteTypeInput.js +2 -2
  494. package/dist/model/SiteTypeResponse.d.ts +1 -1
  495. package/dist/model/SiteTypeResponse.js +2 -2
  496. package/dist/model/SkinField.d.ts +5 -5
  497. package/dist/model/SkinField.js +25 -25
  498. package/dist/model/SkinFieldResponse.d.ts +1 -1
  499. package/dist/model/SkinFieldResponse.js +2 -2
  500. package/dist/model/SocialGroup.d.ts +2 -2
  501. package/dist/model/SocialGroup.js +14 -14
  502. package/dist/model/SocialGroupInput.d.ts +1 -1
  503. package/dist/model/SocialGroupInput.js +2 -2
  504. package/dist/model/SocialGroupResponse.d.ts +1 -1
  505. package/dist/model/SocialGroupResponse.js +2 -2
  506. package/dist/model/SocialGroupType.d.ts +1 -1
  507. package/dist/model/SocialGroupType.js +2 -2
  508. package/dist/model/SocialGroupTypeInput.d.ts +1 -1
  509. package/dist/model/SocialGroupTypeInput.js +2 -2
  510. package/dist/model/Sort.d.ts +2 -2
  511. package/dist/model/Sort.js +9 -9
  512. package/dist/model/SourceTypes.d.ts +1 -1
  513. package/dist/model/SourceTypes.js +2 -2
  514. package/dist/model/StatusUpdate.d.ts +2 -2
  515. package/dist/model/StatusUpdate.js +10 -10
  516. package/dist/model/StreetAddress.d.ts +1 -1
  517. package/dist/model/StreetAddress.js +2 -2
  518. package/dist/model/StripeAccount.d.ts +2 -2
  519. package/dist/model/StripeAccount.js +10 -10
  520. package/dist/model/StripeCustomerAccount.d.ts +1 -1
  521. package/dist/model/StripeCustomerAccount.js +2 -2
  522. package/dist/model/Template.d.ts +2 -2
  523. package/dist/model/Template.js +10 -10
  524. package/dist/model/TemplateResponse.d.ts +1 -1
  525. package/dist/model/TemplateResponse.js +2 -2
  526. package/dist/model/TemplateSchema.d.ts +2 -2
  527. package/dist/model/TemplateSchema.js +10 -10
  528. package/dist/model/ThemeMapping.d.ts +2 -2
  529. package/dist/model/ThemeMapping.js +14 -14
  530. package/dist/model/ThemeMappingPayload.d.ts +1 -1
  531. package/dist/model/ThemeMappingPayload.js +2 -2
  532. package/dist/model/Timezone.d.ts +1 -1
  533. package/dist/model/Timezone.js +2 -2
  534. package/dist/model/Timezone1.d.ts +1 -1
  535. package/dist/model/Timezone1.js +2 -2
  536. package/dist/model/TopicInfoResponse.d.ts +1 -1
  537. package/dist/model/TopicInfoResponse.js +2 -2
  538. package/dist/model/TopicMessageInput.d.ts +1 -1
  539. package/dist/model/TopicMessageInput.js +2 -2
  540. package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
  541. package/dist/model/TopicSubscriptionResponse.js +2 -2
  542. package/dist/model/Transaction.d.ts +1 -1
  543. package/dist/model/Transaction.js +2 -2
  544. package/dist/model/Transfer.d.ts +2 -2
  545. package/dist/model/Transfer.js +12 -12
  546. package/dist/model/TransferInput.d.ts +1 -1
  547. package/dist/model/TransferInput.js +2 -2
  548. package/dist/model/TransferResponse.d.ts +1 -1
  549. package/dist/model/TransferResponse.js +2 -2
  550. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +2 -2
  551. package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
  552. package/dist/model/TraversalRelationResponse.d.ts +1 -1
  553. package/dist/model/TraversalRelationResponse.js +10 -10
  554. package/dist/model/User.d.ts +4 -4
  555. package/dist/model/User.js +24 -24
  556. package/dist/model/UserDataPayload.d.ts +4 -4
  557. package/dist/model/UserDataPayload.js +24 -24
  558. package/dist/model/UserDomain.d.ts +1 -1
  559. package/dist/model/UserDomain.js +2 -2
  560. package/dist/model/UserInvite.d.ts +4 -4
  561. package/dist/model/UserInvite.js +26 -26
  562. package/dist/model/UserInviteInput.d.ts +1 -1
  563. package/dist/model/UserInviteInput.js +2 -2
  564. package/dist/model/UserResponse.d.ts +1 -1
  565. package/dist/model/UserResponse.js +2 -2
  566. package/dist/model/UserSchema.d.ts +4 -4
  567. package/dist/model/UserSchema.js +24 -24
  568. package/dist/model/UserTag.d.ts +3 -3
  569. package/dist/model/UserTag.js +21 -21
  570. package/dist/model/Userid.d.ts +1 -1
  571. package/dist/model/Userid.js +2 -2
  572. package/dist/model/UsernameReminderRequest.d.ts +38 -0
  573. package/dist/model/UsernameReminderRequest.js +112 -0
  574. package/dist/model/UsernameReminderResponse.d.ts +46 -0
  575. package/dist/model/UsernameReminderResponse.js +156 -0
  576. package/dist/model/Video.d.ts +10 -10
  577. package/dist/model/Video.js +63 -63
  578. package/dist/model/VideoLiveUrl.d.ts +1 -1
  579. package/dist/model/VideoLiveUrl.js +2 -2
  580. package/dist/model/VideoSchema.d.ts +10 -10
  581. package/dist/model/VideoSchema.js +63 -63
  582. package/dist/model/VideoUploadObject.d.ts +10 -10
  583. package/dist/model/VideoUploadObject.js +63 -63
  584. package/dist/model/WalletHoldInput.d.ts +1 -1
  585. package/dist/model/WalletHoldInput.js +2 -2
  586. package/dist/model/WalletHoldResponse.d.ts +1 -1
  587. package/dist/model/WalletHoldResponse.js +2 -2
  588. package/dist/model/WalletPayoutInput.d.ts +1 -1
  589. package/dist/model/WalletPayoutInput.js +2 -2
  590. package/dist/model/WalletPayoutResponse.d.ts +1 -1
  591. package/dist/model/WalletPayoutResponse.js +2 -2
  592. package/dist/model/WalletResponse.d.ts +1 -1
  593. package/dist/model/WalletResponse.js +2 -2
  594. package/dist/model/ZeusPortalCategory.d.ts +1 -1
  595. package/dist/model/ZeusPortalCategory.js +2 -2
  596. package/package.json +3 -3
@@ -5,11 +5,13 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _CacheInvalidation = _interopRequireDefault(require("../model/CacheInvalidation"));
8
9
  var _Document = _interopRequireDefault(require("../model/Document"));
9
10
  var _DocumentPart = _interopRequireDefault(require("../model/DocumentPart"));
10
11
  var _DocumentPartType = _interopRequireDefault(require("../model/DocumentPartType"));
11
12
  var _DocumentType = _interopRequireDefault(require("../model/DocumentType"));
12
- var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
13
+ var _JsonValue = _interopRequireDefault(require("../model/JsonValue"));
14
+ var _PurgeDataDefaultResponse = _interopRequireDefault(require("../model/PurgeDataDefaultResponse"));
13
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
16
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
15
17
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
@@ -21,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
21
23
  * gobodo-api
22
24
  * REST Interface for Gobodo API
23
25
  *
24
- * The version of the OpenAPI document: 0.1.97
26
+ * The version of the OpenAPI document: 0.1.100
25
27
  * Contact: info@gobodo.io
26
28
  *
27
29
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
34
  /**
33
35
  * ContentManagement service.
34
36
  * @module api/ContentManagementApi
35
- * @version 0.1.97
37
+ * @version 0.1.100
36
38
  */
37
39
  var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
38
40
  /**
@@ -66,6 +68,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
66
68
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
67
69
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
68
70
  * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
71
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
69
72
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
70
73
  * @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
71
74
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -89,14 +92,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
89
92
  var pathParams = {
90
93
  'docid': docid
91
94
  };
92
- var queryParams = {};
93
- var headerParams = {
94
- 'Authorization': opts['authorization'],
95
+ var queryParams = {
95
96
  'cacheduration': opts['cacheduration'],
96
- 'cachegroup': opts['cachegroup'],
97
- 'cachekey': opts['cachekey'],
97
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
98
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
98
99
  'cachescope': opts['cachescope'],
99
- 'cacheuser': opts['cacheuser'],
100
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
101
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
102
+ };
103
+ var headerParams = {
104
+ 'Authorization': opts['authorization'],
100
105
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
101
106
  'zeusportal-postas': opts['zeusportalPostas'],
102
107
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,7 +112,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
107
112
  var contentTypes = [];
108
113
  var accepts = ['*/*'];
109
114
  var returnType = [_DocumentPart["default"]];
110
- return this.apiClient.callApi('/graph/data/articles/{docid}/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
115
+ return this.apiClient.callApi('/articles/{docid}/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
111
116
  }
112
117
 
113
118
  /**
@@ -129,6 +134,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
129
134
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
130
135
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
131
136
  * @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)
137
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
132
138
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
133
139
  * @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
134
140
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -152,14 +158,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
152
158
  'docpartid': docpartid,
153
159
  'typeid': typeid
154
160
  };
155
- var queryParams = {};
156
- var headerParams = {
157
- 'Authorization': opts['authorization'],
161
+ var queryParams = {
158
162
  'cacheduration': opts['cacheduration'],
159
- 'cachegroup': opts['cachegroup'],
160
- 'cachekey': opts['cachekey'],
163
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
164
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
161
165
  'cachescope': opts['cachescope'],
162
- 'cacheuser': opts['cacheuser'],
166
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
167
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
168
+ };
169
+ var headerParams = {
170
+ 'Authorization': opts['authorization'],
163
171
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
164
172
  'zeusportal-postas': opts['zeusportalPostas'],
165
173
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -170,7 +178,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
170
178
  var contentTypes = [];
171
179
  var accepts = ['*/*'];
172
180
  var returnType = null;
173
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}/changetype/{typeid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
181
+ return this.apiClient.callApi('/entryparts/{docpartid}/changetype/{typeid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
174
182
  }
175
183
 
176
184
  /**
@@ -190,18 +198,19 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
190
198
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
191
199
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
192
200
  * @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)
201
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
193
202
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
194
203
  * @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
195
204
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
196
205
  * @param {String} [transactionid] The id of the transaction this operation is being run in
197
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
206
+ * @param {module:model/PurgeDataDefaultResponse} [purgeDataDefaultResponse]
198
207
  * @param {module:api/ContentManagementApi~changeStatusCallback} callback The callback function, accepting three arguments: error, data, response
199
208
  */
200
209
  }, {
201
210
  key: "changeStatus",
202
211
  value: function changeStatus(id, opts, callback) {
203
212
  opts = opts || {};
204
- var postBody = opts['requestBody'];
213
+ var postBody = opts['purgeDataDefaultResponse'];
205
214
  // verify the required parameter 'id' is set
206
215
  if (id === undefined || id === null) {
207
216
  throw new Error("Missing the required parameter 'id' when calling changeStatus");
@@ -209,14 +218,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
209
218
  var pathParams = {
210
219
  'id': id
211
220
  };
212
- var queryParams = {};
213
- var headerParams = {
214
- 'Authorization': opts['authorization'],
221
+ var queryParams = {
215
222
  'cacheduration': opts['cacheduration'],
216
- 'cachegroup': opts['cachegroup'],
217
- 'cachekey': opts['cachekey'],
223
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
224
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
218
225
  'cachescope': opts['cachescope'],
219
- 'cacheuser': opts['cacheuser'],
226
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
227
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
228
+ };
229
+ var headerParams = {
230
+ 'Authorization': opts['authorization'],
220
231
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
221
232
  'zeusportal-postas': opts['zeusportalPostas'],
222
233
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -227,7 +238,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
227
238
  var contentTypes = ['application/json'];
228
239
  var accepts = ['*/*'];
229
240
  var returnType = null;
230
- return this.apiClient.callApi('/graph/data/articles/{id}/status', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
241
+ return this.apiClient.callApi('/articles/{id}/status', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
231
242
  }
232
243
 
233
244
  /**
@@ -248,6 +259,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
248
259
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
249
260
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
250
261
  * @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)
262
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
251
263
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
252
264
  * @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
253
265
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -267,14 +279,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
267
279
  var pathParams = {
268
280
  'docid': docid
269
281
  };
270
- var queryParams = {};
271
- var headerParams = {
272
- 'Authorization': opts['authorization'],
282
+ var queryParams = {
273
283
  'cacheduration': opts['cacheduration'],
274
- 'cachegroup': opts['cachegroup'],
275
- 'cachekey': opts['cachekey'],
284
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
285
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
276
286
  'cachescope': opts['cachescope'],
277
- 'cacheuser': opts['cacheuser'],
287
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
288
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
289
+ };
290
+ var headerParams = {
291
+ 'Authorization': opts['authorization'],
278
292
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
279
293
  'zeusportal-postas': opts['zeusportalPostas'],
280
294
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -285,14 +299,14 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
285
299
  var contentTypes = [];
286
300
  var accepts = ['application/json'];
287
301
  var returnType = _Document["default"];
288
- return this.apiClient.callApi('/graph/data/articles/{docid}/copy', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
302
+ return this.apiClient.callApi('/articles/{docid}/copy', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
289
303
  }
290
304
 
291
305
  /**
292
306
  * Callback function to receive the result of the copyDocumentPart operation.
293
307
  * @callback module:api/ContentManagementApi~copyDocumentPartCallback
294
308
  * @param {String} error Error message, if any.
295
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
309
+ * @param {module:model/JsonValue} data The data returned by the service call.
296
310
  * @param {String} response The complete HTTP response.
297
311
  */
298
312
 
@@ -306,12 +320,13 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
306
320
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
307
321
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
308
322
  * @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)
323
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
309
324
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
310
325
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
311
326
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
312
327
  * @param {String} [transactionid] The id of the transaction this operation is being run in
313
328
  * @param {module:api/ContentManagementApi~copyDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
314
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
329
+ * data is of type: {@link module:model/JsonValue}
315
330
  */
316
331
  }, {
317
332
  key: "copyDocumentPart",
@@ -325,14 +340,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
325
340
  var pathParams = {
326
341
  'docpartid': docpartid
327
342
  };
328
- var queryParams = {};
329
- var headerParams = {
330
- 'Authorization': opts['authorization'],
343
+ var queryParams = {
331
344
  'cacheduration': opts['cacheduration'],
332
- 'cachegroup': opts['cachegroup'],
333
- 'cachekey': opts['cachekey'],
345
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
346
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
334
347
  'cachescope': opts['cachescope'],
335
- 'cacheuser': opts['cacheuser'],
348
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
349
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
350
+ };
351
+ var headerParams = {
352
+ 'Authorization': opts['authorization'],
336
353
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
337
354
  'zeusportal-postas': opts['zeusportalPostas'],
338
355
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -342,8 +359,8 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
342
359
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
343
360
  var contentTypes = [];
344
361
  var accepts = ['*/*'];
345
- var returnType = _PurgeDataDefaultResponseValue["default"];
346
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}/copy', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
362
+ var returnType = _JsonValue["default"];
363
+ return this.apiClient.callApi('/entryparts/{docpartid}/copy', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
347
364
  }
348
365
 
349
366
  /**
@@ -365,6 +382,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
365
382
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
366
383
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
367
384
  * @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)
385
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
368
386
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
369
387
  * @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
370
388
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -388,14 +406,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
388
406
  var pathParams = {
389
407
  'docpartid': docpartid
390
408
  };
391
- var queryParams = {};
392
- var headerParams = {
393
- 'Authorization': opts['authorization'],
409
+ var queryParams = {
394
410
  'cacheduration': opts['cacheduration'],
395
- 'cachegroup': opts['cachegroup'],
396
- 'cachekey': opts['cachekey'],
411
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
412
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
397
413
  'cachescope': opts['cachescope'],
398
- 'cacheuser': opts['cacheuser'],
414
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
415
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
416
+ };
417
+ var headerParams = {
418
+ 'Authorization': opts['authorization'],
399
419
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
400
420
  'zeusportal-postas': opts['zeusportalPostas'],
401
421
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -406,7 +426,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
406
426
  var contentTypes = [];
407
427
  var accepts = ['*/*'];
408
428
  var returnType = [_DocumentPart["default"]];
409
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
429
+ return this.apiClient.callApi('/entryparts/{docpartid}/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
410
430
  }
411
431
 
412
432
  /**
@@ -427,6 +447,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
427
447
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
428
448
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
429
449
  * @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)
450
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
430
451
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
431
452
  * @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
432
453
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -444,14 +465,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
444
465
  throw new Error("Missing the required parameter 'document' when calling createDocument");
445
466
  }
446
467
  var pathParams = {};
447
- var queryParams = {};
448
- var headerParams = {
449
- 'Authorization': opts['authorization'],
468
+ var queryParams = {
450
469
  'cacheduration': opts['cacheduration'],
451
- 'cachegroup': opts['cachegroup'],
452
- 'cachekey': opts['cachekey'],
470
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
471
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
453
472
  'cachescope': opts['cachescope'],
454
- 'cacheuser': opts['cacheuser'],
473
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
474
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
475
+ };
476
+ var headerParams = {
477
+ 'Authorization': opts['authorization'],
455
478
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
456
479
  'zeusportal-postas': opts['zeusportalPostas'],
457
480
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -462,14 +485,14 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
462
485
  var contentTypes = ['application/json'];
463
486
  var accepts = ['application/json'];
464
487
  var returnType = [_Document["default"]];
465
- return this.apiClient.callApi('/graph/data/articles', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
488
+ return this.apiClient.callApi('/articles', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
466
489
  }
467
490
 
468
491
  /**
469
492
  * Callback function to receive the result of the createDocumentPart operation.
470
493
  * @callback module:api/ContentManagementApi~createDocumentPartCallback
471
494
  * @param {String} error Error message, if any.
472
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
495
+ * @param {module:model/JsonValue} data The data returned by the service call.
473
496
  * @param {String} response The complete HTTP response.
474
497
  */
475
498
 
@@ -483,12 +506,13 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
483
506
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
484
507
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
485
508
  * @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)
509
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
486
510
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
487
511
  * @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
488
512
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
489
513
  * @param {String} [transactionid] The id of the transaction this operation is being run in
490
514
  * @param {module:api/ContentManagementApi~createDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
491
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
515
+ * data is of type: {@link module:model/JsonValue}
492
516
  */
493
517
  }, {
494
518
  key: "createDocumentPart",
@@ -500,14 +524,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
500
524
  throw new Error("Missing the required parameter 'documentPart' when calling createDocumentPart");
501
525
  }
502
526
  var pathParams = {};
503
- var queryParams = {};
504
- var headerParams = {
505
- 'Authorization': opts['authorization'],
527
+ var queryParams = {
506
528
  'cacheduration': opts['cacheduration'],
507
- 'cachegroup': opts['cachegroup'],
508
- 'cachekey': opts['cachekey'],
529
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
530
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
509
531
  'cachescope': opts['cachescope'],
510
- 'cacheuser': opts['cacheuser'],
532
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
533
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
534
+ };
535
+ var headerParams = {
536
+ 'Authorization': opts['authorization'],
511
537
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
512
538
  'zeusportal-postas': opts['zeusportalPostas'],
513
539
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -517,8 +543,8 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
517
543
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
518
544
  var contentTypes = [];
519
545
  var accepts = ['*/*'];
520
- var returnType = _PurgeDataDefaultResponseValue["default"];
521
- return this.apiClient.callApi('/graph/data/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
546
+ var returnType = _JsonValue["default"];
547
+ return this.apiClient.callApi('/entryparts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
522
548
  }
523
549
 
524
550
  /**
@@ -540,6 +566,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
540
566
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
541
567
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
542
568
  * @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)
569
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
543
570
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
544
571
  * @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
545
572
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -558,14 +585,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
558
585
  var pathParams = {
559
586
  'docpartid': docpartid
560
587
  };
561
- var queryParams = {};
562
- var headerParams = {
563
- 'Authorization': opts['authorization'],
588
+ var queryParams = {
564
589
  'cacheduration': opts['cacheduration'],
565
- 'cachegroup': opts['cachegroup'],
566
- 'cachekey': opts['cachekey'],
590
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
591
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
567
592
  'cachescope': opts['cachescope'],
568
- 'cacheuser': opts['cacheuser'],
593
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
594
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
595
+ };
596
+ var headerParams = {
597
+ 'Authorization': opts['authorization'],
569
598
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
570
599
  'zeusportal-postas': opts['zeusportalPostas'],
571
600
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -576,7 +605,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
576
605
  var contentTypes = [];
577
606
  var accepts = ['application/json'];
578
607
  var returnType = null;
579
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
608
+ return this.apiClient.callApi('/entryparts/{docpartid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
580
609
  }
581
610
 
582
611
  /**
@@ -598,6 +627,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
598
627
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
599
628
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
600
629
  * @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)
630
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
601
631
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
602
632
  * @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
603
633
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -616,14 +646,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
616
646
  var pathParams = {
617
647
  'docid': docid
618
648
  };
619
- var queryParams = {};
620
- var headerParams = {
621
- 'Authorization': opts['authorization'],
649
+ var queryParams = {
622
650
  'cacheduration': opts['cacheduration'],
623
- 'cachegroup': opts['cachegroup'],
624
- 'cachekey': opts['cachekey'],
651
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
652
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
625
653
  'cachescope': opts['cachescope'],
626
- 'cacheuser': opts['cacheuser'],
654
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
655
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
656
+ };
657
+ var headerParams = {
658
+ 'Authorization': opts['authorization'],
627
659
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
628
660
  'zeusportal-postas': opts['zeusportalPostas'],
629
661
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -634,7 +666,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
634
666
  var contentTypes = [];
635
667
  var accepts = ['application/json'];
636
668
  var returnType = null;
637
- return this.apiClient.callApi('/graph/data/articles/{docid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
669
+ return this.apiClient.callApi('/articles/{docid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
638
670
  }
639
671
 
640
672
  /**
@@ -656,6 +688,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
656
688
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
657
689
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
658
690
  * @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)
691
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
659
692
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
660
693
  * @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
661
694
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -679,14 +712,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
679
712
  var pathParams = {
680
713
  'docid': docid
681
714
  };
682
- var queryParams = {};
683
- var headerParams = {
684
- 'Authorization': opts['authorization'],
715
+ var queryParams = {
685
716
  'cacheduration': opts['cacheduration'],
686
- 'cachegroup': opts['cachegroup'],
687
- 'cachekey': opts['cachekey'],
717
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
718
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
688
719
  'cachescope': opts['cachescope'],
689
- 'cacheuser': opts['cacheuser'],
720
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
721
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
722
+ };
723
+ var headerParams = {
724
+ 'Authorization': opts['authorization'],
690
725
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
691
726
  'zeusportal-postas': opts['zeusportalPostas'],
692
727
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -697,12 +732,12 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
697
732
  var contentTypes = ['application/json'];
698
733
  var accepts = ['application/json'];
699
734
  var returnType = _Document["default"];
700
- return this.apiClient.callApi('/graph/data/articles/{docid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
735
+ return this.apiClient.callApi('/articles/{docid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
701
736
  }
702
737
 
703
738
  /**
704
- * Callback function to receive the result of the get20 operation.
705
- * @callback module:api/ContentManagementApi~get20Callback
739
+ * Callback function to receive the result of the get11 operation.
740
+ * @callback module:api/ContentManagementApi~get11Callback
706
741
  * @param {String} error Error message, if any.
707
742
  * @param data This operation does not return a value.
708
743
  * @param {String} response The complete HTTP response.
@@ -717,26 +752,29 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
717
752
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
718
753
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
719
754
  * @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)
755
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
720
756
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
721
757
  * @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
722
758
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
723
759
  * @param {String} [transactionid] The id of the transaction this operation is being run in
724
- * @param {module:api/ContentManagementApi~get20Callback} callback The callback function, accepting three arguments: error, data, response
760
+ * @param {module:api/ContentManagementApi~get11Callback} callback The callback function, accepting three arguments: error, data, response
725
761
  */
726
762
  }, {
727
- key: "get20",
728
- value: function get20(opts, callback) {
763
+ key: "get11",
764
+ value: function get11(opts, callback) {
729
765
  opts = opts || {};
730
766
  var postBody = null;
731
767
  var pathParams = {};
732
- var queryParams = {};
733
- var headerParams = {
734
- 'Authorization': opts['authorization'],
768
+ var queryParams = {
735
769
  'cacheduration': opts['cacheduration'],
736
- 'cachegroup': opts['cachegroup'],
737
- 'cachekey': opts['cachekey'],
770
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
771
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
738
772
  'cachescope': opts['cachescope'],
739
- 'cacheuser': opts['cacheuser'],
773
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
774
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
775
+ };
776
+ var headerParams = {
777
+ 'Authorization': opts['authorization'],
740
778
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
741
779
  'zeusportal-postas': opts['zeusportalPostas'],
742
780
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -747,12 +785,12 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
747
785
  var contentTypes = [];
748
786
  var accepts = ['*/*'];
749
787
  var returnType = null;
750
- return this.apiClient.callApi('/graph/data/articles', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
788
+ return this.apiClient.callApi('/articles', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
751
789
  }
752
790
 
753
791
  /**
754
- * Callback function to receive the result of the get21 operation.
755
- * @callback module:api/ContentManagementApi~get21Callback
792
+ * Callback function to receive the result of the get12 operation.
793
+ * @callback module:api/ContentManagementApi~get12Callback
756
794
  * @param {String} error Error message, if any.
757
795
  * @param data This operation does not return a value.
758
796
  * @param {String} response The complete HTTP response.
@@ -767,26 +805,29 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
767
805
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
806
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
769
807
  * @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)
808
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
770
809
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
771
810
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
772
811
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
773
812
  * @param {String} [transactionid] The id of the transaction this operation is being run in
774
- * @param {module:api/ContentManagementApi~get21Callback} callback The callback function, accepting three arguments: error, data, response
813
+ * @param {module:api/ContentManagementApi~get12Callback} callback The callback function, accepting three arguments: error, data, response
775
814
  */
776
815
  }, {
777
- key: "get21",
778
- value: function get21(opts, callback) {
816
+ key: "get12",
817
+ value: function get12(opts, callback) {
779
818
  opts = opts || {};
780
819
  var postBody = null;
781
820
  var pathParams = {};
782
- var queryParams = {};
783
- var headerParams = {
784
- 'Authorization': opts['authorization'],
821
+ var queryParams = {
785
822
  'cacheduration': opts['cacheduration'],
786
- 'cachegroup': opts['cachegroup'],
787
- 'cachekey': opts['cachekey'],
823
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
824
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
788
825
  'cachescope': opts['cachescope'],
789
- 'cacheuser': opts['cacheuser'],
826
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
827
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
828
+ };
829
+ var headerParams = {
830
+ 'Authorization': opts['authorization'],
790
831
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
791
832
  'zeusportal-postas': opts['zeusportalPostas'],
792
833
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -797,7 +838,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
797
838
  var contentTypes = [];
798
839
  var accepts = ['*/*'];
799
840
  var returnType = null;
800
- return this.apiClient.callApi('/graph/data/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
841
+ return this.apiClient.callApi('/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
801
842
  }
802
843
 
803
844
  /**
@@ -817,6 +858,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
817
858
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
818
859
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
819
860
  * @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)
861
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
820
862
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
821
863
  * @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
822
864
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -830,14 +872,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
830
872
  opts = opts || {};
831
873
  var postBody = null;
832
874
  var pathParams = {};
833
- var queryParams = {};
834
- var headerParams = {
835
- 'Authorization': opts['authorization'],
875
+ var queryParams = {
836
876
  'cacheduration': opts['cacheduration'],
837
- 'cachegroup': opts['cachegroup'],
838
- 'cachekey': opts['cachekey'],
877
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
878
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
839
879
  'cachescope': opts['cachescope'],
840
- 'cacheuser': opts['cacheuser'],
880
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
881
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
882
+ };
883
+ var headerParams = {
884
+ 'Authorization': opts['authorization'],
841
885
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
842
886
  'zeusportal-postas': opts['zeusportalPostas'],
843
887
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -848,7 +892,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
848
892
  var contentTypes = [];
849
893
  var accepts = ['*/*'];
850
894
  var returnType = [_DocumentPartType["default"]];
851
- return this.apiClient.callApi('/graph/data/entryparttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
895
+ return this.apiClient.callApi('/entryparttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
852
896
  }
853
897
 
854
898
  /**
@@ -868,6 +912,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
868
912
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
869
913
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
870
914
  * @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)
915
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
871
916
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
872
917
  * @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
873
918
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -881,14 +926,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
881
926
  opts = opts || {};
882
927
  var postBody = null;
883
928
  var pathParams = {};
884
- var queryParams = {};
885
- var headerParams = {
886
- 'Authorization': opts['authorization'],
929
+ var queryParams = {
887
930
  'cacheduration': opts['cacheduration'],
888
- 'cachegroup': opts['cachegroup'],
889
- 'cachekey': opts['cachekey'],
931
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
932
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
890
933
  'cachescope': opts['cachescope'],
891
- 'cacheuser': opts['cacheuser'],
934
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
935
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
936
+ };
937
+ var headerParams = {
938
+ 'Authorization': opts['authorization'],
892
939
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
893
940
  'zeusportal-postas': opts['zeusportalPostas'],
894
941
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -899,7 +946,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
899
946
  var contentTypes = [];
900
947
  var accepts = ['*/*'];
901
948
  var returnType = [_DocumentType["default"]];
902
- return this.apiClient.callApi('/graph/data/entrytypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
949
+ return this.apiClient.callApi('/entrytypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
903
950
  }
904
951
 
905
952
  /**
@@ -919,6 +966,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
919
966
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
920
967
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
921
968
  * @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)
969
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
922
970
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
923
971
  * @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
924
972
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -932,14 +980,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
932
980
  opts = opts || {};
933
981
  var postBody = null;
934
982
  var pathParams = {};
935
- var queryParams = {};
936
- var headerParams = {
937
- 'Authorization': opts['authorization'],
983
+ var queryParams = {
938
984
  'cacheduration': opts['cacheduration'],
939
- 'cachegroup': opts['cachegroup'],
940
- 'cachekey': opts['cachekey'],
985
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
986
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
941
987
  'cachescope': opts['cachescope'],
942
- 'cacheuser': opts['cacheuser'],
988
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
989
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
990
+ };
991
+ var headerParams = {
992
+ 'Authorization': opts['authorization'],
943
993
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
944
994
  'zeusportal-postas': opts['zeusportalPostas'],
945
995
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -950,7 +1000,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
950
1000
  var contentTypes = [];
951
1001
  var accepts = ['*/*'];
952
1002
  var returnType = [_Document["default"]];
953
- return this.apiClient.callApi('/graph/data/articles/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1003
+ return this.apiClient.callApi('/articles/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
954
1004
  }
955
1005
 
956
1006
  /**
@@ -972,6 +1022,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
972
1022
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
973
1023
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
974
1024
  * @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)
1025
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
975
1026
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
976
1027
  * @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
977
1028
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -996,14 +1047,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
996
1047
  'id': id,
997
1048
  'pagenum': pagenum
998
1049
  };
999
- var queryParams = {};
1000
- var headerParams = {
1001
- 'Authorization': opts['authorization'],
1050
+ var queryParams = {
1002
1051
  'cacheduration': opts['cacheduration'],
1003
- 'cachegroup': opts['cachegroup'],
1004
- 'cachekey': opts['cachekey'],
1052
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1053
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1005
1054
  'cachescope': opts['cachescope'],
1006
- 'cacheuser': opts['cacheuser'],
1055
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1056
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1057
+ };
1058
+ var headerParams = {
1059
+ 'Authorization': opts['authorization'],
1007
1060
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1008
1061
  'zeusportal-postas': opts['zeusportalPostas'],
1009
1062
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1014,7 +1067,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1014
1067
  var contentTypes = [];
1015
1068
  var accepts = ['*/*'];
1016
1069
  var returnType = _DocumentPart["default"];
1017
- return this.apiClient.callApi('/graph/data/entryparts/{id}/entryparts/{pagenum}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1070
+ return this.apiClient.callApi('/entryparts/{id}/entryparts/{pagenum}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1018
1071
  }
1019
1072
 
1020
1073
  /**
@@ -1035,6 +1088,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1035
1088
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1036
1089
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1037
1090
  * @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)
1091
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1038
1092
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1039
1093
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1040
1094
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1054,14 +1108,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1054
1108
  var pathParams = {
1055
1109
  'id': id
1056
1110
  };
1057
- var queryParams = {};
1058
- var headerParams = {
1059
- 'Authorization': opts['authorization'],
1111
+ var queryParams = {
1060
1112
  'cacheduration': opts['cacheduration'],
1061
- 'cachegroup': opts['cachegroup'],
1062
- 'cachekey': opts['cachekey'],
1113
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1114
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1063
1115
  'cachescope': opts['cachescope'],
1064
- 'cacheuser': opts['cacheuser'],
1116
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1117
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1118
+ };
1119
+ var headerParams = {
1120
+ 'Authorization': opts['authorization'],
1065
1121
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1066
1122
  'zeusportal-postas': opts['zeusportalPostas'],
1067
1123
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1072,7 +1128,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1072
1128
  var contentTypes = [];
1073
1129
  var accepts = ['application/json'];
1074
1130
  var returnType = _Document["default"];
1075
- return this.apiClient.callApi('/graph/data/articles/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1131
+ return this.apiClient.callApi('/articles/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1076
1132
  }
1077
1133
 
1078
1134
  /**
@@ -1093,6 +1149,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1093
1149
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1094
1150
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1095
1151
  * @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)
1152
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1096
1153
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1097
1154
  * @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
1098
1155
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1112,14 +1169,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1112
1169
  var pathParams = {
1113
1170
  'id': id
1114
1171
  };
1115
- var queryParams = {};
1116
- var headerParams = {
1117
- 'Authorization': opts['authorization'],
1172
+ var queryParams = {
1118
1173
  'cacheduration': opts['cacheduration'],
1119
- 'cachegroup': opts['cachegroup'],
1120
- 'cachekey': opts['cachekey'],
1174
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1175
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1121
1176
  'cachescope': opts['cachescope'],
1122
- 'cacheuser': opts['cacheuser'],
1177
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1178
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1179
+ };
1180
+ var headerParams = {
1181
+ 'Authorization': opts['authorization'],
1123
1182
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1124
1183
  'zeusportal-postas': opts['zeusportalPostas'],
1125
1184
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1130,7 +1189,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1130
1189
  var contentTypes = [];
1131
1190
  var accepts = ['application/json'];
1132
1191
  var returnType = _DocumentPart["default"];
1133
- return this.apiClient.callApi('/graph/data/entryparts/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1192
+ return this.apiClient.callApi('/entryparts/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1134
1193
  }
1135
1194
 
1136
1195
  /**
@@ -1151,6 +1210,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1151
1210
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1152
1211
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1153
1212
  * @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)
1213
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1154
1214
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1155
1215
  * @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
1156
1216
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1170,14 +1230,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1170
1230
  var pathParams = {
1171
1231
  'id': id
1172
1232
  };
1173
- var queryParams = {};
1174
- var headerParams = {
1175
- 'Authorization': opts['authorization'],
1233
+ var queryParams = {
1176
1234
  'cacheduration': opts['cacheduration'],
1177
- 'cachegroup': opts['cachegroup'],
1178
- 'cachekey': opts['cachekey'],
1235
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1236
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1179
1237
  'cachescope': opts['cachescope'],
1180
- 'cacheuser': opts['cacheuser'],
1238
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1239
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1240
+ };
1241
+ var headerParams = {
1242
+ 'Authorization': opts['authorization'],
1181
1243
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1182
1244
  'zeusportal-postas': opts['zeusportalPostas'],
1183
1245
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1188,14 +1250,14 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1188
1250
  var contentTypes = [];
1189
1251
  var accepts = ['*/*'];
1190
1252
  var returnType = [_DocumentPart["default"]];
1191
- return this.apiClient.callApi('/graph/data/entryparts/{id}/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1253
+ return this.apiClient.callApi('/entryparts/{id}/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1192
1254
  }
1193
1255
 
1194
1256
  /**
1195
1257
  * Callback function to receive the result of the getDocumentPartByPageNumber operation.
1196
1258
  * @callback module:api/ContentManagementApi~getDocumentPartByPageNumberCallback
1197
1259
  * @param {String} error Error message, if any.
1198
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
1260
+ * @param {module:model/PurgeDataDefaultResponse} data The data returned by the service call.
1199
1261
  * @param {String} response The complete HTTP response.
1200
1262
  */
1201
1263
 
@@ -1210,12 +1272,13 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1210
1272
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1211
1273
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1212
1274
  * @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)
1275
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1213
1276
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1214
1277
  * @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
1215
1278
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1216
1279
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1217
1280
  * @param {module:api/ContentManagementApi~getDocumentPartByPageNumberCallback} callback The callback function, accepting three arguments: error, data, response
1218
- * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
1281
+ * data is of type: {@link module:model/PurgeDataDefaultResponse}
1219
1282
  */
1220
1283
  }, {
1221
1284
  key: "getDocumentPartByPageNumber",
@@ -1233,14 +1296,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1233
1296
  var pathParams = _defineProperty({
1234
1297
  'id': id
1235
1298
  }, "id", id2);
1236
- var queryParams = {};
1237
- var headerParams = {
1238
- 'Authorization': opts['authorization'],
1299
+ var queryParams = {
1239
1300
  'cacheduration': opts['cacheduration'],
1240
- 'cachegroup': opts['cachegroup'],
1241
- 'cachekey': opts['cachekey'],
1301
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1302
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1242
1303
  'cachescope': opts['cachescope'],
1243
- 'cacheuser': opts['cacheuser'],
1304
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1305
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1306
+ };
1307
+ var headerParams = {
1308
+ 'Authorization': opts['authorization'],
1244
1309
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1245
1310
  'zeusportal-postas': opts['zeusportalPostas'],
1246
1311
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1250,10 +1315,8 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1250
1315
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1251
1316
  var contentTypes = [];
1252
1317
  var accepts = ['*/*'];
1253
- var returnType = {
1254
- 'String': _PurgeDataDefaultResponseValue["default"]
1255
- };
1256
- return this.apiClient.callApi('/graph/data/articles/{id}/entryparts/{pagenum}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1318
+ var returnType = _PurgeDataDefaultResponse["default"];
1319
+ return this.apiClient.callApi('/articles/{id}/entryparts/{pagenum}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1257
1320
  }
1258
1321
 
1259
1322
  /**
@@ -1273,6 +1336,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1273
1336
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1274
1337
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1275
1338
  * @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)
1339
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1276
1340
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1277
1341
  * @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
1278
1342
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1287,14 +1351,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1287
1351
  opts = opts || {};
1288
1352
  var postBody = opts['body'];
1289
1353
  var pathParams = {};
1290
- var queryParams = {};
1291
- var headerParams = {
1292
- 'Authorization': opts['authorization'],
1354
+ var queryParams = {
1293
1355
  'cacheduration': opts['cacheduration'],
1294
- 'cachegroup': opts['cachegroup'],
1295
- 'cachekey': opts['cachekey'],
1356
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1357
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1296
1358
  'cachescope': opts['cachescope'],
1297
- 'cacheuser': opts['cacheuser'],
1359
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1360
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1361
+ };
1362
+ var headerParams = {
1363
+ 'Authorization': opts['authorization'],
1298
1364
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1299
1365
  'zeusportal-postas': opts['zeusportalPostas'],
1300
1366
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1305,7 +1371,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1305
1371
  var contentTypes = [];
1306
1372
  var accepts = ['*/*'];
1307
1373
  var returnType = _DocumentPartType["default"];
1308
- return this.apiClient.callApi('/graph/data/entryparttypes/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1374
+ return this.apiClient.callApi('/entryparttypes/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1309
1375
  }
1310
1376
 
1311
1377
  /**
@@ -1326,6 +1392,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1326
1392
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1327
1393
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1328
1394
  * @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)
1395
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1329
1396
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1330
1397
  * @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
1331
1398
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1345,14 +1412,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1345
1412
  var pathParams = {
1346
1413
  'id': id
1347
1414
  };
1348
- var queryParams = {};
1349
- var headerParams = {
1350
- 'Authorization': opts['authorization'],
1415
+ var queryParams = {
1351
1416
  'cacheduration': opts['cacheduration'],
1352
- 'cachegroup': opts['cachegroup'],
1353
- 'cachekey': opts['cachekey'],
1417
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1418
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1354
1419
  'cachescope': opts['cachescope'],
1355
- 'cacheuser': opts['cacheuser'],
1420
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1421
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1422
+ };
1423
+ var headerParams = {
1424
+ 'Authorization': opts['authorization'],
1356
1425
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1357
1426
  'zeusportal-postas': opts['zeusportalPostas'],
1358
1427
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1363,7 +1432,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1363
1432
  var contentTypes = [];
1364
1433
  var accepts = ['*/*'];
1365
1434
  var returnType = [_DocumentPart["default"]];
1366
- return this.apiClient.callApi('/graph/data/articles/{id}/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1435
+ return this.apiClient.callApi('/articles/{id}/entryparts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1367
1436
  }
1368
1437
 
1369
1438
  /**
@@ -1383,6 +1452,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1383
1452
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1384
1453
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1385
1454
  * @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)
1455
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1386
1456
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1387
1457
  * @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
1388
1458
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1397,14 +1467,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1397
1467
  opts = opts || {};
1398
1468
  var postBody = opts['body'];
1399
1469
  var pathParams = {};
1400
- var queryParams = {};
1401
- var headerParams = {
1402
- 'Authorization': opts['authorization'],
1470
+ var queryParams = {
1403
1471
  'cacheduration': opts['cacheduration'],
1404
- 'cachegroup': opts['cachegroup'],
1405
- 'cachekey': opts['cachekey'],
1472
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1473
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1406
1474
  'cachescope': opts['cachescope'],
1407
- 'cacheuser': opts['cacheuser'],
1475
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1476
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1477
+ };
1478
+ var headerParams = {
1479
+ 'Authorization': opts['authorization'],
1408
1480
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1409
1481
  'zeusportal-postas': opts['zeusportalPostas'],
1410
1482
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1415,7 +1487,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1415
1487
  var contentTypes = [];
1416
1488
  var accepts = ['*/*'];
1417
1489
  var returnType = _DocumentType["default"];
1418
- return this.apiClient.callApi('/graph/data/entrytypes/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1490
+ return this.apiClient.callApi('/entrytypes/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1419
1491
  }
1420
1492
 
1421
1493
  /**
@@ -1436,6 +1508,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1436
1508
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1437
1509
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1438
1510
  * @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)
1511
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1439
1512
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1440
1513
  * @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
1441
1514
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1455,14 +1528,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1455
1528
  var pathParams = {
1456
1529
  'typeid': typeid
1457
1530
  };
1458
- var queryParams = {};
1459
- var headerParams = {
1460
- 'Authorization': opts['authorization'],
1531
+ var queryParams = {
1461
1532
  'cacheduration': opts['cacheduration'],
1462
- 'cachegroup': opts['cachegroup'],
1463
- 'cachekey': opts['cachekey'],
1533
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1534
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1464
1535
  'cachescope': opts['cachescope'],
1465
- 'cacheuser': opts['cacheuser'],
1536
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1537
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1538
+ };
1539
+ var headerParams = {
1540
+ 'Authorization': opts['authorization'],
1466
1541
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1467
1542
  'zeusportal-postas': opts['zeusportalPostas'],
1468
1543
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1473,7 +1548,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1473
1548
  var contentTypes = [];
1474
1549
  var accepts = ['*/*'];
1475
1550
  var returnType = [_Document["default"]];
1476
- return this.apiClient.callApi('/graph/data/articles/entrytype/{typeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1551
+ return this.apiClient.callApi('/articles/entrytype/{typeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1477
1552
  }
1478
1553
 
1479
1554
  /**
@@ -1496,6 +1571,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1496
1571
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1497
1572
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1498
1573
  * @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)
1574
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1499
1575
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1500
1576
  * @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
1501
1577
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1524,14 +1600,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1524
1600
  'newdocpartid': newdocpartid,
1525
1601
  'partindex': partindex
1526
1602
  };
1527
- var queryParams = {};
1528
- var headerParams = {
1529
- 'Authorization': opts['authorization'],
1603
+ var queryParams = {
1530
1604
  'cacheduration': opts['cacheduration'],
1531
- 'cachegroup': opts['cachegroup'],
1532
- 'cachekey': opts['cachekey'],
1605
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1606
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1533
1607
  'cachescope': opts['cachescope'],
1534
- 'cacheuser': opts['cacheuser'],
1608
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1609
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1610
+ };
1611
+ var headerParams = {
1612
+ 'Authorization': opts['authorization'],
1535
1613
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1536
1614
  'zeusportal-postas': opts['zeusportalPostas'],
1537
1615
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1542,7 +1620,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1542
1620
  var contentTypes = [];
1543
1621
  var accepts = ['*/*'];
1544
1622
  var returnType = null;
1545
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1623
+ return this.apiClient.callApi('/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1546
1624
  }
1547
1625
 
1548
1626
  /**
@@ -1565,6 +1643,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1565
1643
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1566
1644
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1567
1645
  * @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)
1646
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1568
1647
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1569
1648
  * @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
1570
1649
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1593,14 +1672,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1593
1672
  'articleid': articleid,
1594
1673
  'partindex': partindex
1595
1674
  };
1596
- var queryParams = {};
1597
- var headerParams = {
1598
- 'Authorization': opts['authorization'],
1675
+ var queryParams = {
1599
1676
  'cacheduration': opts['cacheduration'],
1600
- 'cachegroup': opts['cachegroup'],
1601
- 'cachekey': opts['cachekey'],
1677
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1678
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1602
1679
  'cachescope': opts['cachescope'],
1603
- 'cacheuser': opts['cacheuser'],
1680
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1681
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1682
+ };
1683
+ var headerParams = {
1684
+ 'Authorization': opts['authorization'],
1604
1685
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1605
1686
  'zeusportal-postas': opts['zeusportalPostas'],
1606
1687
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1611,7 +1692,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1611
1692
  var contentTypes = [];
1612
1693
  var accepts = ['*/*'];
1613
1694
  var returnType = null;
1614
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1695
+ return this.apiClient.callApi('/entryparts/{docpartid}/moveto/article/{articleid}/{partindex}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1615
1696
  }
1616
1697
 
1617
1698
  /**
@@ -1633,6 +1714,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1633
1714
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1634
1715
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1635
1716
  * @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)
1717
+ * @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
1636
1718
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1637
1719
  * @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
1638
1720
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1656,14 +1738,16 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1656
1738
  var pathParams = {
1657
1739
  'docpartid': docpartid
1658
1740
  };
1659
- var queryParams = {};
1660
- var headerParams = {
1661
- 'Authorization': opts['authorization'],
1741
+ var queryParams = {
1662
1742
  'cacheduration': opts['cacheduration'],
1663
- 'cachegroup': opts['cachegroup'],
1664
- 'cachekey': opts['cachekey'],
1743
+ 'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
1744
+ 'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
1665
1745
  'cachescope': opts['cachescope'],
1666
- 'cacheuser': opts['cacheuser'],
1746
+ 'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
1747
+ 'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
1748
+ };
1749
+ var headerParams = {
1750
+ 'Authorization': opts['authorization'],
1667
1751
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1668
1752
  'zeusportal-postas': opts['zeusportalPostas'],
1669
1753
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1674,7 +1758,7 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
1674
1758
  var contentTypes = ['application/json'];
1675
1759
  var accepts = ['application/json'];
1676
1760
  var returnType = _DocumentPart["default"];
1677
- return this.apiClient.callApi('/graph/data/entryparts/{docpartid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1761
+ return this.apiClient.callApi('/entryparts/{docpartid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1678
1762
  }
1679
1763
  }]);
1680
1764
  }();