@redhat-cloud-services/notifications-client 2.3.0 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/DrawerResourceV1GetDrawerEntries/index.d.ts +1 -1
  3. package/dist/DrawerResourceV1GetDrawerEntries/index.d.ts.map +1 -1
  4. package/dist/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +1 -1
  5. package/dist/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +1 -1
  6. package/dist/EventResourceV1GetEvents/index.d.ts +1 -1
  7. package/dist/EventResourceV1GetEvents/index.d.ts.map +1 -1
  8. package/dist/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +1 -1
  9. package/dist/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +1 -1
  10. package/dist/NotificationResourceV1CreateBehaviorGroup/index.d.ts +1 -1
  11. package/dist/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +1 -1
  12. package/dist/NotificationResourceV1DeleteBehaviorGroup/index.d.ts +1 -1
  13. package/dist/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +1 -1
  14. package/dist/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts +1 -1
  15. package/dist/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +1 -1
  16. package/dist/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +1 -1
  17. package/dist/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +1 -1
  18. package/dist/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts +1 -1
  19. package/dist/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +1 -1
  20. package/dist/NotificationResourceV1GetApplicationsFacets/index.d.ts +1 -1
  21. package/dist/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +1 -1
  22. package/dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +1 -1
  23. package/dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +1 -1
  24. package/dist/NotificationResourceV1GetBundleByName/index.d.ts +1 -1
  25. package/dist/NotificationResourceV1GetBundleByName/index.d.ts.map +1 -1
  26. package/dist/NotificationResourceV1GetBundleFacets/index.d.ts +1 -1
  27. package/dist/NotificationResourceV1GetBundleFacets/index.d.ts.map +1 -1
  28. package/dist/NotificationResourceV1GetEventTypes/index.d.ts +1 -1
  29. package/dist/NotificationResourceV1GetEventTypes/index.d.ts.map +1 -1
  30. package/dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts +1 -1
  31. package/dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +1 -1
  32. package/dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts +1 -1
  33. package/dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +1 -1
  34. package/dist/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts +1 -1
  35. package/dist/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +1 -1
  36. package/dist/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +1 -1
  37. package/dist/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +1 -1
  38. package/dist/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts +1 -1
  39. package/dist/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +1 -1
  40. package/dist/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts +1 -1
  41. package/dist/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +1 -1
  42. package/dist/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +1 -1
  43. package/dist/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +1 -1
  44. package/dist/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +1 -1
  45. package/dist/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +1 -1
  46. package/dist/api.d.ts +8 -8
  47. package/dist/api.d.ts.map +1 -1
  48. package/dist/types/index.d.ts +8 -8
  49. package/dist/types/index.d.ts.map +1 -1
  50. package/dist/utils/base.d.ts +2 -2
  51. package/dist/utils/base.d.ts.map +1 -1
  52. package/doc/README.md +2 -1
  53. package/doc/classes/BaseAPI.md +21 -13
  54. package/doc/classes/Configuration.md +24 -16
  55. package/doc/classes/RequiredError.md +17 -11
  56. package/doc/enums/EndpointStatus.md +6 -6
  57. package/doc/enums/EndpointType.md +5 -5
  58. package/doc/enums/Environment.md +4 -4
  59. package/doc/enums/EventLogEntryActionStatus.md +5 -5
  60. package/doc/enums/HttpType.md +3 -3
  61. package/doc/enums/NotificationStatus.md +5 -5
  62. package/doc/enums/Status.md +2 -2
  63. package/doc/enums/SubscriptionType.md +3 -3
  64. package/doc/interfaces/AddAccessRequest.md +2 -4
  65. package/doc/interfaces/AddApplicationRequest.md +4 -6
  66. package/doc/interfaces/AggregationEmailTemplate.md +10 -12
  67. package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +6 -8
  68. package/doc/interfaces/ApiConfig.md +2 -2
  69. package/doc/interfaces/Application.md +6 -8
  70. package/doc/interfaces/Application1.md +2 -4
  71. package/doc/interfaces/ApplicationDTO.md +6 -8
  72. package/doc/interfaces/ApplicationSettingsValue.md +1 -3
  73. package/doc/interfaces/BasicAuthentication.md +2 -4
  74. package/doc/interfaces/BehaviorGroup.md +10 -12
  75. package/doc/interfaces/BehaviorGroupAction.md +3 -5
  76. package/doc/interfaces/BehaviorGroupActionId.md +2 -4
  77. package/doc/interfaces/Bundle.md +5 -7
  78. package/doc/interfaces/BundleSettingsValue.md +1 -3
  79. package/doc/interfaces/CamelProperties.md +7 -9
  80. package/doc/interfaces/ConfigurationParameters.md +14 -10
  81. package/doc/interfaces/CreateBehaviorGroupRequest.md +7 -9
  82. package/doc/interfaces/CreateBehaviorGroupResponse.md +7 -9
  83. package/doc/interfaces/CurrentStatus.md +3 -5
  84. package/doc/interfaces/DrawerEntryPayload.md +7 -9
  85. package/doc/interfaces/DuplicateNameMigrationReport.md +2 -4
  86. package/doc/interfaces/Endpoint.md +11 -13
  87. package/doc/interfaces/EndpointPage.md +3 -5
  88. package/doc/interfaces/EndpointTestRequest.md +1 -3
  89. package/doc/interfaces/EventLogEntry.md +7 -9
  90. package/doc/interfaces/EventLogEntryAction.md +7 -9
  91. package/doc/interfaces/EventType.md +10 -12
  92. package/doc/interfaces/EventTypeBehavior.md +3 -5
  93. package/doc/interfaces/EventTypeBehaviorId.md +2 -4
  94. package/doc/interfaces/EventTypeSettingsValue.md +3 -5
  95. package/doc/interfaces/Facet.md +4 -6
  96. package/doc/interfaces/InstantEmailTemplate.md +9 -11
  97. package/doc/interfaces/InternalApplicationUserPermission.md +3 -5
  98. package/doc/interfaces/InternalRoleAccess.md +3 -5
  99. package/doc/interfaces/InternalUserPermissions.md +3 -5
  100. package/doc/interfaces/MessageValidationResponse.md +1 -3
  101. package/doc/interfaces/Meta.md +1 -3
  102. package/doc/interfaces/NotificationHistory.md +9 -11
  103. package/doc/interfaces/PageBehaviorGroup.md +3 -5
  104. package/doc/interfaces/PageDrawerEntryPayload.md +3 -5
  105. package/doc/interfaces/PageEventLogEntry.md +3 -5
  106. package/doc/interfaces/PageEventType.md +3 -5
  107. package/doc/interfaces/PageNotificationHistory.md +3 -5
  108. package/doc/interfaces/RenderEmailTemplateRequest.md +2 -4
  109. package/doc/interfaces/RequestArgs.md +6 -8
  110. package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +2 -4
  111. package/doc/interfaces/RequestSystemSubscriptionProperties.md +2 -4
  112. package/doc/interfaces/ServerInfo.md +1 -3
  113. package/doc/interfaces/SettingsValuesByEventType.md +1 -3
  114. package/doc/interfaces/SystemSubscriptionProperties.md +3 -5
  115. package/doc/interfaces/Template.md +6 -8
  116. package/doc/interfaces/TriggerDailyDigestRequest.md +5 -7
  117. package/doc/interfaces/UpdateApplicationRequest.md +3 -5
  118. package/doc/interfaces/UpdateBehaviorGroupRequest.md +5 -7
  119. package/doc/interfaces/UpdateNotificationDrawerStatus.md +3 -5
  120. package/doc/interfaces/WebhookProperties.md +6 -8
  121. package/doc/interfaces/X509Certificate.md +5 -7
  122. package/doc/modules.md +274 -274
  123. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/notifications-client",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "homepage": "https://github.com/RedHatInsights/javascript-clients#readme",
20
20
  "scripts": {
21
- "doc": "typedoc --theme markdown --out doc --gitRevision master index.ts",
21
+ "doc": "typedoc",
22
22
  "generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC --custom-generator=../../target/typescript-axios-webpack-module-federation-openapi-generator-1.0.0.jar -g typescript-axios-webpack-module-federation -o . --skip-validate-spec --enable-post-process-file",
23
23
  "generate:prod": "SPEC='https://console.redhat.com/api/notifications/v1.0/openapi.json' npm run generate"
24
24
  },