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
12 changes: 12 additions & 0 deletions notNeededPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,10 @@
"libraryName": "browserslist",
"asOfVersion": "4.15.0"
},
"bs58": {
"libraryName": "bs58",
"asOfVersion": "5.0.0"
},
"bson": {
"libraryName": "bson",
"asOfVersion": "4.2.0"
Expand Down Expand Up @@ -6927,6 +6931,10 @@
"libraryName": "survey-knockout",
"asOfVersion": "0.10.0"
},
"survicate__react-native-survicate": {
"libraryName": "@survicate/react-native-survicate",
"asOfVersion": "4.0.0"
},
"svg-pan-zoom": {
"libraryName": "svg-pan-zoom",
"asOfVersion": "3.4.0"
Expand Down Expand Up @@ -7119,6 +7127,10 @@
"libraryName": "tiny-secp256k1",
"asOfVersion": "2.0.0"
},
"title": {
"libraryName": "title",
"asOfVersion": "4.0.0"
},
"title-case": {
"libraryName": "title-case",
"asOfVersion": "1.1.2"
Expand Down
6 changes: 0 additions & 6 deletions types/bs58/.npmignore

This file was deleted.

8 changes: 0 additions & 8 deletions types/bs58/bs58-tests.ts

This file was deleted.

7 changes: 0 additions & 7 deletions types/bs58/index.d.ts

This file was deleted.

25 changes: 0 additions & 25 deletions types/bs58/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions types/bs58/tsconfig.json

This file was deleted.

5 changes: 0 additions & 5 deletions types/bs58/v3/.npmignore

This file was deleted.

10 changes: 0 additions & 10 deletions types/bs58/v3/bs58-tests.ts

This file was deleted.

7 changes: 0 additions & 7 deletions types/bs58/v3/index.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions types/bs58/v3/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions types/bs58/v3/tsconfig.json

This file was deleted.

50 changes: 46 additions & 4 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12844,6 +12844,21 @@ declare namespace Office {
interface AttachmentDetailsCompose {
/**
* Gets a value that indicates the attachment's type.
*
* @remarks
*
* **Important**:
*
* - In Outlook on the web and new Outlook on Windows, a message or appointment that's locally saved then attached using
* drag-and-drop or the **Attach Item** option is of type `Office.MailboxEnums.AttachmentType.File`. The file name extension is
* returned in the `name` property. However, a message or appointment that's attached using the **Forward as Attachment** option
* is of type `Office.MailboxEnums.AttachmentType.Item`. In this case, an extension isn't returned in the `name` property.
*
* - In classic Outlook on Windows, a message or appointment that's attached using drag-and-drop, **Attach File**, or
* **Forward as Attachment** is of type `Office.MailboxEnums.AttachmentType.Item`. A file name extension isn't returned in the `name` property.
*
* - In Outlook on Mac, a message or appointment that's attached using drag-and-drop, **Attach Item**, or **Forward as Attachment** is of type
* `Office.MailboxEnums.AttachmentType.File`. The file name extension is returned in the `name` property.
*/
attachmentType: MailboxEnums.AttachmentType | string;
/**
Expand All @@ -12857,8 +12872,22 @@ declare namespace Office {
/**
* Gets the name of the attachment.
*
* **Important**: For message or appointment items that were attached by drag-and-drop or "Attach Item",
* `name` includes a file extension in Outlook on Mac, but excludes the extension on the web or on Windows.
* @remarks
*
* **Important**:
*
* - An attachment of type `Office.MailboxEnums.AttachmentType.Item` doesn't return a file name extension in the `name` property.
*
* - In Outlook on the web and new Outlook on Windows, a message or appointment that's locally saved then attached using
* drag-and-drop or the **Attach Item** option is of type `Office.MailboxEnums.AttachmentType.File`. The file name extension is
* returned in the `name` property. However, a message or appointment that's attached using the **Forward as Attachment** option
* is of type `Office.MailboxEnums.AttachmentType.Item`. In this case, an extension isn't returned in the `name` property.
*
* - In classic Outlook on Windows, a message or appointment that's attached using drag-and-drop, **Attach File**, or
* **Forward as Attachment** is of type `Office.MailboxEnums.AttachmentType.Item`. A file name extension isn't returned in the `name` property.
*
* - In Outlook on Mac, a message or appointment that's attached using drag-and-drop, **Attach Item**, or **Forward as Attachment** is of type
* `Office.MailboxEnums.AttachmentType.File`. The file name extension is returned in the `name` property.
*/
name: string;
/**
Expand Down Expand Up @@ -12909,8 +12938,9 @@ declare namespace Office {
/**
* Gets the name of the attachment.
*
* **Important**: For message or appointment items that were attached by drag-and-drop or "Attach Item",
* `name` includes a file extension in Outlook on Mac, but excludes the extension on the web or on Windows.
* @remarks
*
* **Important**: An attachment of type `Office.MailboxEnums.AttachmentType.Item` doesn't return a file name extension in the `name` property.
*/
name: string;
/**
Expand Down Expand Up @@ -21499,6 +21529,10 @@ declare namespace Office {
*
* - To retrieve the JSON data, call `Office.context.mailboxitem.getInitializationContextAsync`. If you create a JSON string using
* `JSON.stringify()` and assign it to the `contextData` property, you must parse the string using `JSON.parse()` once you retrieve it.
*
* - To prevent the task pane of a notification message from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*/
contextData: any;
}
Expand Down Expand Up @@ -23644,6 +23678,10 @@ declare namespace Office {
*
* - When you configure a button in the Smart Alerts dialog to run a function, a button for the function is also added to the ribbon or action bar of the Outlook client.
* Use the `contextData` option to distinguish when a user runs the function from the Smart Alerts dialog.
*
* - To prevent the task pane of a Smart Alerts add-in from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*/
contextData?: any;
/**
Expand Down Expand Up @@ -23823,6 +23861,10 @@ declare namespace Office {
*
* - If you implement a task pane to open after a reported message is processed, when the `event.completed` call occurs, any task pane that's open or pinned is closed.
*
* - To prevent the task pane of a spam-reporting add-in from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*
* - To retrieve the value of the `contextData` property, you must call `Office.context.mailbox.item.getInitializationContextAsync` in the JavaScript implementation
* of your task pane. If you create a JSON string using `JSON.stringify()` and assign it to the `contextData` property, you must parse the string using
* `JSON.parse()` once you retrieve it.
Expand Down
51 changes: 47 additions & 4 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12757,6 +12757,21 @@ declare namespace Office {
interface AttachmentDetailsCompose {
/**
* Gets a value that indicates the attachment's type.
*
* @remarks
*
* **Important**:
*
* - In Outlook on the web and new Outlook on Windows, a message or appointment that's locally saved then attached using
* drag-and-drop or the **Attach Item** option is of type `Office.MailboxEnums.AttachmentType.File`. The file name extension is
* returned in the `name` property. However, a message or appointment that's attached using the **Forward as Attachment** option
* is of type `Office.MailboxEnums.AttachmentType.Item`. In this case, an extension isn't returned in the `name` property.
*
* - In classic Outlook on Windows, a message or appointment that's attached using drag-and-drop, **Attach File**, or
* **Forward as Attachment** is of type `Office.MailboxEnums.AttachmentType.Item`. A file name extension isn't returned in the `name` property.
*
* - In Outlook on Mac, a message or appointment that's attached using drag-and-drop, **Attach Item**, or **Forward as Attachment** is of type
* `Office.MailboxEnums.AttachmentType.File`. The file name extension is returned in the `name` property.
*/
attachmentType: MailboxEnums.AttachmentType | string;
/**
Expand All @@ -12770,8 +12785,23 @@ declare namespace Office {
/**
* Gets the name of the attachment.
*
* **Important**: For message or appointment items that were attached by drag-and-drop or "Attach Item",
* `name` includes a file extension in Outlook on Mac, but excludes the extension on the web or on Windows.
* @remarks
*
* **Important**:
*
* - An attachment of type `Office.MailboxEnums.AttachmentType.Item` doesn't return a file name extension in the `name` property.
*
* - In Outlook on the web and new Outlook on Windows, a message or appointment that's locally saved then attached using
* drag-and-drop or the **Attach Item** option is of type `Office.MailboxEnums.AttachmentType.File`. The file name extension is
* returned in the `name` property. However, a message or appointment that's attached using the **Forward as Attachment** option
* is of type `Office.MailboxEnums.AttachmentType.Item`. In this case, an extension isn't returned in the `name` property.
*
* - In classic Outlook on Windows, a message or appointment that's attached using drag-and-drop, **Attach Item**, or
* **Forward as Attachment** is of type `Office.MailboxEnums.AttachmentType.Item`. A file name extension isn't returned in the `name` property.
* A calendar item that's attached
*
* - In Outlook on Mac, a message or appointment that's attached using drag-and-drop, **Attach Item**, or **Forward as Attachment** is of type
* `Office.MailboxEnums.AttachmentType.File`. The file name extension is returned in the `name` property.
*/
name: string;
/**
Expand Down Expand Up @@ -12822,8 +12852,9 @@ declare namespace Office {
/**
* Gets the name of the attachment.
*
* **Important**: For message or appointment items that were attached by drag-and-drop or "Attach Item",
* `name` includes a file extension in Outlook on Mac, but excludes the extension on the web or on Windows.
* @remarks
*
* **Important**: An attachment of type `Office.MailboxEnums.AttachmentType.Item` doesn't return a file name extension in the `name` property.
*/
name: string;
/**
Expand Down Expand Up @@ -21033,6 +21064,10 @@ declare namespace Office {
*
* - To retrieve the JSON data, call `Office.context.mailboxitem.getInitializationContextAsync`. If you create a JSON string using
* `JSON.stringify()` and assign it to the `contextData` property, you must parse the string using `JSON.parse()` once you retrieve it.
*
* - To prevent the task pane of a notification message from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*/
contextData: any;
}
Expand Down Expand Up @@ -23119,6 +23154,10 @@ declare namespace Office {
*
* - When you configure a button in the Smart Alerts dialog to run a function, a button for the function is also added to the ribbon or action bar of the Outlook client.
* Use the `contextData` option to distinguish when a user runs the function from the Smart Alerts dialog.
*
* - To prevent the task pane of a Smart Alerts add-in from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*/
contextData?: any;
/**
Expand Down Expand Up @@ -23298,6 +23337,10 @@ declare namespace Office {
*
* - If you implement a task pane to open after a reported message is processed, when the `event.completed` call occurs, any task pane that's open or pinned is closed.
*
* - To prevent the task pane of a spam-reporting add-in from relaunching if it's already open, implement a handler for the `Office.EventType.InitializationContextChanged` event.
* You can then pass the {@link https://learn.microsoft.com/javascript/api/outlook/office.initializationcontextchangedeventargs?view=outlook-js-1.15&preserve-view=true | event arguments}
* to the `contextData` property.
*
* - To retrieve the value of the `contextData` property, you must call `Office.context.mailbox.item.getInitializationContextAsync` in the JavaScript implementation
* of your task pane. If you create a JSON string using `JSON.stringify()` and assign it to the `contextData` property, you must parse the string using
* `JSON.parse()` once you retrieve it.
Expand Down
5 changes: 0 additions & 5 deletions types/survicate__react-native-survicate/.npmignore

This file was deleted.

15 changes: 0 additions & 15 deletions types/survicate__react-native-survicate/index.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions types/survicate__react-native-survicate/package.json

This file was deleted.

Loading