Skip to content

Commit

Permalink
SDK regenerated by CI server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dynabic-billing-team committed Aug 30, 2023
1 parent d4f57a5 commit 64c27a3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/w
- Add & remove watermarks and protection.
- Read & write access to Document Object Model.

## Enhancements in Version 23.9

- Support for class inheritance in responses from the server.


## Enhancements in Version 23.6

- Fix XMLHttpRequest in web applications.
Expand Down
2 changes: 1 addition & 1 deletion src/model/formField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const importsMapFormField = {
/**
* FromField.
*/
export class FormField extends NodeLink {
export abstract class FormField extends NodeLink {
/**
* Attribute type map
*/
Expand Down
3 changes: 0 additions & 3 deletions src/model/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ const typeMap = {
FootnotesResponse: importedFootnotesResponse.FootnotesResponse,
FootnotesStatData: importedFootnotesStatData.FootnotesStatData,
FootnoteUpdate: importedFootnoteUpdate.FootnoteUpdate,
FormField: importedFormField.FormField,
FormFieldCheckbox: importedFormFieldCheckbox.FormFieldCheckbox,
FormFieldCollection: importedFormFieldCollection.FormFieldCollection,
FormFieldDropDown: importedFormFieldDropDown.FormFieldDropDown,
Expand Down Expand Up @@ -882,7 +881,6 @@ const typeMap = {
PageStatData: importedPageStatData.PageStatData,
Paragraph: importedParagraph.Paragraph,
ParagraphFormat: importedParagraphFormat.ParagraphFormat,
ParagraphFormatBase: importedParagraphFormatBase.ParagraphFormatBase,
ParagraphFormatResponse: importedParagraphFormatResponse.ParagraphFormatResponse,
ParagraphFormatUpdate: importedParagraphFormatUpdate.ParagraphFormatUpdate,
ParagraphInsert: importedParagraphInsert.ParagraphInsert,
Expand Down Expand Up @@ -978,7 +976,6 @@ const typeMap = {
TableRowInsertDto: importedTableRowInsertDto.TableRowInsertDto,
TableRowResponse: importedTableRowResponse.TableRowResponse,
TabStop: importedTabStop.TabStop,
TabStopBase: importedTabStopBase.TabStopBase,
TabStopInsert: importedTabStopInsert.TabStopInsert,
TabStopsResponse: importedTabStopsResponse.TabStopsResponse,
TextSaveOptionsData: importedTextSaveOptionsData.TextSaveOptionsData,
Expand Down
2 changes: 1 addition & 1 deletion src/model/paragraphFormatBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const importsMapParagraphFormatBase = {
/**
* Paragraph format element base class.
*/
export class ParagraphFormatBase extends LinkElement {
export abstract class ParagraphFormatBase extends LinkElement {
/**
* Attribute type map
*/
Expand Down
2 changes: 1 addition & 1 deletion src/model/tabStopBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const importsMapTabStopBase = {
/**
* Base class for paragraph format tab stop DTO.
*/
export class TabStopBase implements ModelInterface {
export abstract class TabStopBase implements ModelInterface {
/**
* Attribute type map
*/
Expand Down

0 comments on commit 64c27a3

Please sign in to comment.