@microsoft/teams.client 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/dist/app.d.mts +92 -0
- package/dist/app.d.ts +92 -0
- package/dist/app.js +122 -0
- package/dist/app.js.map +1 -0
- package/dist/app.mjs +98 -0
- package/dist/app.mjs.map +1 -0
- package/dist/context/app-host.d.mts +25 -0
- package/dist/context/app-host.d.ts +25 -0
- package/dist/context/app-host.js +4 -0
- package/dist/context/app-host.js.map +1 -0
- package/dist/context/app-host.mjs +3 -0
- package/dist/context/app-host.mjs.map +1 -0
- package/dist/context/app.d.mts +69 -0
- package/dist/context/app.d.ts +69 -0
- package/dist/context/app.js +4 -0
- package/dist/context/app.js.map +1 -0
- package/dist/context/app.mjs +3 -0
- package/dist/context/app.mjs.map +1 -0
- package/dist/context/channel.d.mts +37 -0
- package/dist/context/channel.d.ts +37 -0
- package/dist/context/channel.js +4 -0
- package/dist/context/channel.js.map +1 -0
- package/dist/context/channel.mjs +3 -0
- package/dist/context/channel.mjs.map +1 -0
- package/dist/context/chat.d.mts +11 -0
- package/dist/context/chat.d.ts +11 -0
- package/dist/context/chat.js +4 -0
- package/dist/context/chat.js.map +1 -0
- package/dist/context/chat.mjs +3 -0
- package/dist/context/chat.mjs.map +1 -0
- package/dist/context/index.d.mts +74 -0
- package/dist/context/index.d.ts +74 -0
- package/dist/context/index.js +108 -0
- package/dist/context/index.js.map +1 -0
- package/dist/context/index.mjs +86 -0
- package/dist/context/index.mjs.map +1 -0
- package/dist/context/meeting.d.mts +11 -0
- package/dist/context/meeting.d.ts +11 -0
- package/dist/context/meeting.js +4 -0
- package/dist/context/meeting.js.map +1 -0
- package/dist/context/meeting.mjs +3 -0
- package/dist/context/meeting.mjs.map +1 -0
- package/dist/context/page.d.mts +40 -0
- package/dist/context/page.d.ts +40 -0
- package/dist/context/page.js +4 -0
- package/dist/context/page.js.map +1 -0
- package/dist/context/page.mjs +3 -0
- package/dist/context/page.mjs.map +1 -0
- package/dist/context/share-point-site.d.mts +31 -0
- package/dist/context/share-point-site.d.ts +31 -0
- package/dist/context/share-point-site.js +4 -0
- package/dist/context/share-point-site.js.map +1 -0
- package/dist/context/share-point-site.mjs +3 -0
- package/dist/context/share-point-site.mjs.map +1 -0
- package/dist/context/team.d.mts +42 -0
- package/dist/context/team.d.ts +42 -0
- package/dist/context/team.js +4 -0
- package/dist/context/team.js.map +1 -0
- package/dist/context/team.mjs +3 -0
- package/dist/context/team.mjs.map +1 -0
- package/dist/context/tenant.d.mts +20 -0
- package/dist/context/tenant.d.ts +20 -0
- package/dist/context/tenant.js +4 -0
- package/dist/context/tenant.js.map +1 -0
- package/dist/context/tenant.mjs +3 -0
- package/dist/context/tenant.mjs.map +1 -0
- package/dist/context/user.d.mts +63 -0
- package/dist/context/user.d.ts +63 -0
- package/dist/context/user.js +4 -0
- package/dist/context/user.js.map +1 -0
- package/dist/context/user.mjs +3 -0
- package/dist/context/user.mjs.map +1 -0
- package/dist/index-5Ok-M8A0.d.ts +13 -0
- package/dist/index-7hUkxLxx.d.mts +17 -0
- package/dist/index-8IcDrPMv.d.ts +70 -0
- package/dist/index-D6kqtGPa.d.mts +13 -0
- package/dist/index-DJal_Cxb.d.mts +70 -0
- package/dist/index-DrTQ_GLN.d.mts +21 -0
- package/dist/index-DtE-Eb9L.d.ts +17 -0
- package/dist/index-_Hc8oq9_.d.ts +21 -0
- package/dist/index.d.mts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +43 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -0
- package/dist/msal-utils.d.mts +30 -0
- package/dist/msal-utils.d.ts +30 -0
- package/dist/msal-utils.js +86 -0
- package/dist/msal-utils.js.map +1 -0
- package/dist/msal-utils.mjs +62 -0
- package/dist/msal-utils.mjs.map +1 -0
- package/dist/window/client-error.d.mts +10 -0
- package/dist/window/client-error.d.ts +10 -0
- package/dist/window/client-error.js +4 -0
- package/dist/window/client-error.js.map +1 -0
- package/dist/window/client-error.mjs +3 -0
- package/dist/window/client-error.mjs.map +1 -0
- package/dist/window/clients/app-entity.d.mts +12 -0
- package/dist/window/clients/app-entity.d.ts +12 -0
- package/dist/window/clients/app-entity.js +15 -0
- package/dist/window/clients/app-entity.js.map +1 -0
- package/dist/window/clients/app-entity.mjs +13 -0
- package/dist/window/clients/app-entity.mjs.map +1 -0
- package/dist/window/clients/app-initialization.d.mts +50 -0
- package/dist/window/clients/app-initialization.d.ts +50 -0
- package/dist/window/clients/app-initialization.js +24 -0
- package/dist/window/clients/app-initialization.js.map +1 -0
- package/dist/window/clients/app-initialization.mjs +22 -0
- package/dist/window/clients/app-initialization.mjs.map +1 -0
- package/dist/window/clients/app-install-dialog.d.mts +21 -0
- package/dist/window/clients/app-install-dialog.d.ts +21 -0
- package/dist/window/clients/app-install-dialog.js +22 -0
- package/dist/window/clients/app-install-dialog.js.map +1 -0
- package/dist/window/clients/app-install-dialog.mjs +20 -0
- package/dist/window/clients/app-install-dialog.mjs.map +1 -0
- package/dist/window/clients/authentication.d.mts +66 -0
- package/dist/window/clients/authentication.d.ts +66 -0
- package/dist/window/clients/authentication.js +47 -0
- package/dist/window/clients/authentication.js.map +1 -0
- package/dist/window/clients/authentication.mjs +45 -0
- package/dist/window/clients/authentication.mjs.map +1 -0
- package/dist/window/clients/bar-code.d.mts +13 -0
- package/dist/window/clients/bar-code.d.ts +13 -0
- package/dist/window/clients/bar-code.js +20 -0
- package/dist/window/clients/bar-code.js.map +1 -0
- package/dist/window/clients/bar-code.mjs +18 -0
- package/dist/window/clients/bar-code.mjs.map +1 -0
- package/dist/window/clients/calendar.d.mts +47 -0
- package/dist/window/clients/calendar.d.ts +47 -0
- package/dist/window/clients/calendar.js +18 -0
- package/dist/window/clients/calendar.js.map +1 -0
- package/dist/window/clients/calendar.mjs +16 -0
- package/dist/window/clients/calendar.mjs.map +1 -0
- package/dist/window/clients/call.d.mts +32 -0
- package/dist/window/clients/call.d.ts +32 -0
- package/dist/window/clients/call.js +16 -0
- package/dist/window/clients/call.js.map +1 -0
- package/dist/window/clients/call.mjs +14 -0
- package/dist/window/clients/call.mjs.map +1 -0
- package/dist/window/clients/clipboard.d.mts +26 -0
- package/dist/window/clients/clipboard.d.ts +26 -0
- package/dist/window/clients/clipboard.js +19 -0
- package/dist/window/clients/clipboard.js.map +1 -0
- package/dist/window/clients/clipboard.mjs +17 -0
- package/dist/window/clients/clipboard.mjs.map +1 -0
- package/dist/window/clients/conversation.d.mts +53 -0
- package/dist/window/clients/conversation.d.ts +53 -0
- package/dist/window/clients/conversation.js +25 -0
- package/dist/window/clients/conversation.js.map +1 -0
- package/dist/window/clients/conversation.mjs +23 -0
- package/dist/window/clients/conversation.mjs.map +1 -0
- package/dist/window/clients/dialog.d.mts +81 -0
- package/dist/window/clients/dialog.d.ts +81 -0
- package/dist/window/clients/dialog.js +37 -0
- package/dist/window/clients/dialog.js.map +1 -0
- package/dist/window/clients/dialog.mjs +35 -0
- package/dist/window/clients/dialog.mjs.map +1 -0
- package/dist/window/clients/index.d.mts +84 -0
- package/dist/window/clients/index.d.ts +84 -0
- package/dist/window/clients/index.js +159 -0
- package/dist/window/clients/index.js.map +1 -0
- package/dist/window/clients/index.mjs +87 -0
- package/dist/window/clients/index.mjs.map +1 -0
- package/dist/window/clients/location.d.mts +14 -0
- package/dist/window/clients/location.d.ts +14 -0
- package/dist/window/clients/location.js +22 -0
- package/dist/window/clients/location.js.map +1 -0
- package/dist/window/clients/location.mjs +20 -0
- package/dist/window/clients/location.mjs.map +1 -0
- package/dist/window/clients/media.d.mts +190 -0
- package/dist/window/clients/media.d.ts +190 -0
- package/dist/window/clients/media.js +75 -0
- package/dist/window/clients/media.js.map +1 -0
- package/dist/window/clients/media.mjs +68 -0
- package/dist/window/clients/media.mjs.map +1 -0
- package/dist/window/clients/notification.d.mts +17 -0
- package/dist/window/clients/notification.d.ts +17 -0
- package/dist/window/clients/notification.js +15 -0
- package/dist/window/clients/notification.js.map +1 -0
- package/dist/window/clients/notification.mjs +13 -0
- package/dist/window/clients/notification.mjs.map +1 -0
- package/dist/window/clients/permission.d.mts +14 -0
- package/dist/window/clients/permission.d.ts +14 -0
- package/dist/window/clients/permission.js +20 -0
- package/dist/window/clients/permission.js.map +1 -0
- package/dist/window/clients/permission.mjs +18 -0
- package/dist/window/clients/permission.mjs.map +1 -0
- package/dist/window/index.d.mts +59 -0
- package/dist/window/index.d.ts +59 -0
- package/dist/window/index.js +35 -0
- package/dist/window/index.js.map +1 -0
- package/dist/window/index.mjs +6 -0
- package/dist/window/index.mjs.map +1 -0
- package/dist/window/message.d.mts +24 -0
- package/dist/window/message.d.ts +24 -0
- package/dist/window/message.js +4 -0
- package/dist/window/message.js.map +1 -0
- package/dist/window/message.mjs +3 -0
- package/dist/window/message.mjs.map +1 -0
- package/dist/window/runtime.d.mts +96 -0
- package/dist/window/runtime.d.ts +96 -0
- package/dist/window/runtime.js +4 -0
- package/dist/window/runtime.js.map +1 -0
- package/dist/window/runtime.mjs +3 -0
- package/dist/window/runtime.mjs.map +1 -0
- package/dist/window/types/action-open-url-type.d.mts +15 -0
- package/dist/window/types/action-open-url-type.d.ts +15 -0
- package/dist/window/types/action-open-url-type.js +13 -0
- package/dist/window/types/action-open-url-type.js.map +1 -0
- package/dist/window/types/action-open-url-type.mjs +11 -0
- package/dist/window/types/action-open-url-type.mjs.map +1 -0
- package/dist/window/types/app-eligibility-info.d.mts +48 -0
- package/dist/window/types/app-eligibility-info.d.ts +48 -0
- package/dist/window/types/app-eligibility-info.js +4 -0
- package/dist/window/types/app-eligibility-info.js.map +1 -0
- package/dist/window/types/app-eligibility-info.mjs +3 -0
- package/dist/window/types/app-eligibility-info.mjs.map +1 -0
- package/dist/window/types/bar-code-config.d.mts +13 -0
- package/dist/window/types/bar-code-config.d.ts +13 -0
- package/dist/window/types/bar-code-config.js +4 -0
- package/dist/window/types/bar-code-config.js.map +1 -0
- package/dist/window/types/bar-code-config.mjs +3 -0
- package/dist/window/types/bar-code-config.mjs.map +1 -0
- package/dist/window/types/call-modality.d.mts +21 -0
- package/dist/window/types/call-modality.d.ts +21 -0
- package/dist/window/types/call-modality.js +14 -0
- package/dist/window/types/call-modality.js.map +1 -0
- package/dist/window/types/call-modality.mjs +12 -0
- package/dist/window/types/call-modality.mjs.map +1 -0
- package/dist/window/types/channel-type.d.mts +17 -0
- package/dist/window/types/channel-type.d.ts +17 -0
- package/dist/window/types/channel-type.js +12 -0
- package/dist/window/types/channel-type.js.map +1 -0
- package/dist/window/types/channel-type.mjs +10 -0
- package/dist/window/types/channel-type.mjs.map +1 -0
- package/dist/window/types/context.d.mts +275 -0
- package/dist/window/types/context.d.ts +275 -0
- package/dist/window/types/context.js +4 -0
- package/dist/window/types/context.js.map +1 -0
- package/dist/window/types/context.mjs +3 -0
- package/dist/window/types/context.mjs.map +1 -0
- package/dist/window/types/data-residency.d.mts +6 -0
- package/dist/window/types/data-residency.d.ts +6 -0
- package/dist/window/types/data-residency.js +4 -0
- package/dist/window/types/data-residency.js.map +1 -0
- package/dist/window/types/data-residency.mjs +3 -0
- package/dist/window/types/data-residency.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-dimension.d.mts +17 -0
- package/dist/window/types/dialog/dialog-dimension.d.ts +17 -0
- package/dist/window/types/dialog/dialog-dimension.js +12 -0
- package/dist/window/types/dialog/dialog-dimension.js.map +1 -0
- package/dist/window/types/dialog/dialog-dimension.mjs +10 -0
- package/dist/window/types/dialog/dialog-dimension.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-info.d.mts +43 -0
- package/dist/window/types/dialog/dialog-info.d.ts +43 -0
- package/dist/window/types/dialog/dialog-info.js +4 -0
- package/dist/window/types/dialog/dialog-info.js.map +1 -0
- package/dist/window/types/dialog/dialog-info.mjs +3 -0
- package/dist/window/types/dialog/dialog-info.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-size.d.mts +14 -0
- package/dist/window/types/dialog/dialog-size.d.ts +14 -0
- package/dist/window/types/dialog/dialog-size.js +4 -0
- package/dist/window/types/dialog/dialog-size.js.map +1 -0
- package/dist/window/types/dialog/dialog-size.mjs +3 -0
- package/dist/window/types/dialog/dialog-size.mjs.map +1 -0
- package/dist/window/types/dialog/index.d.mts +3 -0
- package/dist/window/types/dialog/index.d.ts +3 -0
- package/dist/window/types/dialog/index.js +28 -0
- package/dist/window/types/dialog/index.js.map +1 -0
- package/dist/window/types/dialog/index.mjs +5 -0
- package/dist/window/types/dialog/index.mjs.map +1 -0
- package/dist/window/types/file-open-preference.d.mts +17 -0
- package/dist/window/types/file-open-preference.d.ts +17 -0
- package/dist/window/types/file-open-preference.js +12 -0
- package/dist/window/types/file-open-preference.js.map +1 -0
- package/dist/window/types/file-open-preference.mjs +10 -0
- package/dist/window/types/file-open-preference.mjs.map +1 -0
- package/dist/window/types/file.d.mts +42 -0
- package/dist/window/types/file.d.ts +42 -0
- package/dist/window/types/file.js +11 -0
- package/dist/window/types/file.js.map +1 -0
- package/dist/window/types/file.mjs +9 -0
- package/dist/window/types/file.mjs.map +1 -0
- package/dist/window/types/frame-context.d.mts +44 -0
- package/dist/window/types/frame-context.d.ts +44 -0
- package/dist/window/types/frame-context.js +17 -0
- package/dist/window/types/frame-context.js.map +1 -0
- package/dist/window/types/frame-context.mjs +15 -0
- package/dist/window/types/frame-context.mjs.map +1 -0
- package/dist/window/types/host.d.mts +73 -0
- package/dist/window/types/host.d.ts +73 -0
- package/dist/window/types/host.js +32 -0
- package/dist/window/types/host.js.map +1 -0
- package/dist/window/types/host.mjs +29 -0
- package/dist/window/types/host.mjs.map +1 -0
- package/dist/window/types/index.d.mts +39 -0
- package/dist/window/types/index.d.ts +39 -0
- package/dist/window/types/index.js +189 -0
- package/dist/window/types/index.js.map +1 -0
- package/dist/window/types/index.mjs +30 -0
- package/dist/window/types/index.mjs.map +1 -0
- package/dist/window/types/legal-age-group-classification.d.mts +34 -0
- package/dist/window/types/legal-age-group-classification.d.ts +34 -0
- package/dist/window/types/legal-age-group-classification.js +14 -0
- package/dist/window/types/legal-age-group-classification.js.map +1 -0
- package/dist/window/types/legal-age-group-classification.mjs +12 -0
- package/dist/window/types/legal-age-group-classification.mjs.map +1 -0
- package/dist/window/types/liveshare/client.d.mts +23 -0
- package/dist/window/types/liveshare/client.d.ts +23 -0
- package/dist/window/types/liveshare/client.js +4 -0
- package/dist/window/types/liveshare/client.js.map +1 -0
- package/dist/window/types/liveshare/client.mjs +3 -0
- package/dist/window/types/liveshare/client.mjs.map +1 -0
- package/dist/window/types/liveshare/container-state.d.mts +33 -0
- package/dist/window/types/liveshare/container-state.d.ts +33 -0
- package/dist/window/types/liveshare/container-state.js +13 -0
- package/dist/window/types/liveshare/container-state.js.map +1 -0
- package/dist/window/types/liveshare/container-state.mjs +11 -0
- package/dist/window/types/liveshare/container-state.mjs.map +1 -0
- package/dist/window/types/liveshare/fluid-container.d.mts +28 -0
- package/dist/window/types/liveshare/fluid-container.d.ts +28 -0
- package/dist/window/types/liveshare/fluid-container.js +4 -0
- package/dist/window/types/liveshare/fluid-container.js.map +1 -0
- package/dist/window/types/liveshare/fluid-container.mjs +3 -0
- package/dist/window/types/liveshare/fluid-container.mjs.map +1 -0
- package/dist/window/types/liveshare/fluid-tenant.d.mts +16 -0
- package/dist/window/types/liveshare/fluid-tenant.d.ts +16 -0
- package/dist/window/types/liveshare/fluid-tenant.js +4 -0
- package/dist/window/types/liveshare/fluid-tenant.js.map +1 -0
- package/dist/window/types/liveshare/fluid-tenant.mjs +3 -0
- package/dist/window/types/liveshare/fluid-tenant.mjs.map +1 -0
- package/dist/window/types/liveshare/index.d.mts +6 -0
- package/dist/window/types/liveshare/index.d.ts +6 -0
- package/dist/window/types/liveshare/index.js +42 -0
- package/dist/window/types/liveshare/index.js.map +1 -0
- package/dist/window/types/liveshare/index.mjs +7 -0
- package/dist/window/types/liveshare/index.mjs.map +1 -0
- package/dist/window/types/liveshare/ntp-time.d.mts +16 -0
- package/dist/window/types/liveshare/ntp-time.d.ts +16 -0
- package/dist/window/types/liveshare/ntp-time.js +4 -0
- package/dist/window/types/liveshare/ntp-time.js.map +1 -0
- package/dist/window/types/liveshare/ntp-time.mjs +3 -0
- package/dist/window/types/liveshare/ntp-time.mjs.map +1 -0
- package/dist/window/types/locale.d.mts +38 -0
- package/dist/window/types/locale.d.ts +38 -0
- package/dist/window/types/locale.js +4 -0
- package/dist/window/types/locale.js.map +1 -0
- package/dist/window/types/locale.mjs +3 -0
- package/dist/window/types/locale.mjs.map +1 -0
- package/dist/window/types/location.d.mts +25 -0
- package/dist/window/types/location.d.ts +25 -0
- package/dist/window/types/location.js +4 -0
- package/dist/window/types/location.js.map +1 -0
- package/dist/window/types/location.mjs +3 -0
- package/dist/window/types/location.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-info.d.mts +47 -0
- package/dist/window/types/marketplace/cart-info.d.ts +47 -0
- package/dist/window/types/marketplace/cart-info.js +4 -0
- package/dist/window/types/marketplace/cart-info.js.map +1 -0
- package/dist/window/types/marketplace/cart-info.mjs +3 -0
- package/dist/window/types/marketplace/cart-info.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-item.d.mts +40 -0
- package/dist/window/types/marketplace/cart-item.d.ts +40 -0
- package/dist/window/types/marketplace/cart-item.js +4 -0
- package/dist/window/types/marketplace/cart-item.js.map +1 -0
- package/dist/window/types/marketplace/cart-item.mjs +3 -0
- package/dist/window/types/marketplace/cart-item.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-status.d.mts +33 -0
- package/dist/window/types/marketplace/cart-status.d.ts +33 -0
- package/dist/window/types/marketplace/cart-status.js +14 -0
- package/dist/window/types/marketplace/cart-status.js.map +1 -0
- package/dist/window/types/marketplace/cart-status.mjs +12 -0
- package/dist/window/types/marketplace/cart-status.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-version.d.mts +17 -0
- package/dist/window/types/marketplace/cart-version.d.ts +17 -0
- package/dist/window/types/marketplace/cart-version.js +4 -0
- package/dist/window/types/marketplace/cart-version.js.map +1 -0
- package/dist/window/types/marketplace/cart-version.mjs +3 -0
- package/dist/window/types/marketplace/cart-version.mjs.map +1 -0
- package/dist/window/types/marketplace/cart.d.mts +29 -0
- package/dist/window/types/marketplace/cart.d.ts +29 -0
- package/dist/window/types/marketplace/cart.js +4 -0
- package/dist/window/types/marketplace/cart.js.map +1 -0
- package/dist/window/types/marketplace/cart.mjs +3 -0
- package/dist/window/types/marketplace/cart.mjs.map +1 -0
- package/dist/window/types/marketplace/index.d.mts +6 -0
- package/dist/window/types/marketplace/index.d.ts +6 -0
- package/dist/window/types/marketplace/index.js +49 -0
- package/dist/window/types/marketplace/index.js.map +1 -0
- package/dist/window/types/marketplace/index.mjs +8 -0
- package/dist/window/types/marketplace/index.mjs.map +1 -0
- package/dist/window/types/marketplace/intent.d.mts +23 -0
- package/dist/window/types/marketplace/intent.d.ts +23 -0
- package/dist/window/types/marketplace/intent.js +12 -0
- package/dist/window/types/marketplace/intent.js.map +1 -0
- package/dist/window/types/marketplace/intent.mjs +10 -0
- package/dist/window/types/marketplace/intent.mjs.map +1 -0
- package/dist/window/types/notification-type.d.mts +3 -0
- package/dist/window/types/notification-type.d.ts +3 -0
- package/dist/window/types/notification-type.js +4 -0
- package/dist/window/types/notification-type.js.map +1 -0
- package/dist/window/types/notification-type.mjs +3 -0
- package/dist/window/types/notification-type.mjs.map +1 -0
- package/dist/window/types/permission.d.mts +3 -0
- package/dist/window/types/permission.d.ts +3 -0
- package/dist/window/types/permission.js +4 -0
- package/dist/window/types/permission.js.map +1 -0
- package/dist/window/types/permission.mjs +3 -0
- package/dist/window/types/permission.mjs.map +1 -0
- package/dist/window/types/team-type.d.mts +24 -0
- package/dist/window/types/team-type.d.ts +24 -0
- package/dist/window/types/team-type.js +18 -0
- package/dist/window/types/team-type.js.map +1 -0
- package/dist/window/types/team-type.mjs +15 -0
- package/dist/window/types/team-type.mjs.map +1 -0
- package/dist/window/types/theme.d.mts +6 -0
- package/dist/window/types/theme.d.ts +6 -0
- package/dist/window/types/theme.js +4 -0
- package/dist/window/types/theme.js.map +1 -0
- package/dist/window/types/theme.mjs +3 -0
- package/dist/window/types/theme.mjs.map +1 -0
- package/dist/window/types/thread-member.d.mts +11 -0
- package/dist/window/types/thread-member.d.ts +11 -0
- package/dist/window/types/thread-member.js +4 -0
- package/dist/window/types/thread-member.js.map +1 -0
- package/dist/window/types/thread-member.mjs +3 -0
- package/dist/window/types/thread-member.mjs.map +1 -0
- package/dist/window/types/user-meeting-role.d.mts +31 -0
- package/dist/window/types/user-meeting-role.d.ts +31 -0
- package/dist/window/types/user-meeting-role.js +13 -0
- package/dist/window/types/user-meeting-role.js.map +1 -0
- package/dist/window/types/user-meeting-role.mjs +11 -0
- package/dist/window/types/user-meeting-role.mjs.map +1 -0
- package/dist/window/types/user-profile.d.mts +82 -0
- package/dist/window/types/user-profile.d.ts +82 -0
- package/dist/window/types/user-profile.js +4 -0
- package/dist/window/types/user-profile.js.map +1 -0
- package/dist/window/types/user-profile.mjs +3 -0
- package/dist/window/types/user-profile.mjs.map +1 -0
- package/dist/window/types/user-team-role.d.mts +18 -0
- package/dist/window/types/user-team-role.d.ts +18 -0
- package/dist/window/types/user-team-role.js +16 -0
- package/dist/window/types/user-team-role.js.map +1 -0
- package/dist/window/types/user-team-role.mjs +13 -0
- package/dist/window/types/user-team-role.mjs.map +1 -0
- package/dist/window/window-client.d.mts +28 -0
- package/dist/window/window-client.d.ts +28 -0
- package/dist/window/window-client.js +92 -0
- package/dist/window/window-client.js.map +1 -0
- package/dist/window/window-client.mjs +70 -0
- package/dist/window/window-client.mjs.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { LegalAgeGroupClassification } from './legal-age-group-classification.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Eligibility Information for the app user.
|
|
5
|
+
*/
|
|
6
|
+
type AppEligibilityInfo = {
|
|
7
|
+
/**
|
|
8
|
+
* Describes the user’s age group, which can have implications on which product they are able to use.
|
|
9
|
+
*/
|
|
10
|
+
ageGroup: LegalAgeGroupClassification | null;
|
|
11
|
+
/**
|
|
12
|
+
* Describes the user’s chat experience based on their eligible licenses & their tenant’s eligible licenses.
|
|
13
|
+
* A user will be in at most one cohort.
|
|
14
|
+
*/
|
|
15
|
+
cohort: 'bcais' | 'bcwaf' | 'bcwbf' | null;
|
|
16
|
+
/**
|
|
17
|
+
* Feature Sets
|
|
18
|
+
* If this property is undefined, it indicates that the host is an older version that doesn't support this property.
|
|
19
|
+
*/
|
|
20
|
+
featureSet?: FeatureSet;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates that the user is eligible for Microsoft Entra ID Authenticated Copilot experience.
|
|
23
|
+
*/
|
|
24
|
+
isCopilotEligible: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Implementation may change to be based on tenant-home region rather than IP.
|
|
27
|
+
*/
|
|
28
|
+
isCopilotEnabledRegion: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Indicates if the tenant admin has opted the user out of Copilot.
|
|
31
|
+
*/
|
|
32
|
+
isOptedOutByAdmin: boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Represents the feature set available to the user.
|
|
36
|
+
*/
|
|
37
|
+
type FeatureSet = {
|
|
38
|
+
/**
|
|
39
|
+
* Server Feature set
|
|
40
|
+
*/
|
|
41
|
+
serverFeatures: ReadonlyArray<string>;
|
|
42
|
+
/**
|
|
43
|
+
* UX Feature set
|
|
44
|
+
*/
|
|
45
|
+
uxFeatures: ReadonlyArray<string>;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export type { AppEligibilityInfo, FeatureSet };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { LegalAgeGroupClassification } from './legal-age-group-classification.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Eligibility Information for the app user.
|
|
5
|
+
*/
|
|
6
|
+
type AppEligibilityInfo = {
|
|
7
|
+
/**
|
|
8
|
+
* Describes the user’s age group, which can have implications on which product they are able to use.
|
|
9
|
+
*/
|
|
10
|
+
ageGroup: LegalAgeGroupClassification | null;
|
|
11
|
+
/**
|
|
12
|
+
* Describes the user’s chat experience based on their eligible licenses & their tenant’s eligible licenses.
|
|
13
|
+
* A user will be in at most one cohort.
|
|
14
|
+
*/
|
|
15
|
+
cohort: 'bcais' | 'bcwaf' | 'bcwbf' | null;
|
|
16
|
+
/**
|
|
17
|
+
* Feature Sets
|
|
18
|
+
* If this property is undefined, it indicates that the host is an older version that doesn't support this property.
|
|
19
|
+
*/
|
|
20
|
+
featureSet?: FeatureSet;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates that the user is eligible for Microsoft Entra ID Authenticated Copilot experience.
|
|
23
|
+
*/
|
|
24
|
+
isCopilotEligible: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Implementation may change to be based on tenant-home region rather than IP.
|
|
27
|
+
*/
|
|
28
|
+
isCopilotEnabledRegion: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Indicates if the tenant admin has opted the user out of Copilot.
|
|
31
|
+
*/
|
|
32
|
+
isOptedOutByAdmin: boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Represents the feature set available to the user.
|
|
36
|
+
*/
|
|
37
|
+
type FeatureSet = {
|
|
38
|
+
/**
|
|
39
|
+
* Server Feature set
|
|
40
|
+
*/
|
|
41
|
+
serverFeatures: ReadonlyArray<string>;
|
|
42
|
+
/**
|
|
43
|
+
* UX Feature set
|
|
44
|
+
*/
|
|
45
|
+
uxFeatures: ReadonlyArray<string>;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export type { AppEligibilityInfo, FeatureSet };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"app-eligibility-info.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"app-eligibility-info.mjs"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data structure to customize the barcode scanning experience in scanBarCode API.
|
|
3
|
+
* All properties in BarCodeConfig are optional and have default values in the platform
|
|
4
|
+
*/
|
|
5
|
+
type BarCodeConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* Optional; designates the scan timeout interval in seconds.
|
|
8
|
+
* Default value is 30 seconds, max allowed value is 60 seconds.
|
|
9
|
+
*/
|
|
10
|
+
timeOutIntervalInSec?: number;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type { BarCodeConfig };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data structure to customize the barcode scanning experience in scanBarCode API.
|
|
3
|
+
* All properties in BarCodeConfig are optional and have default values in the platform
|
|
4
|
+
*/
|
|
5
|
+
type BarCodeConfig = {
|
|
6
|
+
/**
|
|
7
|
+
* Optional; designates the scan timeout interval in seconds.
|
|
8
|
+
* Default value is 30 seconds, max allowed value is 60 seconds.
|
|
9
|
+
*/
|
|
10
|
+
timeOutIntervalInSec?: number;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type { BarCodeConfig };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"bar-code-config.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"bar-code-config.mjs"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Modalities that can be associated with a call.
|
|
3
|
+
*/
|
|
4
|
+
type CallModality = 'unknown' | 'audio' | 'video' | 'videoBasedScreenSharing' | 'data';
|
|
5
|
+
/**
|
|
6
|
+
* Modalities that can be associated with a call.
|
|
7
|
+
*/
|
|
8
|
+
declare enum CallModalities {
|
|
9
|
+
/** Indicates that the modality is unknown or undefined. */
|
|
10
|
+
Unknown = "unknown",
|
|
11
|
+
/** Indicates that the call includes audio. */
|
|
12
|
+
Audio = "audio",
|
|
13
|
+
/** Indicates that the call includes video. */
|
|
14
|
+
Video = "video",
|
|
15
|
+
/** Indicates that the call includes video-based screen sharing. */
|
|
16
|
+
VideoBasedScreenSharing = "videoBasedScreenSharing",
|
|
17
|
+
/** Indicates that the call includes data sharing or messaging. */
|
|
18
|
+
Data = "data"
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { CallModalities, type CallModality };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Modalities that can be associated with a call.
|
|
3
|
+
*/
|
|
4
|
+
type CallModality = 'unknown' | 'audio' | 'video' | 'videoBasedScreenSharing' | 'data';
|
|
5
|
+
/**
|
|
6
|
+
* Modalities that can be associated with a call.
|
|
7
|
+
*/
|
|
8
|
+
declare enum CallModalities {
|
|
9
|
+
/** Indicates that the modality is unknown or undefined. */
|
|
10
|
+
Unknown = "unknown",
|
|
11
|
+
/** Indicates that the call includes audio. */
|
|
12
|
+
Audio = "audio",
|
|
13
|
+
/** Indicates that the call includes video. */
|
|
14
|
+
Video = "video",
|
|
15
|
+
/** Indicates that the call includes video-based screen sharing. */
|
|
16
|
+
VideoBasedScreenSharing = "videoBasedScreenSharing",
|
|
17
|
+
/** Indicates that the call includes data sharing or messaging. */
|
|
18
|
+
Data = "data"
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { CallModalities, type CallModality };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var CallModalities = /* @__PURE__ */ ((CallModalities2) => {
|
|
4
|
+
CallModalities2["Unknown"] = "unknown";
|
|
5
|
+
CallModalities2["Audio"] = "audio";
|
|
6
|
+
CallModalities2["Video"] = "video";
|
|
7
|
+
CallModalities2["VideoBasedScreenSharing"] = "videoBasedScreenSharing";
|
|
8
|
+
CallModalities2["Data"] = "data";
|
|
9
|
+
return CallModalities2;
|
|
10
|
+
})(CallModalities || {});
|
|
11
|
+
|
|
12
|
+
exports.CallModalities = CallModalities;
|
|
13
|
+
//# sourceMappingURL=call-modality.js.map
|
|
14
|
+
//# sourceMappingURL=call-modality.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/window/types/call-modality.ts"],"names":["CallModalities"],"mappings":";;AAQY,IAAA,cAAA,qBAAAA,eAAL,KAAA;AAEL,EAAAA,gBAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,gBAAA,OAAQ,CAAA,GAAA,OAAA;AAGR,EAAAA,gBAAA,OAAQ,CAAA,GAAA,OAAA;AAGR,EAAAA,gBAAA,yBAA0B,CAAA,GAAA,yBAAA;AAG1B,EAAAA,gBAAA,MAAO,CAAA,GAAA,MAAA;AAdG,EAAAA,OAAAA,eAAAA;AAAA,CAAA,EAAA,cAAA,IAAA,EAAA","file":"call-modality.js","sourcesContent":["/**\n * Modalities that can be associated with a call.\n */\nexport type CallModality = 'unknown' | 'audio' | 'video' | 'videoBasedScreenSharing' | 'data';\n\n/**\n * Modalities that can be associated with a call.\n */\nexport enum CallModalities {\n /** Indicates that the modality is unknown or undefined. */\n Unknown = 'unknown',\n\n /** Indicates that the call includes audio. */\n Audio = 'audio',\n\n /** Indicates that the call includes video. */\n Video = 'video',\n\n /** Indicates that the call includes video-based screen sharing. */\n VideoBasedScreenSharing = 'videoBasedScreenSharing',\n\n /** Indicates that the call includes data sharing or messaging. */\n Data = 'data',\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var CallModalities = /* @__PURE__ */ ((CallModalities2) => {
|
|
2
|
+
CallModalities2["Unknown"] = "unknown";
|
|
3
|
+
CallModalities2["Audio"] = "audio";
|
|
4
|
+
CallModalities2["Video"] = "video";
|
|
5
|
+
CallModalities2["VideoBasedScreenSharing"] = "videoBasedScreenSharing";
|
|
6
|
+
CallModalities2["Data"] = "data";
|
|
7
|
+
return CallModalities2;
|
|
8
|
+
})(CallModalities || {});
|
|
9
|
+
|
|
10
|
+
export { CallModalities };
|
|
11
|
+
//# sourceMappingURL=call-modality.mjs.map
|
|
12
|
+
//# sourceMappingURL=call-modality.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/window/types/call-modality.ts"],"names":["CallModalities"],"mappings":"AAQY,IAAA,cAAA,qBAAAA,eAAL,KAAA;AAEL,EAAAA,gBAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,gBAAA,OAAQ,CAAA,GAAA,OAAA;AAGR,EAAAA,gBAAA,OAAQ,CAAA,GAAA,OAAA;AAGR,EAAAA,gBAAA,yBAA0B,CAAA,GAAA,yBAAA;AAG1B,EAAAA,gBAAA,MAAO,CAAA,GAAA,MAAA;AAdG,EAAAA,OAAAA,eAAAA;AAAA,CAAA,EAAA,cAAA,IAAA,EAAA","file":"call-modality.mjs","sourcesContent":["/**\n * Modalities that can be associated with a call.\n */\nexport type CallModality = 'unknown' | 'audio' | 'video' | 'videoBasedScreenSharing' | 'data';\n\n/**\n * Modalities that can be associated with a call.\n */\nexport enum CallModalities {\n /** Indicates that the modality is unknown or undefined. */\n Unknown = 'unknown',\n\n /** Indicates that the call includes audio. */\n Audio = 'audio',\n\n /** Indicates that the call includes video. */\n Video = 'video',\n\n /** Indicates that the call includes video-based screen sharing. */\n VideoBasedScreenSharing = 'videoBasedScreenSharing',\n\n /** Indicates that the call includes data sharing or messaging. */\n Data = 'data',\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The type of the channel with which the content is associated.
|
|
3
|
+
*/
|
|
4
|
+
type ChannelType = 'Regular' | 'Private' | 'Shared';
|
|
5
|
+
/**
|
|
6
|
+
* The type of the channel with which the content is associated.
|
|
7
|
+
*/
|
|
8
|
+
declare enum ChannelTypes {
|
|
9
|
+
/** The default channel type. Type of channel is used for general collaboration and communication within a team. */
|
|
10
|
+
Regular = "Regular",
|
|
11
|
+
/** Type of channel is used for sensitive or confidential communication within a team and is only accessible to members of the channel. */
|
|
12
|
+
Private = "Private",
|
|
13
|
+
/** Type of channel is used for collaboration between multiple teams or groups and is accessible to members of all the teams or groups. */
|
|
14
|
+
Shared = "Shared"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { type ChannelType, ChannelTypes };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The type of the channel with which the content is associated.
|
|
3
|
+
*/
|
|
4
|
+
type ChannelType = 'Regular' | 'Private' | 'Shared';
|
|
5
|
+
/**
|
|
6
|
+
* The type of the channel with which the content is associated.
|
|
7
|
+
*/
|
|
8
|
+
declare enum ChannelTypes {
|
|
9
|
+
/** The default channel type. Type of channel is used for general collaboration and communication within a team. */
|
|
10
|
+
Regular = "Regular",
|
|
11
|
+
/** Type of channel is used for sensitive or confidential communication within a team and is only accessible to members of the channel. */
|
|
12
|
+
Private = "Private",
|
|
13
|
+
/** Type of channel is used for collaboration between multiple teams or groups and is accessible to members of all the teams or groups. */
|
|
14
|
+
Shared = "Shared"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { type ChannelType, ChannelTypes };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ChannelTypes = /* @__PURE__ */ ((ChannelTypes2) => {
|
|
4
|
+
ChannelTypes2["Regular"] = "Regular";
|
|
5
|
+
ChannelTypes2["Private"] = "Private";
|
|
6
|
+
ChannelTypes2["Shared"] = "Shared";
|
|
7
|
+
return ChannelTypes2;
|
|
8
|
+
})(ChannelTypes || {});
|
|
9
|
+
|
|
10
|
+
exports.ChannelTypes = ChannelTypes;
|
|
11
|
+
//# sourceMappingURL=channel-type.js.map
|
|
12
|
+
//# sourceMappingURL=channel-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/window/types/channel-type.ts"],"names":["ChannelTypes"],"mappings":";;AAQY,IAAA,YAAA,qBAAAA,aAAL,KAAA;AAEL,EAAAA,cAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,cAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,cAAA,QAAS,CAAA,GAAA,QAAA;AARC,EAAAA,OAAAA,aAAAA;AAAA,CAAA,EAAA,YAAA,IAAA,EAAA","file":"channel-type.js","sourcesContent":["/**\n * The type of the channel with which the content is associated.\n */\nexport type ChannelType = 'Regular' | 'Private' | 'Shared';\n\n/**\n * The type of the channel with which the content is associated.\n */\nexport enum ChannelTypes {\n /** The default channel type. Type of channel is used for general collaboration and communication within a team. */\n Regular = 'Regular',\n\n /** Type of channel is used for sensitive or confidential communication within a team and is only accessible to members of the channel. */\n Private = 'Private',\n\n /** Type of channel is used for collaboration between multiple teams or groups and is accessible to members of all the teams or groups. */\n Shared = 'Shared',\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var ChannelTypes = /* @__PURE__ */ ((ChannelTypes2) => {
|
|
2
|
+
ChannelTypes2["Regular"] = "Regular";
|
|
3
|
+
ChannelTypes2["Private"] = "Private";
|
|
4
|
+
ChannelTypes2["Shared"] = "Shared";
|
|
5
|
+
return ChannelTypes2;
|
|
6
|
+
})(ChannelTypes || {});
|
|
7
|
+
|
|
8
|
+
export { ChannelTypes };
|
|
9
|
+
//# sourceMappingURL=channel-type.mjs.map
|
|
10
|
+
//# sourceMappingURL=channel-type.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/window/types/channel-type.ts"],"names":["ChannelTypes"],"mappings":"AAQY,IAAA,YAAA,qBAAAA,aAAL,KAAA;AAEL,EAAAA,cAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,cAAA,SAAU,CAAA,GAAA,SAAA;AAGV,EAAAA,cAAA,QAAS,CAAA,GAAA,QAAA;AARC,EAAAA,OAAAA,aAAAA;AAAA,CAAA,EAAA,YAAA,IAAA,EAAA","file":"channel-type.mjs","sourcesContent":["/**\n * The type of the channel with which the content is associated.\n */\nexport type ChannelType = 'Regular' | 'Private' | 'Shared';\n\n/**\n * The type of the channel with which the content is associated.\n */\nexport enum ChannelTypes {\n /** The default channel type. Type of channel is used for general collaboration and communication within a team. */\n Regular = 'Regular',\n\n /** Type of channel is used for sensitive or confidential communication within a team and is only accessible to members of the channel. */\n Private = 'Private',\n\n /** Type of channel is used for collaboration between multiple teams or groups and is accessible to members of all the teams or groups. */\n Shared = 'Shared',\n}\n"]}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
import { ChannelType } from './channel-type.mjs';
|
|
2
|
+
import { FileOpenPreference } from './file-open-preference.mjs';
|
|
3
|
+
import { FrameContext } from './frame-context.mjs';
|
|
4
|
+
import { HostName, HostClientType } from './host.mjs';
|
|
5
|
+
import { Locale } from './locale.mjs';
|
|
6
|
+
import { TeamTypes } from './team-type.mjs';
|
|
7
|
+
import { Theme } from './theme.mjs';
|
|
8
|
+
import { UserTeamRoles } from './user-team-role.mjs';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Represents the structure of the received context message.
|
|
12
|
+
*/
|
|
13
|
+
type Context = {
|
|
14
|
+
/**
|
|
15
|
+
* The Office 365 group ID for the team with which the content is associated.
|
|
16
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
17
|
+
*/
|
|
18
|
+
groupId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The Microsoft Teams ID for the team with which the content is associated.
|
|
21
|
+
*/
|
|
22
|
+
teamId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The name for the team with which the content is associated.
|
|
25
|
+
*/
|
|
26
|
+
teamName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The Microsoft Teams ID for the channel with which the content is associated.
|
|
29
|
+
*/
|
|
30
|
+
channelId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name for the channel with which the content is associated.
|
|
33
|
+
*/
|
|
34
|
+
channelName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The type of the channel with which the content is associated.
|
|
37
|
+
*/
|
|
38
|
+
channelType?: ChannelType;
|
|
39
|
+
/**
|
|
40
|
+
* The developer-defined unique ID for the entity this content points to.
|
|
41
|
+
*/
|
|
42
|
+
entityId: string;
|
|
43
|
+
/**
|
|
44
|
+
* The developer-defined unique ID for the sub-entity this content points to.
|
|
45
|
+
* This field should be used to restore to a specific state within an entity,
|
|
46
|
+
* such as scrolling to or activating a specific piece of content.
|
|
47
|
+
*/
|
|
48
|
+
subEntityId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The current locale that the user has configured for the app formatted as
|
|
51
|
+
* languageId-countryId (for example, en-us).
|
|
52
|
+
*/
|
|
53
|
+
locale: string;
|
|
54
|
+
/**
|
|
55
|
+
* More detailed locale info from the user's OS if available. Can be used together with
|
|
56
|
+
* the @microsoft/globe NPM package to ensure your app respects the user's OS date and
|
|
57
|
+
* time format configuration
|
|
58
|
+
*/
|
|
59
|
+
osLocaleInfo?: Locale;
|
|
60
|
+
/**
|
|
61
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
62
|
+
* be used only as a hint as to who the user is and never as proof of identity.
|
|
63
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
64
|
+
*/
|
|
65
|
+
upn?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The Microsoft Entra tenant ID of the current user.
|
|
68
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
69
|
+
* be used only as a hint as to who the user is and never as proof of identity.
|
|
70
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
71
|
+
*/
|
|
72
|
+
tid?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The current UI theme.
|
|
75
|
+
*/
|
|
76
|
+
theme?: Theme;
|
|
77
|
+
/**
|
|
78
|
+
* Indication whether the tab is in full-screen mode.
|
|
79
|
+
*/
|
|
80
|
+
isFullScreen?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* The type of the team.
|
|
83
|
+
*/
|
|
84
|
+
teamType?: TeamTypes;
|
|
85
|
+
/**
|
|
86
|
+
* The root SharePoint site associated with the team.
|
|
87
|
+
*/
|
|
88
|
+
teamSiteUrl?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The domain of the root SharePoint site associated with the team.
|
|
91
|
+
*/
|
|
92
|
+
teamSiteDomain?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The relative path to the SharePoint site associated with the team.
|
|
95
|
+
*/
|
|
96
|
+
teamSitePath?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The tenant ID of the host team.
|
|
99
|
+
*/
|
|
100
|
+
hostTeamTenantId?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The Microsoft Entra group ID of the host team.
|
|
103
|
+
*/
|
|
104
|
+
hostTeamGroupId?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The relative path to the SharePoint folder associated with the channel.
|
|
107
|
+
*/
|
|
108
|
+
channelRelativeUrl?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Unique ID for the current Teams session for use in correlating telemetry data.
|
|
111
|
+
*/
|
|
112
|
+
sessionId?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The user's role in the team.
|
|
115
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
116
|
+
* be used only as a hint as to the user's role, and never as proof of her role.
|
|
117
|
+
*/
|
|
118
|
+
userTeamRole?: UserTeamRoles;
|
|
119
|
+
/**
|
|
120
|
+
* The Microsoft Teams ID for the chat with which the content is associated.
|
|
121
|
+
*/
|
|
122
|
+
chatId?: string;
|
|
123
|
+
/**
|
|
124
|
+
* A value suitable for use as a login_hint when authenticating with Microsoft Entra ID.
|
|
125
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
126
|
+
* be used only as a hint as to who the user is and never as proof of identity.
|
|
127
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
128
|
+
*/
|
|
129
|
+
loginHint?: string;
|
|
130
|
+
/**
|
|
131
|
+
* The UPN of the current user. This may be an externally-authenticated UPN (e.g., guest users).
|
|
132
|
+
* Because a malicious party run your content in a browser, this value should
|
|
133
|
+
* be used only as a hint as to who the user is and never as proof of identity.
|
|
134
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
135
|
+
*/
|
|
136
|
+
userPrincipalName?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The Microsoft Entra object ID of the current user.
|
|
139
|
+
* Because a malicious party run your content in a browser, this value should
|
|
140
|
+
* be used only as a hint as to who the user is and never as proof of identity.
|
|
141
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
142
|
+
*/
|
|
143
|
+
userObjectId?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Indicates whether team is archived.
|
|
146
|
+
* Apps should use this as a signal to prevent any changes to content associated with archived teams.
|
|
147
|
+
*/
|
|
148
|
+
isTeamArchived?: boolean;
|
|
149
|
+
/**
|
|
150
|
+
* The name of the host client. Possible values are: Office, Orange, Outlook, Teams
|
|
151
|
+
*/
|
|
152
|
+
hostName?: HostName;
|
|
153
|
+
/**
|
|
154
|
+
* The type of the host client. Possible values are : android, ios, web, desktop, rigel(deprecated, use teamsRoomsWindows instead),
|
|
155
|
+
* surfaceHub, teamsRoomsWindows, teamsRoomsAndroid, teamsPhones, teamsDisplays
|
|
156
|
+
*/
|
|
157
|
+
hostClientType?: HostClientType;
|
|
158
|
+
/**
|
|
159
|
+
* The context where tab url is loaded (content, task, setting, remove, sidePanel)
|
|
160
|
+
*/
|
|
161
|
+
frameContext?: FrameContext;
|
|
162
|
+
/**
|
|
163
|
+
* SharePoint context. This is only available when hosted in SharePoint.
|
|
164
|
+
*/
|
|
165
|
+
sharepoint?: any;
|
|
166
|
+
/**
|
|
167
|
+
* The type of license for the current users tenant.
|
|
168
|
+
*/
|
|
169
|
+
tenantSKU?: string;
|
|
170
|
+
/**
|
|
171
|
+
* The license type for the current user.
|
|
172
|
+
*/
|
|
173
|
+
userLicenseType?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The ID of the parent message from which this task module was launched.
|
|
176
|
+
* This is only available in task modules launched from bot cards.
|
|
177
|
+
*/
|
|
178
|
+
parentMessageId?: string;
|
|
179
|
+
/**
|
|
180
|
+
* Current ring ID
|
|
181
|
+
*/
|
|
182
|
+
ringId?: string;
|
|
183
|
+
/**
|
|
184
|
+
* Unique ID for the current session for use in correlating telemetry data. A session corresponds to the lifecycle of an app. A new session begins upon the creation of a webview (on Teams mobile) or iframe (in Teams desktop) hosting the app, and ends when it is destroyed.
|
|
185
|
+
*/
|
|
186
|
+
appSessionId?: string;
|
|
187
|
+
/**
|
|
188
|
+
* ID for the current visible app which is different for across cached sessions. Used for correlating telemetry data``
|
|
189
|
+
*/
|
|
190
|
+
appLaunchId?: string;
|
|
191
|
+
/**
|
|
192
|
+
* Represents whether calling is allowed for the current logged in User
|
|
193
|
+
*/
|
|
194
|
+
isCallingAllowed?: boolean;
|
|
195
|
+
/**
|
|
196
|
+
* Represents whether PSTN calling is allowed for the current logged in User
|
|
197
|
+
*/
|
|
198
|
+
isPSTNCallingAllowed?: boolean;
|
|
199
|
+
/**
|
|
200
|
+
* Meeting Id used by tab when running in meeting context
|
|
201
|
+
*/
|
|
202
|
+
meetingId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* The OneNote section ID that is linked to the channel.
|
|
205
|
+
*/
|
|
206
|
+
defaultOneNoteSectionId?: string;
|
|
207
|
+
/**
|
|
208
|
+
* Indication whether the tab is in a pop out window
|
|
209
|
+
*/
|
|
210
|
+
isMultiWindow?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* Indication whether the tab is being loaded in the background
|
|
213
|
+
*/
|
|
214
|
+
isBackgroundLoad?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* Personal app icon y coordinate position
|
|
217
|
+
*/
|
|
218
|
+
appIconPosition?: number;
|
|
219
|
+
/**
|
|
220
|
+
* Source origin from where the tab is opened
|
|
221
|
+
*/
|
|
222
|
+
sourceOrigin?: string;
|
|
223
|
+
/**
|
|
224
|
+
* Time when the user clicked on the tab using the date.
|
|
225
|
+
*
|
|
226
|
+
* For measuring elapsed time between the moment the user click the tab, use {@link app.AppInfo.userClickTimeV2 | app.Context.app.userClickTimeV2} instead as it uses the performance timer API.
|
|
227
|
+
*/
|
|
228
|
+
userClickTime?: number;
|
|
229
|
+
/**
|
|
230
|
+
* Time when the user click on the app by using the performance timer API. Useful for measuring elapsed time accurately.
|
|
231
|
+
*
|
|
232
|
+
* For displaying the time when the user clicked on the app, please use {@link app.AppInfo.userClickTime | app.Context.app.userClickTime} as it uses the date.
|
|
233
|
+
*/
|
|
234
|
+
userClickTimeV2?: number;
|
|
235
|
+
/**
|
|
236
|
+
* Team Template ID if there was a Team Template associated with the creation of the team.
|
|
237
|
+
*/
|
|
238
|
+
teamTemplateId?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Where the user prefers the file to be opened from by default during file open
|
|
241
|
+
*/
|
|
242
|
+
userFileOpenPreference?: FileOpenPreference;
|
|
243
|
+
/**
|
|
244
|
+
* The address book name of the current user.
|
|
245
|
+
*/
|
|
246
|
+
userDisplayName?: string;
|
|
247
|
+
/**
|
|
248
|
+
* Teamsite ID, aka sharepoint site id.
|
|
249
|
+
*/
|
|
250
|
+
teamSiteId?: string;
|
|
251
|
+
/**
|
|
252
|
+
* The SharePoint my site domain associated with the user.
|
|
253
|
+
*/
|
|
254
|
+
mySiteDomain?: string;
|
|
255
|
+
/**
|
|
256
|
+
* The SharePoint relative path to the current users mysite
|
|
257
|
+
*/
|
|
258
|
+
mySitePath?: string;
|
|
259
|
+
/**
|
|
260
|
+
* When `processActionCommand` activates a dialog, this dialog should automatically fill in some fields with information. This information comes from M365 and is given to `processActionCommand` as `extractedParameters`.
|
|
261
|
+
* App developers need to use these `extractedParameters` in their dialog.
|
|
262
|
+
* They help pre-fill the dialog with necessary information (`dialogParameters`) along with other details.
|
|
263
|
+
*/
|
|
264
|
+
dialogParameters?: Record<string, string>;
|
|
265
|
+
/**
|
|
266
|
+
* This ID is the unique identifier assigned to the app after deployment and is critical for ensuring the correct app instance is recognized across hosts.
|
|
267
|
+
*/
|
|
268
|
+
appId?: string;
|
|
269
|
+
/**
|
|
270
|
+
* The version of the manifest that the app is running.
|
|
271
|
+
*/
|
|
272
|
+
manifestVersion?: string;
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
export type { Context };
|