cmv4-openapi-client 1.0.3

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 (542) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +606 -0
  4. data/Rakefile +10 -0
  5. data/build_gem.sh +2 -0
  6. data/cm4-openapi.config.json +6 -0
  7. data/cm4-openapi.yaml +14221 -0
  8. data/cmv4-openapi-client-1.0.1.gem +0 -0
  9. data/cmv4-openapi-client-1.0.2.gem +0 -0
  10. data/cmv4-openapi-client.gemspec +39 -0
  11. data/docs/Action.md +55 -0
  12. data/docs/ActionCalendarRequest.md +19 -0
  13. data/docs/ActionDocumentRelationship.md +35 -0
  14. data/docs/Actions.md +35 -0
  15. data/docs/AddressModel.md +29 -0
  16. data/docs/AffectedStakeholderRelationship.md +35 -0
  17. data/docs/AggregateGrowthCountsRequest.md +17 -0
  18. data/docs/AssignedBy.md +35 -0
  19. data/docs/AssignedTo.md +35 -0
  20. data/docs/Change.md +21 -0
  21. data/docs/ChangeLog.md +19 -0
  22. data/docs/ChannelMessageNotificationType.md +16 -0
  23. data/docs/Claim.md +19 -0
  24. data/docs/Classification.md +25 -0
  25. data/docs/ClassificationModel.md +25 -0
  26. data/docs/ClassificationSetModel.md +17 -0
  27. data/docs/ClassificationStatisticsRequest.md +21 -0
  28. data/docs/ClassificationViewModel.md +31 -0
  29. data/docs/ClassificationViewModelAllOf.md +21 -0
  30. data/docs/CompletionRequest.md +17 -0
  31. data/docs/ConcreteEnterpriseDefinition.md +19 -0
  32. data/docs/Correspondence.md +41 -0
  33. data/docs/DictionaryOfObject.md +19 -0
  34. data/docs/Document.md +45 -0
  35. data/docs/DocumentStakeholderRelationship.md +35 -0
  36. data/docs/DocumentUserRelationship.md +35 -0
  37. data/docs/Documents.md +35 -0
  38. data/docs/DomainObjectDefinitionBase.md +35 -0
  39. data/docs/DomainObjectDefinitionBaseAllOf.md +17 -0
  40. data/docs/DomainObjectNature.md +16 -0
  41. data/docs/DomainObjectPermissions.md +21 -0
  42. data/docs/DomainObjectTypes.md +16 -0
  43. data/docs/EnsureClassificationCommandData.md +17 -0
  44. data/docs/EnsureClassificationCommandDataValues.md +25 -0
  45. data/docs/EnsureEntityInstanceCommandData.md +21 -0
  46. data/docs/EnsureProjectCommandData.md +19 -0
  47. data/docs/EnsureRelationshipInstanceCommandData.md +21 -0
  48. data/docs/EnsureTeamCommandData.md +21 -0
  49. data/docs/EnsureUserCommandData.md +23 -0
  50. data/docs/EnterpriseConfiguration.md +25 -0
  51. data/docs/EnterpriseConfigurationModified.md +25 -0
  52. data/docs/EntityActionsApi.md +572 -0
  53. data/docs/EntityCorrespondenceApi.md +572 -0
  54. data/docs/EntityDefinition.md +39 -0
  55. data/docs/EntityDefinitionAllOf.md +21 -0
  56. data/docs/EntityDocumentsApi.md +572 -0
  57. data/docs/EntityEventsApi.md +572 -0
  58. data/docs/EntityOrganisationsApi.md +572 -0
  59. data/docs/EntityProjectsApi.md +572 -0
  60. data/docs/EntityPropertiesApi.md +572 -0
  61. data/docs/EntityStakeholdersApi.md +572 -0
  62. data/docs/EntityTeamsApi.md +572 -0
  63. data/docs/EntityUsersApi.md +572 -0
  64. data/docs/Event.md +75 -0
  65. data/docs/EventActionRelationship.md +35 -0
  66. data/docs/EventDocumentRelationship.md +35 -0
  67. data/docs/EventOrganisation.md +35 -0
  68. data/docs/EventUserRelationship.md +35 -0
  69. data/docs/Events.md +35 -0
  70. data/docs/FieldAccessLevel.md +16 -0
  71. data/docs/FieldNature.md +16 -0
  72. data/docs/FieldSecurity.md +19 -0
  73. data/docs/FieldType.md +16 -0
  74. data/docs/FilteredReportsRequest.md +25 -0
  75. data/docs/ForgotPasswordData.md +17 -0
  76. data/docs/GeneralAvailableProjectsApi.md +52 -0
  77. data/docs/GeneralClassificationsApi.md +545 -0
  78. data/docs/GeneralDefinitionApi.md +240 -0
  79. data/docs/GeneralDiffApi.md +64 -0
  80. data/docs/GeneralFeaturesApi.md +96 -0
  81. data/docs/GeneralHistorySearchApi.md +56 -0
  82. data/docs/GeneralOrganisationalSettingsApi.md +56 -0
  83. data/docs/GeneralQueryApi.md +56 -0
  84. data/docs/GeneralSearchApi.md +104 -0
  85. data/docs/GeneralSecurityApi.md +358 -0
  86. data/docs/GeneralStorageApi.md +110 -0
  87. data/docs/GrantTeamMembershipCommandData.md +19 -0
  88. data/docs/IEntityDefinition.md +17 -0
  89. data/docs/IEnumerableOfProjectOfObject.md +21 -0
  90. data/docs/IIdentityReference.md +21 -0
  91. data/docs/IKnowledgeBaseDataObjectDefinition.md +23 -0
  92. data/docs/IKnowledgeBaseFieldDefinition.md +37 -0
  93. data/docs/IKnowledgeBaseObjectDefinitionFeature.md +19 -0
  94. data/docs/IModifier.md +17 -0
  95. data/docs/IReadOnlyKnowledgeBaseObjectDefinition.md +37 -0
  96. data/docs/IRelationshipDefinition.md +23 -0
  97. data/docs/ISecurityConstraint.md +17 -0
  98. data/docs/ISystemPolicy.md +19 -0
  99. data/docs/IUploadToken.md +19 -0
  100. data/docs/IdentityModel.md +25 -0
  101. data/docs/KnowledgeBaseObjectDefinitionBase.md +33 -0
  102. data/docs/KnowledgeBaseObjectTypes.md +16 -0
  103. data/docs/LicensePolicies.md +16 -0
  104. data/docs/LocationModel.md +19 -0
  105. data/docs/Measures.md +16 -0
  106. data/docs/Membership.md +37 -0
  107. data/docs/MergeEntityInstancesCommandData.md +17 -0
  108. data/docs/ModifyData.md +19 -0
  109. data/docs/Notification.md +19 -0
  110. data/docs/Organisation.md +71 -0
  111. data/docs/Organisations.md +35 -0
  112. data/docs/OutstandingActionsByUserCountsRequest.md +19 -0
  113. data/docs/Project.md +21 -0
  114. data/docs/Project2.md +53 -0
  115. data/docs/ProjectModified.md +21 -0
  116. data/docs/ProjectOperation.md +19 -0
  117. data/docs/Properties.md +35 -0
  118. data/docs/Property.md +63 -0
  119. data/docs/PropertyActionRelationship.md +35 -0
  120. data/docs/PropertyDocumentRelationship.md +35 -0
  121. data/docs/PropertyEventRelationship.md +35 -0
  122. data/docs/PropertyOrganisation.md +35 -0
  123. data/docs/PropertyUserRelationship.md +35 -0
  124. data/docs/QueryRequest.md +23 -0
  125. data/docs/ReassignClassificationCommandData.md +17 -0
  126. data/docs/RelatedValue.md +19 -0
  127. data/docs/RelationshipActionDocumentRelationshipsApi.md +458 -0
  128. data/docs/RelationshipActionProjectRelationshipsApi.md +458 -0
  129. data/docs/RelationshipAffectedStakeholderRelationshipsApi.md +458 -0
  130. data/docs/RelationshipAssignedByactionsApi.md +458 -0
  131. data/docs/RelationshipAssignedToactionsApi.md +458 -0
  132. data/docs/RelationshipCorrespondenceProjectRelationshipsApi.md +458 -0
  133. data/docs/RelationshipDefinition.md +43 -0
  134. data/docs/RelationshipDefinitionAllOf.md +25 -0
  135. data/docs/RelationshipDocumentProjectRelationshipsApi.md +458 -0
  136. data/docs/RelationshipDocumentStakeholderRelationshipsApi.md +458 -0
  137. data/docs/RelationshipDocumentUserRelationshipsApi.md +458 -0
  138. data/docs/RelationshipEventActionRelationshipsApi.md +458 -0
  139. data/docs/RelationshipEventDocumentRelationshipsApi.md +458 -0
  140. data/docs/RelationshipEventProjectRelationshipsApi.md +458 -0
  141. data/docs/RelationshipEventUserRelationshipsApi.md +458 -0
  142. data/docs/RelationshipEventsToOrganisationsApi.md +458 -0
  143. data/docs/RelationshipFormat.md +16 -0
  144. data/docs/RelationshipMembershipsApi.md +458 -0
  145. data/docs/RelationshipOrganisationProjectRelationshipsApi.md +458 -0
  146. data/docs/RelationshipPropertiesToOrganisationsApi.md +458 -0
  147. data/docs/RelationshipPropertyActionRelationshipsApi.md +458 -0
  148. data/docs/RelationshipPropertyDocumentRelationshipsApi.md +458 -0
  149. data/docs/RelationshipPropertyEventRelationshipsApi.md +458 -0
  150. data/docs/RelationshipPropertyProjectRelationshipsApi.md +458 -0
  151. data/docs/RelationshipPropertyUserRelationshipsApi.md +458 -0
  152. data/docs/RelationshipStakeholderEventsApi.md +458 -0
  153. data/docs/RelationshipStakeholderProjectRelationshipsApi.md +458 -0
  154. data/docs/RelationshipStakeholderPropertiesApi.md +458 -0
  155. data/docs/RelationshipStakeholdersApi.md +458 -0
  156. data/docs/RelationshipStakeholdersToOrganisationsApi.md +458 -0
  157. data/docs/RelationshipTeamProjectRelationshipsApi.md +458 -0
  158. data/docs/RelationshipUserStakeholderRelationshipsApi.md +458 -0
  159. data/docs/RelationshipUsersApi.md +458 -0
  160. data/docs/ResetPasswordData.md +19 -0
  161. data/docs/ResourceModel.md +27 -0
  162. data/docs/SearchRequest.md +37 -0
  163. data/docs/SearchResultsFormat.md +16 -0
  164. data/docs/SecurityControllerReadApi.md +55 -0
  165. data/docs/Stakeholder.md +99 -0
  166. data/docs/StakeholderEvent.md +37 -0
  167. data/docs/StakeholderInteractionsForUserRequest.md +17 -0
  168. data/docs/StakeholderOrganisation.md +37 -0
  169. data/docs/StakeholderProperty.md +37 -0
  170. data/docs/Stakeholders.md +39 -0
  171. data/docs/Stereotype.md +19 -0
  172. data/docs/StereotypeOperation.md +19 -0
  173. data/docs/StereotypeScope.md +16 -0
  174. data/docs/StorageContentType.md +16 -0
  175. data/docs/Team.md +41 -0
  176. data/docs/Teams.md +35 -0
  177. data/docs/TotalActiveEntityCountsRequest.md +17 -0
  178. data/docs/UncategorisedEmailCountRequest.md +17 -0
  179. data/docs/User.md +61 -0
  180. data/docs/UserStakeholderRelationship.md +35 -0
  181. data/docs/Users.md +39 -0
  182. data/docs/ValidatorDefinition.md +17 -0
  183. data/docs/Visibility.md +16 -0
  184. data/generate_gem.sh +2 -0
  185. data/git_push.sh +58 -0
  186. data/lib/cmv4-openapi-client/api/entity_actions_api.rb +654 -0
  187. data/lib/cmv4-openapi-client/api/entity_correspondence_api.rb +654 -0
  188. data/lib/cmv4-openapi-client/api/entity_documents_api.rb +654 -0
  189. data/lib/cmv4-openapi-client/api/entity_events_api.rb +654 -0
  190. data/lib/cmv4-openapi-client/api/entity_organisations_api.rb +654 -0
  191. data/lib/cmv4-openapi-client/api/entity_projects_api.rb +654 -0
  192. data/lib/cmv4-openapi-client/api/entity_properties_api.rb +654 -0
  193. data/lib/cmv4-openapi-client/api/entity_stakeholders_api.rb +654 -0
  194. data/lib/cmv4-openapi-client/api/entity_teams_api.rb +654 -0
  195. data/lib/cmv4-openapi-client/api/entity_users_api.rb +654 -0
  196. data/lib/cmv4-openapi-client/api/general_available_projects_api.rb +78 -0
  197. data/lib/cmv4-openapi-client/api/general_classifications_api.rb +728 -0
  198. data/lib/cmv4-openapi-client/api/general_definition_api.rb +312 -0
  199. data/lib/cmv4-openapi-client/api/general_diff_api.rb +92 -0
  200. data/lib/cmv4-openapi-client/api/general_features_api.rb +134 -0
  201. data/lib/cmv4-openapi-client/api/general_history_search_api.rb +86 -0
  202. data/lib/cmv4-openapi-client/api/general_organisational_settings_api.rb +80 -0
  203. data/lib/cmv4-openapi-client/api/general_query_api.rb +86 -0
  204. data/lib/cmv4-openapi-client/api/general_search_api.rb +150 -0
  205. data/lib/cmv4-openapi-client/api/general_security_api.rb +483 -0
  206. data/lib/cmv4-openapi-client/api/general_storage_api.rb +156 -0
  207. data/lib/cmv4-openapi-client/api/relationship_action_document_relationships_api.rb +522 -0
  208. data/lib/cmv4-openapi-client/api/relationship_action_project_relationships_api.rb +522 -0
  209. data/lib/cmv4-openapi-client/api/relationship_affected_stakeholder_relationships_api.rb +522 -0
  210. data/lib/cmv4-openapi-client/api/relationship_assigned_byactions_api.rb +522 -0
  211. data/lib/cmv4-openapi-client/api/relationship_assigned_toactions_api.rb +522 -0
  212. data/lib/cmv4-openapi-client/api/relationship_correspondence_project_relationships_api.rb +522 -0
  213. data/lib/cmv4-openapi-client/api/relationship_document_project_relationships_api.rb +522 -0
  214. data/lib/cmv4-openapi-client/api/relationship_document_stakeholder_relationships_api.rb +522 -0
  215. data/lib/cmv4-openapi-client/api/relationship_document_user_relationships_api.rb +522 -0
  216. data/lib/cmv4-openapi-client/api/relationship_event_action_relationships_api.rb +522 -0
  217. data/lib/cmv4-openapi-client/api/relationship_event_document_relationships_api.rb +522 -0
  218. data/lib/cmv4-openapi-client/api/relationship_event_project_relationships_api.rb +522 -0
  219. data/lib/cmv4-openapi-client/api/relationship_event_user_relationships_api.rb +522 -0
  220. data/lib/cmv4-openapi-client/api/relationship_events_to_organisations_api.rb +522 -0
  221. data/lib/cmv4-openapi-client/api/relationship_memberships_api.rb +522 -0
  222. data/lib/cmv4-openapi-client/api/relationship_organisation_project_relationships_api.rb +522 -0
  223. data/lib/cmv4-openapi-client/api/relationship_properties_to_organisations_api.rb +522 -0
  224. data/lib/cmv4-openapi-client/api/relationship_property_action_relationships_api.rb +522 -0
  225. data/lib/cmv4-openapi-client/api/relationship_property_document_relationships_api.rb +522 -0
  226. data/lib/cmv4-openapi-client/api/relationship_property_event_relationships_api.rb +522 -0
  227. data/lib/cmv4-openapi-client/api/relationship_property_project_relationships_api.rb +522 -0
  228. data/lib/cmv4-openapi-client/api/relationship_property_user_relationships_api.rb +522 -0
  229. data/lib/cmv4-openapi-client/api/relationship_stakeholder_events_api.rb +522 -0
  230. data/lib/cmv4-openapi-client/api/relationship_stakeholder_project_relationships_api.rb +522 -0
  231. data/lib/cmv4-openapi-client/api/relationship_stakeholder_properties_api.rb +522 -0
  232. data/lib/cmv4-openapi-client/api/relationship_stakeholders_api.rb +522 -0
  233. data/lib/cmv4-openapi-client/api/relationship_stakeholders_to_organisations_api.rb +522 -0
  234. data/lib/cmv4-openapi-client/api/relationship_team_project_relationships_api.rb +522 -0
  235. data/lib/cmv4-openapi-client/api/relationship_user_stakeholder_relationships_api.rb +522 -0
  236. data/lib/cmv4-openapi-client/api/relationship_users_api.rb +522 -0
  237. data/lib/cmv4-openapi-client/api/security_controller_read_api.rb +84 -0
  238. data/lib/cmv4-openapi-client/api_client.rb +392 -0
  239. data/lib/cmv4-openapi-client/api_error.rb +57 -0
  240. data/lib/cmv4-openapi-client/configuration.rb +256 -0
  241. data/lib/cmv4-openapi-client/models/action.rb +388 -0
  242. data/lib/cmv4-openapi-client/models/action_calendar_request.rb +218 -0
  243. data/lib/cmv4-openapi-client/models/action_document_relationship.rb +289 -0
  244. data/lib/cmv4-openapi-client/models/actions.rb +289 -0
  245. data/lib/cmv4-openapi-client/models/address_model.rb +267 -0
  246. data/lib/cmv4-openapi-client/models/affected_stakeholder_relationship.rb +289 -0
  247. data/lib/cmv4-openapi-client/models/aggregate_growth_counts_request.rb +209 -0
  248. data/lib/cmv4-openapi-client/models/assigned_by.rb +289 -0
  249. data/lib/cmv4-openapi-client/models/assigned_to.rb +289 -0
  250. data/lib/cmv4-openapi-client/models/change.rb +227 -0
  251. data/lib/cmv4-openapi-client/models/change_log.rb +219 -0
  252. data/lib/cmv4-openapi-client/models/channel_message_notification_type.rb +42 -0
  253. data/lib/cmv4-openapi-client/models/claim.rb +217 -0
  254. data/lib/cmv4-openapi-client/models/classification.rb +245 -0
  255. data/lib/cmv4-openapi-client/models/classification_model.rb +244 -0
  256. data/lib/cmv4-openapi-client/models/classification_set_model.rb +209 -0
  257. data/lib/cmv4-openapi-client/models/classification_statistics_request.rb +229 -0
  258. data/lib/cmv4-openapi-client/models/classification_view_model.rb +280 -0
  259. data/lib/cmv4-openapi-client/models/classification_view_model_all_of.rb +224 -0
  260. data/lib/cmv4-openapi-client/models/completion_request.rb +207 -0
  261. data/lib/cmv4-openapi-client/models/concrete_enterprise_definition.rb +221 -0
  262. data/lib/cmv4-openapi-client/models/correspondence.rb +322 -0
  263. data/lib/cmv4-openapi-client/models/dictionary_of_object.rb +217 -0
  264. data/lib/cmv4-openapi-client/models/document.rb +342 -0
  265. data/lib/cmv4-openapi-client/models/document_stakeholder_relationship.rb +289 -0
  266. data/lib/cmv4-openapi-client/models/document_user_relationship.rb +289 -0
  267. data/lib/cmv4-openapi-client/models/documents.rb +289 -0
  268. data/lib/cmv4-openapi-client/models/domain_object_definition_base.rb +308 -0
  269. data/lib/cmv4-openapi-client/models/domain_object_definition_base_all_of.rb +206 -0
  270. data/lib/cmv4-openapi-client/models/domain_object_nature.rb +36 -0
  271. data/lib/cmv4-openapi-client/models/domain_object_permissions.rb +230 -0
  272. data/lib/cmv4-openapi-client/models/domain_object_types.rb +36 -0
  273. data/lib/cmv4-openapi-client/models/ensure_classification_command_data.rb +207 -0
  274. data/lib/cmv4-openapi-client/models/ensure_classification_command_data_values.rb +247 -0
  275. data/lib/cmv4-openapi-client/models/ensure_entity_instance_command_data.rb +229 -0
  276. data/lib/cmv4-openapi-client/models/ensure_project_command_data.rb +219 -0
  277. data/lib/cmv4-openapi-client/models/ensure_relationship_instance_command_data.rb +231 -0
  278. data/lib/cmv4-openapi-client/models/ensure_team_command_data.rb +229 -0
  279. data/lib/cmv4-openapi-client/models/ensure_user_command_data.rb +238 -0
  280. data/lib/cmv4-openapi-client/models/enterprise_configuration.rb +255 -0
  281. data/lib/cmv4-openapi-client/models/enterprise_configuration_modified.rb +247 -0
  282. data/lib/cmv4-openapi-client/models/entity_definition.rb +326 -0
  283. data/lib/cmv4-openapi-client/models/entity_definition_all_of.rb +224 -0
  284. data/lib/cmv4-openapi-client/models/event.rb +498 -0
  285. data/lib/cmv4-openapi-client/models/event_action_relationship.rb +289 -0
  286. data/lib/cmv4-openapi-client/models/event_document_relationship.rb +289 -0
  287. data/lib/cmv4-openapi-client/models/event_organisation.rb +289 -0
  288. data/lib/cmv4-openapi-client/models/event_user_relationship.rb +289 -0
  289. data/lib/cmv4-openapi-client/models/events.rb +289 -0
  290. data/lib/cmv4-openapi-client/models/field_access_level.rb +38 -0
  291. data/lib/cmv4-openapi-client/models/field_nature.rb +37 -0
  292. data/lib/cmv4-openapi-client/models/field_security.rb +216 -0
  293. data/lib/cmv4-openapi-client/models/field_type.rb +52 -0
  294. data/lib/cmv4-openapi-client/models/filtered_reports_request.rb +249 -0
  295. data/lib/cmv4-openapi-client/models/forgot_password_data.rb +207 -0
  296. data/lib/cmv4-openapi-client/models/grant_team_membership_command_data.rb +216 -0
  297. data/lib/cmv4-openapi-client/models/i_entity_definition.rb +206 -0
  298. data/lib/cmv4-openapi-client/models/i_enumerable_of_project_of_object.rb +228 -0
  299. data/lib/cmv4-openapi-client/models/i_identity_reference.rb +227 -0
  300. data/lib/cmv4-openapi-client/models/i_knowledge_base_data_object_definition.rb +239 -0
  301. data/lib/cmv4-openapi-client/models/i_knowledge_base_field_definition.rb +308 -0
  302. data/lib/cmv4-openapi-client/models/i_knowledge_base_object_definition_feature.rb +216 -0
  303. data/lib/cmv4-openapi-client/models/i_modifier.rb +207 -0
  304. data/lib/cmv4-openapi-client/models/i_read_only_knowledge_base_object_definition.rb +312 -0
  305. data/lib/cmv4-openapi-client/models/i_relationship_definition.rb +236 -0
  306. data/lib/cmv4-openapi-client/models/i_security_constraint.rb +207 -0
  307. data/lib/cmv4-openapi-client/models/i_system_policy.rb +216 -0
  308. data/lib/cmv4-openapi-client/models/i_upload_token.rb +217 -0
  309. data/lib/cmv4-openapi-client/models/identity_model.rb +247 -0
  310. data/lib/cmv4-openapi-client/models/knowledge_base_object_definition_base.rb +291 -0
  311. data/lib/cmv4-openapi-client/models/knowledge_base_object_types.rb +37 -0
  312. data/lib/cmv4-openapi-client/models/license_policies.rb +37 -0
  313. data/lib/cmv4-openapi-client/models/location_model.rb +215 -0
  314. data/lib/cmv4-openapi-client/models/measures.rb +35 -0
  315. data/lib/cmv4-openapi-client/models/membership.rb +298 -0
  316. data/lib/cmv4-openapi-client/models/merge_entity_instances_command_data.rb +209 -0
  317. data/lib/cmv4-openapi-client/models/modify_data.rb +216 -0
  318. data/lib/cmv4-openapi-client/models/notification.rb +217 -0
  319. data/lib/cmv4-openapi-client/models/organisation.rb +471 -0
  320. data/lib/cmv4-openapi-client/models/organisations.rb +289 -0
  321. data/lib/cmv4-openapi-client/models/outstanding_actions_by_user_counts_request.rb +218 -0
  322. data/lib/cmv4-openapi-client/models/project.rb +226 -0
  323. data/lib/cmv4-openapi-client/models/project2.rb +375 -0
  324. data/lib/cmv4-openapi-client/models/project_modified.rb +228 -0
  325. data/lib/cmv4-openapi-client/models/project_operation.rb +221 -0
  326. data/lib/cmv4-openapi-client/models/properties.rb +289 -0
  327. data/lib/cmv4-openapi-client/models/property.rb +434 -0
  328. data/lib/cmv4-openapi-client/models/property_action_relationship.rb +289 -0
  329. data/lib/cmv4-openapi-client/models/property_document_relationship.rb +289 -0
  330. data/lib/cmv4-openapi-client/models/property_event_relationship.rb +289 -0
  331. data/lib/cmv4-openapi-client/models/property_organisation.rb +289 -0
  332. data/lib/cmv4-openapi-client/models/property_user_relationship.rb +289 -0
  333. data/lib/cmv4-openapi-client/models/query_request.rb +242 -0
  334. data/lib/cmv4-openapi-client/models/reassign_classification_command_data.rb +206 -0
  335. data/lib/cmv4-openapi-client/models/related_value.rb +216 -0
  336. data/lib/cmv4-openapi-client/models/relationship_definition.rb +347 -0
  337. data/lib/cmv4-openapi-client/models/relationship_definition_all_of.rb +245 -0
  338. data/lib/cmv4-openapi-client/models/relationship_format.rb +39 -0
  339. data/lib/cmv4-openapi-client/models/reset_password_data.rb +217 -0
  340. data/lib/cmv4-openapi-client/models/resource_model.rb +255 -0
  341. data/lib/cmv4-openapi-client/models/search_request.rb +313 -0
  342. data/lib/cmv4-openapi-client/models/search_results_format.rb +39 -0
  343. data/lib/cmv4-openapi-client/models/stakeholder.rb +607 -0
  344. data/lib/cmv4-openapi-client/models/stakeholder_event.rb +299 -0
  345. data/lib/cmv4-openapi-client/models/stakeholder_interactions_for_user_request.rb +209 -0
  346. data/lib/cmv4-openapi-client/models/stakeholder_organisation.rb +299 -0
  347. data/lib/cmv4-openapi-client/models/stakeholder_property.rb +299 -0
  348. data/lib/cmv4-openapi-client/models/stakeholders.rb +309 -0
  349. data/lib/cmv4-openapi-client/models/stereotype.rb +217 -0
  350. data/lib/cmv4-openapi-client/models/stereotype_operation.rb +221 -0
  351. data/lib/cmv4-openapi-client/models/stereotype_scope.rb +37 -0
  352. data/lib/cmv4-openapi-client/models/storage_content_type.rb +40 -0
  353. data/lib/cmv4-openapi-client/models/team.rb +322 -0
  354. data/lib/cmv4-openapi-client/models/teams.rb +289 -0
  355. data/lib/cmv4-openapi-client/models/total_active_entity_counts_request.rb +209 -0
  356. data/lib/cmv4-openapi-client/models/uncategorised_email_count_request.rb +209 -0
  357. data/lib/cmv4-openapi-client/models/user.rb +419 -0
  358. data/lib/cmv4-openapi-client/models/user_stakeholder_relationship.rb +289 -0
  359. data/lib/cmv4-openapi-client/models/users.rb +309 -0
  360. data/lib/cmv4-openapi-client/models/validator_definition.rb +207 -0
  361. data/lib/cmv4-openapi-client/models/visibility.rb +37 -0
  362. data/lib/cmv4-openapi-client/version.rb +15 -0
  363. data/lib/cmv4-openapi-client.rb +212 -0
  364. data/spec/api/entity_actions_api_spec.rb +157 -0
  365. data/spec/api/entity_correspondence_api_spec.rb +157 -0
  366. data/spec/api/entity_documents_api_spec.rb +157 -0
  367. data/spec/api/entity_events_api_spec.rb +157 -0
  368. data/spec/api/entity_organisations_api_spec.rb +157 -0
  369. data/spec/api/entity_projects_api_spec.rb +157 -0
  370. data/spec/api/entity_properties_api_spec.rb +157 -0
  371. data/spec/api/entity_stakeholders_api_spec.rb +157 -0
  372. data/spec/api/entity_teams_api_spec.rb +157 -0
  373. data/spec/api/entity_users_api_spec.rb +157 -0
  374. data/spec/api/general_available_projects_api_spec.rb +46 -0
  375. data/spec/api/general_classifications_api_spec.rb +172 -0
  376. data/spec/api/general_definition_api_spec.rb +93 -0
  377. data/spec/api/general_diff_api_spec.rb +50 -0
  378. data/spec/api/general_features_api_spec.rb +57 -0
  379. data/spec/api/general_history_search_api_spec.rb +47 -0
  380. data/spec/api/general_organisational_settings_api_spec.rb +47 -0
  381. data/spec/api/general_query_api_spec.rb +47 -0
  382. data/spec/api/general_search_api_spec.rb +59 -0
  383. data/spec/api/general_security_api_spec.rb +125 -0
  384. data/spec/api/general_storage_api_spec.rb +62 -0
  385. data/spec/api/relationship_action_document_relationships_api_spec.rb +132 -0
  386. data/spec/api/relationship_action_project_relationships_api_spec.rb +132 -0
  387. data/spec/api/relationship_affected_stakeholder_relationships_api_spec.rb +132 -0
  388. data/spec/api/relationship_assigned_byactions_api_spec.rb +132 -0
  389. data/spec/api/relationship_assigned_toactions_api_spec.rb +132 -0
  390. data/spec/api/relationship_correspondence_project_relationships_api_spec.rb +132 -0
  391. data/spec/api/relationship_document_project_relationships_api_spec.rb +132 -0
  392. data/spec/api/relationship_document_stakeholder_relationships_api_spec.rb +132 -0
  393. data/spec/api/relationship_document_user_relationships_api_spec.rb +132 -0
  394. data/spec/api/relationship_event_action_relationships_api_spec.rb +132 -0
  395. data/spec/api/relationship_event_document_relationships_api_spec.rb +132 -0
  396. data/spec/api/relationship_event_project_relationships_api_spec.rb +132 -0
  397. data/spec/api/relationship_event_user_relationships_api_spec.rb +132 -0
  398. data/spec/api/relationship_events_to_organisations_api_spec.rb +132 -0
  399. data/spec/api/relationship_memberships_api_spec.rb +132 -0
  400. data/spec/api/relationship_organisation_project_relationships_api_spec.rb +132 -0
  401. data/spec/api/relationship_properties_to_organisations_api_spec.rb +132 -0
  402. data/spec/api/relationship_property_action_relationships_api_spec.rb +132 -0
  403. data/spec/api/relationship_property_document_relationships_api_spec.rb +132 -0
  404. data/spec/api/relationship_property_event_relationships_api_spec.rb +132 -0
  405. data/spec/api/relationship_property_project_relationships_api_spec.rb +132 -0
  406. data/spec/api/relationship_property_user_relationships_api_spec.rb +132 -0
  407. data/spec/api/relationship_stakeholder_events_api_spec.rb +132 -0
  408. data/spec/api/relationship_stakeholder_project_relationships_api_spec.rb +132 -0
  409. data/spec/api/relationship_stakeholder_properties_api_spec.rb +132 -0
  410. data/spec/api/relationship_stakeholders_api_spec.rb +132 -0
  411. data/spec/api/relationship_stakeholders_to_organisations_api_spec.rb +132 -0
  412. data/spec/api/relationship_team_project_relationships_api_spec.rb +132 -0
  413. data/spec/api/relationship_user_stakeholder_relationships_api_spec.rb +132 -0
  414. data/spec/api/relationship_users_api_spec.rb +132 -0
  415. data/spec/api/security_controller_read_api_spec.rb +46 -0
  416. data/spec/api_client_spec.rb +226 -0
  417. data/spec/configuration_spec.rb +42 -0
  418. data/spec/models/action_calendar_request_spec.rb +47 -0
  419. data/spec/models/action_document_relationship_spec.rb +95 -0
  420. data/spec/models/action_spec.rb +155 -0
  421. data/spec/models/actions_spec.rb +95 -0
  422. data/spec/models/address_model_spec.rb +77 -0
  423. data/spec/models/affected_stakeholder_relationship_spec.rb +95 -0
  424. data/spec/models/aggregate_growth_counts_request_spec.rb +41 -0
  425. data/spec/models/assigned_by_spec.rb +95 -0
  426. data/spec/models/assigned_to_spec.rb +95 -0
  427. data/spec/models/change_log_spec.rb +47 -0
  428. data/spec/models/change_spec.rb +53 -0
  429. data/spec/models/channel_message_notification_type_spec.rb +35 -0
  430. data/spec/models/claim_spec.rb +47 -0
  431. data/spec/models/classification_model_spec.rb +65 -0
  432. data/spec/models/classification_set_model_spec.rb +41 -0
  433. data/spec/models/classification_spec.rb +65 -0
  434. data/spec/models/classification_statistics_request_spec.rb +53 -0
  435. data/spec/models/classification_view_model_all_of_spec.rb +53 -0
  436. data/spec/models/classification_view_model_spec.rb +83 -0
  437. data/spec/models/completion_request_spec.rb +41 -0
  438. data/spec/models/concrete_enterprise_definition_spec.rb +47 -0
  439. data/spec/models/correspondence_spec.rb +113 -0
  440. data/spec/models/dictionary_of_object_spec.rb +47 -0
  441. data/spec/models/document_spec.rb +125 -0
  442. data/spec/models/document_stakeholder_relationship_spec.rb +95 -0
  443. data/spec/models/document_user_relationship_spec.rb +95 -0
  444. data/spec/models/documents_spec.rb +95 -0
  445. data/spec/models/domain_object_definition_base_all_of_spec.rb +41 -0
  446. data/spec/models/domain_object_definition_base_spec.rb +95 -0
  447. data/spec/models/domain_object_nature_spec.rb +35 -0
  448. data/spec/models/domain_object_permissions_spec.rb +53 -0
  449. data/spec/models/domain_object_types_spec.rb +35 -0
  450. data/spec/models/ensure_classification_command_data_spec.rb +41 -0
  451. data/spec/models/ensure_classification_command_data_values_spec.rb +65 -0
  452. data/spec/models/ensure_entity_instance_command_data_spec.rb +53 -0
  453. data/spec/models/ensure_project_command_data_spec.rb +47 -0
  454. data/spec/models/ensure_relationship_instance_command_data_spec.rb +53 -0
  455. data/spec/models/ensure_team_command_data_spec.rb +53 -0
  456. data/spec/models/ensure_user_command_data_spec.rb +59 -0
  457. data/spec/models/enterprise_configuration_modified_spec.rb +65 -0
  458. data/spec/models/enterprise_configuration_spec.rb +65 -0
  459. data/spec/models/entity_definition_all_of_spec.rb +53 -0
  460. data/spec/models/entity_definition_spec.rb +107 -0
  461. data/spec/models/event_action_relationship_spec.rb +95 -0
  462. data/spec/models/event_document_relationship_spec.rb +95 -0
  463. data/spec/models/event_organisation_spec.rb +95 -0
  464. data/spec/models/event_spec.rb +215 -0
  465. data/spec/models/event_user_relationship_spec.rb +95 -0
  466. data/spec/models/events_spec.rb +95 -0
  467. data/spec/models/field_access_level_spec.rb +35 -0
  468. data/spec/models/field_nature_spec.rb +35 -0
  469. data/spec/models/field_security_spec.rb +47 -0
  470. data/spec/models/field_type_spec.rb +35 -0
  471. data/spec/models/filtered_reports_request_spec.rb +65 -0
  472. data/spec/models/forgot_password_data_spec.rb +41 -0
  473. data/spec/models/grant_team_membership_command_data_spec.rb +47 -0
  474. data/spec/models/i_entity_definition_spec.rb +41 -0
  475. data/spec/models/i_enumerable_of_project_of_object_spec.rb +53 -0
  476. data/spec/models/i_identity_reference_spec.rb +53 -0
  477. data/spec/models/i_knowledge_base_data_object_definition_spec.rb +59 -0
  478. data/spec/models/i_knowledge_base_field_definition_spec.rb +101 -0
  479. data/spec/models/i_knowledge_base_object_definition_feature_spec.rb +47 -0
  480. data/spec/models/i_modifier_spec.rb +41 -0
  481. data/spec/models/i_read_only_knowledge_base_object_definition_spec.rb +101 -0
  482. data/spec/models/i_relationship_definition_spec.rb +59 -0
  483. data/spec/models/i_security_constraint_spec.rb +41 -0
  484. data/spec/models/i_system_policy_spec.rb +47 -0
  485. data/spec/models/i_upload_token_spec.rb +47 -0
  486. data/spec/models/identity_model_spec.rb +65 -0
  487. data/spec/models/knowledge_base_object_definition_base_spec.rb +89 -0
  488. data/spec/models/knowledge_base_object_types_spec.rb +35 -0
  489. data/spec/models/license_policies_spec.rb +35 -0
  490. data/spec/models/location_model_spec.rb +47 -0
  491. data/spec/models/measures_spec.rb +35 -0
  492. data/spec/models/membership_spec.rb +101 -0
  493. data/spec/models/merge_entity_instances_command_data_spec.rb +41 -0
  494. data/spec/models/modify_data_spec.rb +47 -0
  495. data/spec/models/notification_spec.rb +47 -0
  496. data/spec/models/organisation_spec.rb +203 -0
  497. data/spec/models/organisations_spec.rb +95 -0
  498. data/spec/models/outstanding_actions_by_user_counts_request_spec.rb +47 -0
  499. data/spec/models/project2_spec.rb +149 -0
  500. data/spec/models/project_modified_spec.rb +53 -0
  501. data/spec/models/project_operation_spec.rb +47 -0
  502. data/spec/models/project_spec.rb +53 -0
  503. data/spec/models/properties_spec.rb +95 -0
  504. data/spec/models/property_action_relationship_spec.rb +95 -0
  505. data/spec/models/property_document_relationship_spec.rb +95 -0
  506. data/spec/models/property_event_relationship_spec.rb +95 -0
  507. data/spec/models/property_organisation_spec.rb +95 -0
  508. data/spec/models/property_spec.rb +179 -0
  509. data/spec/models/property_user_relationship_spec.rb +95 -0
  510. data/spec/models/query_request_spec.rb +59 -0
  511. data/spec/models/reassign_classification_command_data_spec.rb +41 -0
  512. data/spec/models/related_value_spec.rb +47 -0
  513. data/spec/models/relationship_definition_all_of_spec.rb +65 -0
  514. data/spec/models/relationship_definition_spec.rb +119 -0
  515. data/spec/models/relationship_format_spec.rb +35 -0
  516. data/spec/models/reset_password_data_spec.rb +47 -0
  517. data/spec/models/resource_model_spec.rb +71 -0
  518. data/spec/models/search_request_spec.rb +101 -0
  519. data/spec/models/search_results_format_spec.rb +35 -0
  520. data/spec/models/stakeholder_event_spec.rb +101 -0
  521. data/spec/models/stakeholder_interactions_for_user_request_spec.rb +41 -0
  522. data/spec/models/stakeholder_organisation_spec.rb +101 -0
  523. data/spec/models/stakeholder_property_spec.rb +101 -0
  524. data/spec/models/stakeholder_spec.rb +287 -0
  525. data/spec/models/stakeholders_spec.rb +107 -0
  526. data/spec/models/stereotype_operation_spec.rb +47 -0
  527. data/spec/models/stereotype_scope_spec.rb +35 -0
  528. data/spec/models/stereotype_spec.rb +47 -0
  529. data/spec/models/storage_content_type_spec.rb +35 -0
  530. data/spec/models/team_spec.rb +113 -0
  531. data/spec/models/teams_spec.rb +95 -0
  532. data/spec/models/total_active_entity_counts_request_spec.rb +41 -0
  533. data/spec/models/uncategorised_email_count_request_spec.rb +41 -0
  534. data/spec/models/user_spec.rb +173 -0
  535. data/spec/models/user_stakeholder_relationship_spec.rb +95 -0
  536. data/spec/models/users_spec.rb +107 -0
  537. data/spec/models/validator_definition_spec.rb +41 -0
  538. data/spec/models/visibility_spec.rb +35 -0
  539. data/spec/spec_helper.rb +111 -0
  540. data/test/client_test.rb +163 -0
  541. data/test/run_client_test.sh +2 -0
  542. metadata +819 -0
@@ -0,0 +1,358 @@
1
+ # CMV4APIClient::GeneralSecurityApi
2
+
3
+ All URIs are relative to *https://nfplayground.api.cmv4-stable.com*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**security_controller_read_get_security_for_entity**](GeneralSecurityApi.md#security_controller_read_get_security_for_entity) | **GET** /security/entity/{alias}/{instanceId} | Get Entity Security
8
+ [**security_controller_read_get_security_for_relationship**](GeneralSecurityApi.md#security_controller_read_get_security_for_relationship) | **GET** /security/relationship/{alias}/{instanceId} | Get Relationship Security
9
+ [**security_controller_read_get_stereotypes_for_user**](GeneralSecurityApi.md#security_controller_read_get_stereotypes_for_user) | **GET** /security/user/stereotypes | Get User Stereotypes
10
+ [**security_controller_write_assign_team_to_project**](GeneralSecurityApi.md#security_controller_write_assign_team_to_project) | **POST** /security/{teamId}/{projectId}/assignteamtoproject | Assign a team to a project
11
+ [**security_controller_write_assign_user_to_team**](GeneralSecurityApi.md#security_controller_write_assign_user_to_team) | **POST** /security/{teamId}/assignusertoteam | Assign a user to a team
12
+ [**security_controller_write_remove_team_from_project**](GeneralSecurityApi.md#security_controller_write_remove_team_from_project) | **POST** /security/{teamId}/{projectId}/removeteamfromproject | Remove Team to Project association
13
+ [**security_controller_write_remove_user_from_team**](GeneralSecurityApi.md#security_controller_write_remove_user_from_team) | **POST** /security/{teamId}/{userId}/removeuserfromteam | Remove a user from a team
14
+
15
+
16
+
17
+ ## security_controller_read_get_security_for_entity
18
+
19
+ > DomainObjectPermissions security_controller_read_get_security_for_entity(_alias, instance_id)
20
+
21
+ Get Entity Security
22
+
23
+ Gets the permissions for the logged in user on the requested entities
24
+
25
+ ### Example
26
+
27
+ ```ruby
28
+ # load the gem
29
+ require 'cmv4-openapi-client'
30
+
31
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
32
+ _alias = '_alias_example' # String |
33
+ instance_id = 56 # Integer |
34
+
35
+ begin
36
+ #Get Entity Security
37
+ result = api_instance.security_controller_read_get_security_for_entity(_alias, instance_id)
38
+ p result
39
+ rescue CMV4APIClient::ApiError => e
40
+ puts "Exception when calling GeneralSecurityApi->security_controller_read_get_security_for_entity: #{e}"
41
+ end
42
+ ```
43
+
44
+ ### Parameters
45
+
46
+
47
+ Name | Type | Description | Notes
48
+ ------------- | ------------- | ------------- | -------------
49
+ **_alias** | **String**| |
50
+ **instance_id** | **Integer**| |
51
+
52
+ ### Return type
53
+
54
+ [**DomainObjectPermissions**](DomainObjectPermissions.md)
55
+
56
+ ### Authorization
57
+
58
+ No authorization required
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: Not defined
63
+ - **Accept**: application/json
64
+
65
+
66
+ ## security_controller_read_get_security_for_relationship
67
+
68
+ > DomainObjectPermissions security_controller_read_get_security_for_relationship(_alias, instance_id)
69
+
70
+ Get Relationship Security
71
+
72
+ Gets the permissions for the logged in user on the request relationship
73
+
74
+ ### Example
75
+
76
+ ```ruby
77
+ # load the gem
78
+ require 'cmv4-openapi-client'
79
+
80
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
81
+ _alias = '_alias_example' # String |
82
+ instance_id = 56 # Integer |
83
+
84
+ begin
85
+ #Get Relationship Security
86
+ result = api_instance.security_controller_read_get_security_for_relationship(_alias, instance_id)
87
+ p result
88
+ rescue CMV4APIClient::ApiError => e
89
+ puts "Exception when calling GeneralSecurityApi->security_controller_read_get_security_for_relationship: #{e}"
90
+ end
91
+ ```
92
+
93
+ ### Parameters
94
+
95
+
96
+ Name | Type | Description | Notes
97
+ ------------- | ------------- | ------------- | -------------
98
+ **_alias** | **String**| |
99
+ **instance_id** | **Integer**| |
100
+
101
+ ### Return type
102
+
103
+ [**DomainObjectPermissions**](DomainObjectPermissions.md)
104
+
105
+ ### Authorization
106
+
107
+ No authorization required
108
+
109
+ ### HTTP request headers
110
+
111
+ - **Content-Type**: Not defined
112
+ - **Accept**: application/json
113
+
114
+
115
+ ## security_controller_read_get_stereotypes_for_user
116
+
117
+ > Array<Stereotype> security_controller_read_get_stereotypes_for_user(opts)
118
+
119
+ Get User Stereotypes
120
+
121
+ Gets stereotypes for either the passed or logged in user
122
+
123
+ ### Example
124
+
125
+ ```ruby
126
+ # load the gem
127
+ require 'cmv4-openapi-client'
128
+
129
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
130
+ opts = {
131
+ user_id: 56 # Integer |
132
+ }
133
+
134
+ begin
135
+ #Get User Stereotypes
136
+ result = api_instance.security_controller_read_get_stereotypes_for_user(opts)
137
+ p result
138
+ rescue CMV4APIClient::ApiError => e
139
+ puts "Exception when calling GeneralSecurityApi->security_controller_read_get_stereotypes_for_user: #{e}"
140
+ end
141
+ ```
142
+
143
+ ### Parameters
144
+
145
+
146
+ Name | Type | Description | Notes
147
+ ------------- | ------------- | ------------- | -------------
148
+ **user_id** | **Integer**| | [optional]
149
+
150
+ ### Return type
151
+
152
+ [**Array<Stereotype>**](Stereotype.md)
153
+
154
+ ### Authorization
155
+
156
+ No authorization required
157
+
158
+ ### HTTP request headers
159
+
160
+ - **Content-Type**: Not defined
161
+ - **Accept**: application/json
162
+
163
+
164
+ ## security_controller_write_assign_team_to_project
165
+
166
+ > File security_controller_write_assign_team_to_project(team_id, project_id)
167
+
168
+ Assign a team to a project
169
+
170
+ Creates an association between the team and project.
171
+
172
+ ### Example
173
+
174
+ ```ruby
175
+ # load the gem
176
+ require 'cmv4-openapi-client'
177
+
178
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
179
+ team_id = 56 # Integer |
180
+ project_id = 56 # Integer |
181
+
182
+ begin
183
+ #Assign a team to a project
184
+ result = api_instance.security_controller_write_assign_team_to_project(team_id, project_id)
185
+ p result
186
+ rescue CMV4APIClient::ApiError => e
187
+ puts "Exception when calling GeneralSecurityApi->security_controller_write_assign_team_to_project: #{e}"
188
+ end
189
+ ```
190
+
191
+ ### Parameters
192
+
193
+
194
+ Name | Type | Description | Notes
195
+ ------------- | ------------- | ------------- | -------------
196
+ **team_id** | **Integer**| |
197
+ **project_id** | **Integer**| |
198
+
199
+ ### Return type
200
+
201
+ **File**
202
+
203
+ ### Authorization
204
+
205
+ No authorization required
206
+
207
+ ### HTTP request headers
208
+
209
+ - **Content-Type**: Not defined
210
+ - **Accept**: application/octet-stream
211
+
212
+
213
+ ## security_controller_write_assign_user_to_team
214
+
215
+ > File security_controller_write_assign_user_to_team(team_id, grant_team_membership_command_data)
216
+
217
+ Assign a user to a team
218
+
219
+ Creates an association between the user and team.
220
+
221
+ ### Example
222
+
223
+ ```ruby
224
+ # load the gem
225
+ require 'cmv4-openapi-client'
226
+
227
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
228
+ team_id = 56 # Integer |
229
+ grant_team_membership_command_data = CMV4APIClient::GrantTeamMembershipCommandData.new # GrantTeamMembershipCommandData |
230
+
231
+ begin
232
+ #Assign a user to a team
233
+ result = api_instance.security_controller_write_assign_user_to_team(team_id, grant_team_membership_command_data)
234
+ p result
235
+ rescue CMV4APIClient::ApiError => e
236
+ puts "Exception when calling GeneralSecurityApi->security_controller_write_assign_user_to_team: #{e}"
237
+ end
238
+ ```
239
+
240
+ ### Parameters
241
+
242
+
243
+ Name | Type | Description | Notes
244
+ ------------- | ------------- | ------------- | -------------
245
+ **team_id** | **Integer**| |
246
+ **grant_team_membership_command_data** | [**GrantTeamMembershipCommandData**](GrantTeamMembershipCommandData.md)| |
247
+
248
+ ### Return type
249
+
250
+ **File**
251
+
252
+ ### Authorization
253
+
254
+ No authorization required
255
+
256
+ ### HTTP request headers
257
+
258
+ - **Content-Type**: application/json
259
+ - **Accept**: application/octet-stream
260
+
261
+
262
+ ## security_controller_write_remove_team_from_project
263
+
264
+ > File security_controller_write_remove_team_from_project(team_id, project_id)
265
+
266
+ Remove Team to Project association
267
+
268
+ Removes the association between a Team and a Project.
269
+
270
+ ### Example
271
+
272
+ ```ruby
273
+ # load the gem
274
+ require 'cmv4-openapi-client'
275
+
276
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
277
+ team_id = 56 # Integer |
278
+ project_id = 56 # Integer |
279
+
280
+ begin
281
+ #Remove Team to Project association
282
+ result = api_instance.security_controller_write_remove_team_from_project(team_id, project_id)
283
+ p result
284
+ rescue CMV4APIClient::ApiError => e
285
+ puts "Exception when calling GeneralSecurityApi->security_controller_write_remove_team_from_project: #{e}"
286
+ end
287
+ ```
288
+
289
+ ### Parameters
290
+
291
+
292
+ Name | Type | Description | Notes
293
+ ------------- | ------------- | ------------- | -------------
294
+ **team_id** | **Integer**| |
295
+ **project_id** | **Integer**| |
296
+
297
+ ### Return type
298
+
299
+ **File**
300
+
301
+ ### Authorization
302
+
303
+ No authorization required
304
+
305
+ ### HTTP request headers
306
+
307
+ - **Content-Type**: Not defined
308
+ - **Accept**: application/octet-stream
309
+
310
+
311
+ ## security_controller_write_remove_user_from_team
312
+
313
+ > File security_controller_write_remove_user_from_team(team_id, user_id)
314
+
315
+ Remove a user from a team
316
+
317
+ Removes the specified user from the team.
318
+
319
+ ### Example
320
+
321
+ ```ruby
322
+ # load the gem
323
+ require 'cmv4-openapi-client'
324
+
325
+ api_instance = CMV4APIClient::GeneralSecurityApi.new
326
+ team_id = 56 # Integer |
327
+ user_id = 56 # Integer |
328
+
329
+ begin
330
+ #Remove a user from a team
331
+ result = api_instance.security_controller_write_remove_user_from_team(team_id, user_id)
332
+ p result
333
+ rescue CMV4APIClient::ApiError => e
334
+ puts "Exception when calling GeneralSecurityApi->security_controller_write_remove_user_from_team: #{e}"
335
+ end
336
+ ```
337
+
338
+ ### Parameters
339
+
340
+
341
+ Name | Type | Description | Notes
342
+ ------------- | ------------- | ------------- | -------------
343
+ **team_id** | **Integer**| |
344
+ **user_id** | **Integer**| |
345
+
346
+ ### Return type
347
+
348
+ **File**
349
+
350
+ ### Authorization
351
+
352
+ No authorization required
353
+
354
+ ### HTTP request headers
355
+
356
+ - **Content-Type**: Not defined
357
+ - **Accept**: application/octet-stream
358
+
@@ -0,0 +1,110 @@
1
+ # CMV4APIClient::GeneralStorageApi
2
+
3
+ All URIs are relative to *https://nfplayground.api.cmv4-stable.com*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**storage_get_resource_information**](GeneralStorageApi.md#storage_get_resource_information) | **GET** /storage/request/download/{contentType}/{identifier} | Get Download Token
8
+ [**storage_get_upload_data**](GeneralStorageApi.md#storage_get_upload_data) | **GET** /storage/request/upload/{contentType}/{filename}/{size} | Get Upload Token
9
+
10
+
11
+
12
+ ## storage_get_resource_information
13
+
14
+ > Object storage_get_resource_information(content_type, identifier)
15
+
16
+ Get Download Token
17
+
18
+ Gets a download token used to download a file
19
+
20
+ ### Example
21
+
22
+ ```ruby
23
+ # load the gem
24
+ require 'cmv4-openapi-client'
25
+
26
+ api_instance = CMV4APIClient::GeneralStorageApi.new
27
+ content_type = CMV4APIClient::StorageContentType.new # StorageContentType |
28
+ identifier = 'identifier_example' # String |
29
+
30
+ begin
31
+ #Get Download Token
32
+ result = api_instance.storage_get_resource_information(content_type, identifier)
33
+ p result
34
+ rescue CMV4APIClient::ApiError => e
35
+ puts "Exception when calling GeneralStorageApi->storage_get_resource_information: #{e}"
36
+ end
37
+ ```
38
+
39
+ ### Parameters
40
+
41
+
42
+ Name | Type | Description | Notes
43
+ ------------- | ------------- | ------------- | -------------
44
+ **content_type** | [**StorageContentType**](.md)| |
45
+ **identifier** | **String**| |
46
+
47
+ ### Return type
48
+
49
+ **Object**
50
+
51
+ ### Authorization
52
+
53
+ No authorization required
54
+
55
+ ### HTTP request headers
56
+
57
+ - **Content-Type**: Not defined
58
+ - **Accept**: application/json
59
+
60
+
61
+ ## storage_get_upload_data
62
+
63
+ > IUploadToken storage_get_upload_data(content_type, filename, size)
64
+
65
+ Get Upload Token
66
+
67
+ Gets an upload token used to upload a file
68
+
69
+ ### Example
70
+
71
+ ```ruby
72
+ # load the gem
73
+ require 'cmv4-openapi-client'
74
+
75
+ api_instance = CMV4APIClient::GeneralStorageApi.new
76
+ content_type = CMV4APIClient::StorageContentType.new # StorageContentType |
77
+ filename = 'filename_example' # String |
78
+ size = 56 # Integer |
79
+
80
+ begin
81
+ #Get Upload Token
82
+ result = api_instance.storage_get_upload_data(content_type, filename, size)
83
+ p result
84
+ rescue CMV4APIClient::ApiError => e
85
+ puts "Exception when calling GeneralStorageApi->storage_get_upload_data: #{e}"
86
+ end
87
+ ```
88
+
89
+ ### Parameters
90
+
91
+
92
+ Name | Type | Description | Notes
93
+ ------------- | ------------- | ------------- | -------------
94
+ **content_type** | [**StorageContentType**](.md)| |
95
+ **filename** | **String**| |
96
+ **size** | **Integer**| |
97
+
98
+ ### Return type
99
+
100
+ [**IUploadToken**](IUploadToken.md)
101
+
102
+ ### Authorization
103
+
104
+ No authorization required
105
+
106
+ ### HTTP request headers
107
+
108
+ - **Content-Type**: Not defined
109
+ - **Accept**: application/json
110
+
@@ -0,0 +1,19 @@
1
+ # CMV4APIClient::GrantTeamMembershipCommandData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **stereotype** | **String** | | [optional]
8
+ **user_id** | **Integer** | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'CMV4APIClient'
14
+
15
+ instance = CMV4APIClient::GrantTeamMembershipCommandData.new(stereotype: null,
16
+ user_id: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # CMV4APIClient::IEntityDefinition
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **require_project_association** | **Boolean** | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'CMV4APIClient'
13
+
14
+ instance = CMV4APIClient::IEntityDefinition.new(require_project_association: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,21 @@
1
+ # CMV4APIClient::IEnumerableOfProjectOfObject
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **Integer** | | [optional]
8
+ **name** | **String** | | [optional]
9
+ **project_group** | [**Array<ClassificationModel>**](ClassificationModel.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'CMV4APIClient'
15
+
16
+ instance = CMV4APIClient::IEnumerableOfProjectOfObject.new(id: null,
17
+ name: null,
18
+ project_group: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # CMV4APIClient::IIdentityReference
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **display_name** | **Object** | | [optional]
8
+ **identifier** | **Object** | | [optional]
9
+ **identity_type** | **String** | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'CMV4APIClient'
15
+
16
+ instance = CMV4APIClient::IIdentityReference.new(display_name: null,
17
+ identifier: null,
18
+ identity_type: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,23 @@
1
+ # CMV4APIClient::IKnowledgeBaseDataObjectDefinition
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **_alias** | **String** | | [optional]
8
+ **field_definition_set** | [**Hash<String, IKnowledgeBaseFieldDefinition>**](IKnowledgeBaseFieldDefinition.md) | | [optional]
9
+ **name** | **String** | | [optional]
10
+ **plural_name** | **String** | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'CMV4APIClient'
16
+
17
+ instance = CMV4APIClient::IKnowledgeBaseDataObjectDefinition.new(_alias: null,
18
+ field_definition_set: null,
19
+ name: null,
20
+ plural_name: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,37 @@
1
+ # CMV4APIClient::IKnowledgeBaseFieldDefinition
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **String** | | [optional]
8
+ **aggregate_parent** | **String** | | [optional]
9
+ **_alias** | **String** | | [optional]
10
+ **configuration** | [**object**](object.md) | | [optional]
11
+ **field_nature** | [**FieldNature**](FieldNature.md) | | [optional]
12
+ **name** | **String** | | [optional]
13
+ **read_only** | **Boolean** | | [optional]
14
+ **schema_name** | **String** | | [optional]
15
+ **security** | [**Array<FieldSecurity>**](FieldSecurity.md) | | [optional]
16
+ **type** | [**FieldType**](FieldType.md) | | [optional]
17
+ **validators** | [**Array<ValidatorDefinition>**](ValidatorDefinition.md) | | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'CMV4APIClient'
23
+
24
+ instance = CMV4APIClient::IKnowledgeBaseFieldDefinition.new(id: null,
25
+ aggregate_parent: null,
26
+ _alias: null,
27
+ configuration: null,
28
+ field_nature: null,
29
+ name: null,
30
+ read_only: null,
31
+ schema_name: null,
32
+ security: null,
33
+ type: null,
34
+ validators: null)
35
+ ```
36
+
37
+
@@ -0,0 +1,19 @@
1
+ # CMV4APIClient::IKnowledgeBaseObjectDefinitionFeature
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **enabled** | **Boolean** | | [optional]
8
+ **knowledge_base_object_definition** | [**IReadOnlyKnowledgeBaseObjectDefinition**](IReadOnlyKnowledgeBaseObjectDefinition.md) | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'CMV4APIClient'
14
+
15
+ instance = CMV4APIClient::IKnowledgeBaseObjectDefinitionFeature.new(enabled: null,
16
+ knowledge_base_object_definition: null)
17
+ ```
18
+
19
+
data/docs/IModifier.md ADDED
@@ -0,0 +1,17 @@
1
+ # CMV4APIClient::IModifier
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **type** | **String** | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'CMV4APIClient'
13
+
14
+ instance = CMV4APIClient::IModifier.new(type: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,37 @@
1
+ # CMV4APIClient::IReadOnlyKnowledgeBaseObjectDefinition
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **Integer** | | [optional]
8
+ **_alias** | **String** | | [optional]
9
+ **all_field_definition_set** | [**Hash<String, IKnowledgeBaseFieldDefinition>**](IKnowledgeBaseFieldDefinition.md) | | [optional]
10
+ **deleted_field_definition_set** | [**Hash<String, IKnowledgeBaseFieldDefinition>**](IKnowledgeBaseFieldDefinition.md) | | [optional]
11
+ **features** | [**Hash<String, IKnowledgeBaseObjectDefinitionFeature>**](IKnowledgeBaseObjectDefinitionFeature.md) | | [optional]
12
+ **field_definition_set** | [**Hash<String, IKnowledgeBaseFieldDefinition>**](IKnowledgeBaseFieldDefinition.md) | | [optional]
13
+ **fully_qualified_schema_name** | **String** | | [optional]
14
+ **name** | **String** | | [optional]
15
+ **schema_name** | **String** | | [optional]
16
+ **type** | [**KnowledgeBaseObjectTypes**](KnowledgeBaseObjectTypes.md) | | [optional]
17
+ **version** | **Integer** | | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'CMV4APIClient'
23
+
24
+ instance = CMV4APIClient::IReadOnlyKnowledgeBaseObjectDefinition.new(id: null,
25
+ _alias: null,
26
+ all_field_definition_set: null,
27
+ deleted_field_definition_set: null,
28
+ features: null,
29
+ field_definition_set: null,
30
+ fully_qualified_schema_name: null,
31
+ name: null,
32
+ schema_name: null,
33
+ type: null,
34
+ version: null)
35
+ ```
36
+
37
+