Skip to content

Commit 1bf9269

Browse files
Merge pull request #112 from autodesk-platform-services/development
Keep Main branch updated with development
2 parents 9784b8c + c6af350 commit 1bf9269

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎datamanagement/source/model/jsonApiLinksSelfAndWebView.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export interface JsonApiLinksSelfAndWebView {
2121
* @type {WebViewLink}
2222
* @memberof JsonApiLinksSelfAndWebView
2323
*/
24-
'webview'?: WebViewLink;
24+
'webView'?: WebViewLink;
2525
}
2626

‎datamanagement/source/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

‎samples/datamanagement.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)