@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 2.9.1 to 2.9.2
@@ -82,2 +82,3 @@ /** | ||
NotificationDelete = "notification_delete", | ||
NotificationSummary = "notification_summary", | ||
UserModelSessionsQuery = "user_model_sessions_query", | ||
@@ -84,0 +85,0 @@ OrganizationModelSessionsQuery = "organization_model_sessions_query", |
import { ResourcesApi } from "./commons/ResourcesApi"; | ||
import { SdPlatformRequestNotificationCreate, SdPlatformRequestNotificationPatch, SdPlatformResponseNotification } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformGetResponse, SdPlatformRequestNotificationCreate, SdPlatformRequestNotificationPatch, SdPlatformResponseNotification, SdPlatformResponseNotificationSummary } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformQueryParameters, SdPlatformQueryResponse, SdPlatformPatchResponse, SdPlatformPostResponse, SdPlatformDeleteResponse } from "@shapediver/api.platform-api-dto-v1"; | ||
@@ -12,2 +12,6 @@ export declare enum SdPlatformNotificationEmbeddableFields { | ||
} | ||
export declare enum SdPlatformNotificationSummaryEmbeddableFields { | ||
Total = "total", | ||
Unread = "unread" | ||
} | ||
export declare type SdPlatformNotificationQueryParameters = SdPlatformQueryParameters<SdPlatformNotificationEmbeddableFields>; | ||
@@ -23,3 +27,4 @@ /** | ||
delete(id: string): Promise<SdPlatformDeleteResponse>; | ||
summary(embed: Array<SdPlatformNotificationSummaryEmbeddableFields>): Promise<SdPlatformGetResponse<SdPlatformResponseNotificationSummary>>; | ||
} | ||
//# sourceMappingURL=SdPlatformNotificationApi.d.ts.map |
{ | ||
"name": "@shapediver/sdk.platform-api-sdk-v1", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "SDK to communicate with the Platform API version 1", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@shapediver/api.platform-api-dto-v1": "^2.9.1", | ||
"@shapediver/api.platform-api-dto-v1": "^2.9.2", | ||
"@types/q": "^1.5.5", | ||
@@ -45,0 +45,0 @@ "axios": "^0.26.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
706221
15932