@redhat-cloud-services/notifications-client 4.0.2 → 4.0.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.
package/dist/api.d.ts CHANGED
@@ -25,7 +25,7 @@ type endpointReturnTypes = {
25
25
  orgConfigResourceV1GetDailyDigestTimePreference: OrgConfigResourceV1GetDailyDigestTimePreferenceReturnType;
26
26
  orgConfigResourceV1SaveDailyDigestTimePreference: OrgConfigResourceV1SaveDailyDigestTimePreferenceReturnType;
27
27
  };
28
- export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
28
+ export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
29
29
  drawerResourceV1GetDrawerEntries: (...config: ([import("./DrawerResourceV1GetDrawerEntries").DrawerResourceV1GetDrawerEntriesParams] | [Set<string>, Set<string>, string, Set<string>, number, number, number, boolean, string, string, string, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
30
30
  drawerResourceV1UpdateNotificationReadStatus: (...config: ([import("./DrawerResourceV1UpdateNotificationReadStatus").DrawerResourceV1UpdateNotificationReadStatusParams] | [import("./types").UpdateNotificationDrawerStatus, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
31
31
  eventResourceV1GetEvents: (...config: ([import("./EventResourceV1GetEvents").EventResourceV1GetEventsParams] | [Set<string>, Set<string>, string, Set<string>, string, boolean, boolean, boolean, Set<boolean>, number, number, number, string, string, string, Set<import("./types").EventLogEntryActionStatus>, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
package/dist/esm/api.d.ts CHANGED
@@ -25,7 +25,7 @@ type endpointReturnTypes = {
25
25
  orgConfigResourceV1GetDailyDigestTimePreference: OrgConfigResourceV1GetDailyDigestTimePreferenceReturnType;
26
26
  orgConfigResourceV1SaveDailyDigestTimePreference: OrgConfigResourceV1SaveDailyDigestTimePreferenceReturnType;
27
27
  };
28
- export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
28
+ export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
29
29
  drawerResourceV1GetDrawerEntries: (...config: ([import("./DrawerResourceV1GetDrawerEntries").DrawerResourceV1GetDrawerEntriesParams] | [Set<string>, Set<string>, string, Set<string>, number, number, number, boolean, string, string, string, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
30
30
  drawerResourceV1UpdateNotificationReadStatus: (...config: ([import("./DrawerResourceV1UpdateNotificationReadStatus").DrawerResourceV1UpdateNotificationReadStatusParams] | [import("./types").UpdateNotificationDrawerStatus, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
31
31
  eventResourceV1GetEvents: (...config: ([import("./EventResourceV1GetEvents").EventResourceV1GetEventsParams] | [Set<string>, Set<string>, string, Set<string>, string, boolean, boolean, boolean, Set<boolean>, number, number, number, string, string, string, Set<import("./types").EventLogEntryActionStatus>, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
@@ -23,7 +23,7 @@ type endpointReturnTypes = {
23
23
  orgConfigResourceV2GetDailyDigestTimePreference: OrgConfigResourceV2GetDailyDigestTimePreferenceReturnType;
24
24
  orgConfigResourceV2SaveDailyDigestTimePreference: OrgConfigResourceV2SaveDailyDigestTimePreferenceReturnType;
25
25
  };
26
- export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
26
+ export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
27
27
  eventResourceV2GetEvents: (...config: ([import("./EventResourceV2GetEvents").EventResourceV2GetEventsParams] | [Set<string>, Set<string>, string, Set<string>, string, boolean, boolean, boolean, Set<boolean>, number, number, number, string, string, string, Set<import("./types").EventLogEntryActionStatus>, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
28
28
  notificationResourceV2AppendBehaviorGroupToEventType: (...config: ([import("./NotificationResourceV2AppendBehaviorGroupToEventType").NotificationResourceV2AppendBehaviorGroupToEventTypeParams] | [string, string, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
29
29
  notificationResourceV2CreateBehaviorGroup: (...config: ([import("./NotificationResourceV2CreateBehaviorGroup").NotificationResourceV2CreateBehaviorGroupParams] | [import("./types").CreateBehaviorGroupRequest, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
package/dist/package.json CHANGED
@@ -1,9 +1,46 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/notifications-client",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/esm/index.js",
11
+ "default": "./dist/index.js"
12
+ },
13
+ "./api": {
14
+ "types": "./dist/api.d.ts",
15
+ "import": "./dist/esm/api.js",
16
+ "default": "./dist/api.js"
17
+ },
18
+ "./v2": {
19
+ "types": "./dist/v2/index.d.ts",
20
+ "import": "./dist/esm/v2/index.js",
21
+ "default": "./dist/v2/index.js"
22
+ },
23
+ "./v2/api": {
24
+ "types": "./dist/v2/api.d.ts",
25
+ "import": "./dist/esm/v2/api.js",
26
+ "default": "./dist/v2/api.js"
27
+ },
28
+ "./*": {
29
+ "types": "./dist/*/index.d.ts",
30
+ "import": "./dist/esm/*/index.js",
31
+ "default": "./dist/*/index.js"
32
+ }
33
+ },
34
+ "typesVersions": {
35
+ "*": {
36
+ "api": [
37
+ "./dist/api.d.ts"
38
+ ],
39
+ "*": [
40
+ "./dist/*/index.d.ts"
41
+ ]
42
+ }
43
+ },
7
44
  "publishConfig": {
8
45
  "access": "public"
9
46
  },
@@ -22,6 +59,6 @@
22
59
  },
23
60
  "dependencies": {
24
61
  "tslib": "^2.6.2",
25
- "@redhat-cloud-services/javascript-clients-shared": "^2.0.2"
62
+ "@redhat-cloud-services/javascript-clients-shared": "^2.0.4"
26
63
  }
27
64
  }
package/dist/v2/api.d.ts CHANGED
@@ -23,7 +23,7 @@ type endpointReturnTypes = {
23
23
  orgConfigResourceV2GetDailyDigestTimePreference: OrgConfigResourceV2GetDailyDigestTimePreferenceReturnType;
24
24
  orgConfigResourceV2SaveDailyDigestTimePreference: OrgConfigResourceV2SaveDailyDigestTimePreferenceReturnType;
25
25
  };
26
- export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
26
+ export declare const NotificationsClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
27
27
  eventResourceV2GetEvents: (...config: ([import("./EventResourceV2GetEvents").EventResourceV2GetEventsParams] | [Set<string>, Set<string>, string, Set<string>, string, boolean, boolean, boolean, Set<boolean>, number, number, number, string, string, string, Set<import("./types").EventLogEntryActionStatus>, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
28
28
  notificationResourceV2AppendBehaviorGroupToEventType: (...config: ([import("./NotificationResourceV2AppendBehaviorGroupToEventType").NotificationResourceV2AppendBehaviorGroupToEventTypeParams] | [string, string, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
29
29
  notificationResourceV2CreateBehaviorGroup: (...config: ([import("./NotificationResourceV2CreateBehaviorGroup").NotificationResourceV2CreateBehaviorGroupParams] | [import("./types").CreateBehaviorGroupRequest, import("axios").AxiosRequestConfig])) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
package/package.json CHANGED
@@ -1,9 +1,46 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/notifications-client",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/esm/index.js",
11
+ "default": "./dist/index.js"
12
+ },
13
+ "./api": {
14
+ "types": "./dist/api.d.ts",
15
+ "import": "./dist/esm/api.js",
16
+ "default": "./dist/api.js"
17
+ },
18
+ "./v2": {
19
+ "types": "./dist/v2/index.d.ts",
20
+ "import": "./dist/esm/v2/index.js",
21
+ "default": "./dist/v2/index.js"
22
+ },
23
+ "./v2/api": {
24
+ "types": "./dist/v2/api.d.ts",
25
+ "import": "./dist/esm/v2/api.js",
26
+ "default": "./dist/v2/api.js"
27
+ },
28
+ "./*": {
29
+ "types": "./dist/*/index.d.ts",
30
+ "import": "./dist/esm/*/index.js",
31
+ "default": "./dist/*/index.js"
32
+ }
33
+ },
34
+ "typesVersions": {
35
+ "*": {
36
+ "api": [
37
+ "./dist/api.d.ts"
38
+ ],
39
+ "*": [
40
+ "./dist/*/index.d.ts"
41
+ ]
42
+ }
43
+ },
7
44
  "publishConfig": {
8
45
  "access": "public"
9
46
  },
@@ -22,6 +59,6 @@
22
59
  },
23
60
  "dependencies": {
24
61
  "tslib": "^2.6.2",
25
- "@redhat-cloud-services/javascript-clients-shared": "^2.0.2"
62
+ "@redhat-cloud-services/javascript-clients-shared": "^2.0.4"
26
63
  }
27
64
  }