File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ export interface JsonApiLinksSelfAndWebView {
2121 * @type {WebViewLink }
2222 * @memberof JsonApiLinksSelfAndWebView
2323 */
24- 'webview ' ?: WebViewLink ;
24+ 'webView ' ?: WebViewLink ;
2525}
2626
Original file line number Diff line number Diff line change 11{
22 "name" : " @aps_sdk/data-management" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Client sdk for Data Management API" ,
55 "license" : " Apache-2.0" ,
66 "author" : " Autodesk Platform Services" ,
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ async function createItem() {
749749 attributes : < ItemPayloadIncludedAttributes > {
750750 name : "TestDrawing.dwg" ,
751751 extension : < ItemPayloadIncludedAttributesExtension > {
752- type : "items :autodesk.core:File" ,
752+ type : "versions :autodesk.core:File" ,
753753 version : '1.0'
754754 } ,
755755 } ,
@@ -1094,7 +1094,7 @@ async function createStorage() {
10941094 relationships : {
10951095 target : {
10961096 data : {
1097- type : TypeFolderItemsForStorage . Items ,
1097+ type : TypeFolderItemsForStorage . Folders ,
10981098 id : download_id
10991099 }
11001100 }
You can’t perform that action at this time.
0 commit comments