@redhat-cloud-services/notifications-client 2.4.3 → 2.4.4

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 (107) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/NotificationResourceV1GetEventTypes/index.d.ts +8 -2
  3. package/dist/NotificationResourceV1GetEventTypes/index.d.ts.map +1 -1
  4. package/dist/NotificationResourceV1GetEventTypes/index.js +8 -5
  5. package/dist/NotificationResourceV1GetEventTypes/index.js.map +1 -1
  6. package/dist/api.d.ts +12 -8
  7. package/dist/api.d.ts.map +1 -1
  8. package/dist/api.js +18 -11
  9. package/dist/api.js.map +1 -1
  10. package/doc/enums/types.EndpointStatus.md +6 -6
  11. package/doc/enums/types.EndpointStatusDTO.md +78 -0
  12. package/doc/enums/types.EndpointType.md +5 -5
  13. package/doc/enums/types.EndpointTypeDTO.md +67 -0
  14. package/doc/enums/types.Environment.md +4 -4
  15. package/doc/enums/types.EventLogEntryActionStatus.md +5 -5
  16. package/doc/enums/types.HttpType.md +3 -3
  17. package/doc/enums/types.NotificationStatus.md +5 -5
  18. package/doc/enums/types.Status.md +2 -2
  19. package/doc/enums/types.SubscriptionType.md +3 -3
  20. package/doc/interfaces/types.AddAccessRequest.md +2 -2
  21. package/doc/interfaces/types.AddApplicationRequest.md +4 -4
  22. package/doc/interfaces/types.AggregationEmailTemplate.md +10 -10
  23. package/doc/interfaces/types.AggregationEmailTemplateSubjectTemplate.md +6 -6
  24. package/doc/interfaces/types.Application.md +6 -6
  25. package/doc/interfaces/types.Application1.md +2 -2
  26. package/doc/interfaces/types.ApplicationDTO.md +6 -6
  27. package/doc/interfaces/types.ApplicationSettingsValue.md +1 -1
  28. package/doc/interfaces/types.BasicAuthenticationDTO.md +44 -0
  29. package/doc/interfaces/types.BehaviorGroup.md +9 -9
  30. package/doc/interfaces/types.BehaviorGroupAction.md +3 -3
  31. package/doc/interfaces/types.BehaviorGroupActionId.md +2 -2
  32. package/doc/interfaces/types.Bundle.md +5 -5
  33. package/doc/interfaces/types.BundleSettingsValue.md +1 -1
  34. package/doc/interfaces/types.CamelPropertiesDTO.md +93 -0
  35. package/doc/interfaces/types.CreateBehaviorGroupRequest.md +6 -6
  36. package/doc/interfaces/types.CreateBehaviorGroupResponse.md +6 -6
  37. package/doc/interfaces/types.CurrentStatus.md +7 -7
  38. package/doc/interfaces/types.DrawerEntryPayload.md +7 -7
  39. package/doc/interfaces/types.DuplicateNameMigrationReport.md +2 -2
  40. package/doc/interfaces/types.Endpoint.md +12 -12
  41. package/doc/interfaces/types.EndpointDTO.md +179 -0
  42. package/doc/interfaces/types.EndpointPage.md +4 -4
  43. package/doc/interfaces/types.EndpointTestRequest.md +1 -1
  44. package/doc/interfaces/types.EventLogEntry.md +7 -7
  45. package/doc/interfaces/types.EventLogEntryAction.md +7 -7
  46. package/doc/interfaces/types.EventType.md +11 -11
  47. package/doc/interfaces/types.EventTypeBehavior.md +3 -3
  48. package/doc/interfaces/types.EventTypeBehaviorId.md +2 -2
  49. package/doc/interfaces/types.EventTypeSettingsValue.md +3 -3
  50. package/doc/interfaces/types.Facet.md +4 -4
  51. package/doc/interfaces/types.InstantEmailTemplate.md +9 -9
  52. package/doc/interfaces/types.InternalApplicationUserPermission.md +3 -3
  53. package/doc/interfaces/types.InternalRoleAccess.md +7 -7
  54. package/doc/interfaces/types.InternalUserPermissions.md +7 -7
  55. package/doc/interfaces/types.MessageValidationResponse.md +1 -1
  56. package/doc/interfaces/types.Meta.md +1 -1
  57. package/doc/interfaces/types.NotificationHistory.md +9 -9
  58. package/doc/interfaces/types.PageBehaviorGroup.md +3 -3
  59. package/doc/interfaces/types.PageDrawerEntryPayload.md +3 -3
  60. package/doc/interfaces/types.PageEventLogEntry.md +3 -3
  61. package/doc/interfaces/types.PageEventType.md +3 -3
  62. package/doc/interfaces/types.PageNotificationHistory.md +3 -3
  63. package/doc/interfaces/types.RenderEmailTemplateRequest.md +2 -2
  64. package/doc/interfaces/types.RequestDefaultBehaviorGroupPropertyList.md +2 -2
  65. package/doc/interfaces/types.RequestSystemSubscriptionProperties.md +5 -5
  66. package/doc/interfaces/types.ServerInfo.md +1 -1
  67. package/doc/interfaces/types.SettingsValuesByEventType.md +1 -1
  68. package/doc/interfaces/types.SystemSubscriptionPropertiesDTO.md +59 -0
  69. package/doc/interfaces/types.Template.md +6 -6
  70. package/doc/interfaces/types.TriggerDailyDigestRequest.md +5 -5
  71. package/doc/interfaces/types.UpdateApplicationRequest.md +3 -3
  72. package/doc/interfaces/types.UpdateBehaviorGroupRequest.md +4 -4
  73. package/doc/interfaces/types.UpdateNotificationDrawerStatus.md +5 -5
  74. package/doc/interfaces/types.WebhookPropertiesDTO.md +104 -0
  75. package/doc/interfaces/types.X509Certificate.md +5 -5
  76. package/doc/modules/DrawerResourceV1GetDrawerEntries.md +2 -2
  77. package/doc/modules/DrawerResourceV1UpdateNotificationReadStatus.md +2 -2
  78. package/doc/modules/EventResourceV1GetEvents.md +3 -3
  79. package/doc/modules/NotificationResourceV1AppendBehaviorGroupToEventType.md +2 -2
  80. package/doc/modules/NotificationResourceV1CreateBehaviorGroup.md +2 -2
  81. package/doc/modules/NotificationResourceV1DeleteBehaviorGroup.md +2 -2
  82. package/doc/modules/NotificationResourceV1DeleteBehaviorGroupFromEventType.md +2 -2
  83. package/doc/modules/NotificationResourceV1FindBehaviorGroupsByBundleId.md +2 -2
  84. package/doc/modules/NotificationResourceV1GetApplicationByNameAndBundleName.md +3 -3
  85. package/doc/modules/NotificationResourceV1GetApplicationsFacets.md +3 -3
  86. package/doc/modules/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint.md +2 -2
  87. package/doc/modules/NotificationResourceV1GetBundleByName.md +2 -2
  88. package/doc/modules/NotificationResourceV1GetBundleFacets.md +3 -3
  89. package/doc/modules/NotificationResourceV1GetEventTypes.md +6 -5
  90. package/doc/modules/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup.md +2 -2
  91. package/doc/modules/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName.md +3 -3
  92. package/doc/modules/NotificationResourceV1GetLinkedBehaviorGroups.md +2 -2
  93. package/doc/modules/NotificationResourceV1UpdateBehaviorGroup.md +3 -3
  94. package/doc/modules/NotificationResourceV1UpdateBehaviorGroupActions.md +3 -3
  95. package/doc/modules/NotificationResourceV1UpdateEventTypeBehaviors.md +2 -2
  96. package/doc/modules/OrgConfigResourceV1GetDailyDigestTimePreference.md +2 -2
  97. package/doc/modules/OrgConfigResourceV1SaveDailyDigestTimePreference.md +2 -2
  98. package/doc/modules/index.md +33 -57
  99. package/doc/modules/types.md +7 -4
  100. package/package.json +1 -1
  101. package/doc/classes/index.BaseAPI.md +0 -73
  102. package/doc/classes/index.RequiredError.md +0 -187
  103. package/doc/interfaces/index.RequestArgs.md +0 -36
  104. package/doc/interfaces/types.BasicAuthentication.md +0 -44
  105. package/doc/interfaces/types.CamelProperties.md +0 -123
  106. package/doc/interfaces/types.SystemSubscriptionProperties.md +0 -59
  107. package/doc/interfaces/types.WebhookProperties.md +0 -104
@@ -31,7 +31,7 @@ CreateBehaviorGroupRequest
31
31
 
32
32
  #### Defined in
33
33
 
34
- [packages/notifications/types/index.ts:515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L515)
34
+ [types/index.ts:503](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L503)
35
35
 
36
36
  ___
37
37
 
@@ -45,7 +45,7 @@ CreateBehaviorGroupRequest
45
45
 
46
46
  #### Defined in
47
47
 
48
- [packages/notifications/types/index.ts:521](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L521)
48
+ [types/index.ts:509](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L509)
49
49
 
50
50
  ___
51
51
 
@@ -59,7 +59,7 @@ CreateBehaviorGroupRequest
59
59
 
60
60
  #### Defined in
61
61
 
62
- [packages/notifications/types/index.ts:545](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L545)
62
+ [types/index.ts:533](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L533)
63
63
 
64
64
  ___
65
65
 
@@ -73,7 +73,7 @@ CreateBehaviorGroupRequest
73
73
 
74
74
  #### Defined in
75
75
 
76
- [packages/notifications/types/index.ts:527](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L527)
76
+ [types/index.ts:515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L515)
77
77
 
78
78
  ___
79
79
 
@@ -87,7 +87,7 @@ CreateBehaviorGroupRequest
87
87
 
88
88
  #### Defined in
89
89
 
90
- [packages/notifications/types/index.ts:533](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L533)
90
+ [types/index.ts:521](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L521)
91
91
 
92
92
  ___
93
93
 
@@ -101,4 +101,4 @@ CreateBehaviorGroupRequest
101
101
 
102
102
  #### Defined in
103
103
 
104
- [packages/notifications/types/index.ts:539](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L539)
104
+ [types/index.ts:527](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L527)
@@ -31,7 +31,7 @@ CreateBehaviorGroupResponse
31
31
 
32
32
  #### Defined in
33
33
 
34
- [packages/notifications/types/index.ts:564](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L564)
34
+ [types/index.ts:552](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L552)
35
35
 
36
36
  ___
37
37
 
@@ -45,7 +45,7 @@ CreateBehaviorGroupResponse
45
45
 
46
46
  #### Defined in
47
47
 
48
- [packages/notifications/types/index.ts:588](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L588)
48
+ [types/index.ts:576](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L576)
49
49
 
50
50
  ___
51
51
 
@@ -59,7 +59,7 @@ CreateBehaviorGroupResponse
59
59
 
60
60
  #### Defined in
61
61
 
62
- [packages/notifications/types/index.ts:570](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L570)
62
+ [types/index.ts:558](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L558)
63
63
 
64
64
  ___
65
65
 
@@ -73,7 +73,7 @@ CreateBehaviorGroupResponse
73
73
 
74
74
  #### Defined in
75
75
 
76
- [packages/notifications/types/index.ts:576](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L576)
76
+ [types/index.ts:564](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L564)
77
77
 
78
78
  ___
79
79
 
@@ -87,7 +87,7 @@ CreateBehaviorGroupResponse
87
87
 
88
88
  #### Defined in
89
89
 
90
- [packages/notifications/types/index.ts:582](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L582)
90
+ [types/index.ts:570](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L570)
91
91
 
92
92
  ___
93
93
 
@@ -101,4 +101,4 @@ CreateBehaviorGroupResponse
101
101
 
102
102
  #### Defined in
103
103
 
104
- [packages/notifications/types/index.ts:558](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L558)
104
+ [types/index.ts:546](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L546)
@@ -6,7 +6,7 @@
6
6
 
7
7
  **`Export`**
8
8
 
9
- CurrentStatu
9
+ CurrentStatus
10
10
 
11
11
  ## Table of contents
12
12
 
@@ -24,11 +24,11 @@ CurrentStatu
24
24
 
25
25
  **`Memberof`**
26
26
 
27
- CurrentStatu
27
+ CurrentStatus
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:613](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L613)
31
+ [types/index.ts:601](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L601)
32
32
 
33
33
  ___
34
34
 
@@ -38,11 +38,11 @@ ___
38
38
 
39
39
  **`Memberof`**
40
40
 
41
- CurrentStatu
41
+ CurrentStatus
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:607](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L607)
45
+ [types/index.ts:595](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L595)
46
46
 
47
47
  ___
48
48
 
@@ -52,8 +52,8 @@ ___
52
52
 
53
53
  **`Memberof`**
54
54
 
55
- CurrentStatu
55
+ CurrentStatus
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:601](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L601)
59
+ [types/index.ts:589](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L589)
@@ -32,7 +32,7 @@ DrawerEntryPayload
32
32
 
33
33
  #### Defined in
34
34
 
35
- [packages/notifications/types/index.ts:664](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L664)
35
+ [types/index.ts:652](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L652)
36
36
 
37
37
  ___
38
38
 
@@ -46,7 +46,7 @@ DrawerEntryPayload
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:646](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L646)
49
+ [types/index.ts:634](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L634)
50
50
 
51
51
  ___
52
52
 
@@ -60,7 +60,7 @@ DrawerEntryPayload
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:634](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L634)
63
+ [types/index.ts:622](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L622)
64
64
 
65
65
  ___
66
66
 
@@ -74,7 +74,7 @@ DrawerEntryPayload
74
74
 
75
75
  #### Defined in
76
76
 
77
- [packages/notifications/types/index.ts:628](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L628)
77
+ [types/index.ts:616](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L616)
78
78
 
79
79
  ___
80
80
 
@@ -88,7 +88,7 @@ DrawerEntryPayload
88
88
 
89
89
  #### Defined in
90
90
 
91
- [packages/notifications/types/index.ts:652](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L652)
91
+ [types/index.ts:640](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L640)
92
92
 
93
93
  ___
94
94
 
@@ -102,7 +102,7 @@ DrawerEntryPayload
102
102
 
103
103
  #### Defined in
104
104
 
105
- [packages/notifications/types/index.ts:658](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L658)
105
+ [types/index.ts:646](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L646)
106
106
 
107
107
  ___
108
108
 
@@ -116,4 +116,4 @@ DrawerEntryPayload
116
116
 
117
117
  #### Defined in
118
118
 
119
- [packages/notifications/types/index.ts:640](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L640)
119
+ [types/index.ts:628](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L628)
@@ -27,7 +27,7 @@ DuplicateNameMigrationReport
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:683](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L683)
30
+ [types/index.ts:671](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L671)
31
31
 
32
32
  ___
33
33
 
@@ -41,4 +41,4 @@ DuplicateNameMigrationReport
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:677](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L677)
44
+ [types/index.ts:665](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L665)
@@ -36,7 +36,7 @@ Endpoint
36
36
 
37
37
  #### Defined in
38
38
 
39
- [packages/notifications/types/index.ts:696](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L696)
39
+ [types/index.ts:684](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L684)
40
40
 
41
41
  ___
42
42
 
@@ -50,7 +50,7 @@ Endpoint
50
50
 
51
51
  #### Defined in
52
52
 
53
- [packages/notifications/types/index.ts:720](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L720)
53
+ [types/index.ts:708](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L708)
54
54
 
55
55
  ___
56
56
 
@@ -64,7 +64,7 @@ Endpoint
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/notifications/types/index.ts:726](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L726)
67
+ [types/index.ts:714](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L714)
68
68
 
69
69
  ___
70
70
 
@@ -78,7 +78,7 @@ Endpoint
78
78
 
79
79
  #### Defined in
80
80
 
81
- [packages/notifications/types/index.ts:708](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L708)
81
+ [types/index.ts:696](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L696)
82
82
 
83
83
  ___
84
84
 
@@ -92,7 +92,7 @@ Endpoint
92
92
 
93
93
  #### Defined in
94
94
 
95
- [packages/notifications/types/index.ts:714](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L714)
95
+ [types/index.ts:702](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L702)
96
96
 
97
97
  ___
98
98
 
@@ -106,7 +106,7 @@ Endpoint
106
106
 
107
107
  #### Defined in
108
108
 
109
- [packages/notifications/types/index.ts:744](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L744)
109
+ [types/index.ts:732](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L732)
110
110
 
111
111
  ___
112
112
 
@@ -120,7 +120,7 @@ Endpoint
120
120
 
121
121
  #### Defined in
122
122
 
123
- [packages/notifications/types/index.ts:738](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L738)
123
+ [types/index.ts:726](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L726)
124
124
 
125
125
  ___
126
126
 
@@ -134,7 +134,7 @@ Endpoint
134
134
 
135
135
  #### Defined in
136
136
 
137
- [packages/notifications/types/index.ts:732](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L732)
137
+ [types/index.ts:720](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L720)
138
138
 
139
139
  ___
140
140
 
@@ -148,13 +148,13 @@ Endpoint
148
148
 
149
149
  #### Defined in
150
150
 
151
- [packages/notifications/types/index.ts:756](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L756)
151
+ [types/index.ts:744](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L744)
152
152
 
153
153
  ___
154
154
 
155
155
  ### type
156
156
 
157
- • **type**: [`EndpointType`](../enums/types.EndpointType.md)
157
+ `Optional` **type**: [`EndpointType`](../enums/types.EndpointType.md)
158
158
 
159
159
  **`Memberof`**
160
160
 
@@ -162,7 +162,7 @@ Endpoint
162
162
 
163
163
  #### Defined in
164
164
 
165
- [packages/notifications/types/index.ts:750](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L750)
165
+ [types/index.ts:738](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L738)
166
166
 
167
167
  ___
168
168
 
@@ -176,4 +176,4 @@ Endpoint
176
176
 
177
177
  #### Defined in
178
178
 
179
- [packages/notifications/types/index.ts:702](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L702)
179
+ [types/index.ts:690](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L690)
@@ -0,0 +1,179 @@
1
+ [@redhat-cloud-services/javascript-clients](../README.md) / [Exports](../modules.md) / [types](../modules/types.md) / EndpointDTO
2
+
3
+ # Interface: EndpointDTO
4
+
5
+ [types](../modules/types.md).EndpointDTO
6
+
7
+ **`Export`**
8
+
9
+ EndpointDTO
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [created](types.EndpointDTO.md#created)
16
+ - [description](types.EndpointDTO.md#description)
17
+ - [enabled](types.EndpointDTO.md#enabled)
18
+ - [id](types.EndpointDTO.md#id)
19
+ - [name](types.EndpointDTO.md#name)
20
+ - [properties](types.EndpointDTO.md#properties)
21
+ - [server\_errors](types.EndpointDTO.md#server_errors)
22
+ - [status](types.EndpointDTO.md#status)
23
+ - [sub\_type](types.EndpointDTO.md#sub_type)
24
+ - [type](types.EndpointDTO.md#type)
25
+ - [updated](types.EndpointDTO.md#updated)
26
+
27
+ ## Properties
28
+
29
+ ### created
30
+
31
+ • `Optional` **created**: `string`
32
+
33
+ **`Memberof`**
34
+
35
+ EndpointDTO
36
+
37
+ #### Defined in
38
+
39
+ [types/index.ts:807](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L807)
40
+
41
+ ___
42
+
43
+ ### description
44
+
45
+ • **description**: `string`
46
+
47
+ **`Memberof`**
48
+
49
+ EndpointDTO
50
+
51
+ #### Defined in
52
+
53
+ [types/index.ts:771](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L771)
54
+
55
+ ___
56
+
57
+ ### enabled
58
+
59
+ • `Optional` **enabled**: `boolean`
60
+
61
+ **`Memberof`**
62
+
63
+ EndpointDTO
64
+
65
+ #### Defined in
66
+
67
+ [types/index.ts:777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L777)
68
+
69
+ ___
70
+
71
+ ### id
72
+
73
+ • `Optional` **id**: `string`
74
+
75
+ **`Memberof`**
76
+
77
+ EndpointDTO
78
+
79
+ #### Defined in
80
+
81
+ [types/index.ts:759](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L759)
82
+
83
+ ___
84
+
85
+ ### name
86
+
87
+ • **name**: `string`
88
+
89
+ **`Memberof`**
90
+
91
+ EndpointDTO
92
+
93
+ #### Defined in
94
+
95
+ [types/index.ts:765](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L765)
96
+
97
+ ___
98
+
99
+ ### properties
100
+
101
+ • `Optional` **properties**: `object`
102
+
103
+ **`Memberof`**
104
+
105
+ EndpointDTO
106
+
107
+ #### Defined in
108
+
109
+ [types/index.ts:819](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L819)
110
+
111
+ ___
112
+
113
+ ### server\_errors
114
+
115
+ • `Optional` **server\_errors**: `number`
116
+
117
+ **`Memberof`**
118
+
119
+ EndpointDTO
120
+
121
+ #### Defined in
122
+
123
+ [types/index.ts:789](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L789)
124
+
125
+ ___
126
+
127
+ ### status
128
+
129
+ • `Optional` **status**: [`EndpointStatusDTO`](../enums/types.EndpointStatusDTO.md)
130
+
131
+ **`Memberof`**
132
+
133
+ EndpointDTO
134
+
135
+ #### Defined in
136
+
137
+ [types/index.ts:783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L783)
138
+
139
+ ___
140
+
141
+ ### sub\_type
142
+
143
+ • `Optional` **sub\_type**: `string`
144
+
145
+ **`Memberof`**
146
+
147
+ EndpointDTO
148
+
149
+ #### Defined in
150
+
151
+ [types/index.ts:801](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L801)
152
+
153
+ ___
154
+
155
+ ### type
156
+
157
+ • **type**: [`EndpointTypeDTO`](../enums/types.EndpointTypeDTO.md)
158
+
159
+ **`Memberof`**
160
+
161
+ EndpointDTO
162
+
163
+ #### Defined in
164
+
165
+ [types/index.ts:795](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L795)
166
+
167
+ ___
168
+
169
+ ### updated
170
+
171
+ • `Optional` **updated**: `string`
172
+
173
+ **`Memberof`**
174
+
175
+ EndpointDTO
176
+
177
+ #### Defined in
178
+
179
+ [types/index.ts:813](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L813)
@@ -20,7 +20,7 @@ EndpointPage
20
20
 
21
21
  ### data
22
22
 
23
- • **data**: [`Endpoint`](types.Endpoint.md)[]
23
+ • **data**: [`EndpointDTO`](types.EndpointDTO.md)[]
24
24
 
25
25
  **`Memberof`**
26
26
 
@@ -28,7 +28,7 @@ EndpointPage
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:771](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L771)
31
+ [types/index.ts:834](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L834)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ EndpointPage
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L777)
49
+ [types/index.ts:840](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L840)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ EndpointPage
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L783)
63
+ [types/index.ts:846](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L846)
@@ -26,4 +26,4 @@ EndpointTestRequest
26
26
 
27
27
  #### Defined in
28
28
 
29
- [packages/notifications/types/index.ts:814](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L814)
29
+ [types/index.ts:895](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L895)
@@ -32,7 +32,7 @@ EventLogEntry
32
32
 
33
33
  #### Defined in
34
34
 
35
- [packages/notifications/types/index.ts:896](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L896)
35
+ [types/index.ts:994](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L994)
36
36
 
37
37
  ___
38
38
 
@@ -46,7 +46,7 @@ EventLogEntry
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:878](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L878)
49
+ [types/index.ts:976](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L976)
50
50
 
51
51
  ___
52
52
 
@@ -60,7 +60,7 @@ EventLogEntry
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L872)
63
+ [types/index.ts:970](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L970)
64
64
 
65
65
  ___
66
66
 
@@ -74,7 +74,7 @@ EventLogEntry
74
74
 
75
75
  #### Defined in
76
76
 
77
- [packages/notifications/types/index.ts:866](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L866)
77
+ [types/index.ts:964](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L964)
78
78
 
79
79
  ___
80
80
 
@@ -88,7 +88,7 @@ EventLogEntry
88
88
 
89
89
  #### Defined in
90
90
 
91
- [packages/notifications/types/index.ts:884](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L884)
91
+ [types/index.ts:982](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L982)
92
92
 
93
93
  ___
94
94
 
@@ -102,7 +102,7 @@ EventLogEntry
102
102
 
103
103
  #### Defined in
104
104
 
105
- [packages/notifications/types/index.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L860)
105
+ [types/index.ts:958](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L958)
106
106
 
107
107
  ___
108
108
 
@@ -116,4 +116,4 @@ EventLogEntry
116
116
 
117
117
  #### Defined in
118
118
 
119
- [packages/notifications/types/index.ts:890](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L890)
119
+ [types/index.ts:988](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L988)
@@ -36,7 +36,7 @@ EventLogEntryAction
36
36
 
37
37
  #### Defined in
38
38
 
39
- [packages/notifications/types/index.ts:946](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L946)
39
+ [types/index.ts:1044](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1044)
40
40
 
41
41
  ___
42
42
 
@@ -50,7 +50,7 @@ EventLogEntryAction
50
50
 
51
51
  #### Defined in
52
52
 
53
- [packages/notifications/types/index.ts:940](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L940)
53
+ [types/index.ts:1038](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1038)
54
54
 
55
55
  ___
56
56
 
@@ -64,7 +64,7 @@ EventLogEntryAction
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/notifications/types/index.ts:921](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L921)
67
+ [types/index.ts:1019](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1019)
68
68
 
69
69
  ___
70
70
 
@@ -78,7 +78,7 @@ EventLogEntryAction
78
78
 
79
79
  #### Defined in
80
80
 
81
- [packages/notifications/types/index.ts:915](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L915)
81
+ [types/index.ts:1013](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1013)
82
82
 
83
83
  ___
84
84
 
@@ -92,7 +92,7 @@ EventLogEntryAction
92
92
 
93
93
  #### Defined in
94
94
 
95
- [packages/notifications/types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L909)
95
+ [types/index.ts:1007](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1007)
96
96
 
97
97
  ___
98
98
 
@@ -108,7 +108,7 @@ EventLogEntryAction
108
108
 
109
109
  #### Defined in
110
110
 
111
- [packages/notifications/types/index.ts:928](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L928)
111
+ [types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1026)
112
112
 
113
113
  ___
114
114
 
@@ -122,4 +122,4 @@ EventLogEntryAction
122
122
 
123
123
  #### Defined in
124
124
 
125
- [packages/notifications/types/index.ts:934](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L934)
125
+ [types/index.ts:1032](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1032)