diff --git a/types/invity-api/index.d.ts b/types/invity-api/index.d.ts index a62659c7fa95c7..711ed66b675e4a 100644 --- a/types/invity-api/index.d.ts +++ b/types/invity-api/index.d.ts @@ -360,6 +360,7 @@ export interface ExchangeTradeQuoteRequest { send: CryptoId; // bitcoin receive: CryptoId; // litecoin sendStringAmount?: string | undefined; // "0.01" + fromAddress?: string; // user's address from which the tx is sent - used in DEX receiveAddress?: string; // user's address where they'll receive exchanged crypto dex?: "enable" | "exclusively" | undefined; // 'enable' means add dex offers, 'exclusively' means only dex offers } diff --git a/types/invity-api/invity-api-tests.ts b/types/invity-api/invity-api-tests.ts index f4120ea8f502ec..8ee1e61da1d624 100644 --- a/types/invity-api/invity-api-tests.ts +++ b/types/invity-api/invity-api-tests.ts @@ -166,5 +166,6 @@ const exchangeTradeQuoteRequest: ExchangeTradeQuoteRequest = { send: "bitcoin" as CryptoId, receive: "ethereum" as CryptoId, sendStringAmount: "0.1", + fromAddress: "fromAddress", receiveAddress: "receiveAddress", }; diff --git a/types/invity-api/package.json b/types/invity-api/package.json index d5e9d700028bac..e9fd7e15221bc6 100644 --- a/types/invity-api/package.json +++ b/types/invity-api/package.json @@ -12,12 +12,16 @@ }, "owners": [ { - "name": "Martin Boehm", - "githubUsername": "martinboehm" + "name": "Michal Vanek", + "githubUsername": "FreeWall" }, { - "name": "Lukas Rada", - "githubUsername": "LukasRada" + "name": "Tomas Klima", + "githubUsername": "tomasklim" + }, + { + "name": "vytick", + "githubUsername": "vytick" } ] } diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 6186508c677799..d84c3f4fc9dce7 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -101287,7 +101287,7 @@ declare namespace Word { */ readonly fields: Word.FieldCollection; /** - * Gets the text format of the body. Use this to get and set font name, size, color and other properties. + * Gets the text format of the body. Use this to get and set font name, size, color, and other properties. * * @remarks * [Api set: WordApi 1.1] @@ -104484,7 +104484,7 @@ declare namespace Word { */ readonly errorCode: number; /** - * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `Nothing` + * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `"Nothing"`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119033,8 +119033,8 @@ declare namespace Word { addedStyles?: string; /** * If provided, specifies the label that identifies the items to include in a table of figures. - * Corresponds to the `\c` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. - * The default value is "Figure". + Corresponds to the `\c` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. + The default value is "Figure". * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119043,7 +119043,7 @@ declare namespace Word { captionLabel?: string; /** * If provided, specifies whether the page numbers in the table of figures should be hidden when publishing to the web. - * The default value is `true`. + The default value is `true`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119052,7 +119052,7 @@ declare namespace Word { hidePageNumbersOnWeb?: boolean; /** * If provided, specifies whether to include the caption label and caption number in a table of figures. - * The default value is `true`. + The default value is `true`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119061,7 +119061,7 @@ declare namespace Word { includeLabel?: boolean; /** * If provided, specifies whether page numbers are included in a table of figures. - * The default value is `true`. + The default value is `true`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119070,8 +119070,8 @@ declare namespace Word { includePageNumbers?: boolean; /** * If provided, specifies the ending heading level for a table of figures when `useBuiltInHeadingStyles` is set to `true`. Should be a value from 1 to 9 and greater than `upperHeadingLevel`. - * Corresponds to the ending value used with the `\o` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. - * The default value is `9`. + Corresponds to the ending value used with the `\o` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. + The default value is `9`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119080,7 +119080,7 @@ declare namespace Word { lowerHeadingLevel?: number; /** * If provided, specifies whether to align page numbers with the right margin in a table of figures. - * The default value is `true`. + The default value is `true`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119089,7 +119089,7 @@ declare namespace Word { rightAlignPageNumbers?: boolean; /** * If provided, specifies a one-letter identifier from {@link https://support.microsoft.com/office/01e5dd8a-4730-4bc2-8594-23d7329e25c3 | TC fields} that's used for a table of figures. - * Corresponds to the `\f` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. For example, "T" indicates a table of figures includes TC fields that use the table identifier T. + Corresponds to the `\f` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. For example, "T" indicates a table of figures includes TC fields that use the table identifier T. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119098,8 +119098,8 @@ declare namespace Word { tableId?: string; /** * If provided, specifies the starting heading level for a table of figures when `useBuiltInHeadingStyles` is set to `true`. Should be a value from 1 to 9 and smaller than `lowerHeadingLevel`. - * Corresponds to the starting value used with the `\o` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. - * The default value is `1`. + Corresponds to the starting value used with the `\o` switch for a {@link https://support.microsoft.com/office/1f538bc4-60e6-4854-9f64-67754d78d05c | Table of Contents (TOC) field}. + The default value is `1`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119108,7 +119108,7 @@ declare namespace Word { upperHeadingLevel?: number; /** * If provided, specifies whether to use built-in heading styles to create a table of figures. - * The default value is `false`. + The default value is `false`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119117,8 +119117,8 @@ declare namespace Word { useBuiltInHeadingStyles?: boolean; /** * If provided, specifies whether to use {@link https://support.microsoft.com/office/01e5dd8a-4730-4bc2-8594-23d7329e25c3 | Table of Contents Entry (TC) fields} to create a table of figures. - * Use the {@link Word.TableOfFiguresCollection | TableOfFiguresCollection.markTocEntry} method to mark entries to include in a table of figures. - * The default value is `false`. + Use the {@link Word.TableOfFiguresCollection | TableOfFiguresCollection.markTocEntry} method to mark entries to include in a table of figures. + The default value is `false`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -119127,7 +119127,7 @@ declare namespace Word { useFields?: boolean; /** * If provided, specifies whether entries in a table of figures should be formatted as hyperlinks when the document is published to the web. - * The default value is `true`. + The default value is `true`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -145130,7 +145130,7 @@ declare namespace Word { * @param xml The XML string to insert. * @param transform Optional. XSL transform to apply. */ - insertXML(xml: string, transform?: string): void; + insertXml(xml: string, transform?: string): void; /** * Returns whether the selection is equal to the specified range. * @@ -157308,7 +157308,7 @@ declare namespace Word { */ errorCode?: number; /** - * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `Nothing` + * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `"Nothing"`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -166878,7 +166878,7 @@ declare namespace Word { */ errorCode?: boolean; /** - * For EACH ITEM in the collection: Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `Nothing` + * For EACH ITEM in the collection: Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `"Nothing"`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -166931,7 +166931,7 @@ declare namespace Word { */ errorCode?: boolean; /** - * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `Nothing` + * Gets the name of the error in the `CustomXmlValidationError` object. If no errors exist, the property returns `"Nothing"`. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -198120,10 +198120,10 @@ declare namespace PowerPoint { /** * Exports the slide to its own presentation file, returned as Base64-encoded data. * + * Note: This method is optimized to export a single slide. Exporting multiple slides can impact performance. + * * @remarks * [Api set: PowerPointApi 1.8] - * - * This method is optimized to export a single slide. Exporting multiple slides can impact performance. */ exportAsBase64(): OfficeExtension.ClientResult; /** @@ -198873,7 +198873,7 @@ declare namespace PowerPoint { */ delete(): void; /** - * Returns the shape represented by the binding. Will throw an error if the binding isn't of the correct type. + * Returns the shape represented by the binding. Throws an error if the binding isn't of the correct type. * * @remarks * [Api set: PowerPointApi 1.8] diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 982f7396de5b01..b021509258ef97 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -91801,7 +91801,7 @@ declare namespace Word { */ readonly fields: Word.FieldCollection; /** - * Gets the text format of the body. Use this to get and set font name, size, color and other properties. + * Gets the text format of the body. Use this to get and set font name, size, color, and other properties. * * @remarks * [Api set: WordApi 1.1] @@ -156711,10 +156711,10 @@ declare namespace PowerPoint { /** * Exports the slide to its own presentation file, returned as Base64-encoded data. * + * Note: This method is optimized to export a single slide. Exporting multiple slides can impact performance. + * * @remarks * [Api set: PowerPointApi 1.8] - * - * This method is optimized to export a single slide. Exporting multiple slides can impact performance. */ exportAsBase64(): OfficeExtension.ClientResult; /** @@ -157338,7 +157338,7 @@ declare namespace PowerPoint { */ delete(): void; /** - * Returns the shape represented by the binding. Will throw an error if the binding isn't of the correct type. + * Returns the shape represented by the binding. Throws an error if the binding isn't of the correct type. * * @remarks * [Api set: PowerPointApi 1.8]