@pikku/addon-microsoft-outlook 0.0.2
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 +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +11 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +13 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-addon-meta.gen.json +14 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +20 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +16369 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +10750 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +1186 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +1186 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +36 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +32 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +45 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +43977 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +44567 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +592 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +1909 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +3811 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_microsoftOutlook.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarAllowedCalendarSharingRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarAllowedCalendarSharingRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCalendarPermissionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCalendarViewDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCalendarViewDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCreateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCreateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCreateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarCreateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarDeleteCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarDeleteEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventCancelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDeclineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventDismissReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventInstanceDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventInstanceDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListInstanceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventListInstanceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventSnoozeReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventTentativelyAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarEventUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetScheduleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarGetScheduleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListCalendarViewInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListCalendarViewOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarListEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarUpdateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarUpdateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarUpdateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarUpdateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarViewDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCalendarViewDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCreateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupCreateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupDeleteEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventCancelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDeclineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventDismissReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventInstanceDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventInstanceDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListInstanceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventListInstanceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventSnoozeReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventTentativelyAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupEventUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupGetEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupGetEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupListCalendarViewInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupListCalendarViewOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupListEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupListEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupUpdateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupUpdateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingDeleteMapInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingGetMapInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingGetMapOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapCreateFootprintInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapCreateFootprintOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapCreateLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapCreateLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapDeleteFootprintInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapDeleteLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapFootprintGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapGetFootprintInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapGetFootprintOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapGetLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapGetLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateFixtureInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateFixtureOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateUnitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelCreateUnitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelDeleteFixtureInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelDeleteSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelDeleteUnitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelFixtureGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetFixtureInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetFixtureOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetUnitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelGetUnitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListFixtureInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListFixtureOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListUnitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelListUnitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelSectionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUnitGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateFixtureInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateFixtureOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateUnitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapLevelUpdateUnitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapListFootprintInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapListFootprintOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapListLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapListLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapUpdateFootprintInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapUpdateFootprintOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapUpdateLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingMapUpdateLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingUpdateMapInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsBuildingUpdateMapOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsDeskUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsFloorUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListCreateWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListDeleteRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListDeleteWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListGetWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListListWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListRoomUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListUpdateWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomListWorkspaceUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsRoomUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsSectionUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceAsWorkspaceUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceCheckInGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceCreateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceCreateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceCreatePlaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceCreatePlaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceDeleteCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceDeletePlaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceDescendantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceDescendantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsBuildingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsDeskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsFloorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsRoomListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountAsWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsBuildingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsBuildingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsDeskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsDeskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsFloorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsFloorOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsRoomListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsRoomListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceGetPlaceAsWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsBuildingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsBuildingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsDeskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsDeskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsFloorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsFloorOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsRoomInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsRoomListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsRoomListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsRoomOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsSectionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsSectionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsWorkspaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceListPlaceAsWorkspaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceUpdateCheckInInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceUpdateCheckInOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceUpdatePlaceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PlaceUpdatePlaceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_microsoftOutlookOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarAllowedCalendarSharingRole2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarAllowedCalendarSharingRole2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarAllowedCalendarSharingRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarAllowedCalendarSharingRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarPermissionGetCount2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarPermissionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarViewDelta2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarViewDelta2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarViewDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCalendarViewDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateCalendarPermission2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateCalendarPermission2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateEvent2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateEvent2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarCreateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarDeleteCalendarPermission2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarDeleteCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarDeleteEvent2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarDeleteEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAccept2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentCreateUploadSession2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentCreateUploadSession2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentGetCount2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCancel2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCancelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateAttachment2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateAttachment2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateExtension2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateExtension2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDecline2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeclineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeleteAttachment2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeleteExtension2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDelta2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDelta2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDismissReminder2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventDismissReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventExtensionGetCount2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventForward2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetAttachment2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetAttachment2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCalendar2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCalendar2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCount2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetExtension2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetExtension2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventInstanceDelta2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventInstanceDelta2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventInstanceDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventInstanceDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListAttachment2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListAttachment2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListExtension2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListExtension2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListInstance2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListInstance2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListInstanceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventListInstanceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventPermanentDelete2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventSnoozeReminder2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventSnoozeReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventTentativelyAccept2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventTentativelyAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventUpdateExtension2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventUpdateExtension2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarEventUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetCalendarPermission2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetCalendarPermission2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetEvent2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetEvent2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetSchedule2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetSchedule2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetScheduleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGetScheduleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarAllowedCalendarSharingRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarAllowedCalendarSharingRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCalendarPermissionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCalendarViewDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCalendarViewDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCreateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCreateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCreateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarCreateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarDeleteCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarDeleteEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventCancelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDeclineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventDismissReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventInstanceDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventInstanceDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListInstanceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventListInstanceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventSnoozeReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventTentativelyAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarEventUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetScheduleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarGetScheduleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListCalendarViewInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListCalendarViewOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarListEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarUpdateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarUpdateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarUpdateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCalendarUpdateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCreateCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupCreateCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupDeleteCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupListCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupListCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupUpdateCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarGroupUpdateCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarPermission2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarPermission2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarView2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarView2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarViewInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListCalendarViewOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListEvent2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListEvent2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarListEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarPermanentDelete2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateCalendarPermission2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateCalendarPermission2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateCalendarPermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateCalendarPermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateEvent2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateEvent2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarUpdateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarViewDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCalendarViewDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactDeletePhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactDeletePhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetPhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactGetPhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactSetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactUpdatePhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderContactUpdatePhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderCreateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderCreateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderDeleteContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderGetContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderGetContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderListContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderListContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderUpdateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderChildFolderUpdateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactDeletePhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetPhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactGetPhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactSetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactUpdatePhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderContactUpdatePhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderCreateChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderCreateChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderCreateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderCreateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderDeleteChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderDeleteContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderGetChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderGetChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderGetContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderGetContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderListChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderListChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderListContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderListContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderUpdateChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderUpdateChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderUpdateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactFolderUpdateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetPhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactGetPhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactSetPhotoContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactUpdatePhotoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserContactUpdatePhotoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateCalendarGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateCalendarGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateContactFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateContactFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateMailFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateMailFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserCreateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteCalendarGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteContactFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteMailFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserDeleteMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventCancelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDeclineInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventDismissReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventInstanceDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventInstanceDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListInstanceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventListInstanceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventSnoozeReminderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventTentativelyAcceptInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserEventUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendar2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendar2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendarGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendarGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetContactFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetContactFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetInferenceClassificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetInferenceClassificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetMailFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetMailFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserGetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationCreateOverrideInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationCreateOverrideOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationDeleteOverrideInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationGetOverrideInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationGetOverrideOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationListOverrideInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationListOverrideOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationOverrideGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationUpdateOverrideInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserInferenceClassificationUpdateOverrideOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarViewInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListCalendarViewOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListContactFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListContactFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListMailFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListMailFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserListMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCreateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCreateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCreateMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderCreateMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderDeleteMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderDeleteMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderDeleteMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderGetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderListMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderListMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderListMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderListMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateForwardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateReplyAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageCreateReplyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessagePermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageRuleGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMessageUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderSetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderUpdateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderUpdateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderUpdateMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderChildFolderUpdateMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderCreateMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeleteChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeleteMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeleteMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeleteMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderGetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderListMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateForwardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateReplyAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageCreateReplyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessagePermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageRuleGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMessageUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderPermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderSetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateChildFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateChildFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateMessageRuleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMailFolderUpdateMessageRuleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageAttachmentCreateUploadSessionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageAttachmentCreateUploadSessionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageAttachmentGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateForwardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateReplyAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageCreateReplyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageDeleteAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageDeleteExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageDeltaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageDeltaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageExtensionGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageForwardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageGetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageGetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageGetCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageGetExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageGetExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageListAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageListAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageListExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageListExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessagePermanentDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageReplyAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageReplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageSendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageUpdateExtensionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserMessageUpdateExtensionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserSendMailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserSetMessagesContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendar2Input.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendar2Output.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendarGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendarGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateCalendarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateContactFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateContactFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateContactInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateContactOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateEventInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateEventOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateInferenceClassificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateInferenceClassificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateMailFolderInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateMailFolderOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateMessageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UserUpdateMessageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MICROSOFT_OUTLOOK_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +10 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/groupCalendarAllowedCalendarSharingRole.function.d.ts +58 -0
- package/dist/src/functions/groupCalendarAllowedCalendarSharingRole.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarAllowedCalendarSharingRole.function.js +23 -0
- package/dist/src/functions/groupCalendarAllowedCalendarSharingRole.function.js.map +1 -0
- package/dist/src/functions/groupCalendarCalendarPermissionGetCount.function.d.ts +20 -0
- package/dist/src/functions/groupCalendarCalendarPermissionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarCalendarPermissionGetCount.function.js +14 -0
- package/dist/src/functions/groupCalendarCalendarPermissionGetCount.function.js.map +1 -0
- package/dist/src/functions/groupCalendarCalendarViewDelta.function.d.ts +53 -0
- package/dist/src/functions/groupCalendarCalendarViewDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarCalendarViewDelta.function.js +25 -0
- package/dist/src/functions/groupCalendarCalendarViewDelta.function.js.map +1 -0
- package/dist/src/functions/groupCalendarCreateCalendarPermission.function.d.ts +133 -0
- package/dist/src/functions/groupCalendarCreateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarCreateCalendarPermission.function.js +35 -0
- package/dist/src/functions/groupCalendarCreateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/groupCalendarCreateEvent.function.d.ts +5 -0
- package/dist/src/functions/groupCalendarCreateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarCreateEvent.function.js +12 -0
- package/dist/src/functions/groupCalendarCreateEvent.function.js.map +1 -0
- package/dist/src/functions/groupCalendarDeleteCalendarPermission.function.d.ts +20 -0
- package/dist/src/functions/groupCalendarDeleteCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarDeleteCalendarPermission.function.js +14 -0
- package/dist/src/functions/groupCalendarDeleteCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/groupCalendarDeleteEvent.function.d.ts +20 -0
- package/dist/src/functions/groupCalendarDeleteEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarDeleteEvent.function.js +14 -0
- package/dist/src/functions/groupCalendarDeleteEvent.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventAccept.function.d.ts +24 -0
- package/dist/src/functions/groupCalendarEventAccept.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventAccept.function.js +16 -0
- package/dist/src/functions/groupCalendarEventAccept.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventAttachmentCreateUploadSession.function.d.ts +69 -0
- package/dist/src/functions/groupCalendarEventAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventAttachmentCreateUploadSession.function.js +28 -0
- package/dist/src/functions/groupCalendarEventAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventAttachmentGetCount.function.d.ts +24 -0
- package/dist/src/functions/groupCalendarEventAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventAttachmentGetCount.function.js +15 -0
- package/dist/src/functions/groupCalendarEventAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventCancel.function.d.ts +20 -0
- package/dist/src/functions/groupCalendarEventCancel.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventCancel.function.js +15 -0
- package/dist/src/functions/groupCalendarEventCancel.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventCreateAttachment.function.d.ts +77 -0
- package/dist/src/functions/groupCalendarEventCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventCreateAttachment.function.js +30 -0
- package/dist/src/functions/groupCalendarEventCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/groupCalendarEventCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventCreateExtension.function.js +20 -0
- package/dist/src/functions/groupCalendarEventCreateExtension.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventDecline.function.d.ts +64 -0
- package/dist/src/functions/groupCalendarEventDecline.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventDecline.function.js +26 -0
- package/dist/src/functions/groupCalendarEventDecline.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventDeleteAttachment.function.d.ts +24 -0
- package/dist/src/functions/groupCalendarEventDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventDeleteAttachment.function.js +15 -0
- package/dist/src/functions/groupCalendarEventDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/groupCalendarEventDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventDeleteExtension.function.js +15 -0
- package/dist/src/functions/groupCalendarEventDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventDelta.function.d.ts +53 -0
- package/dist/src/functions/groupCalendarEventDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventDelta.function.js +25 -0
- package/dist/src/functions/groupCalendarEventDelta.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventDismissReminder.function.d.ts +16 -0
- package/dist/src/functions/groupCalendarEventDismissReminder.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventDismissReminder.function.js +14 -0
- package/dist/src/functions/groupCalendarEventDismissReminder.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/groupCalendarEventExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventExtensionGetCount.function.js +15 -0
- package/dist/src/functions/groupCalendarEventExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventForward.function.d.ts +44 -0
- package/dist/src/functions/groupCalendarEventForward.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventForward.function.js +21 -0
- package/dist/src/functions/groupCalendarEventForward.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventGetAttachment.function.d.ts +57 -0
- package/dist/src/functions/groupCalendarEventGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventGetAttachment.function.js +26 -0
- package/dist/src/functions/groupCalendarEventGetAttachment.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventGetCalendar.function.d.ts +25 -0
- package/dist/src/functions/groupCalendarEventGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventGetCalendar.function.js +18 -0
- package/dist/src/functions/groupCalendarEventGetCalendar.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventGetCount.function.d.ts +20 -0
- package/dist/src/functions/groupCalendarEventGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventGetCount.function.js +14 -0
- package/dist/src/functions/groupCalendarEventGetCount.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventGetExtension.function.d.ts +37 -0
- package/dist/src/functions/groupCalendarEventGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventGetExtension.function.js +21 -0
- package/dist/src/functions/groupCalendarEventGetExtension.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventInstanceDelta.function.d.ts +57 -0
- package/dist/src/functions/groupCalendarEventInstanceDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventInstanceDelta.function.js +26 -0
- package/dist/src/functions/groupCalendarEventInstanceDelta.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventListAttachment.function.d.ts +89 -0
- package/dist/src/functions/groupCalendarEventListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventListAttachment.function.js +34 -0
- package/dist/src/functions/groupCalendarEventListAttachment.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventListExtension.function.d.ts +69 -0
- package/dist/src/functions/groupCalendarEventListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventListExtension.function.js +29 -0
- package/dist/src/functions/groupCalendarEventListExtension.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventListInstance.function.d.ts +57 -0
- package/dist/src/functions/groupCalendarEventListInstance.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventListInstance.function.js +26 -0
- package/dist/src/functions/groupCalendarEventListInstance.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/groupCalendarEventPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventPermanentDelete.function.js +13 -0
- package/dist/src/functions/groupCalendarEventPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventSnoozeReminder.function.d.ts +32 -0
- package/dist/src/functions/groupCalendarEventSnoozeReminder.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventSnoozeReminder.function.js +18 -0
- package/dist/src/functions/groupCalendarEventSnoozeReminder.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventTentativelyAccept.function.d.ts +64 -0
- package/dist/src/functions/groupCalendarEventTentativelyAccept.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventTentativelyAccept.function.js +26 -0
- package/dist/src/functions/groupCalendarEventTentativelyAccept.function.js.map +1 -0
- package/dist/src/functions/groupCalendarEventUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/groupCalendarEventUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarEventUpdateExtension.function.js +21 -0
- package/dist/src/functions/groupCalendarEventUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/groupCalendarGetCalendarPermission.function.d.ts +83 -0
- package/dist/src/functions/groupCalendarGetCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarGetCalendarPermission.function.js +28 -0
- package/dist/src/functions/groupCalendarGetCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/groupCalendarGetEvent.function.d.ts +25 -0
- package/dist/src/functions/groupCalendarGetEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarGetEvent.function.js +18 -0
- package/dist/src/functions/groupCalendarGetEvent.function.js.map +1 -0
- package/dist/src/functions/groupCalendarGetSchedule.function.d.ts +196 -0
- package/dist/src/functions/groupCalendarGetSchedule.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarGetSchedule.function.js +57 -0
- package/dist/src/functions/groupCalendarGetSchedule.function.js.map +1 -0
- package/dist/src/functions/groupCalendarListCalendarPermission.function.d.ts +115 -0
- package/dist/src/functions/groupCalendarListCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarListCalendarPermission.function.js +36 -0
- package/dist/src/functions/groupCalendarListCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/groupCalendarListCalendarView.function.d.ts +53 -0
- package/dist/src/functions/groupCalendarListCalendarView.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarListCalendarView.function.js +25 -0
- package/dist/src/functions/groupCalendarListCalendarView.function.js.map +1 -0
- package/dist/src/functions/groupCalendarListEvent.function.d.ts +45 -0
- package/dist/src/functions/groupCalendarListEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarListEvent.function.js +23 -0
- package/dist/src/functions/groupCalendarListEvent.function.js.map +1 -0
- package/dist/src/functions/groupCalendarPermanentDelete.function.d.ts +12 -0
- package/dist/src/functions/groupCalendarPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarPermanentDelete.function.js +12 -0
- package/dist/src/functions/groupCalendarPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/groupCalendarUpdateCalendarPermission.function.d.ts +137 -0
- package/dist/src/functions/groupCalendarUpdateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarUpdateCalendarPermission.function.js +36 -0
- package/dist/src/functions/groupCalendarUpdateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/groupCalendarUpdateEvent.function.d.ts +5 -0
- package/dist/src/functions/groupCalendarUpdateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarUpdateEvent.function.js +13 -0
- package/dist/src/functions/groupCalendarUpdateEvent.function.js.map +1 -0
- package/dist/src/functions/groupCalendarViewDelta.function.d.ts +53 -0
- package/dist/src/functions/groupCalendarViewDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupCalendarViewDelta.function.js +25 -0
- package/dist/src/functions/groupCalendarViewDelta.function.js.map +1 -0
- package/dist/src/functions/groupCreateEvent.function.d.ts +5 -0
- package/dist/src/functions/groupCreateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupCreateEvent.function.js +13 -0
- package/dist/src/functions/groupCreateEvent.function.js.map +1 -0
- package/dist/src/functions/groupDeleteEvent.function.d.ts +20 -0
- package/dist/src/functions/groupDeleteEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupDeleteEvent.function.js +15 -0
- package/dist/src/functions/groupDeleteEvent.function.js.map +1 -0
- package/dist/src/functions/groupEventAccept.function.d.ts +24 -0
- package/dist/src/functions/groupEventAccept.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventAccept.function.js +16 -0
- package/dist/src/functions/groupEventAccept.function.js.map +1 -0
- package/dist/src/functions/groupEventAttachmentCreateUploadSession.function.d.ts +69 -0
- package/dist/src/functions/groupEventAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventAttachmentCreateUploadSession.function.js +28 -0
- package/dist/src/functions/groupEventAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/groupEventAttachmentGetCount.function.d.ts +24 -0
- package/dist/src/functions/groupEventAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventAttachmentGetCount.function.js +15 -0
- package/dist/src/functions/groupEventAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/groupEventCancel.function.d.ts +20 -0
- package/dist/src/functions/groupEventCancel.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventCancel.function.js +15 -0
- package/dist/src/functions/groupEventCancel.function.js.map +1 -0
- package/dist/src/functions/groupEventCreateAttachment.function.d.ts +77 -0
- package/dist/src/functions/groupEventCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventCreateAttachment.function.js +30 -0
- package/dist/src/functions/groupEventCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/groupEventCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/groupEventCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventCreateExtension.function.js +21 -0
- package/dist/src/functions/groupEventCreateExtension.function.js.map +1 -0
- package/dist/src/functions/groupEventDecline.function.d.ts +64 -0
- package/dist/src/functions/groupEventDecline.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventDecline.function.js +26 -0
- package/dist/src/functions/groupEventDecline.function.js.map +1 -0
- package/dist/src/functions/groupEventDeleteAttachment.function.d.ts +24 -0
- package/dist/src/functions/groupEventDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventDeleteAttachment.function.js +15 -0
- package/dist/src/functions/groupEventDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/groupEventDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/groupEventDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventDeleteExtension.function.js +15 -0
- package/dist/src/functions/groupEventDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/groupEventDelta.function.d.ts +53 -0
- package/dist/src/functions/groupEventDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventDelta.function.js +25 -0
- package/dist/src/functions/groupEventDelta.function.js.map +1 -0
- package/dist/src/functions/groupEventDismissReminder.function.d.ts +16 -0
- package/dist/src/functions/groupEventDismissReminder.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventDismissReminder.function.js +14 -0
- package/dist/src/functions/groupEventDismissReminder.function.js.map +1 -0
- package/dist/src/functions/groupEventExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/groupEventExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventExtensionGetCount.function.js +15 -0
- package/dist/src/functions/groupEventExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/groupEventForward.function.d.ts +44 -0
- package/dist/src/functions/groupEventForward.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventForward.function.js +21 -0
- package/dist/src/functions/groupEventForward.function.js.map +1 -0
- package/dist/src/functions/groupEventGetAttachment.function.d.ts +57 -0
- package/dist/src/functions/groupEventGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventGetAttachment.function.js +26 -0
- package/dist/src/functions/groupEventGetAttachment.function.js.map +1 -0
- package/dist/src/functions/groupEventGetCalendar.function.d.ts +25 -0
- package/dist/src/functions/groupEventGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventGetCalendar.function.js +18 -0
- package/dist/src/functions/groupEventGetCalendar.function.js.map +1 -0
- package/dist/src/functions/groupEventGetCount.function.d.ts +20 -0
- package/dist/src/functions/groupEventGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventGetCount.function.js +14 -0
- package/dist/src/functions/groupEventGetCount.function.js.map +1 -0
- package/dist/src/functions/groupEventGetExtension.function.d.ts +37 -0
- package/dist/src/functions/groupEventGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventGetExtension.function.js +21 -0
- package/dist/src/functions/groupEventGetExtension.function.js.map +1 -0
- package/dist/src/functions/groupEventInstanceDelta.function.d.ts +57 -0
- package/dist/src/functions/groupEventInstanceDelta.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventInstanceDelta.function.js +26 -0
- package/dist/src/functions/groupEventInstanceDelta.function.js.map +1 -0
- package/dist/src/functions/groupEventListAttachment.function.d.ts +89 -0
- package/dist/src/functions/groupEventListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventListAttachment.function.js +34 -0
- package/dist/src/functions/groupEventListAttachment.function.js.map +1 -0
- package/dist/src/functions/groupEventListExtension.function.d.ts +69 -0
- package/dist/src/functions/groupEventListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventListExtension.function.js +29 -0
- package/dist/src/functions/groupEventListExtension.function.js.map +1 -0
- package/dist/src/functions/groupEventListInstance.function.d.ts +57 -0
- package/dist/src/functions/groupEventListInstance.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventListInstance.function.js +26 -0
- package/dist/src/functions/groupEventListInstance.function.js.map +1 -0
- package/dist/src/functions/groupEventPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/groupEventPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventPermanentDelete.function.js +13 -0
- package/dist/src/functions/groupEventPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/groupEventSnoozeReminder.function.d.ts +32 -0
- package/dist/src/functions/groupEventSnoozeReminder.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventSnoozeReminder.function.js +18 -0
- package/dist/src/functions/groupEventSnoozeReminder.function.js.map +1 -0
- package/dist/src/functions/groupEventTentativelyAccept.function.d.ts +64 -0
- package/dist/src/functions/groupEventTentativelyAccept.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventTentativelyAccept.function.js +26 -0
- package/dist/src/functions/groupEventTentativelyAccept.function.js.map +1 -0
- package/dist/src/functions/groupEventUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/groupEventUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/groupEventUpdateExtension.function.js +21 -0
- package/dist/src/functions/groupEventUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/groupGetCalendar.function.d.ts +21 -0
- package/dist/src/functions/groupGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/groupGetCalendar.function.js +17 -0
- package/dist/src/functions/groupGetCalendar.function.js.map +1 -0
- package/dist/src/functions/groupGetEvent.function.d.ts +25 -0
- package/dist/src/functions/groupGetEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupGetEvent.function.js +18 -0
- package/dist/src/functions/groupGetEvent.function.js.map +1 -0
- package/dist/src/functions/groupListCalendarView.function.d.ts +53 -0
- package/dist/src/functions/groupListCalendarView.function.d.ts.map +1 -0
- package/dist/src/functions/groupListCalendarView.function.js +25 -0
- package/dist/src/functions/groupListCalendarView.function.js.map +1 -0
- package/dist/src/functions/groupListEvent.function.d.ts +45 -0
- package/dist/src/functions/groupListEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupListEvent.function.js +23 -0
- package/dist/src/functions/groupListEvent.function.js.map +1 -0
- package/dist/src/functions/groupUpdateEvent.function.d.ts +5 -0
- package/dist/src/functions/groupUpdateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/groupUpdateEvent.function.js +12 -0
- package/dist/src/functions/groupUpdateEvent.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsBuildingCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsBuildingCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsBuildingCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsBuildingDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingDeleteMap.function.d.ts +16 -0
- package/dist/src/functions/placeAsBuildingDeleteMap.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingDeleteMap.function.js +14 -0
- package/dist/src/functions/placeAsBuildingDeleteMap.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsBuildingGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsBuildingGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingGetMap.function.d.ts +81 -0
- package/dist/src/functions/placeAsBuildingGetMap.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingGetMap.function.js +32 -0
- package/dist/src/functions/placeAsBuildingGetMap.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsBuildingListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsBuildingListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapCreateFootprint.function.d.ts +17 -0
- package/dist/src/functions/placeAsBuildingMapCreateFootprint.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapCreateFootprint.function.js +15 -0
- package/dist/src/functions/placeAsBuildingMapCreateFootprint.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapCreateLevel.function.d.ts +105 -0
- package/dist/src/functions/placeAsBuildingMapCreateLevel.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapCreateLevel.function.js +37 -0
- package/dist/src/functions/placeAsBuildingMapCreateLevel.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapDeleteFootprint.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingMapDeleteFootprint.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapDeleteFootprint.function.js +14 -0
- package/dist/src/functions/placeAsBuildingMapDeleteFootprint.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapDeleteLevel.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingMapDeleteLevel.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapDeleteLevel.function.js +14 -0
- package/dist/src/functions/placeAsBuildingMapDeleteLevel.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapFootprintGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingMapFootprintGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapFootprintGetCount.function.js +14 -0
- package/dist/src/functions/placeAsBuildingMapFootprintGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapGetFootprint.function.d.ts +25 -0
- package/dist/src/functions/placeAsBuildingMapGetFootprint.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapGetFootprint.function.js +18 -0
- package/dist/src/functions/placeAsBuildingMapGetFootprint.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapGetLevel.function.d.ts +69 -0
- package/dist/src/functions/placeAsBuildingMapGetLevel.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapGetLevel.function.js +29 -0
- package/dist/src/functions/placeAsBuildingMapGetLevel.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateFixture.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateFixture.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateFixture.function.js +20 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateFixture.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateSection.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateSection.function.js +20 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateSection.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateUnit.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateUnit.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateUnit.function.js +20 -0
- package/dist/src/functions/placeAsBuildingMapLevelCreateUnit.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteFixture.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteFixture.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteFixture.function.js +16 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteFixture.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteSection.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteSection.function.js +15 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteSection.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteUnit.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteUnit.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteUnit.function.js +16 -0
- package/dist/src/functions/placeAsBuildingMapLevelDeleteUnit.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelFixtureGetCount.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelFixtureGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelFixtureGetCount.function.js +15 -0
- package/dist/src/functions/placeAsBuildingMapLevelFixtureGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetCount.function.js +14 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetFixture.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetFixture.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetFixture.function.js +21 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetFixture.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetSection.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetSection.function.js +21 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetSection.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetUnit.function.d.ts +37 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetUnit.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetUnit.function.js +21 -0
- package/dist/src/functions/placeAsBuildingMapLevelGetUnit.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListFixture.function.d.ts +69 -0
- package/dist/src/functions/placeAsBuildingMapLevelListFixture.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListFixture.function.js +29 -0
- package/dist/src/functions/placeAsBuildingMapLevelListFixture.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListSection.function.d.ts +69 -0
- package/dist/src/functions/placeAsBuildingMapLevelListSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListSection.function.js +29 -0
- package/dist/src/functions/placeAsBuildingMapLevelListSection.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListUnit.function.d.ts +69 -0
- package/dist/src/functions/placeAsBuildingMapLevelListUnit.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelListUnit.function.js +29 -0
- package/dist/src/functions/placeAsBuildingMapLevelListUnit.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelSectionGetCount.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelSectionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelSectionGetCount.function.js +15 -0
- package/dist/src/functions/placeAsBuildingMapLevelSectionGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUnitGetCount.function.d.ts +24 -0
- package/dist/src/functions/placeAsBuildingMapLevelUnitGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUnitGetCount.function.js +15 -0
- package/dist/src/functions/placeAsBuildingMapLevelUnitGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateFixture.function.d.ts +41 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateFixture.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateFixture.function.js +22 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateFixture.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateSection.function.d.ts +41 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateSection.function.js +21 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateSection.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateUnit.function.d.ts +41 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateUnit.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateUnit.function.js +22 -0
- package/dist/src/functions/placeAsBuildingMapLevelUpdateUnit.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapListFootprint.function.d.ts +57 -0
- package/dist/src/functions/placeAsBuildingMapListFootprint.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapListFootprint.function.js +26 -0
- package/dist/src/functions/placeAsBuildingMapListFootprint.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapListLevel.function.d.ts +101 -0
- package/dist/src/functions/placeAsBuildingMapListLevel.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapListLevel.function.js +37 -0
- package/dist/src/functions/placeAsBuildingMapListLevel.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapUpdateFootprint.function.d.ts +21 -0
- package/dist/src/functions/placeAsBuildingMapUpdateFootprint.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapUpdateFootprint.function.js +16 -0
- package/dist/src/functions/placeAsBuildingMapUpdateFootprint.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingMapUpdateLevel.function.d.ts +109 -0
- package/dist/src/functions/placeAsBuildingMapUpdateLevel.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingMapUpdateLevel.function.js +38 -0
- package/dist/src/functions/placeAsBuildingMapUpdateLevel.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsBuildingUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsBuildingUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsBuildingUpdateMap.function.d.ts +137 -0
- package/dist/src/functions/placeAsBuildingUpdateMap.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsBuildingUpdateMap.function.js +45 -0
- package/dist/src/functions/placeAsBuildingUpdateMap.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsDeskCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsDeskCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsDeskCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsDeskCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsDeskDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsDeskDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsDeskGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsDeskGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsDeskListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsDeskListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsDeskUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsDeskUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsDeskUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsDeskUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsFloorCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsFloorCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsFloorCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsFloorCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsFloorDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsFloorDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsFloorGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsFloorGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsFloorListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsFloorListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsFloorUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsFloorUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsFloorUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsFloorUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsRoomCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsRoomCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsRoomCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsRoomDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsRoomGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsRoomListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsRoomListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsRoomListCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsRoomListCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsRoomListCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateRoom.function.d.ts +139 -0
- package/dist/src/functions/placeAsRoomListCreateRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateRoom.function.js +41 -0
- package/dist/src/functions/placeAsRoomListCreateRoom.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateWorkspace.function.d.ts +73 -0
- package/dist/src/functions/placeAsRoomListCreateWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListCreateWorkspace.function.js +29 -0
- package/dist/src/functions/placeAsRoomListCreateWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsRoomListDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteRoom.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListDeleteRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteRoom.function.js +14 -0
- package/dist/src/functions/placeAsRoomListDeleteRoom.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteWorkspace.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListDeleteWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListDeleteWorkspace.function.js +14 -0
- package/dist/src/functions/placeAsRoomListDeleteWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsRoomListGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomListGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListGetRoom.function.d.ts +86 -0
- package/dist/src/functions/placeAsRoomListGetRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListGetRoom.function.js +30 -0
- package/dist/src/functions/placeAsRoomListGetRoom.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListGetWorkspace.function.d.ts +53 -0
- package/dist/src/functions/placeAsRoomListGetWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListGetWorkspace.function.js +24 -0
- package/dist/src/functions/placeAsRoomListGetWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsRoomListListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsRoomListListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListListRoom.function.d.ts +118 -0
- package/dist/src/functions/placeAsRoomListListRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListListRoom.function.js +38 -0
- package/dist/src/functions/placeAsRoomListListRoom.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListListWorkspace.function.d.ts +85 -0
- package/dist/src/functions/placeAsRoomListListWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListListWorkspace.function.js +32 -0
- package/dist/src/functions/placeAsRoomListListWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomCheckInGetCount.function.d.ts +24 -0
- package/dist/src/functions/placeAsRoomListRoomCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomCheckInGetCount.function.js +15 -0
- package/dist/src/functions/placeAsRoomListRoomCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomCreateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsRoomListRoomCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomCreateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomListRoomCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomDeleteCheckIn.function.d.ts +24 -0
- package/dist/src/functions/placeAsRoomListRoomDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomDeleteCheckIn.function.js +15 -0
- package/dist/src/functions/placeAsRoomListRoomDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomGetCheckIn.function.d.ts +51 -0
- package/dist/src/functions/placeAsRoomListRoomGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomGetCheckIn.function.js +23 -0
- package/dist/src/functions/placeAsRoomListRoomGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListRoomGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomGetCount.function.js +14 -0
- package/dist/src/functions/placeAsRoomListRoomGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomListCheckIn.function.d.ts +83 -0
- package/dist/src/functions/placeAsRoomListRoomListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomListCheckIn.function.js +31 -0
- package/dist/src/functions/placeAsRoomListRoomListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomUpdateCheckIn.function.d.ts +61 -0
- package/dist/src/functions/placeAsRoomListRoomUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListRoomUpdateCheckIn.function.js +23 -0
- package/dist/src/functions/placeAsRoomListRoomUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsRoomListUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomListUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateRoom.function.d.ts +143 -0
- package/dist/src/functions/placeAsRoomListUpdateRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateRoom.function.js +42 -0
- package/dist/src/functions/placeAsRoomListUpdateRoom.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateWorkspace.function.d.ts +77 -0
- package/dist/src/functions/placeAsRoomListUpdateWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListUpdateWorkspace.function.js +30 -0
- package/dist/src/functions/placeAsRoomListUpdateWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCheckInGetCount.function.d.ts +24 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCheckInGetCount.function.js +15 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCreateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCreateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomListWorkspaceCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceDeleteCheckIn.function.d.ts +24 -0
- package/dist/src/functions/placeAsRoomListWorkspaceDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceDeleteCheckIn.function.js +15 -0
- package/dist/src/functions/placeAsRoomListWorkspaceDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCheckIn.function.d.ts +51 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCheckIn.function.js +23 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCount.function.js +14 -0
- package/dist/src/functions/placeAsRoomListWorkspaceGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceListCheckIn.function.d.ts +83 -0
- package/dist/src/functions/placeAsRoomListWorkspaceListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceListCheckIn.function.js +31 -0
- package/dist/src/functions/placeAsRoomListWorkspaceListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceUpdateCheckIn.function.d.ts +61 -0
- package/dist/src/functions/placeAsRoomListWorkspaceUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomListWorkspaceUpdateCheckIn.function.js +23 -0
- package/dist/src/functions/placeAsRoomListWorkspaceUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsRoomUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsRoomUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsRoomUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsRoomUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsSectionCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsSectionCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsSectionCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsSectionCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsSectionDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsSectionDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsSectionGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsSectionGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsSectionListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsSectionListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsSectionUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsSectionUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsSectionUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsSectionUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeAsWorkspaceCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeAsWorkspaceCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeAsWorkspaceCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceCreateCheckIn.function.js +21 -0
- package/dist/src/functions/placeAsWorkspaceCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeAsWorkspaceDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeAsWorkspaceDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeAsWorkspaceGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsWorkspaceGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeAsWorkspaceListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceListCheckIn.function.js +30 -0
- package/dist/src/functions/placeAsWorkspaceListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeAsWorkspaceUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeAsWorkspaceUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeAsWorkspaceUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeAsWorkspaceUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeCheckInGetCount.function.d.ts +20 -0
- package/dist/src/functions/placeCheckInGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeCheckInGetCount.function.js +14 -0
- package/dist/src/functions/placeCheckInGetCount.function.js.map +1 -0
- package/dist/src/functions/placeCreateCheckIn.function.d.ts +53 -0
- package/dist/src/functions/placeCreateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeCreateCheckIn.function.js +22 -0
- package/dist/src/functions/placeCreateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeCreatePlace.function.d.ts +241 -0
- package/dist/src/functions/placeCreatePlace.function.d.ts.map +1 -0
- package/dist/src/functions/placeCreatePlace.function.js +69 -0
- package/dist/src/functions/placeCreatePlace.function.js.map +1 -0
- package/dist/src/functions/placeDeleteCheckIn.function.d.ts +20 -0
- package/dist/src/functions/placeDeleteCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeDeleteCheckIn.function.js +14 -0
- package/dist/src/functions/placeDeleteCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeDeletePlace.function.d.ts +16 -0
- package/dist/src/functions/placeDeletePlace.function.d.ts.map +1 -0
- package/dist/src/functions/placeDeletePlace.function.js +14 -0
- package/dist/src/functions/placeDeletePlace.function.js.map +1 -0
- package/dist/src/functions/placeDescendant.function.d.ts +171 -0
- package/dist/src/functions/placeDescendant.function.d.ts.map +1 -0
- package/dist/src/functions/placeDescendant.function.js +52 -0
- package/dist/src/functions/placeDescendant.function.js.map +1 -0
- package/dist/src/functions/placeGetCheckIn.function.d.ts +47 -0
- package/dist/src/functions/placeGetCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCheckIn.function.js +22 -0
- package/dist/src/functions/placeGetCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeGetCount.function.d.ts +16 -0
- package/dist/src/functions/placeGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCount.function.js +13 -0
- package/dist/src/functions/placeGetCount.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsBuilding.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsBuilding.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsBuilding.function.js +13 -0
- package/dist/src/functions/placeGetCountAsBuilding.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsDesk.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsDesk.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsDesk.function.js +13 -0
- package/dist/src/functions/placeGetCountAsDesk.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsFloor.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsFloor.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsFloor.function.js +13 -0
- package/dist/src/functions/placeGetCountAsFloor.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsRoom.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsRoom.function.js +13 -0
- package/dist/src/functions/placeGetCountAsRoom.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsRoomList.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsRoomList.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsRoomList.function.js +13 -0
- package/dist/src/functions/placeGetCountAsRoomList.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsSection.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsSection.function.js +13 -0
- package/dist/src/functions/placeGetCountAsSection.function.js.map +1 -0
- package/dist/src/functions/placeGetCountAsWorkspace.function.d.ts +16 -0
- package/dist/src/functions/placeGetCountAsWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetCountAsWorkspace.function.js +13 -0
- package/dist/src/functions/placeGetCountAsWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsBuilding.function.d.ts +121 -0
- package/dist/src/functions/placeGetPlaceAsBuilding.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsBuilding.function.js +40 -0
- package/dist/src/functions/placeGetPlaceAsBuilding.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsDesk.function.d.ts +58 -0
- package/dist/src/functions/placeGetPlaceAsDesk.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsDesk.function.js +25 -0
- package/dist/src/functions/placeGetPlaceAsDesk.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsFloor.function.d.ts +29 -0
- package/dist/src/functions/placeGetPlaceAsFloor.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsFloor.function.js +19 -0
- package/dist/src/functions/placeGetPlaceAsFloor.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsRoom.function.d.ts +82 -0
- package/dist/src/functions/placeGetPlaceAsRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsRoom.function.js +30 -0
- package/dist/src/functions/placeGetPlaceAsRoom.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsRoomList.function.d.ts +126 -0
- package/dist/src/functions/placeGetPlaceAsRoomList.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsRoomList.function.js +41 -0
- package/dist/src/functions/placeGetPlaceAsRoomList.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsSection.function.d.ts +21 -0
- package/dist/src/functions/placeGetPlaceAsSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsSection.function.js +17 -0
- package/dist/src/functions/placeGetPlaceAsSection.function.js.map +1 -0
- package/dist/src/functions/placeGetPlaceAsWorkspace.function.d.ts +49 -0
- package/dist/src/functions/placeGetPlaceAsWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeGetPlaceAsWorkspace.function.js +24 -0
- package/dist/src/functions/placeGetPlaceAsWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeListCheckIn.function.d.ts +79 -0
- package/dist/src/functions/placeListCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeListCheckIn.function.js +30 -0
- package/dist/src/functions/placeListCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsBuilding.function.d.ts +153 -0
- package/dist/src/functions/placeListPlaceAsBuilding.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsBuilding.function.js +48 -0
- package/dist/src/functions/placeListPlaceAsBuilding.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsDesk.function.d.ts +90 -0
- package/dist/src/functions/placeListPlaceAsDesk.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsDesk.function.js +33 -0
- package/dist/src/functions/placeListPlaceAsDesk.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsFloor.function.d.ts +61 -0
- package/dist/src/functions/placeListPlaceAsFloor.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsFloor.function.js +27 -0
- package/dist/src/functions/placeListPlaceAsFloor.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsRoom.function.d.ts +114 -0
- package/dist/src/functions/placeListPlaceAsRoom.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsRoom.function.js +38 -0
- package/dist/src/functions/placeListPlaceAsRoom.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsRoomList.function.d.ts +158 -0
- package/dist/src/functions/placeListPlaceAsRoomList.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsRoomList.function.js +49 -0
- package/dist/src/functions/placeListPlaceAsRoomList.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsSection.function.d.ts +53 -0
- package/dist/src/functions/placeListPlaceAsSection.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsSection.function.js +25 -0
- package/dist/src/functions/placeListPlaceAsSection.function.js.map +1 -0
- package/dist/src/functions/placeListPlaceAsWorkspace.function.d.ts +81 -0
- package/dist/src/functions/placeListPlaceAsWorkspace.function.d.ts.map +1 -0
- package/dist/src/functions/placeListPlaceAsWorkspace.function.js +32 -0
- package/dist/src/functions/placeListPlaceAsWorkspace.function.js.map +1 -0
- package/dist/src/functions/placeUpdateCheckIn.function.d.ts +57 -0
- package/dist/src/functions/placeUpdateCheckIn.function.d.ts.map +1 -0
- package/dist/src/functions/placeUpdateCheckIn.function.js +22 -0
- package/dist/src/functions/placeUpdateCheckIn.function.js.map +1 -0
- package/dist/src/functions/placeUpdatePlace.function.d.ts +245 -0
- package/dist/src/functions/placeUpdatePlace.function.d.ts.map +1 -0
- package/dist/src/functions/placeUpdatePlace.function.js +70 -0
- package/dist/src/functions/placeUpdatePlace.function.js.map +1 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole.function.d.ts +58 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole.function.js +23 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole.function.js.map +1 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole2.function.d.ts +62 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole2.function.js +24 -0
- package/dist/src/functions/userCalendarAllowedCalendarSharingRole2.function.js.map +1 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount.function.d.ts +20 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount.function.js +14 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount2.function.d.ts +24 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount2.function.js +15 -0
- package/dist/src/functions/userCalendarCalendarPermissionGetCount2.function.js.map +1 -0
- package/dist/src/functions/userCalendarCalendarViewDelta.function.d.ts +53 -0
- package/dist/src/functions/userCalendarCalendarViewDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCalendarViewDelta.function.js +25 -0
- package/dist/src/functions/userCalendarCalendarViewDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarCalendarViewDelta2.function.d.ts +57 -0
- package/dist/src/functions/userCalendarCalendarViewDelta2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCalendarViewDelta2.function.js +26 -0
- package/dist/src/functions/userCalendarCalendarViewDelta2.function.js.map +1 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission.function.d.ts +133 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission.function.js +35 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission2.function.d.ts +137 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission2.function.js +36 -0
- package/dist/src/functions/userCalendarCreateCalendarPermission2.function.js.map +1 -0
- package/dist/src/functions/userCalendarCreateEvent.function.d.ts +5 -0
- package/dist/src/functions/userCalendarCreateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCreateEvent.function.js +12 -0
- package/dist/src/functions/userCalendarCreateEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarCreateEvent2.function.d.ts +5 -0
- package/dist/src/functions/userCalendarCreateEvent2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarCreateEvent2.function.js +12 -0
- package/dist/src/functions/userCalendarCreateEvent2.function.js.map +1 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission.function.d.ts +20 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission.function.js +15 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission2.function.d.ts +24 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission2.function.js +15 -0
- package/dist/src/functions/userCalendarDeleteCalendarPermission2.function.js.map +1 -0
- package/dist/src/functions/userCalendarDeleteEvent.function.d.ts +20 -0
- package/dist/src/functions/userCalendarDeleteEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarDeleteEvent.function.js +14 -0
- package/dist/src/functions/userCalendarDeleteEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarDeleteEvent2.function.d.ts +24 -0
- package/dist/src/functions/userCalendarDeleteEvent2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarDeleteEvent2.function.js +15 -0
- package/dist/src/functions/userCalendarDeleteEvent2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAccept.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAccept.function.js +16 -0
- package/dist/src/functions/userCalendarEventAccept.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAccept2.function.d.ts +28 -0
- package/dist/src/functions/userCalendarEventAccept2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAccept2.function.js +17 -0
- package/dist/src/functions/userCalendarEventAccept2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession.function.d.ts +69 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession.function.js +28 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession2.function.d.ts +73 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession2.function.js +29 -0
- package/dist/src/functions/userCalendarEventAttachmentCreateUploadSession2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount.function.js +15 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount2.function.d.ts +28 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount2.function.js +16 -0
- package/dist/src/functions/userCalendarEventAttachmentGetCount2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCancel.function.d.ts +20 -0
- package/dist/src/functions/userCalendarEventCancel.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCancel.function.js +15 -0
- package/dist/src/functions/userCalendarEventCancel.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCancel2.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventCancel2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCancel2.function.js +16 -0
- package/dist/src/functions/userCalendarEventCancel2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCreateAttachment.function.d.ts +77 -0
- package/dist/src/functions/userCalendarEventCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCreateAttachment.function.js +30 -0
- package/dist/src/functions/userCalendarEventCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCreateAttachment2.function.d.ts +81 -0
- package/dist/src/functions/userCalendarEventCreateAttachment2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCreateAttachment2.function.js +31 -0
- package/dist/src/functions/userCalendarEventCreateAttachment2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/userCalendarEventCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCreateExtension.function.js +20 -0
- package/dist/src/functions/userCalendarEventCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventCreateExtension2.function.d.ts +41 -0
- package/dist/src/functions/userCalendarEventCreateExtension2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventCreateExtension2.function.js +21 -0
- package/dist/src/functions/userCalendarEventCreateExtension2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDecline.function.d.ts +64 -0
- package/dist/src/functions/userCalendarEventDecline.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDecline.function.js +26 -0
- package/dist/src/functions/userCalendarEventDecline.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDecline2.function.d.ts +68 -0
- package/dist/src/functions/userCalendarEventDecline2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDecline2.function.js +27 -0
- package/dist/src/functions/userCalendarEventDecline2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment.function.js +15 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment2.function.d.ts +28 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment2.function.js +16 -0
- package/dist/src/functions/userCalendarEventDeleteAttachment2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteExtension.function.js +15 -0
- package/dist/src/functions/userCalendarEventDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteExtension2.function.d.ts +28 -0
- package/dist/src/functions/userCalendarEventDeleteExtension2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDeleteExtension2.function.js +16 -0
- package/dist/src/functions/userCalendarEventDeleteExtension2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDelta.function.d.ts +53 -0
- package/dist/src/functions/userCalendarEventDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDelta.function.js +25 -0
- package/dist/src/functions/userCalendarEventDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDelta2.function.d.ts +57 -0
- package/dist/src/functions/userCalendarEventDelta2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDelta2.function.js +26 -0
- package/dist/src/functions/userCalendarEventDelta2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDismissReminder.function.d.ts +16 -0
- package/dist/src/functions/userCalendarEventDismissReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDismissReminder.function.js +14 -0
- package/dist/src/functions/userCalendarEventDismissReminder.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventDismissReminder2.function.d.ts +20 -0
- package/dist/src/functions/userCalendarEventDismissReminder2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventDismissReminder2.function.js +15 -0
- package/dist/src/functions/userCalendarEventDismissReminder2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount.function.js +15 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount2.function.d.ts +28 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount2.function.js +16 -0
- package/dist/src/functions/userCalendarEventExtensionGetCount2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventForward.function.d.ts +44 -0
- package/dist/src/functions/userCalendarEventForward.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventForward.function.js +21 -0
- package/dist/src/functions/userCalendarEventForward.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventForward2.function.d.ts +48 -0
- package/dist/src/functions/userCalendarEventForward2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventForward2.function.js +22 -0
- package/dist/src/functions/userCalendarEventForward2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetAttachment.function.d.ts +57 -0
- package/dist/src/functions/userCalendarEventGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetAttachment.function.js +26 -0
- package/dist/src/functions/userCalendarEventGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetAttachment2.function.d.ts +61 -0
- package/dist/src/functions/userCalendarEventGetAttachment2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetAttachment2.function.js +27 -0
- package/dist/src/functions/userCalendarEventGetAttachment2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetCalendar.function.d.ts +25 -0
- package/dist/src/functions/userCalendarEventGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetCalendar.function.js +18 -0
- package/dist/src/functions/userCalendarEventGetCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetCalendar2.function.d.ts +29 -0
- package/dist/src/functions/userCalendarEventGetCalendar2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetCalendar2.function.js +19 -0
- package/dist/src/functions/userCalendarEventGetCalendar2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetCount.function.d.ts +20 -0
- package/dist/src/functions/userCalendarEventGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetCount.function.js +14 -0
- package/dist/src/functions/userCalendarEventGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetCount2.function.d.ts +24 -0
- package/dist/src/functions/userCalendarEventGetCount2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetCount2.function.js +15 -0
- package/dist/src/functions/userCalendarEventGetCount2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetExtension.function.d.ts +37 -0
- package/dist/src/functions/userCalendarEventGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetExtension.function.js +21 -0
- package/dist/src/functions/userCalendarEventGetExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventGetExtension2.function.d.ts +41 -0
- package/dist/src/functions/userCalendarEventGetExtension2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventGetExtension2.function.js +22 -0
- package/dist/src/functions/userCalendarEventGetExtension2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventInstanceDelta.function.d.ts +57 -0
- package/dist/src/functions/userCalendarEventInstanceDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventInstanceDelta.function.js +26 -0
- package/dist/src/functions/userCalendarEventInstanceDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventInstanceDelta2.function.d.ts +61 -0
- package/dist/src/functions/userCalendarEventInstanceDelta2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventInstanceDelta2.function.js +27 -0
- package/dist/src/functions/userCalendarEventInstanceDelta2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListAttachment.function.d.ts +89 -0
- package/dist/src/functions/userCalendarEventListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListAttachment.function.js +34 -0
- package/dist/src/functions/userCalendarEventListAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListAttachment2.function.d.ts +93 -0
- package/dist/src/functions/userCalendarEventListAttachment2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListAttachment2.function.js +35 -0
- package/dist/src/functions/userCalendarEventListAttachment2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListExtension.function.d.ts +69 -0
- package/dist/src/functions/userCalendarEventListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListExtension.function.js +29 -0
- package/dist/src/functions/userCalendarEventListExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListExtension2.function.d.ts +73 -0
- package/dist/src/functions/userCalendarEventListExtension2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListExtension2.function.js +30 -0
- package/dist/src/functions/userCalendarEventListExtension2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListInstance.function.d.ts +57 -0
- package/dist/src/functions/userCalendarEventListInstance.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListInstance.function.js +26 -0
- package/dist/src/functions/userCalendarEventListInstance.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventListInstance2.function.d.ts +61 -0
- package/dist/src/functions/userCalendarEventListInstance2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventListInstance2.function.js +27 -0
- package/dist/src/functions/userCalendarEventListInstance2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userCalendarEventPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventPermanentDelete.function.js +13 -0
- package/dist/src/functions/userCalendarEventPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventPermanentDelete2.function.d.ts +20 -0
- package/dist/src/functions/userCalendarEventPermanentDelete2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventPermanentDelete2.function.js +14 -0
- package/dist/src/functions/userCalendarEventPermanentDelete2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder.function.d.ts +32 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder.function.js +18 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder2.function.d.ts +36 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder2.function.js +19 -0
- package/dist/src/functions/userCalendarEventSnoozeReminder2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept.function.d.ts +64 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept.function.js +26 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept2.function.d.ts +68 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept2.function.js +27 -0
- package/dist/src/functions/userCalendarEventTentativelyAccept2.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/userCalendarEventUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventUpdateExtension.function.js +21 -0
- package/dist/src/functions/userCalendarEventUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarEventUpdateExtension2.function.d.ts +45 -0
- package/dist/src/functions/userCalendarEventUpdateExtension2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarEventUpdateExtension2.function.js +22 -0
- package/dist/src/functions/userCalendarEventUpdateExtension2.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetCalendarPermission.function.d.ts +83 -0
- package/dist/src/functions/userCalendarGetCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetCalendarPermission.function.js +28 -0
- package/dist/src/functions/userCalendarGetCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetCalendarPermission2.function.d.ts +87 -0
- package/dist/src/functions/userCalendarGetCalendarPermission2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetCalendarPermission2.function.js +29 -0
- package/dist/src/functions/userCalendarGetCalendarPermission2.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetCount.function.d.ts +20 -0
- package/dist/src/functions/userCalendarGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetCount.function.js +14 -0
- package/dist/src/functions/userCalendarGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetEvent.function.d.ts +25 -0
- package/dist/src/functions/userCalendarGetEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetEvent.function.js +18 -0
- package/dist/src/functions/userCalendarGetEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetEvent2.function.d.ts +29 -0
- package/dist/src/functions/userCalendarGetEvent2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetEvent2.function.js +19 -0
- package/dist/src/functions/userCalendarGetEvent2.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetSchedule.function.d.ts +196 -0
- package/dist/src/functions/userCalendarGetSchedule.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetSchedule.function.js +57 -0
- package/dist/src/functions/userCalendarGetSchedule.function.js.map +1 -0
- package/dist/src/functions/userCalendarGetSchedule2.function.d.ts +200 -0
- package/dist/src/functions/userCalendarGetSchedule2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGetSchedule2.function.js +58 -0
- package/dist/src/functions/userCalendarGetSchedule2.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarAllowedCalendarSharingRole.function.d.ts +66 -0
- package/dist/src/functions/userCalendarGroupCalendarAllowedCalendarSharingRole.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarAllowedCalendarSharingRole.function.js +25 -0
- package/dist/src/functions/userCalendarGroupCalendarAllowedCalendarSharingRole.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarPermissionGetCount.function.d.ts +28 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarPermissionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarPermissionGetCount.function.js +16 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarPermissionGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarViewDelta.function.d.ts +61 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarViewDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarViewDelta.function.js +27 -0
- package/dist/src/functions/userCalendarGroupCalendarCalendarViewDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateCalendarPermission.function.d.ts +141 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateCalendarPermission.function.js +37 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateEvent.function.d.ts +5 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateEvent.function.js +12 -0
- package/dist/src/functions/userCalendarGroupCalendarCreateEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteCalendarPermission.function.d.ts +28 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteCalendarPermission.function.js +16 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteEvent.function.d.ts +28 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteEvent.function.js +16 -0
- package/dist/src/functions/userCalendarGroupCalendarDeleteEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAccept.function.d.ts +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAccept.function.js +18 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAccept.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentCreateUploadSession.function.d.ts +77 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentCreateUploadSession.function.js +30 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentGetCount.function.d.ts +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentGetCount.function.js +17 -0
- package/dist/src/functions/userCalendarGroupCalendarEventAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCancel.function.d.ts +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCancel.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCancel.function.js +17 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCancel.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateAttachment.function.d.ts +85 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateAttachment.function.js +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateExtension.function.d.ts +45 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateExtension.function.js +22 -0
- package/dist/src/functions/userCalendarGroupCalendarEventCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDecline.function.d.ts +72 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDecline.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDecline.function.js +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDecline.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteAttachment.function.d.ts +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteAttachment.function.js +17 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteExtension.function.d.ts +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteExtension.function.js +17 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDelta.function.d.ts +61 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDelta.function.js +27 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDismissReminder.function.d.ts +24 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDismissReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDismissReminder.function.js +16 -0
- package/dist/src/functions/userCalendarGroupCalendarEventDismissReminder.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventExtensionGetCount.function.d.ts +32 -0
- package/dist/src/functions/userCalendarGroupCalendarEventExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventExtensionGetCount.function.js +17 -0
- package/dist/src/functions/userCalendarGroupCalendarEventExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventForward.function.d.ts +52 -0
- package/dist/src/functions/userCalendarGroupCalendarEventForward.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventForward.function.js +23 -0
- package/dist/src/functions/userCalendarGroupCalendarEventForward.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetAttachment.function.d.ts +65 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetAttachment.function.js +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCalendar.function.d.ts +33 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCalendar.function.js +20 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCount.function.d.ts +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCount.function.js +16 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetExtension.function.d.ts +45 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetExtension.function.js +23 -0
- package/dist/src/functions/userCalendarGroupCalendarEventGetExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventInstanceDelta.function.d.ts +65 -0
- package/dist/src/functions/userCalendarGroupCalendarEventInstanceDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventInstanceDelta.function.js +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventInstanceDelta.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListAttachment.function.d.ts +97 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListAttachment.function.js +36 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListAttachment.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListExtension.function.d.ts +77 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListExtension.function.js +31 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListInstance.function.d.ts +65 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListInstance.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListInstance.function.js +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventListInstance.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventPermanentDelete.function.d.ts +24 -0
- package/dist/src/functions/userCalendarGroupCalendarEventPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventPermanentDelete.function.js +15 -0
- package/dist/src/functions/userCalendarGroupCalendarEventPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventSnoozeReminder.function.d.ts +40 -0
- package/dist/src/functions/userCalendarGroupCalendarEventSnoozeReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventSnoozeReminder.function.js +20 -0
- package/dist/src/functions/userCalendarGroupCalendarEventSnoozeReminder.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventTentativelyAccept.function.d.ts +72 -0
- package/dist/src/functions/userCalendarGroupCalendarEventTentativelyAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventTentativelyAccept.function.js +28 -0
- package/dist/src/functions/userCalendarGroupCalendarEventTentativelyAccept.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventUpdateExtension.function.d.ts +49 -0
- package/dist/src/functions/userCalendarGroupCalendarEventUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarEventUpdateExtension.function.js +23 -0
- package/dist/src/functions/userCalendarGroupCalendarEventUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCalendarPermission.function.d.ts +91 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCalendarPermission.function.js +30 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCount.function.d.ts +24 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCount.function.js +15 -0
- package/dist/src/functions/userCalendarGroupCalendarGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetEvent.function.d.ts +33 -0
- package/dist/src/functions/userCalendarGroupCalendarGetEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetEvent.function.js +20 -0
- package/dist/src/functions/userCalendarGroupCalendarGetEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetSchedule.function.d.ts +204 -0
- package/dist/src/functions/userCalendarGroupCalendarGetSchedule.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarGetSchedule.function.js +59 -0
- package/dist/src/functions/userCalendarGroupCalendarGetSchedule.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarPermission.function.d.ts +123 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarPermission.function.js +38 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarView.function.d.ts +61 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarView.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarView.function.js +27 -0
- package/dist/src/functions/userCalendarGroupCalendarListCalendarView.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListEvent.function.d.ts +53 -0
- package/dist/src/functions/userCalendarGroupCalendarListEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarListEvent.function.js +25 -0
- package/dist/src/functions/userCalendarGroupCalendarListEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarPermanentDelete.function.d.ts +20 -0
- package/dist/src/functions/userCalendarGroupCalendarPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarPermanentDelete.function.js +14 -0
- package/dist/src/functions/userCalendarGroupCalendarPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateCalendarPermission.function.d.ts +145 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateCalendarPermission.function.js +38 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateEvent.function.d.ts +5 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateEvent.function.js +12 -0
- package/dist/src/functions/userCalendarGroupCalendarUpdateEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupCreateCalendar.function.d.ts +5 -0
- package/dist/src/functions/userCalendarGroupCreateCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupCreateCalendar.function.js +12 -0
- package/dist/src/functions/userCalendarGroupCreateCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupDeleteCalendar.function.d.ts +24 -0
- package/dist/src/functions/userCalendarGroupDeleteCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupDeleteCalendar.function.js +15 -0
- package/dist/src/functions/userCalendarGroupDeleteCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupGetCalendar.function.d.ts +29 -0
- package/dist/src/functions/userCalendarGroupGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupGetCalendar.function.js +19 -0
- package/dist/src/functions/userCalendarGroupGetCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupGetCount.function.d.ts +20 -0
- package/dist/src/functions/userCalendarGroupGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupGetCount.function.js +14 -0
- package/dist/src/functions/userCalendarGroupGetCount.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupListCalendar.function.d.ts +49 -0
- package/dist/src/functions/userCalendarGroupListCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupListCalendar.function.js +24 -0
- package/dist/src/functions/userCalendarGroupListCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarGroupUpdateCalendar.function.d.ts +5 -0
- package/dist/src/functions/userCalendarGroupUpdateCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarGroupUpdateCalendar.function.js +12 -0
- package/dist/src/functions/userCalendarGroupUpdateCalendar.function.js.map +1 -0
- package/dist/src/functions/userCalendarListCalendarPermission.function.d.ts +115 -0
- package/dist/src/functions/userCalendarListCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListCalendarPermission.function.js +36 -0
- package/dist/src/functions/userCalendarListCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarListCalendarPermission2.function.d.ts +119 -0
- package/dist/src/functions/userCalendarListCalendarPermission2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListCalendarPermission2.function.js +37 -0
- package/dist/src/functions/userCalendarListCalendarPermission2.function.js.map +1 -0
- package/dist/src/functions/userCalendarListCalendarView.function.d.ts +53 -0
- package/dist/src/functions/userCalendarListCalendarView.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListCalendarView.function.js +25 -0
- package/dist/src/functions/userCalendarListCalendarView.function.js.map +1 -0
- package/dist/src/functions/userCalendarListCalendarView2.function.d.ts +57 -0
- package/dist/src/functions/userCalendarListCalendarView2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListCalendarView2.function.js +26 -0
- package/dist/src/functions/userCalendarListCalendarView2.function.js.map +1 -0
- package/dist/src/functions/userCalendarListEvent.function.d.ts +45 -0
- package/dist/src/functions/userCalendarListEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListEvent.function.js +23 -0
- package/dist/src/functions/userCalendarListEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarListEvent2.function.d.ts +49 -0
- package/dist/src/functions/userCalendarListEvent2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarListEvent2.function.js +24 -0
- package/dist/src/functions/userCalendarListEvent2.function.js.map +1 -0
- package/dist/src/functions/userCalendarPermanentDelete.function.d.ts +12 -0
- package/dist/src/functions/userCalendarPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarPermanentDelete.function.js +12 -0
- package/dist/src/functions/userCalendarPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userCalendarPermanentDelete2.function.d.ts +16 -0
- package/dist/src/functions/userCalendarPermanentDelete2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarPermanentDelete2.function.js +14 -0
- package/dist/src/functions/userCalendarPermanentDelete2.function.js.map +1 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission.function.d.ts +137 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission.function.js +37 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission.function.js.map +1 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission2.function.d.ts +141 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission2.function.js +37 -0
- package/dist/src/functions/userCalendarUpdateCalendarPermission2.function.js.map +1 -0
- package/dist/src/functions/userCalendarUpdateEvent.function.d.ts +5 -0
- package/dist/src/functions/userCalendarUpdateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarUpdateEvent.function.js +12 -0
- package/dist/src/functions/userCalendarUpdateEvent.function.js.map +1 -0
- package/dist/src/functions/userCalendarUpdateEvent2.function.d.ts +5 -0
- package/dist/src/functions/userCalendarUpdateEvent2.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarUpdateEvent2.function.js +12 -0
- package/dist/src/functions/userCalendarUpdateEvent2.function.js.map +1 -0
- package/dist/src/functions/userCalendarViewDelta.function.d.ts +53 -0
- package/dist/src/functions/userCalendarViewDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userCalendarViewDelta.function.js +25 -0
- package/dist/src/functions/userCalendarViewDelta.function.js.map +1 -0
- package/dist/src/functions/userContactCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/userContactCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactCreateExtension.function.js +20 -0
- package/dist/src/functions/userContactCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/userContactDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactDeleteExtension.function.js +15 -0
- package/dist/src/functions/userContactDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userContactDeletePhotoContent.function.d.ts +20 -0
- package/dist/src/functions/userContactDeletePhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactDeletePhotoContent.function.js +15 -0
- package/dist/src/functions/userContactDeletePhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactDelta.function.d.ts +393 -0
- package/dist/src/functions/userContactDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userContactDelta.function.js +110 -0
- package/dist/src/functions/userContactDelta.function.js.map +1 -0
- package/dist/src/functions/userContactExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/userContactExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactExtensionGetCount.function.js +15 -0
- package/dist/src/functions/userContactExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactCreateExtension.function.d.ts +45 -0
- package/dist/src/functions/userContactFolderChildFolderContactCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactCreateExtension.function.js +22 -0
- package/dist/src/functions/userContactFolderChildFolderContactCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeleteExtension.function.d.ts +32 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeleteExtension.function.js +17 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeletePhotoContent.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeletePhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeletePhotoContent.function.js +17 -0
- package/dist/src/functions/userContactFolderChildFolderContactDeletePhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDelta.function.d.ts +401 -0
- package/dist/src/functions/userContactFolderChildFolderContactDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactDelta.function.js +112 -0
- package/dist/src/functions/userContactFolderChildFolderContactDelta.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactExtensionGetCount.function.d.ts +32 -0
- package/dist/src/functions/userContactFolderChildFolderContactExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactExtensionGetCount.function.js +17 -0
- package/dist/src/functions/userContactFolderChildFolderContactExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetCount.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetCount.function.js +16 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetExtension.function.d.ts +45 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetExtension.function.js +23 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhoto.function.d.ts +49 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhoto.function.js +24 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhoto.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhotoContent.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhotoContent.function.js +16 -0
- package/dist/src/functions/userContactFolderChildFolderContactGetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactListExtension.function.d.ts +77 -0
- package/dist/src/functions/userContactFolderChildFolderContactListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactListExtension.function.js +31 -0
- package/dist/src/functions/userContactFolderChildFolderContactListExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactPermanentDelete.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderChildFolderContactPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactPermanentDelete.function.js +15 -0
- package/dist/src/functions/userContactFolderChildFolderContactPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactSetPhotoContent.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderChildFolderContactSetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactSetPhotoContent.function.js +17 -0
- package/dist/src/functions/userContactFolderChildFolderContactSetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdateExtension.function.d.ts +49 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdateExtension.function.js +23 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdatePhoto.function.d.ts +61 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdatePhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdatePhoto.function.js +26 -0
- package/dist/src/functions/userContactFolderChildFolderContactUpdatePhoto.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderCreateContact.function.d.ts +689 -0
- package/dist/src/functions/userContactFolderChildFolderCreateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderCreateContact.function.js +183 -0
- package/dist/src/functions/userContactFolderChildFolderCreateContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderDeleteContact.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderChildFolderDeleteContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderDeleteContact.function.js +16 -0
- package/dist/src/functions/userContactFolderChildFolderDeleteContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderDelta.function.d.ts +841 -0
- package/dist/src/functions/userContactFolderChildFolderDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderDelta.function.js +222 -0
- package/dist/src/functions/userContactFolderChildFolderDelta.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderGetContact.function.d.ts +365 -0
- package/dist/src/functions/userContactFolderChildFolderGetContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderGetContact.function.js +103 -0
- package/dist/src/functions/userContactFolderChildFolderGetContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderGetCount.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderChildFolderGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderGetCount.function.js +15 -0
- package/dist/src/functions/userContactFolderChildFolderGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderListContact.function.d.ts +397 -0
- package/dist/src/functions/userContactFolderChildFolderListContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderListContact.function.js +111 -0
- package/dist/src/functions/userContactFolderChildFolderListContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderPermanentDelete.function.d.ts +20 -0
- package/dist/src/functions/userContactFolderChildFolderPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderPermanentDelete.function.js +14 -0
- package/dist/src/functions/userContactFolderChildFolderPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderUpdateContact.function.d.ts +693 -0
- package/dist/src/functions/userContactFolderChildFolderUpdateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderChildFolderUpdateContact.function.js +184 -0
- package/dist/src/functions/userContactFolderChildFolderUpdateContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactCreateExtension.function.d.ts +41 -0
- package/dist/src/functions/userContactFolderContactCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactCreateExtension.function.js +21 -0
- package/dist/src/functions/userContactFolderContactCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactDeleteExtension.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderContactDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactDeleteExtension.function.js +16 -0
- package/dist/src/functions/userContactFolderContactDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactDeletePhotoContent.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderContactDeletePhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactDeletePhotoContent.function.js +16 -0
- package/dist/src/functions/userContactFolderContactDeletePhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactDelta.function.d.ts +397 -0
- package/dist/src/functions/userContactFolderContactDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactDelta.function.js +111 -0
- package/dist/src/functions/userContactFolderContactDelta.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactExtensionGetCount.function.d.ts +28 -0
- package/dist/src/functions/userContactFolderContactExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactExtensionGetCount.function.js +16 -0
- package/dist/src/functions/userContactFolderContactExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactGetCount.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderContactGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactGetCount.function.js +15 -0
- package/dist/src/functions/userContactFolderContactGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactGetExtension.function.d.ts +41 -0
- package/dist/src/functions/userContactFolderContactGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactGetExtension.function.js +22 -0
- package/dist/src/functions/userContactFolderContactGetExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactGetPhoto.function.d.ts +45 -0
- package/dist/src/functions/userContactFolderContactGetPhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactGetPhoto.function.js +23 -0
- package/dist/src/functions/userContactFolderContactGetPhoto.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactGetPhotoContent.function.d.ts +20 -0
- package/dist/src/functions/userContactFolderContactGetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactGetPhotoContent.function.js +15 -0
- package/dist/src/functions/userContactFolderContactGetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactListExtension.function.d.ts +73 -0
- package/dist/src/functions/userContactFolderContactListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactListExtension.function.js +30 -0
- package/dist/src/functions/userContactFolderContactListExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactPermanentDelete.function.d.ts +20 -0
- package/dist/src/functions/userContactFolderContactPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactPermanentDelete.function.js +14 -0
- package/dist/src/functions/userContactFolderContactPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactSetPhotoContent.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderContactSetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactSetPhotoContent.function.js +16 -0
- package/dist/src/functions/userContactFolderContactSetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactUpdateExtension.function.d.ts +45 -0
- package/dist/src/functions/userContactFolderContactUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactUpdateExtension.function.js +22 -0
- package/dist/src/functions/userContactFolderContactUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactFolderContactUpdatePhoto.function.d.ts +57 -0
- package/dist/src/functions/userContactFolderContactUpdatePhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderContactUpdatePhoto.function.js +25 -0
- package/dist/src/functions/userContactFolderContactUpdatePhoto.function.js.map +1 -0
- package/dist/src/functions/userContactFolderCreateChildFolder.function.d.ts +1573 -0
- package/dist/src/functions/userContactFolderCreateChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderCreateChildFolder.function.js +404 -0
- package/dist/src/functions/userContactFolderCreateChildFolder.function.js.map +1 -0
- package/dist/src/functions/userContactFolderCreateContact.function.d.ts +685 -0
- package/dist/src/functions/userContactFolderCreateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderCreateContact.function.js +182 -0
- package/dist/src/functions/userContactFolderCreateContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderDeleteChildFolder.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderDeleteChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderDeleteChildFolder.function.js +15 -0
- package/dist/src/functions/userContactFolderDeleteChildFolder.function.js.map +1 -0
- package/dist/src/functions/userContactFolderDeleteContact.function.d.ts +24 -0
- package/dist/src/functions/userContactFolderDeleteContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderDeleteContact.function.js +15 -0
- package/dist/src/functions/userContactFolderDeleteContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderDelta.function.d.ts +837 -0
- package/dist/src/functions/userContactFolderDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderDelta.function.js +221 -0
- package/dist/src/functions/userContactFolderDelta.function.js.map +1 -0
- package/dist/src/functions/userContactFolderGetChildFolder.function.d.ts +805 -0
- package/dist/src/functions/userContactFolderGetChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderGetChildFolder.function.js +213 -0
- package/dist/src/functions/userContactFolderGetChildFolder.function.js.map +1 -0
- package/dist/src/functions/userContactFolderGetContact.function.d.ts +361 -0
- package/dist/src/functions/userContactFolderGetContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderGetContact.function.js +102 -0
- package/dist/src/functions/userContactFolderGetContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderGetCount.function.d.ts +20 -0
- package/dist/src/functions/userContactFolderGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderGetCount.function.js +14 -0
- package/dist/src/functions/userContactFolderGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactFolderListChildFolder.function.d.ts +837 -0
- package/dist/src/functions/userContactFolderListChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderListChildFolder.function.js +221 -0
- package/dist/src/functions/userContactFolderListChildFolder.function.js.map +1 -0
- package/dist/src/functions/userContactFolderListContact.function.d.ts +393 -0
- package/dist/src/functions/userContactFolderListContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderListContact.function.js +110 -0
- package/dist/src/functions/userContactFolderListContact.function.js.map +1 -0
- package/dist/src/functions/userContactFolderPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userContactFolderPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderPermanentDelete.function.js +13 -0
- package/dist/src/functions/userContactFolderPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userContactFolderUpdateChildFolder.function.d.ts +1577 -0
- package/dist/src/functions/userContactFolderUpdateChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderUpdateChildFolder.function.js +405 -0
- package/dist/src/functions/userContactFolderUpdateChildFolder.function.js.map +1 -0
- package/dist/src/functions/userContactFolderUpdateContact.function.d.ts +689 -0
- package/dist/src/functions/userContactFolderUpdateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userContactFolderUpdateContact.function.js +183 -0
- package/dist/src/functions/userContactFolderUpdateContact.function.js.map +1 -0
- package/dist/src/functions/userContactGetCount.function.d.ts +20 -0
- package/dist/src/functions/userContactGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userContactGetCount.function.js +14 -0
- package/dist/src/functions/userContactGetCount.function.js.map +1 -0
- package/dist/src/functions/userContactGetExtension.function.d.ts +37 -0
- package/dist/src/functions/userContactGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactGetExtension.function.js +21 -0
- package/dist/src/functions/userContactGetExtension.function.js.map +1 -0
- package/dist/src/functions/userContactGetPhoto.function.d.ts +41 -0
- package/dist/src/functions/userContactGetPhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactGetPhoto.function.js +22 -0
- package/dist/src/functions/userContactGetPhoto.function.js.map +1 -0
- package/dist/src/functions/userContactGetPhotoContent.function.d.ts +16 -0
- package/dist/src/functions/userContactGetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactGetPhotoContent.function.js +14 -0
- package/dist/src/functions/userContactGetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactListExtension.function.d.ts +69 -0
- package/dist/src/functions/userContactListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactListExtension.function.js +29 -0
- package/dist/src/functions/userContactListExtension.function.js.map +1 -0
- package/dist/src/functions/userContactPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userContactPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userContactPermanentDelete.function.js +13 -0
- package/dist/src/functions/userContactPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userContactSetPhotoContent.function.d.ts +20 -0
- package/dist/src/functions/userContactSetPhotoContent.function.d.ts.map +1 -0
- package/dist/src/functions/userContactSetPhotoContent.function.js +15 -0
- package/dist/src/functions/userContactSetPhotoContent.function.js.map +1 -0
- package/dist/src/functions/userContactUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/userContactUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userContactUpdateExtension.function.js +21 -0
- package/dist/src/functions/userContactUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userContactUpdatePhoto.function.d.ts +53 -0
- package/dist/src/functions/userContactUpdatePhoto.function.d.ts.map +1 -0
- package/dist/src/functions/userContactUpdatePhoto.function.js +24 -0
- package/dist/src/functions/userContactUpdatePhoto.function.js.map +1 -0
- package/dist/src/functions/userCreateCalendar.function.d.ts +5 -0
- package/dist/src/functions/userCreateCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateCalendar.function.js +12 -0
- package/dist/src/functions/userCreateCalendar.function.js.map +1 -0
- package/dist/src/functions/userCreateCalendarGroup.function.d.ts +5 -0
- package/dist/src/functions/userCreateCalendarGroup.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateCalendarGroup.function.js +12 -0
- package/dist/src/functions/userCreateCalendarGroup.function.js.map +1 -0
- package/dist/src/functions/userCreateContact.function.d.ts +681 -0
- package/dist/src/functions/userCreateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateContact.function.js +181 -0
- package/dist/src/functions/userCreateContact.function.js.map +1 -0
- package/dist/src/functions/userCreateContactFolder.function.d.ts +1569 -0
- package/dist/src/functions/userCreateContactFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateContactFolder.function.js +403 -0
- package/dist/src/functions/userCreateContactFolder.function.js.map +1 -0
- package/dist/src/functions/userCreateEvent.function.d.ts +5 -0
- package/dist/src/functions/userCreateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateEvent.function.js +12 -0
- package/dist/src/functions/userCreateEvent.function.js.map +1 -0
- package/dist/src/functions/userCreateMailFolder.function.d.ts +4157 -0
- package/dist/src/functions/userCreateMailFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateMailFolder.function.js +987 -0
- package/dist/src/functions/userCreateMailFolder.function.js.map +1 -0
- package/dist/src/functions/userCreateMessage.function.d.ts +843 -0
- package/dist/src/functions/userCreateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userCreateMessage.function.js +213 -0
- package/dist/src/functions/userCreateMessage.function.js.map +1 -0
- package/dist/src/functions/userDeleteCalendar.function.d.ts +20 -0
- package/dist/src/functions/userDeleteCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteCalendar.function.js +14 -0
- package/dist/src/functions/userDeleteCalendar.function.js.map +1 -0
- package/dist/src/functions/userDeleteCalendarGroup.function.d.ts +20 -0
- package/dist/src/functions/userDeleteCalendarGroup.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteCalendarGroup.function.js +14 -0
- package/dist/src/functions/userDeleteCalendarGroup.function.js.map +1 -0
- package/dist/src/functions/userDeleteContact.function.d.ts +20 -0
- package/dist/src/functions/userDeleteContact.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteContact.function.js +14 -0
- package/dist/src/functions/userDeleteContact.function.js.map +1 -0
- package/dist/src/functions/userDeleteContactFolder.function.d.ts +20 -0
- package/dist/src/functions/userDeleteContactFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteContactFolder.function.js +14 -0
- package/dist/src/functions/userDeleteContactFolder.function.js.map +1 -0
- package/dist/src/functions/userDeleteEvent.function.d.ts +20 -0
- package/dist/src/functions/userDeleteEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteEvent.function.js +14 -0
- package/dist/src/functions/userDeleteEvent.function.js.map +1 -0
- package/dist/src/functions/userDeleteMailFolder.function.d.ts +20 -0
- package/dist/src/functions/userDeleteMailFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteMailFolder.function.js +14 -0
- package/dist/src/functions/userDeleteMailFolder.function.js.map +1 -0
- package/dist/src/functions/userDeleteMessage.function.d.ts +20 -0
- package/dist/src/functions/userDeleteMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteMessage.function.js +14 -0
- package/dist/src/functions/userDeleteMessage.function.js.map +1 -0
- package/dist/src/functions/userDeleteMessagesContent.function.d.ts +20 -0
- package/dist/src/functions/userDeleteMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userDeleteMessagesContent.function.js +15 -0
- package/dist/src/functions/userDeleteMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userEventAccept.function.d.ts +24 -0
- package/dist/src/functions/userEventAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userEventAccept.function.js +16 -0
- package/dist/src/functions/userEventAccept.function.js.map +1 -0
- package/dist/src/functions/userEventAttachmentCreateUploadSession.function.d.ts +69 -0
- package/dist/src/functions/userEventAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userEventAttachmentCreateUploadSession.function.js +28 -0
- package/dist/src/functions/userEventAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userEventAttachmentGetCount.function.d.ts +24 -0
- package/dist/src/functions/userEventAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userEventAttachmentGetCount.function.js +15 -0
- package/dist/src/functions/userEventAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userEventCancel.function.d.ts +20 -0
- package/dist/src/functions/userEventCancel.function.d.ts.map +1 -0
- package/dist/src/functions/userEventCancel.function.js +15 -0
- package/dist/src/functions/userEventCancel.function.js.map +1 -0
- package/dist/src/functions/userEventCreateAttachment.function.d.ts +77 -0
- package/dist/src/functions/userEventCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userEventCreateAttachment.function.js +30 -0
- package/dist/src/functions/userEventCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userEventCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/userEventCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userEventCreateExtension.function.js +20 -0
- package/dist/src/functions/userEventCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userEventDecline.function.d.ts +64 -0
- package/dist/src/functions/userEventDecline.function.d.ts.map +1 -0
- package/dist/src/functions/userEventDecline.function.js +26 -0
- package/dist/src/functions/userEventDecline.function.js.map +1 -0
- package/dist/src/functions/userEventDeleteAttachment.function.d.ts +24 -0
- package/dist/src/functions/userEventDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userEventDeleteAttachment.function.js +15 -0
- package/dist/src/functions/userEventDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userEventDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/userEventDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userEventDeleteExtension.function.js +15 -0
- package/dist/src/functions/userEventDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userEventDelta.function.d.ts +53 -0
- package/dist/src/functions/userEventDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userEventDelta.function.js +25 -0
- package/dist/src/functions/userEventDelta.function.js.map +1 -0
- package/dist/src/functions/userEventDismissReminder.function.d.ts +16 -0
- package/dist/src/functions/userEventDismissReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userEventDismissReminder.function.js +14 -0
- package/dist/src/functions/userEventDismissReminder.function.js.map +1 -0
- package/dist/src/functions/userEventExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/userEventExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userEventExtensionGetCount.function.js +15 -0
- package/dist/src/functions/userEventExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userEventForward.function.d.ts +44 -0
- package/dist/src/functions/userEventForward.function.d.ts.map +1 -0
- package/dist/src/functions/userEventForward.function.js +21 -0
- package/dist/src/functions/userEventForward.function.js.map +1 -0
- package/dist/src/functions/userEventGetAttachment.function.d.ts +57 -0
- package/dist/src/functions/userEventGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userEventGetAttachment.function.js +26 -0
- package/dist/src/functions/userEventGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userEventGetCalendar.function.d.ts +25 -0
- package/dist/src/functions/userEventGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userEventGetCalendar.function.js +18 -0
- package/dist/src/functions/userEventGetCalendar.function.js.map +1 -0
- package/dist/src/functions/userEventGetCount.function.d.ts +20 -0
- package/dist/src/functions/userEventGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userEventGetCount.function.js +14 -0
- package/dist/src/functions/userEventGetCount.function.js.map +1 -0
- package/dist/src/functions/userEventGetExtension.function.d.ts +37 -0
- package/dist/src/functions/userEventGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userEventGetExtension.function.js +21 -0
- package/dist/src/functions/userEventGetExtension.function.js.map +1 -0
- package/dist/src/functions/userEventInstanceDelta.function.d.ts +57 -0
- package/dist/src/functions/userEventInstanceDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userEventInstanceDelta.function.js +26 -0
- package/dist/src/functions/userEventInstanceDelta.function.js.map +1 -0
- package/dist/src/functions/userEventListAttachment.function.d.ts +89 -0
- package/dist/src/functions/userEventListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userEventListAttachment.function.js +34 -0
- package/dist/src/functions/userEventListAttachment.function.js.map +1 -0
- package/dist/src/functions/userEventListExtension.function.d.ts +69 -0
- package/dist/src/functions/userEventListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userEventListExtension.function.js +29 -0
- package/dist/src/functions/userEventListExtension.function.js.map +1 -0
- package/dist/src/functions/userEventListInstance.function.d.ts +57 -0
- package/dist/src/functions/userEventListInstance.function.d.ts.map +1 -0
- package/dist/src/functions/userEventListInstance.function.js +26 -0
- package/dist/src/functions/userEventListInstance.function.js.map +1 -0
- package/dist/src/functions/userEventPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userEventPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userEventPermanentDelete.function.js +13 -0
- package/dist/src/functions/userEventPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userEventSnoozeReminder.function.d.ts +32 -0
- package/dist/src/functions/userEventSnoozeReminder.function.d.ts.map +1 -0
- package/dist/src/functions/userEventSnoozeReminder.function.js +18 -0
- package/dist/src/functions/userEventSnoozeReminder.function.js.map +1 -0
- package/dist/src/functions/userEventTentativelyAccept.function.d.ts +64 -0
- package/dist/src/functions/userEventTentativelyAccept.function.d.ts.map +1 -0
- package/dist/src/functions/userEventTentativelyAccept.function.js +26 -0
- package/dist/src/functions/userEventTentativelyAccept.function.js.map +1 -0
- package/dist/src/functions/userEventUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/userEventUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userEventUpdateExtension.function.js +21 -0
- package/dist/src/functions/userEventUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userGetCalendar.function.d.ts +21 -0
- package/dist/src/functions/userGetCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userGetCalendar.function.js +17 -0
- package/dist/src/functions/userGetCalendar.function.js.map +1 -0
- package/dist/src/functions/userGetCalendar2.function.d.ts +25 -0
- package/dist/src/functions/userGetCalendar2.function.d.ts.map +1 -0
- package/dist/src/functions/userGetCalendar2.function.js +18 -0
- package/dist/src/functions/userGetCalendar2.function.js.map +1 -0
- package/dist/src/functions/userGetCalendarGroup.function.d.ts +25 -0
- package/dist/src/functions/userGetCalendarGroup.function.d.ts.map +1 -0
- package/dist/src/functions/userGetCalendarGroup.function.js +18 -0
- package/dist/src/functions/userGetCalendarGroup.function.js.map +1 -0
- package/dist/src/functions/userGetContact.function.d.ts +357 -0
- package/dist/src/functions/userGetContact.function.d.ts.map +1 -0
- package/dist/src/functions/userGetContact.function.js +101 -0
- package/dist/src/functions/userGetContact.function.js.map +1 -0
- package/dist/src/functions/userGetContactFolder.function.d.ts +801 -0
- package/dist/src/functions/userGetContactFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userGetContactFolder.function.js +212 -0
- package/dist/src/functions/userGetContactFolder.function.js.map +1 -0
- package/dist/src/functions/userGetEvent.function.d.ts +25 -0
- package/dist/src/functions/userGetEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userGetEvent.function.js +18 -0
- package/dist/src/functions/userGetEvent.function.js.map +1 -0
- package/dist/src/functions/userGetInferenceClassification.function.d.ts +64 -0
- package/dist/src/functions/userGetInferenceClassification.function.d.ts.map +1 -0
- package/dist/src/functions/userGetInferenceClassification.function.js +27 -0
- package/dist/src/functions/userGetInferenceClassification.function.js.map +1 -0
- package/dist/src/functions/userGetMailFolder.function.d.ts +2099 -0
- package/dist/src/functions/userGetMailFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userGetMailFolder.function.js +505 -0
- package/dist/src/functions/userGetMailFolder.function.js.map +1 -0
- package/dist/src/functions/userGetMessage.function.d.ts +442 -0
- package/dist/src/functions/userGetMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userGetMessage.function.js +118 -0
- package/dist/src/functions/userGetMessage.function.js.map +1 -0
- package/dist/src/functions/userGetMessagesContent.function.d.ts +16 -0
- package/dist/src/functions/userGetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userGetMessagesContent.function.js +14 -0
- package/dist/src/functions/userGetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationCreateOverride.function.d.ts +79 -0
- package/dist/src/functions/userInferenceClassificationCreateOverride.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationCreateOverride.function.js +29 -0
- package/dist/src/functions/userInferenceClassificationCreateOverride.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationDeleteOverride.function.d.ts +20 -0
- package/dist/src/functions/userInferenceClassificationDeleteOverride.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationDeleteOverride.function.js +14 -0
- package/dist/src/functions/userInferenceClassificationDeleteOverride.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationGetOverride.function.d.ts +56 -0
- package/dist/src/functions/userInferenceClassificationGetOverride.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationGetOverride.function.js +25 -0
- package/dist/src/functions/userInferenceClassificationGetOverride.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationListOverride.function.d.ts +88 -0
- package/dist/src/functions/userInferenceClassificationListOverride.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationListOverride.function.js +33 -0
- package/dist/src/functions/userInferenceClassificationListOverride.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationOverrideGetCount.function.d.ts +20 -0
- package/dist/src/functions/userInferenceClassificationOverrideGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationOverrideGetCount.function.js +14 -0
- package/dist/src/functions/userInferenceClassificationOverrideGetCount.function.js.map +1 -0
- package/dist/src/functions/userInferenceClassificationUpdateOverride.function.d.ts +83 -0
- package/dist/src/functions/userInferenceClassificationUpdateOverride.function.d.ts.map +1 -0
- package/dist/src/functions/userInferenceClassificationUpdateOverride.function.js +30 -0
- package/dist/src/functions/userInferenceClassificationUpdateOverride.function.js.map +1 -0
- package/dist/src/functions/userListCalendar.function.d.ts +45 -0
- package/dist/src/functions/userListCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userListCalendar.function.js +23 -0
- package/dist/src/functions/userListCalendar.function.js.map +1 -0
- package/dist/src/functions/userListCalendarGroup.function.d.ts +45 -0
- package/dist/src/functions/userListCalendarGroup.function.d.ts.map +1 -0
- package/dist/src/functions/userListCalendarGroup.function.js +23 -0
- package/dist/src/functions/userListCalendarGroup.function.js.map +1 -0
- package/dist/src/functions/userListCalendarView.function.d.ts +53 -0
- package/dist/src/functions/userListCalendarView.function.d.ts.map +1 -0
- package/dist/src/functions/userListCalendarView.function.js +25 -0
- package/dist/src/functions/userListCalendarView.function.js.map +1 -0
- package/dist/src/functions/userListContact.function.d.ts +389 -0
- package/dist/src/functions/userListContact.function.d.ts.map +1 -0
- package/dist/src/functions/userListContact.function.js +109 -0
- package/dist/src/functions/userListContact.function.js.map +1 -0
- package/dist/src/functions/userListContactFolder.function.d.ts +833 -0
- package/dist/src/functions/userListContactFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userListContactFolder.function.js +220 -0
- package/dist/src/functions/userListContactFolder.function.js.map +1 -0
- package/dist/src/functions/userListEvent.function.d.ts +45 -0
- package/dist/src/functions/userListEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userListEvent.function.js +23 -0
- package/dist/src/functions/userListEvent.function.js.map +1 -0
- package/dist/src/functions/userListMailFolder.function.d.ts +2131 -0
- package/dist/src/functions/userListMailFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userListMailFolder.function.js +513 -0
- package/dist/src/functions/userListMailFolder.function.js.map +1 -0
- package/dist/src/functions/userListMessage.function.d.ts +474 -0
- package/dist/src/functions/userListMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userListMessage.function.js +126 -0
- package/dist/src/functions/userListMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCopy.function.d.ts +2095 -0
- package/dist/src/functions/userMailFolderChildFolderCopy.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCopy.function.js +504 -0
- package/dist/src/functions/userMailFolderChildFolderCopy.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessage.function.d.ts +851 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessage.function.js +215 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessageRule.function.d.ts +1117 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessageRule.function.js +267 -0
- package/dist/src/functions/userMailFolderChildFolderCreateMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessage.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessage.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessageRule.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessageRule.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessagesContent.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessagesContent.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderDeleteMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDelta.function.d.ts +2135 -0
- package/dist/src/functions/userMailFolderChildFolderDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderDelta.function.js +514 -0
- package/dist/src/functions/userMailFolderChildFolderDelta.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetCount.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderChildFolderGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetCount.function.js +15 -0
- package/dist/src/functions/userMailFolderChildFolderGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessage.function.d.ts +446 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessage.function.js +119 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessageRule.function.d.ts +579 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessageRule.function.js +145 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessagesContent.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessagesContent.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderGetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderListMessage.function.d.ts +478 -0
- package/dist/src/functions/userMailFolderChildFolderListMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderListMessage.function.js +127 -0
- package/dist/src/functions/userMailFolderChildFolderListMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderListMessageRule.function.d.ts +611 -0
- package/dist/src/functions/userMailFolderChildFolderListMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderListMessageRule.function.js +153 -0
- package/dist/src/functions/userMailFolderChildFolderListMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentCreateUploadSession.function.d.ts +77 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentCreateUploadSession.function.js +30 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentGetCount.function.d.ts +32 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentGetCount.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderMessageAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCopy.function.d.ts +442 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCopy.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCopy.function.js +118 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCopy.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateAttachment.function.d.ts +85 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateAttachment.function.js +32 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateExtension.function.d.ts +45 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateExtension.function.js +22 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateForward.function.d.ts +883 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateForward.function.js +223 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateForward.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReply.function.d.ts +859 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReply.function.js +218 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReply.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReplyAll.function.d.ts +859 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReplyAll.function.js +218 -0
- package/dist/src/functions/userMailFolderChildFolderMessageCreateReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteAttachment.function.d.ts +32 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteAttachment.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteExtension.function.d.ts +32 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteExtension.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDelta.function.d.ts +486 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDelta.function.js +129 -0
- package/dist/src/functions/userMailFolderChildFolderMessageDelta.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageExtensionGetCount.function.d.ts +32 -0
- package/dist/src/functions/userMailFolderChildFolderMessageExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageExtensionGetCount.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderMessageExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageForward.function.d.ts +469 -0
- package/dist/src/functions/userMailFolderChildFolderMessageForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageForward.function.js +123 -0
- package/dist/src/functions/userMailFolderChildFolderMessageForward.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetAttachment.function.d.ts +65 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetAttachment.function.js +28 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetCount.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetCount.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetExtension.function.d.ts +45 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetExtension.function.js +23 -0
- package/dist/src/functions/userMailFolderChildFolderMessageGetExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListAttachment.function.d.ts +97 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListAttachment.function.js +36 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListExtension.function.d.ts +77 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListExtension.function.js +31 -0
- package/dist/src/functions/userMailFolderChildFolderMessageListExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageMove.function.d.ts +442 -0
- package/dist/src/functions/userMailFolderChildFolderMessageMove.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageMove.function.js +118 -0
- package/dist/src/functions/userMailFolderChildFolderMessageMove.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessagePermanentDelete.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderChildFolderMessagePermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessagePermanentDelete.function.js +15 -0
- package/dist/src/functions/userMailFolderChildFolderMessagePermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReply.function.d.ts +445 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReply.function.js +117 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReply.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReplyAll.function.d.ts +445 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReplyAll.function.js +117 -0
- package/dist/src/functions/userMailFolderChildFolderMessageReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageRuleGetCount.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderMessageRuleGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageRuleGetCount.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderMessageRuleGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageSend.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderChildFolderMessageSend.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageSend.function.js +16 -0
- package/dist/src/functions/userMailFolderChildFolderMessageSend.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageUpdateExtension.function.d.ts +49 -0
- package/dist/src/functions/userMailFolderChildFolderMessageUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMessageUpdateExtension.function.js +23 -0
- package/dist/src/functions/userMailFolderChildFolderMessageUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMove.function.d.ts +2095 -0
- package/dist/src/functions/userMailFolderChildFolderMove.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderMove.function.js +504 -0
- package/dist/src/functions/userMailFolderChildFolderMove.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderPermanentDelete.function.d.ts +20 -0
- package/dist/src/functions/userMailFolderChildFolderPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderPermanentDelete.function.js +14 -0
- package/dist/src/functions/userMailFolderChildFolderPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderSetMessagesContent.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderChildFolderSetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderSetMessagesContent.function.js +17 -0
- package/dist/src/functions/userMailFolderChildFolderSetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessage.function.d.ts +855 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessage.function.js +216 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessageRule.function.d.ts +1121 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessageRule.function.js +268 -0
- package/dist/src/functions/userMailFolderChildFolderUpdateMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderCopy.function.d.ts +2091 -0
- package/dist/src/functions/userMailFolderCopy.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderCopy.function.js +503 -0
- package/dist/src/functions/userMailFolderCopy.function.js.map +1 -0
- package/dist/src/functions/userMailFolderCreateChildFolder.function.d.ts +4161 -0
- package/dist/src/functions/userMailFolderCreateChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderCreateChildFolder.function.js +988 -0
- package/dist/src/functions/userMailFolderCreateChildFolder.function.js.map +1 -0
- package/dist/src/functions/userMailFolderCreateMessage.function.d.ts +847 -0
- package/dist/src/functions/userMailFolderCreateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderCreateMessage.function.js +214 -0
- package/dist/src/functions/userMailFolderCreateMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderCreateMessageRule.function.d.ts +1113 -0
- package/dist/src/functions/userMailFolderCreateMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderCreateMessageRule.function.js +266 -0
- package/dist/src/functions/userMailFolderCreateMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderDeleteChildFolder.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderDeleteChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderDeleteChildFolder.function.js +15 -0
- package/dist/src/functions/userMailFolderDeleteChildFolder.function.js.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessage.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderDeleteMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessage.function.js +15 -0
- package/dist/src/functions/userMailFolderDeleteMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessageRule.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderDeleteMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessageRule.function.js +15 -0
- package/dist/src/functions/userMailFolderDeleteMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessagesContent.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderDeleteMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderDeleteMessagesContent.function.js +16 -0
- package/dist/src/functions/userMailFolderDeleteMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderDelta.function.d.ts +2131 -0
- package/dist/src/functions/userMailFolderDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderDelta.function.js +513 -0
- package/dist/src/functions/userMailFolderDelta.function.js.map +1 -0
- package/dist/src/functions/userMailFolderGetChildFolder.function.d.ts +2103 -0
- package/dist/src/functions/userMailFolderGetChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderGetChildFolder.function.js +506 -0
- package/dist/src/functions/userMailFolderGetChildFolder.function.js.map +1 -0
- package/dist/src/functions/userMailFolderGetCount.function.d.ts +20 -0
- package/dist/src/functions/userMailFolderGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderGetCount.function.js +14 -0
- package/dist/src/functions/userMailFolderGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderGetMessage.function.d.ts +442 -0
- package/dist/src/functions/userMailFolderGetMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderGetMessage.function.js +118 -0
- package/dist/src/functions/userMailFolderGetMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderGetMessageRule.function.d.ts +575 -0
- package/dist/src/functions/userMailFolderGetMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderGetMessageRule.function.js +144 -0
- package/dist/src/functions/userMailFolderGetMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderGetMessagesContent.function.d.ts +20 -0
- package/dist/src/functions/userMailFolderGetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderGetMessagesContent.function.js +15 -0
- package/dist/src/functions/userMailFolderGetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderListChildFolder.function.d.ts +2135 -0
- package/dist/src/functions/userMailFolderListChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderListChildFolder.function.js +514 -0
- package/dist/src/functions/userMailFolderListChildFolder.function.js.map +1 -0
- package/dist/src/functions/userMailFolderListMessage.function.d.ts +474 -0
- package/dist/src/functions/userMailFolderListMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderListMessage.function.js +126 -0
- package/dist/src/functions/userMailFolderListMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderListMessageRule.function.d.ts +607 -0
- package/dist/src/functions/userMailFolderListMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderListMessageRule.function.js +152 -0
- package/dist/src/functions/userMailFolderListMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageAttachmentCreateUploadSession.function.d.ts +73 -0
- package/dist/src/functions/userMailFolderMessageAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageAttachmentCreateUploadSession.function.js +29 -0
- package/dist/src/functions/userMailFolderMessageAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageAttachmentGetCount.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderMessageAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageAttachmentGetCount.function.js +16 -0
- package/dist/src/functions/userMailFolderMessageAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCopy.function.d.ts +438 -0
- package/dist/src/functions/userMailFolderMessageCopy.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCopy.function.js +117 -0
- package/dist/src/functions/userMailFolderMessageCopy.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateAttachment.function.d.ts +81 -0
- package/dist/src/functions/userMailFolderMessageCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateAttachment.function.js +31 -0
- package/dist/src/functions/userMailFolderMessageCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateExtension.function.d.ts +41 -0
- package/dist/src/functions/userMailFolderMessageCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateExtension.function.js +21 -0
- package/dist/src/functions/userMailFolderMessageCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateForward.function.d.ts +879 -0
- package/dist/src/functions/userMailFolderMessageCreateForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateForward.function.js +222 -0
- package/dist/src/functions/userMailFolderMessageCreateForward.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateReply.function.d.ts +855 -0
- package/dist/src/functions/userMailFolderMessageCreateReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateReply.function.js +217 -0
- package/dist/src/functions/userMailFolderMessageCreateReply.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateReplyAll.function.d.ts +855 -0
- package/dist/src/functions/userMailFolderMessageCreateReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageCreateReplyAll.function.js +217 -0
- package/dist/src/functions/userMailFolderMessageCreateReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageDeleteAttachment.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderMessageDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageDeleteAttachment.function.js +16 -0
- package/dist/src/functions/userMailFolderMessageDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageDeleteExtension.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderMessageDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageDeleteExtension.function.js +16 -0
- package/dist/src/functions/userMailFolderMessageDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageDelta.function.d.ts +482 -0
- package/dist/src/functions/userMailFolderMessageDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageDelta.function.js +128 -0
- package/dist/src/functions/userMailFolderMessageDelta.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageExtensionGetCount.function.d.ts +28 -0
- package/dist/src/functions/userMailFolderMessageExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageExtensionGetCount.function.js +16 -0
- package/dist/src/functions/userMailFolderMessageExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageForward.function.d.ts +465 -0
- package/dist/src/functions/userMailFolderMessageForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageForward.function.js +122 -0
- package/dist/src/functions/userMailFolderMessageForward.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetAttachment.function.d.ts +61 -0
- package/dist/src/functions/userMailFolderMessageGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetAttachment.function.js +27 -0
- package/dist/src/functions/userMailFolderMessageGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetCount.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderMessageGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetCount.function.js +15 -0
- package/dist/src/functions/userMailFolderMessageGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetExtension.function.d.ts +41 -0
- package/dist/src/functions/userMailFolderMessageGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageGetExtension.function.js +22 -0
- package/dist/src/functions/userMailFolderMessageGetExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageListAttachment.function.d.ts +93 -0
- package/dist/src/functions/userMailFolderMessageListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageListAttachment.function.js +35 -0
- package/dist/src/functions/userMailFolderMessageListAttachment.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageListExtension.function.d.ts +73 -0
- package/dist/src/functions/userMailFolderMessageListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageListExtension.function.js +30 -0
- package/dist/src/functions/userMailFolderMessageListExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageMove.function.d.ts +438 -0
- package/dist/src/functions/userMailFolderMessageMove.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageMove.function.js +117 -0
- package/dist/src/functions/userMailFolderMessageMove.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessagePermanentDelete.function.d.ts +20 -0
- package/dist/src/functions/userMailFolderMessagePermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessagePermanentDelete.function.js +14 -0
- package/dist/src/functions/userMailFolderMessagePermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageReply.function.d.ts +441 -0
- package/dist/src/functions/userMailFolderMessageReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageReply.function.js +116 -0
- package/dist/src/functions/userMailFolderMessageReply.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageReplyAll.function.d.ts +441 -0
- package/dist/src/functions/userMailFolderMessageReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageReplyAll.function.js +116 -0
- package/dist/src/functions/userMailFolderMessageReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageRuleGetCount.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderMessageRuleGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageRuleGetCount.function.js +15 -0
- package/dist/src/functions/userMailFolderMessageRuleGetCount.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageSend.function.d.ts +20 -0
- package/dist/src/functions/userMailFolderMessageSend.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageSend.function.js +15 -0
- package/dist/src/functions/userMailFolderMessageSend.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMessageUpdateExtension.function.d.ts +45 -0
- package/dist/src/functions/userMailFolderMessageUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMessageUpdateExtension.function.js +22 -0
- package/dist/src/functions/userMailFolderMessageUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userMailFolderMove.function.d.ts +2091 -0
- package/dist/src/functions/userMailFolderMove.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderMove.function.js +503 -0
- package/dist/src/functions/userMailFolderMove.function.js.map +1 -0
- package/dist/src/functions/userMailFolderPermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userMailFolderPermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderPermanentDelete.function.js +13 -0
- package/dist/src/functions/userMailFolderPermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userMailFolderSetMessagesContent.function.d.ts +24 -0
- package/dist/src/functions/userMailFolderSetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderSetMessagesContent.function.js +16 -0
- package/dist/src/functions/userMailFolderSetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userMailFolderUpdateChildFolder.function.d.ts +4165 -0
- package/dist/src/functions/userMailFolderUpdateChildFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderUpdateChildFolder.function.js +989 -0
- package/dist/src/functions/userMailFolderUpdateChildFolder.function.js.map +1 -0
- package/dist/src/functions/userMailFolderUpdateMessage.function.d.ts +851 -0
- package/dist/src/functions/userMailFolderUpdateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderUpdateMessage.function.js +215 -0
- package/dist/src/functions/userMailFolderUpdateMessage.function.js.map +1 -0
- package/dist/src/functions/userMailFolderUpdateMessageRule.function.d.ts +1117 -0
- package/dist/src/functions/userMailFolderUpdateMessageRule.function.d.ts.map +1 -0
- package/dist/src/functions/userMailFolderUpdateMessageRule.function.js +267 -0
- package/dist/src/functions/userMailFolderUpdateMessageRule.function.js.map +1 -0
- package/dist/src/functions/userMessageAttachmentCreateUploadSession.function.d.ts +69 -0
- package/dist/src/functions/userMessageAttachmentCreateUploadSession.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageAttachmentCreateUploadSession.function.js +28 -0
- package/dist/src/functions/userMessageAttachmentCreateUploadSession.function.js.map +1 -0
- package/dist/src/functions/userMessageAttachmentGetCount.function.d.ts +24 -0
- package/dist/src/functions/userMessageAttachmentGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageAttachmentGetCount.function.js +15 -0
- package/dist/src/functions/userMessageAttachmentGetCount.function.js.map +1 -0
- package/dist/src/functions/userMessageCopy.function.d.ts +434 -0
- package/dist/src/functions/userMessageCopy.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCopy.function.js +116 -0
- package/dist/src/functions/userMessageCopy.function.js.map +1 -0
- package/dist/src/functions/userMessageCreateAttachment.function.d.ts +77 -0
- package/dist/src/functions/userMessageCreateAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCreateAttachment.function.js +30 -0
- package/dist/src/functions/userMessageCreateAttachment.function.js.map +1 -0
- package/dist/src/functions/userMessageCreateExtension.function.d.ts +37 -0
- package/dist/src/functions/userMessageCreateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCreateExtension.function.js +20 -0
- package/dist/src/functions/userMessageCreateExtension.function.js.map +1 -0
- package/dist/src/functions/userMessageCreateForward.function.d.ts +875 -0
- package/dist/src/functions/userMessageCreateForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCreateForward.function.js +221 -0
- package/dist/src/functions/userMessageCreateForward.function.js.map +1 -0
- package/dist/src/functions/userMessageCreateReply.function.d.ts +851 -0
- package/dist/src/functions/userMessageCreateReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCreateReply.function.js +216 -0
- package/dist/src/functions/userMessageCreateReply.function.js.map +1 -0
- package/dist/src/functions/userMessageCreateReplyAll.function.d.ts +851 -0
- package/dist/src/functions/userMessageCreateReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageCreateReplyAll.function.js +216 -0
- package/dist/src/functions/userMessageCreateReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMessageDeleteAttachment.function.d.ts +24 -0
- package/dist/src/functions/userMessageDeleteAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageDeleteAttachment.function.js +15 -0
- package/dist/src/functions/userMessageDeleteAttachment.function.js.map +1 -0
- package/dist/src/functions/userMessageDeleteExtension.function.d.ts +24 -0
- package/dist/src/functions/userMessageDeleteExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageDeleteExtension.function.js +15 -0
- package/dist/src/functions/userMessageDeleteExtension.function.js.map +1 -0
- package/dist/src/functions/userMessageDelta.function.d.ts +478 -0
- package/dist/src/functions/userMessageDelta.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageDelta.function.js +127 -0
- package/dist/src/functions/userMessageDelta.function.js.map +1 -0
- package/dist/src/functions/userMessageExtensionGetCount.function.d.ts +24 -0
- package/dist/src/functions/userMessageExtensionGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageExtensionGetCount.function.js +15 -0
- package/dist/src/functions/userMessageExtensionGetCount.function.js.map +1 -0
- package/dist/src/functions/userMessageForward.function.d.ts +461 -0
- package/dist/src/functions/userMessageForward.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageForward.function.js +121 -0
- package/dist/src/functions/userMessageForward.function.js.map +1 -0
- package/dist/src/functions/userMessageGetAttachment.function.d.ts +57 -0
- package/dist/src/functions/userMessageGetAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageGetAttachment.function.js +26 -0
- package/dist/src/functions/userMessageGetAttachment.function.js.map +1 -0
- package/dist/src/functions/userMessageGetCount.function.d.ts +20 -0
- package/dist/src/functions/userMessageGetCount.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageGetCount.function.js +14 -0
- package/dist/src/functions/userMessageGetCount.function.js.map +1 -0
- package/dist/src/functions/userMessageGetExtension.function.d.ts +37 -0
- package/dist/src/functions/userMessageGetExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageGetExtension.function.js +21 -0
- package/dist/src/functions/userMessageGetExtension.function.js.map +1 -0
- package/dist/src/functions/userMessageListAttachment.function.d.ts +89 -0
- package/dist/src/functions/userMessageListAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageListAttachment.function.js +34 -0
- package/dist/src/functions/userMessageListAttachment.function.js.map +1 -0
- package/dist/src/functions/userMessageListExtension.function.d.ts +69 -0
- package/dist/src/functions/userMessageListExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageListExtension.function.js +29 -0
- package/dist/src/functions/userMessageListExtension.function.js.map +1 -0
- package/dist/src/functions/userMessageMove.function.d.ts +434 -0
- package/dist/src/functions/userMessageMove.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageMove.function.js +116 -0
- package/dist/src/functions/userMessageMove.function.js.map +1 -0
- package/dist/src/functions/userMessagePermanentDelete.function.d.ts +16 -0
- package/dist/src/functions/userMessagePermanentDelete.function.d.ts.map +1 -0
- package/dist/src/functions/userMessagePermanentDelete.function.js +13 -0
- package/dist/src/functions/userMessagePermanentDelete.function.js.map +1 -0
- package/dist/src/functions/userMessageReply.function.d.ts +437 -0
- package/dist/src/functions/userMessageReply.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageReply.function.js +115 -0
- package/dist/src/functions/userMessageReply.function.js.map +1 -0
- package/dist/src/functions/userMessageReplyAll.function.d.ts +437 -0
- package/dist/src/functions/userMessageReplyAll.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageReplyAll.function.js +115 -0
- package/dist/src/functions/userMessageReplyAll.function.js.map +1 -0
- package/dist/src/functions/userMessageSend.function.d.ts +16 -0
- package/dist/src/functions/userMessageSend.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageSend.function.js +14 -0
- package/dist/src/functions/userMessageSend.function.js.map +1 -0
- package/dist/src/functions/userMessageUpdateExtension.function.d.ts +41 -0
- package/dist/src/functions/userMessageUpdateExtension.function.d.ts.map +1 -0
- package/dist/src/functions/userMessageUpdateExtension.function.js +21 -0
- package/dist/src/functions/userMessageUpdateExtension.function.js.map +1 -0
- package/dist/src/functions/userSendMail.function.d.ts +12 -0
- package/dist/src/functions/userSendMail.function.d.ts.map +1 -0
- package/dist/src/functions/userSendMail.function.js +13 -0
- package/dist/src/functions/userSendMail.function.js.map +1 -0
- package/dist/src/functions/userSetMessagesContent.function.d.ts +20 -0
- package/dist/src/functions/userSetMessagesContent.function.d.ts.map +1 -0
- package/dist/src/functions/userSetMessagesContent.function.js +15 -0
- package/dist/src/functions/userSetMessagesContent.function.js.map +1 -0
- package/dist/src/functions/userUpdateCalendar.function.d.ts +5 -0
- package/dist/src/functions/userUpdateCalendar.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateCalendar.function.js +12 -0
- package/dist/src/functions/userUpdateCalendar.function.js.map +1 -0
- package/dist/src/functions/userUpdateCalendar2.function.d.ts +5 -0
- package/dist/src/functions/userUpdateCalendar2.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateCalendar2.function.js +12 -0
- package/dist/src/functions/userUpdateCalendar2.function.js.map +1 -0
- package/dist/src/functions/userUpdateCalendarGroup.function.d.ts +5 -0
- package/dist/src/functions/userUpdateCalendarGroup.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateCalendarGroup.function.js +12 -0
- package/dist/src/functions/userUpdateCalendarGroup.function.js.map +1 -0
- package/dist/src/functions/userUpdateContact.function.d.ts +685 -0
- package/dist/src/functions/userUpdateContact.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateContact.function.js +182 -0
- package/dist/src/functions/userUpdateContact.function.js.map +1 -0
- package/dist/src/functions/userUpdateContactFolder.function.d.ts +1573 -0
- package/dist/src/functions/userUpdateContactFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateContactFolder.function.js +404 -0
- package/dist/src/functions/userUpdateContactFolder.function.js.map +1 -0
- package/dist/src/functions/userUpdateEvent.function.d.ts +5 -0
- package/dist/src/functions/userUpdateEvent.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateEvent.function.js +12 -0
- package/dist/src/functions/userUpdateEvent.function.js.map +1 -0
- package/dist/src/functions/userUpdateInferenceClassification.function.d.ts +103 -0
- package/dist/src/functions/userUpdateInferenceClassification.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateInferenceClassification.function.js +35 -0
- package/dist/src/functions/userUpdateInferenceClassification.function.js.map +1 -0
- package/dist/src/functions/userUpdateMailFolder.function.d.ts +4161 -0
- package/dist/src/functions/userUpdateMailFolder.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateMailFolder.function.js +988 -0
- package/dist/src/functions/userUpdateMailFolder.function.js.map +1 -0
- package/dist/src/functions/userUpdateMessage.function.d.ts +847 -0
- package/dist/src/functions/userUpdateMessage.function.d.ts.map +1 -0
- package/dist/src/functions/userUpdateMessage.function.js +214 -0
- package/dist/src/functions/userUpdateMessage.function.js.map +1 -0
- package/dist/src/index.d.ts +591 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +591 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/microsoft-outlook-api.service.d.ts +15 -0
- package/dist/src/microsoft-outlook-api.service.d.ts.map +1 -0
- package/dist/src/microsoft-outlook-api.service.js +6684 -0
- package/dist/src/microsoft-outlook-api.service.js.map +1 -0
- package/dist/src/microsoft-outlook.credential.d.ts +10 -0
- package/dist/src/microsoft-outlook.credential.d.ts.map +1 -0
- package/dist/src/microsoft-outlook.credential.js +33 -0
- package/dist/src/microsoft-outlook.credential.js.map +1 -0
- package/dist/src/microsoft-outlook.types.d.ts +7 -0
- package/dist/src/microsoft-outlook.types.d.ts.map +1 -0
- package/dist/src/microsoft-outlook.types.js +8 -0
- package/dist/src/microsoft-outlook.types.js.map +1 -0
- package/dist/src/microsoft-outlook.variable.d.ts +5 -0
- package/dist/src/microsoft-outlook.variable.d.ts.map +1 -0
- package/dist/src/microsoft-outlook.variable.js +11 -0
- package/dist/src/microsoft-outlook.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +7 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"childFolderCount":{"description":"The number of immediate child mailFolders in the current mailFolder.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"displayName":{"description":"The mailFolder's display name.","anyOf":[{"type":"string"},{"type":"null"}]},"isHidden":{"description":"Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the mailFolder's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"totalItemCount":{"description":"The number of items in the mailFolder.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"unreadItemCount":{"description":"The number of items in the mailFolder marked as unread.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"childFolders":{"description":"The collection of child folders in the mailFolder.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"childFolderCount":{"description":"The number of immediate child mailFolders in the current mailFolder.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"displayName":{"description":"The mailFolder's display name.","anyOf":[{"type":"string"},{"type":"null"}]},"isHidden":{"description":"Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the mailFolder's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"totalItemCount":{"description":"The number of items in the mailFolder.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"unreadItemCount":{"description":"The number of items in the mailFolder marked as unread.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"childFolders":{"description":"The collection of child folders in the mailFolder."},"messageRules":{"description":"The collection of rules that apply to the user's Inbox folder.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"actions":{"type":"object","properties":{"assignCategories":{"description":"A list of categories to be assigned to a message.","type":"array","items":{"type":"string"}},"copyToFolder":{"description":"The ID of a folder that a message is to be copied to.","anyOf":[{"type":"string"},{"type":"null"}]},"delete":{"description":"Indicates whether a message should be moved to the Deleted Items folder.","anyOf":[{"type":"boolean"},{"type":"null"}]},"forwardAsAttachmentTo":{"description":"The email addresses of the recipients to which a message should be forwarded as an attachment.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"forwardTo":{"description":"The email addresses of the recipients to which a message should be forwarded.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"markAsRead":{"description":"Indicates whether a message should be marked as read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"markImportance":{"type":"string","enum":["low","normal","high"]},"moveToFolder":{"description":"The ID of the folder that a message will be moved to.","anyOf":[{"type":"string"},{"type":"null"}]},"permanentDelete":{"description":"Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.","anyOf":[{"type":"boolean"},{"type":"null"}]},"redirectTo":{"description":"The email addresses to which a message should be redirected.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"stopProcessingRules":{"description":"Indicates whether subsequent rules should be evaluated.","anyOf":[{"type":"boolean"},{"type":"null"}]}},"additionalProperties":false},"conditions":{"type":"object","properties":{"bodyContains":{"description":"Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"bodyOrSubjectContains":{"description":"Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"categories":{"description":"Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"fromAddresses":{"description":"Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"hasAttachments":{"description":"Indicates whether an incoming message must have attachments in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"headerContains":{"description":"Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"importance":{"type":"string","enum":["low","normal","high"]},"isApprovalRequest":{"description":"Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticForward":{"description":"Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticReply":{"description":"Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEncrypted":{"description":"Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingRequest":{"description":"Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingResponse":{"description":"Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isNonDeliveryReport":{"description":"Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isPermissionControlled":{"description":"Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceipt":{"description":"Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isSigned":{"description":"Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isVoicemail":{"description":"Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"messageActionFlag":{"type":"string","enum":["any","call","doNotForward","followUp","fyi","forward","noResponseNecessary","read","reply","replyToAll","review"]},"notSentToMe":{"description":"Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"recipientContains":{"description":"Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"senderContains":{"description":"Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"sensitivity":{"type":"string","enum":["normal","personal","private","confidential"]},"sentCcMe":{"description":"Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentOnlyToMe":{"description":"Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToAddresses":{"description":"Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sentToMe":{"description":"Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToOrCcMe":{"description":"Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"subjectContains":{"description":"Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"withinSizeRange":{"type":"object","properties":{"maximumSize":{"description":"The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"minimumSize":{"description":"The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"displayName":{"description":"The display name of the rule.","anyOf":[{"type":"string"},{"type":"null"}]},"exceptions":{"type":"object","properties":{"bodyContains":{"description":"Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"bodyOrSubjectContains":{"description":"Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"categories":{"description":"Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"fromAddresses":{"description":"Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"hasAttachments":{"description":"Indicates whether an incoming message must have attachments in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"headerContains":{"description":"Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"importance":{"type":"string","enum":["low","normal","high"]},"isApprovalRequest":{"description":"Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticForward":{"description":"Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticReply":{"description":"Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEncrypted":{"description":"Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingRequest":{"description":"Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingResponse":{"description":"Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isNonDeliveryReport":{"description":"Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isPermissionControlled":{"description":"Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceipt":{"description":"Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isSigned":{"description":"Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isVoicemail":{"description":"Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"messageActionFlag":{"type":"string","enum":["any","call","doNotForward","followUp","fyi","forward","noResponseNecessary","read","reply","replyToAll","review"]},"notSentToMe":{"description":"Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"recipientContains":{"description":"Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"senderContains":{"description":"Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"sensitivity":{"type":"string","enum":["normal","personal","private","confidential"]},"sentCcMe":{"description":"Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentOnlyToMe":{"description":"Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToAddresses":{"description":"Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sentToMe":{"description":"Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToOrCcMe":{"description":"Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"subjectContains":{"description":"Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"withinSizeRange":{"type":"object","properties":{"maximumSize":{"description":"The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"minimumSize":{"description":"The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasError":{"description":"Indicates whether the rule is in an error condition. Read-only.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEnabled":{"description":"Indicates whether the rule is enabled to be applied to messages.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadOnly":{"description":"Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sequence":{"description":"Indicates the order in which the rule is executed, among other rules.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"messages":{"description":"The collection of messages in the mailFolder.","type":"array","items":{"type":"object","properties":{"bccRecipients":{"description":"The Bcc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"body":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"bodyPreview":{"description":"The first 255 characters of the message body. It is in text format.","anyOf":[{"type":"string"},{"type":"null"}]},"ccRecipients":{"description":"The Cc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"conversationId":{"description":"The ID of the conversation the email belongs to.","anyOf":[{"type":"string"},{"type":"null"}]},"conversationIndex":{"description":"Indicates the position of the message within the conversation.","anyOf":[{"type":"string"},{"type":"null"}]},"flag":{"type":"object","properties":{"completedDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"dueDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"flagStatus":{"type":"string","enum":["notFlagged","complete","flagged"]},"startDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"from":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasAttachments":{"description":"Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.","anyOf":[{"type":"boolean"},{"type":"null"}]},"importance":{"type":"string","enum":["low","normal","high"]},"inferenceClassification":{"type":"string","enum":["focused","other"]},"internetMessageHeaders":{"description":"A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Requires $select to retrieve. Read-only.","type":"array","items":{"type":"object","properties":{"name":{"description":"Represents the key in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]},"value":{"description":"The value in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"internetMessageId":{"description":"The message ID in the format specified by RFC2822.","anyOf":[{"type":"string"},{"type":"null"}]},"isDeliveryReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isDraft":{"description":"Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isRead":{"description":"Indicates whether the message has been read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the message's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"receivedDateTime":{"description":"The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"replyTo":{"description":"The email addresses to use when replying.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sender":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"sentDateTime":{"description":"The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"subject":{"description":"The subject of the message.","anyOf":[{"type":"string"},{"type":"null"}]},"toRecipients":{"description":"The To: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"uniqueBody":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"webLink":{"description":"The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.","anyOf":[{"type":"string"},{"type":"null"}]},"attachments":{"description":"The fileAttachment and itemAttachment attachments for the message.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"extensions":{"description":"The collection of open extensions defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"messageRules":{"description":"The collection of rules that apply to the user's Inbox folder.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"actions":{"type":"object","properties":{"assignCategories":{"description":"A list of categories to be assigned to a message.","type":"array","items":{"type":"string"}},"copyToFolder":{"description":"The ID of a folder that a message is to be copied to.","anyOf":[{"type":"string"},{"type":"null"}]},"delete":{"description":"Indicates whether a message should be moved to the Deleted Items folder.","anyOf":[{"type":"boolean"},{"type":"null"}]},"forwardAsAttachmentTo":{"description":"The email addresses of the recipients to which a message should be forwarded as an attachment.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"forwardTo":{"description":"The email addresses of the recipients to which a message should be forwarded.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"markAsRead":{"description":"Indicates whether a message should be marked as read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"markImportance":{"type":"string","enum":["low","normal","high"]},"moveToFolder":{"description":"The ID of the folder that a message will be moved to.","anyOf":[{"type":"string"},{"type":"null"}]},"permanentDelete":{"description":"Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.","anyOf":[{"type":"boolean"},{"type":"null"}]},"redirectTo":{"description":"The email addresses to which a message should be redirected.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"stopProcessingRules":{"description":"Indicates whether subsequent rules should be evaluated.","anyOf":[{"type":"boolean"},{"type":"null"}]}},"additionalProperties":false},"conditions":{"type":"object","properties":{"bodyContains":{"description":"Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"bodyOrSubjectContains":{"description":"Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"categories":{"description":"Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"fromAddresses":{"description":"Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"hasAttachments":{"description":"Indicates whether an incoming message must have attachments in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"headerContains":{"description":"Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"importance":{"type":"string","enum":["low","normal","high"]},"isApprovalRequest":{"description":"Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticForward":{"description":"Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticReply":{"description":"Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEncrypted":{"description":"Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingRequest":{"description":"Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingResponse":{"description":"Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isNonDeliveryReport":{"description":"Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isPermissionControlled":{"description":"Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceipt":{"description":"Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isSigned":{"description":"Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isVoicemail":{"description":"Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"messageActionFlag":{"type":"string","enum":["any","call","doNotForward","followUp","fyi","forward","noResponseNecessary","read","reply","replyToAll","review"]},"notSentToMe":{"description":"Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"recipientContains":{"description":"Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"senderContains":{"description":"Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"sensitivity":{"type":"string","enum":["normal","personal","private","confidential"]},"sentCcMe":{"description":"Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentOnlyToMe":{"description":"Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToAddresses":{"description":"Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sentToMe":{"description":"Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToOrCcMe":{"description":"Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"subjectContains":{"description":"Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"withinSizeRange":{"type":"object","properties":{"maximumSize":{"description":"The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"minimumSize":{"description":"The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"displayName":{"description":"The display name of the rule.","anyOf":[{"type":"string"},{"type":"null"}]},"exceptions":{"type":"object","properties":{"bodyContains":{"description":"Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"bodyOrSubjectContains":{"description":"Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"categories":{"description":"Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"fromAddresses":{"description":"Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"hasAttachments":{"description":"Indicates whether an incoming message must have attachments in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"headerContains":{"description":"Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"importance":{"type":"string","enum":["low","normal","high"]},"isApprovalRequest":{"description":"Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticForward":{"description":"Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isAutomaticReply":{"description":"Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEncrypted":{"description":"Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingRequest":{"description":"Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isMeetingResponse":{"description":"Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isNonDeliveryReport":{"description":"Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isPermissionControlled":{"description":"Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceipt":{"description":"Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isSigned":{"description":"Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isVoicemail":{"description":"Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"messageActionFlag":{"type":"string","enum":["any","call","doNotForward","followUp","fyi","forward","noResponseNecessary","read","reply","replyToAll","review"]},"notSentToMe":{"description":"Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"recipientContains":{"description":"Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"senderContains":{"description":"Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"sensitivity":{"type":"string","enum":["normal","personal","private","confidential"]},"sentCcMe":{"description":"Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentOnlyToMe":{"description":"Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToAddresses":{"description":"Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sentToMe":{"description":"Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sentToOrCcMe":{"description":"Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.","anyOf":[{"type":"boolean"},{"type":"null"}]},"subjectContains":{"description":"Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.","type":"array","items":{"type":"string"}},"withinSizeRange":{"type":"object","properties":{"maximumSize":{"description":"The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"minimumSize":{"description":"The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasError":{"description":"Indicates whether the rule is in an error condition. Read-only.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isEnabled":{"description":"Indicates whether the rule is enabled to be applied to messages.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadOnly":{"description":"Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.","anyOf":[{"type":"boolean"},{"type":"null"}]},"sequence":{"description":"Indicates the order in which the rule is executed, among other rules.","anyOf":[{"type":"number","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]}},"additionalProperties":false}},"messages":{"description":"The collection of messages in the mailFolder.","type":"array","items":{"type":"object","properties":{"bccRecipients":{"description":"The Bcc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"body":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"bodyPreview":{"description":"The first 255 characters of the message body. It is in text format.","anyOf":[{"type":"string"},{"type":"null"}]},"ccRecipients":{"description":"The Cc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"conversationId":{"description":"The ID of the conversation the email belongs to.","anyOf":[{"type":"string"},{"type":"null"}]},"conversationIndex":{"description":"Indicates the position of the message within the conversation.","anyOf":[{"type":"string"},{"type":"null"}]},"flag":{"type":"object","properties":{"completedDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"dueDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"flagStatus":{"type":"string","enum":["notFlagged","complete","flagged"]},"startDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"from":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasAttachments":{"description":"Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.","anyOf":[{"type":"boolean"},{"type":"null"}]},"importance":{"type":"string","enum":["low","normal","high"]},"inferenceClassification":{"type":"string","enum":["focused","other"]},"internetMessageHeaders":{"description":"A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Requires $select to retrieve. Read-only.","type":"array","items":{"type":"object","properties":{"name":{"description":"Represents the key in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]},"value":{"description":"The value in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"internetMessageId":{"description":"The message ID in the format specified by RFC2822.","anyOf":[{"type":"string"},{"type":"null"}]},"isDeliveryReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isDraft":{"description":"Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isRead":{"description":"Indicates whether the message has been read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the message's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"receivedDateTime":{"description":"The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"replyTo":{"description":"The email addresses to use when replying.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sender":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"sentDateTime":{"description":"The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"subject":{"description":"The subject of the message.","anyOf":[{"type":"string"},{"type":"null"}]},"toRecipients":{"description":"The To: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"uniqueBody":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"webLink":{"description":"The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.","anyOf":[{"type":"string"},{"type":"null"}]},"attachments":{"description":"The fileAttachment and itemAttachment attachments for the message.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"extensions":{"description":"The collection of open extensions defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"body":{"type":"object","properties":{"bccRecipients":{"description":"The Bcc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"body":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"bodyPreview":{"description":"The first 255 characters of the message body. It is in text format.","anyOf":[{"type":"string"},{"type":"null"}]},"ccRecipients":{"description":"The Cc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"conversationId":{"description":"The ID of the conversation the email belongs to.","anyOf":[{"type":"string"},{"type":"null"}]},"conversationIndex":{"description":"Indicates the position of the message within the conversation.","anyOf":[{"type":"string"},{"type":"null"}]},"flag":{"type":"object","properties":{"completedDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"dueDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"flagStatus":{"type":"string","enum":["notFlagged","complete","flagged"]},"startDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"from":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasAttachments":{"description":"Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.","anyOf":[{"type":"boolean"},{"type":"null"}]},"importance":{"type":"string","enum":["low","normal","high"]},"inferenceClassification":{"type":"string","enum":["focused","other"]},"internetMessageHeaders":{"description":"A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Requires $select to retrieve. Read-only.","type":"array","items":{"type":"object","properties":{"name":{"description":"Represents the key in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]},"value":{"description":"The value in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"internetMessageId":{"description":"The message ID in the format specified by RFC2822.","anyOf":[{"type":"string"},{"type":"null"}]},"isDeliveryReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isDraft":{"description":"Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isRead":{"description":"Indicates whether the message has been read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the message's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"receivedDateTime":{"description":"The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"replyTo":{"description":"The email addresses to use when replying.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sender":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"sentDateTime":{"description":"The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"subject":{"description":"The subject of the message.","anyOf":[{"type":"string"},{"type":"null"}]},"toRecipients":{"description":"The To: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"uniqueBody":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"webLink":{"description":"The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.","anyOf":[{"type":"string"},{"type":"null"}]},"attachments":{"description":"The fileAttachment and itemAttachment attachments for the message.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"extensions":{"description":"The collection of open extensions defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"required":["user-id","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"bccRecipients":{"description":"The Bcc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"body":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"bodyPreview":{"description":"The first 255 characters of the message body. It is in text format.","anyOf":[{"type":"string"},{"type":"null"}]},"ccRecipients":{"description":"The Cc: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"conversationId":{"description":"The ID of the conversation the email belongs to.","anyOf":[{"type":"string"},{"type":"null"}]},"conversationIndex":{"description":"Indicates the position of the message within the conversation.","anyOf":[{"type":"string"},{"type":"null"}]},"flag":{"type":"object","properties":{"completedDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"dueDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"flagStatus":{"type":"string","enum":["notFlagged","complete","flagged"]},"startDateTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"from":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"hasAttachments":{"description":"Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.","anyOf":[{"type":"boolean"},{"type":"null"}]},"importance":{"type":"string","enum":["low","normal","high"]},"inferenceClassification":{"type":"string","enum":["focused","other"]},"internetMessageHeaders":{"description":"A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Requires $select to retrieve. Read-only.","type":"array","items":{"type":"object","properties":{"name":{"description":"Represents the key in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]},"value":{"description":"The value in a key-value pair.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"internetMessageId":{"description":"The message ID in the format specified by RFC2822.","anyOf":[{"type":"string"},{"type":"null"}]},"isDeliveryReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isDraft":{"description":"Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isRead":{"description":"Indicates whether the message has been read.","anyOf":[{"type":"boolean"},{"type":"null"}]},"isReadReceiptRequested":{"description":"Indicates whether a read receipt is requested for the message.","anyOf":[{"type":"boolean"},{"type":"null"}]},"parentFolderId":{"description":"The unique identifier for the message's parent mailFolder.","anyOf":[{"type":"string"},{"type":"null"}]},"receivedDateTime":{"description":"The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"replyTo":{"description":"The email addresses to use when replying.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"sender":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"sentDateTime":{"description":"The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"subject":{"description":"The subject of the message.","anyOf":[{"type":"string"},{"type":"null"}]},"toRecipients":{"description":"The To: recipients for the message.","type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"uniqueBody":{"type":"object","properties":{"content":{"description":"The content of the item.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string","enum":["text","html"]}},"additionalProperties":false},"webLink":{"description":"The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.","anyOf":[{"type":"string"},{"type":"null"}]},"attachments":{"description":"The fileAttachment and itemAttachment attachments for the message.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"extensions":{"description":"The collection of open extensions defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"multiValueExtendedProperties":{"description":"The collection of multi-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A collection of property values.","type":"array","items":{"type":"string"}}},"additionalProperties":false}},"singleValueExtendedProperties":{"description":"The collection of single-value extended properties defined for the message. Nullable.","type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"value":{"description":"A property value.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"calendarGroup-id":{"type":"string","description":"The unique identifier of calendarGroup"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","calendarGroup-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"calendar-id":{"type":"string","description":"The unique identifier of calendar"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","calendar-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"contactFolder-id":{"type":"string","description":"The unique identifier of contactFolder"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","contactFolder-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"contact-id":{"type":"string","description":"The unique identifier of contact"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","contact-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"mailFolder-id":{"type":"string","description":"The unique identifier of mailFolder"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","mailFolder-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"message-id":{"type":"string","description":"The unique identifier of message"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","message-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"message-id":{"type":"string","description":"The unique identifier of message"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","message-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"SendResponse":{"default":false,"anyOf":[{"type":"boolean"},{"type":"null"}]},"Comment":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"AttachmentItem":{"type":"object","properties":{"attachmentType":{"type":"string","enum":["file","item","reference"]},"contentId":{"description":"The CID or Content-Id of the attachment for referencing for the in-line attachments using the <img src='cid:contentId'> tag in HTML messages. Optional.","anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"description":"The nature of the data in the attachment. Optional.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false. Optional.","anyOf":[{"type":"boolean"},{"type":"null"}]},"name":{"description":"The display name of the attachment. This can be a descriptive string and doesn't have to be the actual file name. Required.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes. Required.","anyOf":[{"type":"number"},{"type":"null"}]}},"additionalProperties":false}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expirationDateTime":{"description":"The date and time in UTC that the upload session expires. The complete file must be uploaded before this expiration time is reached. Each fragment uploaded during the session extends the expiration time.","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"nextExpectedRanges":{"description":"A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format 'start-end' (for example '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin.","type":"array","items":{"type":"string"}},"uploadUrl":{"description":"The URL endpoint that accepts PUT requests for byte ranges of the file.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"Comment":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"body":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"required":["user-id","event-id","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"body":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"required":["user-id","event-id","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"ProposedNewTime":{"type":"object","properties":{"end":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"start":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"SendResponse":{"default":false,"anyOf":[{"type":"boolean"},{"type":"null"}]},"Comment":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"attachment-id":{"type":"string","description":"The unique identifier of attachment"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","event-id","attachment-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"extension-id":{"type":"string","description":"The unique identifier of extension"},"If-Match":{"description":"ETag","type":"string"}},"required":["user-id","event-id","extension-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"startDateTime":{"type":"string","description":"The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00"},"endDateTime":{"type":"string","description":"The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00"},"$top":{"description":"Show only the first n items. Example: 50","type":"integer","minimum":0,"maximum":9007199254740991},"$skip":{"description":"Skip the first n items","type":"integer","minimum":0,"maximum":9007199254740991},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"},"$count":{"description":"Include count of items","type":"boolean"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$orderby":{"description":"Order items by property values","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","startDateTime","endDateTime"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"ToRecipients":{"type":"array","items":{"type":"object","properties":{"emailAddress":{"type":"object","properties":{"address":{"description":"The email address of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The display name of the person or entity.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false}},"Comment":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"attachment-id":{"type":"string","description":"The unique identifier of attachment"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id","attachment-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"}},"required":["user-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"extension-id":{"type":"string","description":"The unique identifier of extension"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id","extension-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"startDateTime":{"type":"string","description":"The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00"},"endDateTime":{"type":"string","description":"The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00"},"$top":{"description":"Show only the first n items. Example: 50","type":"integer","minimum":0,"maximum":9007199254740991},"$skip":{"description":"Skip the first n items","type":"integer","minimum":0,"maximum":9007199254740991},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"},"$count":{"description":"Include count of items","type":"boolean"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$orderby":{"description":"Order items by property values","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id","startDateTime","endDateTime"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"$top":{"description":"Show only the first n items. Example: 50","type":"integer","minimum":0,"maximum":9007199254740991},"$skip":{"description":"Skip the first n items","type":"integer","minimum":0,"maximum":9007199254740991},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"},"$count":{"description":"Include count of items","type":"boolean"},"$orderby":{"description":"Order items by property values","type":"array","items":{"type":"string"}},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"},"contentType":{"description":"The MIME type.","anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"description":"true if the attachment is an inline attachment; otherwise, false.","type":"boolean"},"lastModifiedDateTime":{"description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","anyOf":[{"type":"string","allOf":[{"pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$"}]},{"type":"null"}]},"name":{"description":"The attachment's file name.","anyOf":[{"type":"string"},{"type":"null"}]},"size":{"description":"The length of the attachment in bytes.","type":"number","minimum":-2147483648,"maximum":2147483647}},"additionalProperties":false}},"@odata.nextLink":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"$top":{"description":"Show only the first n items. Example: 50","type":"integer","minimum":0,"maximum":9007199254740991},"$skip":{"description":"Skip the first n items","type":"integer","minimum":0,"maximum":9007199254740991},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"},"$count":{"description":"Include count of items","type":"boolean"},"$orderby":{"description":"Order items by property values","type":"array","items":{"type":"string"}},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"type":"array","items":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"@odata.nextLink":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"startDateTime":{"type":"string","description":"The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00"},"endDateTime":{"type":"string","description":"The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00"},"$top":{"description":"Show only the first n items. Example: 50","type":"integer","minimum":0,"maximum":9007199254740991},"$skip":{"description":"Skip the first n items","type":"integer","minimum":0,"maximum":9007199254740991},"$search":{"description":"Search items by search phrases","type":"string"},"$filter":{"description":"Filter items by property values","type":"string"},"$count":{"description":"Include count of items","type":"boolean"},"$orderby":{"description":"Order items by property values","type":"array","items":{"type":"string"}},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","event-id","startDateTime","endDateTime"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"NewReminderTime":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"ProposedNewTime":{"type":"object","properties":{"end":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"start":{"type":"object","properties":{"dateTime":{"description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).","type":"string"},"timeZone":{"description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}},"additionalProperties":false},"SendResponse":{"default":false,"anyOf":[{"type":"boolean"},{"type":"null"}]},"Comment":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["user-id","event-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"event-id":{"type":"string","description":"The unique identifier of event"},"extension-id":{"type":"string","description":"The unique identifier of extension"},"body":{"type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}},"required":["user-id","event-id","extension-id","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The unique identifier for an entity. Read-only.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"calendar-id":{"type":"string","description":"The unique identifier of calendar"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","calendar-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"calendarGroup-id":{"type":"string","description":"The unique identifier of calendarGroup"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id","calendarGroup-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"user-id":{"type":"string","description":"The unique identifier of user"},"$select":{"description":"Select properties to be returned","type":"array","items":{"type":"string"}},"$expand":{"description":"Expand related entities","type":"array","items":{"type":"string"}}},"required":["user-id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|