@redhat-cloud-services/notifications-client 2.3.1 → 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.
- package/CHANGELOG.md +2 -0
- package/doc/README.md +2 -1
- package/doc/classes/BaseAPI.md +21 -13
- package/doc/classes/Configuration.md +24 -16
- package/doc/classes/RequiredError.md +17 -11
- package/doc/enums/EndpointStatus.md +6 -6
- package/doc/enums/EndpointType.md +5 -5
- package/doc/enums/Environment.md +4 -4
- package/doc/enums/EventLogEntryActionStatus.md +5 -5
- package/doc/enums/HttpType.md +3 -3
- package/doc/enums/NotificationStatus.md +5 -5
- package/doc/enums/Status.md +2 -2
- package/doc/enums/SubscriptionType.md +3 -3
- package/doc/interfaces/AddAccessRequest.md +2 -4
- package/doc/interfaces/AddApplicationRequest.md +4 -6
- package/doc/interfaces/AggregationEmailTemplate.md +10 -12
- package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +6 -8
- package/doc/interfaces/ApiConfig.md +2 -2
- package/doc/interfaces/Application.md +6 -8
- package/doc/interfaces/Application1.md +2 -4
- package/doc/interfaces/ApplicationDTO.md +6 -8
- package/doc/interfaces/ApplicationSettingsValue.md +1 -3
- package/doc/interfaces/BasicAuthentication.md +2 -4
- package/doc/interfaces/BehaviorGroup.md +10 -12
- package/doc/interfaces/BehaviorGroupAction.md +3 -5
- package/doc/interfaces/BehaviorGroupActionId.md +2 -4
- package/doc/interfaces/Bundle.md +5 -7
- package/doc/interfaces/BundleSettingsValue.md +1 -3
- package/doc/interfaces/CamelProperties.md +7 -9
- package/doc/interfaces/ConfigurationParameters.md +14 -10
- package/doc/interfaces/CreateBehaviorGroupRequest.md +7 -9
- package/doc/interfaces/CreateBehaviorGroupResponse.md +7 -9
- package/doc/interfaces/CurrentStatus.md +3 -5
- package/doc/interfaces/DrawerEntryPayload.md +7 -9
- package/doc/interfaces/DuplicateNameMigrationReport.md +2 -4
- package/doc/interfaces/Endpoint.md +11 -13
- package/doc/interfaces/EndpointPage.md +3 -5
- package/doc/interfaces/EndpointTestRequest.md +1 -3
- package/doc/interfaces/EventLogEntry.md +7 -9
- package/doc/interfaces/EventLogEntryAction.md +7 -9
- package/doc/interfaces/EventType.md +10 -12
- package/doc/interfaces/EventTypeBehavior.md +3 -5
- package/doc/interfaces/EventTypeBehaviorId.md +2 -4
- package/doc/interfaces/EventTypeSettingsValue.md +3 -5
- package/doc/interfaces/Facet.md +4 -6
- package/doc/interfaces/InstantEmailTemplate.md +9 -11
- package/doc/interfaces/InternalApplicationUserPermission.md +3 -5
- package/doc/interfaces/InternalRoleAccess.md +3 -5
- package/doc/interfaces/InternalUserPermissions.md +3 -5
- package/doc/interfaces/MessageValidationResponse.md +1 -3
- package/doc/interfaces/Meta.md +1 -3
- package/doc/interfaces/NotificationHistory.md +9 -11
- package/doc/interfaces/PageBehaviorGroup.md +3 -5
- package/doc/interfaces/PageDrawerEntryPayload.md +3 -5
- package/doc/interfaces/PageEventLogEntry.md +3 -5
- package/doc/interfaces/PageEventType.md +3 -5
- package/doc/interfaces/PageNotificationHistory.md +3 -5
- package/doc/interfaces/RenderEmailTemplateRequest.md +2 -4
- package/doc/interfaces/RequestArgs.md +6 -8
- package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +2 -4
- package/doc/interfaces/RequestSystemSubscriptionProperties.md +2 -4
- package/doc/interfaces/ServerInfo.md +1 -3
- package/doc/interfaces/SettingsValuesByEventType.md +1 -3
- package/doc/interfaces/SystemSubscriptionProperties.md +3 -5
- package/doc/interfaces/Template.md +6 -8
- package/doc/interfaces/TriggerDailyDigestRequest.md +5 -7
- package/doc/interfaces/UpdateApplicationRequest.md +3 -5
- package/doc/interfaces/UpdateBehaviorGroupRequest.md +5 -7
- package/doc/interfaces/UpdateNotificationDrawerStatus.md +3 -5
- package/doc/interfaces/WebhookProperties.md +6 -8
- package/doc/interfaces/X509Certificate.md +5 -7
- package/doc/modules.md +274 -274
- 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.
|
|
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
|
|
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
|
},
|