@redhat-cloud-services/notifications-client 4.0.2 → 4.0.3
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 +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/v2/api.d.ts +1 -1
- package/dist/package.json +2 -2
- package/dist/v2/api.d.ts +1 -1
- package/package.json +2 -2
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("
|
|
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("
|
|
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/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("
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redhat-cloud-services/notifications-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tslib": "^2.6.2",
|
|
25
|
-
"@redhat-cloud-services/javascript-clients-shared": "^2.0.
|
|
25
|
+
"@redhat-cloud-services/javascript-clients-shared": "^2.0.3"
|
|
26
26
|
}
|
|
27
27
|
}
|
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("
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redhat-cloud-services/notifications-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tslib": "^2.6.2",
|
|
25
|
-
"@redhat-cloud-services/javascript-clients-shared": "^2.0.
|
|
25
|
+
"@redhat-cloud-services/javascript-clients-shared": "^2.0.3"
|
|
26
26
|
}
|
|
27
27
|
}
|