@shapediver/sdk.platform-api-sdk-v1
Advanced tools
Comparing version 2.9.0 to 2.9.1
import { ResourcesApi } from "./commons/ResourcesApi"; | ||
import { SdPlatformRequestModelSharingCreate, SdPlatformResponseModelSharing } from "@shapediver/api.platform-api-dto-v1"; | ||
import { SdPlatformQueryParameters, SdPlatformGetResponse, SdPlatformQueryResponse, SdPlatformPostResponse, SdPlatformDeleteResponse } from "@shapediver/api.platform-api-dto-v1"; | ||
export declare type SdPlatformModelSharingQueryParameters = SdPlatformQueryParameters<null>; | ||
export declare enum SdPlatformModelharingQueryEmbeddableFields { | ||
User = "user", | ||
Model = "model", | ||
Provider = "provider" | ||
} | ||
export declare type SdPlatformModelSharingQueryParameters = SdPlatformQueryParameters<SdPlatformModelharingQueryEmbeddableFields>; | ||
/** | ||
@@ -6,0 +11,0 @@ * Operations for model sharing relationships. |
import { SdPlatformResponseSavedStateSharing, SdPlatformResponseSavedStateSharingCreate } from "@shapediver/api.platform-api-dto-v1"; | ||
import { ResourcesApi } from "./commons/ResourcesApi"; | ||
import { SdPlatformQueryParameters, SdPlatformGetResponse, SdPlatformQueryResponse, SdPlatformPostResponse, SdPlatformDeleteResponse } from "@shapediver/api.platform-api-dto-v1"; | ||
export declare type SdPlatformSavedStateSharingQueryParameters = SdPlatformQueryParameters<null>; | ||
export declare enum SdPlatformSavedStateSharingQueryEmbeddableFields { | ||
User = "user", | ||
SavedState = "saved_state", | ||
Provider = "provider" | ||
} | ||
export declare type SdPlatformSavedStateSharingQueryParameters = SdPlatformQueryParameters<SdPlatformSavedStateSharingQueryEmbeddableFields>; | ||
/** | ||
@@ -6,0 +11,0 @@ * Operations for saved state sharing relationships. |
{ | ||
"name": "@shapediver/sdk.platform-api-sdk-v1", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "SDK to communicate with the Platform API version 1", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@shapediver/api.platform-api-dto-v1": "^2.9.0", | ||
"@shapediver/api.platform-api-dto-v1": "^2.9.1", | ||
"@types/q": "^1.5.5", | ||
@@ -45,0 +45,0 @@ "axios": "^0.26.1", |
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
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
704317
15908