@redhat-cloud-services/notifications-client 1.0.102

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 (57) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +59 -0
  3. package/doc/README.md +63 -0
  4. package/doc/classes/appregistrationapi.md +102 -0
  5. package/doc/classes/appsapi.md +127 -0
  6. package/doc/classes/baseapi.md +71 -0
  7. package/doc/classes/configuration.md +116 -0
  8. package/doc/classes/endpointsapi.md +229 -0
  9. package/doc/classes/filtersapi.md +103 -0
  10. package/doc/classes/requirederror.md +88 -0
  11. package/doc/enums/apptypeenum.md +19 -0
  12. package/doc/enums/endpointattributeslastdeliverystatusenum.md +28 -0
  13. package/doc/enums/endpointtypeenum.md +19 -0
  14. package/doc/enums/eventtypetypeenum.md +19 -0
  15. package/doc/enums/inlineresponse2004datatypeenum.md +19 -0
  16. package/doc/enums/leveltypeenum.md +19 -0
  17. package/doc/globals.md +458 -0
  18. package/doc/interfaces/app.md +66 -0
  19. package/doc/interfaces/appattributes.md +42 -0
  20. package/doc/interfaces/apprelationships.md +27 -0
  21. package/doc/interfaces/appsregisterapplication.md +38 -0
  22. package/doc/interfaces/appsregistereventtypes.md +49 -0
  23. package/doc/interfaces/appsregistereventtypeslevels.md +38 -0
  24. package/doc/interfaces/configurationparameters.md +75 -0
  25. package/doc/interfaces/endpoint.md +53 -0
  26. package/doc/interfaces/endpointattributes.md +94 -0
  27. package/doc/interfaces/endpointsendpoint.md +60 -0
  28. package/doc/interfaces/endpointsendpointfilter.md +49 -0
  29. package/doc/interfaces/endpointsidendpoint.md +60 -0
  30. package/doc/interfaces/endpointsidendpointfilter.md +60 -0
  31. package/doc/interfaces/errors.md +27 -0
  32. package/doc/interfaces/errorserrors.md +93 -0
  33. package/doc/interfaces/errorssource.md +38 -0
  34. package/doc/interfaces/eventtype.md +66 -0
  35. package/doc/interfaces/eventtypeattributes.md +42 -0
  36. package/doc/interfaces/eventtyperelationships.md +27 -0
  37. package/doc/interfaces/inlineobject.md +38 -0
  38. package/doc/interfaces/inlineobject1.md +27 -0
  39. package/doc/interfaces/inlineobject2.md +27 -0
  40. package/doc/interfaces/inlineresponse200.md +38 -0
  41. package/doc/interfaces/inlineresponse2001.md +27 -0
  42. package/doc/interfaces/inlineresponse2002.md +38 -0
  43. package/doc/interfaces/inlineresponse2003.md +49 -0
  44. package/doc/interfaces/inlineresponse2004.md +27 -0
  45. package/doc/interfaces/inlineresponse2004data.md +60 -0
  46. package/doc/interfaces/inlineresponse2004dataattributes.md +27 -0
  47. package/doc/interfaces/inlineresponse2004datarelationships.md +60 -0
  48. package/doc/interfaces/inlineresponse201.md +27 -0
  49. package/doc/interfaces/level.md +55 -0
  50. package/doc/interfaces/levelattributes.md +29 -0
  51. package/doc/interfaces/links.md +68 -0
  52. package/doc/interfaces/metadata.md +55 -0
  53. package/doc/interfaces/relationship.md +38 -0
  54. package/doc/interfaces/relationships.md +27 -0
  55. package/doc/interfaces/requestargs.md +34 -0
  56. package/package.json +34 -0
  57. package/postProcess.sh +12 -0
@@ -0,0 +1,38 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [AppsRegisterEventTypesLevels](appsregistereventtypeslevels.md)
2
+
3
+ # Interface: AppsRegisterEventTypesLevels
4
+
5
+ **`export`**
6
+
7
+ **`interface`** AppsRegisterEventTypesLevels
8
+
9
+ ## Hierarchy
10
+
11
+ * **AppsRegisterEventTypesLevels**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [id](appsregistereventtypeslevels.md#optional-id)
18
+ * [title](appsregistereventtypeslevels.md#optional-title)
19
+
20
+ ## Properties
21
+
22
+ ### `Optional` id
23
+
24
+ • **id**? : *number | string*
25
+
26
+ *Defined in [packages/hooks/api.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L149)*
27
+
28
+ **`memberof`** AppsRegisterEventTypesLevels
29
+
30
+ ___
31
+
32
+ ### `Optional` title
33
+
34
+ • **title**? : *string*
35
+
36
+ *Defined in [packages/hooks/api.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L155)*
37
+
38
+ **`memberof`** AppsRegisterEventTypesLevels
@@ -0,0 +1,75 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [ConfigurationParameters](configurationparameters.md)
2
+
3
+ # Interface: ConfigurationParameters
4
+
5
+ API V1
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+
10
+ NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ https://openapi-generator.tech
12
+ Do not edit the class manually.
13
+
14
+ ## Hierarchy
15
+
16
+ * **ConfigurationParameters**
17
+
18
+ ## Index
19
+
20
+ ### Properties
21
+
22
+ * [accessToken](configurationparameters.md#optional-accesstoken)
23
+ * [apiKey](configurationparameters.md#optional-apikey)
24
+ * [baseOptions](configurationparameters.md#optional-baseoptions)
25
+ * [basePath](configurationparameters.md#optional-basepath)
26
+ * [password](configurationparameters.md#optional-password)
27
+ * [username](configurationparameters.md#optional-username)
28
+
29
+ ## Properties
30
+
31
+ ### `Optional` accessToken
32
+
33
+ • **accessToken**? : *string | function*
34
+
35
+ *Defined in [packages/hooks/configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L19)*
36
+
37
+ ___
38
+
39
+ ### `Optional` apiKey
40
+
41
+ • **apiKey**? : *string | function*
42
+
43
+ *Defined in [packages/hooks/configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L16)*
44
+
45
+ ___
46
+
47
+ ### `Optional` baseOptions
48
+
49
+ • **baseOptions**? : *any*
50
+
51
+ *Defined in [packages/hooks/configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L21)*
52
+
53
+ ___
54
+
55
+ ### `Optional` basePath
56
+
57
+ • **basePath**? : *string*
58
+
59
+ *Defined in [packages/hooks/configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L20)*
60
+
61
+ ___
62
+
63
+ ### `Optional` password
64
+
65
+ • **password**? : *string*
66
+
67
+ *Defined in [packages/hooks/configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L18)*
68
+
69
+ ___
70
+
71
+ ### `Optional` username
72
+
73
+ • **username**? : *string*
74
+
75
+ *Defined in [packages/hooks/configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/configuration.ts#L17)*
@@ -0,0 +1,53 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [Endpoint](endpoint.md)
2
+
3
+ # Interface: Endpoint
4
+
5
+ **`export`**
6
+
7
+ **`interface`** Endpoint
8
+
9
+ ## Hierarchy
10
+
11
+ * **Endpoint**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [attributes](endpoint.md#optional-attributes)
18
+ * [id](endpoint.md#optional-id)
19
+ * [type](endpoint.md#optional-type)
20
+
21
+ ## Properties
22
+
23
+ ### `Optional` attributes
24
+
25
+ • **attributes**? : *[EndpointAttributes](endpointattributes.md)*
26
+
27
+ *Defined in [packages/hooks/api.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L180)*
28
+
29
+ **`memberof`** Endpoint
30
+
31
+ ___
32
+
33
+ ### `Optional` id
34
+
35
+ • **id**? : *string*
36
+
37
+ *Defined in [packages/hooks/api.ts:168](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L168)*
38
+
39
+ Identifier of the endpoint
40
+
41
+ **`memberof`** Endpoint
42
+
43
+ ___
44
+
45
+ ### `Optional` type
46
+
47
+ • **type**? : *[EndpointTypeEnum](../enums/endpointtypeenum.md)*
48
+
49
+ *Defined in [packages/hooks/api.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L174)*
50
+
51
+ Type of the returned record
52
+
53
+ **`memberof`** Endpoint
@@ -0,0 +1,94 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [EndpointAttributes](endpointattributes.md)
2
+
3
+ # Interface: EndpointAttributes
4
+
5
+ **`export`**
6
+
7
+ **`interface`** EndpointAttributes
8
+
9
+ ## Hierarchy
10
+
11
+ * **EndpointAttributes**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [active](endpointattributes.md#optional-active)
18
+ * [last_delivery_status](endpointattributes.md#optional-last_delivery_status)
19
+ * [last_delivery_time](endpointattributes.md#optional-last_delivery_time)
20
+ * [last_failure_time](endpointattributes.md#optional-last_failure_time)
21
+ * [name](endpointattributes.md#optional-name)
22
+ * [url](endpointattributes.md#optional-url)
23
+
24
+ ## Properties
25
+
26
+ ### `Optional` active
27
+
28
+ • **active**? : *boolean*
29
+
30
+ *Defined in [packages/hooks/api.ts:208](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L208)*
31
+
32
+ A flag determining whether this endpoint should be used
33
+
34
+ **`memberof`** EndpointAttributes
35
+
36
+ ___
37
+
38
+ ### `Optional` last_delivery_status
39
+
40
+ • **last_delivery_status**? : *[EndpointAttributesLastDeliveryStatusEnum](../enums/endpointattributeslastdeliverystatusenum.md)*
41
+
42
+ *Defined in [packages/hooks/api.ts:220](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L220)*
43
+
44
+ Status of the last delivery
45
+
46
+ **`memberof`** EndpointAttributes
47
+
48
+ ___
49
+
50
+ ### `Optional` last_delivery_time
51
+
52
+ • **last_delivery_time**? : *string | null*
53
+
54
+ *Defined in [packages/hooks/api.ts:226](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L226)*
55
+
56
+ Timestamp of last delivery attempt
57
+
58
+ **`memberof`** EndpointAttributes
59
+
60
+ ___
61
+
62
+ ### `Optional` last_failure_time
63
+
64
+ • **last_failure_time**? : *string*
65
+
66
+ *Defined in [packages/hooks/api.ts:232](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L232)*
67
+
68
+ Timestamp of first failure. If the status is \"failure\", this marks when the endpoint \"went down\"
69
+
70
+ **`memberof`** EndpointAttributes
71
+
72
+ ___
73
+
74
+ ### `Optional` name
75
+
76
+ • **name**? : *string*
77
+
78
+ *Defined in [packages/hooks/api.ts:202](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L202)*
79
+
80
+ Human readable description of the endpoint
81
+
82
+ **`memberof`** EndpointAttributes
83
+
84
+ ___
85
+
86
+ ### `Optional` url
87
+
88
+ • **url**? : *string*
89
+
90
+ *Defined in [packages/hooks/api.ts:214](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L214)*
91
+
92
+ URL to which messages should be POSTed
93
+
94
+ **`memberof`** EndpointAttributes
@@ -0,0 +1,60 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [EndpointsEndpoint](endpointsendpoint.md)
2
+
3
+ # Interface: EndpointsEndpoint
4
+
5
+ **`export`**
6
+
7
+ **`interface`** EndpointsEndpoint
8
+
9
+ ## Hierarchy
10
+
11
+ * **EndpointsEndpoint**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [filter](endpointsendpoint.md#optional-filter)
18
+ * [name](endpointsendpoint.md#optional-name)
19
+ * [type](endpointsendpoint.md#optional-type)
20
+ * [url](endpointsendpoint.md#optional-url)
21
+
22
+ ## Properties
23
+
24
+ ### `Optional` filter
25
+
26
+ • **filter**? : *[EndpointsEndpointFilter](endpointsendpointfilter.md)*
27
+
28
+ *Defined in [packages/hooks/api.ts:273](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L273)*
29
+
30
+ **`memberof`** EndpointsEndpoint
31
+
32
+ ___
33
+
34
+ ### `Optional` name
35
+
36
+ • **name**? : *string*
37
+
38
+ *Defined in [packages/hooks/api.ts:261](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L261)*
39
+
40
+ **`memberof`** EndpointsEndpoint
41
+
42
+ ___
43
+
44
+ ### `Optional` type
45
+
46
+ • **type**? : *string*
47
+
48
+ *Defined in [packages/hooks/api.ts:267](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L267)*
49
+
50
+ **`memberof`** EndpointsEndpoint
51
+
52
+ ___
53
+
54
+ ### `Optional` url
55
+
56
+ • **url**? : *string*
57
+
58
+ *Defined in [packages/hooks/api.ts:255](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L255)*
59
+
60
+ **`memberof`** EndpointsEndpoint
@@ -0,0 +1,49 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [EndpointsEndpointFilter](endpointsendpointfilter.md)
2
+
3
+ # Interface: EndpointsEndpointFilter
4
+
5
+ **`export`**
6
+
7
+ **`interface`** EndpointsEndpointFilter
8
+
9
+ ## Hierarchy
10
+
11
+ * **EndpointsEndpointFilter**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [app_ids](endpointsendpointfilter.md#optional-app_ids)
18
+ * [event_type_ids](endpointsendpointfilter.md#optional-event_type_ids)
19
+ * [level_ids](endpointsendpointfilter.md#optional-level_ids)
20
+
21
+ ## Properties
22
+
23
+ ### `Optional` app_ids
24
+
25
+ • **app_ids**? : *Array‹string›*
26
+
27
+ *Defined in [packages/hooks/api.ts:286](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L286)*
28
+
29
+ **`memberof`** EndpointsEndpointFilter
30
+
31
+ ___
32
+
33
+ ### `Optional` event_type_ids
34
+
35
+ • **event_type_ids**? : *Array‹string›*
36
+
37
+ *Defined in [packages/hooks/api.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L292)*
38
+
39
+ **`memberof`** EndpointsEndpointFilter
40
+
41
+ ___
42
+
43
+ ### `Optional` level_ids
44
+
45
+ • **level_ids**? : *Array‹string›*
46
+
47
+ *Defined in [packages/hooks/api.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L298)*
48
+
49
+ **`memberof`** EndpointsEndpointFilter
@@ -0,0 +1,60 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [EndpointsIdEndpoint](endpointsidendpoint.md)
2
+
3
+ # Interface: EndpointsIdEndpoint
4
+
5
+ **`export`**
6
+
7
+ **`interface`** EndpointsIdEndpoint
8
+
9
+ ## Hierarchy
10
+
11
+ * **EndpointsIdEndpoint**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [filter](endpointsidendpoint.md#optional-filter)
18
+ * [name](endpointsidendpoint.md#optional-name)
19
+ * [type](endpointsidendpoint.md#optional-type)
20
+ * [url](endpointsidendpoint.md#optional-url)
21
+
22
+ ## Properties
23
+
24
+ ### `Optional` filter
25
+
26
+ • **filter**? : *[EndpointsIdEndpointFilter](endpointsidendpointfilter.md)*
27
+
28
+ *Defined in [packages/hooks/api.ts:329](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L329)*
29
+
30
+ **`memberof`** EndpointsIdEndpoint
31
+
32
+ ___
33
+
34
+ ### `Optional` name
35
+
36
+ • **name**? : *string*
37
+
38
+ *Defined in [packages/hooks/api.ts:317](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L317)*
39
+
40
+ **`memberof`** EndpointsIdEndpoint
41
+
42
+ ___
43
+
44
+ ### `Optional` type
45
+
46
+ • **type**? : *string*
47
+
48
+ *Defined in [packages/hooks/api.ts:323](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L323)*
49
+
50
+ **`memberof`** EndpointsIdEndpoint
51
+
52
+ ___
53
+
54
+ ### `Optional` url
55
+
56
+ • **url**? : *string*
57
+
58
+ *Defined in [packages/hooks/api.ts:311](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L311)*
59
+
60
+ **`memberof`** EndpointsIdEndpoint
@@ -0,0 +1,60 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [EndpointsIdEndpointFilter](endpointsidendpointfilter.md)
2
+
3
+ # Interface: EndpointsIdEndpointFilter
4
+
5
+ **`export`**
6
+
7
+ **`interface`** EndpointsIdEndpointFilter
8
+
9
+ ## Hierarchy
10
+
11
+ * **EndpointsIdEndpointFilter**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [_destroy](endpointsidendpointfilter.md#optional-_destroy)
18
+ * [app_ids](endpointsidendpointfilter.md#optional-app_ids)
19
+ * [event_type_ids](endpointsidendpointfilter.md#optional-event_type_ids)
20
+ * [level_ids](endpointsidendpointfilter.md#optional-level_ids)
21
+
22
+ ## Properties
23
+
24
+ ### `Optional` _destroy
25
+
26
+ • **_destroy**? : *boolean*
27
+
28
+ *Defined in [packages/hooks/api.ts:360](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L360)*
29
+
30
+ **`memberof`** EndpointsIdEndpointFilter
31
+
32
+ ___
33
+
34
+ ### `Optional` app_ids
35
+
36
+ • **app_ids**? : *Array‹string›*
37
+
38
+ *Defined in [packages/hooks/api.ts:342](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L342)*
39
+
40
+ **`memberof`** EndpointsIdEndpointFilter
41
+
42
+ ___
43
+
44
+ ### `Optional` event_type_ids
45
+
46
+ • **event_type_ids**? : *Array‹string›*
47
+
48
+ *Defined in [packages/hooks/api.ts:348](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L348)*
49
+
50
+ **`memberof`** EndpointsIdEndpointFilter
51
+
52
+ ___
53
+
54
+ ### `Optional` level_ids
55
+
56
+ • **level_ids**? : *Array‹string›*
57
+
58
+ *Defined in [packages/hooks/api.ts:354](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L354)*
59
+
60
+ **`memberof`** EndpointsIdEndpointFilter
@@ -0,0 +1,27 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [Errors](errors.md)
2
+
3
+ # Interface: Errors
4
+
5
+ **`export`**
6
+
7
+ **`interface`** Errors
8
+
9
+ ## Hierarchy
10
+
11
+ * **Errors**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [errors](errors.md#optional-errors)
18
+
19
+ ## Properties
20
+
21
+ ### `Optional` errors
22
+
23
+ • **errors**? : *Array‹[ErrorsErrors](errorserrors.md)›*
24
+
25
+ *Defined in [packages/hooks/api.ts:373](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L373)*
26
+
27
+ **`memberof`** Errors
@@ -0,0 +1,93 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [ErrorsErrors](errorserrors.md)
2
+
3
+ # Interface: ErrorsErrors
4
+
5
+ **`export`**
6
+
7
+ **`interface`** ErrorsErrors
8
+
9
+ ## Hierarchy
10
+
11
+ * **ErrorsErrors**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [code](errorserrors.md#optional-code)
18
+ * [detail](errorserrors.md#optional-detail)
19
+ * [id](errorserrors.md#optional-id)
20
+ * [meta](errorserrors.md#optional-meta)
21
+ * [source](errorserrors.md#optional-source)
22
+ * [status](errorserrors.md#optional-status)
23
+ * [title](errorserrors.md#optional-title)
24
+
25
+ ## Properties
26
+
27
+ ### `Optional` code
28
+
29
+ • **code**? : *string*
30
+
31
+ *Defined in [packages/hooks/api.ts:398](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L398)*
32
+
33
+ **`memberof`** ErrorsErrors
34
+
35
+ ___
36
+
37
+ ### `Optional` detail
38
+
39
+ • **detail**? : *string*
40
+
41
+ *Defined in [packages/hooks/api.ts:410](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L410)*
42
+
43
+ **`memberof`** ErrorsErrors
44
+
45
+ ___
46
+
47
+ ### `Optional` id
48
+
49
+ • **id**? : *string*
50
+
51
+ *Defined in [packages/hooks/api.ts:386](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L386)*
52
+
53
+ **`memberof`** ErrorsErrors
54
+
55
+ ___
56
+
57
+ ### `Optional` meta
58
+
59
+ • **meta**? : *object*
60
+
61
+ *Defined in [packages/hooks/api.ts:422](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L422)*
62
+
63
+ **`memberof`** ErrorsErrors
64
+
65
+ ___
66
+
67
+ ### `Optional` source
68
+
69
+ • **source**? : *[ErrorsSource](errorssource.md)*
70
+
71
+ *Defined in [packages/hooks/api.ts:416](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L416)*
72
+
73
+ **`memberof`** ErrorsErrors
74
+
75
+ ___
76
+
77
+ ### `Optional` status
78
+
79
+ • **status**? : *string*
80
+
81
+ *Defined in [packages/hooks/api.ts:392](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L392)*
82
+
83
+ **`memberof`** ErrorsErrors
84
+
85
+ ___
86
+
87
+ ### `Optional` title
88
+
89
+ • **title**? : *string*
90
+
91
+ *Defined in [packages/hooks/api.ts:404](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L404)*
92
+
93
+ **`memberof`** ErrorsErrors
@@ -0,0 +1,38 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) › [Globals](../globals.md) › [ErrorsSource](errorssource.md)
2
+
3
+ # Interface: ErrorsSource
4
+
5
+ **`export`**
6
+
7
+ **`interface`** ErrorsSource
8
+
9
+ ## Hierarchy
10
+
11
+ * **ErrorsSource**
12
+
13
+ ## Index
14
+
15
+ ### Properties
16
+
17
+ * [parameter](errorssource.md#optional-parameter)
18
+ * [pointer](errorssource.md#optional-pointer)
19
+
20
+ ## Properties
21
+
22
+ ### `Optional` parameter
23
+
24
+ • **parameter**? : *string*
25
+
26
+ *Defined in [packages/hooks/api.ts:441](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L441)*
27
+
28
+ **`memberof`** ErrorsSource
29
+
30
+ ___
31
+
32
+ ### `Optional` pointer
33
+
34
+ • **pointer**? : *string*
35
+
36
+ *Defined in [packages/hooks/api.ts:435](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/hooks/api.ts#L435)*
37
+
38
+ **`memberof`** ErrorsSource