asposeslidescloud
Advanced tools
Comparing version 20.5.0 to 20.6.0
@@ -146,3 +146,3 @@ "use strict"; | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk"; | ||
requestOptions.headers["x-aspose-client-version"] = "20.5.0"; | ||
requestOptions.headers["x-aspose-client-version"] = "20.6.0"; | ||
if (confguration.timeout) { | ||
@@ -149,0 +149,0 @@ requestOptions.headers["x-aspose-timeout"] = confguration.timeout; |
{ | ||
"name": "asposeslidescloud", | ||
"version": "20.5.0", | ||
"version": "20.6.0", | ||
"description": "Aspose.Slides Cloud SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud", |
132
requests.js
@@ -181,2 +181,14 @@ "use strict"; | ||
/** | ||
* Request model for DeleteSlideSubshape operation. | ||
*/ | ||
class DeleteSlideSubshapeRequest { | ||
} | ||
exports.DeleteSlideSubshapeRequest = DeleteSlideSubshapeRequest; | ||
/** | ||
* Request model for DeleteSlideSubshapes operation. | ||
*/ | ||
class DeleteSlideSubshapesRequest { | ||
} | ||
exports.DeleteSlideSubshapesRequest = DeleteSlideSubshapesRequest; | ||
/** | ||
* Request model for DeleteSlidesCleanSlidesList operation. | ||
@@ -206,2 +218,26 @@ */ | ||
/** | ||
* Request model for DeleteSubshapeParagraph operation. | ||
*/ | ||
class DeleteSubshapeParagraphRequest { | ||
} | ||
exports.DeleteSubshapeParagraphRequest = DeleteSubshapeParagraphRequest; | ||
/** | ||
* Request model for DeleteSubshapeParagraphs operation. | ||
*/ | ||
class DeleteSubshapeParagraphsRequest { | ||
} | ||
exports.DeleteSubshapeParagraphsRequest = DeleteSubshapeParagraphsRequest; | ||
/** | ||
* Request model for DeleteSubshapePortion operation. | ||
*/ | ||
class DeleteSubshapePortionRequest { | ||
} | ||
exports.DeleteSubshapePortionRequest = DeleteSubshapePortionRequest; | ||
/** | ||
* Request model for DeleteSubshapePortions operation. | ||
*/ | ||
class DeleteSubshapePortionsRequest { | ||
} | ||
exports.DeleteSubshapePortionsRequest = DeleteSubshapePortionsRequest; | ||
/** | ||
* Request model for DownloadFile operation. | ||
@@ -261,2 +297,8 @@ */ | ||
/** | ||
* Request model for GetNotesSlideExists operation. | ||
*/ | ||
class GetNotesSlideExistsRequest { | ||
} | ||
exports.GetNotesSlideExistsRequest = GetNotesSlideExistsRequest; | ||
/** | ||
* Request model for GetNotesSlideShape operation. | ||
@@ -346,2 +388,26 @@ */ | ||
/** | ||
* Request model for GetSlideSubshape operation. | ||
*/ | ||
class GetSlideSubshapeRequest { | ||
} | ||
exports.GetSlideSubshapeRequest = GetSlideSubshapeRequest; | ||
/** | ||
* Request model for GetSlideSubshapeParagraph operation. | ||
*/ | ||
class GetSlideSubshapeParagraphRequest { | ||
} | ||
exports.GetSlideSubshapeParagraphRequest = GetSlideSubshapeParagraphRequest; | ||
/** | ||
* Request model for GetSlideSubshapeParagraphs operation. | ||
*/ | ||
class GetSlideSubshapeParagraphsRequest { | ||
} | ||
exports.GetSlideSubshapeParagraphsRequest = GetSlideSubshapeParagraphsRequest; | ||
/** | ||
* Request model for GetSlideSubshapes operation. | ||
*/ | ||
class GetSlideSubshapesRequest { | ||
} | ||
exports.GetSlideSubshapesRequest = GetSlideSubshapesRequest; | ||
/** | ||
* Request model for GetSlidesApiInfo operation. | ||
@@ -473,2 +539,14 @@ */ | ||
/** | ||
* Request model for GetSubshapeParagraphPortion operation. | ||
*/ | ||
class GetSubshapeParagraphPortionRequest { | ||
} | ||
exports.GetSubshapeParagraphPortionRequest = GetSubshapeParagraphPortionRequest; | ||
/** | ||
* Request model for GetSubshapeParagraphPortions operation. | ||
*/ | ||
class GetSubshapeParagraphPortionsRequest { | ||
} | ||
exports.GetSubshapeParagraphPortionsRequest = GetSubshapeParagraphPortionsRequest; | ||
/** | ||
* Request model for MoveFile operation. | ||
@@ -510,2 +588,20 @@ */ | ||
/** | ||
* Request model for PostAddNewSubshape operation. | ||
*/ | ||
class PostAddNewSubshapeRequest { | ||
} | ||
exports.PostAddNewSubshapeRequest = PostAddNewSubshapeRequest; | ||
/** | ||
* Request model for PostAddNewSubshapeParagraph operation. | ||
*/ | ||
class PostAddNewSubshapeParagraphRequest { | ||
} | ||
exports.PostAddNewSubshapeParagraphRequest = PostAddNewSubshapeParagraphRequest; | ||
/** | ||
* Request model for PostAddNewSubshapePortion operation. | ||
*/ | ||
class PostAddNewSubshapePortionRequest { | ||
} | ||
exports.PostAddNewSubshapePortionRequest = PostAddNewSubshapePortionRequest; | ||
/** | ||
* Request model for PostAddNotesSlide operation. | ||
@@ -535,2 +631,8 @@ */ | ||
/** | ||
* Request model for PostGetNotesSlideExists operation. | ||
*/ | ||
class PostGetNotesSlideExistsRequest { | ||
} | ||
exports.PostGetNotesSlideExistsRequest = PostGetNotesSlideExistsRequest; | ||
/** | ||
* Request model for PostGetNotesSlideWithFormat operation. | ||
@@ -692,2 +794,8 @@ */ | ||
/** | ||
* Request model for PostSubshapeSaveAs operation. | ||
*/ | ||
class PostSubshapeSaveAsRequest { | ||
} | ||
exports.PostSubshapeSaveAsRequest = PostSubshapeSaveAsRequest; | ||
/** | ||
* Request model for PutLayoutSlide operation. | ||
@@ -723,2 +831,14 @@ */ | ||
/** | ||
* Request model for PutSetSubshapeParagraphPortionProperties operation. | ||
*/ | ||
class PutSetSubshapeParagraphPortionPropertiesRequest { | ||
} | ||
exports.PutSetSubshapeParagraphPortionPropertiesRequest = PutSetSubshapeParagraphPortionPropertiesRequest; | ||
/** | ||
* Request model for PutSetSubshapeParagraphProperties operation. | ||
*/ | ||
class PutSetSubshapeParagraphPropertiesRequest { | ||
} | ||
exports.PutSetSubshapeParagraphPropertiesRequest = PutSetSubshapeParagraphPropertiesRequest; | ||
/** | ||
* Request model for PutShapeSaveAs operation. | ||
@@ -760,2 +880,8 @@ */ | ||
/** | ||
* Request model for PutSlideSubshapeInfo operation. | ||
*/ | ||
class PutSlideSubshapeInfoRequest { | ||
} | ||
exports.PutSlideSubshapeInfoRequest = PutSlideSubshapeInfoRequest; | ||
/** | ||
* Request model for PutSlidesConvert operation. | ||
@@ -815,2 +941,8 @@ */ | ||
/** | ||
* Request model for PutSubshapeSaveAs operation. | ||
*/ | ||
class PutSubshapeSaveAsRequest { | ||
} | ||
exports.PutSubshapeSaveAsRequest = PutSubshapeSaveAsRequest; | ||
/** | ||
* Request model for PutUpdateNotesSlide operation. | ||
@@ -817,0 +949,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
638302
10359