@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 1.15.5 to 2.6.0
@@ -103,4 +103,13 @@ /** | ||
ModelTransferRequestAccept = "model_transfer_request_accept", | ||
ModelTransferRequestDeny = "model_transfer_request_deny" | ||
ModelTransferRequestDeny = "model_transfer_request_deny", | ||
DocumentCreate = "document_create", | ||
DocumentQuery = "document_query", | ||
DocumentDelete = "document_delete", | ||
DocumentList = "document_list", | ||
DocumentDownload = "document_download", | ||
DocumentView = "document_view", | ||
DocumentAccept = "document_accept", | ||
DocumentBrowserDownload = "document_browser_download", | ||
DocumentBrowserView = "document_browser_view" | ||
} | ||
//# sourceMappingURL=SdPlatformRequestId.d.ts.map |
@@ -5,3 +5,3 @@ import { ResourcesApi } from "./commons/ResourcesApi"; | ||
export declare enum SdPlatformNotificationEmbeddableFields { | ||
Received = "receiver", | ||
Receiver = "receiver", | ||
User = "user", | ||
@@ -8,0 +8,0 @@ Model = "model", |
@@ -8,2 +8,3 @@ import { SdPlatformRequestFinishedEvent, SdPlatformRequestStartEvent } from "./api/SdPlatformSdkApi"; | ||
import { SdPlatformChargebeeApi } from "./resources/SdPlatformChargebeeApi"; | ||
import { SdPlatformDocumentApi } from "./resources/SdPlatformDocumentApi"; | ||
import { SdPlatformDomainApi } from "./resources/SdPlatformDomainApi"; | ||
@@ -33,2 +34,3 @@ import { SdPlatformHttpLogApi } from './resources/SdPlatformHttpLogApi'; | ||
private __chargebee; | ||
private __documents; | ||
private __domains; | ||
@@ -85,2 +87,6 @@ private __http_logs; | ||
/** | ||
* The documents api actions. | ||
*/ | ||
get documents(): SdPlatformDocumentApi; | ||
/** | ||
* Operations for domains which can be attached to users, organizations, models. | ||
@@ -87,0 +93,0 @@ */ |
{ | ||
"name": "@shapediver/sdk.platform-api-sdk-v1", | ||
"version": "1.15.5", | ||
"version": "2.6.0", | ||
"description": "SDK to communicate with the Platform API version 1", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@shapediver/api.platform-api-dto-v1": "^1.0.5", | ||
"@shapediver/api.platform-api-dto-v1": "^2.6.0", | ||
"@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
673384
175
15224
+ Added@shapediver/api.platform-api-dto-v1@2.27.6(transitive)
+ Addedchargebee-typescript@2.16.0(transitive)
- Removed@shapediver/api.platform-api-dto-v1@1.0.5(transitive)
- Removedchargebee-typescript@2.44.0(transitive)