Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions types/invity-api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions types/invity-api/invity-api-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,6 @@ const exchangeTradeQuoteRequest: ExchangeTradeQuoteRequest = {
send: "bitcoin" as CryptoId,
receive: "ethereum" as CryptoId,
sendStringAmount: "0.1",
fromAddress: "fromAddress",
receiveAddress: "receiveAddress",
};
12 changes: 8 additions & 4 deletions types/invity-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
48 changes: 24 additions & 24 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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)]
Expand Down Expand Up @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand All @@ -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)]
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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)]
Expand Down Expand Up @@ -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)]
Expand Down Expand Up @@ -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)]
Expand Down Expand Up @@ -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<string>;
/**
Expand Down Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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<string>;
/**
Expand Down Expand Up @@ -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]
Expand Down