katello 2.2.2 → 2.4.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (1222) hide show
  1. data/app/assets/javascripts/katello/common/env_select.js +0 -12
  2. data/app/assets/javascripts/katello/common/experimental/katello-globals.module.js +0 -13
  3. data/app/assets/javascripts/katello/common/index.js +0 -17
  4. data/app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js +0 -44
  5. data/app/assets/javascripts/katello/common/katello.common.js +0 -13
  6. data/app/assets/javascripts/katello/common/katello.global.js +0 -13
  7. data/app/assets/javascripts/katello/common/katello.js +2 -70
  8. data/app/assets/javascripts/katello/common/katello_object.js +0 -13
  9. data/app/assets/javascripts/katello/common/menu.js +0 -13
  10. data/app/assets/javascripts/katello/common/vendor.js +0 -13
  11. data/app/assets/javascripts/katello/containers/container.js +0 -13
  12. data/app/assets/javascripts/katello/hosts/activation_key_edit.js +3 -3
  13. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +18 -4
  14. data/app/assets/javascripts/katello/html5/index.js +0 -12
  15. data/app/assets/javascripts/katello/organizations/download_certificate.js +0 -13
  16. data/app/assets/javascripts/katello/providers/provider_redhat.js +2 -14
  17. data/app/assets/javascripts/katello/providers/redhat/index.js +0 -13
  18. data/app/assets/javascripts/katello/sync_management/index.js +0 -13
  19. data/app/assets/javascripts/katello/sync_management/sync_management.js +2 -17
  20. data/app/assets/javascripts/katello/widgets/auto_complete.js +0 -12
  21. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +0 -13
  22. data/app/assets/javascripts/katello/widgets/filtertable/filtertable.js +0 -12
  23. data/app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js +0 -38
  24. data/app/assets/javascripts/katello/widgets/one_panel.js +0 -13
  25. data/app/assets/javascripts/katello/widgets/path_selector.js +0 -14
  26. data/app/assets/javascripts/katello/widgets/subpanel_new.js +0 -12
  27. data/app/assets/javascripts/katello/widgets/tabs.js +0 -13
  28. data/app/assets/stylesheets/katello/_katello_colors.scss +0 -2
  29. data/app/assets/stylesheets/katello/_katello_mixins.scss +0 -13
  30. data/app/assets/stylesheets/katello/_overrides.scss +0 -12
  31. data/app/assets/stylesheets/katello/contents.scss +0 -1
  32. data/app/assets/stylesheets/katello/katello.scss +0 -71
  33. data/app/controllers/katello/api/api_controller.rb +0 -12
  34. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +29 -21
  35. data/app/controllers/katello/api/v2/activation_keys_controller.rb +14 -37
  36. data/app/controllers/katello/api/v2/api_controller.rb +12 -14
  37. data/app/controllers/katello/api/v2/capsule_content_controller.rb +0 -12
  38. data/app/controllers/katello/api/v2/capsules_controller.rb +0 -12
  39. data/app/controllers/katello/api/v2/content_uploads_controller.rb +0 -12
  40. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +0 -12
  41. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +28 -76
  42. data/app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb +23 -25
  43. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +19 -25
  44. data/app/controllers/katello/api/v2/content_views_controller.rb +30 -52
  45. data/app/controllers/katello/api/v2/docker_images_controller.rb +0 -13
  46. data/app/controllers/katello/api/v2/docker_tags_controller.rb +0 -13
  47. data/app/controllers/katello/api/v2/environments_controller.rb +0 -21
  48. data/app/controllers/katello/api/v2/errata_controller.rb +18 -15
  49. data/app/controllers/katello/api/v2/gpg_keys_controller.rb +1 -13
  50. data/app/controllers/katello/api/v2/host_collections_controller.rb +14 -55
  51. data/app/controllers/katello/api/v2/organizations_controller.rb +26 -22
  52. data/app/controllers/katello/api/v2/package_groups_controller.rb +21 -13
  53. data/app/controllers/katello/api/v2/packages_controller.rb +19 -15
  54. data/app/controllers/katello/api/v2/ping_controller.rb +0 -12
  55. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -12
  56. data/app/controllers/katello/api/v2/products_controller.rb +42 -44
  57. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +0 -19
  58. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +0 -12
  59. data/app/controllers/katello/api/v2/repositories_controller.rb +73 -48
  60. data/app/controllers/katello/api/v2/repository_sets_controller.rb +7 -17
  61. data/app/controllers/katello/api/v2/root_controller.rb +0 -12
  62. data/app/controllers/katello/api/v2/subscriptions_controller.rb +71 -99
  63. data/app/controllers/katello/api/v2/sync_controller.rb +0 -12
  64. data/app/controllers/katello/api/v2/sync_plans_controller.rb +2 -32
  65. data/app/controllers/katello/api/v2/system_errata_controller.rb +38 -13
  66. data/app/controllers/katello/api/v2/system_packages_controller.rb +1 -13
  67. data/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb +9 -20
  68. data/app/controllers/katello/api/v2/systems_controller.rb +63 -54
  69. data/app/controllers/katello/api/v2/uebercerts_controller.rb +0 -12
  70. data/app/controllers/katello/application_controller.rb +2 -42
  71. data/app/controllers/katello/auto_complete_search_controller.rb +0 -12
  72. data/app/controllers/katello/concerns/api/api_controller.rb +0 -12
  73. data/app/controllers/katello/concerns/api/v2/bulk_systems_extensions.rb +10 -16
  74. data/app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb +0 -12
  75. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -12
  76. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +100 -72
  77. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +0 -12
  78. data/app/controllers/katello/concerns/containers/steps_controller_extensions.rb +0 -12
  79. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +4 -14
  80. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +0 -12
  81. data/app/controllers/katello/concerns/operatingsystems_controller_extensions.rb +0 -12
  82. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +0 -12
  83. data/app/controllers/katello/errata_controller.rb +0 -12
  84. data/app/controllers/katello/errors_controller.rb +0 -12
  85. data/app/controllers/katello/failed_authentication_controller.rb +0 -14
  86. data/app/controllers/katello/http_errors.rb +0 -12
  87. data/app/controllers/katello/organizations_controller.rb +0 -13
  88. data/app/controllers/katello/products_controller.rb +37 -43
  89. data/app/controllers/katello/providers_controller.rb +1 -14
  90. data/app/controllers/katello/sort_column_list.rb +0 -12
  91. data/app/controllers/katello/sync_management_controller.rb +1 -74
  92. data/app/helpers/katello/activation_keys_helper.rb +0 -12
  93. data/app/helpers/katello/application_helper.rb +1 -34
  94. data/app/helpers/katello/concerns/foreman_docker/container_steps_helper_extensions.rb +0 -12
  95. data/app/helpers/katello/errata_mailer_helper.rb +6 -12
  96. data/app/helpers/katello/host_collection_events_helper.rb +0 -12
  97. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +0 -12
  98. data/app/helpers/katello/katello_form_builder.rb +0 -12
  99. data/app/helpers/katello/katello_url_helper.rb +0 -12
  100. data/app/helpers/katello/katello_urls_helper.rb +1 -13
  101. data/app/helpers/katello/layout_helper.rb +6 -12
  102. data/app/helpers/katello/organizations_helper.rb +0 -12
  103. data/app/helpers/katello/packages_helper.rb +0 -12
  104. data/app/helpers/katello/products_helper.rb +0 -12
  105. data/app/helpers/katello/providers_helper.rb +2 -14
  106. data/app/helpers/katello/repositories_helper.rb +0 -12
  107. data/app/helpers/katello/subscriptions_helper.rb +0 -12
  108. data/app/helpers/katello/sync_management_helper.rb +0 -12
  109. data/app/helpers/katello/system_events_helper.rb +0 -12
  110. data/app/helpers/katello/system_packages_helper.rb +0 -12
  111. data/app/helpers/katello/taxonomy_helper.rb +0 -12
  112. data/app/helpers/katello/translation_helper.rb +0 -12
  113. data/app/lib/actions/abstract_async_task.rb +0 -12
  114. data/app/lib/actions/candlepin/abstract.rb +2 -13
  115. data/app/lib/actions/candlepin/abstract_async_task.rb +15 -12
  116. data/app/lib/actions/candlepin/activation_key/create.rb +0 -12
  117. data/app/lib/actions/candlepin/activation_key/destroy.rb +0 -12
  118. data/app/lib/actions/candlepin/activation_key/update.rb +0 -12
  119. data/app/lib/actions/candlepin/candlepin_listening_service.rb +12 -24
  120. data/app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb +0 -12
  121. data/app/lib/actions/candlepin/consumer/create.rb +3 -13
  122. data/app/lib/actions/candlepin/consumer/destroy.rb +0 -12
  123. data/app/lib/actions/candlepin/consumer/update.rb +0 -12
  124. data/app/lib/actions/candlepin/environment/create.rb +0 -12
  125. data/app/lib/actions/candlepin/environment/destroy.rb +0 -12
  126. data/app/lib/actions/candlepin/environment/set_content.rb +27 -29
  127. data/app/lib/actions/candlepin/import_pool_handler.rb +82 -0
  128. data/app/lib/actions/candlepin/listen_on_candlepin_events.rb +43 -33
  129. data/app/lib/actions/candlepin/owner/auto_attach.rb +0 -12
  130. data/app/lib/actions/candlepin/owner/create.rb +0 -12
  131. data/app/lib/actions/candlepin/owner/destroy.rb +0 -12
  132. data/app/lib/actions/candlepin/product/content_add.rb +0 -12
  133. data/app/lib/actions/candlepin/product/content_create.rb +0 -12
  134. data/app/lib/actions/candlepin/product/content_destroy.rb +0 -12
  135. data/app/lib/actions/candlepin/product/content_remove.rb +0 -12
  136. data/app/lib/actions/candlepin/product/content_update.rb +0 -12
  137. data/app/lib/actions/candlepin/product/create.rb +0 -12
  138. data/app/lib/actions/candlepin/product/create_unlimited_subscription.rb +0 -12
  139. data/app/lib/actions/candlepin/product/delete_pools.rb +0 -12
  140. data/app/lib/actions/candlepin/product/delete_subscriptions.rb +0 -12
  141. data/app/lib/actions/candlepin/product/destroy.rb +0 -12
  142. data/app/lib/actions/candlepin/product/update.rb +0 -13
  143. data/app/lib/actions/elastic_search/abstract.rb +1 -12
  144. data/app/lib/actions/elastic_search/provider/reindex_subscriptions.rb +0 -12
  145. data/app/lib/actions/elastic_search/reindex.rb +0 -12
  146. data/app/lib/actions/elastic_search/reindex_on_association_change.rb +0 -12
  147. data/app/lib/actions/elastic_search/repository/filtered_index_content.rb +2 -14
  148. data/app/lib/actions/elastic_search/repository/index_content.rb +0 -12
  149. data/app/lib/actions/elastic_search/repository/remove_packages.rb +0 -12
  150. data/app/lib/actions/foreman/environment/destroy.rb +0 -12
  151. data/app/lib/actions/helpers/presenter.rb +0 -12
  152. data/app/lib/actions/katello/activation_key/create.rb +1 -16
  153. data/app/lib/actions/katello/activation_key/destroy.rb +0 -13
  154. data/app/lib/actions/katello/activation_key/reassign.rb +0 -13
  155. data/app/lib/actions/katello/activation_key/update.rb +0 -13
  156. data/app/lib/actions/katello/capsule_content/configure_capsule.rb +0 -12
  157. data/app/lib/actions/katello/capsule_content/manage_bound_repositories.rb +0 -12
  158. data/app/lib/actions/katello/capsule_content/sync.rb +0 -12
  159. data/app/lib/actions/katello/capsule_content/update_without_content.rb +0 -12
  160. data/app/lib/actions/katello/content_view/add_to_environment.rb +0 -12
  161. data/app/lib/actions/katello/content_view/capsule_generate_and_sync.rb +0 -12
  162. data/app/lib/actions/katello/content_view/create.rb +0 -14
  163. data/app/lib/actions/katello/content_view/destroy.rb +0 -13
  164. data/app/lib/actions/katello/content_view/environment_create.rb +1 -13
  165. data/app/lib/actions/katello/content_view/errata_mail.rb +6 -12
  166. data/app/lib/actions/katello/content_view/incremental_updates.rb +0 -12
  167. data/app/lib/actions/katello/content_view/node_metadata_generate.rb +0 -12
  168. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +2 -14
  169. data/app/lib/actions/katello/content_view/promote.rb +0 -12
  170. data/app/lib/actions/katello/content_view/publish.rb +3 -13
  171. data/app/lib/actions/katello/content_view/remove.rb +3 -17
  172. data/app/lib/actions/katello/content_view/remove_from_environment.rb +0 -12
  173. data/app/lib/actions/katello/content_view/remove_version.rb +1 -14
  174. data/app/lib/actions/katello/content_view/update.rb +0 -32
  175. data/app/lib/actions/katello/content_view/update_environment.rb +0 -12
  176. data/app/lib/actions/katello/content_view_environment/destroy.rb +0 -12
  177. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +0 -12
  178. data/app/lib/actions/katello/content_view_puppet_environment/clear.rb +0 -12
  179. data/app/lib/actions/katello/content_view_puppet_environment/clone.rb +2 -13
  180. data/app/lib/actions/katello/content_view_puppet_environment/clone_content.rb +9 -17
  181. data/app/lib/actions/katello/content_view_puppet_environment/create.rb +0 -14
  182. data/app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb +0 -12
  183. data/app/lib/actions/katello/content_view_puppet_environment/destroy.rb +0 -13
  184. data/app/lib/actions/katello/content_view_puppet_module/destroy.rb +0 -12
  185. data/app/lib/actions/katello/content_view_version/destroy.rb +7 -15
  186. data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -15
  187. data/app/lib/actions/katello/environment/destroy.rb +0 -12
  188. data/app/lib/actions/katello/environment/library_create.rb +0 -12
  189. data/app/lib/actions/katello/foreman/abstract.rb +0 -12
  190. data/app/lib/actions/katello/foreman/content_update.rb +10 -21
  191. data/app/lib/actions/katello/organization/auto_attach_subscriptions.rb +0 -12
  192. data/app/lib/actions/katello/organization/create.rb +1 -13
  193. data/app/lib/actions/katello/organization/destroy.rb +1 -14
  194. data/app/lib/actions/katello/product/content_create.rb +0 -12
  195. data/app/lib/actions/katello/product/content_destroy.rb +0 -12
  196. data/app/lib/actions/katello/product/create.rb +0 -14
  197. data/app/lib/actions/katello/product/destroy.rb +5 -23
  198. data/app/lib/actions/katello/product/repositories_gpg_reset.rb +0 -12
  199. data/app/lib/actions/katello/product/update.rb +2 -16
  200. data/app/lib/actions/katello/provider/destroy.rb +0 -13
  201. data/app/lib/actions/katello/provider/manifest_delete.rb +0 -12
  202. data/app/lib/actions/katello/provider/manifest_import.rb +0 -12
  203. data/app/lib/actions/katello/provider/manifest_refresh.rb +0 -12
  204. data/app/lib/actions/katello/provider/update.rb +38 -0
  205. data/app/lib/actions/katello/repository/capsule_generate_and_sync.rb +0 -12
  206. data/app/lib/actions/katello/repository/clear.rb +0 -12
  207. data/app/lib/actions/katello/repository/clone_docker_content.rb +0 -12
  208. data/app/lib/actions/katello/repository/clone_to_environment.rb +0 -12
  209. data/app/lib/actions/katello/repository/clone_to_version.rb +0 -12
  210. data/app/lib/actions/katello/repository/clone_yum_content.rb +1 -12
  211. data/app/lib/actions/katello/repository/correct_checksum.rb +0 -12
  212. data/app/lib/actions/katello/repository/create.rb +0 -14
  213. data/app/lib/actions/katello/repository/destroy.rb +9 -14
  214. data/app/lib/actions/katello/repository/destroy_medium.rb +12 -0
  215. data/app/lib/actions/katello/repository/discover.rb +25 -24
  216. data/app/lib/actions/katello/repository/errata_mail.rb +6 -12
  217. data/app/lib/actions/katello/repository/finish_upload.rb +0 -12
  218. data/app/lib/actions/katello/repository/import_upload.rb +0 -12
  219. data/app/lib/actions/katello/repository/index_errata.rb +0 -12
  220. data/app/lib/actions/katello/repository/index_package_groups.rb +18 -0
  221. data/app/lib/actions/katello/repository/metadata_generate.rb +0 -12
  222. data/app/lib/actions/katello/repository/node_metadata_generate.rb +0 -12
  223. data/app/lib/actions/katello/repository/remove_content.rb +14 -25
  224. data/app/lib/actions/katello/repository/sync.rb +6 -17
  225. data/app/lib/actions/katello/repository/update.rb +3 -18
  226. data/app/lib/actions/katello/repository/update_media.rb +0 -12
  227. data/app/lib/actions/katello/repository/upload_files.rb +0 -12
  228. data/app/lib/actions/katello/repository_set/disable_repository.rb +16 -19
  229. data/app/lib/actions/katello/repository_set/enable_repository.rb +14 -20
  230. data/app/lib/actions/katello/repository_set/scan_cdn.rb +43 -20
  231. data/app/lib/actions/katello/sync_plan/add_products.rb +0 -12
  232. data/app/lib/actions/katello/sync_plan/destroy.rb +0 -12
  233. data/app/lib/actions/katello/sync_plan/remove_products.rb +0 -12
  234. data/app/lib/actions/katello/sync_plan/update.rb +0 -12
  235. data/app/lib/actions/katello/system/activation_keys.rb +0 -12
  236. data/app/lib/actions/katello/system/auto_attach_subscriptions.rb +2 -14
  237. data/app/lib/actions/katello/system/create.rb +2 -13
  238. data/app/lib/actions/katello/system/destroy.rb +0 -12
  239. data/app/lib/actions/katello/system/erratum/applicable_errata_install.rb +0 -12
  240. data/app/lib/actions/katello/system/erratum/install.rb +0 -12
  241. data/app/lib/actions/katello/system/generate_applicability.rb +1 -13
  242. data/app/lib/actions/katello/system/host_destroy.rb +0 -12
  243. data/app/lib/actions/katello/system/package/install.rb +0 -12
  244. data/app/lib/actions/katello/system/package/remove.rb +0 -12
  245. data/app/lib/actions/katello/system/package/update.rb +0 -12
  246. data/app/lib/actions/katello/system/package_group/install.rb +0 -12
  247. data/app/lib/actions/katello/system/package_group/remove.rb +0 -12
  248. data/app/lib/actions/katello/system/reassign.rb +0 -12
  249. data/app/lib/actions/katello/system/update.rb +4 -16
  250. data/app/lib/actions/middleware/backend_services_check.rb +40 -0
  251. data/app/lib/actions/middleware/candlepin_services_check.rb +9 -0
  252. data/app/lib/actions/middleware/elasticsearch_services_check.rb +9 -0
  253. data/app/lib/actions/middleware/keep_locale.rb +0 -12
  254. data/app/lib/actions/middleware/propagate_candlepin_errors.rb +0 -12
  255. data/app/lib/actions/middleware/pulp_services_check.rb +9 -0
  256. data/app/lib/actions/middleware/record_fixtures.rb +0 -12
  257. data/app/lib/actions/middleware/remote_action.rb +3 -15
  258. data/app/lib/actions/pulp/abstract.rb +1 -12
  259. data/app/lib/actions/pulp/abstract_async_task.rb +19 -12
  260. data/app/lib/actions/pulp/consumer.rb +0 -12
  261. data/app/lib/actions/pulp/consumer/abstract_content_action.rb +0 -12
  262. data/app/lib/actions/pulp/consumer/abstract_node_distributor_task.rb +0 -12
  263. data/app/lib/actions/pulp/consumer/abstract_sync_node_task.rb +0 -12
  264. data/app/lib/actions/pulp/consumer/activate_node.rb +0 -12
  265. data/app/lib/actions/pulp/consumer/bind_node_distributor.rb +0 -12
  266. data/app/lib/actions/pulp/consumer/content_install.rb +0 -12
  267. data/app/lib/actions/pulp/consumer/content_uninstall.rb +0 -12
  268. data/app/lib/actions/pulp/consumer/content_update.rb +0 -12
  269. data/app/lib/actions/pulp/consumer/create.rb +0 -12
  270. data/app/lib/actions/pulp/consumer/deactivate_node.rb +0 -12
  271. data/app/lib/actions/pulp/consumer/destroy.rb +0 -12
  272. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -12
  273. data/app/lib/actions/pulp/consumer/sync_node.rb +0 -12
  274. data/app/lib/actions/pulp/consumer/unbind_node_distributor.rb +0 -12
  275. data/app/lib/actions/pulp/consumer/update.rb +0 -12
  276. data/app/lib/actions/pulp/content_view_puppet_environment/index_content.rb +17 -0
  277. data/app/lib/actions/pulp/expect_one_task.rb +0 -12
  278. data/app/lib/actions/pulp/repos/update.rb +0 -13
  279. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +0 -12
  280. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +0 -12
  281. data/app/lib/actions/pulp/repository/associate_distributor.rb +0 -12
  282. data/app/lib/actions/pulp/repository/copy_distribution.rb +0 -12
  283. data/app/lib/actions/pulp/repository/copy_docker_image.rb +0 -12
  284. data/app/lib/actions/pulp/repository/copy_docker_tag.rb +0 -13
  285. data/app/lib/actions/pulp/repository/copy_errata.rb +0 -12
  286. data/app/lib/actions/pulp/repository/copy_package_group.rb +0 -12
  287. data/app/lib/actions/pulp/repository/copy_puppet_module.rb +0 -12
  288. data/app/lib/actions/pulp/repository/copy_rpm.rb +1 -13
  289. data/app/lib/actions/pulp/repository/copy_yum_metadata_file.rb +0 -12
  290. data/app/lib/actions/pulp/repository/create.rb +0 -12
  291. data/app/lib/actions/pulp/repository/create_in_plan.rb +0 -12
  292. data/app/lib/actions/pulp/repository/create_upload_request.rb +0 -12
  293. data/app/lib/actions/pulp/repository/delete_upload_request.rb +0 -12
  294. data/app/lib/actions/pulp/repository/destroy.rb +0 -12
  295. data/app/lib/actions/pulp/repository/distributor_publish.rb +0 -12
  296. data/app/lib/actions/pulp/repository/import_upload.rb +0 -12
  297. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +0 -12
  298. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +1 -13
  299. data/app/lib/actions/pulp/repository/presenters/iso_presenter.rb +0 -12
  300. data/app/lib/actions/pulp/repository/presenters/puppet_presenter.rb +6 -15
  301. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +1 -13
  302. data/app/lib/actions/pulp/repository/purge_empty_errata.rb +0 -12
  303. data/app/lib/actions/pulp/repository/purge_empty_package_groups.rb +3 -16
  304. data/app/lib/actions/pulp/repository/refresh.rb +0 -12
  305. data/app/lib/actions/pulp/repository/refresh_distributor.rb +0 -12
  306. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +0 -12
  307. data/app/lib/actions/pulp/repository/remove_distribution.rb +0 -12
  308. data/app/lib/actions/pulp/repository/remove_docker_image.rb +0 -12
  309. data/app/lib/actions/pulp/repository/remove_errata.rb +0 -12
  310. data/app/lib/actions/pulp/repository/remove_package_group.rb +0 -12
  311. data/app/lib/actions/pulp/repository/remove_puppet_module.rb +0 -12
  312. data/app/lib/actions/pulp/repository/remove_rpm.rb +1 -13
  313. data/app/lib/actions/pulp/repository/remove_schedule.rb +0 -11
  314. data/app/lib/actions/pulp/repository/sync.rb +5 -17
  315. data/app/lib/actions/pulp/repository/update_importer.rb +0 -12
  316. data/app/lib/actions/pulp/repository/update_schedule.rb +0 -11
  317. data/app/lib/actions/pulp/repository/upload_file.rb +1 -13
  318. data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -12
  319. data/app/lib/katello/api/v2/error_handling.rb +5 -12
  320. data/app/lib/katello/bulk_actions.rb +2 -16
  321. data/app/lib/katello/concerns/renderer_extensions.rb +21 -0
  322. data/app/lib/katello/errors.rb +5 -13
  323. data/app/lib/katello/foreman.rb +0 -12
  324. data/app/lib/katello/glue/queue.rb +0 -12
  325. data/app/lib/katello/glue/task.rb +0 -12
  326. data/app/lib/katello/http_resource.rb +2 -14
  327. data/app/lib/katello/lazy_accessor.rb +2 -14
  328. data/app/lib/katello/mapping.rb +0 -12
  329. data/app/lib/katello/repo_discovery.rb +27 -40
  330. data/app/lib/katello/resources/candlepin.rb +23 -34
  331. data/app/lib/katello/resources/cdn.rb +42 -18
  332. data/app/lib/katello/util/cdn_var_substitutor.rb +21 -16
  333. data/app/lib/katello/util/data.rb +0 -12
  334. data/app/lib/katello/util/errata.rb +0 -12
  335. data/app/lib/katello/util/filter_clause_generator.rb +0 -12
  336. data/app/lib/katello/util/model.rb +0 -12
  337. data/app/lib/katello/util/package.rb +21 -51
  338. data/app/lib/katello/util/package_clause_generator.rb +1 -13
  339. data/app/lib/katello/util/package_filter.rb +16 -62
  340. data/app/lib/katello/util/report_table.rb +0 -12
  341. data/app/lib/katello/util/search.rb +0 -23
  342. data/app/lib/katello/util/support.rb +13 -12
  343. data/app/lib/katello/util/task_status.rb +0 -12
  344. data/app/lib/katello/util/thread_session.rb +10 -22
  345. data/app/lib/katello/util/url_matcher.rb +0 -12
  346. data/app/lib/katello/validators/content_validator.rb +0 -12
  347. data/app/lib/katello/validators/content_view_environment_validator.rb +0 -12
  348. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +0 -12
  349. data/app/lib/katello/validators/content_view_filter_version_validator.rb +0 -12
  350. data/app/lib/katello/validators/content_view_puppet_module_validator.rb +4 -15
  351. data/app/lib/katello/validators/gpg_key_content_validator.rb +0 -11
  352. data/app/lib/katello/validators/katello_label_format_validator.rb +0 -12
  353. data/app/lib/katello/validators/katello_name_format_validator.rb +0 -11
  354. data/app/lib/katello/validators/katello_url_format_validator.rb +0 -12
  355. data/app/lib/katello/validators/library_presence_validator.rb +0 -12
  356. data/app/lib/katello/validators/no_trailing_space_validator.rb +0 -12
  357. data/app/lib/katello/validators/non_library_environment_validator.rb +0 -12
  358. data/app/lib/katello/validators/not_in_library_validator.rb +0 -12
  359. data/app/lib/katello/validators/path_descendents_validator.rb +0 -12
  360. data/app/lib/katello/validators/prior_validator.rb +0 -12
  361. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -15
  362. data/app/lib/katello/validators/repo_disablement_validator.rb +0 -12
  363. data/app/lib/katello/validators/repository_unique_attribute_validator.rb +0 -12
  364. data/app/lib/katello/validators/self_reference_environment_validator.rb +0 -12
  365. data/app/lib/katello/validators/unique_field_in_org.rb +0 -12
  366. data/app/mailers/katello/errata_mailer.rb +0 -12
  367. data/app/models/katello/activation_key.rb +23 -46
  368. data/app/models/katello/authorization/activation_key.rb +0 -13
  369. data/app/models/katello/authorization/content_view.rb +0 -13
  370. data/app/models/katello/authorization/content_view_environment.rb +0 -12
  371. data/app/models/katello/authorization/content_view_history.rb +14 -0
  372. data/app/models/katello/authorization/content_view_version.rb +0 -12
  373. data/app/models/katello/authorization/gpg_key.rb +0 -13
  374. data/app/models/katello/authorization/host_collection.rb +0 -13
  375. data/app/models/katello/authorization/lifecycle_environment.rb +0 -13
  376. data/app/models/katello/authorization/organization.rb +0 -13
  377. data/app/models/katello/authorization/pool.rb +13 -0
  378. data/app/models/katello/authorization/product.rb +0 -13
  379. data/app/models/katello/authorization/repository.rb +8 -16
  380. data/app/models/katello/authorization/subscription.rb +17 -0
  381. data/app/models/katello/authorization/sync_plan.rb +0 -13
  382. data/app/models/katello/authorization/system.rb +0 -13
  383. data/app/models/katello/candlepin/content.rb +28 -46
  384. data/app/models/katello/candlepin/product_content.rb +5 -12
  385. data/app/models/katello/capsule_lifecycle_environment.rb +0 -12
  386. data/app/models/katello/concerns/container_extensions.rb +0 -12
  387. data/app/models/katello/concerns/docker_container_wizard_state_extensions.rb +0 -12
  388. data/app/models/katello/concerns/environment_extensions.rb +7 -13
  389. data/app/models/katello/concerns/host_managed_extensions.rb +17 -11
  390. data/app/models/katello/concerns/hostgroup_extensions.rb +0 -11
  391. data/app/models/katello/concerns/location_extensions.rb +1 -13
  392. data/app/models/katello/concerns/medium_extensions.rb +14 -15
  393. data/app/models/katello/concerns/operatingsystem_extensions.rb +29 -0
  394. data/app/models/katello/concerns/organization_extensions.rb +21 -53
  395. data/app/models/katello/{glue/pulp/pulp_content_unit.rb → concerns/pulp_database_unit.rb} +23 -42
  396. data/app/models/katello/concerns/redhat_extensions.rb +13 -54
  397. data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -13
  398. data/app/models/katello/concerns/user_extensions.rb +2 -190
  399. data/app/models/katello/content_view.rb +51 -81
  400. data/app/models/katello/content_view_component.rb +0 -12
  401. data/app/models/katello/content_view_environment.rb +4 -20
  402. data/app/models/katello/content_view_erratum_filter.rb +0 -14
  403. data/app/models/katello/content_view_erratum_filter_rule.rb +1 -13
  404. data/app/models/katello/content_view_filter.rb +20 -27
  405. data/app/models/katello/content_view_history.rb +42 -14
  406. data/app/models/katello/content_view_package_filter.rb +11 -23
  407. data/app/models/katello/content_view_package_filter_rule.rb +1 -13
  408. data/app/models/katello/content_view_package_group_filter.rb +3 -19
  409. data/app/models/katello/content_view_package_group_filter_rule.rb +1 -13
  410. data/app/models/katello/content_view_puppet_environment.rb +19 -18
  411. data/app/models/katello/content_view_puppet_environment_puppet_module.rb +13 -0
  412. data/app/models/katello/content_view_puppet_module.rb +18 -36
  413. data/app/models/katello/content_view_repository.rb +0 -12
  414. data/app/models/katello/content_view_version.rb +59 -26
  415. data/app/models/katello/content_view_version_component.rb +0 -12
  416. data/app/models/katello/cp_consumer_user.rb +0 -12
  417. data/app/models/katello/docker_image.rb +2 -14
  418. data/app/models/katello/docker_tag.rb +5 -13
  419. data/app/models/katello/erratum.rb +54 -34
  420. data/app/models/katello/erratum_bugzilla.rb +0 -13
  421. data/app/models/katello/erratum_cve.rb +0 -13
  422. data/app/models/katello/erratum_package.rb +0 -13
  423. data/app/models/katello/ext/indexed_model.rb +1 -13
  424. data/app/models/katello/ext/label_from_name.rb +0 -12
  425. data/app/models/katello/glue.rb +1 -13
  426. data/app/models/katello/glue/candlepin/activation_key.rb +20 -18
  427. data/app/models/katello/glue/candlepin/candlepin_object.rb +52 -0
  428. data/app/models/katello/glue/candlepin/consumer.rb +23 -56
  429. data/app/models/katello/glue/candlepin/content.rb +1 -13
  430. data/app/models/katello/glue/candlepin/environment.rb +0 -12
  431. data/app/models/katello/glue/candlepin/owner.rb +3 -23
  432. data/app/models/katello/glue/candlepin/owner_info.rb +0 -12
  433. data/app/models/katello/glue/candlepin/pool.rb +84 -155
  434. data/app/models/katello/glue/candlepin/product.rb +0 -27
  435. data/app/models/katello/glue/candlepin/subscription.rb +58 -0
  436. data/app/models/katello/glue/elastic_search/backend_indexed_model.rb +2 -13
  437. data/app/models/katello/glue/elastic_search/content_view_erratum_filter_rule.rb +0 -12
  438. data/app/models/katello/glue/elastic_search/content_view_history.rb +1 -13
  439. data/app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb +0 -12
  440. data/app/models/katello/glue/elastic_search/content_view_package_group_filter_rule.rb +0 -12
  441. data/app/models/katello/glue/elastic_search/facet_item.rb +0 -12
  442. data/app/models/katello/glue/elastic_search/host_collection.rb +0 -33
  443. data/app/models/katello/glue/elastic_search/items.rb +1 -13
  444. data/app/models/katello/glue/elastic_search/job.rb +0 -12
  445. data/app/models/katello/glue/elastic_search/system.rb +0 -25
  446. data/app/models/katello/glue/elastic_search/task_status.rb +0 -12
  447. data/app/models/katello/glue/provider.rb +31 -122
  448. data/app/models/katello/glue/pulp/consumer.rb +2 -26
  449. data/app/models/katello/glue/pulp/consumer_group.rb +0 -12
  450. data/app/models/katello/glue/pulp/pulp_errors.rb +0 -12
  451. data/app/models/katello/glue/pulp/repo.rb +116 -173
  452. data/app/models/katello/glue/pulp/repos.rb +40 -89
  453. data/app/models/katello/glue/pulp/simple_package.rb +0 -12
  454. data/app/models/katello/gpg_key.rb +1 -13
  455. data/app/models/katello/hash_util.rb +0 -12
  456. data/app/models/katello/host_collection.rb +17 -15
  457. data/app/models/katello/hypervisor.rb +1 -13
  458. data/app/models/katello/job.rb +1 -13
  459. data/app/models/katello/job_task.rb +0 -12
  460. data/app/models/katello/key_host_collection.rb +0 -13
  461. data/app/models/katello/kt_environment.rb +9 -35
  462. data/app/models/katello/model.rb +0 -12
  463. data/app/models/katello/package_group.rb +41 -15
  464. data/app/models/katello/ping.rb +66 -52
  465. data/app/models/katello/pool.rb +44 -31
  466. data/app/models/katello/pool_activation_key.rb +6 -0
  467. data/app/models/katello/product.rb +37 -35
  468. data/app/models/katello/provider.rb +9 -28
  469. data/app/models/katello/proxy_association_owner.rb +0 -12
  470. data/app/models/katello/pulp_sync_status.rb +1 -13
  471. data/app/models/katello/pulp_task_status.rb +1 -13
  472. data/app/models/katello/puppet_module.rb +56 -16
  473. data/app/models/katello/repository.rb +129 -64
  474. data/app/models/katello/repository_docker_image.rb +0 -13
  475. data/app/models/katello/repository_erratum.rb +0 -13
  476. data/app/models/katello/repository_package_group.rb +8 -0
  477. data/app/models/katello/repository_puppet_module.rb +9 -0
  478. data/app/models/katello/repository_rpm.rb +9 -0
  479. data/app/models/katello/rpm.rb +62 -0
  480. data/app/models/katello/subscription.rb +17 -0
  481. data/app/models/katello/subscription_product.rb +7 -0
  482. data/app/models/katello/sync_plan.rb +0 -12
  483. data/app/models/katello/system.rb +55 -36
  484. data/app/models/katello/system_activation_key.rb +0 -12
  485. data/app/models/katello/system_erratum.rb +0 -13
  486. data/app/models/katello/system_host_collection.rb +0 -13
  487. data/app/models/katello/system_repository.rb +0 -13
  488. data/app/models/katello/task_status.rb +1 -13
  489. data/app/models/setting/katello.rb +2 -1
  490. data/app/overrides/add_activation_keys_input.rb +4 -4
  491. data/app/overrides/add_organization_attributes.rb +4 -4
  492. data/app/overrides/add_smart_proxy_form.rb +1 -1
  493. data/app/overrides/foreman/activation_keys/_host_environment_select.html.erb +2 -2
  494. data/app/overrides/foreman/organizations/_edit_override.html.erb +1 -1
  495. data/app/overrides/override_taxonomy_actions.rb +1 -1
  496. data/app/presenters/katello/content_view_version_compare_presenter.rb +0 -12
  497. data/app/presenters/katello/relation_presenter.rb +0 -12
  498. data/app/presenters/katello/repository_presenter.rb +0 -12
  499. data/app/presenters/katello/sync_status_presenter.rb +71 -0
  500. data/app/services/client/cert.rb +0 -12
  501. data/app/services/katello/authentication/client_authentication.rb +1 -13
  502. data/app/services/katello/pulp/docker_image.rb +7 -0
  503. data/app/services/katello/pulp/erratum.rb +11 -0
  504. data/app/services/katello/pulp/package_group.rb +14 -0
  505. data/app/services/katello/pulp/pulp_content_unit.rb +57 -0
  506. data/app/services/katello/pulp/puppet_module.rb +16 -0
  507. data/app/services/katello/pulp/rpm.rb +41 -0
  508. data/app/services/katello/puppet_class_importer_extensions.rb +0 -11
  509. data/app/views/dashboard/_content_views_widget.html.erb +34 -0
  510. data/app/views/dashboard/_errata_widget.html.erb +35 -0
  511. data/app/views/dashboard/_host_collection_widget.html.erb +38 -0
  512. data/app/views/dashboard/_subscription_status_widget.html.erb +32 -0
  513. data/app/views/dashboard/_subscription_widget.html.erb +37 -0
  514. data/app/views/dashboard/_sync_widget.html.erb +32 -0
  515. data/app/views/foreman/unattended/kickstart-katello.erb +1 -1
  516. data/app/views/foreman/unattended/snippets/_subscription_manager_registration.erb +0 -5
  517. data/app/views/katello/api/v2/activation_keys/product_content.json.rabl +12 -2
  518. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
  519. data/app/views/katello/api/v2/content_view_histories/show.json.rabl +4 -0
  520. data/app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl +3 -0
  521. data/app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl +5 -1
  522. data/app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl +0 -4
  523. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +4 -0
  524. data/app/views/katello/api/v2/content_view_versions/index.json.rabl +5 -2
  525. data/app/views/katello/api/v2/content_views/_content_view.json.rabl +5 -1
  526. data/app/views/katello/api/v2/content_views/puppet_modules.json.rabl +1 -1
  527. data/app/views/katello/api/v2/environments/show.json.rabl +2 -2
  528. data/app/views/katello/api/v2/layouts/collection.json.erb +1 -0
  529. data/app/views/katello/api/v2/layouts/resource.json.erb +5 -0
  530. data/app/views/katello/api/v2/organizations/show.json.rabl +2 -3
  531. data/app/views/katello/api/v2/package_groups/backend.json.rabl +4 -0
  532. data/app/views/katello/api/v2/package_groups/base.json.rabl +19 -0
  533. data/app/views/katello/api/v2/package_groups/index.json.rabl +1 -1
  534. data/app/views/katello/api/v2/package_groups/show.json.rabl +2 -22
  535. data/app/views/katello/api/v2/packages/backend.json.rabl +8 -0
  536. data/app/views/katello/api/v2/packages/base.json.rabl +5 -0
  537. data/app/views/katello/api/v2/packages/index.json.rabl +5 -1
  538. data/app/views/katello/api/v2/packages/show.json.rabl +2 -5
  539. data/app/views/katello/api/v2/products/base.json.rabl +1 -1
  540. data/app/views/katello/api/v2/puppet_modules/backend.json.rabl +7 -0
  541. data/app/views/katello/api/v2/puppet_modules/base.json.rabl +8 -0
  542. data/app/views/katello/api/v2/puppet_modules/index.json.rabl +5 -1
  543. data/app/views/katello/api/v2/puppet_modules/name.json.rabl +1 -2
  544. data/app/views/katello/api/v2/puppet_modules/show.json.rabl +2 -17
  545. data/app/views/katello/api/v2/repositories/base.json.rabl +34 -0
  546. data/app/views/katello/api/v2/repositories/index.json.rabl +5 -1
  547. data/app/views/katello/api/v2/repositories/show.json.rabl +10 -30
  548. data/app/views/katello/api/v2/subscriptions/base.json.rabl +15 -0
  549. data/app/views/katello/api/v2/subscriptions/index.json.rabl +6 -1
  550. data/app/views/katello/api/v2/subscriptions/show.json.rabl +11 -23
  551. data/app/views/katello/api/v2/{systems/errata.json.rabl → system_errata/index.json.rabl} +1 -1
  552. data/app/views/katello/api/v2/systems/_content.json.rabl +17 -0
  553. data/app/views/katello/api/v2/systems/content_override.json.rabl +3 -0
  554. data/app/views/katello/api/v2/systems/product_content.json.rabl +3 -0
  555. data/app/views/katello/api/v2/systems/show.json.rabl +0 -4
  556. data/app/views/katello/errata_mailer/_erratum.html.erb +10 -0
  557. data/app/views/katello/errata_mailer/sync_errata.html.erb +3 -3
  558. data/app/views/katello/layouts/katello.html.erb +23 -0
  559. data/app/views/katello/providers/redhat/_enable_errors.html.erb +12 -0
  560. data/app/views/katello/providers/redhat/_errors.html.erb +19 -0
  561. data/app/views/katello/providers/redhat/_repo_sets.html.erb +56 -0
  562. data/app/views/katello/providers/redhat/_repos.html.erb +56 -0
  563. data/app/views/katello/providers/redhat/_tab.html.erb +9 -0
  564. data/app/views/katello/providers/redhat/show.html.erb +35 -0
  565. data/app/views/katello/sync_management/_children.html.erb +14 -0
  566. data/app/views/katello/sync_management/_controls.html.erb +30 -0
  567. data/app/views/katello/sync_management/_product.html.erb +27 -0
  568. data/app/views/katello/sync_management/_products.html.erb +40 -0
  569. data/app/views/katello/sync_management/_repo.html.erb +43 -0
  570. data/app/views/katello/sync_management/_sync_plans.html.erb +23 -0
  571. data/app/views/katello/sync_management/index.html.erb +26 -0
  572. data/config/initializers/inflections.rb +0 -1
  573. data/config/initializers/runcible.rb +1 -1
  574. data/config/katello.yaml.example +91 -0
  575. data/config/katello.yml +223 -16
  576. data/config/katello_defaults.yml +0 -236
  577. data/config/routes.rb +1 -129
  578. data/config/routes/api/v2.rb +45 -29
  579. data/config/routes/overrides.rb +1 -13
  580. data/db/migrate/20140626204657_add_unlimited_to_activation_keys.rb +14 -10
  581. data/db/migrate/20140626204902_add_unlimited_to_host_collection.rb +14 -10
  582. data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +0 -2
  583. data/db/migrate/20141209103005_disown_foreman_templates.rb +5 -1
  584. data/db/migrate/20150224083608_remove_docker_registry_url.rb +9 -0
  585. data/db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb +0 -15
  586. data/db/migrate/20150505180030_change_errata_timestamps_to_dates.rb +15 -0
  587. data/db/migrate/20150507131145_update_composite_default_for_content_view.rb +14 -0
  588. data/db/migrate/20150602153753_remove_help_tips.rb +16 -0
  589. data/db/migrate/20150602153754_remove_search_histories.rb +17 -0
  590. data/db/migrate/20150602153755_remove_search_favorites.rb +17 -0
  591. data/db/migrate/20150602153756_remove_user_notices.rb +16 -0
  592. data/db/migrate/20150602153757_remove_notices.rb +20 -0
  593. data/db/migrate/20150603045418_remove_user_fields.rb +18 -0
  594. data/db/migrate/20150606021722_create_puppet_modules.rb +58 -0
  595. data/db/migrate/20150611140455_remove_default_and_custom_info.rb +5 -0
  596. data/db/migrate/20150613134559_add_rpm.rb +38 -0
  597. data/db/migrate/20150623135424_create_package_groups.rb +29 -0
  598. data/db/migrate/20150715142649_assign_content_host_to_smart_proxies.rb +21 -0
  599. data/db/migrate/20150717142559_add_distributions_to_repository.rb +10 -0
  600. data/db/migrate/20150813185339_create_subscriptions.rb +82 -0
  601. data/db/migrate/20150901213759_remove_distributors.rb +25 -0
  602. data/db/migrate/20150902164543_remove_apply_info_task_id_from_taxonomies.rb +5 -0
  603. data/db/migrate/20150908222711_drop_marketing_engineering_products.rb +21 -0
  604. data/db/seeds.rb +3 -14
  605. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js +3 -15
  606. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +5 -18
  607. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.module.js +0 -13
  608. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js +0 -13
  609. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +10 -23
  610. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +16 -28
  611. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +0 -13
  612. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +12 -16
  613. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -14
  614. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +10 -23
  615. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-product-details.controller.js +14 -19
  616. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-products.controller.js +0 -13
  617. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +16 -29
  618. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html +59 -86
  619. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +6 -6
  620. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html +29 -29
  621. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +7 -3
  622. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html +55 -79
  623. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +13 -26
  624. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-full.html +1 -1
  625. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +1 -14
  626. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +0 -15
  627. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsule.factory.js +0 -13
  628. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsules.module.js +0 -13
  629. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-environment.controller.js +9 -22
  630. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-errata.controller.js +14 -28
  631. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-host-collections.controller.js +11 -24
  632. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-packages.controller.js +20 -33
  633. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-subscriptions.controller.js +16 -29
  634. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action.controller.js +12 -16
  635. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html +4 -4
  636. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-errata.html +7 -8
  637. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-host-collections.html +4 -7
  638. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-erratum.factory.js +1 -13
  639. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-events.controller.js +0 -14
  640. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-package.factory.js +0 -13
  641. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js +0 -13
  642. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js +0 -13
  643. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host.factory.js +1 -14
  644. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js +37 -50
  645. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +7 -19
  646. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js +1 -14
  647. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +24 -27
  648. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +4 -17
  649. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +15 -4
  650. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +49 -47
  651. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +8 -21
  652. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +22 -26
  653. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js +11 -34
  654. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +40 -104
  655. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -14
  656. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +8 -21
  657. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-product-details.controller.js +14 -19
  658. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-products.controller.js +0 -13
  659. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +20 -62
  660. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +61 -96
  661. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +8 -3
  662. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html +21 -19
  663. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +3 -33
  664. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +59 -91
  665. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections-table.html +44 -42
  666. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-full.html +0 -5
  667. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -0
  668. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +1 -1
  669. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +3 -14
  670. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +4 -17
  671. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.module.js +0 -13
  672. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -13
  673. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +12 -25
  674. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +7 -20
  675. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +18 -30
  676. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +8 -21
  677. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +5 -19
  678. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +9 -25
  679. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +4 -17
  680. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js +0 -13
  681. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +4 -17
  682. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-available-content-views.controller.js +9 -21
  683. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-content-views-list.controller.js +0 -13
  684. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details-history.controller.js +2 -15
  685. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +77 -88
  686. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +3 -13
  687. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +60 -32
  688. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +9 -22
  689. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +3 -13
  690. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +14 -27
  691. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +34 -48
  692. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +24 -35
  693. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +29 -35
  694. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +9 -22
  695. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +3 -13
  696. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +34 -47
  697. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -13
  698. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -13
  699. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -13
  700. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +1 -14
  701. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +2 -15
  702. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -13
  703. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +3 -15
  704. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +16 -29
  705. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +33 -46
  706. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +61 -74
  707. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js +0 -13
  708. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +25 -36
  709. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +1 -14
  710. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +18 -16
  711. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -22
  712. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +6 -7
  713. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +1 -1
  714. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +4 -4
  715. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +1 -1
  716. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +0 -13
  717. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +2 -15
  718. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js +3 -14
  719. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +3 -15
  720. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +3 -3
  721. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +3 -12
  722. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-content-views-list.html +1 -1
  723. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-history.html +2 -0
  724. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +1 -1
  725. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +46 -50
  726. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +12 -1
  727. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +51 -55
  728. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +38 -38
  729. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +15 -28
  730. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +9 -21
  731. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -13
  732. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js +1 -13
  733. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js +0 -13
  734. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +1 -1
  735. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +8 -4
  736. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +8 -4
  737. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html +1 -7
  738. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +4 -0
  739. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-image.factory.js +0 -13
  740. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-images.module.js +0 -13
  741. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tags-details.controller.js +7 -21
  742. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +4 -17
  743. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.factory.js +0 -13
  744. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.module.js +0 -13
  745. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.routes.js +0 -13
  746. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html +4 -0
  747. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js +0 -13
  748. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +8 -21
  749. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -14
  750. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +3 -7
  751. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html +4 -5
  752. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +4 -5
  753. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html +4 -5
  754. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html +4 -5
  755. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html +4 -5
  756. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environment.factory.js +1 -14
  757. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +0 -13
  758. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js +0 -13
  759. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js +0 -13
  760. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +12 -25
  761. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +17 -28
  762. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-content-hosts.controller.js +5 -16
  763. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details-repositories.controller.js +1 -14
  764. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details.controller.js +0 -13
  765. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-content-hosts.html +7 -8
  766. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-info.html +3 -1
  767. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-repositories.html +7 -14
  768. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js +0 -13
  769. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js +0 -13
  770. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +0 -13
  771. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +20 -29
  772. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.module.js +0 -13
  773. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.routes.js +3 -16
  774. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/erratum.factory.js +0 -13
  775. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +8 -4
  776. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +13 -2
  777. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details-info.controller.js +0 -13
  778. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details.controller.js +0 -13
  779. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-key.factory.js +0 -13
  780. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.controller.js +5 -18
  781. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.module.js +0 -13
  782. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/new-gpg-key.controller.js +1 -14
  783. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-content-hosts.controller.js +11 -24
  784. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-content-hosts.controller.js +5 -18
  785. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js +1 -14
  786. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-content-hosts.html +39 -37
  787. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts-list.html +34 -32
  788. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collection.factory.js +2 -14
  789. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +5 -18
  790. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.module.js +0 -15
  791. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/host-collection-form.controller.js +8 -21
  792. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +0 -13
  793. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/README +12 -0
  794. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4484 -0
  795. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +5324 -0
  796. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +5290 -0
  797. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +5363 -0
  798. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +5349 -0
  799. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5281 -0
  800. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5191 -0
  801. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +5321 -0
  802. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +5171 -0
  803. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5103 -0
  804. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +5106 -0
  805. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -0
  806. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/check-current-organization.run.js +0 -14
  807. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization-selector.controller.js +0 -14
  808. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization.factory.js +5 -17
  809. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.module.js +0 -13
  810. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.routes.js +0 -13
  811. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-group.factory.js +4 -14
  812. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-groups.module.js +0 -13
  813. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details-repositories.controller.js +59 -0
  814. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details.controller.js +23 -0
  815. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-dependencies.html +19 -0
  816. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-files.html +11 -0
  817. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-info.html +75 -0
  818. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-repositories.html +83 -0
  819. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details.html +57 -0
  820. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/package.factory.js +2 -17
  821. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +65 -0
  822. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.module.js +0 -13
  823. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.routes.js +66 -0
  824. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html +19 -0
  825. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html +22 -0
  826. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages.html +19 -0
  827. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync-plan.controller.js +0 -13
  828. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync.controller.js +0 -13
  829. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action.controller.js +2 -15
  830. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions.html +1 -1
  831. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js +0 -13
  832. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +2 -15
  833. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +16 -41
  834. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +1 -1
  835. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html +114 -115
  836. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-form.controller.js +76 -94
  837. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +1 -14
  838. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +7 -4
  839. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/new-product.controller.js +0 -13
  840. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +7 -15
  841. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html +2 -0
  842. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/product.factory.js +3 -14
  843. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +11 -22
  844. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js +9 -16
  845. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +2 -2
  846. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-full.html +1 -1
  847. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-content-views.controller.js +43 -0
  848. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-repositories.controller.js +35 -0
  849. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details.controller.js +28 -0
  850. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html +37 -0
  851. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-info.html +31 -0
  852. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-repositories.html +52 -0
  853. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details.html +45 -0
  854. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js +5 -14
  855. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js +35 -0
  856. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js +0 -13
  857. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js +69 -0
  858. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-collapsed.html +20 -0
  859. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html +29 -0
  860. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html +16 -0
  861. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-info.controller.js +10 -20
  862. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-manage-content.controller.js +26 -37
  863. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html +59 -7
  864. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-docker-images.html +1 -0
  865. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-package-groups.html +25 -0
  866. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-packages.html +1 -0
  867. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-puppet-modules.html +1 -0
  868. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/new-repository.controller.js +20 -32
  869. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repositories.module.js +0 -13
  870. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repository.factory.js +2 -14
  871. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-activation-keys.controller.js +0 -13
  872. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-content-hosts.controller.js +1 -14
  873. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js +2 -15
  874. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-product-details.controller.js +0 -13
  875. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-products.controller.js +0 -13
  876. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-activation-keys.html +8 -8
  877. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-content-hosts.html +7 -7
  878. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html +1 -1
  879. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html +3 -3
  880. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html +1 -1
  881. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-details.controller.js +2 -15
  882. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-history.controller.js +0 -13
  883. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js +34 -47
  884. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest.controller.js +0 -13
  885. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html +0 -10
  886. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js +0 -13
  887. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js +0 -13
  888. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js +0 -13
  889. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js +3 -16
  890. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js +18 -29
  891. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js +3 -14
  892. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js +3 -16
  893. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-full.html +1 -1
  894. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +5 -18
  895. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +14 -16
  896. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details.controller.js +0 -13
  897. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +5 -18
  898. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +14 -1
  899. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products-table.html +37 -35
  900. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +2 -14
  901. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan.factory.js +2 -18
  902. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +7 -19
  903. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.module.js +0 -13
  904. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +4 -0
  905. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/aggregate-task.factory.js +17 -30
  906. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +0 -13
  907. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-compile.filter.js +6 -16
  908. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-part.directive.js +3 -16
  909. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-reduce.filter.js +2 -15
  910. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-short.filter.js +0 -13
  911. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task.factory.js +36 -43
  912. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-nutupane.factory.js +3 -15
  913. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -15
  914. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks.module.js +0 -14
  915. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +30 -28
  916. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/bastion_katello.less +6 -0
  917. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/systems.less +0 -24
  918. data/engines/bastion_katello/bastion_katello.gemspec +1 -1
  919. data/engines/bastion_katello/lib/bastion_katello/engine.rb +6 -1
  920. data/lib/katello.rb +2 -8
  921. data/lib/katello/apipie/validators.rb +1 -1
  922. data/lib/katello/engine.rb +54 -15
  923. data/lib/katello/permissions/content_host_permissions.rb +4 -5
  924. data/lib/katello/permissions/content_view_permissions.rb +2 -4
  925. data/lib/katello/permissions/host_collections_permissions.rb +0 -1
  926. data/lib/katello/permissions/product_permissions.rb +1 -2
  927. data/lib/katello/permissions/subscription_permissions.rb +1 -2
  928. data/lib/katello/permissions/sync_plan_permissions.rb +2 -1
  929. data/lib/katello/plugin.rb +36 -37
  930. data/lib/katello/tasks/reindex.rake +125 -18
  931. data/lib/katello/tasks/setup.rake +0 -3
  932. data/lib/katello/tasks/test.rake +92 -8
  933. data/lib/katello/tasks/upgrades/2.4/import_distributions.rake +12 -0
  934. data/lib/katello/tasks/upgrades/2.4/import_package_groups.rake +12 -0
  935. data/lib/katello/tasks/upgrades/2.4/import_puppet_modules.rake +12 -0
  936. data/lib/katello/tasks/upgrades/2.4/import_rpms.rake +12 -0
  937. data/lib/katello/tasks/upgrades/2.4/import_subscriptions.rake +13 -0
  938. data/lib/katello/tire_bridge.rb +20 -0
  939. data/lib/katello/url_constrained_cookie_store.rb +0 -12
  940. data/lib/katello/version.rb +1 -1
  941. data/lib/monkeys/passenger_tee_input.rb +0 -12
  942. data/locale/action_names.rb +47 -0
  943. data/locale/bn/katello.po +2728 -5025
  944. data/locale/cs/katello.po +1939 -2918
  945. data/locale/de/katello.po +3515 -5733
  946. data/locale/en/katello.po +1570 -1537
  947. data/locale/es/katello.po +3457 -5721
  948. data/locale/fr/katello.po +3604 -5753
  949. data/locale/gu/katello.po +2740 -5029
  950. data/locale/hi/katello.po +2731 -5032
  951. data/locale/it/katello.po +3502 -5769
  952. data/locale/ja/katello.po +3481 -5888
  953. data/locale/katello.pot +1277 -1472
  954. data/locale/kn/katello.po +2754 -5089
  955. data/locale/ko/katello.po +3327 -5775
  956. data/locale/mr/katello.po +2701 -5097
  957. data/locale/or/katello.po +2741 -5093
  958. data/locale/pa/katello.po +2601 -4937
  959. data/locale/pt/katello.po +1810 -1947
  960. data/locale/pt_BR/katello.po +3468 -5893
  961. data/locale/ru/katello.po +3352 -5856
  962. data/locale/ta/katello.po +2751 -5040
  963. data/locale/te/katello.po +2734 -5091
  964. data/locale/zh_CN/katello.po +3230 -5800
  965. data/locale/zh_TW/katello.po +3540 -5962
  966. metadata +1451 -1575
  967. checksums.yaml +0 -15
  968. data/app/assets/javascripts/katello/common/bastion-routes.js +0 -2870
  969. data/app/assets/javascripts/katello/common/notices.js +0 -176
  970. data/app/assets/javascripts/katello/common/panel.js +0 -1078
  971. data/app/assets/javascripts/katello/common/routes.js +0 -2878
  972. data/app/assets/javascripts/katello/common/search.js +0 -376
  973. data/app/assets/javascripts/katello/content_search/content_search.js +0 -854
  974. data/app/assets/javascripts/katello/content_search/index.js +0 -20
  975. data/app/assets/javascripts/katello/dashboard/dashboard.js +0 -210
  976. data/app/assets/javascripts/katello/dashboard/index.js +0 -14
  977. data/app/assets/javascripts/katello/notices/index.js +0 -14
  978. data/app/assets/javascripts/katello/notices/notices_list.js +0 -49
  979. data/app/assets/javascripts/katello/providers/index.js +0 -16
  980. data/app/assets/javascripts/katello/providers/products_repos.js +0 -46
  981. data/app/assets/javascripts/katello/providers/provider.js +0 -68
  982. data/app/assets/javascripts/katello/providers/provider_create.js +0 -21
  983. data/app/assets/javascripts/katello/providers/repo.js +0 -27
  984. data/app/assets/javascripts/katello/providers/repo_discovery.js +0 -376
  985. data/app/assets/javascripts/katello/providers/repo_discovery_create.js +0 -17
  986. data/app/assets/javascripts/katello/widgets/comparison_grid.js +0 -1033
  987. data/app/assets/javascripts/katello/widgets/slidingtree.js +0 -645
  988. data/app/assets/javascripts/katello/widgets/tipsy.custom.js +0 -197
  989. data/app/assets/stylesheets/katello/content_search.scss +0 -650
  990. data/app/assets/stylesheets/katello/custom_info.scss +0 -32
  991. data/app/assets/stylesheets/katello/dashboard.scss +0 -570
  992. data/app/assets/stylesheets/katello/widgets/tipsy_custom.scss +0 -81
  993. data/app/controllers/katello/api/v2/distributions_controller.rb +0 -50
  994. data/app/controllers/katello/api/v2/users_controller.rb +0 -16
  995. data/app/controllers/katello/concerns/api/v2/repository_db_content_controller.rb +0 -109
  996. data/app/controllers/katello/consumers_controller_logic.rb +0 -55
  997. data/app/controllers/katello/content_search_controller.rb +0 -676
  998. data/app/controllers/katello/content_views_controller.rb +0 -35
  999. data/app/controllers/katello/dashboard_controller.rb +0 -106
  1000. data/app/controllers/katello/distributor_events_controller.rb +0 -114
  1001. data/app/controllers/katello/distributors_controller.rb +0 -501
  1002. data/app/controllers/katello/notices_controller.rb +0 -101
  1003. data/app/controllers/katello/packages_controller.rb +0 -45
  1004. data/app/controllers/katello/puppet_modules_controller.rb +0 -27
  1005. data/app/controllers/katello/repositories_controller.rb +0 -39
  1006. data/app/controllers/katello/search_controller.rb +0 -92
  1007. data/app/helpers/katello/content_search_helper.rb +0 -62
  1008. data/app/helpers/katello/dashboard_helper.rb +0 -204
  1009. data/app/helpers/katello/distributors_helper.rb +0 -69
  1010. data/app/helpers/katello/notices_helper.rb +0 -21
  1011. data/app/helpers/katello/search_helper.rb +0 -35
  1012. data/app/helpers/katello/users_helper.rb +0 -44
  1013. data/app/lib/actions/candlepin/reindex_pool_subscription_handler.rb +0 -91
  1014. data/app/lib/actions/elastic_search/content_view_puppet_environment/index_content.rb +0 -28
  1015. data/app/lib/actions/elastic_search/repository/destroy.rb +0 -35
  1016. data/app/lib/actions/elastic_search/repository/remove_puppet_modules.rb +0 -28
  1017. data/app/lib/actions/katello/organization/index_subscriptions.rb +0 -61
  1018. data/app/lib/actions/katello/repository/remove_docker_images.rb +0 -35
  1019. data/app/lib/actions/katello/user/create.rb +0 -27
  1020. data/app/lib/actions/katello/user/destroy.rb +0 -28
  1021. data/app/lib/actions/pulp/superuser/abstract.rb +0 -35
  1022. data/app/lib/actions/pulp/superuser/add.rb +0 -23
  1023. data/app/lib/actions/pulp/superuser/remove.rb +0 -23
  1024. data/app/lib/actions/pulp/user/create.rb +0 -35
  1025. data/app/lib/actions/pulp/user/destroy.rb +0 -27
  1026. data/app/lib/katello/content_search/cell.rb +0 -29
  1027. data/app/lib/katello/content_search/column.rb +0 -18
  1028. data/app/lib/katello/content_search/container_search.rb +0 -55
  1029. data/app/lib/katello/content_search/content_view_comparison.rb +0 -200
  1030. data/app/lib/katello/content_search/content_view_search.rb +0 -69
  1031. data/app/lib/katello/content_search/element.rb +0 -57
  1032. data/app/lib/katello/content_search/metadata_row.rb +0 -35
  1033. data/app/lib/katello/content_search/product_row.rb +0 -35
  1034. data/app/lib/katello/content_search/product_search.rb +0 -60
  1035. data/app/lib/katello/content_search/repo_row.rb +0 -33
  1036. data/app/lib/katello/content_search/repo_search.rb +0 -68
  1037. data/app/lib/katello/content_search/row.rb +0 -25
  1038. data/app/lib/katello/content_search/search.rb +0 -45
  1039. data/app/lib/katello/content_search/search_utils.rb +0 -33
  1040. data/app/lib/katello/content_search/span.rb +0 -21
  1041. data/app/lib/katello/content_search/unit_row.rb +0 -55
  1042. data/app/lib/katello/dashboard/content_views_widget.rb +0 -30
  1043. data/app/lib/katello/dashboard/errata_widget.rb +0 -30
  1044. data/app/lib/katello/dashboard/host_collections_widget.rb +0 -30
  1045. data/app/lib/katello/dashboard/layout.rb +0 -73
  1046. data/app/lib/katello/dashboard/notices_widget.rb +0 -23
  1047. data/app/lib/katello/dashboard/subscriptions_totals_widget.rb +0 -29
  1048. data/app/lib/katello/dashboard/subscriptions_widget.rb +0 -25
  1049. data/app/lib/katello/dashboard/sync_widget.rb +0 -30
  1050. data/app/lib/katello/dashboard/widget.rb +0 -45
  1051. data/app/lib/katello/notifications.rb +0 -17
  1052. data/app/lib/katello/notifications/controller_helper.rb +0 -43
  1053. data/app/lib/katello/notifications/notifier.rb +0 -190
  1054. data/app/lib/katello/notify.rb +0 -16
  1055. data/app/lib/katello/validators/default_info_validator.rb +0 -40
  1056. data/app/models/katello/authorization.rb +0 -25
  1057. data/app/models/katello/authorization/distributor.rb +0 -58
  1058. data/app/models/katello/custom_info.rb +0 -64
  1059. data/app/models/katello/distribution.rb +0 -32
  1060. data/app/models/katello/distributor.rb +0 -136
  1061. data/app/models/katello/glue/elastic_search/activation_key.rb +0 -37
  1062. data/app/models/katello/glue/elastic_search/content_view.rb +0 -58
  1063. data/app/models/katello/glue/elastic_search/content_view_filter.rb +0 -39
  1064. data/app/models/katello/glue/elastic_search/content_view_puppet_environment.rb +0 -72
  1065. data/app/models/katello/glue/elastic_search/content_view_puppet_module.rb +0 -41
  1066. data/app/models/katello/glue/elastic_search/distribution.rb +0 -72
  1067. data/app/models/katello/glue/elastic_search/distributor.rb +0 -63
  1068. data/app/models/katello/glue/elastic_search/marketing_product.rb +0 -21
  1069. data/app/models/katello/glue/elastic_search/notice.rb +0 -36
  1070. data/app/models/katello/glue/elastic_search/package.rb +0 -233
  1071. data/app/models/katello/glue/elastic_search/package_group.rb +0 -136
  1072. data/app/models/katello/glue/elastic_search/pool.rb +0 -185
  1073. data/app/models/katello/glue/elastic_search/product.rb +0 -59
  1074. data/app/models/katello/glue/elastic_search/provider.rb +0 -41
  1075. data/app/models/katello/glue/elastic_search/puppet_module.rb +0 -251
  1076. data/app/models/katello/glue/elastic_search/repository.rb +0 -133
  1077. data/app/models/katello/glue/pulp/distribution.rb +0 -50
  1078. data/app/models/katello/glue/pulp/package.rb +0 -76
  1079. data/app/models/katello/glue/pulp/package_group.rb +0 -60
  1080. data/app/models/katello/glue/pulp/puppet_module.rb +0 -76
  1081. data/app/models/katello/glue/pulp/user.rb +0 -59
  1082. data/app/models/katello/help_tip.rb +0 -20
  1083. data/app/models/katello/marketing_engineering_product.rb +0 -21
  1084. data/app/models/katello/marketing_product.rb +0 -21
  1085. data/app/models/katello/notice.rb +0 -77
  1086. data/app/models/katello/package.rb +0 -19
  1087. data/app/models/katello/search_favorite.rb +0 -38
  1088. data/app/models/katello/search_history.rb +0 -22
  1089. data/app/models/katello/user_notice.rb +0 -27
  1090. data/app/models/repository_docker_image.rb +0 -18
  1091. data/app/views/katello/api/v2/custom_info/show.json.rabl +0 -5
  1092. data/app/views/katello/api/v2/distributions/index.json.rabl +0 -3
  1093. data/app/views/katello/api/v2/distributions/show.json.rabl +0 -9
  1094. data/app/views/katello/api/v2/distributors/index.json.rabl +0 -9
  1095. data/app/views/katello/api/v2/distributors/pools.json.rabl +0 -3
  1096. data/app/views/katello/api/v2/distributors/show.json.rabl +0 -3
  1097. data/app/views/katello/api/v2/distributors/task.json.rabl +0 -3
  1098. data/app/views/katello/api/v2/distributors/tasks.json.rabl +0 -3
  1099. data/app/views/katello/api/v2/layouts/collection.json.haml +0 -3
  1100. data/app/views/katello/api/v2/layouts/resource.json.haml +0 -5
  1101. data/app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl +0 -3
  1102. data/app/views/katello/api/v2/organization_default_info/create.json.rabl +0 -5
  1103. data/app/views/katello/api/v2/users/list_owners.json.rabl +0 -4
  1104. data/app/views/katello/api/v2/users/show.json.rabl +0 -12
  1105. data/app/views/katello/common/400.html.haml +0 -5
  1106. data/app/views/katello/common/403.html.haml +0 -10
  1107. data/app/views/katello/common/404.html.haml +0 -7
  1108. data/app/views/katello/common/500.html.haml +0 -15
  1109. data/app/views/katello/common/_ajax_notices.haml +0 -5
  1110. data/app/views/katello/common/_common_i18n.html.haml +0 -45
  1111. data/app/views/katello/common/_common_product_repo_selector.html.haml +0 -65
  1112. data/app/views/katello/common/_common_products.html.haml +0 -24
  1113. data/app/views/katello/common/_config.html.haml +0 -8
  1114. data/app/views/katello/common/_edit_i18n.html.haml +0 -12
  1115. data/app/views/katello/common/_env_select.html.haml +0 -40
  1116. data/app/views/katello/common/_filter_table.html.haml +0 -5
  1117. data/app/views/katello/common/_footer.haml +0 -5
  1118. data/app/views/katello/common/_helptip.html.haml +0 -3
  1119. data/app/views/katello/common/_helptip_button.html.haml +0 -2
  1120. data/app/views/katello/common/_list_item.html.haml +0 -6
  1121. data/app/views/katello/common/_list_items.html.haml +0 -2
  1122. data/app/views/katello/common/_list_remove.js.haml +0 -3
  1123. data/app/views/katello/common/_list_update.html.haml +0 -4
  1124. data/app/views/katello/common/_notification.haml +0 -29
  1125. data/app/views/katello/common/_one_panel.html.haml +0 -15
  1126. data/app/views/katello/common/_one_panel_list_item.haml +0 -5
  1127. data/app/views/katello/common/_package_actions_i18n.html.haml +0 -7
  1128. data/app/views/katello/common/_panel.html.haml +0 -75
  1129. data/app/views/katello/common/_post_action_close_subpanel.js.haml +0 -2
  1130. data/app/views/katello/common/_post_delete_close_subpanel.js.haml +0 -2
  1131. data/app/views/katello/common/_repo_selector.html.haml +0 -27
  1132. data/app/views/katello/common/_search.html.haml +0 -17
  1133. data/app/views/katello/common/_stats_line.html.haml +0 -3
  1134. data/app/views/katello/common/_tupane.html.haml +0 -10
  1135. data/app/views/katello/content_search/_browser_box.html.haml +0 -132
  1136. data/app/views/katello/content_search/_container_hover.html.haml +0 -26
  1137. data/app/views/katello/content_search/_grid.html.haml +0 -60
  1138. data/app/views/katello/content_search/_repo_hover.html.haml +0 -18
  1139. data/app/views/katello/content_search/index.html.haml +0 -32
  1140. data/app/views/katello/custom_info/_edit.html.haml +0 -32
  1141. data/app/views/katello/dashboard/_ajax_entry.html.haml +0 -11
  1142. data/app/views/katello/dashboard/_content_views.haml +0 -22
  1143. data/app/views/katello/dashboard/_entry.html.haml +0 -9
  1144. data/app/views/katello/dashboard/_errata.haml +0 -21
  1145. data/app/views/katello/dashboard/_host_collection_item.html.haml +0 -19
  1146. data/app/views/katello/dashboard/_host_collections.html.haml +0 -31
  1147. data/app/views/katello/dashboard/_notices.html.haml +0 -11
  1148. data/app/views/katello/dashboard/_subscriptions.haml +0 -47
  1149. data/app/views/katello/dashboard/_subscriptions_totals.haml +0 -19
  1150. data/app/views/katello/dashboard/_sync.haml +0 -37
  1151. data/app/views/katello/dashboard/_systems.html.haml +0 -22
  1152. data/app/views/katello/dashboard/index.html.haml +0 -25
  1153. data/app/views/katello/distributor_events/_details.html.haml +0 -32
  1154. data/app/views/katello/distributor_events/_event_items.html.haml +0 -27
  1155. data/app/views/katello/distributor_events/_events.html.haml +0 -36
  1156. data/app/views/katello/distributor_events/_more_events.html.haml +0 -3
  1157. data/app/views/katello/distributors/_actions.html.haml +0 -23
  1158. data/app/views/katello/distributors/_distributor_tupane_header_nav.html.haml +0 -10
  1159. data/app/views/katello/distributors/_edit.html.haml +0 -73
  1160. data/app/views/katello/distributors/_edit_custom_info.html.haml +0 -10
  1161. data/app/views/katello/distributors/_list_distributor.html.haml +0 -2
  1162. data/app/views/katello/distributors/_list_distributor_show.html.haml +0 -18
  1163. data/app/views/katello/distributors/_list_distributors.html.haml +0 -1
  1164. data/app/views/katello/distributors/_more_products.html.haml +0 -5
  1165. data/app/views/katello/distributors/_new.html.haml +0 -43
  1166. data/app/views/katello/distributors/_products.html.haml +0 -23
  1167. data/app/views/katello/distributors/_subs.html.haml +0 -149
  1168. data/app/views/katello/distributors/_subs_update.js.haml +0 -1
  1169. data/app/views/katello/distributors/_subscription_details.html.haml +0 -23
  1170. data/app/views/katello/distributors/_subscriptions.html.haml +0 -22
  1171. data/app/views/katello/distributors/index.html.haml +0 -10
  1172. data/app/views/katello/errata/_short_details.html.haml +0 -44
  1173. data/app/views/katello/layouts/katello.haml +0 -32
  1174. data/app/views/katello/layouts/tupane_layout.html.haml +0 -45
  1175. data/app/views/katello/nodes/_list.html.haml +0 -5
  1176. data/app/views/katello/nodes/index.html.haml +0 -1
  1177. data/app/views/katello/nodes/show.html.haml +0 -7
  1178. data/app/views/katello/notices/_delete_all.js.haml +0 -1
  1179. data/app/views/katello/notices/show.html.haml +0 -46
  1180. data/app/views/katello/packages/_changelog.html.haml +0 -15
  1181. data/app/views/katello/packages/_dependencies.html.haml +0 -27
  1182. data/app/views/katello/packages/_details.html.haml +0 -100
  1183. data/app/views/katello/packages/_filelist.html.haml +0 -15
  1184. data/app/views/katello/packages/_show.html.haml +0 -90
  1185. data/app/views/katello/providers/index.html.haml +0 -17
  1186. data/app/views/katello/providers/redhat/_enable_errors.haml +0 -9
  1187. data/app/views/katello/providers/redhat/_errors.html.haml +0 -13
  1188. data/app/views/katello/providers/redhat/_repo_sets.haml +0 -31
  1189. data/app/views/katello/providers/redhat/_repos.html.haml +0 -23
  1190. data/app/views/katello/providers/redhat/_tab.html.haml +0 -8
  1191. data/app/views/katello/providers/redhat/show.html.haml +0 -23
  1192. data/app/views/katello/puppet_modules/_show.html.haml +0 -88
  1193. data/app/views/katello/sync_management/_children.html.haml +0 -13
  1194. data/app/views/katello/sync_management/_controls.html.haml +0 -13
  1195. data/app/views/katello/sync_management/_product.html.haml +0 -21
  1196. data/app/views/katello/sync_management/_products.html.haml +0 -20
  1197. data/app/views/katello/sync_management/_repo.html.haml +0 -27
  1198. data/app/views/katello/sync_management/_sync_plans.html.haml +0 -16
  1199. data/app/views/katello/sync_management/index.html.haml +0 -22
  1200. data/app/views/katello/sync_management/manage.html.haml +0 -25
  1201. data/app/views/katello/user_mailer/logins.text.haml +0 -3
  1202. data/app/views/katello/welcome/show.html.haml +0 -15
  1203. data/config/initializers/tire.rb +0 -4
  1204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.factory.js +0 -34
  1205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.module.js +0 -24
  1206. data/lib/headpin/headpin.rb +0 -6
  1207. data/lib/katello/app_config.rb +0 -22
  1208. data/lib/katello/configuration.rb +0 -70
  1209. data/lib/katello/configuration/loader.rb +0 -128
  1210. data/lib/katello/configuration/node.rb +0 -145
  1211. data/lib/katello/configuration/validator.rb +0 -85
  1212. data/lib/katello/load_configuration.rb +0 -95
  1213. data/lib/katello/logging.rb +0 -245
  1214. data/lib/katello/middleware/log_request_uuid.rb +0 -28
  1215. data/lib/katello/middleware/silenced_logger.rb +0 -35
  1216. data/lib/katello/permissions/dashboard_permissions.rb +0 -6
  1217. data/lib/monkeys/string_to_bool.rb +0 -19
  1218. data/lib/monkeys/yard_svg_fix.rb +0 -26
  1219. data/lib/util/password.rb +0 -137
  1220. data/vendor/assets/javascripts/katello/jquery.tipsy.js +0 -358
  1221. data/vendor/assets/stylesheets/katello/jquery.timepickr.css +0 -40
  1222. data/vendor/assets/stylesheets/katello/jquery.tipsy.css +0 -25
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MGFhOWZhZWQyYzNhZjM2MTc1ZjlmOThkNjZiNjA2NTE2MjNmN2ViNQ==
5
- data.tar.gz: !binary |-
6
- ZWQwYmU1MDc5OWZiZDIzMjAzYjgzNWVmNGFmNzE3YWE0Yjg1MGUzMA==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- ZTYyODA5NTYxYTcwYjYzNjBlOTg0NDQyYmU3ZjU5NzMzZDgxZTAwMmQwMTVm
10
- NTM2ZWRmYmJiMzIwZDhjN2U3MTQ0MGEyZjQ2MmJkYjE1MThmMGZiMGEwNjc4
11
- ZmZlNGYxZGNjOGZkNGYzNmY0MzVkZGFkNjA0MjI5YzFmYWI3ZmQ=
12
- data.tar.gz: !binary |-
13
- OTYxNGQwMjQ1YjIxNDVlODFkYmFmYmUzOGQ3OGUwNTBmMGFmOTlkODI2YTk5
14
- MjlkZDQ5MzA5YTBmMzBhMmY1OTczZDZmMGNkNzM3ZTRhN2E0NWE1Njc4MDAx
15
- YzliYTYyMjRlZTVlNTNjNTBjOWU4ZDRkNzUxNDExMzk4MDIzMWU=
@@ -1,2870 +0,0 @@
1
- (function() {
2
- var NodeTypes, ParameterMissing, Utils, defaults,
3
- __hasProp = {}.hasOwnProperty;
4
-
5
- ParameterMissing = function(message) {
6
- this.message = message;
7
- };
8
-
9
- ParameterMissing.prototype = new Error();
10
-
11
- defaults = {
12
- prefix: "",
13
- default_url_options: {}
14
- };
15
-
16
- NodeTypes = {"GROUP":1,"CAT":2,"SYMBOL":3,"OR":4,"STAR":5,"LITERAL":6,"SLASH":7,"DOT":8};
17
-
18
- Utils = {
19
- serialize: function(object, prefix) {
20
- var element, i, key, prop, result, s, _i, _len;
21
- if (prefix == null) {
22
- prefix = null;
23
- }
24
- if (!object) {
25
- return "";
26
- }
27
- if (!prefix && !(this.get_object_type(object) === "object")) {
28
- throw new Error("Url parameters should be a javascript hash");
29
- }
30
- if (window.jQuery) {
31
- result = window.jQuery.param(object);
32
- return (!result ? "" : result);
33
- }
34
- s = [];
35
- switch (this.get_object_type(object)) {
36
- case "array":
37
- for (i = _i = 0, _len = object.length; _i < _len; i = ++_i) {
38
- element = object[i];
39
- s.push(this.serialize(element, prefix + "[]"));
40
- }
41
- break;
42
- case "object":
43
- for (key in object) {
44
- if (!__hasProp.call(object, key)) continue;
45
- prop = object[key];
46
- if (!(prop != null)) {
47
- continue;
48
- }
49
- if (prefix != null) {
50
- key = "" + prefix + "[" + key + "]";
51
- }
52
- s.push(this.serialize(prop, key));
53
- }
54
- break;
55
- default:
56
- if (object) {
57
- s.push("" + (encodeURIComponent(prefix.toString())) + "=" + (encodeURIComponent(object.toString())));
58
- }
59
- }
60
- if (!s.length) {
61
- return "";
62
- }
63
- return s.join("&");
64
- },
65
- clean_path: function(path) {
66
- var last_index;
67
- path = path.split("://");
68
- last_index = path.length - 1;
69
- path[last_index] = path[last_index].replace(/\/+/g, "/").replace(/.\/$/m, "");
70
- return path.join("://");
71
- },
72
- set_default_url_options: function(optional_parts, options) {
73
- var i, part, _i, _len, _results;
74
- _results = [];
75
- for (i = _i = 0, _len = optional_parts.length; _i < _len; i = ++_i) {
76
- part = optional_parts[i];
77
- if (!options.hasOwnProperty(part) && defaults.default_url_options.hasOwnProperty(part)) {
78
- _results.push(options[part] = defaults.default_url_options[part]);
79
- } else {
80
- _results.push(void 0);
81
- }
82
- }
83
- return _results;
84
- },
85
- extract_anchor: function(options) {
86
- var anchor;
87
- anchor = "";
88
- if (options.hasOwnProperty("anchor")) {
89
- anchor = "#" + options.anchor;
90
- delete options.anchor;
91
- }
92
- return anchor;
93
- },
94
- extract_options: function(number_of_params, args) {
95
- var ret_value;
96
- ret_value = {};
97
- if (args.length > number_of_params) {
98
- ret_value = args.pop();
99
- }
100
- return ret_value;
101
- },
102
- path_identifier: function(object) {
103
- var property;
104
- if (object === 0) {
105
- return "0";
106
- }
107
- if (!object) {
108
- return "";
109
- }
110
- property = object;
111
- if (this.get_object_type(object) === "object") {
112
- property = object.to_param || object.id || object;
113
- if (this.get_object_type(property) === "function") {
114
- property = property.call(object);
115
- }
116
- }
117
- return property.toString();
118
- },
119
- clone: function(obj) {
120
- var attr, copy, key;
121
- if ((obj == null) || "object" !== this.get_object_type(obj)) {
122
- return obj;
123
- }
124
- copy = obj.constructor();
125
- for (key in obj) {
126
- if (!__hasProp.call(obj, key)) continue;
127
- attr = obj[key];
128
- copy[key] = attr;
129
- }
130
- return copy;
131
- },
132
- prepare_parameters: function(required_parameters, actual_parameters, options) {
133
- var i, result, val, _i, _len;
134
- result = this.clone(options) || {};
135
- for (i = _i = 0, _len = required_parameters.length; _i < _len; i = ++_i) {
136
- val = required_parameters[i];
137
- result[val] = actual_parameters[i];
138
- }
139
- return result;
140
- },
141
- build_path: function(required_parameters, optional_parts, route, args) {
142
- var anchor, opts, parameters, result, url, url_params;
143
- args = Array.prototype.slice.call(args);
144
- opts = this.extract_options(required_parameters.length, args);
145
- if (args.length > required_parameters.length) {
146
- throw new Error("Too many parameters provided for path");
147
- }
148
- parameters = this.prepare_parameters(required_parameters, args, opts);
149
- this.set_default_url_options(optional_parts, parameters);
150
- anchor = this.extract_anchor(parameters);
151
- result = "" + (this.get_prefix()) + (this.visit(route, parameters));
152
- url = Utils.clean_path("" + result);
153
- if ((url_params = this.serialize(parameters)).length) {
154
- url += "?" + url_params;
155
- }
156
- url += anchor;
157
- return url;
158
- },
159
- visit: function(route, parameters, optional) {
160
- var left, left_part, right, right_part, type, value;
161
- if (optional == null) {
162
- optional = false;
163
- }
164
- type = route[0], left = route[1], right = route[2];
165
- switch (type) {
166
- case NodeTypes.GROUP:
167
- return this.visit(left, parameters, true);
168
- case NodeTypes.STAR:
169
- return this.visit_globbing(left, parameters, true);
170
- case NodeTypes.LITERAL:
171
- case NodeTypes.SLASH:
172
- case NodeTypes.DOT:
173
- return left;
174
- case NodeTypes.CAT:
175
- left_part = this.visit(left, parameters, optional);
176
- right_part = this.visit(right, parameters, optional);
177
- if (optional && !(left_part && right_part)) {
178
- return "";
179
- }
180
- return "" + left_part + right_part;
181
- case NodeTypes.SYMBOL:
182
- value = parameters[left];
183
- if (value != null) {
184
- delete parameters[left];
185
- return this.path_identifier(value);
186
- }
187
- if (optional) {
188
- return "";
189
- } else {
190
- throw new ParameterMissing("Route parameter missing: " + left);
191
- }
192
- break;
193
- default:
194
- throw new Error("Unknown Rails node type");
195
- }
196
- },
197
- visit_globbing: function(route, parameters, optional) {
198
- var left, right, type, value;
199
- type = route[0], left = route[1], right = route[2];
200
- if (left.replace(/^\*/i, "") !== left) {
201
- route[1] = left = left.replace(/^\*/i, "");
202
- }
203
- value = parameters[left];
204
- if (value == null) {
205
- return this.visit(route, parameters, optional);
206
- }
207
- parameters[left] = (function() {
208
- switch (this.get_object_type(value)) {
209
- case "array":
210
- return value.join("/");
211
- default:
212
- return value;
213
- }
214
- }).call(this);
215
- return this.visit(route, parameters, optional);
216
- },
217
- get_prefix: function() {
218
- var prefix;
219
- prefix = defaults.prefix;
220
- if (prefix !== "") {
221
- prefix = (prefix.match("/$") ? prefix : "" + prefix + "/");
222
- }
223
- return prefix;
224
- },
225
- _classToTypeCache: null,
226
- _classToType: function() {
227
- var name, _i, _len, _ref;
228
- if (this._classToTypeCache != null) {
229
- return this._classToTypeCache;
230
- }
231
- this._classToTypeCache = {};
232
- _ref = "Boolean Number String Function Array Date RegExp Undefined Null".split(" ");
233
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
234
- name = _ref[_i];
235
- this._classToTypeCache["[object " + name + "]"] = name.toLowerCase();
236
- }
237
- return this._classToTypeCache;
238
- },
239
- get_object_type: function(obj) {
240
- var strType;
241
- if (window.jQuery && (window.jQuery.type != null)) {
242
- return window.jQuery.type(obj);
243
- }
244
- strType = Object.prototype.toString.call(obj);
245
- return this._classToType()[strType] || "object";
246
- },
247
- namespace: function(root, namespaceString) {
248
- var current, parts;
249
- parts = (namespaceString ? namespaceString.split(".") : []);
250
- if (!parts.length) {
251
- return;
252
- }
253
- current = parts.shift();
254
- root[current] = root[current] || {};
255
- return Utils.namespace(root[current], parts.join("."));
256
- }
257
- };
258
-
259
- Utils.namespace(window, "BASTION.KT.routes");
260
-
261
- window.BASTION.KT.routes = {
262
- // about => /about(.:format)
263
- aboutPath: function(options) {
264
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"about",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
265
- },
266
- // activation_key => /activation_keys/:id(.:format)
267
- activationKeyPath: function(_id, options) {
268
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
269
- },
270
- // activation_keys => /activation_keys(.:format)
271
- activationKeysPath: function(options) {
272
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"activation_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
273
- },
274
- // add_parameter_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/add_parameter(.:format)
275
- addParameterContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
276
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_parameter",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
277
- },
278
- // add_subscriptions_activation_key => /activation_keys/:id/add_subscriptions(.:format)
279
- addSubscriptionsActivationKeyPath: function(_id, options) {
280
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
281
- },
282
- // add_system_group_packages => /system_groups/:system_group_id/packages/add(.:format)
283
- addSystemGroupPackagesPath: function(_system_group_id, options) {
284
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"add",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
285
- },
286
- // add_system_groups_activation_key => /activation_keys/:id/add_system_groups(.:format)
287
- addSystemGroupsActivationKeyPath: function(_id, options) {
288
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
289
- },
290
- // add_system_groups_api_systems => /api/systems/add_system_groups(.:format)
291
- addSystemGroupsApiSystemsPath: function(options) {
292
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"add_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
293
- },
294
- // add_system_groups_system => /systems/:id/add_system_groups(.:format)
295
- addSystemGroupsSystemPath: function(_id, options) {
296
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
297
- },
298
- // add_system_system_packages => /systems/:system_id/system_packages/add(.:format)
299
- addSystemSystemPackagesPath: function(_system_id, options) {
300
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[7,"/",false]],[6,"add",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
301
- },
302
- // add_systems_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/add_systems(.:format)
303
- addSystemsApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
304
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
305
- },
306
- // add_systems_api_system_group => /api/system_groups/:id/add_systems(.:format)
307
- addSystemsApiSystemGroupPath: function(_id, options) {
308
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
309
- },
310
- // add_systems_system_group => /system_groups/:id/add_systems(.:format)
311
- addSystemsSystemGroupPath: function(_id, options) {
312
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"add_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
313
- },
314
- // all_api_content_view_definition_products => /api/content_view_definitions/:content_view_definition_id/products/all(.:format)
315
- allApiContentViewDefinitionProductsPath: function(_content_view_definition_id, options) {
316
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[6,"all",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
317
- },
318
- // all_api_organization_content_view_definition_products => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/products/all(.:format)
319
- allApiOrganizationContentViewDefinitionProductsPath: function(_organization_id, _content_view_definition_id, options) {
320
- return Utils.build_path(["organization_id","content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[6,"all",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
321
- },
322
- // all_products => /products/all(.:format)
323
- allProductsPath: function(options) {
324
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[6,"all",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
325
- },
326
- // all_systems => /systems/all(.:format)
327
- allSystemsPath: function(options) {
328
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"all",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
329
- },
330
- // api => /api(.:format)
331
- apiPath: function(options) {
332
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"api",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
333
- },
334
- // api_about_index => /api/about(.:format)
335
- apiAboutIndexPath: function(options) {
336
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"about",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
337
- },
338
- // api_activation_key => /api/activation_keys/:id(.:format)
339
- apiActivationKeyPath: function(_id, options) {
340
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
341
- },
342
- // api_activation_keys => /api/activation_keys(.:format)
343
- apiActivationKeysPath: function(options) {
344
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
345
- },
346
- // api_changeset => /api/changesets/:id(.:format)
347
- apiChangesetPath: function(_id, options) {
348
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
349
- },
350
- // api_changeset_content_view => /api/changesets/:changeset_id/content_views/:id(.:format)
351
- apiChangesetContentViewPath: function(_changeset_id, _id, options) {
352
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
353
- },
354
- // api_changeset_content_views => /api/changesets/:changeset_id/content_views(.:format)
355
- apiChangesetContentViewsPath: function(_changeset_id, options) {
356
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
357
- },
358
- // api_changeset_distribution => /api/changesets/:changeset_id/distributions/:id(.:format)
359
- apiChangesetDistributionPath: function(_changeset_id, _id, options) {
360
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"distributions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
361
- },
362
- // api_changeset_distributions => /api/changesets/:changeset_id/distributions(.:format)
363
- apiChangesetDistributionsPath: function(_changeset_id, options) {
364
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"distributions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
365
- },
366
- // api_changeset_errata => /api/changesets/:changeset_id/errata(.:format)
367
- apiChangesetErrataPath: function(_changeset_id, options) {
368
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
369
- },
370
- // api_changeset_erratum => /api/changesets/:changeset_id/errata/:id(.:format)
371
- apiChangesetErratumPath: function(_changeset_id, _id, options) {
372
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
373
- },
374
- // api_changeset_package => /api/changesets/:changeset_id/packages/:id(.:format)
375
- apiChangesetPackagePath: function(_changeset_id, _id, options) {
376
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
377
- },
378
- // api_changeset_packages => /api/changesets/:changeset_id/packages(.:format)
379
- apiChangesetPackagesPath: function(_changeset_id, options) {
380
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
381
- },
382
- // api_changeset_product => /api/changesets/:changeset_id/products/:id(.:format)
383
- apiChangesetProductPath: function(_changeset_id, _id, options) {
384
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
385
- },
386
- // api_changeset_products => /api/changesets/:changeset_id/products(.:format)
387
- apiChangesetProductsPath: function(_changeset_id, options) {
388
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
389
- },
390
- // api_changeset_repositories => /api/changesets/:changeset_id/repositories(.:format)
391
- apiChangesetRepositoriesPath: function(_changeset_id, options) {
392
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
393
- },
394
- // api_changeset_repository => /api/changesets/:changeset_id/repositories/:id(.:format)
395
- apiChangesetRepositoryPath: function(_changeset_id, _id, options) {
396
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
397
- },
398
- // api_changeset_template => /api/changesets/:changeset_id/templates/:id(.:format)
399
- apiChangesetTemplatePath: function(_changeset_id, _id, options) {
400
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"templates",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
401
- },
402
- // api_changeset_templates => /api/changesets/:changeset_id/templates(.:format)
403
- apiChangesetTemplatesPath: function(_changeset_id, options) {
404
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"templates",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
405
- },
406
- // api_consumer => /api/consumers/:id(.:format)
407
- apiConsumerPath: function(_id, options) {
408
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
409
- },
410
- // api_consumers => /api/consumers(.:format)
411
- apiConsumersPath: function(options) {
412
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
413
- },
414
- // api_content_view => /api/content_views/:id(.:format)
415
- apiContentViewPath: function(_id, options) {
416
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
417
- },
418
- // api_content_view_definition => /api/content_view_definitions/:id(.:format)
419
- apiContentViewDefinitionPath: function(_id, options) {
420
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
421
- },
422
- // api_content_view_definition_content_views => /api/content_view_definitions/:content_view_definition_id/content_views(.:format)
423
- apiContentViewDefinitionContentViewsPath: function(_content_view_definition_id, options) {
424
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
425
- },
426
- // api_content_view_definition_filter => /api/content_view_definitions/:content_view_definition_id/filters/:id(.:format)
427
- apiContentViewDefinitionFilterPath: function(_content_view_definition_id, _id, options) {
428
- return Utils.build_path(["content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
429
- },
430
- // api_content_view_definition_filter_products => /api/content_view_definitions/:content_view_definition_id/filters/:filter_id/products(.:format)
431
- apiContentViewDefinitionFilterProductsPath: function(_content_view_definition_id, _filter_id, options) {
432
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
433
- },
434
- // api_content_view_definition_filter_repositories => /api/content_view_definitions/:content_view_definition_id/filters/:filter_id/repositories(.:format)
435
- apiContentViewDefinitionFilterRepositoriesPath: function(_content_view_definition_id, _filter_id, options) {
436
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
437
- },
438
- // api_content_view_definition_filter_rule => /api/content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id(.:format)
439
- apiContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
440
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
441
- },
442
- // api_content_view_definition_filter_rules => /api/content_view_definitions/:content_view_definition_id/filters/:filter_id/rules(.:format)
443
- apiContentViewDefinitionFilterRulesPath: function(_content_view_definition_id, _filter_id, options) {
444
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
445
- },
446
- // api_content_view_definition_filters => /api/content_view_definitions/:content_view_definition_id/filters(.:format)
447
- apiContentViewDefinitionFiltersPath: function(_content_view_definition_id, options) {
448
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
449
- },
450
- // api_content_view_definition_products => /api/content_view_definitions/:content_view_definition_id/products(.:format)
451
- apiContentViewDefinitionProductsPath: function(_content_view_definition_id, options) {
452
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
453
- },
454
- // api_content_view_definition_repositories => /api/content_view_definitions/:content_view_definition_id/repositories(.:format)
455
- apiContentViewDefinitionRepositoriesPath: function(_content_view_definition_id, options) {
456
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
457
- },
458
- // api_create_custom_info => /api/custom_info/:informable_type/:informable_id(.:format)
459
- apiCreateCustomInfoPath: function(_informable_type, _informable_id, options) {
460
- return Utils.build_path(["informable_type","informable_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"custom_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[3,"informable_id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
461
- },
462
- // api_crls => /api/crls(.:format)
463
- apiCrlsPath: function(options) {
464
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"crls",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
465
- },
466
- // api_custom_info => /api/custom_info/:informable_type/:informable_id(.:format)
467
- apiCustomInfoPath: function(_informable_type, _informable_id, options) {
468
- return Utils.build_path(["informable_type","informable_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"custom_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[3,"informable_id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
469
- },
470
- // api_destroy_custom_info => /api/custom_info/:informable_type/:informable_id/*keyname(.:format)
471
- apiDestroyCustomInfoPath: function(_informable_type, _informable_id, _keyname, options) {
472
- return Utils.build_path(["informable_type","informable_id","keyname"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"custom_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[3,"informable_id",false]],[7,"/",false]],[5,[3,"keyname",false],false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
473
- },
474
- // api_distributor => /api/distributors/:id(.:format)
475
- apiDistributorPath: function(_id, options) {
476
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
477
- },
478
- // api_distributor_subscription => /api/distributors/:distributor_id/subscriptions/:id(.:format)
479
- apiDistributorSubscriptionPath: function(_distributor_id, _id, options) {
480
- return Utils.build_path(["distributor_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
481
- },
482
- // api_distributor_subscriptions => /api/distributors/:distributor_id/subscriptions(.:format)
483
- apiDistributorSubscriptionsPath: function(_distributor_id, options) {
484
- return Utils.build_path(["distributor_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
485
- },
486
- // api_distributors => /api/distributors(.:format)
487
- apiDistributorsPath: function(options) {
488
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
489
- },
490
- // api_environment => /api/environments/:id(.:format)
491
- apiEnvironmentPath: function(_id, options) {
492
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
493
- },
494
- // api_environment_activation_keys => /api/environments/:environment_id/activation_keys(.:format)
495
- apiEnvironmentActivationKeysPath: function(_environment_id, options) {
496
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"activation_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
497
- },
498
- // api_environment_changesets => /api/environments/:environment_id/changesets(.:format)
499
- apiEnvironmentChangesetsPath: function(_environment_id, options) {
500
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"changesets",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
501
- },
502
- // api_environment_content_views => /api/environments/:environment_id/content_views(.:format)
503
- apiEnvironmentContentViewsPath: function(_environment_id, options) {
504
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
505
- },
506
- // api_environment_distributors => /api/environments/:environment_id/distributors(.:format)
507
- apiEnvironmentDistributorsPath: function(_environment_id, options) {
508
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"distributors",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
509
- },
510
- // api_environment_products => /api/environments/:environment_id/products(.:format)
511
- apiEnvironmentProductsPath: function(_environment_id, options) {
512
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
513
- },
514
- // api_environment_systems => /api/environments/:environment_id/systems(.:format)
515
- apiEnvironmentSystemsPath: function(_environment_id, options) {
516
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
517
- },
518
- // api_errata => /api/errata(.:format)
519
- apiErrataPath: function(options) {
520
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
521
- },
522
- // api_gpg_key => /api/gpg_keys/:id(.:format)
523
- apiGpgKeyPath: function(_id, options) {
524
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"gpg_keys",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
525
- },
526
- // api_gpg_keys => /api/gpg_keys(.:format)
527
- apiGpgKeysPath: function(options) {
528
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"gpg_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
529
- },
530
- // api_hypervisors => /api/hypervisors(.:format)
531
- apiHypervisorsPath: function(options) {
532
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"hypervisors",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
533
- },
534
- // api_node => /api/nodes/:id(.:format)
535
- apiNodePath: function(_id, options) {
536
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
537
- },
538
- // api_node_capabilities => /api/nodes/:node_id/capabilities(.:format)
539
- apiNodeCapabilitiesPath: function(_node_id, options) {
540
- return Utils.build_path(["node_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"node_id",false]],[7,"/",false]],[6,"capabilities",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
541
- },
542
- // api_node_capability => /api/nodes/:node_id/capabilities/:id(.:format)
543
- apiNodeCapabilityPath: function(_node_id, _id, options) {
544
- return Utils.build_path(["node_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"node_id",false]],[7,"/",false]],[6,"capabilities",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
545
- },
546
- // api_nodes => /api/nodes(.:format)
547
- apiNodesPath: function(options) {
548
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
549
- },
550
- // api_organization => /api/organizations/:id(.:format)
551
- apiOrganizationPath: function(_id, options) {
552
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
553
- },
554
- // api_organization_activation_key => /api/organizations/:organization_id/activation_keys/:id(.:format)
555
- apiOrganizationActivationKeyPath: function(_organization_id, _id, options) {
556
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
557
- },
558
- // api_organization_activation_keys => /api/organizations/:organization_id/activation_keys(.:format)
559
- apiOrganizationActivationKeysPath: function(_organization_id, options) {
560
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"activation_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
561
- },
562
- // api_organization_apply_default_info => /api/organizations/:organization_id/default_info/:informable_type/apply(.:format)
563
- apiOrganizationApplyDefaultInfoPath: function(_organization_id, _informable_type, options) {
564
- return Utils.build_path(["organization_id","informable_type"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"default_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[6,"apply",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
565
- },
566
- // api_organization_auto_attach_all_systems => /api/organizations/:organization_id/auto_attach(.:format)
567
- apiOrganizationAutoAttachAllSystemsPath: function(_organization_id, options) {
568
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"auto_attach",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
569
- },
570
- // api_organization_content_view => /api/organizations/:organization_id/content_views/:id(.:format)
571
- apiOrganizationContentViewPath: function(_organization_id, _id, options) {
572
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
573
- },
574
- // api_organization_content_view_definition => /api/organizations/:organization_id/content_view_definitions/:id(.:format)
575
- apiOrganizationContentViewDefinitionPath: function(_organization_id, _id, options) {
576
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
577
- },
578
- // api_organization_content_view_definition_filter => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters/:id(.:format)
579
- apiOrganizationContentViewDefinitionFilterPath: function(_organization_id, _content_view_definition_id, _id, options) {
580
- return Utils.build_path(["organization_id","content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
581
- },
582
- // api_organization_content_view_definition_filter_products => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters/:filter_id/products(.:format)
583
- apiOrganizationContentViewDefinitionFilterProductsPath: function(_organization_id, _content_view_definition_id, _filter_id, options) {
584
- return Utils.build_path(["organization_id","content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
585
- },
586
- // api_organization_content_view_definition_filter_repositories => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters/:filter_id/repositories(.:format)
587
- apiOrganizationContentViewDefinitionFilterRepositoriesPath: function(_organization_id, _content_view_definition_id, _filter_id, options) {
588
- return Utils.build_path(["organization_id","content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
589
- },
590
- // api_organization_content_view_definition_filter_rule => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id(.:format)
591
- apiOrganizationContentViewDefinitionFilterRulePath: function(_organization_id, _content_view_definition_id, _filter_id, _id, options) {
592
- return Utils.build_path(["organization_id","content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
593
- },
594
- // api_organization_content_view_definition_filter_rules => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters/:filter_id/rules(.:format)
595
- apiOrganizationContentViewDefinitionFilterRulesPath: function(_organization_id, _content_view_definition_id, _filter_id, options) {
596
- return Utils.build_path(["organization_id","content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
597
- },
598
- // api_organization_content_view_definition_filters => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/filters(.:format)
599
- apiOrganizationContentViewDefinitionFiltersPath: function(_organization_id, _content_view_definition_id, options) {
600
- return Utils.build_path(["organization_id","content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
601
- },
602
- // api_organization_content_view_definition_products => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/products(.:format)
603
- apiOrganizationContentViewDefinitionProductsPath: function(_organization_id, _content_view_definition_id, options) {
604
- return Utils.build_path(["organization_id","content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
605
- },
606
- // api_organization_content_view_definition_repositories => /api/organizations/:organization_id/content_view_definitions/:content_view_definition_id/repositories(.:format)
607
- apiOrganizationContentViewDefinitionRepositoriesPath: function(_organization_id, _content_view_definition_id, options) {
608
- return Utils.build_path(["organization_id","content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
609
- },
610
- // api_organization_content_view_definitions => /api/organizations/:organization_id/content_view_definitions(.:format)
611
- apiOrganizationContentViewDefinitionsPath: function(_organization_id, options) {
612
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
613
- },
614
- // api_organization_content_views => /api/organizations/:organization_id/content_views(.:format)
615
- apiOrganizationContentViewsPath: function(_organization_id, options) {
616
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
617
- },
618
- // api_organization_create_default_info => /api/organizations/:organization_id/default_info/:informable_type(.:format)
619
- apiOrganizationCreateDefaultInfoPath: function(_organization_id, _informable_type, options) {
620
- return Utils.build_path(["organization_id","informable_type"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"default_info",false]],[7,"/",false]],[3,"informable_type",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
621
- },
622
- // api_organization_destroy_default_info => /api/organizations/:organization_id/default_info/:informable_type/*keyname(.:format)
623
- apiOrganizationDestroyDefaultInfoPath: function(_organization_id, _informable_type, _keyname, options) {
624
- return Utils.build_path(["organization_id","informable_type","keyname"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"default_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[5,[3,"keyname",false],false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
625
- },
626
- // api_organization_distributors => /api/organizations/:organization_id/distributors(.:format)
627
- apiOrganizationDistributorsPath: function(_organization_id, options) {
628
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"distributors",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
629
- },
630
- // api_organization_environment => /api/organizations/:organization_id/environments/:id(.:format)
631
- apiOrganizationEnvironmentPath: function(_organization_id, _id, options) {
632
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
633
- },
634
- // api_organization_environment_changesets => /api/organizations/:organization_id/environments/:environment_id/changesets(.:format)
635
- apiOrganizationEnvironmentChangesetsPath: function(_organization_id, _environment_id, options) {
636
- return Utils.build_path(["organization_id","environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"changesets",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
637
- },
638
- // api_organization_environments => /api/organizations/:organization_id/environments(.:format)
639
- apiOrganizationEnvironmentsPath: function(_organization_id, options) {
640
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
641
- },
642
- // api_organization_gpg_keys => /api/organizations/:organization_id/gpg_keys(.:format)
643
- apiOrganizationGpgKeysPath: function(_organization_id, options) {
644
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"gpg_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
645
- },
646
- // api_organization_product => /api/organizations/:organization_id/products/:id(.:format)
647
- apiOrganizationProductPath: function(_organization_id, _id, options) {
648
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
649
- },
650
- // api_organization_product_repository_sets => /api/organizations/:organization_id/products/:product_id/repository_sets(.:format)
651
- apiOrganizationProductRepositorySetsPath: function(_organization_id, _product_id, options) {
652
- return Utils.build_path(["organization_id","product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
653
- },
654
- // api_organization_product_sync_index => /api/organizations/:organization_id/products/:product_id/sync(.:format)
655
- apiOrganizationProductSyncIndexPath: function(_organization_id, _product_id, options) {
656
- return Utils.build_path(["organization_id","product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
657
- },
658
- // api_organization_products => /api/organizations/:organization_id/products(.:format)
659
- apiOrganizationProductsPath: function(_organization_id, options) {
660
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
661
- },
662
- // api_organization_providers => /api/organizations/:organization_id/providers(.:format)
663
- apiOrganizationProvidersPath: function(_organization_id, options) {
664
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"providers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
665
- },
666
- // api_organization_sync_plan => /api/organizations/:organization_id/sync_plans/:id(.:format)
667
- apiOrganizationSyncPlanPath: function(_organization_id, _id, options) {
668
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"sync_plans",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
669
- },
670
- // api_organization_sync_plans => /api/organizations/:organization_id/sync_plans(.:format)
671
- apiOrganizationSyncPlansPath: function(_organization_id, options) {
672
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"sync_plans",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
673
- },
674
- // api_organization_system_group => /api/organizations/:organization_id/system_groups/:id(.:format)
675
- apiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
676
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
677
- },
678
- // api_organization_system_group_errata => /api/organizations/:organization_id/system_groups/:system_group_id/errata(.:format)
679
- apiOrganizationSystemGroupErrataPath: function(_organization_id, _system_group_id, options) {
680
- return Utils.build_path(["organization_id","system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
681
- },
682
- // api_organization_system_group_packages => /api/organizations/:organization_id/system_groups/:system_group_id/packages(.:format)
683
- apiOrganizationSystemGroupPackagesPath: function(_organization_id, _system_group_id, options) {
684
- return Utils.build_path(["organization_id","system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
685
- },
686
- // api_organization_system_groups => /api/organizations/:organization_id/system_groups(.:format)
687
- apiOrganizationSystemGroupsPath: function(_organization_id, options) {
688
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
689
- },
690
- // api_organization_systems => /api/organizations/:organization_id/systems(.:format)
691
- apiOrganizationSystemsPath: function(_organization_id, options) {
692
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
693
- },
694
- // api_organization_task => /api/organizations/:organization_id/tasks/:id(.:format)
695
- apiOrganizationTaskPath: function(_organization_id, _id, options) {
696
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"tasks",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
697
- },
698
- // api_organization_tasks => /api/organizations/:organization_id/tasks(.:format)
699
- apiOrganizationTasksPath: function(_organization_id, options) {
700
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"tasks",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
701
- },
702
- // api_organization_uebercert => /api/organizations/:organization_id/uebercert(.:format)
703
- apiOrganizationUebercertPath: function(_organization_id, options) {
704
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"uebercert",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
705
- },
706
- // api_organizations => /api/organizations(.:format)
707
- apiOrganizationsPath: function(options) {
708
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
709
- },
710
- // api_ping_index => /api/ping(.:format)
711
- apiPingIndexPath: function(options) {
712
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"ping",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
713
- },
714
- // api_pool => /api/activation_keys/:id/pools/:id(.:format)
715
- apiPoolPath: function(_id, _id, options) {
716
- return Utils.build_path(["id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
717
- },
718
- // api_pools => /api/activation_keys/:id/pools(.:format)
719
- apiPoolsPath: function(_id, options) {
720
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
721
- },
722
- // api_product => /api/products/:id(.:format)
723
- apiProductPath: function(_id, options) {
724
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
725
- },
726
- // api_product_repositories => /api/products/:product_id/repositories(.:format)
727
- apiProductRepositoriesPath: function(_product_id, options) {
728
- return Utils.build_path(["product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
729
- },
730
- // api_product_repository_sets => /api/products/:product_id/repository_sets(.:format)
731
- apiProductRepositorySetsPath: function(_product_id, options) {
732
- return Utils.build_path(["product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
733
- },
734
- // api_product_sync_index => /api/products/:product_id/sync(.:format)
735
- apiProductSyncIndexPath: function(_product_id, options) {
736
- return Utils.build_path(["product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
737
- },
738
- // api_products => /api/products(.:format)
739
- apiProductsPath: function(options) {
740
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
741
- },
742
- // api_provider => /api/providers/:id(.:format)
743
- apiProviderPath: function(_id, options) {
744
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
745
- },
746
- // api_provider_sync_index => /api/providers/:provider_id/sync(.:format)
747
- apiProviderSyncIndexPath: function(_provider_id, options) {
748
- return Utils.build_path(["provider_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
749
- },
750
- // api_providers => /api/providers(.:format)
751
- apiProvidersPath: function(options) {
752
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
753
- },
754
- // api_proxy_certificate_serials_path => /api/consumers/:id/certificates/serials(.:format)
755
- apiProxyCertificateSerialsPathPath: function(_id, options) {
756
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"certificates",false]],[7,"/",false]],[6,"serials",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
757
- },
758
- // api_proxy_consumer_certificates_delete_path => /api/consumers/:consumer_id/certificates/:id(.:format)
759
- apiProxyConsumerCertificatesDeletePathPath: function(_consumer_id, _id, options) {
760
- return Utils.build_path(["consumer_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"consumer_id",false]],[7,"/",false]],[6,"certificates",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
761
- },
762
- // api_proxy_consumer_certificates_path => /api/consumers/:id/certificates(.:format)
763
- apiProxyConsumerCertificatesPathPath: function(_id, options) {
764
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"certificates",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
765
- },
766
- // api_proxy_consumer_compliance_path => /api/consumers/:id/compliance(.:format)
767
- apiProxyConsumerCompliancePathPath: function(_id, options) {
768
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"compliance",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
769
- },
770
- // api_proxy_consumer_deletionrecord_delete_path => /api/consumers/:id/deletionrecord(.:format)
771
- apiProxyConsumerDeletionrecordDeletePathPath: function(_id, options) {
772
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"deletionrecord",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
773
- },
774
- // api_proxy_consumer_dryrun_path => /api/consumers/:id/entitlements/dry-run(.:format)
775
- apiProxyConsumerDryrunPathPath: function(_id, options) {
776
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"entitlements",false]],[7,"/",false]],[6,"dry-run",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
777
- },
778
- // api_proxy_consumer_entitlements_delete_path => /api/consumers/:id/entitlements(.:format)
779
- apiProxyConsumerEntitlementsDeletePathPath: function(_id, options) {
780
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"entitlements",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
781
- },
782
- // api_proxy_consumer_entitlements_path => /api/consumers/:id/entitlements(.:format)
783
- apiProxyConsumerEntitlementsPathPath: function(_id, options) {
784
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"entitlements",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
785
- },
786
- // api_proxy_consumer_entitlements_post_path => /api/consumers/:id/entitlements(.:format)
787
- apiProxyConsumerEntitlementsPostPathPath: function(_id, options) {
788
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"entitlements",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
789
- },
790
- // api_proxy_consumer_export_path => /api/consumers/:id/export(.:format)
791
- apiProxyConsumerExportPathPath: function(_id, options) {
792
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"export",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
793
- },
794
- // api_proxy_consumer_owners_path => /api/consumers/:id/owner(.:format)
795
- apiProxyConsumerOwnersPathPath: function(_id, options) {
796
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"owner",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
797
- },
798
- // api_proxy_consumer_releases_path => /api/consumers/:id/release(.:format)
799
- apiProxyConsumerReleasesPathPath: function(_id, options) {
800
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"release",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
801
- },
802
- // api_proxy_deleted_consumers_path => /api/deleted_consumers(.:format)
803
- apiProxyDeletedConsumersPathPath: function(options) {
804
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"deleted_consumers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
805
- },
806
- // api_proxy_entitlements_path => /api/entitlements/:id(.:format)
807
- apiProxyEntitlementsPathPath: function(_id, options) {
808
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"entitlements",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
809
- },
810
- // api_proxy_owner_pools_path => /api/owners/:organization_id/pools(.:format)
811
- apiProxyOwnerPoolsPathPath: function(_organization_id, options) {
812
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"owners",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
813
- },
814
- // api_proxy_owner_servicelevels_path => /api/owners/:organization_id/servicelevels(.:format)
815
- apiProxyOwnerServicelevelsPathPath: function(_organization_id, options) {
816
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"owners",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"servicelevels",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
817
- },
818
- // api_proxy_pools_path => /api/pools(.:format)
819
- apiProxyPoolsPathPath: function(options) {
820
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
821
- },
822
- // api_proxy_subscriptions_post_path => /api/subscriptions(.:format)
823
- apiProxySubscriptionsPostPathPath: function(options) {
824
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
825
- },
826
- // api_repositories => /api/repositories(.:format)
827
- apiRepositoriesPath: function(options) {
828
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
829
- },
830
- // api_repository => /api/repositories/:id(.:format)
831
- apiRepositoryPath: function(_id, options) {
832
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
833
- },
834
- // api_repository_content_upload => /api/repositories/:repository_id/content_uploads/:id(.:format)
835
- apiRepositoryContentUploadPath: function(_repository_id, _id, options) {
836
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"content_uploads",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
837
- },
838
- // api_repository_content_uploads => /api/repositories/:repository_id/content_uploads(.:format)
839
- apiRepositoryContentUploadsPath: function(_repository_id, options) {
840
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"content_uploads",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
841
- },
842
- // api_repository_distribution => /api/repositories/:repository_id/distributions/:id(.:format)
843
- apiRepositoryDistributionPath: function(_repository_id, _id, options) {
844
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"distributions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
845
- },
846
- // api_repository_distributions => /api/repositories/:repository_id/distributions(.:format)
847
- apiRepositoryDistributionsPath: function(_repository_id, options) {
848
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"distributions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
849
- },
850
- // api_repository_errata => /api/repositories/:repository_id/errata(.:format)
851
- apiRepositoryErrataPath: function(_repository_id, options) {
852
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
853
- },
854
- // api_repository_erratum => /api/repositories/:repository_id/errata/:id(.:format)
855
- apiRepositoryErratumPath: function(_repository_id, _id, options) {
856
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
857
- },
858
- // api_repository_package => /api/repositories/:repository_id/packages/:id(.:format)
859
- apiRepositoryPackagePath: function(_repository_id, _id, options) {
860
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
861
- },
862
- // api_repository_packages => /api/repositories/:repository_id/packages(.:format)
863
- apiRepositoryPackagesPath: function(_repository_id, options) {
864
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
865
- },
866
- // api_repository_puppet_module => /api/repositories/:repository_id/puppet_modules/:id(.:format)
867
- apiRepositoryPuppetModulePath: function(_repository_id, _id, options) {
868
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"puppet_modules",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
869
- },
870
- // api_repository_puppet_modules => /api/repositories/:repository_id/puppet_modules(.:format)
871
- apiRepositoryPuppetModulesPath: function(_repository_id, options) {
872
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
873
- },
874
- // api_repository_sync_index => /api/repositories/:repository_id/sync(.:format)
875
- apiRepositorySyncIndexPath: function(_repository_id, options) {
876
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
877
- },
878
- // api_role => /api/roles/:id(.:format)
879
- apiRolePath: function(_id, options) {
880
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
881
- },
882
- // api_role_ldap_group => /api/roles/:role_id/ldap_groups/:id(.:format)
883
- apiRoleLdapGroupPath: function(_role_id, _id, options) {
884
- return Utils.build_path(["role_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"ldap_groups",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
885
- },
886
- // api_role_ldap_groups => /api/roles/:role_id/ldap_groups(.:format)
887
- apiRoleLdapGroupsPath: function(_role_id, options) {
888
- return Utils.build_path(["role_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"ldap_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
889
- },
890
- // api_role_permission => /api/roles/:role_id/permissions/:id(.:format)
891
- apiRolePermissionPath: function(_role_id, _id, options) {
892
- return Utils.build_path(["role_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"permissions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
893
- },
894
- // api_role_permissions => /api/roles/:role_id/permissions(.:format)
895
- apiRolePermissionsPath: function(_role_id, options) {
896
- return Utils.build_path(["role_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"permissions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
897
- },
898
- // api_roles => /api/roles(.:format)
899
- apiRolesPath: function(options) {
900
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
901
- },
902
- // api_show_custom_info => /api/custom_info/:informable_type/:informable_id/*keyname(.:format)
903
- apiShowCustomInfoPath: function(_informable_type, _informable_id, _keyname, options) {
904
- return Utils.build_path(["informable_type","informable_id","keyname"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"custom_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[3,"informable_id",false]],[7,"/",false]],[5,[3,"keyname",false],false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
905
- },
906
- // api_status => /api/status(.:format)
907
- apiStatusPath: function(options) {
908
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
909
- },
910
- // api_status_memory => /api/status/memory(.:format)
911
- apiStatusMemoryPath: function(options) {
912
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"status",false]],[7,"/",false]],[6,"memory",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
913
- },
914
- // api_subscriptions => /api/subscriptions(.:format)
915
- apiSubscriptionsPath: function(options) {
916
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
917
- },
918
- // api_sync_plan => /api/sync_plans/:id(.:format)
919
- apiSyncPlanPath: function(_id, options) {
920
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"sync_plans",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
921
- },
922
- // api_system => /api/systems/:id(.:format)
923
- apiSystemPath: function(_id, options) {
924
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
925
- },
926
- // api_system_erratum => /api/systems/:system_id/errata/:id(.:format)
927
- apiSystemErratumPath: function(_system_id, _id, options) {
928
- return Utils.build_path(["system_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
929
- },
930
- // api_system_group => /api/system_groups/:id(.:format)
931
- apiSystemGroupPath: function(_id, options) {
932
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
933
- },
934
- // api_system_group_errata => /api/system_groups/:system_group_id/errata(.:format)
935
- apiSystemGroupErrataPath: function(_system_group_id, options) {
936
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
937
- },
938
- // api_system_group_packages => /api/system_groups/:system_group_id/packages(.:format)
939
- apiSystemGroupPackagesPath: function(_system_group_id, options) {
940
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
941
- },
942
- // api_system_groups => /api/system_groups(.:format)
943
- apiSystemGroupsPath: function(options) {
944
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
945
- },
946
- // api_system_packages => /api/systems/:system_id/packages(.:format)
947
- apiSystemPackagesPath: function(_system_id, options) {
948
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
949
- },
950
- // api_system_subscription => /api/systems/:system_id/subscriptions/:id(.:format)
951
- apiSystemSubscriptionPath: function(_system_id, _id, options) {
952
- return Utils.build_path(["system_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
953
- },
954
- // api_system_subscriptions => /api/systems/:system_id/subscriptions(.:format)
955
- apiSystemSubscriptionsPath: function(_system_id, options) {
956
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
957
- },
958
- // api_systems => /api/systems(.:format)
959
- apiSystemsPath: function(options) {
960
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
961
- },
962
- // api_task => /api/tasks/:id(.:format)
963
- apiTaskPath: function(_id, options) {
964
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"tasks",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
965
- },
966
- // api_update_custom_info => /api/custom_info/:informable_type/:informable_id/*keyname(.:format)
967
- apiUpdateCustomInfoPath: function(_informable_type, _informable_id, _keyname, options) {
968
- return Utils.build_path(["informable_type","informable_id","keyname"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"custom_info",false]],[7,"/",false]],[3,"informable_type",false]],[7,"/",false]],[3,"informable_id",false]],[7,"/",false]],[5,[3,"keyname",false],false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
969
- },
970
- // api_user => /api/users/:id(.:format)
971
- apiUserPath: function(_id, options) {
972
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
973
- },
974
- // api_user_role => /api/users/:user_id/roles/:id(.:format)
975
- apiUserRolePath: function(_user_id, _id, options) {
976
- return Utils.build_path(["user_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[3,"user_id",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
977
- },
978
- // api_user_roles => /api/users/:user_id/roles(.:format)
979
- apiUserRolesPath: function(_user_id, options) {
980
- return Utils.build_path(["user_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[3,"user_id",false]],[7,"/",false]],[6,"roles",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
981
- },
982
- // api_users => /api/users(.:format)
983
- apiUsersPath: function(options) {
984
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
985
- },
986
- // api_version => /api/version(.:format)
987
- apiVersionPath: function(options) {
988
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"version",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
989
- },
990
- // apipie_apipie => /apidoc(/:version)(/:resource)(/:method)(.:format)
991
- apipieApipiePath: function(options) {
992
- return Utils.build_path([], ["version","resource","method","format"], [2,[2,[2,[2,[2,[7,"/",false],[6,"apidoc",false]],[1,[2,[7,"/",false],[3,"version",false]],false]],[1,[2,[7,"/",false],[3,"resource",false]],false]],[1,[2,[7,"/",false],[3,"method",false]],false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
993
- },
994
- // applied_subscriptions_activation_key => /activation_keys/:id/applied_subscriptions(.:format)
995
- appliedSubscriptionsActivationKeyPath: function(_id, options) {
996
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"applied_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
997
- },
998
- // apply_api_changeset => /api/changesets/:id/apply(.:format)
999
- applyApiChangesetPath: function(_id, options) {
1000
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"apply",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1001
- },
1002
- // apply_api_system_errata => /api/systems/:system_id/errata/apply(.:format)
1003
- applyApiSystemErrataPath: function(_system_id, options) {
1004
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"apply",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1005
- },
1006
- // apply_changeset => /changesets/:id/apply(.:format)
1007
- applyChangesetPath: function(_id, options) {
1008
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"apply",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1009
- },
1010
- // apply_default_info_status_organization => /organizations/:id/apply_default_info_status(.:format)
1011
- applyDefaultInfoStatusOrganizationPath: function(_id, options) {
1012
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"apply_default_info_status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1013
- },
1014
- // authenticate => /authenticate(.:format)
1015
- authenticatePath: function(options) {
1016
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"authenticate",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1017
- },
1018
- // author_auto_complete_puppet_modules => /puppet_modules/author_auto_complete(.:format)
1019
- authorAutoCompletePuppetModulesPath: function(options) {
1020
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"puppet_modules",false]],[7,"/",false]],[6,"author_auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1021
- },
1022
- // auto_complete_content_views => /content_views/auto_complete(.:format)
1023
- autoCompleteContentViewsPath: function(options) {
1024
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_views",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1025
- },
1026
- // auto_complete_distributors => /distributors/auto_complete(.:format)
1027
- autoCompleteDistributorsPath: function(options) {
1028
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1029
- },
1030
- // auto_complete_errata => /errata/auto_complete(.:format)
1031
- autoCompleteErrataPath: function(options) {
1032
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"errata",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1033
- },
1034
- // auto_complete_library_packages => /packages/auto_complete_library(.:format)
1035
- autoCompleteLibraryPackagesPath: function(options) {
1036
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[6,"auto_complete_library",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1037
- },
1038
- // auto_complete_library_repositories => /repositories/auto_complete_library(.:format)
1039
- autoCompleteLibraryRepositoriesPath: function(options) {
1040
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"repositories",false]],[7,"/",false]],[6,"auto_complete_library",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1041
- },
1042
- // auto_complete_nvrea_library_packages => /packages/auto_complete_nvrea_library(.:format)
1043
- autoCompleteNvreaLibraryPackagesPath: function(options) {
1044
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[6,"auto_complete_nvrea_library",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1045
- },
1046
- // auto_complete_packages => /packages/auto_complete(.:format)
1047
- autoCompletePackagesPath: function(options) {
1048
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1049
- },
1050
- // auto_complete_products => /products/auto_complete(.:format)
1051
- autoCompleteProductsPath: function(options) {
1052
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1053
- },
1054
- // auto_complete_puppet_modules => /puppet_modules/auto_complete(.:format)
1055
- autoCompletePuppetModulesPath: function(options) {
1056
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"puppet_modules",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1057
- },
1058
- // auto_complete_search_activation_keys => /activation_keys/auto_complete_search(.:format)
1059
- autoCompleteSearchActivationKeysPath: function(options) {
1060
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1061
- },
1062
- // auto_complete_search_changesets => /changesets/auto_complete_search(.:format)
1063
- autoCompleteSearchChangesetsPath: function(options) {
1064
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1065
- },
1066
- // auto_complete_search_gpg_keys => /gpg_keys/auto_complete_search(.:format)
1067
- autoCompleteSearchGpgKeysPath: function(options) {
1068
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1069
- },
1070
- // auto_complete_search_organizations => /organizations/auto_complete_search(.:format)
1071
- autoCompleteSearchOrganizationsPath: function(options) {
1072
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1073
- },
1074
- // auto_complete_search_providers => /providers/auto_complete_search(.:format)
1075
- autoCompleteSearchProvidersPath: function(options) {
1076
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1077
- },
1078
- // auto_complete_search_roles => /roles/auto_complete_search(.:format)
1079
- autoCompleteSearchRolesPath: function(options) {
1080
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1081
- },
1082
- // auto_complete_search_sync_plans => /sync_plans/auto_complete_search(.:format)
1083
- autoCompleteSearchSyncPlansPath: function(options) {
1084
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_plans",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1085
- },
1086
- // auto_complete_search_users => /users/auto_complete_search(.:format)
1087
- autoCompleteSearchUsersPath: function(options) {
1088
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1089
- },
1090
- // auto_complete_system_groups => /system_groups/auto_complete(.:format)
1091
- autoCompleteSystemGroupsPath: function(options) {
1092
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1093
- },
1094
- // auto_complete_systems => /systems/auto_complete(.:format)
1095
- autoCompleteSystemsPath: function(options) {
1096
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"auto_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1097
- },
1098
- // available_api_system_subscriptions => /api/systems/:system_id/subscriptions/available(.:format)
1099
- availableApiSystemSubscriptionsPath: function(_system_id, options) {
1100
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"subscriptions",false]],[7,"/",false]],[6,"available",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1101
- },
1102
- // available_subscriptions_activation_key => /activation_keys/:id/available_subscriptions(.:format)
1103
- availableSubscriptionsActivationKeyPath: function(_id, options) {
1104
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"available_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1105
- },
1106
- // available_verbs_api_roles => /api/roles/available_verbs(.:format)
1107
- availableVerbsApiRolesPath: function(options) {
1108
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[6,"available_verbs",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1109
- },
1110
- // bulk_add_system_group_systems => /systems/bulk_add_system_group(.:format)
1111
- bulkAddSystemGroupSystemsPath: function(options) {
1112
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_add_system_group",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1113
- },
1114
- // bulk_content_install_systems => /systems/bulk_content_install(.:format)
1115
- bulkContentInstallSystemsPath: function(options) {
1116
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_content_install",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1117
- },
1118
- // bulk_content_remove_systems => /systems/bulk_content_remove(.:format)
1119
- bulkContentRemoveSystemsPath: function(options) {
1120
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_content_remove",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1121
- },
1122
- // bulk_content_update_systems => /systems/bulk_content_update(.:format)
1123
- bulkContentUpdateSystemsPath: function(options) {
1124
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_content_update",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1125
- },
1126
- // bulk_destroy_distributors => /distributors/bulk_destroy(.:format)
1127
- bulkDestroyDistributorsPath: function(options) {
1128
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"bulk_destroy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1129
- },
1130
- // bulk_destroy_systems => /systems/bulk_destroy(.:format)
1131
- bulkDestroySystemsPath: function(options) {
1132
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_destroy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1133
- },
1134
- // bulk_errata_install_systems => /systems/bulk_errata_install(.:format)
1135
- bulkErrataInstallSystemsPath: function(options) {
1136
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_errata_install",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1137
- },
1138
- // bulk_remove_system_group_systems => /systems/bulk_remove_system_group(.:format)
1139
- bulkRemoveSystemGroupSystemsPath: function(options) {
1140
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"bulk_remove_system_group",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1141
- },
1142
- // cancel_discovery_provider => /providers/:id/cancel_discovery(.:format)
1143
- cancelDiscoveryProviderPath: function(_id, options) {
1144
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"cancel_discovery",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1145
- },
1146
- // cancel_repo_discover_api_organization => /api/organizations/:id/cancel_repo_discover(.:format)
1147
- cancelRepoDiscoverApiOrganizationPath: function(_id, options) {
1148
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"cancel_repo_discover",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1149
- },
1150
- // changelog_package => /packages/:id/changelog(.:format)
1151
- changelogPackagePath: function(_id, options) {
1152
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"changelog",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1153
- },
1154
- // changeset => /changesets/:id(.:format)
1155
- changesetPath: function(_id, options) {
1156
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1157
- },
1158
- // changesets => /changesets(.:format)
1159
- changesetsPath: function(options) {
1160
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"changesets",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1161
- },
1162
- // checkin_api_system => /api/systems/:id/checkin(.:format)
1163
- checkinApiSystemPath: function(_id, options) {
1164
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"checkin",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1165
- },
1166
- // clear_helptips_user => /users/:id/clear_helptips(.:format)
1167
- clearHelptipsUserPath: function(_id, options) {
1168
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"clear_helptips",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1169
- },
1170
- // clone_api_content_view_definition => /api/content_view_definitions/:id/clone(.:format)
1171
- cloneApiContentViewDefinitionPath: function(_id, options) {
1172
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"clone",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1173
- },
1174
- // clone_api_organization_content_view_definition => /api/organizations/:organization_id/content_view_definitions/:id/clone(.:format)
1175
- cloneApiOrganizationContentViewDefinitionPath: function(_organization_id, _id, options) {
1176
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"clone",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1177
- },
1178
- // clone_content_view_definition => /content_view_definitions/:id/clone(.:format)
1179
- cloneContentViewDefinitionPath: function(_id, options) {
1180
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"clone",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1181
- },
1182
- // consumers_subscription => /subscriptions/:id/consumers(.:format)
1183
- consumersSubscriptionPath: function(_id, options) {
1184
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"consumers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1185
- },
1186
- // content_api_gpg_key => /api/gpg_keys/:id/content(.:format)
1187
- contentApiGpgKeyPath: function(_id, options) {
1188
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"gpg_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1189
- },
1190
- // content_content_view_definition => /content_view_definitions/:id/content(.:format)
1191
- contentContentViewDefinitionPath: function(_id, options) {
1192
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1193
- },
1194
- // content_organization_environment_content_view_version => /organizations/:organization_id/environments/:environment_id/content_view_versions/:id/content(.:format)
1195
- contentOrganizationEnvironmentContentViewVersionPath: function(_organization_id, _environment_id, _id, options) {
1196
- return Utils.build_path(["organization_id","environment_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"content_view_versions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1197
- },
1198
- // content_search => /content_search/:id(.:format)
1199
- contentSearchPath: function(_id, options) {
1200
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1201
- },
1202
- // content_search_index => /content_search(.:format)
1203
- contentSearchIndexPath: function(options) {
1204
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"content_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1205
- },
1206
- // content_view => /content_views/:id(.:format)
1207
- contentViewPath: function(_id, options) {
1208
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1209
- },
1210
- // content_view_definition => /content_view_definitions/:id(.:format)
1211
- contentViewDefinitionPath: function(_id, options) {
1212
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1213
- },
1214
- // content_view_definition_content_view => /content_view_definitions/:content_view_definition_id/content_views/:id(.:format)
1215
- contentViewDefinitionContentViewPath: function(_content_view_definition_id, _id, options) {
1216
- return Utils.build_path(["content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1217
- },
1218
- // content_view_definition_filter => /content_view_definitions/:content_view_definition_id/filters/:id(.:format)
1219
- contentViewDefinitionFilterPath: function(_content_view_definition_id, _id, options) {
1220
- return Utils.build_path(["content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1221
- },
1222
- // content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id(.:format)
1223
- contentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1224
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1225
- },
1226
- // content_view_definition_filter_rules => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules(.:format)
1227
- contentViewDefinitionFilterRulesPath: function(_content_view_definition_id, _filter_id, options) {
1228
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1229
- },
1230
- // content_view_definition_filters => /content_view_definitions/:content_view_definition_id/filters(.:format)
1231
- contentViewDefinitionFiltersPath: function(_content_view_definition_id, options) {
1232
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1233
- },
1234
- // content_view_definitions => /content_view_definitions(.:format)
1235
- contentViewDefinitionsPath: function(options) {
1236
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"content_view_definitions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1237
- },
1238
- // content_views => /content_views(.:format)
1239
- contentViewsPath: function(options) {
1240
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1241
- },
1242
- // content_views_api_content_view_definition => /api/content_view_definitions/:id/content_views(.:format)
1243
- contentViewsApiContentViewDefinitionPath: function(_id, options) {
1244
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1245
- },
1246
- // content_views_dashboard_index => /dashboard/content_views(.:format)
1247
- contentViewsDashboardIndexPath: function(options) {
1248
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1249
- },
1250
- // content_views_environment => /environments/:id/content_views(.:format)
1251
- contentViewsEnvironmentPath: function(_id, options) {
1252
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1253
- },
1254
- // content_views_organization_environment => /organizations/:organization_id/environments/:id/content_views(.:format)
1255
- contentViewsOrganizationEnvironmentPath: function(_organization_id, _id, options) {
1256
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1257
- },
1258
- // content_views_promotion => /promotions/:id/content_views(.:format)
1259
- contentViewsPromotionPath: function(_id, options) {
1260
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"promotions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"content_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1261
- },
1262
- // copy_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/copy(.:format)
1263
- copyApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
1264
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"copy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1265
- },
1266
- // copy_api_system_group => /api/system_groups/:id/copy(.:format)
1267
- copyApiSystemGroupPath: function(_id, options) {
1268
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"copy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1269
- },
1270
- // copy_system_group => /system_groups/:id/copy(.:format)
1271
- copySystemGroupPath: function(_id, options) {
1272
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"copy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1273
- },
1274
- // create_role_ldap_groups => /roles/:role_id/ldap_groups(.:format)
1275
- createRoleLdapGroupsPath: function(_role_id, options) {
1276
- return Utils.build_path(["role_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"ldap_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1277
- },
1278
- // custom_info_distributor => /distributors/:id/custom_info(.:format)
1279
- customInfoDistributorPath: function(_id, options) {
1280
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"custom_info",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1281
- },
1282
- // custom_info_system => /systems/:id/custom_info(.:format)
1283
- customInfoSystemPath: function(_id, options) {
1284
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"custom_info",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1285
- },
1286
- // dashboard_index => /dashboard(.:format)
1287
- dashboardIndexPath: function(options) {
1288
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"dashboard",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1289
- },
1290
- // default_label_content_view_definitions => /content_view_definitions/default_label(.:format)
1291
- defaultLabelContentViewDefinitionsPath: function(options) {
1292
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[6,"default_label",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1293
- },
1294
- // default_label_organization_environments => /organizations/:organization_id/environments/default_label(.:format)
1295
- defaultLabelOrganizationEnvironmentsPath: function(_organization_id, options) {
1296
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[6,"default_label",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1297
- },
1298
- // default_label_organizations => /organizations/default_label(.:format)
1299
- defaultLabelOrganizationsPath: function(options) {
1300
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[6,"default_label",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1301
- },
1302
- // default_label_provider_product_repositories => /providers/:provider_id/products/:product_id/repositories/default_label(.:format)
1303
- defaultLabelProviderProductRepositoriesPath: function(_provider_id, _product_id, options) {
1304
- return Utils.build_path(["provider_id","product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[6,"default_label",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1305
- },
1306
- // default_label_provider_products => /providers/:provider_id/products/default_label(.:format)
1307
- defaultLabelProviderProductsPath: function(_provider_id, options) {
1308
- return Utils.build_path(["provider_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[6,"default_label",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1309
- },
1310
- // delete_manifest_api_provider => /api/providers/:id/delete_manifest(.:format)
1311
- deleteManifestApiProviderPath: function(_id, options) {
1312
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"delete_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1313
- },
1314
- // delete_manifest_subscriptions => /subscriptions/delete_manifest(.:format)
1315
- deleteManifestSubscriptionsPath: function(options) {
1316
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"delete_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1317
- },
1318
- // dependencies_changeset => /changesets/:id/dependencies(.:format)
1319
- dependenciesChangesetPath: function(_id, options) {
1320
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"dependencies",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1321
- },
1322
- // dependencies_package => /packages/:id/dependencies(.:format)
1323
- dependenciesPackagePath: function(_id, options) {
1324
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"dependencies",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1325
- },
1326
- // destroy_api_systems => /api/systems/destroy(.:format)
1327
- destroyApiSystemsPath: function(options) {
1328
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"destroy",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1329
- },
1330
- // destroy_favorite_search_index => /search/favorite/:id(.:format)
1331
- destroyFavoriteSearchIndexPath: function(_id, options) {
1332
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"search",false]],[7,"/",false]],[6,"favorite",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1333
- },
1334
- // destroy_filters_content_view_definition_filters => /content_view_definitions/:content_view_definition_id/filters/destroy_filters(.:format)
1335
- destroyFiltersContentViewDefinitionFiltersPath: function(_content_view_definition_id, options) {
1336
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[6,"destroy_filters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1337
- },
1338
- // destroy_parameters_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/destroy_parameters(.:format)
1339
- destroyParametersContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1340
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"destroy_parameters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1341
- },
1342
- // destroy_role_ldap_group => /roles/:role_id/ldap_groups/:id(.:format)
1343
- destroyRoleLdapGroupPath: function(_role_id, _id, options) {
1344
- return Utils.build_path(["role_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"ldap_groups",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1345
- },
1346
- // destroy_rules_content_view_definition_filter_rules => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/destroy_rules(.:format)
1347
- destroyRulesContentViewDefinitionFilterRulesPath: function(_content_view_definition_id, _filter_id, options) {
1348
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[6,"destroy_rules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1349
- },
1350
- // destroy_systems_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/destroy_systems(.:format)
1351
- destroySystemsApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
1352
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"destroy_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1353
- },
1354
- // destroy_systems_api_system_group => /api/system_groups/:id/destroy_systems(.:format)
1355
- destroySystemsApiSystemGroupPath: function(_id, options) {
1356
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"destroy_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1357
- },
1358
- // destroy_systems_system_group => /system_groups/:id/destroy_systems(.:format)
1359
- destroySystemsSystemGroupPath: function(_id, options) {
1360
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"destroy_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1361
- },
1362
- // details_package => /packages/:id/details(.:format)
1363
- detailsPackagePath: function(_id, options) {
1364
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"details",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1365
- },
1366
- // details_promotion => /promotions/:id/details(.:format)
1367
- detailsPromotionPath: function(_id, options) {
1368
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"promotions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"details",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1369
- },
1370
- // disable_api_organization_product_repository_set => /api/organizations/:organization_id/products/:product_id/repository_sets/:id/disable(.:format)
1371
- disableApiOrganizationProductRepositorySetPath: function(_organization_id, _product_id, _id, options) {
1372
- return Utils.build_path(["organization_id","product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"disable",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1373
- },
1374
- // disable_api_product_repository_set => /api/products/:product_id/repository_sets/:id/disable(.:format)
1375
- disableApiProductRepositorySetPath: function(_product_id, _id, options) {
1376
- return Utils.build_path(["product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"disable",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1377
- },
1378
- // disable_content_product => /products/:id/disable_content(.:format)
1379
- disableContentProductPath: function(_id, options) {
1380
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"disable_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1381
- },
1382
- // disable_helptip_users => /users/disable_helptip(.:format)
1383
- disableHelptipUsersPath: function(options) {
1384
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[6,"disable_helptip",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1385
- },
1386
- // discover_provider => /providers/:id/discover(.:format)
1387
- discoverProviderPath: function(_id, options) {
1388
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"discover",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1389
- },
1390
- // discovered_repos_provider => /providers/:id/discovered_repos(.:format)
1391
- discoveredReposProviderPath: function(_id, options) {
1392
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"discovered_repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1393
- },
1394
- // discovery_api_provider => /api/providers/:id/discovery(.:format)
1395
- discoveryApiProviderPath: function(_id, options) {
1396
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"discovery",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1397
- },
1398
- // distributor => /distributors/:id(.:format)
1399
- distributorPath: function(_id, options) {
1400
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1401
- },
1402
- // distributor_event => /distributors/:distributor_id/events/:id(.:format)
1403
- distributorEventPath: function(_distributor_id, _id, options) {
1404
- return Utils.build_path(["distributor_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1405
- },
1406
- // distributor_events => /distributors/:distributor_id/events(.:format)
1407
- distributorEventsPath: function(_distributor_id, options) {
1408
- return Utils.build_path(["distributor_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1409
- },
1410
- // distributors => /distributors(.:format)
1411
- distributorsPath: function(options) {
1412
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"distributors",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1413
- },
1414
- // download_debug_certificate_organization => /organizations/:id/download_debug_certificate(.:format)
1415
- downloadDebugCertificateOrganizationPath: function(_id, options) {
1416
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"download_debug_certificate",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1417
- },
1418
- // download_distributor => /distributors/:id/download(.:format)
1419
- downloadDistributorPath: function(_id, options) {
1420
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"download",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1421
- },
1422
- // edit_activation_key => /activation_keys/:id/edit(.:format)
1423
- editActivationKeyPath: function(_id, options) {
1424
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1425
- },
1426
- // edit_api_activation_key => /api/activation_keys/:id/edit(.:format)
1427
- editApiActivationKeyPath: function(_id, options) {
1428
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1429
- },
1430
- // edit_api_changeset_content_view => /api/changesets/:changeset_id/content_views/:id/edit(.:format)
1431
- editApiChangesetContentViewPath: function(_changeset_id, _id, options) {
1432
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1433
- },
1434
- // edit_api_changeset_distribution => /api/changesets/:changeset_id/distributions/:id/edit(.:format)
1435
- editApiChangesetDistributionPath: function(_changeset_id, _id, options) {
1436
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"distributions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1437
- },
1438
- // edit_api_changeset_erratum => /api/changesets/:changeset_id/errata/:id/edit(.:format)
1439
- editApiChangesetErratumPath: function(_changeset_id, _id, options) {
1440
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1441
- },
1442
- // edit_api_changeset_package => /api/changesets/:changeset_id/packages/:id/edit(.:format)
1443
- editApiChangesetPackagePath: function(_changeset_id, _id, options) {
1444
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1445
- },
1446
- // edit_api_changeset_product => /api/changesets/:changeset_id/products/:id/edit(.:format)
1447
- editApiChangesetProductPath: function(_changeset_id, _id, options) {
1448
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1449
- },
1450
- // edit_api_changeset_repository => /api/changesets/:changeset_id/repositories/:id/edit(.:format)
1451
- editApiChangesetRepositoryPath: function(_changeset_id, _id, options) {
1452
- return Utils.build_path(["changeset_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1453
- },
1454
- // edit_api_consumer => /api/consumers/:id/edit(.:format)
1455
- editApiConsumerPath: function(_id, options) {
1456
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1457
- },
1458
- // edit_api_node => /api/nodes/:id/edit(.:format)
1459
- editApiNodePath: function(_id, options) {
1460
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1461
- },
1462
- // edit_api_node_capability => /api/nodes/:node_id/capabilities/:id/edit(.:format)
1463
- editApiNodeCapabilityPath: function(_node_id, _id, options) {
1464
- return Utils.build_path(["node_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"node_id",false]],[7,"/",false]],[6,"capabilities",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1465
- },
1466
- // edit_api_organization => /api/organizations/:id/edit(.:format)
1467
- editApiOrganizationPath: function(_id, options) {
1468
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1469
- },
1470
- // edit_api_organization_content_view_definition => /api/organizations/:organization_id/content_view_definitions/:id/edit(.:format)
1471
- editApiOrganizationContentViewDefinitionPath: function(_organization_id, _id, options) {
1472
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1473
- },
1474
- // edit_api_organization_environment => /api/organizations/:organization_id/environments/:id/edit(.:format)
1475
- editApiOrganizationEnvironmentPath: function(_organization_id, _id, options) {
1476
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1477
- },
1478
- // edit_api_organization_sync_plan => /api/organizations/:organization_id/sync_plans/:id/edit(.:format)
1479
- editApiOrganizationSyncPlanPath: function(_organization_id, _id, options) {
1480
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"sync_plans",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1481
- },
1482
- // edit_api_organization_system_group_packages => /api/organizations/:organization_id/system_groups/:system_group_id/packages/edit(.:format)
1483
- editApiOrganizationSystemGroupPackagesPath: function(_organization_id, _system_group_id, options) {
1484
- return Utils.build_path(["organization_id","system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1485
- },
1486
- // edit_api_provider => /api/providers/:id/edit(.:format)
1487
- editApiProviderPath: function(_id, options) {
1488
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1489
- },
1490
- // edit_api_repository_package => /api/repositories/:repository_id/packages/:id/edit(.:format)
1491
- editApiRepositoryPackagePath: function(_repository_id, _id, options) {
1492
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1493
- },
1494
- // edit_api_role => /api/roles/:id/edit(.:format)
1495
- editApiRolePath: function(_id, options) {
1496
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1497
- },
1498
- // edit_api_system_group_packages => /api/system_groups/:system_group_id/packages/edit(.:format)
1499
- editApiSystemGroupPackagesPath: function(_system_group_id, options) {
1500
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1501
- },
1502
- // edit_api_system_packages => /api/systems/:system_id/packages/edit(.:format)
1503
- editApiSystemPackagesPath: function(_system_id, options) {
1504
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1505
- },
1506
- // edit_api_user => /api/users/:id/edit(.:format)
1507
- editApiUserPath: function(_id, options) {
1508
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1509
- },
1510
- // edit_changeset => /changesets/:id/edit(.:format)
1511
- editChangesetPath: function(_id, options) {
1512
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1513
- },
1514
- // edit_content_search => /content_search/:id/edit(.:format)
1515
- editContentSearchPath: function(_id, options) {
1516
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1517
- },
1518
- // edit_content_view => /content_views/:id/edit(.:format)
1519
- editContentViewPath: function(_id, options) {
1520
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1521
- },
1522
- // edit_content_view_definition => /content_view_definitions/:id/edit(.:format)
1523
- editContentViewDefinitionPath: function(_id, options) {
1524
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1525
- },
1526
- // edit_content_view_definition_filter => /content_view_definitions/:content_view_definition_id/filters/:id/edit(.:format)
1527
- editContentViewDefinitionFilterPath: function(_content_view_definition_id, _id, options) {
1528
- return Utils.build_path(["content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1529
- },
1530
- // edit_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/edit(.:format)
1531
- editContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1532
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1533
- },
1534
- // edit_date_type_parameters_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/edit_date_type_parameters(.:format)
1535
- editDateTypeParametersContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1536
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit_date_type_parameters",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1537
- },
1538
- // edit_distributor => /distributors/:id/edit(.:format)
1539
- editDistributorPath: function(_id, options) {
1540
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1541
- },
1542
- // edit_environment => /environments/:id/edit(.:format)
1543
- editEnvironmentPath: function(_id, options) {
1544
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1545
- },
1546
- // edit_environment_user => /users/:id/edit_environment(.:format)
1547
- editEnvironmentUserPath: function(_id, options) {
1548
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit_environment",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1549
- },
1550
- // edit_gpg_key => /gpg_keys/:id/edit(.:format)
1551
- editGpgKeyPath: function(_id, options) {
1552
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1553
- },
1554
- // edit_inclusion_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/edit_inclusion(.:format)
1555
- editInclusionContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1556
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit_inclusion",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1557
- },
1558
- // edit_manifest_subscriptions => /subscriptions/edit_manifest(.:format)
1559
- editManifestSubscriptionsPath: function(options) {
1560
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"edit_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1561
- },
1562
- // edit_organization => /organizations/:id/edit(.:format)
1563
- editOrganizationPath: function(_id, options) {
1564
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1565
- },
1566
- // edit_organization_environment => /organizations/:organization_id/environments/:id/edit(.:format)
1567
- editOrganizationEnvironmentPath: function(_organization_id, _id, options) {
1568
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1569
- },
1570
- // edit_parameter_list_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/edit_parameter_list(.:format)
1571
- editParameterListContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
1572
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit_parameter_list",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1573
- },
1574
- // edit_product => /products/:id/edit(.:format)
1575
- editProductPath: function(_id, options) {
1576
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1577
- },
1578
- // edit_provider => /providers/:id/edit(.:format)
1579
- editProviderPath: function(_id, options) {
1580
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1581
- },
1582
- // edit_provider_product => /providers/:provider_id/products/:id/edit(.:format)
1583
- editProviderProductPath: function(_provider_id, _id, options) {
1584
- return Utils.build_path(["provider_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1585
- },
1586
- // edit_provider_product_repository => /providers/:provider_id/products/:product_id/repositories/:id/edit(.:format)
1587
- editProviderProductRepositoryPath: function(_provider_id, _product_id, _id, options) {
1588
- return Utils.build_path(["provider_id","product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1589
- },
1590
- // edit_repository => /repositories/:id/edit(.:format)
1591
- editRepositoryPath: function(_id, options) {
1592
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1593
- },
1594
- // edit_role => /roles/:id/edit(.:format)
1595
- editRolePath: function(_id, options) {
1596
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1597
- },
1598
- // edit_subscription => /subscriptions/:id/edit(.:format)
1599
- editSubscriptionPath: function(_id, options) {
1600
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1601
- },
1602
- // edit_sync_plan => /sync_plans/:id/edit(.:format)
1603
- editSyncPlanPath: function(_id, options) {
1604
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"sync_plans",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1605
- },
1606
- // edit_system => /systems/:id/edit(.:format)
1607
- editSystemPath: function(_id, options) {
1608
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1609
- },
1610
- // edit_system_group => /system_groups/:id/edit(.:format)
1611
- editSystemGroupPath: function(_id, options) {
1612
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1613
- },
1614
- // edit_systems_system_group => /system_groups/:id/edit_systems(.:format)
1615
- editSystemsSystemGroupPath: function(_id, options) {
1616
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1617
- },
1618
- // edit_user => /users/:id/edit(.:format)
1619
- editUserPath: function(_id, options) {
1620
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"edit",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1621
- },
1622
- // enable_api_organization_product_repository_set => /api/organizations/:organization_id/products/:product_id/repository_sets/:id/enable(.:format)
1623
- enableApiOrganizationProductRepositorySetPath: function(_organization_id, _product_id, _id, options) {
1624
- return Utils.build_path(["organization_id","product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"enable",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1625
- },
1626
- // enable_api_product_repository_set => /api/products/:product_id/repository_sets/:id/enable(.:format)
1627
- enableApiProductRepositorySetPath: function(_product_id, _id, options) {
1628
- return Utils.build_path(["product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repository_sets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"enable",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1629
- },
1630
- // enable_api_repository => /api/repositories/:id/enable(.:format)
1631
- enableApiRepositoryPath: function(_id, options) {
1632
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"enable",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1633
- },
1634
- // enable_helptip_users => /users/enable_helptip(.:format)
1635
- enableHelptipUsersPath: function(options) {
1636
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[6,"enable_helptip",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1637
- },
1638
- // enable_repo => /repositories/:id/enable_repo(.:format)
1639
- enableRepoPath: function(_id, options) {
1640
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"enable_repo",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1641
- },
1642
- // enabled_repos_api_system => /api/systems/:id/enabled_repos(.:format)
1643
- enabledReposApiSystemPath: function(_id, options) {
1644
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"enabled_repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1645
- },
1646
- // env_items_distributors => /distributors/env_items(.:format)
1647
- envItemsDistributorsPath: function(options) {
1648
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"env_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1649
- },
1650
- // env_items_systems => /systems/env_items(.:format)
1651
- envItemsSystemsPath: function(options) {
1652
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"env_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1653
- },
1654
- // environment => /environments/:id(.:format)
1655
- environmentPath: function(_id, options) {
1656
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1657
- },
1658
- // environments => /environments(.:format)
1659
- environmentsPath: function(options) {
1660
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"environments",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1661
- },
1662
- // environments_distributors => /distributors/environments(.:format)
1663
- environmentsDistributorsPath: function(options) {
1664
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"environments",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1665
- },
1666
- // environments_partial_organization => /organizations/:id/environments_partial(.:format)
1667
- environmentsPartialOrganizationPath: function(_id, options) {
1668
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"environments_partial",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1669
- },
1670
- // environments_systems => /systems/environments(.:format)
1671
- environmentsSystemsPath: function(options) {
1672
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"environments",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1673
- },
1674
- // errata_api_system => /api/systems/:id/errata(.:format)
1675
- errataApiSystemPath: function(_id, options) {
1676
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1677
- },
1678
- // errata_content_search_index => /content_search/errata(.:format)
1679
- errataContentSearchIndexPath: function(options) {
1680
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1681
- },
1682
- // errata_dashboard_index => /dashboard/errata(.:format)
1683
- errataDashboardIndexPath: function(options) {
1684
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1685
- },
1686
- // errata_items_content_search_index => /content_search/errata_items(.:format)
1687
- errataItemsContentSearchIndexPath: function(options) {
1688
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"errata_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1689
- },
1690
- // erratum => /errata/:id(.:format)
1691
- erratumPath: function(_id, options) {
1692
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1693
- },
1694
- // events_organization => /organizations/:id/events(.:format)
1695
- eventsOrganizationPath: function(_id, options) {
1696
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1697
- },
1698
- // export_api_distributor => /api/distributors/:id/export(.:format)
1699
- exportApiDistributorPath: function(_id, options) {
1700
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"export",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1701
- },
1702
- // facts_system => /systems/:id/facts(.:format)
1703
- factsSystemPath: function(_id, options) {
1704
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"facts",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1705
- },
1706
- // favorite_search_index => /search/favorite(.:format)
1707
- favoriteSearchIndexPath: function(options) {
1708
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"search",false]],[7,"/",false]],[6,"favorite",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1709
- },
1710
- // file_api_repository_content_uploads => /api/repositories/:repository_id/content_uploads/file(.:format)
1711
- fileApiRepositoryContentUploadsPath: function(_repository_id, options) {
1712
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"content_uploads",false]],[7,"/",false]],[6,"file",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1713
- },
1714
- // filelist_package => /packages/:id/filelist(.:format)
1715
- filelistPackagePath: function(_id, options) {
1716
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"filelist",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1717
- },
1718
- // gpg_key => /gpg_keys/:id(.:format)
1719
- gpgKeyPath: function(_id, options) {
1720
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1721
- },
1722
- // gpg_key_content_api_repository => /api/repositories/:id/gpg_key_content(.:format)
1723
- gpgKeyContentApiRepositoryPath: function(_id, options) {
1724
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"gpg_key_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1725
- },
1726
- // gpg_keys => /gpg_keys(.:format)
1727
- gpgKeysPath: function(options) {
1728
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"gpg_keys",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1729
- },
1730
- // history_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/history(.:format)
1731
- historyApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
1732
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"history",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1733
- },
1734
- // history_api_system_group => /api/system_groups/:id/history(.:format)
1735
- historyApiSystemGroupPath: function(_id, options) {
1736
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"history",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1737
- },
1738
- // history_items_subscriptions => /subscriptions/history_items(.:format)
1739
- historyItemsSubscriptionsPath: function(options) {
1740
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"history_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1741
- },
1742
- // history_search_index => /search/history(.:format)
1743
- historySearchIndexPath: function(options) {
1744
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"search",false]],[7,"/",false]],[6,"history",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1745
- },
1746
- // history_subscriptions => /subscriptions/history(.:format)
1747
- historySubscriptionsPath: function(options) {
1748
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"history",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1749
- },
1750
- // import_into_repo_api_repository_content_uploads => /api/repositories/:repository_id/content_uploads/import_into_repo(.:format)
1751
- importIntoRepoApiRepositoryContentUploadsPath: function(_repository_id, options) {
1752
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"content_uploads",false]],[7,"/",false]],[6,"import_into_repo",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1753
- },
1754
- // import_manifest_api_provider => /api/providers/:id/import_manifest(.:format)
1755
- importManifestApiProviderPath: function(_id, options) {
1756
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"import_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1757
- },
1758
- // import_products_api_provider => /api/providers/:id/import_products(.:format)
1759
- importProductsApiProviderPath: function(_id, options) {
1760
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"import_products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1761
- },
1762
- // install_api_system_packages => /api/systems/:system_id/packages/install(.:format)
1763
- installApiSystemPackagesPath: function(_system_id, options) {
1764
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"install",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1765
- },
1766
- // install_content_api_systems => /api/systems/install_content(.:format)
1767
- installContentApiSystemsPath: function(options) {
1768
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"install_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1769
- },
1770
- // install_system_errata => /systems/:system_id/errata/install(.:format)
1771
- installSystemErrataPath: function(_system_id, options) {
1772
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"install",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1773
- },
1774
- // install_system_group_errata => /system_groups/:system_group_id/errata/install(.:format)
1775
- installSystemGroupErrataPath: function(_system_group_id, options) {
1776
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"install",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1777
- },
1778
- // items_activation_keys => /activation_keys/items(.:format)
1779
- itemsActivationKeysPath: function(options) {
1780
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1781
- },
1782
- // items_changesets => /changesets/items(.:format)
1783
- itemsChangesetsPath: function(options) {
1784
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1785
- },
1786
- // items_content_view_definitions => /content_view_definitions/items(.:format)
1787
- itemsContentViewDefinitionsPath: function(options) {
1788
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1789
- },
1790
- // items_distributor_events => /distributors/:distributor_id/events/items(.:format)
1791
- itemsDistributorEventsPath: function(_distributor_id, options) {
1792
- return Utils.build_path(["distributor_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1793
- },
1794
- // items_distributors => /distributors/items(.:format)
1795
- itemsDistributorsPath: function(options) {
1796
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1797
- },
1798
- // items_gpg_keys => /gpg_keys/items(.:format)
1799
- itemsGpgKeysPath: function(options) {
1800
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1801
- },
1802
- // items_organizations => /organizations/items(.:format)
1803
- itemsOrganizationsPath: function(options) {
1804
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1805
- },
1806
- // items_providers => /providers/items(.:format)
1807
- itemsProvidersPath: function(options) {
1808
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1809
- },
1810
- // items_roles => /roles/items(.:format)
1811
- itemsRolesPath: function(options) {
1812
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1813
- },
1814
- // items_subscriptions => /subscriptions/items(.:format)
1815
- itemsSubscriptionsPath: function(options) {
1816
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1817
- },
1818
- // items_sync_plans => /sync_plans/items(.:format)
1819
- itemsSyncPlansPath: function(options) {
1820
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_plans",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1821
- },
1822
- // items_system_errata => /systems/:system_id/errata/items(.:format)
1823
- itemsSystemErrataPath: function(_system_id, options) {
1824
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1825
- },
1826
- // items_system_events => /systems/:system_id/events/items(.:format)
1827
- itemsSystemEventsPath: function(_system_id, options) {
1828
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1829
- },
1830
- // items_system_group_errata => /system_groups/:system_group_id/errata/items(.:format)
1831
- itemsSystemGroupErrataPath: function(_system_group_id, options) {
1832
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1833
- },
1834
- // items_system_group_events => /system_groups/:system_group_id/events/items(.:format)
1835
- itemsSystemGroupEventsPath: function(_system_group_id, options) {
1836
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1837
- },
1838
- // items_system_groups => /system_groups/items(.:format)
1839
- itemsSystemGroupsPath: function(options) {
1840
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1841
- },
1842
- // items_systems => /systems/items(.:format)
1843
- itemsSystemsPath: function(options) {
1844
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1845
- },
1846
- // items_users => /users/items(.:format)
1847
- itemsUsersPath: function(options) {
1848
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[6,"items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1849
- },
1850
- // list_changesets => /changesets/list(.:format)
1851
- listChangesetsPath: function(options) {
1852
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[6,"list",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1853
- },
1854
- // manifest_progress_provider => /providers/:id/manifest_progress(.:format)
1855
- manifestProgressProviderPath: function(_id, options) {
1856
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"manifest_progress",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1857
- },
1858
- // more_events_distributor_events => /distributors/:distributor_id/events/more_events(.:format)
1859
- moreEventsDistributorEventsPath: function(_distributor_id, options) {
1860
- return Utils.build_path(["distributor_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"more_events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1861
- },
1862
- // more_events_system_events => /systems/:system_id/events/more_events(.:format)
1863
- moreEventsSystemEventsPath: function(_system_id, options) {
1864
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"more_events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1865
- },
1866
- // more_items_system_group_events => /system_groups/:system_group_id/events/more_items(.:format)
1867
- moreItemsSystemGroupEventsPath: function(_system_group_id, options) {
1868
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"more_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1869
- },
1870
- // more_packages_system_system_packages => /systems/:system_id/system_packages/more_packages(.:format)
1871
- morePackagesSystemSystemPackagesPath: function(_system_id, options) {
1872
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[7,"/",false]],[6,"more_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1873
- },
1874
- // more_products_distributor => /distributors/:id/more_products(.:format)
1875
- moreProductsDistributorPath: function(_id, options) {
1876
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"more_products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1877
- },
1878
- // more_products_system => /systems/:id/more_products(.:format)
1879
- moreProductsSystemPath: function(_id, options) {
1880
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"more_products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1881
- },
1882
- // name_changeset => /changesets/:id/name(.:format)
1883
- nameChangesetPath: function(_id, options) {
1884
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"name",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1885
- },
1886
- // new_activation_key => /activation_keys/new(.:format)
1887
- newActivationKeyPath: function(options) {
1888
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1889
- },
1890
- // new_api_activation_key => /api/activation_keys/new(.:format)
1891
- newApiActivationKeyPath: function(options) {
1892
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1893
- },
1894
- // new_api_changeset_content_view => /api/changesets/:changeset_id/content_views/new(.:format)
1895
- newApiChangesetContentViewPath: function(_changeset_id, options) {
1896
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1897
- },
1898
- // new_api_changeset_distribution => /api/changesets/:changeset_id/distributions/new(.:format)
1899
- newApiChangesetDistributionPath: function(_changeset_id, options) {
1900
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"distributions",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1901
- },
1902
- // new_api_changeset_erratum => /api/changesets/:changeset_id/errata/new(.:format)
1903
- newApiChangesetErratumPath: function(_changeset_id, options) {
1904
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1905
- },
1906
- // new_api_changeset_package => /api/changesets/:changeset_id/packages/new(.:format)
1907
- newApiChangesetPackagePath: function(_changeset_id, options) {
1908
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1909
- },
1910
- // new_api_changeset_product => /api/changesets/:changeset_id/products/new(.:format)
1911
- newApiChangesetProductPath: function(_changeset_id, options) {
1912
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1913
- },
1914
- // new_api_changeset_repository => /api/changesets/:changeset_id/repositories/new(.:format)
1915
- newApiChangesetRepositoryPath: function(_changeset_id, options) {
1916
- return Utils.build_path(["changeset_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"changeset_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1917
- },
1918
- // new_api_consumer => /api/consumers/new(.:format)
1919
- newApiConsumerPath: function(options) {
1920
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"consumers",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1921
- },
1922
- // new_api_node => /api/nodes/new(.:format)
1923
- newApiNodePath: function(options) {
1924
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1925
- },
1926
- // new_api_node_capability => /api/nodes/:node_id/capabilities/new(.:format)
1927
- newApiNodeCapabilityPath: function(_node_id, options) {
1928
- return Utils.build_path(["node_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"node_id",false]],[7,"/",false]],[6,"capabilities",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1929
- },
1930
- // new_api_organization => /api/organizations/new(.:format)
1931
- newApiOrganizationPath: function(options) {
1932
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1933
- },
1934
- // new_api_organization_content_view_definition => /api/organizations/:organization_id/content_view_definitions/new(.:format)
1935
- newApiOrganizationContentViewDefinitionPath: function(_organization_id, options) {
1936
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1937
- },
1938
- // new_api_organization_environment => /api/organizations/:organization_id/environments/new(.:format)
1939
- newApiOrganizationEnvironmentPath: function(_organization_id, options) {
1940
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1941
- },
1942
- // new_api_organization_sync_plan => /api/organizations/:organization_id/sync_plans/new(.:format)
1943
- newApiOrganizationSyncPlanPath: function(_organization_id, options) {
1944
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"sync_plans",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1945
- },
1946
- // new_api_organization_system_group_packages => /api/organizations/:organization_id/system_groups/:system_group_id/packages/new(.:format)
1947
- newApiOrganizationSystemGroupPackagesPath: function(_organization_id, _system_group_id, options) {
1948
- return Utils.build_path(["organization_id","system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1949
- },
1950
- // new_api_provider => /api/providers/new(.:format)
1951
- newApiProviderPath: function(options) {
1952
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1953
- },
1954
- // new_api_repository_package => /api/repositories/:repository_id/packages/new(.:format)
1955
- newApiRepositoryPackagePath: function(_repository_id, options) {
1956
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1957
- },
1958
- // new_api_role => /api/roles/new(.:format)
1959
- newApiRolePath: function(options) {
1960
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"roles",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1961
- },
1962
- // new_api_system_group_packages => /api/system_groups/:system_group_id/packages/new(.:format)
1963
- newApiSystemGroupPackagesPath: function(_system_group_id, options) {
1964
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1965
- },
1966
- // new_api_system_packages => /api/systems/:system_id/packages/new(.:format)
1967
- newApiSystemPackagesPath: function(_system_id, options) {
1968
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1969
- },
1970
- // new_api_user => /api/users/new(.:format)
1971
- newApiUserPath: function(options) {
1972
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1973
- },
1974
- // new_changeset => /changesets/new(.:format)
1975
- newChangesetPath: function(options) {
1976
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1977
- },
1978
- // new_content_search => /content_search/new(.:format)
1979
- newContentSearchPath: function(options) {
1980
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1981
- },
1982
- // new_content_view => /content_views/new(.:format)
1983
- newContentViewPath: function(options) {
1984
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_views",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1985
- },
1986
- // new_content_view_definition => /content_view_definitions/new(.:format)
1987
- newContentViewDefinitionPath: function(options) {
1988
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1989
- },
1990
- // new_content_view_definition_filter => /content_view_definitions/:content_view_definition_id/filters/new(.:format)
1991
- newContentViewDefinitionFilterPath: function(_content_view_definition_id, options) {
1992
- return Utils.build_path(["content_view_definition_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1993
- },
1994
- // new_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/new(.:format)
1995
- newContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, options) {
1996
- return Utils.build_path(["content_view_definition_id","filter_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
1997
- },
1998
- // new_discovered_repos_provider => /providers/:id/new_discovered_repos(.:format)
1999
- newDiscoveredReposProviderPath: function(_id, options) {
2000
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"new_discovered_repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2001
- },
2002
- // new_distributor => /distributors/new(.:format)
2003
- newDistributorPath: function(options) {
2004
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2005
- },
2006
- // new_environment => /environments/new(.:format)
2007
- newEnvironmentPath: function(options) {
2008
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"environments",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2009
- },
2010
- // new_gpg_key => /gpg_keys/new(.:format)
2011
- newGpgKeyPath: function(options) {
2012
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2013
- },
2014
- // new_organization => /organizations/new(.:format)
2015
- newOrganizationPath: function(options) {
2016
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2017
- },
2018
- // new_organization_environment => /organizations/:organization_id/environments/new(.:format)
2019
- newOrganizationEnvironmentPath: function(_organization_id, options) {
2020
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2021
- },
2022
- // new_product => /products/new(.:format)
2023
- newProductPath: function(options) {
2024
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2025
- },
2026
- // new_provider => /providers/new(.:format)
2027
- newProviderPath: function(options) {
2028
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2029
- },
2030
- // new_provider_product => /providers/:provider_id/products/new(.:format)
2031
- newProviderProductPath: function(_provider_id, options) {
2032
- return Utils.build_path(["provider_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2033
- },
2034
- // new_provider_product_repository => /providers/:provider_id/products/:product_id/repositories/new(.:format)
2035
- newProviderProductRepositoryPath: function(_provider_id, _product_id, options) {
2036
- return Utils.build_path(["provider_id","product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2037
- },
2038
- // new_repository => /repositories/new(.:format)
2039
- newRepositoryPath: function(options) {
2040
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"repositories",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2041
- },
2042
- // new_role => /roles/new(.:format)
2043
- newRolePath: function(options) {
2044
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2045
- },
2046
- // new_subscription => /subscriptions/new(.:format)
2047
- newSubscriptionPath: function(options) {
2048
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2049
- },
2050
- // new_sync_plan => /sync_plans/new(.:format)
2051
- newSyncPlanPath: function(options) {
2052
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_plans",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2053
- },
2054
- // new_system => /systems/new(.:format)
2055
- newSystemPath: function(options) {
2056
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2057
- },
2058
- // new_system_group => /system_groups/new(.:format)
2059
- newSystemGroupPath: function(options) {
2060
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[6,"new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2061
- },
2062
- // notices => /notices(.:format)
2063
- noticesPath: function(options) {
2064
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"notices",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2065
- },
2066
- // notices_auto_complete_search => /notices/auto_complete_search(.:format)
2067
- noticesAutoCompleteSearchPath: function(options) {
2068
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"notices",false]],[7,"/",false]],[6,"auto_complete_search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2069
- },
2070
- // notices_dashboard_index => /dashboard/notices(.:format)
2071
- noticesDashboardIndexPath: function(options) {
2072
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"notices",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2073
- },
2074
- // notices_details => /notices/:id/details(.:format)
2075
- noticesDetailsPath: function(_id, options) {
2076
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"notices",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"details",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2077
- },
2078
- // notices_get_new => /notices/get_new(.:format)
2079
- noticesGetNewPath: function(options) {
2080
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"notices",false]],[7,"/",false]],[6,"get_new",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2081
- },
2082
- // notices_note_count => /notices/note_count(.:format)
2083
- noticesNoteCountPath: function(options) {
2084
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"notices",false]],[7,"/",false]],[6,"note_count",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2085
- },
2086
- // object_changeset => /changesets/:id/object(.:format)
2087
- objectChangesetPath: function(_id, options) {
2088
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"object",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2089
- },
2090
- // operations => /operations(.:format)
2091
- operationsPath: function(options) {
2092
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"operations",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2093
- },
2094
- // organization => /organizations/:id(.:format)
2095
- organizationPath: function(_id, options) {
2096
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2097
- },
2098
- // organization_default_info => /organizations/:id/default_info/:informable_type(.:format)
2099
- organizationDefaultInfoPath: function(_id, _informable_type, options) {
2100
- return Utils.build_path(["id","informable_type"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"default_info",false]],[7,"/",false]],[3,"informable_type",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2101
- },
2102
- // organization_environment => /organizations/:organization_id/environments/:id(.:format)
2103
- organizationEnvironmentPath: function(_organization_id, _id, options) {
2104
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2105
- },
2106
- // organization_environment_content_view_version => /organizations/:organization_id/environments/:environment_id/content_view_versions/:id(.:format)
2107
- organizationEnvironmentContentViewVersionPath: function(_organization_id, _environment_id, _id, options) {
2108
- return Utils.build_path(["organization_id","environment_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"content_view_versions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2109
- },
2110
- // organization_environments => /organizations/:organization_id/environments(.:format)
2111
- organizationEnvironmentsPath: function(_organization_id, options) {
2112
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2113
- },
2114
- // organizations => /organizations(.:format)
2115
- organizationsPath: function(options) {
2116
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"organizations",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2117
- },
2118
- // package => /packages/:id(.:format)
2119
- packagePath: function(_id, options) {
2120
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2121
- },
2122
- // package_group_categories_api_repository => /api/repositories/:id/package_group_categories(.:format)
2123
- packageGroupCategoriesApiRepositoryPath: function(_id, options) {
2124
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"package_group_categories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2125
- },
2126
- // package_groups_api_repository => /api/repositories/:id/package_groups(.:format)
2127
- packageGroupsApiRepositoryPath: function(_id, options) {
2128
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"package_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2129
- },
2130
- // packages_api_system => /api/systems/:id/packages(.:format)
2131
- packagesApiSystemPath: function(_id, options) {
2132
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2133
- },
2134
- // packages_content_search_index => /content_search/packages(.:format)
2135
- packagesContentSearchIndexPath: function(options) {
2136
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2137
- },
2138
- // packages_erratum => /errata/:id/packages(.:format)
2139
- packagesErratumPath: function(_id, options) {
2140
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2141
- },
2142
- // packages_items_content_search_index => /content_search/packages_items(.:format)
2143
- packagesItemsContentSearchIndexPath: function(options) {
2144
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"packages_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2145
- },
2146
- // packages_system_system_packages => /systems/:system_id/system_packages/packages(.:format)
2147
- packagesSystemSystemPackagesPath: function(_system_id, options) {
2148
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2149
- },
2150
- // pools_api_activation_key => /api/activation_keys/:id/pools(.:format)
2151
- poolsApiActivationKeyPath: function(_id, options) {
2152
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2153
- },
2154
- // pools_api_distributor => /api/distributors/:id/pools(.:format)
2155
- poolsApiDistributorPath: function(_id, options) {
2156
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2157
- },
2158
- // pools_api_organization_activation_key => /api/organizations/:organization_id/activation_keys/:id/pools(.:format)
2159
- poolsApiOrganizationActivationKeyPath: function(_organization_id, _id, options) {
2160
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2161
- },
2162
- // pools_api_system => /api/systems/:id/pools(.:format)
2163
- poolsApiSystemPath: function(_id, options) {
2164
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"pools",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2165
- },
2166
- // product => /products/:id(.:format)
2167
- productPath: function(_id, options) {
2168
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2169
- },
2170
- // product_create_api_provider => /api/providers/:id/product_create(.:format)
2171
- productCreateApiProviderPath: function(_id, options) {
2172
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"product_create",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2173
- },
2174
- // products => /products(.:format)
2175
- productsPath: function(options) {
2176
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2177
- },
2178
- // products_api_provider => /api/providers/:id/products(.:format)
2179
- productsApiProviderPath: function(_id, options) {
2180
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2181
- },
2182
- // products_content_search_index => /content_search/products(.:format)
2183
- productsContentSearchIndexPath: function(options) {
2184
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2185
- },
2186
- // products_distributor => /distributors/:id/products(.:format)
2187
- productsDistributorPath: function(_id, options) {
2188
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2189
- },
2190
- // products_organization_environment => /organizations/:organization_id/environments/:id/products(.:format)
2191
- productsOrganizationEnvironmentPath: function(_organization_id, _id, options) {
2192
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2193
- },
2194
- // products_repos_gpg_key => /gpg_keys/:id/products_repos(.:format)
2195
- productsReposGpgKeyPath: function(_id, options) {
2196
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"gpg_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products_repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2197
- },
2198
- // products_repos_provider => /providers/:id/products_repos(.:format)
2199
- productsReposProviderPath: function(_id, options) {
2200
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products_repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2201
- },
2202
- // products_subscription => /subscriptions/:id/products(.:format)
2203
- productsSubscriptionPath: function(_id, options) {
2204
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2205
- },
2206
- // products_system => /systems/:id/products(.:format)
2207
- productsSystemPath: function(_id, options) {
2208
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2209
- },
2210
- // promote_api_changeset => /api/changesets/:id/promote(.:format)
2211
- promoteApiChangesetPath: function(_id, options) {
2212
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"promote",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2213
- },
2214
- // promote_api_content_view => /api/content_views/:id/promote(.:format)
2215
- promoteApiContentViewPath: function(_id, options) {
2216
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"promote",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2217
- },
2218
- // promotion => /promotions/:id(.:format)
2219
- promotionPath: function(_id, options) {
2220
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"promotions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2221
- },
2222
- // promotions => /promotions(.:format)
2223
- promotionsPath: function(options) {
2224
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"promotions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2225
- },
2226
- // promotions_dashboard_index => /dashboard/promotions(.:format)
2227
- promotionsDashboardIndexPath: function(options) {
2228
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"promotions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2229
- },
2230
- // provider => /providers/:id(.:format)
2231
- providerPath: function(_id, options) {
2232
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2233
- },
2234
- // provider_product => /providers/:provider_id/products/:id(.:format)
2235
- providerProductPath: function(_provider_id, _id, options) {
2236
- return Utils.build_path(["provider_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2237
- },
2238
- // provider_product_repositories => /providers/:provider_id/products/:product_id/repositories(.:format)
2239
- providerProductRepositoriesPath: function(_provider_id, _product_id, options) {
2240
- return Utils.build_path(["provider_id","product_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2241
- },
2242
- // provider_product_repository => /providers/:provider_id/products/:product_id/repositories/:id(.:format)
2243
- providerProductRepositoryPath: function(_provider_id, _product_id, _id, options) {
2244
- return Utils.build_path(["provider_id","product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2245
- },
2246
- // provider_products => /providers/:provider_id/products(.:format)
2247
- providerProductsPath: function(_provider_id, options) {
2248
- return Utils.build_path(["provider_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2249
- },
2250
- // providers => /providers(.:format)
2251
- providersPath: function(options) {
2252
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"providers",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2253
- },
2254
- // publish_api_content_view_definition => /api/content_view_definitions/:id/publish(.:format)
2255
- publishApiContentViewDefinitionPath: function(_id, options) {
2256
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"publish",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2257
- },
2258
- // publish_api_organization_content_view_definition => /api/organizations/:organization_id/content_view_definitions/:id/publish(.:format)
2259
- publishApiOrganizationContentViewDefinitionPath: function(_organization_id, _id, options) {
2260
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"publish",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2261
- },
2262
- // publish_content_view_definition => /content_view_definitions/:id/publish(.:format)
2263
- publishContentViewDefinitionPath: function(_id, options) {
2264
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"publish",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2265
- },
2266
- // publish_setup_content_view_definition => /content_view_definitions/:id/publish_setup(.:format)
2267
- publishSetupContentViewDefinitionPath: function(_id, options) {
2268
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"publish_setup",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2269
- },
2270
- // puppet_module => /puppet_modules/:id(.:format)
2271
- puppetModulePath: function(_id, options) {
2272
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"puppet_modules",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2273
- },
2274
- // puppet_modules_content_search_index => /content_search/puppet_modules(.:format)
2275
- puppetModulesContentSearchIndexPath: function(options) {
2276
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2277
- },
2278
- // puppet_modules_items_content_search_index => /content_search/puppet_modules_items(.:format)
2279
- puppetModulesItemsContentSearchIndexPath: function(options) {
2280
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"puppet_modules_items",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2281
- },
2282
- // rails_info_properties => /rails/info/properties(.:format)
2283
- railsInfoPropertiesPath: function(options) {
2284
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"rails",false]],[7,"/",false]],[6,"info",false]],[7,"/",false]],[6,"properties",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2285
- },
2286
- // redhat_provider_providers => /providers/redhat_provider(.:format)
2287
- redhatProviderProvidersPath: function(options) {
2288
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"redhat_provider",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2289
- },
2290
- // redhat_provider_tab_providers => /providers/redhat_provider_tab(.:format)
2291
- redhatProviderTabProvidersPath: function(options) {
2292
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"redhat_provider_tab",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2293
- },
2294
- // refresh_api_content_view => /api/content_views/:id/refresh(.:format)
2295
- refreshApiContentViewPath: function(_id, options) {
2296
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2297
- },
2298
- // refresh_content_product => /products/:id/refresh_content(.:format)
2299
- refreshContentProductPath: function(_id, options) {
2300
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2301
- },
2302
- // refresh_content_view_definition_content_view => /content_view_definitions/:content_view_definition_id/content_views/:id/refresh(.:format)
2303
- refreshContentViewDefinitionContentViewPath: function(_content_view_definition_id, _id, options) {
2304
- return Utils.build_path(["content_view_definition_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"content_views",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2305
- },
2306
- // refresh_manifest_api_provider => /api/providers/:id/refresh_manifest(.:format)
2307
- refreshManifestApiProviderPath: function(_id, options) {
2308
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2309
- },
2310
- // refresh_manifest_subscriptions => /subscriptions/refresh_manifest(.:format)
2311
- refreshManifestSubscriptionsPath: function(options) {
2312
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"refresh_manifest",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2313
- },
2314
- // refresh_products_api_provider => /api/providers/:id/refresh_products(.:format)
2315
- refreshProductsApiProviderPath: function(_id, options) {
2316
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh_products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2317
- },
2318
- // refresh_products_providers => /providers/refresh_products(.:format)
2319
- refreshProductsProvidersPath: function(options) {
2320
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[6,"refresh_products",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2321
- },
2322
- // refresh_subscriptions_api_system => /api/systems/:id/refresh_subscriptions(.:format)
2323
- refreshSubscriptionsApiSystemPath: function(_id, options) {
2324
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"refresh_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2325
- },
2326
- // registerable_paths_organization_environments => /organizations/:organization_id/environments/registerable_paths(.:format)
2327
- registerablePathsOrganizationEnvironmentsPath: function(_organization_id, options) {
2328
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[6,"registerable_paths",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2329
- },
2330
- // releases_api_environment => /api/environments/:id/releases(.:format)
2331
- releasesApiEnvironmentPath: function(_id, options) {
2332
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"releases",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2333
- },
2334
- // releases_api_system => /api/systems/:id/releases(.:format)
2335
- releasesApiSystemPath: function(_id, options) {
2336
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"releases",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2337
- },
2338
- // releases_system => /systems/:id/releases(.:format)
2339
- releasesSystemPath: function(_id, options) {
2340
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"releases",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2341
- },
2342
- // remove_api_system_packages => /api/systems/:system_id/packages/remove(.:format)
2343
- removeApiSystemPackagesPath: function(_system_id, options) {
2344
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"remove",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2345
- },
2346
- // remove_content_api_systems => /api/systems/remove_content(.:format)
2347
- removeContentApiSystemsPath: function(options) {
2348
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"remove_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2349
- },
2350
- // remove_subscriptions_activation_key => /activation_keys/:id/remove_subscriptions(.:format)
2351
- removeSubscriptionsActivationKeyPath: function(_id, options) {
2352
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2353
- },
2354
- // remove_system_group_packages => /system_groups/:system_group_id/packages/remove(.:format)
2355
- removeSystemGroupPackagesPath: function(_system_group_id, options) {
2356
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"remove",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2357
- },
2358
- // remove_system_groups_activation_key => /activation_keys/:id/remove_system_groups(.:format)
2359
- removeSystemGroupsActivationKeyPath: function(_id, options) {
2360
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2361
- },
2362
- // remove_system_groups_api_systems => /api/systems/remove_system_groups(.:format)
2363
- removeSystemGroupsApiSystemsPath: function(options) {
2364
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"remove_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2365
- },
2366
- // remove_system_groups_system => /systems/:id/remove_system_groups(.:format)
2367
- removeSystemGroupsSystemPath: function(_id, options) {
2368
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2369
- },
2370
- // remove_system_system_packages => /systems/:system_id/system_packages/remove(.:format)
2371
- removeSystemSystemPackagesPath: function(_system_id, options) {
2372
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[7,"/",false]],[6,"remove",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2373
- },
2374
- // remove_systems_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/remove_systems(.:format)
2375
- removeSystemsApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
2376
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2377
- },
2378
- // remove_systems_api_system_group => /api/system_groups/:id/remove_systems(.:format)
2379
- removeSystemsApiSystemGroupPath: function(_id, options) {
2380
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2381
- },
2382
- // remove_systems_system_group => /system_groups/:id/remove_systems(.:format)
2383
- removeSystemsSystemGroupPath: function(_id, options) {
2384
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"remove_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2385
- },
2386
- // repo_compare_errata_content_search_index => /content_search/repo_compare_errata(.:format)
2387
- repoCompareErrataContentSearchIndexPath: function(options) {
2388
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_compare_errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2389
- },
2390
- // repo_compare_packages_content_search_index => /content_search/repo_compare_packages(.:format)
2391
- repoComparePackagesContentSearchIndexPath: function(options) {
2392
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_compare_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2393
- },
2394
- // repo_compare_puppet_modules_content_search_index => /content_search/repo_compare_puppet_modules(.:format)
2395
- repoComparePuppetModulesContentSearchIndexPath: function(options) {
2396
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_compare_puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2397
- },
2398
- // repo_discover_api_organization => /api/organizations/:id/repo_discover(.:format)
2399
- repoDiscoverApiOrganizationPath: function(_id, options) {
2400
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repo_discover",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2401
- },
2402
- // repo_discovery_provider => /providers/:id/repo_discovery(.:format)
2403
- repoDiscoveryProviderPath: function(_id, options) {
2404
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repo_discovery",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2405
- },
2406
- // repo_errata_content_search_index => /content_search/repo_errata(.:format)
2407
- repoErrataContentSearchIndexPath: function(options) {
2408
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2409
- },
2410
- // repo_packages_content_search_index => /content_search/repo_packages(.:format)
2411
- repoPackagesContentSearchIndexPath: function(options) {
2412
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2413
- },
2414
- // repo_puppet_modules_content_search_index => /content_search/repo_puppet_modules(.:format)
2415
- repoPuppetModulesContentSearchIndexPath: function(options) {
2416
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repo_puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2417
- },
2418
- // report_api_environment_systems => /api/environments/:environment_id/systems/report(.:format)
2419
- reportApiEnvironmentSystemsPath: function(_environment_id, options) {
2420
- return Utils.build_path(["environment_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"report",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2421
- },
2422
- // report_api_organization_systems => /api/organizations/:organization_id/systems/report(.:format)
2423
- reportApiOrganizationSystemsPath: function(_organization_id, options) {
2424
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"report",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2425
- },
2426
- // report_api_users => /api/users/report(.:format)
2427
- reportApiUsersPath: function(options) {
2428
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[6,"report",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2429
- },
2430
- // repos_content_search_index => /content_search/repos(.:format)
2431
- reposContentSearchIndexPath: function(options) {
2432
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"repos",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2433
- },
2434
- // repositories => /repositories(.:format)
2435
- repositoriesPath: function(options) {
2436
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2437
- },
2438
- // repositories_api_environment => /api/environments/:id/repositories(.:format)
2439
- repositoriesApiEnvironmentPath: function(_id, options) {
2440
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2441
- },
2442
- // repositories_api_environment_product => /api/environments/:environment_id/products/:id/repositories(.:format)
2443
- repositoriesApiEnvironmentProductPath: function(_environment_id, _id, options) {
2444
- return Utils.build_path(["environment_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"environment_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2445
- },
2446
- // repositories_api_organization_environment => /api/organizations/:organization_id/environments/:id/repositories(.:format)
2447
- repositoriesApiOrganizationEnvironmentPath: function(_organization_id, _id, options) {
2448
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"environments",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2449
- },
2450
- // repositories_api_organization_product => /api/organizations/:organization_id/products/:id/repositories(.:format)
2451
- repositoriesApiOrganizationProductPath: function(_organization_id, _id, options) {
2452
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2453
- },
2454
- // repositories_api_product => /api/products/:id/repositories(.:format)
2455
- repositoriesApiProductPath: function(_id, options) {
2456
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"repositories",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2457
- },
2458
- // repository => /repositories/:id(.:format)
2459
- repositoryPath: function(_id, options) {
2460
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2461
- },
2462
- // role => /roles/:id(.:format)
2463
- rolePath: function(_id, options) {
2464
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2465
- },
2466
- // role_create_permission => /roles/:role_id/create_permission(.:format)
2467
- roleCreatePermissionPath: function(_role_id, options) {
2468
- return Utils.build_path(["role_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"create_permission",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2469
- },
2470
- // role_permission_destroy => /roles/:role_id/permission/:permission_id/destroy_permission(.:format)
2471
- rolePermissionDestroyPath: function(_role_id, _permission_id, options) {
2472
- return Utils.build_path(["role_id","permission_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"permission",false]],[7,"/",false]],[3,"permission_id",false]],[7,"/",false]],[6,"destroy_permission",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2473
- },
2474
- // role_permission_update => /roles/:role_id/permission/:permission_id/update_permission(.:format)
2475
- rolePermissionUpdatePath: function(_role_id, _permission_id, options) {
2476
- return Utils.build_path(["role_id","permission_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"role_id",false]],[7,"/",false]],[6,"permission",false]],[7,"/",false]],[3,"permission_id",false]],[7,"/",false]],[6,"update_permission",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2477
- },
2478
- // roles => /roles(.:format)
2479
- rolesPath: function(options) {
2480
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"roles",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2481
- },
2482
- // roles_show_permission => /roles/show_permission(.:format)
2483
- rolesShowPermissionPath: function(options) {
2484
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[6,"show_permission",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2485
- },
2486
- // root => /
2487
- rootPath: function(options) {
2488
- return Utils.build_path([], [], [7,"/",false], arguments);
2489
- },
2490
- // schedule_provider => /providers/:id/schedule(.:format)
2491
- scheduleProviderPath: function(_id, options) {
2492
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"schedule",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2493
- },
2494
- // search_api_repository_packages => /api/repositories/:repository_id/packages/search(.:format)
2495
- searchApiRepositoryPackagesPath: function(_repository_id, options) {
2496
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2497
- },
2498
- // search_api_repository_puppet_modules => /api/repositories/:repository_id/puppet_modules/search(.:format)
2499
- searchApiRepositoryPuppetModulesPath: function(_repository_id, options) {
2500
- return Utils.build_path(["repository_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"puppet_modules",false]],[7,"/",false]],[6,"search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2501
- },
2502
- // search_index => /search(.:format)
2503
- searchIndexPath: function(options) {
2504
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"search",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2505
- },
2506
- // set_org_user_session => /user_session/set_org(.:format)
2507
- setOrgUserSessionPath: function(options) {
2508
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"user_session",false]],[7,"/",false]],[6,"set_org",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2509
- },
2510
- // setup_default_org_user => /users/:id/setup_default_org(.:format)
2511
- setupDefaultOrgUserPath: function(_id, options) {
2512
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"setup_default_org",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2513
- },
2514
- // short_details_erratum => /errata/:id/short_details(.:format)
2515
- shortDetailsErratumPath: function(_id, options) {
2516
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"short_details",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2517
- },
2518
- // show_user_session => /user_session(.:format)
2519
- showUserSessionPath: function(options) {
2520
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"user_session",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2521
- },
2522
- // status_changeset => /changesets/:id/status(.:format)
2523
- statusChangesetPath: function(_id, options) {
2524
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"changesets",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2525
- },
2526
- // status_content_view_definition => /content_view_definitions/:id/status(.:format)
2527
- statusContentViewDefinitionPath: function(_id, options) {
2528
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2529
- },
2530
- // status_distributor_events => /distributors/:distributor_id/events/status(.:format)
2531
- statusDistributorEventsPath: function(_distributor_id, options) {
2532
- return Utils.build_path(["distributor_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"distributor_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2533
- },
2534
- // status_system_errata => /systems/:system_id/errata/status(.:format)
2535
- statusSystemErrataPath: function(_system_id, options) {
2536
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2537
- },
2538
- // status_system_events => /systems/:system_id/events/status(.:format)
2539
- statusSystemEventsPath: function(_system_id, options) {
2540
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2541
- },
2542
- // status_system_group_errata => /system_groups/:system_group_id/errata/status(.:format)
2543
- statusSystemGroupErrataPath: function(_system_group_id, options) {
2544
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2545
- },
2546
- // status_system_group_events => /system_groups/:system_group_id/events/status(.:format)
2547
- statusSystemGroupEventsPath: function(_system_group_id, options) {
2548
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2549
- },
2550
- // status_system_group_packages => /system_groups/:system_group_id/packages/status(.:format)
2551
- statusSystemGroupPackagesPath: function(_system_group_id, options) {
2552
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2553
- },
2554
- // status_system_system_packages => /systems/:system_id/system_packages/status(.:format)
2555
- statusSystemSystemPackagesPath: function(_system_id, options) {
2556
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[7,"/",false]],[6,"status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2557
- },
2558
- // subscription => /subscriptions/:id(.:format)
2559
- subscriptionPath: function(_id, options) {
2560
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2561
- },
2562
- // subscription_status_api_system => /api/systems/:id/subscription_status(.:format)
2563
- subscriptionStatusApiSystemPath: function(_id, options) {
2564
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"subscription_status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2565
- },
2566
- // subscriptions => /subscriptions(.:format)
2567
- subscriptionsPath: function(options) {
2568
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2569
- },
2570
- // subscriptions_activation_keys => /activation_keys/subscriptions(.:format)
2571
- subscriptionsActivationKeysPath: function(options) {
2572
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2573
- },
2574
- // subscriptions_dashboard_index => /dashboard/subscriptions(.:format)
2575
- subscriptionsDashboardIndexPath: function(options) {
2576
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2577
- },
2578
- // subscriptions_distributor => /distributors/:id/subscriptions(.:format)
2579
- subscriptionsDistributorPath: function(_id, options) {
2580
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2581
- },
2582
- // subscriptions_system => /systems/:id/subscriptions(.:format)
2583
- subscriptionsSystemPath: function(_id, options) {
2584
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2585
- },
2586
- // sync_api_node => /api/nodes/:id/sync(.:format)
2587
- syncApiNodePath: function(_id, options) {
2588
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"nodes",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2589
- },
2590
- // sync_complete_api_repositories => /api/repositories/sync_complete(.:format)
2591
- syncCompleteApiRepositoriesPath: function(options) {
2592
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[6,"sync_complete",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2593
- },
2594
- // sync_dashboard_index => /dashboard/sync(.:format)
2595
- syncDashboardIndexPath: function(options) {
2596
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2597
- },
2598
- // sync_ldap_roles_api_users => /api/users/sync_ldap_roles(.:format)
2599
- syncLdapRolesApiUsersPath: function(options) {
2600
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"users",false]],[7,"/",false]],[6,"sync_ldap_roles",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2601
- },
2602
- // sync_management => /sync_management/:id(.:format)
2603
- syncManagementPath: function(_id, options) {
2604
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2605
- },
2606
- // sync_management_index => /sync_management/index(.:format)
2607
- syncManagementIndexPath: function(options) {
2608
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[6,"index",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2609
- },
2610
- // sync_management_manage => /sync_management/manage(.:format)
2611
- syncManagementManagePath: function(options) {
2612
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[6,"manage",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2613
- },
2614
- // sync_management_product_status => /sync_management/product_status(.:format)
2615
- syncManagementProductStatusPath: function(options) {
2616
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[6,"product_status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2617
- },
2618
- // sync_management_sync => /sync_management/sync(.:format)
2619
- syncManagementSyncPath: function(options) {
2620
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[6,"sync",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2621
- },
2622
- // sync_management_sync_status => /sync_management/sync_status(.:format)
2623
- syncManagementSyncStatusPath: function(options) {
2624
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_management",false]],[7,"/",false]],[6,"sync_status",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2625
- },
2626
- // sync_plan => /sync_plans/:id(.:format)
2627
- syncPlanPath: function(_id, options) {
2628
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"sync_plans",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2629
- },
2630
- // sync_plan_api_organization_product => /api/organizations/:organization_id/products/:id/sync_plan(.:format)
2631
- syncPlanApiOrganizationProductPath: function(_organization_id, _id, options) {
2632
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"sync_plan",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2633
- },
2634
- // sync_plan_api_product => /api/products/:id/sync_plan(.:format)
2635
- syncPlanApiProductPath: function(_id, options) {
2636
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"sync_plan",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2637
- },
2638
- // sync_plans => /sync_plans(.:format)
2639
- syncPlansPath: function(options) {
2640
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"sync_plans",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2641
- },
2642
- // system => /systems/:id(.:format)
2643
- systemPath: function(_id, options) {
2644
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2645
- },
2646
- // system_errata => /systems/:system_id/errata(.:format)
2647
- systemErrataPath: function(_system_id, options) {
2648
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2649
- },
2650
- // system_erratum => /systems/:system_id/errata/:id(.:format)
2651
- systemErratumPath: function(_system_id, _id, options) {
2652
- return Utils.build_path(["system_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"errata",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2653
- },
2654
- // system_event => /systems/:system_id/events/:id(.:format)
2655
- systemEventPath: function(_system_id, _id, options) {
2656
- return Utils.build_path(["system_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2657
- },
2658
- // system_events => /systems/:system_id/events(.:format)
2659
- systemEventsPath: function(_system_id, options) {
2660
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2661
- },
2662
- // system_group => /system_groups/:id(.:format)
2663
- systemGroupPath: function(_id, options) {
2664
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2665
- },
2666
- // system_group_errata => /system_groups/:system_group_id/errata(.:format)
2667
- systemGroupErrataPath: function(_system_group_id, options) {
2668
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2669
- },
2670
- // system_group_event => /system_groups/:system_group_id/events/:id(.:format)
2671
- systemGroupEventPath: function(_system_group_id, _id, options) {
2672
- return Utils.build_path(["system_group_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"events",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2673
- },
2674
- // system_group_events => /system_groups/:system_group_id/events(.:format)
2675
- systemGroupEventsPath: function(_system_group_id, options) {
2676
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"events",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2677
- },
2678
- // system_group_packages => /system_groups/:system_group_id/packages(.:format)
2679
- systemGroupPackagesPath: function(_system_group_id, options) {
2680
- return Utils.build_path(["system_group_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"system_group_id",false]],[7,"/",false]],[6,"packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2681
- },
2682
- // system_groups => /system_groups(.:format)
2683
- systemGroupsPath: function(options) {
2684
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2685
- },
2686
- // system_groups_activation_key => /activation_keys/:id/system_groups(.:format)
2687
- systemGroupsActivationKeyPath: function(_id, options) {
2688
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2689
- },
2690
- // system_groups_api_organization_activation_key => /api/organizations/:organization_id/activation_keys/:id/system_groups(.:format)
2691
- systemGroupsApiOrganizationActivationKeyPath: function(_organization_id, _id, options) {
2692
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2693
- },
2694
- // system_groups_api_system => /api/systems/:id/system_groups(.:format)
2695
- systemGroupsApiSystemPath: function(_id, options) {
2696
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2697
- },
2698
- // system_groups_dashboard_index => /dashboard/system_groups(.:format)
2699
- systemGroupsDashboardIndexPath: function(options) {
2700
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2701
- },
2702
- // system_groups_system => /systems/:id/system_groups(.:format)
2703
- systemGroupsSystemPath: function(_id, options) {
2704
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"system_groups",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2705
- },
2706
- // system_system_packages => /systems/:system_id/system_packages(.:format)
2707
- systemSystemPackagesPath: function(_system_id, options) {
2708
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"system_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2709
- },
2710
- // systems => /systems(.:format)
2711
- systemsPath: function(options) {
2712
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2713
- },
2714
- // systems_activation_key => /activation_keys/:id/systems(.:format)
2715
- systemsActivationKeyPath: function(_id, options) {
2716
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"activation_keys",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2717
- },
2718
- // systems_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/systems(.:format)
2719
- systemsApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
2720
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2721
- },
2722
- // systems_api_system_group => /api/system_groups/:id/systems(.:format)
2723
- systemsApiSystemGroupPath: function(_id, options) {
2724
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2725
- },
2726
- // systems_dashboard_index => /dashboard/systems(.:format)
2727
- systemsDashboardIndexPath: function(options) {
2728
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"dashboard",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2729
- },
2730
- // systems_system_group => /system_groups/:id/systems(.:format)
2731
- systemsSystemGroupPath: function(_id, options) {
2732
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2733
- },
2734
- // tasks_api_organization_systems => /api/organizations/:organization_id/systems/tasks(.:format)
2735
- tasksApiOrganizationSystemsPath: function(_organization_id, options) {
2736
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"tasks",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2737
- },
2738
- // tasks_api_system => /api/systems/:id/tasks(.:format)
2739
- tasksApiSystemPath: function(_id, options) {
2740
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"tasks",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2741
- },
2742
- // update_component_views_content_view_definition => /content_view_definitions/:id/update_component_views(.:format)
2743
- updateComponentViewsContentViewDefinitionPath: function(_id, options) {
2744
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_component_views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2745
- },
2746
- // update_content_api_systems => /api/systems/update_content(.:format)
2747
- updateContentApiSystemsPath: function(options) {
2748
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[6,"update_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2749
- },
2750
- // update_content_content_view_definition => /content_view_definitions/:id/update_content(.:format)
2751
- updateContentContentViewDefinitionPath: function(_id, options) {
2752
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_content",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2753
- },
2754
- // update_environment_user => /users/:id/update_environment(.:format)
2755
- updateEnvironmentUserPath: function(_id, options) {
2756
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_environment",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2757
- },
2758
- // update_locale_user => /users/:id/update_locale(.:format)
2759
- updateLocaleUserPath: function(_id, options) {
2760
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_locale",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2761
- },
2762
- // update_parameter_content_view_definition_filter_rule => /content_view_definitions/:content_view_definition_id/filters/:filter_id/rules/:id/update_parameter(.:format)
2763
- updateParameterContentViewDefinitionFilterRulePath: function(_content_view_definition_id, _filter_id, _id, options) {
2764
- return Utils.build_path(["content_view_definition_id","filter_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"content_view_definition_id",false]],[7,"/",false]],[6,"filters",false]],[7,"/",false]],[3,"filter_id",false]],[7,"/",false]],[6,"rules",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_parameter",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2765
- },
2766
- // update_preference_user => /users/:id/update_preference(.:format)
2767
- updatePreferenceUserPath: function(_id, options) {
2768
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_preference",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2769
- },
2770
- // update_repo_gpg_key_provider_product_repository => /providers/:provider_id/products/:product_id/repositories/:id/update_gpg_key(.:format)
2771
- updateRepoGpgKeyProviderProductRepositoryPath: function(_provider_id, _product_id, _id, options) {
2772
- return Utils.build_path(["provider_id","product_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"providers",false]],[7,"/",false]],[3,"provider_id",false]],[7,"/",false]],[6,"products",false]],[7,"/",false]],[3,"product_id",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_gpg_key",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2773
- },
2774
- // update_roles_user => /users/:id/update_roles(.:format)
2775
- updateRolesUserPath: function(_id, options) {
2776
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_roles",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2777
- },
2778
- // update_subscriptions_distributor => /distributors/:id/update_subscriptions(.:format)
2779
- updateSubscriptionsDistributorPath: function(_id, options) {
2780
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"distributors",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2781
- },
2782
- // update_subscriptions_system => /systems/:id/update_subscriptions(.:format)
2783
- updateSubscriptionsSystemPath: function(_id, options) {
2784
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"systems",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_subscriptions",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2785
- },
2786
- // update_systems_api_organization_system_group => /api/organizations/:organization_id/system_groups/:id/update_systems(.:format)
2787
- updateSystemsApiOrganizationSystemGroupPath: function(_organization_id, _id, options) {
2788
- return Utils.build_path(["organization_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"organizations",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2789
- },
2790
- // update_systems_system_group => /system_groups/:id/update_systems(.:format)
2791
- updateSystemsSystemGroupPath: function(_id, options) {
2792
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"update_systems",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2793
- },
2794
- // upgrade_all_api_system_packages => /api/systems/:system_id/packages/upgrade_all(.:format)
2795
- upgradeAllApiSystemPackagesPath: function(_system_id, options) {
2796
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"upgrade_all",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2797
- },
2798
- // upgrade_api_system_packages => /api/systems/:system_id/packages/upgrade(.:format)
2799
- upgradeApiSystemPackagesPath: function(_system_id, options) {
2800
- return Utils.build_path(["system_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"systems",false]],[7,"/",false]],[3,"system_id",false]],[7,"/",false]],[6,"packages",false]],[7,"/",false]],[6,"upgrade",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2801
- },
2802
- // upload_bits_api_repository_content_upload => /api/repositories/:repository_id/content_uploads/:id/upload_bits(.:format)
2803
- uploadBitsApiRepositoryContentUploadPath: function(_repository_id, _id, options) {
2804
- return Utils.build_path(["repository_id","id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"api",false]],[7,"/",false]],[6,"repositories",false]],[7,"/",false]],[3,"repository_id",false]],[7,"/",false]],[6,"content_uploads",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"upload_bits",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2805
- },
2806
- // upload_subscriptions => /subscriptions/upload(.:format)
2807
- uploadSubscriptionsPath: function(options) {
2808
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"subscriptions",false]],[7,"/",false]],[6,"upload",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2809
- },
2810
- // user => /users/:id(.:format)
2811
- userPath: function(_id, options) {
2812
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"users",false]],[7,"/",false]],[3,"id",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2813
- },
2814
- // user_session => /user_session(.:format)
2815
- userSessionPath: function(options) {
2816
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"user_session",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2817
- },
2818
- // user_session_logout => /user_session/logout(.:format)
2819
- userSessionLogoutPath: function(options) {
2820
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"user_session",false]],[7,"/",false]],[6,"logout",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2821
- },
2822
- // users => /users(.:format)
2823
- usersPath: function(options) {
2824
- return Utils.build_path([], ["format"], [2,[2,[7,"/",false],[6,"users",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2825
- },
2826
- // validate_name_library_packages => /packages/validate_name_library(.:format)
2827
- validateNameLibraryPackagesPath: function(options) {
2828
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"packages",false]],[7,"/",false]],[6,"validate_name_library",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2829
- },
2830
- // validate_name_system_groups => /system_groups/validate_name(.:format)
2831
- validateNameSystemGroupsPath: function(options) {
2832
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"system_groups",false]],[7,"/",false]],[6,"validate_name",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2833
- },
2834
- // verbs_and_scopes => /roles/:organization_id/resource_type/verbs_and_scopes(.:format)
2835
- verbsAndScopesPath: function(_organization_id, options) {
2836
- return Utils.build_path(["organization_id"], ["format"], [2,[2,[2,[2,[2,[2,[2,[2,[7,"/",false],[6,"roles",false]],[7,"/",false]],[3,"organization_id",false]],[7,"/",false]],[6,"resource_type",false]],[7,"/",false]],[6,"verbs_and_scopes",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2837
- },
2838
- // view_compare_errata_content_search_index => /content_search/view_compare_errata(.:format)
2839
- viewCompareErrataContentSearchIndexPath: function(options) {
2840
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"view_compare_errata",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2841
- },
2842
- // view_compare_packages_content_search_index => /content_search/view_compare_packages(.:format)
2843
- viewComparePackagesContentSearchIndexPath: function(options) {
2844
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"view_compare_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2845
- },
2846
- // view_compare_puppet_modules_content_search_index => /content_search/view_compare_puppet_modules(.:format)
2847
- viewComparePuppetModulesContentSearchIndexPath: function(options) {
2848
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"view_compare_puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2849
- },
2850
- // view_packages_content_search_index => /content_search/view_packages(.:format)
2851
- viewPackagesContentSearchIndexPath: function(options) {
2852
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"view_packages",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2853
- },
2854
- // view_puppet_modules_content_search_index => /content_search/view_puppet_modules(.:format)
2855
- viewPuppetModulesContentSearchIndexPath: function(options) {
2856
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"view_puppet_modules",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2857
- },
2858
- // views_content_search_index => /content_search/views(.:format)
2859
- viewsContentSearchIndexPath: function(options) {
2860
- return Utils.build_path([], ["format"], [2,[2,[2,[2,[7,"/",false],[6,"content_search",false]],[7,"/",false]],[6,"views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2861
- },
2862
- // views_content_view_definition => /content_view_definitions/:id/views(.:format)
2863
- viewsContentViewDefinitionPath: function(_id, options) {
2864
- return Utils.build_path(["id"], ["format"], [2,[2,[2,[2,[2,[2,[7,"/",false],[6,"content_view_definitions",false]],[7,"/",false]],[3,"id",false]],[7,"/",false]],[6,"views",false]],[1,[2,[8,".",false],[3,"format",false]],false]], arguments);
2865
- }}
2866
- ;
2867
-
2868
- window.BASTION.KT.routes.options = defaults;
2869
-
2870
- }).call(this);