@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,3811 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as UserGetInferenceClassificationInput from './schemas/UserGetInferenceClassificationInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('UserGetInferenceClassificationInput', UserGetInferenceClassificationInput, '@pikku/addon-microsoft-outlook')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as UserGetInferenceClassificationOutput from './schemas/UserGetInferenceClassificationOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('UserGetInferenceClassificationOutput', UserGetInferenceClassificationOutput, '@pikku/addon-microsoft-outlook')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as UserUpdateInferenceClassificationInput from './schemas/UserUpdateInferenceClassificationInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('UserUpdateInferenceClassificationInput', UserUpdateInferenceClassificationInput, '@pikku/addon-microsoft-outlook')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as UserUpdateInferenceClassificationOutput from './schemas/UserUpdateInferenceClassificationOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('UserUpdateInferenceClassificationOutput', UserUpdateInferenceClassificationOutput, '@pikku/addon-microsoft-outlook')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as UserInferenceClassificationListOverrideInput from './schemas/UserInferenceClassificationListOverrideInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('UserInferenceClassificationListOverrideInput', UserInferenceClassificationListOverrideInput, '@pikku/addon-microsoft-outlook')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as UserInferenceClassificationListOverrideOutput from './schemas/UserInferenceClassificationListOverrideOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('UserInferenceClassificationListOverrideOutput', UserInferenceClassificationListOverrideOutput, '@pikku/addon-microsoft-outlook')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as UserInferenceClassificationCreateOverrideInput from './schemas/UserInferenceClassificationCreateOverrideInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('UserInferenceClassificationCreateOverrideInput', UserInferenceClassificationCreateOverrideInput, '@pikku/addon-microsoft-outlook')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as UserInferenceClassificationCreateOverrideOutput from './schemas/UserInferenceClassificationCreateOverrideOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('UserInferenceClassificationCreateOverrideOutput', UserInferenceClassificationCreateOverrideOutput, '@pikku/addon-microsoft-outlook')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as UserInferenceClassificationGetOverrideInput from './schemas/UserInferenceClassificationGetOverrideInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('UserInferenceClassificationGetOverrideInput', UserInferenceClassificationGetOverrideInput, '@pikku/addon-microsoft-outlook')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as UserInferenceClassificationGetOverrideOutput from './schemas/UserInferenceClassificationGetOverrideOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('UserInferenceClassificationGetOverrideOutput', UserInferenceClassificationGetOverrideOutput, '@pikku/addon-microsoft-outlook')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as UserInferenceClassificationUpdateOverrideInput from './schemas/UserInferenceClassificationUpdateOverrideInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('UserInferenceClassificationUpdateOverrideInput', UserInferenceClassificationUpdateOverrideInput, '@pikku/addon-microsoft-outlook')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as UserInferenceClassificationUpdateOverrideOutput from './schemas/UserInferenceClassificationUpdateOverrideOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('UserInferenceClassificationUpdateOverrideOutput', UserInferenceClassificationUpdateOverrideOutput, '@pikku/addon-microsoft-outlook')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as UserInferenceClassificationDeleteOverrideInput from './schemas/UserInferenceClassificationDeleteOverrideInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('UserInferenceClassificationDeleteOverrideInput', UserInferenceClassificationDeleteOverrideInput, '@pikku/addon-microsoft-outlook')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as UserInferenceClassificationOverrideGetCountInput from './schemas/UserInferenceClassificationOverrideGetCountInput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('UserInferenceClassificationOverrideGetCountInput', UserInferenceClassificationOverrideGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as UserListMailFolderInput from './schemas/UserListMailFolderInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('UserListMailFolderInput', UserListMailFolderInput, '@pikku/addon-microsoft-outlook')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as UserListMailFolderOutput from './schemas/UserListMailFolderOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('UserListMailFolderOutput', UserListMailFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as UserCreateMailFolderInput from './schemas/UserCreateMailFolderInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('UserCreateMailFolderInput', UserCreateMailFolderInput, '@pikku/addon-microsoft-outlook')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as UserCreateMailFolderOutput from './schemas/UserCreateMailFolderOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('UserCreateMailFolderOutput', UserCreateMailFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as UserGetMailFolderInput from './schemas/UserGetMailFolderInput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('UserGetMailFolderInput', UserGetMailFolderInput, '@pikku/addon-microsoft-outlook')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as UserGetMailFolderOutput from './schemas/UserGetMailFolderOutput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('UserGetMailFolderOutput', UserGetMailFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as UserUpdateMailFolderInput from './schemas/UserUpdateMailFolderInput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('UserUpdateMailFolderInput', UserUpdateMailFolderInput, '@pikku/addon-microsoft-outlook')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as UserUpdateMailFolderOutput from './schemas/UserUpdateMailFolderOutput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('UserUpdateMailFolderOutput', UserUpdateMailFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as UserDeleteMailFolderInput from './schemas/UserDeleteMailFolderInput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('UserDeleteMailFolderInput', UserDeleteMailFolderInput, '@pikku/addon-microsoft-outlook')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as UserMailFolderListChildFolderInput from './schemas/UserMailFolderListChildFolderInput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('UserMailFolderListChildFolderInput', UserMailFolderListChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as UserMailFolderListChildFolderOutput from './schemas/UserMailFolderListChildFolderOutput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('UserMailFolderListChildFolderOutput', UserMailFolderListChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as UserMailFolderCreateChildFolderInput from './schemas/UserMailFolderCreateChildFolderInput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('UserMailFolderCreateChildFolderInput', UserMailFolderCreateChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as UserMailFolderCreateChildFolderOutput from './schemas/UserMailFolderCreateChildFolderOutput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('UserMailFolderCreateChildFolderOutput', UserMailFolderCreateChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as UserMailFolderGetChildFolderInput from './schemas/UserMailFolderGetChildFolderInput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('UserMailFolderGetChildFolderInput', UserMailFolderGetChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as UserMailFolderGetChildFolderOutput from './schemas/UserMailFolderGetChildFolderOutput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('UserMailFolderGetChildFolderOutput', UserMailFolderGetChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as UserMailFolderUpdateChildFolderInput from './schemas/UserMailFolderUpdateChildFolderInput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('UserMailFolderUpdateChildFolderInput', UserMailFolderUpdateChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as UserMailFolderUpdateChildFolderOutput from './schemas/UserMailFolderUpdateChildFolderOutput.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('UserMailFolderUpdateChildFolderOutput', UserMailFolderUpdateChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as UserMailFolderDeleteChildFolderInput from './schemas/UserMailFolderDeleteChildFolderInput.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('UserMailFolderDeleteChildFolderInput', UserMailFolderDeleteChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
import * as UserMailFolderChildFolderListMessageRuleInput from './schemas/UserMailFolderChildFolderListMessageRuleInput.schema.json' with { type: 'json' }
|
|
135
|
+
addSchema('UserMailFolderChildFolderListMessageRuleInput', UserMailFolderChildFolderListMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
import * as UserMailFolderChildFolderListMessageRuleOutput from './schemas/UserMailFolderChildFolderListMessageRuleOutput.schema.json' with { type: 'json' }
|
|
139
|
+
addSchema('UserMailFolderChildFolderListMessageRuleOutput', UserMailFolderChildFolderListMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import * as UserMailFolderChildFolderCreateMessageRuleInput from './schemas/UserMailFolderChildFolderCreateMessageRuleInput.schema.json' with { type: 'json' }
|
|
143
|
+
addSchema('UserMailFolderChildFolderCreateMessageRuleInput', UserMailFolderChildFolderCreateMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
import * as UserMailFolderChildFolderCreateMessageRuleOutput from './schemas/UserMailFolderChildFolderCreateMessageRuleOutput.schema.json' with { type: 'json' }
|
|
147
|
+
addSchema('UserMailFolderChildFolderCreateMessageRuleOutput', UserMailFolderChildFolderCreateMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
import * as UserMailFolderChildFolderGetMessageRuleInput from './schemas/UserMailFolderChildFolderGetMessageRuleInput.schema.json' with { type: 'json' }
|
|
151
|
+
addSchema('UserMailFolderChildFolderGetMessageRuleInput', UserMailFolderChildFolderGetMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
import * as UserMailFolderChildFolderGetMessageRuleOutput from './schemas/UserMailFolderChildFolderGetMessageRuleOutput.schema.json' with { type: 'json' }
|
|
155
|
+
addSchema('UserMailFolderChildFolderGetMessageRuleOutput', UserMailFolderChildFolderGetMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
import * as UserMailFolderChildFolderUpdateMessageRuleInput from './schemas/UserMailFolderChildFolderUpdateMessageRuleInput.schema.json' with { type: 'json' }
|
|
159
|
+
addSchema('UserMailFolderChildFolderUpdateMessageRuleInput', UserMailFolderChildFolderUpdateMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
import * as UserMailFolderChildFolderUpdateMessageRuleOutput from './schemas/UserMailFolderChildFolderUpdateMessageRuleOutput.schema.json' with { type: 'json' }
|
|
163
|
+
addSchema('UserMailFolderChildFolderUpdateMessageRuleOutput', UserMailFolderChildFolderUpdateMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
import * as UserMailFolderChildFolderDeleteMessageRuleInput from './schemas/UserMailFolderChildFolderDeleteMessageRuleInput.schema.json' with { type: 'json' }
|
|
167
|
+
addSchema('UserMailFolderChildFolderDeleteMessageRuleInput', UserMailFolderChildFolderDeleteMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
import * as UserMailFolderChildFolderMessageRuleGetCountInput from './schemas/UserMailFolderChildFolderMessageRuleGetCountInput.schema.json' with { type: 'json' }
|
|
171
|
+
addSchema('UserMailFolderChildFolderMessageRuleGetCountInput', UserMailFolderChildFolderMessageRuleGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
import * as UserMailFolderChildFolderListMessageInput from './schemas/UserMailFolderChildFolderListMessageInput.schema.json' with { type: 'json' }
|
|
175
|
+
addSchema('UserMailFolderChildFolderListMessageInput', UserMailFolderChildFolderListMessageInput, '@pikku/addon-microsoft-outlook')
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
import * as UserMailFolderChildFolderListMessageOutput from './schemas/UserMailFolderChildFolderListMessageOutput.schema.json' with { type: 'json' }
|
|
179
|
+
addSchema('UserMailFolderChildFolderListMessageOutput', UserMailFolderChildFolderListMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
import * as UserMailFolderChildFolderCreateMessageInput from './schemas/UserMailFolderChildFolderCreateMessageInput.schema.json' with { type: 'json' }
|
|
183
|
+
addSchema('UserMailFolderChildFolderCreateMessageInput', UserMailFolderChildFolderCreateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
import * as UserMailFolderChildFolderCreateMessageOutput from './schemas/UserMailFolderChildFolderCreateMessageOutput.schema.json' with { type: 'json' }
|
|
187
|
+
addSchema('UserMailFolderChildFolderCreateMessageOutput', UserMailFolderChildFolderCreateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
import * as UserMailFolderChildFolderGetMessageInput from './schemas/UserMailFolderChildFolderGetMessageInput.schema.json' with { type: 'json' }
|
|
191
|
+
addSchema('UserMailFolderChildFolderGetMessageInput', UserMailFolderChildFolderGetMessageInput, '@pikku/addon-microsoft-outlook')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
import * as UserMailFolderChildFolderGetMessageOutput from './schemas/UserMailFolderChildFolderGetMessageOutput.schema.json' with { type: 'json' }
|
|
195
|
+
addSchema('UserMailFolderChildFolderGetMessageOutput', UserMailFolderChildFolderGetMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
import * as UserMailFolderChildFolderUpdateMessageInput from './schemas/UserMailFolderChildFolderUpdateMessageInput.schema.json' with { type: 'json' }
|
|
199
|
+
addSchema('UserMailFolderChildFolderUpdateMessageInput', UserMailFolderChildFolderUpdateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
import * as UserMailFolderChildFolderUpdateMessageOutput from './schemas/UserMailFolderChildFolderUpdateMessageOutput.schema.json' with { type: 'json' }
|
|
203
|
+
addSchema('UserMailFolderChildFolderUpdateMessageOutput', UserMailFolderChildFolderUpdateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
import * as UserMailFolderChildFolderDeleteMessageInput from './schemas/UserMailFolderChildFolderDeleteMessageInput.schema.json' with { type: 'json' }
|
|
207
|
+
addSchema('UserMailFolderChildFolderDeleteMessageInput', UserMailFolderChildFolderDeleteMessageInput, '@pikku/addon-microsoft-outlook')
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
import * as UserMailFolderChildFolderGetMessagesContentInput from './schemas/UserMailFolderChildFolderGetMessagesContentInput.schema.json' with { type: 'json' }
|
|
211
|
+
addSchema('UserMailFolderChildFolderGetMessagesContentInput', UserMailFolderChildFolderGetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
import * as UserMailFolderChildFolderSetMessagesContentInput from './schemas/UserMailFolderChildFolderSetMessagesContentInput.schema.json' with { type: 'json' }
|
|
215
|
+
addSchema('UserMailFolderChildFolderSetMessagesContentInput', UserMailFolderChildFolderSetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
import * as UserMailFolderChildFolderDeleteMessagesContentInput from './schemas/UserMailFolderChildFolderDeleteMessagesContentInput.schema.json' with { type: 'json' }
|
|
219
|
+
addSchema('UserMailFolderChildFolderDeleteMessagesContentInput', UserMailFolderChildFolderDeleteMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
import * as UserMailFolderChildFolderMessageListAttachmentInput from './schemas/UserMailFolderChildFolderMessageListAttachmentInput.schema.json' with { type: 'json' }
|
|
223
|
+
addSchema('UserMailFolderChildFolderMessageListAttachmentInput', UserMailFolderChildFolderMessageListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
import * as UserMailFolderChildFolderMessageListAttachmentOutput from './schemas/UserMailFolderChildFolderMessageListAttachmentOutput.schema.json' with { type: 'json' }
|
|
227
|
+
addSchema('UserMailFolderChildFolderMessageListAttachmentOutput', UserMailFolderChildFolderMessageListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
import * as UserMailFolderChildFolderMessageCreateAttachmentInput from './schemas/UserMailFolderChildFolderMessageCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
231
|
+
addSchema('UserMailFolderChildFolderMessageCreateAttachmentInput', UserMailFolderChildFolderMessageCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
import * as UserMailFolderChildFolderMessageCreateAttachmentOutput from './schemas/UserMailFolderChildFolderMessageCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
235
|
+
addSchema('UserMailFolderChildFolderMessageCreateAttachmentOutput', UserMailFolderChildFolderMessageCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
import * as UserMailFolderChildFolderMessageGetAttachmentInput from './schemas/UserMailFolderChildFolderMessageGetAttachmentInput.schema.json' with { type: 'json' }
|
|
239
|
+
addSchema('UserMailFolderChildFolderMessageGetAttachmentInput', UserMailFolderChildFolderMessageGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
import * as UserMailFolderChildFolderMessageGetAttachmentOutput from './schemas/UserMailFolderChildFolderMessageGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
243
|
+
addSchema('UserMailFolderChildFolderMessageGetAttachmentOutput', UserMailFolderChildFolderMessageGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
import * as UserMailFolderChildFolderMessageDeleteAttachmentInput from './schemas/UserMailFolderChildFolderMessageDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
247
|
+
addSchema('UserMailFolderChildFolderMessageDeleteAttachmentInput', UserMailFolderChildFolderMessageDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
import * as UserMailFolderChildFolderMessageAttachmentGetCountInput from './schemas/UserMailFolderChildFolderMessageAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
251
|
+
addSchema('UserMailFolderChildFolderMessageAttachmentGetCountInput', UserMailFolderChildFolderMessageAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
import * as UserMailFolderChildFolderMessageAttachmentCreateUploadSessionInput from './schemas/UserMailFolderChildFolderMessageAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
255
|
+
addSchema('UserMailFolderChildFolderMessageAttachmentCreateUploadSessionInput', UserMailFolderChildFolderMessageAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
import * as UserMailFolderChildFolderMessageAttachmentCreateUploadSessionOutput from './schemas/UserMailFolderChildFolderMessageAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
259
|
+
addSchema('UserMailFolderChildFolderMessageAttachmentCreateUploadSessionOutput', UserMailFolderChildFolderMessageAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
import * as UserMailFolderChildFolderMessageListExtensionInput from './schemas/UserMailFolderChildFolderMessageListExtensionInput.schema.json' with { type: 'json' }
|
|
263
|
+
addSchema('UserMailFolderChildFolderMessageListExtensionInput', UserMailFolderChildFolderMessageListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
import * as UserMailFolderChildFolderMessageListExtensionOutput from './schemas/UserMailFolderChildFolderMessageListExtensionOutput.schema.json' with { type: 'json' }
|
|
267
|
+
addSchema('UserMailFolderChildFolderMessageListExtensionOutput', UserMailFolderChildFolderMessageListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
import * as UserMailFolderChildFolderMessageCreateExtensionInput from './schemas/UserMailFolderChildFolderMessageCreateExtensionInput.schema.json' with { type: 'json' }
|
|
271
|
+
addSchema('UserMailFolderChildFolderMessageCreateExtensionInput', UserMailFolderChildFolderMessageCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
import * as UserMailFolderChildFolderMessageCreateExtensionOutput from './schemas/UserMailFolderChildFolderMessageCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
275
|
+
addSchema('UserMailFolderChildFolderMessageCreateExtensionOutput', UserMailFolderChildFolderMessageCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
import * as UserMailFolderChildFolderMessageGetExtensionInput from './schemas/UserMailFolderChildFolderMessageGetExtensionInput.schema.json' with { type: 'json' }
|
|
279
|
+
addSchema('UserMailFolderChildFolderMessageGetExtensionInput', UserMailFolderChildFolderMessageGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
import * as UserMailFolderChildFolderMessageGetExtensionOutput from './schemas/UserMailFolderChildFolderMessageGetExtensionOutput.schema.json' with { type: 'json' }
|
|
283
|
+
addSchema('UserMailFolderChildFolderMessageGetExtensionOutput', UserMailFolderChildFolderMessageGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
import * as UserMailFolderChildFolderMessageUpdateExtensionInput from './schemas/UserMailFolderChildFolderMessageUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
287
|
+
addSchema('UserMailFolderChildFolderMessageUpdateExtensionInput', UserMailFolderChildFolderMessageUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
import * as UserMailFolderChildFolderMessageUpdateExtensionOutput from './schemas/UserMailFolderChildFolderMessageUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
291
|
+
addSchema('UserMailFolderChildFolderMessageUpdateExtensionOutput', UserMailFolderChildFolderMessageUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
import * as UserMailFolderChildFolderMessageDeleteExtensionInput from './schemas/UserMailFolderChildFolderMessageDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
295
|
+
addSchema('UserMailFolderChildFolderMessageDeleteExtensionInput', UserMailFolderChildFolderMessageDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
import * as UserMailFolderChildFolderMessageExtensionGetCountInput from './schemas/UserMailFolderChildFolderMessageExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
299
|
+
addSchema('UserMailFolderChildFolderMessageExtensionGetCountInput', UserMailFolderChildFolderMessageExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
import * as UserMailFolderChildFolderMessageCopyInput from './schemas/UserMailFolderChildFolderMessageCopyInput.schema.json' with { type: 'json' }
|
|
303
|
+
addSchema('UserMailFolderChildFolderMessageCopyInput', UserMailFolderChildFolderMessageCopyInput, '@pikku/addon-microsoft-outlook')
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
import * as UserMailFolderChildFolderMessageCopyOutput from './schemas/UserMailFolderChildFolderMessageCopyOutput.schema.json' with { type: 'json' }
|
|
307
|
+
addSchema('UserMailFolderChildFolderMessageCopyOutput', UserMailFolderChildFolderMessageCopyOutput, '@pikku/addon-microsoft-outlook')
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
import * as UserMailFolderChildFolderMessageCreateForwardInput from './schemas/UserMailFolderChildFolderMessageCreateForwardInput.schema.json' with { type: 'json' }
|
|
311
|
+
addSchema('UserMailFolderChildFolderMessageCreateForwardInput', UserMailFolderChildFolderMessageCreateForwardInput, '@pikku/addon-microsoft-outlook')
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
import * as UserMailFolderChildFolderMessageCreateForwardOutput from './schemas/UserMailFolderChildFolderMessageCreateForwardOutput.schema.json' with { type: 'json' }
|
|
315
|
+
addSchema('UserMailFolderChildFolderMessageCreateForwardOutput', UserMailFolderChildFolderMessageCreateForwardOutput, '@pikku/addon-microsoft-outlook')
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
import * as UserMailFolderChildFolderMessageCreateReplyInput from './schemas/UserMailFolderChildFolderMessageCreateReplyInput.schema.json' with { type: 'json' }
|
|
319
|
+
addSchema('UserMailFolderChildFolderMessageCreateReplyInput', UserMailFolderChildFolderMessageCreateReplyInput, '@pikku/addon-microsoft-outlook')
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
import * as UserMailFolderChildFolderMessageCreateReplyOutput from './schemas/UserMailFolderChildFolderMessageCreateReplyOutput.schema.json' with { type: 'json' }
|
|
323
|
+
addSchema('UserMailFolderChildFolderMessageCreateReplyOutput', UserMailFolderChildFolderMessageCreateReplyOutput, '@pikku/addon-microsoft-outlook')
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
import * as UserMailFolderChildFolderMessageCreateReplyAllInput from './schemas/UserMailFolderChildFolderMessageCreateReplyAllInput.schema.json' with { type: 'json' }
|
|
327
|
+
addSchema('UserMailFolderChildFolderMessageCreateReplyAllInput', UserMailFolderChildFolderMessageCreateReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
import * as UserMailFolderChildFolderMessageCreateReplyAllOutput from './schemas/UserMailFolderChildFolderMessageCreateReplyAllOutput.schema.json' with { type: 'json' }
|
|
331
|
+
addSchema('UserMailFolderChildFolderMessageCreateReplyAllOutput', UserMailFolderChildFolderMessageCreateReplyAllOutput, '@pikku/addon-microsoft-outlook')
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
import * as UserMailFolderChildFolderMessageForwardInput from './schemas/UserMailFolderChildFolderMessageForwardInput.schema.json' with { type: 'json' }
|
|
335
|
+
addSchema('UserMailFolderChildFolderMessageForwardInput', UserMailFolderChildFolderMessageForwardInput, '@pikku/addon-microsoft-outlook')
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
import * as UserMailFolderChildFolderMessageMoveInput from './schemas/UserMailFolderChildFolderMessageMoveInput.schema.json' with { type: 'json' }
|
|
339
|
+
addSchema('UserMailFolderChildFolderMessageMoveInput', UserMailFolderChildFolderMessageMoveInput, '@pikku/addon-microsoft-outlook')
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
import * as UserMailFolderChildFolderMessageMoveOutput from './schemas/UserMailFolderChildFolderMessageMoveOutput.schema.json' with { type: 'json' }
|
|
343
|
+
addSchema('UserMailFolderChildFolderMessageMoveOutput', UserMailFolderChildFolderMessageMoveOutput, '@pikku/addon-microsoft-outlook')
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
import * as UserMailFolderChildFolderMessagePermanentDeleteInput from './schemas/UserMailFolderChildFolderMessagePermanentDeleteInput.schema.json' with { type: 'json' }
|
|
347
|
+
addSchema('UserMailFolderChildFolderMessagePermanentDeleteInput', UserMailFolderChildFolderMessagePermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
import * as UserMailFolderChildFolderMessageReplyInput from './schemas/UserMailFolderChildFolderMessageReplyInput.schema.json' with { type: 'json' }
|
|
351
|
+
addSchema('UserMailFolderChildFolderMessageReplyInput', UserMailFolderChildFolderMessageReplyInput, '@pikku/addon-microsoft-outlook')
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
import * as UserMailFolderChildFolderMessageReplyAllInput from './schemas/UserMailFolderChildFolderMessageReplyAllInput.schema.json' with { type: 'json' }
|
|
355
|
+
addSchema('UserMailFolderChildFolderMessageReplyAllInput', UserMailFolderChildFolderMessageReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
import * as UserMailFolderChildFolderMessageSendInput from './schemas/UserMailFolderChildFolderMessageSendInput.schema.json' with { type: 'json' }
|
|
359
|
+
addSchema('UserMailFolderChildFolderMessageSendInput', UserMailFolderChildFolderMessageSendInput, '@pikku/addon-microsoft-outlook')
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
import * as UserMailFolderChildFolderMessageGetCountInput from './schemas/UserMailFolderChildFolderMessageGetCountInput.schema.json' with { type: 'json' }
|
|
363
|
+
addSchema('UserMailFolderChildFolderMessageGetCountInput', UserMailFolderChildFolderMessageGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
import * as UserMailFolderChildFolderMessageDeltaInput from './schemas/UserMailFolderChildFolderMessageDeltaInput.schema.json' with { type: 'json' }
|
|
367
|
+
addSchema('UserMailFolderChildFolderMessageDeltaInput', UserMailFolderChildFolderMessageDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
import * as UserMailFolderChildFolderMessageDeltaOutput from './schemas/UserMailFolderChildFolderMessageDeltaOutput.schema.json' with { type: 'json' }
|
|
371
|
+
addSchema('UserMailFolderChildFolderMessageDeltaOutput', UserMailFolderChildFolderMessageDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
import * as UserMailFolderChildFolderCopyInput from './schemas/UserMailFolderChildFolderCopyInput.schema.json' with { type: 'json' }
|
|
375
|
+
addSchema('UserMailFolderChildFolderCopyInput', UserMailFolderChildFolderCopyInput, '@pikku/addon-microsoft-outlook')
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
import * as UserMailFolderChildFolderCopyOutput from './schemas/UserMailFolderChildFolderCopyOutput.schema.json' with { type: 'json' }
|
|
379
|
+
addSchema('UserMailFolderChildFolderCopyOutput', UserMailFolderChildFolderCopyOutput, '@pikku/addon-microsoft-outlook')
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
import * as UserMailFolderChildFolderMoveInput from './schemas/UserMailFolderChildFolderMoveInput.schema.json' with { type: 'json' }
|
|
383
|
+
addSchema('UserMailFolderChildFolderMoveInput', UserMailFolderChildFolderMoveInput, '@pikku/addon-microsoft-outlook')
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
import * as UserMailFolderChildFolderMoveOutput from './schemas/UserMailFolderChildFolderMoveOutput.schema.json' with { type: 'json' }
|
|
387
|
+
addSchema('UserMailFolderChildFolderMoveOutput', UserMailFolderChildFolderMoveOutput, '@pikku/addon-microsoft-outlook')
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
import * as UserMailFolderChildFolderPermanentDeleteInput from './schemas/UserMailFolderChildFolderPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
391
|
+
addSchema('UserMailFolderChildFolderPermanentDeleteInput', UserMailFolderChildFolderPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
import * as UserMailFolderChildFolderGetCountInput from './schemas/UserMailFolderChildFolderGetCountInput.schema.json' with { type: 'json' }
|
|
395
|
+
addSchema('UserMailFolderChildFolderGetCountInput', UserMailFolderChildFolderGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
import * as UserMailFolderChildFolderDeltaInput from './schemas/UserMailFolderChildFolderDeltaInput.schema.json' with { type: 'json' }
|
|
399
|
+
addSchema('UserMailFolderChildFolderDeltaInput', UserMailFolderChildFolderDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
import * as UserMailFolderChildFolderDeltaOutput from './schemas/UserMailFolderChildFolderDeltaOutput.schema.json' with { type: 'json' }
|
|
403
|
+
addSchema('UserMailFolderChildFolderDeltaOutput', UserMailFolderChildFolderDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
import * as UserMailFolderListMessageRuleInput from './schemas/UserMailFolderListMessageRuleInput.schema.json' with { type: 'json' }
|
|
407
|
+
addSchema('UserMailFolderListMessageRuleInput', UserMailFolderListMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
import * as UserMailFolderListMessageRuleOutput from './schemas/UserMailFolderListMessageRuleOutput.schema.json' with { type: 'json' }
|
|
411
|
+
addSchema('UserMailFolderListMessageRuleOutput', UserMailFolderListMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
import * as UserMailFolderCreateMessageRuleInput from './schemas/UserMailFolderCreateMessageRuleInput.schema.json' with { type: 'json' }
|
|
415
|
+
addSchema('UserMailFolderCreateMessageRuleInput', UserMailFolderCreateMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
import * as UserMailFolderCreateMessageRuleOutput from './schemas/UserMailFolderCreateMessageRuleOutput.schema.json' with { type: 'json' }
|
|
419
|
+
addSchema('UserMailFolderCreateMessageRuleOutput', UserMailFolderCreateMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
import * as UserMailFolderGetMessageRuleInput from './schemas/UserMailFolderGetMessageRuleInput.schema.json' with { type: 'json' }
|
|
423
|
+
addSchema('UserMailFolderGetMessageRuleInput', UserMailFolderGetMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
import * as UserMailFolderGetMessageRuleOutput from './schemas/UserMailFolderGetMessageRuleOutput.schema.json' with { type: 'json' }
|
|
427
|
+
addSchema('UserMailFolderGetMessageRuleOutput', UserMailFolderGetMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
import * as UserMailFolderUpdateMessageRuleInput from './schemas/UserMailFolderUpdateMessageRuleInput.schema.json' with { type: 'json' }
|
|
431
|
+
addSchema('UserMailFolderUpdateMessageRuleInput', UserMailFolderUpdateMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
import * as UserMailFolderUpdateMessageRuleOutput from './schemas/UserMailFolderUpdateMessageRuleOutput.schema.json' with { type: 'json' }
|
|
435
|
+
addSchema('UserMailFolderUpdateMessageRuleOutput', UserMailFolderUpdateMessageRuleOutput, '@pikku/addon-microsoft-outlook')
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
import * as UserMailFolderDeleteMessageRuleInput from './schemas/UserMailFolderDeleteMessageRuleInput.schema.json' with { type: 'json' }
|
|
439
|
+
addSchema('UserMailFolderDeleteMessageRuleInput', UserMailFolderDeleteMessageRuleInput, '@pikku/addon-microsoft-outlook')
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
import * as UserMailFolderMessageRuleGetCountInput from './schemas/UserMailFolderMessageRuleGetCountInput.schema.json' with { type: 'json' }
|
|
443
|
+
addSchema('UserMailFolderMessageRuleGetCountInput', UserMailFolderMessageRuleGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
import * as UserMailFolderListMessageInput from './schemas/UserMailFolderListMessageInput.schema.json' with { type: 'json' }
|
|
447
|
+
addSchema('UserMailFolderListMessageInput', UserMailFolderListMessageInput, '@pikku/addon-microsoft-outlook')
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
import * as UserMailFolderListMessageOutput from './schemas/UserMailFolderListMessageOutput.schema.json' with { type: 'json' }
|
|
451
|
+
addSchema('UserMailFolderListMessageOutput', UserMailFolderListMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
import * as UserMailFolderCreateMessageInput from './schemas/UserMailFolderCreateMessageInput.schema.json' with { type: 'json' }
|
|
455
|
+
addSchema('UserMailFolderCreateMessageInput', UserMailFolderCreateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
import * as UserMailFolderCreateMessageOutput from './schemas/UserMailFolderCreateMessageOutput.schema.json' with { type: 'json' }
|
|
459
|
+
addSchema('UserMailFolderCreateMessageOutput', UserMailFolderCreateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
import * as UserMailFolderGetMessageInput from './schemas/UserMailFolderGetMessageInput.schema.json' with { type: 'json' }
|
|
463
|
+
addSchema('UserMailFolderGetMessageInput', UserMailFolderGetMessageInput, '@pikku/addon-microsoft-outlook')
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
import * as UserMailFolderGetMessageOutput from './schemas/UserMailFolderGetMessageOutput.schema.json' with { type: 'json' }
|
|
467
|
+
addSchema('UserMailFolderGetMessageOutput', UserMailFolderGetMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
import * as UserMailFolderUpdateMessageInput from './schemas/UserMailFolderUpdateMessageInput.schema.json' with { type: 'json' }
|
|
471
|
+
addSchema('UserMailFolderUpdateMessageInput', UserMailFolderUpdateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
import * as UserMailFolderUpdateMessageOutput from './schemas/UserMailFolderUpdateMessageOutput.schema.json' with { type: 'json' }
|
|
475
|
+
addSchema('UserMailFolderUpdateMessageOutput', UserMailFolderUpdateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
import * as UserMailFolderDeleteMessageInput from './schemas/UserMailFolderDeleteMessageInput.schema.json' with { type: 'json' }
|
|
479
|
+
addSchema('UserMailFolderDeleteMessageInput', UserMailFolderDeleteMessageInput, '@pikku/addon-microsoft-outlook')
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
import * as UserMailFolderGetMessagesContentInput from './schemas/UserMailFolderGetMessagesContentInput.schema.json' with { type: 'json' }
|
|
483
|
+
addSchema('UserMailFolderGetMessagesContentInput', UserMailFolderGetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
import * as UserMailFolderSetMessagesContentInput from './schemas/UserMailFolderSetMessagesContentInput.schema.json' with { type: 'json' }
|
|
487
|
+
addSchema('UserMailFolderSetMessagesContentInput', UserMailFolderSetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
import * as UserMailFolderDeleteMessagesContentInput from './schemas/UserMailFolderDeleteMessagesContentInput.schema.json' with { type: 'json' }
|
|
491
|
+
addSchema('UserMailFolderDeleteMessagesContentInput', UserMailFolderDeleteMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
import * as UserMailFolderMessageListAttachmentInput from './schemas/UserMailFolderMessageListAttachmentInput.schema.json' with { type: 'json' }
|
|
495
|
+
addSchema('UserMailFolderMessageListAttachmentInput', UserMailFolderMessageListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
import * as UserMailFolderMessageListAttachmentOutput from './schemas/UserMailFolderMessageListAttachmentOutput.schema.json' with { type: 'json' }
|
|
499
|
+
addSchema('UserMailFolderMessageListAttachmentOutput', UserMailFolderMessageListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
import * as UserMailFolderMessageCreateAttachmentInput from './schemas/UserMailFolderMessageCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
503
|
+
addSchema('UserMailFolderMessageCreateAttachmentInput', UserMailFolderMessageCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
import * as UserMailFolderMessageCreateAttachmentOutput from './schemas/UserMailFolderMessageCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
507
|
+
addSchema('UserMailFolderMessageCreateAttachmentOutput', UserMailFolderMessageCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
import * as UserMailFolderMessageGetAttachmentInput from './schemas/UserMailFolderMessageGetAttachmentInput.schema.json' with { type: 'json' }
|
|
511
|
+
addSchema('UserMailFolderMessageGetAttachmentInput', UserMailFolderMessageGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
import * as UserMailFolderMessageGetAttachmentOutput from './schemas/UserMailFolderMessageGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
515
|
+
addSchema('UserMailFolderMessageGetAttachmentOutput', UserMailFolderMessageGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
import * as UserMailFolderMessageDeleteAttachmentInput from './schemas/UserMailFolderMessageDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
519
|
+
addSchema('UserMailFolderMessageDeleteAttachmentInput', UserMailFolderMessageDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
import * as UserMailFolderMessageAttachmentGetCountInput from './schemas/UserMailFolderMessageAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
523
|
+
addSchema('UserMailFolderMessageAttachmentGetCountInput', UserMailFolderMessageAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
import * as UserMailFolderMessageAttachmentCreateUploadSessionInput from './schemas/UserMailFolderMessageAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
527
|
+
addSchema('UserMailFolderMessageAttachmentCreateUploadSessionInput', UserMailFolderMessageAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
import * as UserMailFolderMessageAttachmentCreateUploadSessionOutput from './schemas/UserMailFolderMessageAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
531
|
+
addSchema('UserMailFolderMessageAttachmentCreateUploadSessionOutput', UserMailFolderMessageAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
import * as UserMailFolderMessageListExtensionInput from './schemas/UserMailFolderMessageListExtensionInput.schema.json' with { type: 'json' }
|
|
535
|
+
addSchema('UserMailFolderMessageListExtensionInput', UserMailFolderMessageListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
import * as UserMailFolderMessageListExtensionOutput from './schemas/UserMailFolderMessageListExtensionOutput.schema.json' with { type: 'json' }
|
|
539
|
+
addSchema('UserMailFolderMessageListExtensionOutput', UserMailFolderMessageListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
import * as UserMailFolderMessageCreateExtensionInput from './schemas/UserMailFolderMessageCreateExtensionInput.schema.json' with { type: 'json' }
|
|
543
|
+
addSchema('UserMailFolderMessageCreateExtensionInput', UserMailFolderMessageCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
import * as UserMailFolderMessageCreateExtensionOutput from './schemas/UserMailFolderMessageCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
547
|
+
addSchema('UserMailFolderMessageCreateExtensionOutput', UserMailFolderMessageCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
import * as UserMailFolderMessageGetExtensionInput from './schemas/UserMailFolderMessageGetExtensionInput.schema.json' with { type: 'json' }
|
|
551
|
+
addSchema('UserMailFolderMessageGetExtensionInput', UserMailFolderMessageGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
import * as UserMailFolderMessageGetExtensionOutput from './schemas/UserMailFolderMessageGetExtensionOutput.schema.json' with { type: 'json' }
|
|
555
|
+
addSchema('UserMailFolderMessageGetExtensionOutput', UserMailFolderMessageGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
import * as UserMailFolderMessageUpdateExtensionInput from './schemas/UserMailFolderMessageUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
559
|
+
addSchema('UserMailFolderMessageUpdateExtensionInput', UserMailFolderMessageUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
import * as UserMailFolderMessageUpdateExtensionOutput from './schemas/UserMailFolderMessageUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
563
|
+
addSchema('UserMailFolderMessageUpdateExtensionOutput', UserMailFolderMessageUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
import * as UserMailFolderMessageDeleteExtensionInput from './schemas/UserMailFolderMessageDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
567
|
+
addSchema('UserMailFolderMessageDeleteExtensionInput', UserMailFolderMessageDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
import * as UserMailFolderMessageExtensionGetCountInput from './schemas/UserMailFolderMessageExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
571
|
+
addSchema('UserMailFolderMessageExtensionGetCountInput', UserMailFolderMessageExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
import * as UserMailFolderMessageCopyInput from './schemas/UserMailFolderMessageCopyInput.schema.json' with { type: 'json' }
|
|
575
|
+
addSchema('UserMailFolderMessageCopyInput', UserMailFolderMessageCopyInput, '@pikku/addon-microsoft-outlook')
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
import * as UserMailFolderMessageCopyOutput from './schemas/UserMailFolderMessageCopyOutput.schema.json' with { type: 'json' }
|
|
579
|
+
addSchema('UserMailFolderMessageCopyOutput', UserMailFolderMessageCopyOutput, '@pikku/addon-microsoft-outlook')
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
import * as UserMailFolderMessageCreateForwardInput from './schemas/UserMailFolderMessageCreateForwardInput.schema.json' with { type: 'json' }
|
|
583
|
+
addSchema('UserMailFolderMessageCreateForwardInput', UserMailFolderMessageCreateForwardInput, '@pikku/addon-microsoft-outlook')
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
import * as UserMailFolderMessageCreateForwardOutput from './schemas/UserMailFolderMessageCreateForwardOutput.schema.json' with { type: 'json' }
|
|
587
|
+
addSchema('UserMailFolderMessageCreateForwardOutput', UserMailFolderMessageCreateForwardOutput, '@pikku/addon-microsoft-outlook')
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
import * as UserMailFolderMessageCreateReplyInput from './schemas/UserMailFolderMessageCreateReplyInput.schema.json' with { type: 'json' }
|
|
591
|
+
addSchema('UserMailFolderMessageCreateReplyInput', UserMailFolderMessageCreateReplyInput, '@pikku/addon-microsoft-outlook')
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
import * as UserMailFolderMessageCreateReplyOutput from './schemas/UserMailFolderMessageCreateReplyOutput.schema.json' with { type: 'json' }
|
|
595
|
+
addSchema('UserMailFolderMessageCreateReplyOutput', UserMailFolderMessageCreateReplyOutput, '@pikku/addon-microsoft-outlook')
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
import * as UserMailFolderMessageCreateReplyAllInput from './schemas/UserMailFolderMessageCreateReplyAllInput.schema.json' with { type: 'json' }
|
|
599
|
+
addSchema('UserMailFolderMessageCreateReplyAllInput', UserMailFolderMessageCreateReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
import * as UserMailFolderMessageCreateReplyAllOutput from './schemas/UserMailFolderMessageCreateReplyAllOutput.schema.json' with { type: 'json' }
|
|
603
|
+
addSchema('UserMailFolderMessageCreateReplyAllOutput', UserMailFolderMessageCreateReplyAllOutput, '@pikku/addon-microsoft-outlook')
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
import * as UserMailFolderMessageForwardInput from './schemas/UserMailFolderMessageForwardInput.schema.json' with { type: 'json' }
|
|
607
|
+
addSchema('UserMailFolderMessageForwardInput', UserMailFolderMessageForwardInput, '@pikku/addon-microsoft-outlook')
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
import * as UserMailFolderMessageMoveInput from './schemas/UserMailFolderMessageMoveInput.schema.json' with { type: 'json' }
|
|
611
|
+
addSchema('UserMailFolderMessageMoveInput', UserMailFolderMessageMoveInput, '@pikku/addon-microsoft-outlook')
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
import * as UserMailFolderMessageMoveOutput from './schemas/UserMailFolderMessageMoveOutput.schema.json' with { type: 'json' }
|
|
615
|
+
addSchema('UserMailFolderMessageMoveOutput', UserMailFolderMessageMoveOutput, '@pikku/addon-microsoft-outlook')
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
import * as UserMailFolderMessagePermanentDeleteInput from './schemas/UserMailFolderMessagePermanentDeleteInput.schema.json' with { type: 'json' }
|
|
619
|
+
addSchema('UserMailFolderMessagePermanentDeleteInput', UserMailFolderMessagePermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
import * as UserMailFolderMessageReplyInput from './schemas/UserMailFolderMessageReplyInput.schema.json' with { type: 'json' }
|
|
623
|
+
addSchema('UserMailFolderMessageReplyInput', UserMailFolderMessageReplyInput, '@pikku/addon-microsoft-outlook')
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
import * as UserMailFolderMessageReplyAllInput from './schemas/UserMailFolderMessageReplyAllInput.schema.json' with { type: 'json' }
|
|
627
|
+
addSchema('UserMailFolderMessageReplyAllInput', UserMailFolderMessageReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
import * as UserMailFolderMessageSendInput from './schemas/UserMailFolderMessageSendInput.schema.json' with { type: 'json' }
|
|
631
|
+
addSchema('UserMailFolderMessageSendInput', UserMailFolderMessageSendInput, '@pikku/addon-microsoft-outlook')
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
import * as UserMailFolderMessageGetCountInput from './schemas/UserMailFolderMessageGetCountInput.schema.json' with { type: 'json' }
|
|
635
|
+
addSchema('UserMailFolderMessageGetCountInput', UserMailFolderMessageGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
import * as UserMailFolderMessageDeltaInput from './schemas/UserMailFolderMessageDeltaInput.schema.json' with { type: 'json' }
|
|
639
|
+
addSchema('UserMailFolderMessageDeltaInput', UserMailFolderMessageDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
import * as UserMailFolderMessageDeltaOutput from './schemas/UserMailFolderMessageDeltaOutput.schema.json' with { type: 'json' }
|
|
643
|
+
addSchema('UserMailFolderMessageDeltaOutput', UserMailFolderMessageDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
import * as UserMailFolderCopyInput from './schemas/UserMailFolderCopyInput.schema.json' with { type: 'json' }
|
|
647
|
+
addSchema('UserMailFolderCopyInput', UserMailFolderCopyInput, '@pikku/addon-microsoft-outlook')
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
import * as UserMailFolderCopyOutput from './schemas/UserMailFolderCopyOutput.schema.json' with { type: 'json' }
|
|
651
|
+
addSchema('UserMailFolderCopyOutput', UserMailFolderCopyOutput, '@pikku/addon-microsoft-outlook')
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
import * as UserMailFolderMoveInput from './schemas/UserMailFolderMoveInput.schema.json' with { type: 'json' }
|
|
655
|
+
addSchema('UserMailFolderMoveInput', UserMailFolderMoveInput, '@pikku/addon-microsoft-outlook')
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
import * as UserMailFolderMoveOutput from './schemas/UserMailFolderMoveOutput.schema.json' with { type: 'json' }
|
|
659
|
+
addSchema('UserMailFolderMoveOutput', UserMailFolderMoveOutput, '@pikku/addon-microsoft-outlook')
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
import * as UserMailFolderPermanentDeleteInput from './schemas/UserMailFolderPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
663
|
+
addSchema('UserMailFolderPermanentDeleteInput', UserMailFolderPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
import * as UserMailFolderGetCountInput from './schemas/UserMailFolderGetCountInput.schema.json' with { type: 'json' }
|
|
667
|
+
addSchema('UserMailFolderGetCountInput', UserMailFolderGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
import * as UserMailFolderDeltaInput from './schemas/UserMailFolderDeltaInput.schema.json' with { type: 'json' }
|
|
671
|
+
addSchema('UserMailFolderDeltaInput', UserMailFolderDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
import * as UserMailFolderDeltaOutput from './schemas/UserMailFolderDeltaOutput.schema.json' with { type: 'json' }
|
|
675
|
+
addSchema('UserMailFolderDeltaOutput', UserMailFolderDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
import * as UserListMessageInput from './schemas/UserListMessageInput.schema.json' with { type: 'json' }
|
|
679
|
+
addSchema('UserListMessageInput', UserListMessageInput, '@pikku/addon-microsoft-outlook')
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
import * as UserListMessageOutput from './schemas/UserListMessageOutput.schema.json' with { type: 'json' }
|
|
683
|
+
addSchema('UserListMessageOutput', UserListMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
import * as UserCreateMessageInput from './schemas/UserCreateMessageInput.schema.json' with { type: 'json' }
|
|
687
|
+
addSchema('UserCreateMessageInput', UserCreateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
import * as UserCreateMessageOutput from './schemas/UserCreateMessageOutput.schema.json' with { type: 'json' }
|
|
691
|
+
addSchema('UserCreateMessageOutput', UserCreateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
import * as UserGetMessageInput from './schemas/UserGetMessageInput.schema.json' with { type: 'json' }
|
|
695
|
+
addSchema('UserGetMessageInput', UserGetMessageInput, '@pikku/addon-microsoft-outlook')
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
import * as UserGetMessageOutput from './schemas/UserGetMessageOutput.schema.json' with { type: 'json' }
|
|
699
|
+
addSchema('UserGetMessageOutput', UserGetMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
import * as UserUpdateMessageInput from './schemas/UserUpdateMessageInput.schema.json' with { type: 'json' }
|
|
703
|
+
addSchema('UserUpdateMessageInput', UserUpdateMessageInput, '@pikku/addon-microsoft-outlook')
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
import * as UserUpdateMessageOutput from './schemas/UserUpdateMessageOutput.schema.json' with { type: 'json' }
|
|
707
|
+
addSchema('UserUpdateMessageOutput', UserUpdateMessageOutput, '@pikku/addon-microsoft-outlook')
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
import * as UserDeleteMessageInput from './schemas/UserDeleteMessageInput.schema.json' with { type: 'json' }
|
|
711
|
+
addSchema('UserDeleteMessageInput', UserDeleteMessageInput, '@pikku/addon-microsoft-outlook')
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
import * as UserGetMessagesContentInput from './schemas/UserGetMessagesContentInput.schema.json' with { type: 'json' }
|
|
715
|
+
addSchema('UserGetMessagesContentInput', UserGetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
import * as UserSetMessagesContentInput from './schemas/UserSetMessagesContentInput.schema.json' with { type: 'json' }
|
|
719
|
+
addSchema('UserSetMessagesContentInput', UserSetMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
import * as UserDeleteMessagesContentInput from './schemas/UserDeleteMessagesContentInput.schema.json' with { type: 'json' }
|
|
723
|
+
addSchema('UserDeleteMessagesContentInput', UserDeleteMessagesContentInput, '@pikku/addon-microsoft-outlook')
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
import * as UserMessageListAttachmentInput from './schemas/UserMessageListAttachmentInput.schema.json' with { type: 'json' }
|
|
727
|
+
addSchema('UserMessageListAttachmentInput', UserMessageListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
import * as UserMessageListAttachmentOutput from './schemas/UserMessageListAttachmentOutput.schema.json' with { type: 'json' }
|
|
731
|
+
addSchema('UserMessageListAttachmentOutput', UserMessageListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
import * as UserMessageCreateAttachmentInput from './schemas/UserMessageCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
735
|
+
addSchema('UserMessageCreateAttachmentInput', UserMessageCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
import * as UserMessageCreateAttachmentOutput from './schemas/UserMessageCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
739
|
+
addSchema('UserMessageCreateAttachmentOutput', UserMessageCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
import * as UserMessageGetAttachmentInput from './schemas/UserMessageGetAttachmentInput.schema.json' with { type: 'json' }
|
|
743
|
+
addSchema('UserMessageGetAttachmentInput', UserMessageGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
import * as UserMessageGetAttachmentOutput from './schemas/UserMessageGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
747
|
+
addSchema('UserMessageGetAttachmentOutput', UserMessageGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
import * as UserMessageDeleteAttachmentInput from './schemas/UserMessageDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
751
|
+
addSchema('UserMessageDeleteAttachmentInput', UserMessageDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
import * as UserMessageAttachmentGetCountInput from './schemas/UserMessageAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
755
|
+
addSchema('UserMessageAttachmentGetCountInput', UserMessageAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
import * as UserMessageAttachmentCreateUploadSessionInput from './schemas/UserMessageAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
759
|
+
addSchema('UserMessageAttachmentCreateUploadSessionInput', UserMessageAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
import * as UserMessageAttachmentCreateUploadSessionOutput from './schemas/UserMessageAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
763
|
+
addSchema('UserMessageAttachmentCreateUploadSessionOutput', UserMessageAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
import * as UserMessageListExtensionInput from './schemas/UserMessageListExtensionInput.schema.json' with { type: 'json' }
|
|
767
|
+
addSchema('UserMessageListExtensionInput', UserMessageListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
import * as UserMessageListExtensionOutput from './schemas/UserMessageListExtensionOutput.schema.json' with { type: 'json' }
|
|
771
|
+
addSchema('UserMessageListExtensionOutput', UserMessageListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
import * as UserMessageCreateExtensionInput from './schemas/UserMessageCreateExtensionInput.schema.json' with { type: 'json' }
|
|
775
|
+
addSchema('UserMessageCreateExtensionInput', UserMessageCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
import * as UserMessageCreateExtensionOutput from './schemas/UserMessageCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
779
|
+
addSchema('UserMessageCreateExtensionOutput', UserMessageCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
import * as UserMessageGetExtensionInput from './schemas/UserMessageGetExtensionInput.schema.json' with { type: 'json' }
|
|
783
|
+
addSchema('UserMessageGetExtensionInput', UserMessageGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
import * as UserMessageGetExtensionOutput from './schemas/UserMessageGetExtensionOutput.schema.json' with { type: 'json' }
|
|
787
|
+
addSchema('UserMessageGetExtensionOutput', UserMessageGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
import * as UserMessageUpdateExtensionInput from './schemas/UserMessageUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
791
|
+
addSchema('UserMessageUpdateExtensionInput', UserMessageUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
import * as UserMessageUpdateExtensionOutput from './schemas/UserMessageUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
795
|
+
addSchema('UserMessageUpdateExtensionOutput', UserMessageUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
import * as UserMessageDeleteExtensionInput from './schemas/UserMessageDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
799
|
+
addSchema('UserMessageDeleteExtensionInput', UserMessageDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
import * as UserMessageExtensionGetCountInput from './schemas/UserMessageExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
803
|
+
addSchema('UserMessageExtensionGetCountInput', UserMessageExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
import * as UserMessageCopyInput from './schemas/UserMessageCopyInput.schema.json' with { type: 'json' }
|
|
807
|
+
addSchema('UserMessageCopyInput', UserMessageCopyInput, '@pikku/addon-microsoft-outlook')
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
import * as UserMessageCopyOutput from './schemas/UserMessageCopyOutput.schema.json' with { type: 'json' }
|
|
811
|
+
addSchema('UserMessageCopyOutput', UserMessageCopyOutput, '@pikku/addon-microsoft-outlook')
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
import * as UserMessageCreateForwardInput from './schemas/UserMessageCreateForwardInput.schema.json' with { type: 'json' }
|
|
815
|
+
addSchema('UserMessageCreateForwardInput', UserMessageCreateForwardInput, '@pikku/addon-microsoft-outlook')
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
import * as UserMessageCreateForwardOutput from './schemas/UserMessageCreateForwardOutput.schema.json' with { type: 'json' }
|
|
819
|
+
addSchema('UserMessageCreateForwardOutput', UserMessageCreateForwardOutput, '@pikku/addon-microsoft-outlook')
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
import * as UserMessageCreateReplyInput from './schemas/UserMessageCreateReplyInput.schema.json' with { type: 'json' }
|
|
823
|
+
addSchema('UserMessageCreateReplyInput', UserMessageCreateReplyInput, '@pikku/addon-microsoft-outlook')
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
import * as UserMessageCreateReplyOutput from './schemas/UserMessageCreateReplyOutput.schema.json' with { type: 'json' }
|
|
827
|
+
addSchema('UserMessageCreateReplyOutput', UserMessageCreateReplyOutput, '@pikku/addon-microsoft-outlook')
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
import * as UserMessageCreateReplyAllInput from './schemas/UserMessageCreateReplyAllInput.schema.json' with { type: 'json' }
|
|
831
|
+
addSchema('UserMessageCreateReplyAllInput', UserMessageCreateReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
import * as UserMessageCreateReplyAllOutput from './schemas/UserMessageCreateReplyAllOutput.schema.json' with { type: 'json' }
|
|
835
|
+
addSchema('UserMessageCreateReplyAllOutput', UserMessageCreateReplyAllOutput, '@pikku/addon-microsoft-outlook')
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
import * as UserMessageForwardInput from './schemas/UserMessageForwardInput.schema.json' with { type: 'json' }
|
|
839
|
+
addSchema('UserMessageForwardInput', UserMessageForwardInput, '@pikku/addon-microsoft-outlook')
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
import * as UserMessageMoveInput from './schemas/UserMessageMoveInput.schema.json' with { type: 'json' }
|
|
843
|
+
addSchema('UserMessageMoveInput', UserMessageMoveInput, '@pikku/addon-microsoft-outlook')
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
import * as UserMessageMoveOutput from './schemas/UserMessageMoveOutput.schema.json' with { type: 'json' }
|
|
847
|
+
addSchema('UserMessageMoveOutput', UserMessageMoveOutput, '@pikku/addon-microsoft-outlook')
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
import * as UserMessagePermanentDeleteInput from './schemas/UserMessagePermanentDeleteInput.schema.json' with { type: 'json' }
|
|
851
|
+
addSchema('UserMessagePermanentDeleteInput', UserMessagePermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
import * as UserMessageReplyInput from './schemas/UserMessageReplyInput.schema.json' with { type: 'json' }
|
|
855
|
+
addSchema('UserMessageReplyInput', UserMessageReplyInput, '@pikku/addon-microsoft-outlook')
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
import * as UserMessageReplyAllInput from './schemas/UserMessageReplyAllInput.schema.json' with { type: 'json' }
|
|
859
|
+
addSchema('UserMessageReplyAllInput', UserMessageReplyAllInput, '@pikku/addon-microsoft-outlook')
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
import * as UserMessageSendInput from './schemas/UserMessageSendInput.schema.json' with { type: 'json' }
|
|
863
|
+
addSchema('UserMessageSendInput', UserMessageSendInput, '@pikku/addon-microsoft-outlook')
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
import * as UserMessageGetCountInput from './schemas/UserMessageGetCountInput.schema.json' with { type: 'json' }
|
|
867
|
+
addSchema('UserMessageGetCountInput', UserMessageGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
import * as UserMessageDeltaInput from './schemas/UserMessageDeltaInput.schema.json' with { type: 'json' }
|
|
871
|
+
addSchema('UserMessageDeltaInput', UserMessageDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
import * as UserMessageDeltaOutput from './schemas/UserMessageDeltaOutput.schema.json' with { type: 'json' }
|
|
875
|
+
addSchema('UserMessageDeltaOutput', UserMessageDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
import * as GroupGetCalendarInput from './schemas/GroupGetCalendarInput.schema.json' with { type: 'json' }
|
|
879
|
+
addSchema('GroupGetCalendarInput', GroupGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
import * as GroupGetCalendarOutput from './schemas/GroupGetCalendarOutput.schema.json' with { type: 'json' }
|
|
883
|
+
addSchema('GroupGetCalendarOutput', GroupGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
import * as GroupCalendarListCalendarPermissionInput from './schemas/GroupCalendarListCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
887
|
+
addSchema('GroupCalendarListCalendarPermissionInput', GroupCalendarListCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
import * as GroupCalendarListCalendarPermissionOutput from './schemas/GroupCalendarListCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
891
|
+
addSchema('GroupCalendarListCalendarPermissionOutput', GroupCalendarListCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
import * as GroupCalendarCreateCalendarPermissionInput from './schemas/GroupCalendarCreateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
895
|
+
addSchema('GroupCalendarCreateCalendarPermissionInput', GroupCalendarCreateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
import * as GroupCalendarCreateCalendarPermissionOutput from './schemas/GroupCalendarCreateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
899
|
+
addSchema('GroupCalendarCreateCalendarPermissionOutput', GroupCalendarCreateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
import * as GroupCalendarGetCalendarPermissionInput from './schemas/GroupCalendarGetCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
903
|
+
addSchema('GroupCalendarGetCalendarPermissionInput', GroupCalendarGetCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
import * as GroupCalendarGetCalendarPermissionOutput from './schemas/GroupCalendarGetCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
907
|
+
addSchema('GroupCalendarGetCalendarPermissionOutput', GroupCalendarGetCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
import * as GroupCalendarUpdateCalendarPermissionInput from './schemas/GroupCalendarUpdateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
911
|
+
addSchema('GroupCalendarUpdateCalendarPermissionInput', GroupCalendarUpdateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
import * as GroupCalendarUpdateCalendarPermissionOutput from './schemas/GroupCalendarUpdateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
915
|
+
addSchema('GroupCalendarUpdateCalendarPermissionOutput', GroupCalendarUpdateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
import * as GroupCalendarDeleteCalendarPermissionInput from './schemas/GroupCalendarDeleteCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
919
|
+
addSchema('GroupCalendarDeleteCalendarPermissionInput', GroupCalendarDeleteCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
import * as GroupCalendarCalendarPermissionGetCountInput from './schemas/GroupCalendarCalendarPermissionGetCountInput.schema.json' with { type: 'json' }
|
|
923
|
+
addSchema('GroupCalendarCalendarPermissionGetCountInput', GroupCalendarCalendarPermissionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
import * as GroupCalendarListCalendarViewInput from './schemas/GroupCalendarListCalendarViewInput.schema.json' with { type: 'json' }
|
|
927
|
+
addSchema('GroupCalendarListCalendarViewInput', GroupCalendarListCalendarViewInput, '@pikku/addon-microsoft-outlook')
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
import * as GroupCalendarListCalendarViewOutput from './schemas/GroupCalendarListCalendarViewOutput.schema.json' with { type: 'json' }
|
|
931
|
+
addSchema('GroupCalendarListCalendarViewOutput', GroupCalendarListCalendarViewOutput, '@pikku/addon-microsoft-outlook')
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
import * as GroupCalendarCalendarViewDeltaInput from './schemas/GroupCalendarCalendarViewDeltaInput.schema.json' with { type: 'json' }
|
|
935
|
+
addSchema('GroupCalendarCalendarViewDeltaInput', GroupCalendarCalendarViewDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
import * as GroupCalendarCalendarViewDeltaOutput from './schemas/GroupCalendarCalendarViewDeltaOutput.schema.json' with { type: 'json' }
|
|
939
|
+
addSchema('GroupCalendarCalendarViewDeltaOutput', GroupCalendarCalendarViewDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
import * as GroupCalendarListEventInput from './schemas/GroupCalendarListEventInput.schema.json' with { type: 'json' }
|
|
943
|
+
addSchema('GroupCalendarListEventInput', GroupCalendarListEventInput, '@pikku/addon-microsoft-outlook')
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
import * as GroupCalendarListEventOutput from './schemas/GroupCalendarListEventOutput.schema.json' with { type: 'json' }
|
|
947
|
+
addSchema('GroupCalendarListEventOutput', GroupCalendarListEventOutput, '@pikku/addon-microsoft-outlook')
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
import * as GroupCalendarCreateEventInput from './schemas/GroupCalendarCreateEventInput.schema.json' with { type: 'json' }
|
|
951
|
+
addSchema('GroupCalendarCreateEventInput', GroupCalendarCreateEventInput, '@pikku/addon-microsoft-outlook')
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
import * as GroupCalendarCreateEventOutput from './schemas/GroupCalendarCreateEventOutput.schema.json' with { type: 'json' }
|
|
955
|
+
addSchema('GroupCalendarCreateEventOutput', GroupCalendarCreateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
import * as GroupCalendarGetEventInput from './schemas/GroupCalendarGetEventInput.schema.json' with { type: 'json' }
|
|
959
|
+
addSchema('GroupCalendarGetEventInput', GroupCalendarGetEventInput, '@pikku/addon-microsoft-outlook')
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
import * as GroupCalendarGetEventOutput from './schemas/GroupCalendarGetEventOutput.schema.json' with { type: 'json' }
|
|
963
|
+
addSchema('GroupCalendarGetEventOutput', GroupCalendarGetEventOutput, '@pikku/addon-microsoft-outlook')
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
import * as GroupCalendarUpdateEventInput from './schemas/GroupCalendarUpdateEventInput.schema.json' with { type: 'json' }
|
|
967
|
+
addSchema('GroupCalendarUpdateEventInput', GroupCalendarUpdateEventInput, '@pikku/addon-microsoft-outlook')
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
import * as GroupCalendarUpdateEventOutput from './schemas/GroupCalendarUpdateEventOutput.schema.json' with { type: 'json' }
|
|
971
|
+
addSchema('GroupCalendarUpdateEventOutput', GroupCalendarUpdateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
import * as GroupCalendarDeleteEventInput from './schemas/GroupCalendarDeleteEventInput.schema.json' with { type: 'json' }
|
|
975
|
+
addSchema('GroupCalendarDeleteEventInput', GroupCalendarDeleteEventInput, '@pikku/addon-microsoft-outlook')
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
import * as GroupCalendarEventListAttachmentInput from './schemas/GroupCalendarEventListAttachmentInput.schema.json' with { type: 'json' }
|
|
979
|
+
addSchema('GroupCalendarEventListAttachmentInput', GroupCalendarEventListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
import * as GroupCalendarEventListAttachmentOutput from './schemas/GroupCalendarEventListAttachmentOutput.schema.json' with { type: 'json' }
|
|
983
|
+
addSchema('GroupCalendarEventListAttachmentOutput', GroupCalendarEventListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
import * as GroupCalendarEventCreateAttachmentInput from './schemas/GroupCalendarEventCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
987
|
+
addSchema('GroupCalendarEventCreateAttachmentInput', GroupCalendarEventCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
import * as GroupCalendarEventCreateAttachmentOutput from './schemas/GroupCalendarEventCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
991
|
+
addSchema('GroupCalendarEventCreateAttachmentOutput', GroupCalendarEventCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
import * as GroupCalendarEventGetAttachmentInput from './schemas/GroupCalendarEventGetAttachmentInput.schema.json' with { type: 'json' }
|
|
995
|
+
addSchema('GroupCalendarEventGetAttachmentInput', GroupCalendarEventGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
import * as GroupCalendarEventGetAttachmentOutput from './schemas/GroupCalendarEventGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
999
|
+
addSchema('GroupCalendarEventGetAttachmentOutput', GroupCalendarEventGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
import * as GroupCalendarEventDeleteAttachmentInput from './schemas/GroupCalendarEventDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
1003
|
+
addSchema('GroupCalendarEventDeleteAttachmentInput', GroupCalendarEventDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
import * as GroupCalendarEventAttachmentGetCountInput from './schemas/GroupCalendarEventAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
1007
|
+
addSchema('GroupCalendarEventAttachmentGetCountInput', GroupCalendarEventAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
import * as GroupCalendarEventAttachmentCreateUploadSessionInput from './schemas/GroupCalendarEventAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
1011
|
+
addSchema('GroupCalendarEventAttachmentCreateUploadSessionInput', GroupCalendarEventAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
import * as GroupCalendarEventAttachmentCreateUploadSessionOutput from './schemas/GroupCalendarEventAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
1015
|
+
addSchema('GroupCalendarEventAttachmentCreateUploadSessionOutput', GroupCalendarEventAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
import * as GroupCalendarEventGetCalendarInput from './schemas/GroupCalendarEventGetCalendarInput.schema.json' with { type: 'json' }
|
|
1019
|
+
addSchema('GroupCalendarEventGetCalendarInput', GroupCalendarEventGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
import * as GroupCalendarEventGetCalendarOutput from './schemas/GroupCalendarEventGetCalendarOutput.schema.json' with { type: 'json' }
|
|
1023
|
+
addSchema('GroupCalendarEventGetCalendarOutput', GroupCalendarEventGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
import * as GroupCalendarEventListExtensionInput from './schemas/GroupCalendarEventListExtensionInput.schema.json' with { type: 'json' }
|
|
1027
|
+
addSchema('GroupCalendarEventListExtensionInput', GroupCalendarEventListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
import * as GroupCalendarEventListExtensionOutput from './schemas/GroupCalendarEventListExtensionOutput.schema.json' with { type: 'json' }
|
|
1031
|
+
addSchema('GroupCalendarEventListExtensionOutput', GroupCalendarEventListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
import * as GroupCalendarEventCreateExtensionInput from './schemas/GroupCalendarEventCreateExtensionInput.schema.json' with { type: 'json' }
|
|
1035
|
+
addSchema('GroupCalendarEventCreateExtensionInput', GroupCalendarEventCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
import * as GroupCalendarEventCreateExtensionOutput from './schemas/GroupCalendarEventCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
1039
|
+
addSchema('GroupCalendarEventCreateExtensionOutput', GroupCalendarEventCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
import * as GroupCalendarEventGetExtensionInput from './schemas/GroupCalendarEventGetExtensionInput.schema.json' with { type: 'json' }
|
|
1043
|
+
addSchema('GroupCalendarEventGetExtensionInput', GroupCalendarEventGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
import * as GroupCalendarEventGetExtensionOutput from './schemas/GroupCalendarEventGetExtensionOutput.schema.json' with { type: 'json' }
|
|
1047
|
+
addSchema('GroupCalendarEventGetExtensionOutput', GroupCalendarEventGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
import * as GroupCalendarEventUpdateExtensionInput from './schemas/GroupCalendarEventUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
1051
|
+
addSchema('GroupCalendarEventUpdateExtensionInput', GroupCalendarEventUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
import * as GroupCalendarEventUpdateExtensionOutput from './schemas/GroupCalendarEventUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
1055
|
+
addSchema('GroupCalendarEventUpdateExtensionOutput', GroupCalendarEventUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
import * as GroupCalendarEventDeleteExtensionInput from './schemas/GroupCalendarEventDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
1059
|
+
addSchema('GroupCalendarEventDeleteExtensionInput', GroupCalendarEventDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
import * as GroupCalendarEventExtensionGetCountInput from './schemas/GroupCalendarEventExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
1063
|
+
addSchema('GroupCalendarEventExtensionGetCountInput', GroupCalendarEventExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
import * as GroupCalendarEventListInstanceInput from './schemas/GroupCalendarEventListInstanceInput.schema.json' with { type: 'json' }
|
|
1067
|
+
addSchema('GroupCalendarEventListInstanceInput', GroupCalendarEventListInstanceInput, '@pikku/addon-microsoft-outlook')
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
import * as GroupCalendarEventListInstanceOutput from './schemas/GroupCalendarEventListInstanceOutput.schema.json' with { type: 'json' }
|
|
1071
|
+
addSchema('GroupCalendarEventListInstanceOutput', GroupCalendarEventListInstanceOutput, '@pikku/addon-microsoft-outlook')
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
import * as GroupCalendarEventInstanceDeltaInput from './schemas/GroupCalendarEventInstanceDeltaInput.schema.json' with { type: 'json' }
|
|
1075
|
+
addSchema('GroupCalendarEventInstanceDeltaInput', GroupCalendarEventInstanceDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
import * as GroupCalendarEventInstanceDeltaOutput from './schemas/GroupCalendarEventInstanceDeltaOutput.schema.json' with { type: 'json' }
|
|
1079
|
+
addSchema('GroupCalendarEventInstanceDeltaOutput', GroupCalendarEventInstanceDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
import * as GroupCalendarEventAcceptInput from './schemas/GroupCalendarEventAcceptInput.schema.json' with { type: 'json' }
|
|
1083
|
+
addSchema('GroupCalendarEventAcceptInput', GroupCalendarEventAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
import * as GroupCalendarEventCancelInput from './schemas/GroupCalendarEventCancelInput.schema.json' with { type: 'json' }
|
|
1087
|
+
addSchema('GroupCalendarEventCancelInput', GroupCalendarEventCancelInput, '@pikku/addon-microsoft-outlook')
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
import * as GroupCalendarEventDeclineInput from './schemas/GroupCalendarEventDeclineInput.schema.json' with { type: 'json' }
|
|
1091
|
+
addSchema('GroupCalendarEventDeclineInput', GroupCalendarEventDeclineInput, '@pikku/addon-microsoft-outlook')
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
import * as GroupCalendarEventDismissReminderInput from './schemas/GroupCalendarEventDismissReminderInput.schema.json' with { type: 'json' }
|
|
1095
|
+
addSchema('GroupCalendarEventDismissReminderInput', GroupCalendarEventDismissReminderInput, '@pikku/addon-microsoft-outlook')
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
import * as GroupCalendarEventForwardInput from './schemas/GroupCalendarEventForwardInput.schema.json' with { type: 'json' }
|
|
1099
|
+
addSchema('GroupCalendarEventForwardInput', GroupCalendarEventForwardInput, '@pikku/addon-microsoft-outlook')
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
import * as GroupCalendarEventPermanentDeleteInput from './schemas/GroupCalendarEventPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
1103
|
+
addSchema('GroupCalendarEventPermanentDeleteInput', GroupCalendarEventPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
import * as GroupCalendarEventSnoozeReminderInput from './schemas/GroupCalendarEventSnoozeReminderInput.schema.json' with { type: 'json' }
|
|
1107
|
+
addSchema('GroupCalendarEventSnoozeReminderInput', GroupCalendarEventSnoozeReminderInput, '@pikku/addon-microsoft-outlook')
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
import * as GroupCalendarEventTentativelyAcceptInput from './schemas/GroupCalendarEventTentativelyAcceptInput.schema.json' with { type: 'json' }
|
|
1111
|
+
addSchema('GroupCalendarEventTentativelyAcceptInput', GroupCalendarEventTentativelyAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
import * as GroupCalendarEventGetCountInput from './schemas/GroupCalendarEventGetCountInput.schema.json' with { type: 'json' }
|
|
1115
|
+
addSchema('GroupCalendarEventGetCountInput', GroupCalendarEventGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
import * as GroupCalendarEventDeltaInput from './schemas/GroupCalendarEventDeltaInput.schema.json' with { type: 'json' }
|
|
1119
|
+
addSchema('GroupCalendarEventDeltaInput', GroupCalendarEventDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
import * as GroupCalendarEventDeltaOutput from './schemas/GroupCalendarEventDeltaOutput.schema.json' with { type: 'json' }
|
|
1123
|
+
addSchema('GroupCalendarEventDeltaOutput', GroupCalendarEventDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
import * as GroupCalendarAllowedCalendarSharingRoleInput from './schemas/GroupCalendarAllowedCalendarSharingRoleInput.schema.json' with { type: 'json' }
|
|
1127
|
+
addSchema('GroupCalendarAllowedCalendarSharingRoleInput', GroupCalendarAllowedCalendarSharingRoleInput, '@pikku/addon-microsoft-outlook')
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
import * as GroupCalendarAllowedCalendarSharingRoleOutput from './schemas/GroupCalendarAllowedCalendarSharingRoleOutput.schema.json' with { type: 'json' }
|
|
1131
|
+
addSchema('GroupCalendarAllowedCalendarSharingRoleOutput', GroupCalendarAllowedCalendarSharingRoleOutput, '@pikku/addon-microsoft-outlook')
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
import * as GroupCalendarGetScheduleInput from './schemas/GroupCalendarGetScheduleInput.schema.json' with { type: 'json' }
|
|
1135
|
+
addSchema('GroupCalendarGetScheduleInput', GroupCalendarGetScheduleInput, '@pikku/addon-microsoft-outlook')
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
import * as GroupCalendarGetScheduleOutput from './schemas/GroupCalendarGetScheduleOutput.schema.json' with { type: 'json' }
|
|
1139
|
+
addSchema('GroupCalendarGetScheduleOutput', GroupCalendarGetScheduleOutput, '@pikku/addon-microsoft-outlook')
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
import * as GroupCalendarPermanentDeleteInput from './schemas/GroupCalendarPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
1143
|
+
addSchema('GroupCalendarPermanentDeleteInput', GroupCalendarPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
import * as GroupListCalendarViewInput from './schemas/GroupListCalendarViewInput.schema.json' with { type: 'json' }
|
|
1147
|
+
addSchema('GroupListCalendarViewInput', GroupListCalendarViewInput, '@pikku/addon-microsoft-outlook')
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
import * as GroupListCalendarViewOutput from './schemas/GroupListCalendarViewOutput.schema.json' with { type: 'json' }
|
|
1151
|
+
addSchema('GroupListCalendarViewOutput', GroupListCalendarViewOutput, '@pikku/addon-microsoft-outlook')
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
import * as GroupCalendarViewDeltaInput from './schemas/GroupCalendarViewDeltaInput.schema.json' with { type: 'json' }
|
|
1155
|
+
addSchema('GroupCalendarViewDeltaInput', GroupCalendarViewDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
import * as GroupCalendarViewDeltaOutput from './schemas/GroupCalendarViewDeltaOutput.schema.json' with { type: 'json' }
|
|
1159
|
+
addSchema('GroupCalendarViewDeltaOutput', GroupCalendarViewDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
import * as GroupListEventInput from './schemas/GroupListEventInput.schema.json' with { type: 'json' }
|
|
1163
|
+
addSchema('GroupListEventInput', GroupListEventInput, '@pikku/addon-microsoft-outlook')
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
import * as GroupListEventOutput from './schemas/GroupListEventOutput.schema.json' with { type: 'json' }
|
|
1167
|
+
addSchema('GroupListEventOutput', GroupListEventOutput, '@pikku/addon-microsoft-outlook')
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
import * as GroupCreateEventInput from './schemas/GroupCreateEventInput.schema.json' with { type: 'json' }
|
|
1171
|
+
addSchema('GroupCreateEventInput', GroupCreateEventInput, '@pikku/addon-microsoft-outlook')
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
import * as GroupCreateEventOutput from './schemas/GroupCreateEventOutput.schema.json' with { type: 'json' }
|
|
1175
|
+
addSchema('GroupCreateEventOutput', GroupCreateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
import * as GroupGetEventInput from './schemas/GroupGetEventInput.schema.json' with { type: 'json' }
|
|
1179
|
+
addSchema('GroupGetEventInput', GroupGetEventInput, '@pikku/addon-microsoft-outlook')
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
import * as GroupGetEventOutput from './schemas/GroupGetEventOutput.schema.json' with { type: 'json' }
|
|
1183
|
+
addSchema('GroupGetEventOutput', GroupGetEventOutput, '@pikku/addon-microsoft-outlook')
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
import * as GroupUpdateEventInput from './schemas/GroupUpdateEventInput.schema.json' with { type: 'json' }
|
|
1187
|
+
addSchema('GroupUpdateEventInput', GroupUpdateEventInput, '@pikku/addon-microsoft-outlook')
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
import * as GroupUpdateEventOutput from './schemas/GroupUpdateEventOutput.schema.json' with { type: 'json' }
|
|
1191
|
+
addSchema('GroupUpdateEventOutput', GroupUpdateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
import * as GroupDeleteEventInput from './schemas/GroupDeleteEventInput.schema.json' with { type: 'json' }
|
|
1195
|
+
addSchema('GroupDeleteEventInput', GroupDeleteEventInput, '@pikku/addon-microsoft-outlook')
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
import * as GroupEventListAttachmentInput from './schemas/GroupEventListAttachmentInput.schema.json' with { type: 'json' }
|
|
1199
|
+
addSchema('GroupEventListAttachmentInput', GroupEventListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
import * as GroupEventListAttachmentOutput from './schemas/GroupEventListAttachmentOutput.schema.json' with { type: 'json' }
|
|
1203
|
+
addSchema('GroupEventListAttachmentOutput', GroupEventListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
import * as GroupEventCreateAttachmentInput from './schemas/GroupEventCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
1207
|
+
addSchema('GroupEventCreateAttachmentInput', GroupEventCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
import * as GroupEventCreateAttachmentOutput from './schemas/GroupEventCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
1211
|
+
addSchema('GroupEventCreateAttachmentOutput', GroupEventCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
import * as GroupEventGetAttachmentInput from './schemas/GroupEventGetAttachmentInput.schema.json' with { type: 'json' }
|
|
1215
|
+
addSchema('GroupEventGetAttachmentInput', GroupEventGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
import * as GroupEventGetAttachmentOutput from './schemas/GroupEventGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
1219
|
+
addSchema('GroupEventGetAttachmentOutput', GroupEventGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
import * as GroupEventDeleteAttachmentInput from './schemas/GroupEventDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
1223
|
+
addSchema('GroupEventDeleteAttachmentInput', GroupEventDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
import * as GroupEventAttachmentGetCountInput from './schemas/GroupEventAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
1227
|
+
addSchema('GroupEventAttachmentGetCountInput', GroupEventAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
import * as GroupEventAttachmentCreateUploadSessionInput from './schemas/GroupEventAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
1231
|
+
addSchema('GroupEventAttachmentCreateUploadSessionInput', GroupEventAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
import * as GroupEventAttachmentCreateUploadSessionOutput from './schemas/GroupEventAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
1235
|
+
addSchema('GroupEventAttachmentCreateUploadSessionOutput', GroupEventAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
import * as GroupEventGetCalendarInput from './schemas/GroupEventGetCalendarInput.schema.json' with { type: 'json' }
|
|
1239
|
+
addSchema('GroupEventGetCalendarInput', GroupEventGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
import * as GroupEventGetCalendarOutput from './schemas/GroupEventGetCalendarOutput.schema.json' with { type: 'json' }
|
|
1243
|
+
addSchema('GroupEventGetCalendarOutput', GroupEventGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
import * as GroupEventListExtensionInput from './schemas/GroupEventListExtensionInput.schema.json' with { type: 'json' }
|
|
1247
|
+
addSchema('GroupEventListExtensionInput', GroupEventListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
import * as GroupEventListExtensionOutput from './schemas/GroupEventListExtensionOutput.schema.json' with { type: 'json' }
|
|
1251
|
+
addSchema('GroupEventListExtensionOutput', GroupEventListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
import * as GroupEventCreateExtensionInput from './schemas/GroupEventCreateExtensionInput.schema.json' with { type: 'json' }
|
|
1255
|
+
addSchema('GroupEventCreateExtensionInput', GroupEventCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
import * as GroupEventCreateExtensionOutput from './schemas/GroupEventCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
1259
|
+
addSchema('GroupEventCreateExtensionOutput', GroupEventCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
import * as GroupEventGetExtensionInput from './schemas/GroupEventGetExtensionInput.schema.json' with { type: 'json' }
|
|
1263
|
+
addSchema('GroupEventGetExtensionInput', GroupEventGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
import * as GroupEventGetExtensionOutput from './schemas/GroupEventGetExtensionOutput.schema.json' with { type: 'json' }
|
|
1267
|
+
addSchema('GroupEventGetExtensionOutput', GroupEventGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
import * as GroupEventUpdateExtensionInput from './schemas/GroupEventUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
1271
|
+
addSchema('GroupEventUpdateExtensionInput', GroupEventUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
import * as GroupEventUpdateExtensionOutput from './schemas/GroupEventUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
1275
|
+
addSchema('GroupEventUpdateExtensionOutput', GroupEventUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
import * as GroupEventDeleteExtensionInput from './schemas/GroupEventDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
1279
|
+
addSchema('GroupEventDeleteExtensionInput', GroupEventDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
import * as GroupEventExtensionGetCountInput from './schemas/GroupEventExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
1283
|
+
addSchema('GroupEventExtensionGetCountInput', GroupEventExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
import * as GroupEventListInstanceInput from './schemas/GroupEventListInstanceInput.schema.json' with { type: 'json' }
|
|
1287
|
+
addSchema('GroupEventListInstanceInput', GroupEventListInstanceInput, '@pikku/addon-microsoft-outlook')
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
import * as GroupEventListInstanceOutput from './schemas/GroupEventListInstanceOutput.schema.json' with { type: 'json' }
|
|
1291
|
+
addSchema('GroupEventListInstanceOutput', GroupEventListInstanceOutput, '@pikku/addon-microsoft-outlook')
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
import * as GroupEventInstanceDeltaInput from './schemas/GroupEventInstanceDeltaInput.schema.json' with { type: 'json' }
|
|
1295
|
+
addSchema('GroupEventInstanceDeltaInput', GroupEventInstanceDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
import * as GroupEventInstanceDeltaOutput from './schemas/GroupEventInstanceDeltaOutput.schema.json' with { type: 'json' }
|
|
1299
|
+
addSchema('GroupEventInstanceDeltaOutput', GroupEventInstanceDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
import * as GroupEventAcceptInput from './schemas/GroupEventAcceptInput.schema.json' with { type: 'json' }
|
|
1303
|
+
addSchema('GroupEventAcceptInput', GroupEventAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
import * as GroupEventCancelInput from './schemas/GroupEventCancelInput.schema.json' with { type: 'json' }
|
|
1307
|
+
addSchema('GroupEventCancelInput', GroupEventCancelInput, '@pikku/addon-microsoft-outlook')
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
import * as GroupEventDeclineInput from './schemas/GroupEventDeclineInput.schema.json' with { type: 'json' }
|
|
1311
|
+
addSchema('GroupEventDeclineInput', GroupEventDeclineInput, '@pikku/addon-microsoft-outlook')
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
import * as GroupEventDismissReminderInput from './schemas/GroupEventDismissReminderInput.schema.json' with { type: 'json' }
|
|
1315
|
+
addSchema('GroupEventDismissReminderInput', GroupEventDismissReminderInput, '@pikku/addon-microsoft-outlook')
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
import * as GroupEventForwardInput from './schemas/GroupEventForwardInput.schema.json' with { type: 'json' }
|
|
1319
|
+
addSchema('GroupEventForwardInput', GroupEventForwardInput, '@pikku/addon-microsoft-outlook')
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
import * as GroupEventPermanentDeleteInput from './schemas/GroupEventPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
1323
|
+
addSchema('GroupEventPermanentDeleteInput', GroupEventPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
import * as GroupEventSnoozeReminderInput from './schemas/GroupEventSnoozeReminderInput.schema.json' with { type: 'json' }
|
|
1327
|
+
addSchema('GroupEventSnoozeReminderInput', GroupEventSnoozeReminderInput, '@pikku/addon-microsoft-outlook')
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
import * as GroupEventTentativelyAcceptInput from './schemas/GroupEventTentativelyAcceptInput.schema.json' with { type: 'json' }
|
|
1331
|
+
addSchema('GroupEventTentativelyAcceptInput', GroupEventTentativelyAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
import * as GroupEventGetCountInput from './schemas/GroupEventGetCountInput.schema.json' with { type: 'json' }
|
|
1335
|
+
addSchema('GroupEventGetCountInput', GroupEventGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
import * as GroupEventDeltaInput from './schemas/GroupEventDeltaInput.schema.json' with { type: 'json' }
|
|
1339
|
+
addSchema('GroupEventDeltaInput', GroupEventDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
import * as GroupEventDeltaOutput from './schemas/GroupEventDeltaOutput.schema.json' with { type: 'json' }
|
|
1343
|
+
addSchema('GroupEventDeltaOutput', GroupEventDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
import * as PlaceCreatePlaceInput from './schemas/PlaceCreatePlaceInput.schema.json' with { type: 'json' }
|
|
1347
|
+
addSchema('PlaceCreatePlaceInput', PlaceCreatePlaceInput, '@pikku/addon-microsoft-outlook')
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
import * as PlaceCreatePlaceOutput from './schemas/PlaceCreatePlaceOutput.schema.json' with { type: 'json' }
|
|
1351
|
+
addSchema('PlaceCreatePlaceOutput', PlaceCreatePlaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
import * as PlaceUpdatePlaceInput from './schemas/PlaceUpdatePlaceInput.schema.json' with { type: 'json' }
|
|
1355
|
+
addSchema('PlaceUpdatePlaceInput', PlaceUpdatePlaceInput, '@pikku/addon-microsoft-outlook')
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
import * as PlaceUpdatePlaceOutput from './schemas/PlaceUpdatePlaceOutput.schema.json' with { type: 'json' }
|
|
1359
|
+
addSchema('PlaceUpdatePlaceOutput', PlaceUpdatePlaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
import * as PlaceDeletePlaceInput from './schemas/PlaceDeletePlaceInput.schema.json' with { type: 'json' }
|
|
1363
|
+
addSchema('PlaceDeletePlaceInput', PlaceDeletePlaceInput, '@pikku/addon-microsoft-outlook')
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
import * as PlaceListCheckInInput from './schemas/PlaceListCheckInInput.schema.json' with { type: 'json' }
|
|
1367
|
+
addSchema('PlaceListCheckInInput', PlaceListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
import * as PlaceListCheckInOutput from './schemas/PlaceListCheckInOutput.schema.json' with { type: 'json' }
|
|
1371
|
+
addSchema('PlaceListCheckInOutput', PlaceListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
import * as PlaceCreateCheckInInput from './schemas/PlaceCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1375
|
+
addSchema('PlaceCreateCheckInInput', PlaceCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
import * as PlaceCreateCheckInOutput from './schemas/PlaceCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1379
|
+
addSchema('PlaceCreateCheckInOutput', PlaceCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
import * as PlaceGetCheckInInput from './schemas/PlaceGetCheckInInput.schema.json' with { type: 'json' }
|
|
1383
|
+
addSchema('PlaceGetCheckInInput', PlaceGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
import * as PlaceGetCheckInOutput from './schemas/PlaceGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1387
|
+
addSchema('PlaceGetCheckInOutput', PlaceGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
import * as PlaceUpdateCheckInInput from './schemas/PlaceUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1391
|
+
addSchema('PlaceUpdateCheckInInput', PlaceUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
import * as PlaceUpdateCheckInOutput from './schemas/PlaceUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1395
|
+
addSchema('PlaceUpdateCheckInOutput', PlaceUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
import * as PlaceDeleteCheckInInput from './schemas/PlaceDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1399
|
+
addSchema('PlaceDeleteCheckInInput', PlaceDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
import * as PlaceCheckInGetCountInput from './schemas/PlaceCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1403
|
+
addSchema('PlaceCheckInGetCountInput', PlaceCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
import * as PlaceGetPlaceAsBuildingInput from './schemas/PlaceGetPlaceAsBuildingInput.schema.json' with { type: 'json' }
|
|
1407
|
+
addSchema('PlaceGetPlaceAsBuildingInput', PlaceGetPlaceAsBuildingInput, '@pikku/addon-microsoft-outlook')
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
import * as PlaceGetPlaceAsBuildingOutput from './schemas/PlaceGetPlaceAsBuildingOutput.schema.json' with { type: 'json' }
|
|
1411
|
+
addSchema('PlaceGetPlaceAsBuildingOutput', PlaceGetPlaceAsBuildingOutput, '@pikku/addon-microsoft-outlook')
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
import * as PlaceAsBuildingListCheckInInput from './schemas/PlaceAsBuildingListCheckInInput.schema.json' with { type: 'json' }
|
|
1415
|
+
addSchema('PlaceAsBuildingListCheckInInput', PlaceAsBuildingListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
import * as PlaceAsBuildingListCheckInOutput from './schemas/PlaceAsBuildingListCheckInOutput.schema.json' with { type: 'json' }
|
|
1419
|
+
addSchema('PlaceAsBuildingListCheckInOutput', PlaceAsBuildingListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
import * as PlaceAsBuildingCreateCheckInInput from './schemas/PlaceAsBuildingCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1423
|
+
addSchema('PlaceAsBuildingCreateCheckInInput', PlaceAsBuildingCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
import * as PlaceAsBuildingCreateCheckInOutput from './schemas/PlaceAsBuildingCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1427
|
+
addSchema('PlaceAsBuildingCreateCheckInOutput', PlaceAsBuildingCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
import * as PlaceAsBuildingGetCheckInInput from './schemas/PlaceAsBuildingGetCheckInInput.schema.json' with { type: 'json' }
|
|
1431
|
+
addSchema('PlaceAsBuildingGetCheckInInput', PlaceAsBuildingGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
import * as PlaceAsBuildingGetCheckInOutput from './schemas/PlaceAsBuildingGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1435
|
+
addSchema('PlaceAsBuildingGetCheckInOutput', PlaceAsBuildingGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
import * as PlaceAsBuildingUpdateCheckInInput from './schemas/PlaceAsBuildingUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1439
|
+
addSchema('PlaceAsBuildingUpdateCheckInInput', PlaceAsBuildingUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
import * as PlaceAsBuildingUpdateCheckInOutput from './schemas/PlaceAsBuildingUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1443
|
+
addSchema('PlaceAsBuildingUpdateCheckInOutput', PlaceAsBuildingUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
import * as PlaceAsBuildingDeleteCheckInInput from './schemas/PlaceAsBuildingDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1447
|
+
addSchema('PlaceAsBuildingDeleteCheckInInput', PlaceAsBuildingDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
import * as PlaceAsBuildingCheckInGetCountInput from './schemas/PlaceAsBuildingCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1451
|
+
addSchema('PlaceAsBuildingCheckInGetCountInput', PlaceAsBuildingCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
import * as PlaceAsBuildingGetMapInput from './schemas/PlaceAsBuildingGetMapInput.schema.json' with { type: 'json' }
|
|
1455
|
+
addSchema('PlaceAsBuildingGetMapInput', PlaceAsBuildingGetMapInput, '@pikku/addon-microsoft-outlook')
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
import * as PlaceAsBuildingGetMapOutput from './schemas/PlaceAsBuildingGetMapOutput.schema.json' with { type: 'json' }
|
|
1459
|
+
addSchema('PlaceAsBuildingGetMapOutput', PlaceAsBuildingGetMapOutput, '@pikku/addon-microsoft-outlook')
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
import * as PlaceAsBuildingUpdateMapInput from './schemas/PlaceAsBuildingUpdateMapInput.schema.json' with { type: 'json' }
|
|
1463
|
+
addSchema('PlaceAsBuildingUpdateMapInput', PlaceAsBuildingUpdateMapInput, '@pikku/addon-microsoft-outlook')
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
import * as PlaceAsBuildingUpdateMapOutput from './schemas/PlaceAsBuildingUpdateMapOutput.schema.json' with { type: 'json' }
|
|
1467
|
+
addSchema('PlaceAsBuildingUpdateMapOutput', PlaceAsBuildingUpdateMapOutput, '@pikku/addon-microsoft-outlook')
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
import * as PlaceAsBuildingDeleteMapInput from './schemas/PlaceAsBuildingDeleteMapInput.schema.json' with { type: 'json' }
|
|
1471
|
+
addSchema('PlaceAsBuildingDeleteMapInput', PlaceAsBuildingDeleteMapInput, '@pikku/addon-microsoft-outlook')
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
import * as PlaceAsBuildingMapListFootprintInput from './schemas/PlaceAsBuildingMapListFootprintInput.schema.json' with { type: 'json' }
|
|
1475
|
+
addSchema('PlaceAsBuildingMapListFootprintInput', PlaceAsBuildingMapListFootprintInput, '@pikku/addon-microsoft-outlook')
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
import * as PlaceAsBuildingMapListFootprintOutput from './schemas/PlaceAsBuildingMapListFootprintOutput.schema.json' with { type: 'json' }
|
|
1479
|
+
addSchema('PlaceAsBuildingMapListFootprintOutput', PlaceAsBuildingMapListFootprintOutput, '@pikku/addon-microsoft-outlook')
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
import * as PlaceAsBuildingMapCreateFootprintInput from './schemas/PlaceAsBuildingMapCreateFootprintInput.schema.json' with { type: 'json' }
|
|
1483
|
+
addSchema('PlaceAsBuildingMapCreateFootprintInput', PlaceAsBuildingMapCreateFootprintInput, '@pikku/addon-microsoft-outlook')
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
import * as PlaceAsBuildingMapCreateFootprintOutput from './schemas/PlaceAsBuildingMapCreateFootprintOutput.schema.json' with { type: 'json' }
|
|
1487
|
+
addSchema('PlaceAsBuildingMapCreateFootprintOutput', PlaceAsBuildingMapCreateFootprintOutput, '@pikku/addon-microsoft-outlook')
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
import * as PlaceAsBuildingMapGetFootprintInput from './schemas/PlaceAsBuildingMapGetFootprintInput.schema.json' with { type: 'json' }
|
|
1491
|
+
addSchema('PlaceAsBuildingMapGetFootprintInput', PlaceAsBuildingMapGetFootprintInput, '@pikku/addon-microsoft-outlook')
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
import * as PlaceAsBuildingMapGetFootprintOutput from './schemas/PlaceAsBuildingMapGetFootprintOutput.schema.json' with { type: 'json' }
|
|
1495
|
+
addSchema('PlaceAsBuildingMapGetFootprintOutput', PlaceAsBuildingMapGetFootprintOutput, '@pikku/addon-microsoft-outlook')
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
import * as PlaceAsBuildingMapUpdateFootprintInput from './schemas/PlaceAsBuildingMapUpdateFootprintInput.schema.json' with { type: 'json' }
|
|
1499
|
+
addSchema('PlaceAsBuildingMapUpdateFootprintInput', PlaceAsBuildingMapUpdateFootprintInput, '@pikku/addon-microsoft-outlook')
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
import * as PlaceAsBuildingMapUpdateFootprintOutput from './schemas/PlaceAsBuildingMapUpdateFootprintOutput.schema.json' with { type: 'json' }
|
|
1503
|
+
addSchema('PlaceAsBuildingMapUpdateFootprintOutput', PlaceAsBuildingMapUpdateFootprintOutput, '@pikku/addon-microsoft-outlook')
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
import * as PlaceAsBuildingMapDeleteFootprintInput from './schemas/PlaceAsBuildingMapDeleteFootprintInput.schema.json' with { type: 'json' }
|
|
1507
|
+
addSchema('PlaceAsBuildingMapDeleteFootprintInput', PlaceAsBuildingMapDeleteFootprintInput, '@pikku/addon-microsoft-outlook')
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
import * as PlaceAsBuildingMapFootprintGetCountInput from './schemas/PlaceAsBuildingMapFootprintGetCountInput.schema.json' with { type: 'json' }
|
|
1511
|
+
addSchema('PlaceAsBuildingMapFootprintGetCountInput', PlaceAsBuildingMapFootprintGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
import * as PlaceAsBuildingMapListLevelInput from './schemas/PlaceAsBuildingMapListLevelInput.schema.json' with { type: 'json' }
|
|
1515
|
+
addSchema('PlaceAsBuildingMapListLevelInput', PlaceAsBuildingMapListLevelInput, '@pikku/addon-microsoft-outlook')
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
import * as PlaceAsBuildingMapListLevelOutput from './schemas/PlaceAsBuildingMapListLevelOutput.schema.json' with { type: 'json' }
|
|
1519
|
+
addSchema('PlaceAsBuildingMapListLevelOutput', PlaceAsBuildingMapListLevelOutput, '@pikku/addon-microsoft-outlook')
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
import * as PlaceAsBuildingMapCreateLevelInput from './schemas/PlaceAsBuildingMapCreateLevelInput.schema.json' with { type: 'json' }
|
|
1523
|
+
addSchema('PlaceAsBuildingMapCreateLevelInput', PlaceAsBuildingMapCreateLevelInput, '@pikku/addon-microsoft-outlook')
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
import * as PlaceAsBuildingMapCreateLevelOutput from './schemas/PlaceAsBuildingMapCreateLevelOutput.schema.json' with { type: 'json' }
|
|
1527
|
+
addSchema('PlaceAsBuildingMapCreateLevelOutput', PlaceAsBuildingMapCreateLevelOutput, '@pikku/addon-microsoft-outlook')
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
import * as PlaceAsBuildingMapGetLevelInput from './schemas/PlaceAsBuildingMapGetLevelInput.schema.json' with { type: 'json' }
|
|
1531
|
+
addSchema('PlaceAsBuildingMapGetLevelInput', PlaceAsBuildingMapGetLevelInput, '@pikku/addon-microsoft-outlook')
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
import * as PlaceAsBuildingMapGetLevelOutput from './schemas/PlaceAsBuildingMapGetLevelOutput.schema.json' with { type: 'json' }
|
|
1535
|
+
addSchema('PlaceAsBuildingMapGetLevelOutput', PlaceAsBuildingMapGetLevelOutput, '@pikku/addon-microsoft-outlook')
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
import * as PlaceAsBuildingMapUpdateLevelInput from './schemas/PlaceAsBuildingMapUpdateLevelInput.schema.json' with { type: 'json' }
|
|
1539
|
+
addSchema('PlaceAsBuildingMapUpdateLevelInput', PlaceAsBuildingMapUpdateLevelInput, '@pikku/addon-microsoft-outlook')
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
import * as PlaceAsBuildingMapUpdateLevelOutput from './schemas/PlaceAsBuildingMapUpdateLevelOutput.schema.json' with { type: 'json' }
|
|
1543
|
+
addSchema('PlaceAsBuildingMapUpdateLevelOutput', PlaceAsBuildingMapUpdateLevelOutput, '@pikku/addon-microsoft-outlook')
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
import * as PlaceAsBuildingMapDeleteLevelInput from './schemas/PlaceAsBuildingMapDeleteLevelInput.schema.json' with { type: 'json' }
|
|
1547
|
+
addSchema('PlaceAsBuildingMapDeleteLevelInput', PlaceAsBuildingMapDeleteLevelInput, '@pikku/addon-microsoft-outlook')
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
import * as PlaceAsBuildingMapLevelListFixtureInput from './schemas/PlaceAsBuildingMapLevelListFixtureInput.schema.json' with { type: 'json' }
|
|
1551
|
+
addSchema('PlaceAsBuildingMapLevelListFixtureInput', PlaceAsBuildingMapLevelListFixtureInput, '@pikku/addon-microsoft-outlook')
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
import * as PlaceAsBuildingMapLevelListFixtureOutput from './schemas/PlaceAsBuildingMapLevelListFixtureOutput.schema.json' with { type: 'json' }
|
|
1555
|
+
addSchema('PlaceAsBuildingMapLevelListFixtureOutput', PlaceAsBuildingMapLevelListFixtureOutput, '@pikku/addon-microsoft-outlook')
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
import * as PlaceAsBuildingMapLevelCreateFixtureInput from './schemas/PlaceAsBuildingMapLevelCreateFixtureInput.schema.json' with { type: 'json' }
|
|
1559
|
+
addSchema('PlaceAsBuildingMapLevelCreateFixtureInput', PlaceAsBuildingMapLevelCreateFixtureInput, '@pikku/addon-microsoft-outlook')
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
import * as PlaceAsBuildingMapLevelCreateFixtureOutput from './schemas/PlaceAsBuildingMapLevelCreateFixtureOutput.schema.json' with { type: 'json' }
|
|
1563
|
+
addSchema('PlaceAsBuildingMapLevelCreateFixtureOutput', PlaceAsBuildingMapLevelCreateFixtureOutput, '@pikku/addon-microsoft-outlook')
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
import * as PlaceAsBuildingMapLevelGetFixtureInput from './schemas/PlaceAsBuildingMapLevelGetFixtureInput.schema.json' with { type: 'json' }
|
|
1567
|
+
addSchema('PlaceAsBuildingMapLevelGetFixtureInput', PlaceAsBuildingMapLevelGetFixtureInput, '@pikku/addon-microsoft-outlook')
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
import * as PlaceAsBuildingMapLevelGetFixtureOutput from './schemas/PlaceAsBuildingMapLevelGetFixtureOutput.schema.json' with { type: 'json' }
|
|
1571
|
+
addSchema('PlaceAsBuildingMapLevelGetFixtureOutput', PlaceAsBuildingMapLevelGetFixtureOutput, '@pikku/addon-microsoft-outlook')
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
import * as PlaceAsBuildingMapLevelUpdateFixtureInput from './schemas/PlaceAsBuildingMapLevelUpdateFixtureInput.schema.json' with { type: 'json' }
|
|
1575
|
+
addSchema('PlaceAsBuildingMapLevelUpdateFixtureInput', PlaceAsBuildingMapLevelUpdateFixtureInput, '@pikku/addon-microsoft-outlook')
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
import * as PlaceAsBuildingMapLevelUpdateFixtureOutput from './schemas/PlaceAsBuildingMapLevelUpdateFixtureOutput.schema.json' with { type: 'json' }
|
|
1579
|
+
addSchema('PlaceAsBuildingMapLevelUpdateFixtureOutput', PlaceAsBuildingMapLevelUpdateFixtureOutput, '@pikku/addon-microsoft-outlook')
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
import * as PlaceAsBuildingMapLevelDeleteFixtureInput from './schemas/PlaceAsBuildingMapLevelDeleteFixtureInput.schema.json' with { type: 'json' }
|
|
1583
|
+
addSchema('PlaceAsBuildingMapLevelDeleteFixtureInput', PlaceAsBuildingMapLevelDeleteFixtureInput, '@pikku/addon-microsoft-outlook')
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
import * as PlaceAsBuildingMapLevelFixtureGetCountInput from './schemas/PlaceAsBuildingMapLevelFixtureGetCountInput.schema.json' with { type: 'json' }
|
|
1587
|
+
addSchema('PlaceAsBuildingMapLevelFixtureGetCountInput', PlaceAsBuildingMapLevelFixtureGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
import * as PlaceAsBuildingMapLevelListSectionInput from './schemas/PlaceAsBuildingMapLevelListSectionInput.schema.json' with { type: 'json' }
|
|
1591
|
+
addSchema('PlaceAsBuildingMapLevelListSectionInput', PlaceAsBuildingMapLevelListSectionInput, '@pikku/addon-microsoft-outlook')
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
import * as PlaceAsBuildingMapLevelListSectionOutput from './schemas/PlaceAsBuildingMapLevelListSectionOutput.schema.json' with { type: 'json' }
|
|
1595
|
+
addSchema('PlaceAsBuildingMapLevelListSectionOutput', PlaceAsBuildingMapLevelListSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
import * as PlaceAsBuildingMapLevelCreateSectionInput from './schemas/PlaceAsBuildingMapLevelCreateSectionInput.schema.json' with { type: 'json' }
|
|
1599
|
+
addSchema('PlaceAsBuildingMapLevelCreateSectionInput', PlaceAsBuildingMapLevelCreateSectionInput, '@pikku/addon-microsoft-outlook')
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
import * as PlaceAsBuildingMapLevelCreateSectionOutput from './schemas/PlaceAsBuildingMapLevelCreateSectionOutput.schema.json' with { type: 'json' }
|
|
1603
|
+
addSchema('PlaceAsBuildingMapLevelCreateSectionOutput', PlaceAsBuildingMapLevelCreateSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
import * as PlaceAsBuildingMapLevelGetSectionInput from './schemas/PlaceAsBuildingMapLevelGetSectionInput.schema.json' with { type: 'json' }
|
|
1607
|
+
addSchema('PlaceAsBuildingMapLevelGetSectionInput', PlaceAsBuildingMapLevelGetSectionInput, '@pikku/addon-microsoft-outlook')
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
import * as PlaceAsBuildingMapLevelGetSectionOutput from './schemas/PlaceAsBuildingMapLevelGetSectionOutput.schema.json' with { type: 'json' }
|
|
1611
|
+
addSchema('PlaceAsBuildingMapLevelGetSectionOutput', PlaceAsBuildingMapLevelGetSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
import * as PlaceAsBuildingMapLevelUpdateSectionInput from './schemas/PlaceAsBuildingMapLevelUpdateSectionInput.schema.json' with { type: 'json' }
|
|
1615
|
+
addSchema('PlaceAsBuildingMapLevelUpdateSectionInput', PlaceAsBuildingMapLevelUpdateSectionInput, '@pikku/addon-microsoft-outlook')
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
import * as PlaceAsBuildingMapLevelUpdateSectionOutput from './schemas/PlaceAsBuildingMapLevelUpdateSectionOutput.schema.json' with { type: 'json' }
|
|
1619
|
+
addSchema('PlaceAsBuildingMapLevelUpdateSectionOutput', PlaceAsBuildingMapLevelUpdateSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
import * as PlaceAsBuildingMapLevelDeleteSectionInput from './schemas/PlaceAsBuildingMapLevelDeleteSectionInput.schema.json' with { type: 'json' }
|
|
1623
|
+
addSchema('PlaceAsBuildingMapLevelDeleteSectionInput', PlaceAsBuildingMapLevelDeleteSectionInput, '@pikku/addon-microsoft-outlook')
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
import * as PlaceAsBuildingMapLevelSectionGetCountInput from './schemas/PlaceAsBuildingMapLevelSectionGetCountInput.schema.json' with { type: 'json' }
|
|
1627
|
+
addSchema('PlaceAsBuildingMapLevelSectionGetCountInput', PlaceAsBuildingMapLevelSectionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
import * as PlaceAsBuildingMapLevelListUnitInput from './schemas/PlaceAsBuildingMapLevelListUnitInput.schema.json' with { type: 'json' }
|
|
1631
|
+
addSchema('PlaceAsBuildingMapLevelListUnitInput', PlaceAsBuildingMapLevelListUnitInput, '@pikku/addon-microsoft-outlook')
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
import * as PlaceAsBuildingMapLevelListUnitOutput from './schemas/PlaceAsBuildingMapLevelListUnitOutput.schema.json' with { type: 'json' }
|
|
1635
|
+
addSchema('PlaceAsBuildingMapLevelListUnitOutput', PlaceAsBuildingMapLevelListUnitOutput, '@pikku/addon-microsoft-outlook')
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
import * as PlaceAsBuildingMapLevelCreateUnitInput from './schemas/PlaceAsBuildingMapLevelCreateUnitInput.schema.json' with { type: 'json' }
|
|
1639
|
+
addSchema('PlaceAsBuildingMapLevelCreateUnitInput', PlaceAsBuildingMapLevelCreateUnitInput, '@pikku/addon-microsoft-outlook')
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
import * as PlaceAsBuildingMapLevelCreateUnitOutput from './schemas/PlaceAsBuildingMapLevelCreateUnitOutput.schema.json' with { type: 'json' }
|
|
1643
|
+
addSchema('PlaceAsBuildingMapLevelCreateUnitOutput', PlaceAsBuildingMapLevelCreateUnitOutput, '@pikku/addon-microsoft-outlook')
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
import * as PlaceAsBuildingMapLevelGetUnitInput from './schemas/PlaceAsBuildingMapLevelGetUnitInput.schema.json' with { type: 'json' }
|
|
1647
|
+
addSchema('PlaceAsBuildingMapLevelGetUnitInput', PlaceAsBuildingMapLevelGetUnitInput, '@pikku/addon-microsoft-outlook')
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
import * as PlaceAsBuildingMapLevelGetUnitOutput from './schemas/PlaceAsBuildingMapLevelGetUnitOutput.schema.json' with { type: 'json' }
|
|
1651
|
+
addSchema('PlaceAsBuildingMapLevelGetUnitOutput', PlaceAsBuildingMapLevelGetUnitOutput, '@pikku/addon-microsoft-outlook')
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
import * as PlaceAsBuildingMapLevelUpdateUnitInput from './schemas/PlaceAsBuildingMapLevelUpdateUnitInput.schema.json' with { type: 'json' }
|
|
1655
|
+
addSchema('PlaceAsBuildingMapLevelUpdateUnitInput', PlaceAsBuildingMapLevelUpdateUnitInput, '@pikku/addon-microsoft-outlook')
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
import * as PlaceAsBuildingMapLevelUpdateUnitOutput from './schemas/PlaceAsBuildingMapLevelUpdateUnitOutput.schema.json' with { type: 'json' }
|
|
1659
|
+
addSchema('PlaceAsBuildingMapLevelUpdateUnitOutput', PlaceAsBuildingMapLevelUpdateUnitOutput, '@pikku/addon-microsoft-outlook')
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
import * as PlaceAsBuildingMapLevelDeleteUnitInput from './schemas/PlaceAsBuildingMapLevelDeleteUnitInput.schema.json' with { type: 'json' }
|
|
1663
|
+
addSchema('PlaceAsBuildingMapLevelDeleteUnitInput', PlaceAsBuildingMapLevelDeleteUnitInput, '@pikku/addon-microsoft-outlook')
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
import * as PlaceAsBuildingMapLevelUnitGetCountInput from './schemas/PlaceAsBuildingMapLevelUnitGetCountInput.schema.json' with { type: 'json' }
|
|
1667
|
+
addSchema('PlaceAsBuildingMapLevelUnitGetCountInput', PlaceAsBuildingMapLevelUnitGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
import * as PlaceAsBuildingMapLevelGetCountInput from './schemas/PlaceAsBuildingMapLevelGetCountInput.schema.json' with { type: 'json' }
|
|
1671
|
+
addSchema('PlaceAsBuildingMapLevelGetCountInput', PlaceAsBuildingMapLevelGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
import * as PlaceDescendantInput from './schemas/PlaceDescendantInput.schema.json' with { type: 'json' }
|
|
1675
|
+
addSchema('PlaceDescendantInput', PlaceDescendantInput, '@pikku/addon-microsoft-outlook')
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
import * as PlaceDescendantOutput from './schemas/PlaceDescendantOutput.schema.json' with { type: 'json' }
|
|
1679
|
+
addSchema('PlaceDescendantOutput', PlaceDescendantOutput, '@pikku/addon-microsoft-outlook')
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
import * as PlaceGetPlaceAsDeskInput from './schemas/PlaceGetPlaceAsDeskInput.schema.json' with { type: 'json' }
|
|
1683
|
+
addSchema('PlaceGetPlaceAsDeskInput', PlaceGetPlaceAsDeskInput, '@pikku/addon-microsoft-outlook')
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
import * as PlaceGetPlaceAsDeskOutput from './schemas/PlaceGetPlaceAsDeskOutput.schema.json' with { type: 'json' }
|
|
1687
|
+
addSchema('PlaceGetPlaceAsDeskOutput', PlaceGetPlaceAsDeskOutput, '@pikku/addon-microsoft-outlook')
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
import * as PlaceAsDeskListCheckInInput from './schemas/PlaceAsDeskListCheckInInput.schema.json' with { type: 'json' }
|
|
1691
|
+
addSchema('PlaceAsDeskListCheckInInput', PlaceAsDeskListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
import * as PlaceAsDeskListCheckInOutput from './schemas/PlaceAsDeskListCheckInOutput.schema.json' with { type: 'json' }
|
|
1695
|
+
addSchema('PlaceAsDeskListCheckInOutput', PlaceAsDeskListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
import * as PlaceAsDeskCreateCheckInInput from './schemas/PlaceAsDeskCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1699
|
+
addSchema('PlaceAsDeskCreateCheckInInput', PlaceAsDeskCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
import * as PlaceAsDeskCreateCheckInOutput from './schemas/PlaceAsDeskCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1703
|
+
addSchema('PlaceAsDeskCreateCheckInOutput', PlaceAsDeskCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
import * as PlaceAsDeskGetCheckInInput from './schemas/PlaceAsDeskGetCheckInInput.schema.json' with { type: 'json' }
|
|
1707
|
+
addSchema('PlaceAsDeskGetCheckInInput', PlaceAsDeskGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
import * as PlaceAsDeskGetCheckInOutput from './schemas/PlaceAsDeskGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1711
|
+
addSchema('PlaceAsDeskGetCheckInOutput', PlaceAsDeskGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
import * as PlaceAsDeskUpdateCheckInInput from './schemas/PlaceAsDeskUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1715
|
+
addSchema('PlaceAsDeskUpdateCheckInInput', PlaceAsDeskUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
import * as PlaceAsDeskUpdateCheckInOutput from './schemas/PlaceAsDeskUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1719
|
+
addSchema('PlaceAsDeskUpdateCheckInOutput', PlaceAsDeskUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
import * as PlaceAsDeskDeleteCheckInInput from './schemas/PlaceAsDeskDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1723
|
+
addSchema('PlaceAsDeskDeleteCheckInInput', PlaceAsDeskDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
import * as PlaceAsDeskCheckInGetCountInput from './schemas/PlaceAsDeskCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1727
|
+
addSchema('PlaceAsDeskCheckInGetCountInput', PlaceAsDeskCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
import * as PlaceGetPlaceAsFloorInput from './schemas/PlaceGetPlaceAsFloorInput.schema.json' with { type: 'json' }
|
|
1731
|
+
addSchema('PlaceGetPlaceAsFloorInput', PlaceGetPlaceAsFloorInput, '@pikku/addon-microsoft-outlook')
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
import * as PlaceGetPlaceAsFloorOutput from './schemas/PlaceGetPlaceAsFloorOutput.schema.json' with { type: 'json' }
|
|
1735
|
+
addSchema('PlaceGetPlaceAsFloorOutput', PlaceGetPlaceAsFloorOutput, '@pikku/addon-microsoft-outlook')
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
import * as PlaceAsFloorListCheckInInput from './schemas/PlaceAsFloorListCheckInInput.schema.json' with { type: 'json' }
|
|
1739
|
+
addSchema('PlaceAsFloorListCheckInInput', PlaceAsFloorListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
import * as PlaceAsFloorListCheckInOutput from './schemas/PlaceAsFloorListCheckInOutput.schema.json' with { type: 'json' }
|
|
1743
|
+
addSchema('PlaceAsFloorListCheckInOutput', PlaceAsFloorListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
import * as PlaceAsFloorCreateCheckInInput from './schemas/PlaceAsFloorCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1747
|
+
addSchema('PlaceAsFloorCreateCheckInInput', PlaceAsFloorCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
import * as PlaceAsFloorCreateCheckInOutput from './schemas/PlaceAsFloorCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1751
|
+
addSchema('PlaceAsFloorCreateCheckInOutput', PlaceAsFloorCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
import * as PlaceAsFloorGetCheckInInput from './schemas/PlaceAsFloorGetCheckInInput.schema.json' with { type: 'json' }
|
|
1755
|
+
addSchema('PlaceAsFloorGetCheckInInput', PlaceAsFloorGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
import * as PlaceAsFloorGetCheckInOutput from './schemas/PlaceAsFloorGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1759
|
+
addSchema('PlaceAsFloorGetCheckInOutput', PlaceAsFloorGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
import * as PlaceAsFloorUpdateCheckInInput from './schemas/PlaceAsFloorUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1763
|
+
addSchema('PlaceAsFloorUpdateCheckInInput', PlaceAsFloorUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
import * as PlaceAsFloorUpdateCheckInOutput from './schemas/PlaceAsFloorUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1767
|
+
addSchema('PlaceAsFloorUpdateCheckInOutput', PlaceAsFloorUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
import * as PlaceAsFloorDeleteCheckInInput from './schemas/PlaceAsFloorDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1771
|
+
addSchema('PlaceAsFloorDeleteCheckInInput', PlaceAsFloorDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
import * as PlaceAsFloorCheckInGetCountInput from './schemas/PlaceAsFloorCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1775
|
+
addSchema('PlaceAsFloorCheckInGetCountInput', PlaceAsFloorCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
import * as PlaceGetPlaceAsRoomInput from './schemas/PlaceGetPlaceAsRoomInput.schema.json' with { type: 'json' }
|
|
1779
|
+
addSchema('PlaceGetPlaceAsRoomInput', PlaceGetPlaceAsRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
import * as PlaceGetPlaceAsRoomOutput from './schemas/PlaceGetPlaceAsRoomOutput.schema.json' with { type: 'json' }
|
|
1783
|
+
addSchema('PlaceGetPlaceAsRoomOutput', PlaceGetPlaceAsRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
import * as PlaceAsRoomListCheckInInput from './schemas/PlaceAsRoomListCheckInInput.schema.json' with { type: 'json' }
|
|
1787
|
+
addSchema('PlaceAsRoomListCheckInInput', PlaceAsRoomListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
import * as PlaceAsRoomListCheckInOutput from './schemas/PlaceAsRoomListCheckInOutput.schema.json' with { type: 'json' }
|
|
1791
|
+
addSchema('PlaceAsRoomListCheckInOutput', PlaceAsRoomListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
import * as PlaceAsRoomCreateCheckInInput from './schemas/PlaceAsRoomCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1795
|
+
addSchema('PlaceAsRoomCreateCheckInInput', PlaceAsRoomCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
import * as PlaceAsRoomCreateCheckInOutput from './schemas/PlaceAsRoomCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1799
|
+
addSchema('PlaceAsRoomCreateCheckInOutput', PlaceAsRoomCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
import * as PlaceAsRoomGetCheckInInput from './schemas/PlaceAsRoomGetCheckInInput.schema.json' with { type: 'json' }
|
|
1803
|
+
addSchema('PlaceAsRoomGetCheckInInput', PlaceAsRoomGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
import * as PlaceAsRoomGetCheckInOutput from './schemas/PlaceAsRoomGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1807
|
+
addSchema('PlaceAsRoomGetCheckInOutput', PlaceAsRoomGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
import * as PlaceAsRoomUpdateCheckInInput from './schemas/PlaceAsRoomUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1811
|
+
addSchema('PlaceAsRoomUpdateCheckInInput', PlaceAsRoomUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
import * as PlaceAsRoomUpdateCheckInOutput from './schemas/PlaceAsRoomUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1815
|
+
addSchema('PlaceAsRoomUpdateCheckInOutput', PlaceAsRoomUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
import * as PlaceAsRoomDeleteCheckInInput from './schemas/PlaceAsRoomDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1819
|
+
addSchema('PlaceAsRoomDeleteCheckInInput', PlaceAsRoomDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
import * as PlaceAsRoomCheckInGetCountInput from './schemas/PlaceAsRoomCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1823
|
+
addSchema('PlaceAsRoomCheckInGetCountInput', PlaceAsRoomCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
import * as PlaceGetPlaceAsRoomListInput from './schemas/PlaceGetPlaceAsRoomListInput.schema.json' with { type: 'json' }
|
|
1827
|
+
addSchema('PlaceGetPlaceAsRoomListInput', PlaceGetPlaceAsRoomListInput, '@pikku/addon-microsoft-outlook')
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
import * as PlaceGetPlaceAsRoomListOutput from './schemas/PlaceGetPlaceAsRoomListOutput.schema.json' with { type: 'json' }
|
|
1831
|
+
addSchema('PlaceGetPlaceAsRoomListOutput', PlaceGetPlaceAsRoomListOutput, '@pikku/addon-microsoft-outlook')
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
import * as PlaceAsRoomListListCheckInInput from './schemas/PlaceAsRoomListListCheckInInput.schema.json' with { type: 'json' }
|
|
1835
|
+
addSchema('PlaceAsRoomListListCheckInInput', PlaceAsRoomListListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
import * as PlaceAsRoomListListCheckInOutput from './schemas/PlaceAsRoomListListCheckInOutput.schema.json' with { type: 'json' }
|
|
1839
|
+
addSchema('PlaceAsRoomListListCheckInOutput', PlaceAsRoomListListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
import * as PlaceAsRoomListCreateCheckInInput from './schemas/PlaceAsRoomListCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1843
|
+
addSchema('PlaceAsRoomListCreateCheckInInput', PlaceAsRoomListCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
import * as PlaceAsRoomListCreateCheckInOutput from './schemas/PlaceAsRoomListCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1847
|
+
addSchema('PlaceAsRoomListCreateCheckInOutput', PlaceAsRoomListCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
import * as PlaceAsRoomListGetCheckInInput from './schemas/PlaceAsRoomListGetCheckInInput.schema.json' with { type: 'json' }
|
|
1851
|
+
addSchema('PlaceAsRoomListGetCheckInInput', PlaceAsRoomListGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
import * as PlaceAsRoomListGetCheckInOutput from './schemas/PlaceAsRoomListGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1855
|
+
addSchema('PlaceAsRoomListGetCheckInOutput', PlaceAsRoomListGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
import * as PlaceAsRoomListUpdateCheckInInput from './schemas/PlaceAsRoomListUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1859
|
+
addSchema('PlaceAsRoomListUpdateCheckInInput', PlaceAsRoomListUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
import * as PlaceAsRoomListUpdateCheckInOutput from './schemas/PlaceAsRoomListUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1863
|
+
addSchema('PlaceAsRoomListUpdateCheckInOutput', PlaceAsRoomListUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
import * as PlaceAsRoomListDeleteCheckInInput from './schemas/PlaceAsRoomListDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1867
|
+
addSchema('PlaceAsRoomListDeleteCheckInInput', PlaceAsRoomListDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
import * as PlaceAsRoomListCheckInGetCountInput from './schemas/PlaceAsRoomListCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1871
|
+
addSchema('PlaceAsRoomListCheckInGetCountInput', PlaceAsRoomListCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
import * as PlaceAsRoomListListRoomInput from './schemas/PlaceAsRoomListListRoomInput.schema.json' with { type: 'json' }
|
|
1875
|
+
addSchema('PlaceAsRoomListListRoomInput', PlaceAsRoomListListRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
import * as PlaceAsRoomListListRoomOutput from './schemas/PlaceAsRoomListListRoomOutput.schema.json' with { type: 'json' }
|
|
1879
|
+
addSchema('PlaceAsRoomListListRoomOutput', PlaceAsRoomListListRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
import * as PlaceAsRoomListCreateRoomInput from './schemas/PlaceAsRoomListCreateRoomInput.schema.json' with { type: 'json' }
|
|
1883
|
+
addSchema('PlaceAsRoomListCreateRoomInput', PlaceAsRoomListCreateRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
import * as PlaceAsRoomListCreateRoomOutput from './schemas/PlaceAsRoomListCreateRoomOutput.schema.json' with { type: 'json' }
|
|
1887
|
+
addSchema('PlaceAsRoomListCreateRoomOutput', PlaceAsRoomListCreateRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
import * as PlaceAsRoomListGetRoomInput from './schemas/PlaceAsRoomListGetRoomInput.schema.json' with { type: 'json' }
|
|
1891
|
+
addSchema('PlaceAsRoomListGetRoomInput', PlaceAsRoomListGetRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
import * as PlaceAsRoomListGetRoomOutput from './schemas/PlaceAsRoomListGetRoomOutput.schema.json' with { type: 'json' }
|
|
1895
|
+
addSchema('PlaceAsRoomListGetRoomOutput', PlaceAsRoomListGetRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
import * as PlaceAsRoomListUpdateRoomInput from './schemas/PlaceAsRoomListUpdateRoomInput.schema.json' with { type: 'json' }
|
|
1899
|
+
addSchema('PlaceAsRoomListUpdateRoomInput', PlaceAsRoomListUpdateRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
import * as PlaceAsRoomListUpdateRoomOutput from './schemas/PlaceAsRoomListUpdateRoomOutput.schema.json' with { type: 'json' }
|
|
1903
|
+
addSchema('PlaceAsRoomListUpdateRoomOutput', PlaceAsRoomListUpdateRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
import * as PlaceAsRoomListDeleteRoomInput from './schemas/PlaceAsRoomListDeleteRoomInput.schema.json' with { type: 'json' }
|
|
1907
|
+
addSchema('PlaceAsRoomListDeleteRoomInput', PlaceAsRoomListDeleteRoomInput, '@pikku/addon-microsoft-outlook')
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
import * as PlaceAsRoomListRoomListCheckInInput from './schemas/PlaceAsRoomListRoomListCheckInInput.schema.json' with { type: 'json' }
|
|
1911
|
+
addSchema('PlaceAsRoomListRoomListCheckInInput', PlaceAsRoomListRoomListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
import * as PlaceAsRoomListRoomListCheckInOutput from './schemas/PlaceAsRoomListRoomListCheckInOutput.schema.json' with { type: 'json' }
|
|
1915
|
+
addSchema('PlaceAsRoomListRoomListCheckInOutput', PlaceAsRoomListRoomListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
import * as PlaceAsRoomListRoomCreateCheckInInput from './schemas/PlaceAsRoomListRoomCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1919
|
+
addSchema('PlaceAsRoomListRoomCreateCheckInInput', PlaceAsRoomListRoomCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
import * as PlaceAsRoomListRoomCreateCheckInOutput from './schemas/PlaceAsRoomListRoomCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
1923
|
+
addSchema('PlaceAsRoomListRoomCreateCheckInOutput', PlaceAsRoomListRoomCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
import * as PlaceAsRoomListRoomGetCheckInInput from './schemas/PlaceAsRoomListRoomGetCheckInInput.schema.json' with { type: 'json' }
|
|
1927
|
+
addSchema('PlaceAsRoomListRoomGetCheckInInput', PlaceAsRoomListRoomGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
import * as PlaceAsRoomListRoomGetCheckInOutput from './schemas/PlaceAsRoomListRoomGetCheckInOutput.schema.json' with { type: 'json' }
|
|
1931
|
+
addSchema('PlaceAsRoomListRoomGetCheckInOutput', PlaceAsRoomListRoomGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
import * as PlaceAsRoomListRoomUpdateCheckInInput from './schemas/PlaceAsRoomListRoomUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
1935
|
+
addSchema('PlaceAsRoomListRoomUpdateCheckInInput', PlaceAsRoomListRoomUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
import * as PlaceAsRoomListRoomUpdateCheckInOutput from './schemas/PlaceAsRoomListRoomUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
1939
|
+
addSchema('PlaceAsRoomListRoomUpdateCheckInOutput', PlaceAsRoomListRoomUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
import * as PlaceAsRoomListRoomDeleteCheckInInput from './schemas/PlaceAsRoomListRoomDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
1943
|
+
addSchema('PlaceAsRoomListRoomDeleteCheckInInput', PlaceAsRoomListRoomDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
import * as PlaceAsRoomListRoomCheckInGetCountInput from './schemas/PlaceAsRoomListRoomCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
1947
|
+
addSchema('PlaceAsRoomListRoomCheckInGetCountInput', PlaceAsRoomListRoomCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
import * as PlaceAsRoomListRoomGetCountInput from './schemas/PlaceAsRoomListRoomGetCountInput.schema.json' with { type: 'json' }
|
|
1951
|
+
addSchema('PlaceAsRoomListRoomGetCountInput', PlaceAsRoomListRoomGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
import * as PlaceAsRoomListListWorkspaceInput from './schemas/PlaceAsRoomListListWorkspaceInput.schema.json' with { type: 'json' }
|
|
1955
|
+
addSchema('PlaceAsRoomListListWorkspaceInput', PlaceAsRoomListListWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
import * as PlaceAsRoomListListWorkspaceOutput from './schemas/PlaceAsRoomListListWorkspaceOutput.schema.json' with { type: 'json' }
|
|
1959
|
+
addSchema('PlaceAsRoomListListWorkspaceOutput', PlaceAsRoomListListWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
import * as PlaceAsRoomListCreateWorkspaceInput from './schemas/PlaceAsRoomListCreateWorkspaceInput.schema.json' with { type: 'json' }
|
|
1963
|
+
addSchema('PlaceAsRoomListCreateWorkspaceInput', PlaceAsRoomListCreateWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
import * as PlaceAsRoomListCreateWorkspaceOutput from './schemas/PlaceAsRoomListCreateWorkspaceOutput.schema.json' with { type: 'json' }
|
|
1967
|
+
addSchema('PlaceAsRoomListCreateWorkspaceOutput', PlaceAsRoomListCreateWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
import * as PlaceAsRoomListGetWorkspaceInput from './schemas/PlaceAsRoomListGetWorkspaceInput.schema.json' with { type: 'json' }
|
|
1971
|
+
addSchema('PlaceAsRoomListGetWorkspaceInput', PlaceAsRoomListGetWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
import * as PlaceAsRoomListGetWorkspaceOutput from './schemas/PlaceAsRoomListGetWorkspaceOutput.schema.json' with { type: 'json' }
|
|
1975
|
+
addSchema('PlaceAsRoomListGetWorkspaceOutput', PlaceAsRoomListGetWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
import * as PlaceAsRoomListUpdateWorkspaceInput from './schemas/PlaceAsRoomListUpdateWorkspaceInput.schema.json' with { type: 'json' }
|
|
1979
|
+
addSchema('PlaceAsRoomListUpdateWorkspaceInput', PlaceAsRoomListUpdateWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
import * as PlaceAsRoomListUpdateWorkspaceOutput from './schemas/PlaceAsRoomListUpdateWorkspaceOutput.schema.json' with { type: 'json' }
|
|
1983
|
+
addSchema('PlaceAsRoomListUpdateWorkspaceOutput', PlaceAsRoomListUpdateWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
import * as PlaceAsRoomListDeleteWorkspaceInput from './schemas/PlaceAsRoomListDeleteWorkspaceInput.schema.json' with { type: 'json' }
|
|
1987
|
+
addSchema('PlaceAsRoomListDeleteWorkspaceInput', PlaceAsRoomListDeleteWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
import * as PlaceAsRoomListWorkspaceListCheckInInput from './schemas/PlaceAsRoomListWorkspaceListCheckInInput.schema.json' with { type: 'json' }
|
|
1991
|
+
addSchema('PlaceAsRoomListWorkspaceListCheckInInput', PlaceAsRoomListWorkspaceListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
import * as PlaceAsRoomListWorkspaceListCheckInOutput from './schemas/PlaceAsRoomListWorkspaceListCheckInOutput.schema.json' with { type: 'json' }
|
|
1995
|
+
addSchema('PlaceAsRoomListWorkspaceListCheckInOutput', PlaceAsRoomListWorkspaceListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
import * as PlaceAsRoomListWorkspaceCreateCheckInInput from './schemas/PlaceAsRoomListWorkspaceCreateCheckInInput.schema.json' with { type: 'json' }
|
|
1999
|
+
addSchema('PlaceAsRoomListWorkspaceCreateCheckInInput', PlaceAsRoomListWorkspaceCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
import * as PlaceAsRoomListWorkspaceCreateCheckInOutput from './schemas/PlaceAsRoomListWorkspaceCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
2003
|
+
addSchema('PlaceAsRoomListWorkspaceCreateCheckInOutput', PlaceAsRoomListWorkspaceCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
import * as PlaceAsRoomListWorkspaceGetCheckInInput from './schemas/PlaceAsRoomListWorkspaceGetCheckInInput.schema.json' with { type: 'json' }
|
|
2007
|
+
addSchema('PlaceAsRoomListWorkspaceGetCheckInInput', PlaceAsRoomListWorkspaceGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
import * as PlaceAsRoomListWorkspaceGetCheckInOutput from './schemas/PlaceAsRoomListWorkspaceGetCheckInOutput.schema.json' with { type: 'json' }
|
|
2011
|
+
addSchema('PlaceAsRoomListWorkspaceGetCheckInOutput', PlaceAsRoomListWorkspaceGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
import * as PlaceAsRoomListWorkspaceUpdateCheckInInput from './schemas/PlaceAsRoomListWorkspaceUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
2015
|
+
addSchema('PlaceAsRoomListWorkspaceUpdateCheckInInput', PlaceAsRoomListWorkspaceUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
import * as PlaceAsRoomListWorkspaceUpdateCheckInOutput from './schemas/PlaceAsRoomListWorkspaceUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
2019
|
+
addSchema('PlaceAsRoomListWorkspaceUpdateCheckInOutput', PlaceAsRoomListWorkspaceUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
import * as PlaceAsRoomListWorkspaceDeleteCheckInInput from './schemas/PlaceAsRoomListWorkspaceDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
2023
|
+
addSchema('PlaceAsRoomListWorkspaceDeleteCheckInInput', PlaceAsRoomListWorkspaceDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2024
|
+
|
|
2025
|
+
|
|
2026
|
+
import * as PlaceAsRoomListWorkspaceCheckInGetCountInput from './schemas/PlaceAsRoomListWorkspaceCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
2027
|
+
addSchema('PlaceAsRoomListWorkspaceCheckInGetCountInput', PlaceAsRoomListWorkspaceCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
import * as PlaceAsRoomListWorkspaceGetCountInput from './schemas/PlaceAsRoomListWorkspaceGetCountInput.schema.json' with { type: 'json' }
|
|
2031
|
+
addSchema('PlaceAsRoomListWorkspaceGetCountInput', PlaceAsRoomListWorkspaceGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
import * as PlaceGetPlaceAsSectionInput from './schemas/PlaceGetPlaceAsSectionInput.schema.json' with { type: 'json' }
|
|
2035
|
+
addSchema('PlaceGetPlaceAsSectionInput', PlaceGetPlaceAsSectionInput, '@pikku/addon-microsoft-outlook')
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
import * as PlaceGetPlaceAsSectionOutput from './schemas/PlaceGetPlaceAsSectionOutput.schema.json' with { type: 'json' }
|
|
2039
|
+
addSchema('PlaceGetPlaceAsSectionOutput', PlaceGetPlaceAsSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
import * as PlaceAsSectionListCheckInInput from './schemas/PlaceAsSectionListCheckInInput.schema.json' with { type: 'json' }
|
|
2043
|
+
addSchema('PlaceAsSectionListCheckInInput', PlaceAsSectionListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
import * as PlaceAsSectionListCheckInOutput from './schemas/PlaceAsSectionListCheckInOutput.schema.json' with { type: 'json' }
|
|
2047
|
+
addSchema('PlaceAsSectionListCheckInOutput', PlaceAsSectionListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
import * as PlaceAsSectionCreateCheckInInput from './schemas/PlaceAsSectionCreateCheckInInput.schema.json' with { type: 'json' }
|
|
2051
|
+
addSchema('PlaceAsSectionCreateCheckInInput', PlaceAsSectionCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
import * as PlaceAsSectionCreateCheckInOutput from './schemas/PlaceAsSectionCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
2055
|
+
addSchema('PlaceAsSectionCreateCheckInOutput', PlaceAsSectionCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
import * as PlaceAsSectionGetCheckInInput from './schemas/PlaceAsSectionGetCheckInInput.schema.json' with { type: 'json' }
|
|
2059
|
+
addSchema('PlaceAsSectionGetCheckInInput', PlaceAsSectionGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
import * as PlaceAsSectionGetCheckInOutput from './schemas/PlaceAsSectionGetCheckInOutput.schema.json' with { type: 'json' }
|
|
2063
|
+
addSchema('PlaceAsSectionGetCheckInOutput', PlaceAsSectionGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
import * as PlaceAsSectionUpdateCheckInInput from './schemas/PlaceAsSectionUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
2067
|
+
addSchema('PlaceAsSectionUpdateCheckInInput', PlaceAsSectionUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
import * as PlaceAsSectionUpdateCheckInOutput from './schemas/PlaceAsSectionUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
2071
|
+
addSchema('PlaceAsSectionUpdateCheckInOutput', PlaceAsSectionUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
import * as PlaceAsSectionDeleteCheckInInput from './schemas/PlaceAsSectionDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
2075
|
+
addSchema('PlaceAsSectionDeleteCheckInInput', PlaceAsSectionDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2076
|
+
|
|
2077
|
+
|
|
2078
|
+
import * as PlaceAsSectionCheckInGetCountInput from './schemas/PlaceAsSectionCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
2079
|
+
addSchema('PlaceAsSectionCheckInGetCountInput', PlaceAsSectionCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
import * as PlaceGetPlaceAsWorkspaceInput from './schemas/PlaceGetPlaceAsWorkspaceInput.schema.json' with { type: 'json' }
|
|
2083
|
+
addSchema('PlaceGetPlaceAsWorkspaceInput', PlaceGetPlaceAsWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
import * as PlaceGetPlaceAsWorkspaceOutput from './schemas/PlaceGetPlaceAsWorkspaceOutput.schema.json' with { type: 'json' }
|
|
2087
|
+
addSchema('PlaceGetPlaceAsWorkspaceOutput', PlaceGetPlaceAsWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
import * as PlaceAsWorkspaceListCheckInInput from './schemas/PlaceAsWorkspaceListCheckInInput.schema.json' with { type: 'json' }
|
|
2091
|
+
addSchema('PlaceAsWorkspaceListCheckInInput', PlaceAsWorkspaceListCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
import * as PlaceAsWorkspaceListCheckInOutput from './schemas/PlaceAsWorkspaceListCheckInOutput.schema.json' with { type: 'json' }
|
|
2095
|
+
addSchema('PlaceAsWorkspaceListCheckInOutput', PlaceAsWorkspaceListCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
import * as PlaceAsWorkspaceCreateCheckInInput from './schemas/PlaceAsWorkspaceCreateCheckInInput.schema.json' with { type: 'json' }
|
|
2099
|
+
addSchema('PlaceAsWorkspaceCreateCheckInInput', PlaceAsWorkspaceCreateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2100
|
+
|
|
2101
|
+
|
|
2102
|
+
import * as PlaceAsWorkspaceCreateCheckInOutput from './schemas/PlaceAsWorkspaceCreateCheckInOutput.schema.json' with { type: 'json' }
|
|
2103
|
+
addSchema('PlaceAsWorkspaceCreateCheckInOutput', PlaceAsWorkspaceCreateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
import * as PlaceAsWorkspaceGetCheckInInput from './schemas/PlaceAsWorkspaceGetCheckInInput.schema.json' with { type: 'json' }
|
|
2107
|
+
addSchema('PlaceAsWorkspaceGetCheckInInput', PlaceAsWorkspaceGetCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
import * as PlaceAsWorkspaceGetCheckInOutput from './schemas/PlaceAsWorkspaceGetCheckInOutput.schema.json' with { type: 'json' }
|
|
2111
|
+
addSchema('PlaceAsWorkspaceGetCheckInOutput', PlaceAsWorkspaceGetCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
import * as PlaceAsWorkspaceUpdateCheckInInput from './schemas/PlaceAsWorkspaceUpdateCheckInInput.schema.json' with { type: 'json' }
|
|
2115
|
+
addSchema('PlaceAsWorkspaceUpdateCheckInInput', PlaceAsWorkspaceUpdateCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
import * as PlaceAsWorkspaceUpdateCheckInOutput from './schemas/PlaceAsWorkspaceUpdateCheckInOutput.schema.json' with { type: 'json' }
|
|
2119
|
+
addSchema('PlaceAsWorkspaceUpdateCheckInOutput', PlaceAsWorkspaceUpdateCheckInOutput, '@pikku/addon-microsoft-outlook')
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
import * as PlaceAsWorkspaceDeleteCheckInInput from './schemas/PlaceAsWorkspaceDeleteCheckInInput.schema.json' with { type: 'json' }
|
|
2123
|
+
addSchema('PlaceAsWorkspaceDeleteCheckInInput', PlaceAsWorkspaceDeleteCheckInInput, '@pikku/addon-microsoft-outlook')
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
import * as PlaceAsWorkspaceCheckInGetCountInput from './schemas/PlaceAsWorkspaceCheckInGetCountInput.schema.json' with { type: 'json' }
|
|
2127
|
+
addSchema('PlaceAsWorkspaceCheckInGetCountInput', PlaceAsWorkspaceCheckInGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
import * as PlaceGetCountInput from './schemas/PlaceGetCountInput.schema.json' with { type: 'json' }
|
|
2131
|
+
addSchema('PlaceGetCountInput', PlaceGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
import * as PlaceListPlaceAsBuildingInput from './schemas/PlaceListPlaceAsBuildingInput.schema.json' with { type: 'json' }
|
|
2135
|
+
addSchema('PlaceListPlaceAsBuildingInput', PlaceListPlaceAsBuildingInput, '@pikku/addon-microsoft-outlook')
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
import * as PlaceListPlaceAsBuildingOutput from './schemas/PlaceListPlaceAsBuildingOutput.schema.json' with { type: 'json' }
|
|
2139
|
+
addSchema('PlaceListPlaceAsBuildingOutput', PlaceListPlaceAsBuildingOutput, '@pikku/addon-microsoft-outlook')
|
|
2140
|
+
|
|
2141
|
+
|
|
2142
|
+
import * as PlaceGetCountAsBuildingInput from './schemas/PlaceGetCountAsBuildingInput.schema.json' with { type: 'json' }
|
|
2143
|
+
addSchema('PlaceGetCountAsBuildingInput', PlaceGetCountAsBuildingInput, '@pikku/addon-microsoft-outlook')
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
import * as PlaceListPlaceAsDeskInput from './schemas/PlaceListPlaceAsDeskInput.schema.json' with { type: 'json' }
|
|
2147
|
+
addSchema('PlaceListPlaceAsDeskInput', PlaceListPlaceAsDeskInput, '@pikku/addon-microsoft-outlook')
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
import * as PlaceListPlaceAsDeskOutput from './schemas/PlaceListPlaceAsDeskOutput.schema.json' with { type: 'json' }
|
|
2151
|
+
addSchema('PlaceListPlaceAsDeskOutput', PlaceListPlaceAsDeskOutput, '@pikku/addon-microsoft-outlook')
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
import * as PlaceGetCountAsDeskInput from './schemas/PlaceGetCountAsDeskInput.schema.json' with { type: 'json' }
|
|
2155
|
+
addSchema('PlaceGetCountAsDeskInput', PlaceGetCountAsDeskInput, '@pikku/addon-microsoft-outlook')
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
import * as PlaceListPlaceAsFloorInput from './schemas/PlaceListPlaceAsFloorInput.schema.json' with { type: 'json' }
|
|
2159
|
+
addSchema('PlaceListPlaceAsFloorInput', PlaceListPlaceAsFloorInput, '@pikku/addon-microsoft-outlook')
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
import * as PlaceListPlaceAsFloorOutput from './schemas/PlaceListPlaceAsFloorOutput.schema.json' with { type: 'json' }
|
|
2163
|
+
addSchema('PlaceListPlaceAsFloorOutput', PlaceListPlaceAsFloorOutput, '@pikku/addon-microsoft-outlook')
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
import * as PlaceGetCountAsFloorInput from './schemas/PlaceGetCountAsFloorInput.schema.json' with { type: 'json' }
|
|
2167
|
+
addSchema('PlaceGetCountAsFloorInput', PlaceGetCountAsFloorInput, '@pikku/addon-microsoft-outlook')
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
import * as PlaceListPlaceAsRoomInput from './schemas/PlaceListPlaceAsRoomInput.schema.json' with { type: 'json' }
|
|
2171
|
+
addSchema('PlaceListPlaceAsRoomInput', PlaceListPlaceAsRoomInput, '@pikku/addon-microsoft-outlook')
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
import * as PlaceListPlaceAsRoomOutput from './schemas/PlaceListPlaceAsRoomOutput.schema.json' with { type: 'json' }
|
|
2175
|
+
addSchema('PlaceListPlaceAsRoomOutput', PlaceListPlaceAsRoomOutput, '@pikku/addon-microsoft-outlook')
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
import * as PlaceGetCountAsRoomInput from './schemas/PlaceGetCountAsRoomInput.schema.json' with { type: 'json' }
|
|
2179
|
+
addSchema('PlaceGetCountAsRoomInput', PlaceGetCountAsRoomInput, '@pikku/addon-microsoft-outlook')
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
import * as PlaceListPlaceAsRoomListInput from './schemas/PlaceListPlaceAsRoomListInput.schema.json' with { type: 'json' }
|
|
2183
|
+
addSchema('PlaceListPlaceAsRoomListInput', PlaceListPlaceAsRoomListInput, '@pikku/addon-microsoft-outlook')
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
import * as PlaceListPlaceAsRoomListOutput from './schemas/PlaceListPlaceAsRoomListOutput.schema.json' with { type: 'json' }
|
|
2187
|
+
addSchema('PlaceListPlaceAsRoomListOutput', PlaceListPlaceAsRoomListOutput, '@pikku/addon-microsoft-outlook')
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
import * as PlaceGetCountAsRoomListInput from './schemas/PlaceGetCountAsRoomListInput.schema.json' with { type: 'json' }
|
|
2191
|
+
addSchema('PlaceGetCountAsRoomListInput', PlaceGetCountAsRoomListInput, '@pikku/addon-microsoft-outlook')
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
import * as PlaceListPlaceAsSectionInput from './schemas/PlaceListPlaceAsSectionInput.schema.json' with { type: 'json' }
|
|
2195
|
+
addSchema('PlaceListPlaceAsSectionInput', PlaceListPlaceAsSectionInput, '@pikku/addon-microsoft-outlook')
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
import * as PlaceListPlaceAsSectionOutput from './schemas/PlaceListPlaceAsSectionOutput.schema.json' with { type: 'json' }
|
|
2199
|
+
addSchema('PlaceListPlaceAsSectionOutput', PlaceListPlaceAsSectionOutput, '@pikku/addon-microsoft-outlook')
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
import * as PlaceGetCountAsSectionInput from './schemas/PlaceGetCountAsSectionInput.schema.json' with { type: 'json' }
|
|
2203
|
+
addSchema('PlaceGetCountAsSectionInput', PlaceGetCountAsSectionInput, '@pikku/addon-microsoft-outlook')
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
import * as PlaceListPlaceAsWorkspaceInput from './schemas/PlaceListPlaceAsWorkspaceInput.schema.json' with { type: 'json' }
|
|
2207
|
+
addSchema('PlaceListPlaceAsWorkspaceInput', PlaceListPlaceAsWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
import * as PlaceListPlaceAsWorkspaceOutput from './schemas/PlaceListPlaceAsWorkspaceOutput.schema.json' with { type: 'json' }
|
|
2211
|
+
addSchema('PlaceListPlaceAsWorkspaceOutput', PlaceListPlaceAsWorkspaceOutput, '@pikku/addon-microsoft-outlook')
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
import * as PlaceGetCountAsWorkspaceInput from './schemas/PlaceGetCountAsWorkspaceInput.schema.json' with { type: 'json' }
|
|
2215
|
+
addSchema('PlaceGetCountAsWorkspaceInput', PlaceGetCountAsWorkspaceInput, '@pikku/addon-microsoft-outlook')
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
import * as UserGetCalendarInput from './schemas/UserGetCalendarInput.schema.json' with { type: 'json' }
|
|
2219
|
+
addSchema('UserGetCalendarInput', UserGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
import * as UserGetCalendarOutput from './schemas/UserGetCalendarOutput.schema.json' with { type: 'json' }
|
|
2223
|
+
addSchema('UserGetCalendarOutput', UserGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
import * as UserUpdateCalendarInput from './schemas/UserUpdateCalendarInput.schema.json' with { type: 'json' }
|
|
2227
|
+
addSchema('UserUpdateCalendarInput', UserUpdateCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
import * as UserUpdateCalendarOutput from './schemas/UserUpdateCalendarOutput.schema.json' with { type: 'json' }
|
|
2231
|
+
addSchema('UserUpdateCalendarOutput', UserUpdateCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
import * as UserCalendarListCalendarPermissionInput from './schemas/UserCalendarListCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2235
|
+
addSchema('UserCalendarListCalendarPermissionInput', UserCalendarListCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2236
|
+
|
|
2237
|
+
|
|
2238
|
+
import * as UserCalendarListCalendarPermissionOutput from './schemas/UserCalendarListCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2239
|
+
addSchema('UserCalendarListCalendarPermissionOutput', UserCalendarListCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
import * as UserCalendarCreateCalendarPermissionInput from './schemas/UserCalendarCreateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2243
|
+
addSchema('UserCalendarCreateCalendarPermissionInput', UserCalendarCreateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
import * as UserCalendarCreateCalendarPermissionOutput from './schemas/UserCalendarCreateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2247
|
+
addSchema('UserCalendarCreateCalendarPermissionOutput', UserCalendarCreateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
import * as UserCalendarGetCalendarPermissionInput from './schemas/UserCalendarGetCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2251
|
+
addSchema('UserCalendarGetCalendarPermissionInput', UserCalendarGetCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
import * as UserCalendarGetCalendarPermissionOutput from './schemas/UserCalendarGetCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2255
|
+
addSchema('UserCalendarGetCalendarPermissionOutput', UserCalendarGetCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
import * as UserCalendarUpdateCalendarPermissionInput from './schemas/UserCalendarUpdateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2259
|
+
addSchema('UserCalendarUpdateCalendarPermissionInput', UserCalendarUpdateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
import * as UserCalendarUpdateCalendarPermissionOutput from './schemas/UserCalendarUpdateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2263
|
+
addSchema('UserCalendarUpdateCalendarPermissionOutput', UserCalendarUpdateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
import * as UserCalendarDeleteCalendarPermissionInput from './schemas/UserCalendarDeleteCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2267
|
+
addSchema('UserCalendarDeleteCalendarPermissionInput', UserCalendarDeleteCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
import * as UserCalendarCalendarPermissionGetCountInput from './schemas/UserCalendarCalendarPermissionGetCountInput.schema.json' with { type: 'json' }
|
|
2271
|
+
addSchema('UserCalendarCalendarPermissionGetCountInput', UserCalendarCalendarPermissionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
import * as UserCalendarListCalendarViewInput from './schemas/UserCalendarListCalendarViewInput.schema.json' with { type: 'json' }
|
|
2275
|
+
addSchema('UserCalendarListCalendarViewInput', UserCalendarListCalendarViewInput, '@pikku/addon-microsoft-outlook')
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
import * as UserCalendarListCalendarViewOutput from './schemas/UserCalendarListCalendarViewOutput.schema.json' with { type: 'json' }
|
|
2279
|
+
addSchema('UserCalendarListCalendarViewOutput', UserCalendarListCalendarViewOutput, '@pikku/addon-microsoft-outlook')
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
import * as UserCalendarCalendarViewDeltaInput from './schemas/UserCalendarCalendarViewDeltaInput.schema.json' with { type: 'json' }
|
|
2283
|
+
addSchema('UserCalendarCalendarViewDeltaInput', UserCalendarCalendarViewDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
import * as UserCalendarCalendarViewDeltaOutput from './schemas/UserCalendarCalendarViewDeltaOutput.schema.json' with { type: 'json' }
|
|
2287
|
+
addSchema('UserCalendarCalendarViewDeltaOutput', UserCalendarCalendarViewDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
import * as UserCalendarListEventInput from './schemas/UserCalendarListEventInput.schema.json' with { type: 'json' }
|
|
2291
|
+
addSchema('UserCalendarListEventInput', UserCalendarListEventInput, '@pikku/addon-microsoft-outlook')
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
import * as UserCalendarListEventOutput from './schemas/UserCalendarListEventOutput.schema.json' with { type: 'json' }
|
|
2295
|
+
addSchema('UserCalendarListEventOutput', UserCalendarListEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
import * as UserCalendarCreateEventInput from './schemas/UserCalendarCreateEventInput.schema.json' with { type: 'json' }
|
|
2299
|
+
addSchema('UserCalendarCreateEventInput', UserCalendarCreateEventInput, '@pikku/addon-microsoft-outlook')
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
import * as UserCalendarCreateEventOutput from './schemas/UserCalendarCreateEventOutput.schema.json' with { type: 'json' }
|
|
2303
|
+
addSchema('UserCalendarCreateEventOutput', UserCalendarCreateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
import * as UserCalendarGetEventInput from './schemas/UserCalendarGetEventInput.schema.json' with { type: 'json' }
|
|
2307
|
+
addSchema('UserCalendarGetEventInput', UserCalendarGetEventInput, '@pikku/addon-microsoft-outlook')
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
import * as UserCalendarGetEventOutput from './schemas/UserCalendarGetEventOutput.schema.json' with { type: 'json' }
|
|
2311
|
+
addSchema('UserCalendarGetEventOutput', UserCalendarGetEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
import * as UserCalendarUpdateEventInput from './schemas/UserCalendarUpdateEventInput.schema.json' with { type: 'json' }
|
|
2315
|
+
addSchema('UserCalendarUpdateEventInput', UserCalendarUpdateEventInput, '@pikku/addon-microsoft-outlook')
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
import * as UserCalendarUpdateEventOutput from './schemas/UserCalendarUpdateEventOutput.schema.json' with { type: 'json' }
|
|
2319
|
+
addSchema('UserCalendarUpdateEventOutput', UserCalendarUpdateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
import * as UserCalendarDeleteEventInput from './schemas/UserCalendarDeleteEventInput.schema.json' with { type: 'json' }
|
|
2323
|
+
addSchema('UserCalendarDeleteEventInput', UserCalendarDeleteEventInput, '@pikku/addon-microsoft-outlook')
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
import * as UserCalendarEventListAttachmentInput from './schemas/UserCalendarEventListAttachmentInput.schema.json' with { type: 'json' }
|
|
2327
|
+
addSchema('UserCalendarEventListAttachmentInput', UserCalendarEventListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
import * as UserCalendarEventListAttachmentOutput from './schemas/UserCalendarEventListAttachmentOutput.schema.json' with { type: 'json' }
|
|
2331
|
+
addSchema('UserCalendarEventListAttachmentOutput', UserCalendarEventListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
import * as UserCalendarEventCreateAttachmentInput from './schemas/UserCalendarEventCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
2335
|
+
addSchema('UserCalendarEventCreateAttachmentInput', UserCalendarEventCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
import * as UserCalendarEventCreateAttachmentOutput from './schemas/UserCalendarEventCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
2339
|
+
addSchema('UserCalendarEventCreateAttachmentOutput', UserCalendarEventCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
import * as UserCalendarEventGetAttachmentInput from './schemas/UserCalendarEventGetAttachmentInput.schema.json' with { type: 'json' }
|
|
2343
|
+
addSchema('UserCalendarEventGetAttachmentInput', UserCalendarEventGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
import * as UserCalendarEventGetAttachmentOutput from './schemas/UserCalendarEventGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
2347
|
+
addSchema('UserCalendarEventGetAttachmentOutput', UserCalendarEventGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
import * as UserCalendarEventDeleteAttachmentInput from './schemas/UserCalendarEventDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
2351
|
+
addSchema('UserCalendarEventDeleteAttachmentInput', UserCalendarEventDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
import * as UserCalendarEventAttachmentGetCountInput from './schemas/UserCalendarEventAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
2355
|
+
addSchema('UserCalendarEventAttachmentGetCountInput', UserCalendarEventAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
import * as UserCalendarEventAttachmentCreateUploadSessionInput from './schemas/UserCalendarEventAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
2359
|
+
addSchema('UserCalendarEventAttachmentCreateUploadSessionInput', UserCalendarEventAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
import * as UserCalendarEventAttachmentCreateUploadSessionOutput from './schemas/UserCalendarEventAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
2363
|
+
addSchema('UserCalendarEventAttachmentCreateUploadSessionOutput', UserCalendarEventAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
import * as UserCalendarEventGetCalendarInput from './schemas/UserCalendarEventGetCalendarInput.schema.json' with { type: 'json' }
|
|
2367
|
+
addSchema('UserCalendarEventGetCalendarInput', UserCalendarEventGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
import * as UserCalendarEventGetCalendarOutput from './schemas/UserCalendarEventGetCalendarOutput.schema.json' with { type: 'json' }
|
|
2371
|
+
addSchema('UserCalendarEventGetCalendarOutput', UserCalendarEventGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
import * as UserCalendarEventListExtensionInput from './schemas/UserCalendarEventListExtensionInput.schema.json' with { type: 'json' }
|
|
2375
|
+
addSchema('UserCalendarEventListExtensionInput', UserCalendarEventListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
import * as UserCalendarEventListExtensionOutput from './schemas/UserCalendarEventListExtensionOutput.schema.json' with { type: 'json' }
|
|
2379
|
+
addSchema('UserCalendarEventListExtensionOutput', UserCalendarEventListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
import * as UserCalendarEventCreateExtensionInput from './schemas/UserCalendarEventCreateExtensionInput.schema.json' with { type: 'json' }
|
|
2383
|
+
addSchema('UserCalendarEventCreateExtensionInput', UserCalendarEventCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2384
|
+
|
|
2385
|
+
|
|
2386
|
+
import * as UserCalendarEventCreateExtensionOutput from './schemas/UserCalendarEventCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
2387
|
+
addSchema('UserCalendarEventCreateExtensionOutput', UserCalendarEventCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
import * as UserCalendarEventGetExtensionInput from './schemas/UserCalendarEventGetExtensionInput.schema.json' with { type: 'json' }
|
|
2391
|
+
addSchema('UserCalendarEventGetExtensionInput', UserCalendarEventGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
import * as UserCalendarEventGetExtensionOutput from './schemas/UserCalendarEventGetExtensionOutput.schema.json' with { type: 'json' }
|
|
2395
|
+
addSchema('UserCalendarEventGetExtensionOutput', UserCalendarEventGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2396
|
+
|
|
2397
|
+
|
|
2398
|
+
import * as UserCalendarEventUpdateExtensionInput from './schemas/UserCalendarEventUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
2399
|
+
addSchema('UserCalendarEventUpdateExtensionInput', UserCalendarEventUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
import * as UserCalendarEventUpdateExtensionOutput from './schemas/UserCalendarEventUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
2403
|
+
addSchema('UserCalendarEventUpdateExtensionOutput', UserCalendarEventUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2404
|
+
|
|
2405
|
+
|
|
2406
|
+
import * as UserCalendarEventDeleteExtensionInput from './schemas/UserCalendarEventDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
2407
|
+
addSchema('UserCalendarEventDeleteExtensionInput', UserCalendarEventDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
import * as UserCalendarEventExtensionGetCountInput from './schemas/UserCalendarEventExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
2411
|
+
addSchema('UserCalendarEventExtensionGetCountInput', UserCalendarEventExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
import * as UserCalendarEventListInstanceInput from './schemas/UserCalendarEventListInstanceInput.schema.json' with { type: 'json' }
|
|
2415
|
+
addSchema('UserCalendarEventListInstanceInput', UserCalendarEventListInstanceInput, '@pikku/addon-microsoft-outlook')
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
import * as UserCalendarEventListInstanceOutput from './schemas/UserCalendarEventListInstanceOutput.schema.json' with { type: 'json' }
|
|
2419
|
+
addSchema('UserCalendarEventListInstanceOutput', UserCalendarEventListInstanceOutput, '@pikku/addon-microsoft-outlook')
|
|
2420
|
+
|
|
2421
|
+
|
|
2422
|
+
import * as UserCalendarEventInstanceDeltaInput from './schemas/UserCalendarEventInstanceDeltaInput.schema.json' with { type: 'json' }
|
|
2423
|
+
addSchema('UserCalendarEventInstanceDeltaInput', UserCalendarEventInstanceDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
import * as UserCalendarEventInstanceDeltaOutput from './schemas/UserCalendarEventInstanceDeltaOutput.schema.json' with { type: 'json' }
|
|
2427
|
+
addSchema('UserCalendarEventInstanceDeltaOutput', UserCalendarEventInstanceDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
import * as UserCalendarEventAcceptInput from './schemas/UserCalendarEventAcceptInput.schema.json' with { type: 'json' }
|
|
2431
|
+
addSchema('UserCalendarEventAcceptInput', UserCalendarEventAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
import * as UserCalendarEventCancelInput from './schemas/UserCalendarEventCancelInput.schema.json' with { type: 'json' }
|
|
2435
|
+
addSchema('UserCalendarEventCancelInput', UserCalendarEventCancelInput, '@pikku/addon-microsoft-outlook')
|
|
2436
|
+
|
|
2437
|
+
|
|
2438
|
+
import * as UserCalendarEventDeclineInput from './schemas/UserCalendarEventDeclineInput.schema.json' with { type: 'json' }
|
|
2439
|
+
addSchema('UserCalendarEventDeclineInput', UserCalendarEventDeclineInput, '@pikku/addon-microsoft-outlook')
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
import * as UserCalendarEventDismissReminderInput from './schemas/UserCalendarEventDismissReminderInput.schema.json' with { type: 'json' }
|
|
2443
|
+
addSchema('UserCalendarEventDismissReminderInput', UserCalendarEventDismissReminderInput, '@pikku/addon-microsoft-outlook')
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
import * as UserCalendarEventForwardInput from './schemas/UserCalendarEventForwardInput.schema.json' with { type: 'json' }
|
|
2447
|
+
addSchema('UserCalendarEventForwardInput', UserCalendarEventForwardInput, '@pikku/addon-microsoft-outlook')
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
import * as UserCalendarEventPermanentDeleteInput from './schemas/UserCalendarEventPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
2451
|
+
addSchema('UserCalendarEventPermanentDeleteInput', UserCalendarEventPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
import * as UserCalendarEventSnoozeReminderInput from './schemas/UserCalendarEventSnoozeReminderInput.schema.json' with { type: 'json' }
|
|
2455
|
+
addSchema('UserCalendarEventSnoozeReminderInput', UserCalendarEventSnoozeReminderInput, '@pikku/addon-microsoft-outlook')
|
|
2456
|
+
|
|
2457
|
+
|
|
2458
|
+
import * as UserCalendarEventTentativelyAcceptInput from './schemas/UserCalendarEventTentativelyAcceptInput.schema.json' with { type: 'json' }
|
|
2459
|
+
addSchema('UserCalendarEventTentativelyAcceptInput', UserCalendarEventTentativelyAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
import * as UserCalendarEventGetCountInput from './schemas/UserCalendarEventGetCountInput.schema.json' with { type: 'json' }
|
|
2463
|
+
addSchema('UserCalendarEventGetCountInput', UserCalendarEventGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
import * as UserCalendarEventDeltaInput from './schemas/UserCalendarEventDeltaInput.schema.json' with { type: 'json' }
|
|
2467
|
+
addSchema('UserCalendarEventDeltaInput', UserCalendarEventDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
import * as UserCalendarEventDeltaOutput from './schemas/UserCalendarEventDeltaOutput.schema.json' with { type: 'json' }
|
|
2471
|
+
addSchema('UserCalendarEventDeltaOutput', UserCalendarEventDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
import * as UserCalendarAllowedCalendarSharingRoleInput from './schemas/UserCalendarAllowedCalendarSharingRoleInput.schema.json' with { type: 'json' }
|
|
2475
|
+
addSchema('UserCalendarAllowedCalendarSharingRoleInput', UserCalendarAllowedCalendarSharingRoleInput, '@pikku/addon-microsoft-outlook')
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
import * as UserCalendarAllowedCalendarSharingRoleOutput from './schemas/UserCalendarAllowedCalendarSharingRoleOutput.schema.json' with { type: 'json' }
|
|
2479
|
+
addSchema('UserCalendarAllowedCalendarSharingRoleOutput', UserCalendarAllowedCalendarSharingRoleOutput, '@pikku/addon-microsoft-outlook')
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
import * as UserCalendarGetScheduleInput from './schemas/UserCalendarGetScheduleInput.schema.json' with { type: 'json' }
|
|
2483
|
+
addSchema('UserCalendarGetScheduleInput', UserCalendarGetScheduleInput, '@pikku/addon-microsoft-outlook')
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
import * as UserCalendarGetScheduleOutput from './schemas/UserCalendarGetScheduleOutput.schema.json' with { type: 'json' }
|
|
2487
|
+
addSchema('UserCalendarGetScheduleOutput', UserCalendarGetScheduleOutput, '@pikku/addon-microsoft-outlook')
|
|
2488
|
+
|
|
2489
|
+
|
|
2490
|
+
import * as UserCalendarPermanentDeleteInput from './schemas/UserCalendarPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
2491
|
+
addSchema('UserCalendarPermanentDeleteInput', UserCalendarPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
import * as UserListCalendarGroupInput from './schemas/UserListCalendarGroupInput.schema.json' with { type: 'json' }
|
|
2495
|
+
addSchema('UserListCalendarGroupInput', UserListCalendarGroupInput, '@pikku/addon-microsoft-outlook')
|
|
2496
|
+
|
|
2497
|
+
|
|
2498
|
+
import * as UserListCalendarGroupOutput from './schemas/UserListCalendarGroupOutput.schema.json' with { type: 'json' }
|
|
2499
|
+
addSchema('UserListCalendarGroupOutput', UserListCalendarGroupOutput, '@pikku/addon-microsoft-outlook')
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
import * as UserCreateCalendarGroupInput from './schemas/UserCreateCalendarGroupInput.schema.json' with { type: 'json' }
|
|
2503
|
+
addSchema('UserCreateCalendarGroupInput', UserCreateCalendarGroupInput, '@pikku/addon-microsoft-outlook')
|
|
2504
|
+
|
|
2505
|
+
|
|
2506
|
+
import * as UserCreateCalendarGroupOutput from './schemas/UserCreateCalendarGroupOutput.schema.json' with { type: 'json' }
|
|
2507
|
+
addSchema('UserCreateCalendarGroupOutput', UserCreateCalendarGroupOutput, '@pikku/addon-microsoft-outlook')
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
import * as UserGetCalendarGroupInput from './schemas/UserGetCalendarGroupInput.schema.json' with { type: 'json' }
|
|
2511
|
+
addSchema('UserGetCalendarGroupInput', UserGetCalendarGroupInput, '@pikku/addon-microsoft-outlook')
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
import * as UserGetCalendarGroupOutput from './schemas/UserGetCalendarGroupOutput.schema.json' with { type: 'json' }
|
|
2515
|
+
addSchema('UserGetCalendarGroupOutput', UserGetCalendarGroupOutput, '@pikku/addon-microsoft-outlook')
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
import * as UserUpdateCalendarGroupInput from './schemas/UserUpdateCalendarGroupInput.schema.json' with { type: 'json' }
|
|
2519
|
+
addSchema('UserUpdateCalendarGroupInput', UserUpdateCalendarGroupInput, '@pikku/addon-microsoft-outlook')
|
|
2520
|
+
|
|
2521
|
+
|
|
2522
|
+
import * as UserUpdateCalendarGroupOutput from './schemas/UserUpdateCalendarGroupOutput.schema.json' with { type: 'json' }
|
|
2523
|
+
addSchema('UserUpdateCalendarGroupOutput', UserUpdateCalendarGroupOutput, '@pikku/addon-microsoft-outlook')
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
import * as UserDeleteCalendarGroupInput from './schemas/UserDeleteCalendarGroupInput.schema.json' with { type: 'json' }
|
|
2527
|
+
addSchema('UserDeleteCalendarGroupInput', UserDeleteCalendarGroupInput, '@pikku/addon-microsoft-outlook')
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
import * as UserCalendarGroupListCalendarInput from './schemas/UserCalendarGroupListCalendarInput.schema.json' with { type: 'json' }
|
|
2531
|
+
addSchema('UserCalendarGroupListCalendarInput', UserCalendarGroupListCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
import * as UserCalendarGroupListCalendarOutput from './schemas/UserCalendarGroupListCalendarOutput.schema.json' with { type: 'json' }
|
|
2535
|
+
addSchema('UserCalendarGroupListCalendarOutput', UserCalendarGroupListCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2536
|
+
|
|
2537
|
+
|
|
2538
|
+
import * as UserCalendarGroupCreateCalendarInput from './schemas/UserCalendarGroupCreateCalendarInput.schema.json' with { type: 'json' }
|
|
2539
|
+
addSchema('UserCalendarGroupCreateCalendarInput', UserCalendarGroupCreateCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
import * as UserCalendarGroupCreateCalendarOutput from './schemas/UserCalendarGroupCreateCalendarOutput.schema.json' with { type: 'json' }
|
|
2543
|
+
addSchema('UserCalendarGroupCreateCalendarOutput', UserCalendarGroupCreateCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2544
|
+
|
|
2545
|
+
|
|
2546
|
+
import * as UserCalendarGroupGetCalendarInput from './schemas/UserCalendarGroupGetCalendarInput.schema.json' with { type: 'json' }
|
|
2547
|
+
addSchema('UserCalendarGroupGetCalendarInput', UserCalendarGroupGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
import * as UserCalendarGroupGetCalendarOutput from './schemas/UserCalendarGroupGetCalendarOutput.schema.json' with { type: 'json' }
|
|
2551
|
+
addSchema('UserCalendarGroupGetCalendarOutput', UserCalendarGroupGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
import * as UserCalendarGroupUpdateCalendarInput from './schemas/UserCalendarGroupUpdateCalendarInput.schema.json' with { type: 'json' }
|
|
2555
|
+
addSchema('UserCalendarGroupUpdateCalendarInput', UserCalendarGroupUpdateCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
import * as UserCalendarGroupUpdateCalendarOutput from './schemas/UserCalendarGroupUpdateCalendarOutput.schema.json' with { type: 'json' }
|
|
2559
|
+
addSchema('UserCalendarGroupUpdateCalendarOutput', UserCalendarGroupUpdateCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2560
|
+
|
|
2561
|
+
|
|
2562
|
+
import * as UserCalendarGroupDeleteCalendarInput from './schemas/UserCalendarGroupDeleteCalendarInput.schema.json' with { type: 'json' }
|
|
2563
|
+
addSchema('UserCalendarGroupDeleteCalendarInput', UserCalendarGroupDeleteCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
import * as UserCalendarGroupCalendarListCalendarPermissionInput from './schemas/UserCalendarGroupCalendarListCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2567
|
+
addSchema('UserCalendarGroupCalendarListCalendarPermissionInput', UserCalendarGroupCalendarListCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
import * as UserCalendarGroupCalendarListCalendarPermissionOutput from './schemas/UserCalendarGroupCalendarListCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2571
|
+
addSchema('UserCalendarGroupCalendarListCalendarPermissionOutput', UserCalendarGroupCalendarListCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
import * as UserCalendarGroupCalendarCreateCalendarPermissionInput from './schemas/UserCalendarGroupCalendarCreateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2575
|
+
addSchema('UserCalendarGroupCalendarCreateCalendarPermissionInput', UserCalendarGroupCalendarCreateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
import * as UserCalendarGroupCalendarCreateCalendarPermissionOutput from './schemas/UserCalendarGroupCalendarCreateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2579
|
+
addSchema('UserCalendarGroupCalendarCreateCalendarPermissionOutput', UserCalendarGroupCalendarCreateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
import * as UserCalendarGroupCalendarGetCalendarPermissionInput from './schemas/UserCalendarGroupCalendarGetCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2583
|
+
addSchema('UserCalendarGroupCalendarGetCalendarPermissionInput', UserCalendarGroupCalendarGetCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
import * as UserCalendarGroupCalendarGetCalendarPermissionOutput from './schemas/UserCalendarGroupCalendarGetCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2587
|
+
addSchema('UserCalendarGroupCalendarGetCalendarPermissionOutput', UserCalendarGroupCalendarGetCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
import * as UserCalendarGroupCalendarUpdateCalendarPermissionInput from './schemas/UserCalendarGroupCalendarUpdateCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2591
|
+
addSchema('UserCalendarGroupCalendarUpdateCalendarPermissionInput', UserCalendarGroupCalendarUpdateCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
import * as UserCalendarGroupCalendarUpdateCalendarPermissionOutput from './schemas/UserCalendarGroupCalendarUpdateCalendarPermissionOutput.schema.json' with { type: 'json' }
|
|
2595
|
+
addSchema('UserCalendarGroupCalendarUpdateCalendarPermissionOutput', UserCalendarGroupCalendarUpdateCalendarPermissionOutput, '@pikku/addon-microsoft-outlook')
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
import * as UserCalendarGroupCalendarDeleteCalendarPermissionInput from './schemas/UserCalendarGroupCalendarDeleteCalendarPermissionInput.schema.json' with { type: 'json' }
|
|
2599
|
+
addSchema('UserCalendarGroupCalendarDeleteCalendarPermissionInput', UserCalendarGroupCalendarDeleteCalendarPermissionInput, '@pikku/addon-microsoft-outlook')
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
import * as UserCalendarGroupCalendarCalendarPermissionGetCountInput from './schemas/UserCalendarGroupCalendarCalendarPermissionGetCountInput.schema.json' with { type: 'json' }
|
|
2603
|
+
addSchema('UserCalendarGroupCalendarCalendarPermissionGetCountInput', UserCalendarGroupCalendarCalendarPermissionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2604
|
+
|
|
2605
|
+
|
|
2606
|
+
import * as UserCalendarGroupCalendarListCalendarViewInput from './schemas/UserCalendarGroupCalendarListCalendarViewInput.schema.json' with { type: 'json' }
|
|
2607
|
+
addSchema('UserCalendarGroupCalendarListCalendarViewInput', UserCalendarGroupCalendarListCalendarViewInput, '@pikku/addon-microsoft-outlook')
|
|
2608
|
+
|
|
2609
|
+
|
|
2610
|
+
import * as UserCalendarGroupCalendarListCalendarViewOutput from './schemas/UserCalendarGroupCalendarListCalendarViewOutput.schema.json' with { type: 'json' }
|
|
2611
|
+
addSchema('UserCalendarGroupCalendarListCalendarViewOutput', UserCalendarGroupCalendarListCalendarViewOutput, '@pikku/addon-microsoft-outlook')
|
|
2612
|
+
|
|
2613
|
+
|
|
2614
|
+
import * as UserCalendarGroupCalendarCalendarViewDeltaInput from './schemas/UserCalendarGroupCalendarCalendarViewDeltaInput.schema.json' with { type: 'json' }
|
|
2615
|
+
addSchema('UserCalendarGroupCalendarCalendarViewDeltaInput', UserCalendarGroupCalendarCalendarViewDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2616
|
+
|
|
2617
|
+
|
|
2618
|
+
import * as UserCalendarGroupCalendarCalendarViewDeltaOutput from './schemas/UserCalendarGroupCalendarCalendarViewDeltaOutput.schema.json' with { type: 'json' }
|
|
2619
|
+
addSchema('UserCalendarGroupCalendarCalendarViewDeltaOutput', UserCalendarGroupCalendarCalendarViewDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
import * as UserCalendarGroupCalendarListEventInput from './schemas/UserCalendarGroupCalendarListEventInput.schema.json' with { type: 'json' }
|
|
2623
|
+
addSchema('UserCalendarGroupCalendarListEventInput', UserCalendarGroupCalendarListEventInput, '@pikku/addon-microsoft-outlook')
|
|
2624
|
+
|
|
2625
|
+
|
|
2626
|
+
import * as UserCalendarGroupCalendarListEventOutput from './schemas/UserCalendarGroupCalendarListEventOutput.schema.json' with { type: 'json' }
|
|
2627
|
+
addSchema('UserCalendarGroupCalendarListEventOutput', UserCalendarGroupCalendarListEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2628
|
+
|
|
2629
|
+
|
|
2630
|
+
import * as UserCalendarGroupCalendarCreateEventInput from './schemas/UserCalendarGroupCalendarCreateEventInput.schema.json' with { type: 'json' }
|
|
2631
|
+
addSchema('UserCalendarGroupCalendarCreateEventInput', UserCalendarGroupCalendarCreateEventInput, '@pikku/addon-microsoft-outlook')
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
import * as UserCalendarGroupCalendarCreateEventOutput from './schemas/UserCalendarGroupCalendarCreateEventOutput.schema.json' with { type: 'json' }
|
|
2635
|
+
addSchema('UserCalendarGroupCalendarCreateEventOutput', UserCalendarGroupCalendarCreateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2636
|
+
|
|
2637
|
+
|
|
2638
|
+
import * as UserCalendarGroupCalendarGetEventInput from './schemas/UserCalendarGroupCalendarGetEventInput.schema.json' with { type: 'json' }
|
|
2639
|
+
addSchema('UserCalendarGroupCalendarGetEventInput', UserCalendarGroupCalendarGetEventInput, '@pikku/addon-microsoft-outlook')
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
|
+
import * as UserCalendarGroupCalendarGetEventOutput from './schemas/UserCalendarGroupCalendarGetEventOutput.schema.json' with { type: 'json' }
|
|
2643
|
+
addSchema('UserCalendarGroupCalendarGetEventOutput', UserCalendarGroupCalendarGetEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
import * as UserCalendarGroupCalendarUpdateEventInput from './schemas/UserCalendarGroupCalendarUpdateEventInput.schema.json' with { type: 'json' }
|
|
2647
|
+
addSchema('UserCalendarGroupCalendarUpdateEventInput', UserCalendarGroupCalendarUpdateEventInput, '@pikku/addon-microsoft-outlook')
|
|
2648
|
+
|
|
2649
|
+
|
|
2650
|
+
import * as UserCalendarGroupCalendarUpdateEventOutput from './schemas/UserCalendarGroupCalendarUpdateEventOutput.schema.json' with { type: 'json' }
|
|
2651
|
+
addSchema('UserCalendarGroupCalendarUpdateEventOutput', UserCalendarGroupCalendarUpdateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
2652
|
+
|
|
2653
|
+
|
|
2654
|
+
import * as UserCalendarGroupCalendarDeleteEventInput from './schemas/UserCalendarGroupCalendarDeleteEventInput.schema.json' with { type: 'json' }
|
|
2655
|
+
addSchema('UserCalendarGroupCalendarDeleteEventInput', UserCalendarGroupCalendarDeleteEventInput, '@pikku/addon-microsoft-outlook')
|
|
2656
|
+
|
|
2657
|
+
|
|
2658
|
+
import * as UserCalendarGroupCalendarEventListAttachmentInput from './schemas/UserCalendarGroupCalendarEventListAttachmentInput.schema.json' with { type: 'json' }
|
|
2659
|
+
addSchema('UserCalendarGroupCalendarEventListAttachmentInput', UserCalendarGroupCalendarEventListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2660
|
+
|
|
2661
|
+
|
|
2662
|
+
import * as UserCalendarGroupCalendarEventListAttachmentOutput from './schemas/UserCalendarGroupCalendarEventListAttachmentOutput.schema.json' with { type: 'json' }
|
|
2663
|
+
addSchema('UserCalendarGroupCalendarEventListAttachmentOutput', UserCalendarGroupCalendarEventListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
import * as UserCalendarGroupCalendarEventCreateAttachmentInput from './schemas/UserCalendarGroupCalendarEventCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
2667
|
+
addSchema('UserCalendarGroupCalendarEventCreateAttachmentInput', UserCalendarGroupCalendarEventCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2668
|
+
|
|
2669
|
+
|
|
2670
|
+
import * as UserCalendarGroupCalendarEventCreateAttachmentOutput from './schemas/UserCalendarGroupCalendarEventCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
2671
|
+
addSchema('UserCalendarGroupCalendarEventCreateAttachmentOutput', UserCalendarGroupCalendarEventCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
import * as UserCalendarGroupCalendarEventGetAttachmentInput from './schemas/UserCalendarGroupCalendarEventGetAttachmentInput.schema.json' with { type: 'json' }
|
|
2675
|
+
addSchema('UserCalendarGroupCalendarEventGetAttachmentInput', UserCalendarGroupCalendarEventGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
import * as UserCalendarGroupCalendarEventGetAttachmentOutput from './schemas/UserCalendarGroupCalendarEventGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
2679
|
+
addSchema('UserCalendarGroupCalendarEventGetAttachmentOutput', UserCalendarGroupCalendarEventGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
import * as UserCalendarGroupCalendarEventDeleteAttachmentInput from './schemas/UserCalendarGroupCalendarEventDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
2683
|
+
addSchema('UserCalendarGroupCalendarEventDeleteAttachmentInput', UserCalendarGroupCalendarEventDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
import * as UserCalendarGroupCalendarEventAttachmentGetCountInput from './schemas/UserCalendarGroupCalendarEventAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
2687
|
+
addSchema('UserCalendarGroupCalendarEventAttachmentGetCountInput', UserCalendarGroupCalendarEventAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
import * as UserCalendarGroupCalendarEventAttachmentCreateUploadSessionInput from './schemas/UserCalendarGroupCalendarEventAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
2691
|
+
addSchema('UserCalendarGroupCalendarEventAttachmentCreateUploadSessionInput', UserCalendarGroupCalendarEventAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
import * as UserCalendarGroupCalendarEventAttachmentCreateUploadSessionOutput from './schemas/UserCalendarGroupCalendarEventAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
2695
|
+
addSchema('UserCalendarGroupCalendarEventAttachmentCreateUploadSessionOutput', UserCalendarGroupCalendarEventAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
2696
|
+
|
|
2697
|
+
|
|
2698
|
+
import * as UserCalendarGroupCalendarEventGetCalendarInput from './schemas/UserCalendarGroupCalendarEventGetCalendarInput.schema.json' with { type: 'json' }
|
|
2699
|
+
addSchema('UserCalendarGroupCalendarEventGetCalendarInput', UserCalendarGroupCalendarEventGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
import * as UserCalendarGroupCalendarEventGetCalendarOutput from './schemas/UserCalendarGroupCalendarEventGetCalendarOutput.schema.json' with { type: 'json' }
|
|
2703
|
+
addSchema('UserCalendarGroupCalendarEventGetCalendarOutput', UserCalendarGroupCalendarEventGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
import * as UserCalendarGroupCalendarEventListExtensionInput from './schemas/UserCalendarGroupCalendarEventListExtensionInput.schema.json' with { type: 'json' }
|
|
2707
|
+
addSchema('UserCalendarGroupCalendarEventListExtensionInput', UserCalendarGroupCalendarEventListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2708
|
+
|
|
2709
|
+
|
|
2710
|
+
import * as UserCalendarGroupCalendarEventListExtensionOutput from './schemas/UserCalendarGroupCalendarEventListExtensionOutput.schema.json' with { type: 'json' }
|
|
2711
|
+
addSchema('UserCalendarGroupCalendarEventListExtensionOutput', UserCalendarGroupCalendarEventListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2712
|
+
|
|
2713
|
+
|
|
2714
|
+
import * as UserCalendarGroupCalendarEventCreateExtensionInput from './schemas/UserCalendarGroupCalendarEventCreateExtensionInput.schema.json' with { type: 'json' }
|
|
2715
|
+
addSchema('UserCalendarGroupCalendarEventCreateExtensionInput', UserCalendarGroupCalendarEventCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2716
|
+
|
|
2717
|
+
|
|
2718
|
+
import * as UserCalendarGroupCalendarEventCreateExtensionOutput from './schemas/UserCalendarGroupCalendarEventCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
2719
|
+
addSchema('UserCalendarGroupCalendarEventCreateExtensionOutput', UserCalendarGroupCalendarEventCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2720
|
+
|
|
2721
|
+
|
|
2722
|
+
import * as UserCalendarGroupCalendarEventGetExtensionInput from './schemas/UserCalendarGroupCalendarEventGetExtensionInput.schema.json' with { type: 'json' }
|
|
2723
|
+
addSchema('UserCalendarGroupCalendarEventGetExtensionInput', UserCalendarGroupCalendarEventGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
import * as UserCalendarGroupCalendarEventGetExtensionOutput from './schemas/UserCalendarGroupCalendarEventGetExtensionOutput.schema.json' with { type: 'json' }
|
|
2727
|
+
addSchema('UserCalendarGroupCalendarEventGetExtensionOutput', UserCalendarGroupCalendarEventGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2728
|
+
|
|
2729
|
+
|
|
2730
|
+
import * as UserCalendarGroupCalendarEventUpdateExtensionInput from './schemas/UserCalendarGroupCalendarEventUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
2731
|
+
addSchema('UserCalendarGroupCalendarEventUpdateExtensionInput', UserCalendarGroupCalendarEventUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2732
|
+
|
|
2733
|
+
|
|
2734
|
+
import * as UserCalendarGroupCalendarEventUpdateExtensionOutput from './schemas/UserCalendarGroupCalendarEventUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
2735
|
+
addSchema('UserCalendarGroupCalendarEventUpdateExtensionOutput', UserCalendarGroupCalendarEventUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
import * as UserCalendarGroupCalendarEventDeleteExtensionInput from './schemas/UserCalendarGroupCalendarEventDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
2739
|
+
addSchema('UserCalendarGroupCalendarEventDeleteExtensionInput', UserCalendarGroupCalendarEventDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
|
+
import * as UserCalendarGroupCalendarEventExtensionGetCountInput from './schemas/UserCalendarGroupCalendarEventExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
2743
|
+
addSchema('UserCalendarGroupCalendarEventExtensionGetCountInput', UserCalendarGroupCalendarEventExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
import * as UserCalendarGroupCalendarEventListInstanceInput from './schemas/UserCalendarGroupCalendarEventListInstanceInput.schema.json' with { type: 'json' }
|
|
2747
|
+
addSchema('UserCalendarGroupCalendarEventListInstanceInput', UserCalendarGroupCalendarEventListInstanceInput, '@pikku/addon-microsoft-outlook')
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
import * as UserCalendarGroupCalendarEventListInstanceOutput from './schemas/UserCalendarGroupCalendarEventListInstanceOutput.schema.json' with { type: 'json' }
|
|
2751
|
+
addSchema('UserCalendarGroupCalendarEventListInstanceOutput', UserCalendarGroupCalendarEventListInstanceOutput, '@pikku/addon-microsoft-outlook')
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
import * as UserCalendarGroupCalendarEventInstanceDeltaInput from './schemas/UserCalendarGroupCalendarEventInstanceDeltaInput.schema.json' with { type: 'json' }
|
|
2755
|
+
addSchema('UserCalendarGroupCalendarEventInstanceDeltaInput', UserCalendarGroupCalendarEventInstanceDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
import * as UserCalendarGroupCalendarEventInstanceDeltaOutput from './schemas/UserCalendarGroupCalendarEventInstanceDeltaOutput.schema.json' with { type: 'json' }
|
|
2759
|
+
addSchema('UserCalendarGroupCalendarEventInstanceDeltaOutput', UserCalendarGroupCalendarEventInstanceDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2760
|
+
|
|
2761
|
+
|
|
2762
|
+
import * as UserCalendarGroupCalendarEventAcceptInput from './schemas/UserCalendarGroupCalendarEventAcceptInput.schema.json' with { type: 'json' }
|
|
2763
|
+
addSchema('UserCalendarGroupCalendarEventAcceptInput', UserCalendarGroupCalendarEventAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
2764
|
+
|
|
2765
|
+
|
|
2766
|
+
import * as UserCalendarGroupCalendarEventCancelInput from './schemas/UserCalendarGroupCalendarEventCancelInput.schema.json' with { type: 'json' }
|
|
2767
|
+
addSchema('UserCalendarGroupCalendarEventCancelInput', UserCalendarGroupCalendarEventCancelInput, '@pikku/addon-microsoft-outlook')
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
import * as UserCalendarGroupCalendarEventDeclineInput from './schemas/UserCalendarGroupCalendarEventDeclineInput.schema.json' with { type: 'json' }
|
|
2771
|
+
addSchema('UserCalendarGroupCalendarEventDeclineInput', UserCalendarGroupCalendarEventDeclineInput, '@pikku/addon-microsoft-outlook')
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
import * as UserCalendarGroupCalendarEventDismissReminderInput from './schemas/UserCalendarGroupCalendarEventDismissReminderInput.schema.json' with { type: 'json' }
|
|
2775
|
+
addSchema('UserCalendarGroupCalendarEventDismissReminderInput', UserCalendarGroupCalendarEventDismissReminderInput, '@pikku/addon-microsoft-outlook')
|
|
2776
|
+
|
|
2777
|
+
|
|
2778
|
+
import * as UserCalendarGroupCalendarEventForwardInput from './schemas/UserCalendarGroupCalendarEventForwardInput.schema.json' with { type: 'json' }
|
|
2779
|
+
addSchema('UserCalendarGroupCalendarEventForwardInput', UserCalendarGroupCalendarEventForwardInput, '@pikku/addon-microsoft-outlook')
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
import * as UserCalendarGroupCalendarEventPermanentDeleteInput from './schemas/UserCalendarGroupCalendarEventPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
2783
|
+
addSchema('UserCalendarGroupCalendarEventPermanentDeleteInput', UserCalendarGroupCalendarEventPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
2784
|
+
|
|
2785
|
+
|
|
2786
|
+
import * as UserCalendarGroupCalendarEventSnoozeReminderInput from './schemas/UserCalendarGroupCalendarEventSnoozeReminderInput.schema.json' with { type: 'json' }
|
|
2787
|
+
addSchema('UserCalendarGroupCalendarEventSnoozeReminderInput', UserCalendarGroupCalendarEventSnoozeReminderInput, '@pikku/addon-microsoft-outlook')
|
|
2788
|
+
|
|
2789
|
+
|
|
2790
|
+
import * as UserCalendarGroupCalendarEventTentativelyAcceptInput from './schemas/UserCalendarGroupCalendarEventTentativelyAcceptInput.schema.json' with { type: 'json' }
|
|
2791
|
+
addSchema('UserCalendarGroupCalendarEventTentativelyAcceptInput', UserCalendarGroupCalendarEventTentativelyAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
import * as UserCalendarGroupCalendarEventGetCountInput from './schemas/UserCalendarGroupCalendarEventGetCountInput.schema.json' with { type: 'json' }
|
|
2795
|
+
addSchema('UserCalendarGroupCalendarEventGetCountInput', UserCalendarGroupCalendarEventGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
import * as UserCalendarGroupCalendarEventDeltaInput from './schemas/UserCalendarGroupCalendarEventDeltaInput.schema.json' with { type: 'json' }
|
|
2799
|
+
addSchema('UserCalendarGroupCalendarEventDeltaInput', UserCalendarGroupCalendarEventDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
2800
|
+
|
|
2801
|
+
|
|
2802
|
+
import * as UserCalendarGroupCalendarEventDeltaOutput from './schemas/UserCalendarGroupCalendarEventDeltaOutput.schema.json' with { type: 'json' }
|
|
2803
|
+
addSchema('UserCalendarGroupCalendarEventDeltaOutput', UserCalendarGroupCalendarEventDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
import * as UserCalendarGroupCalendarAllowedCalendarSharingRoleInput from './schemas/UserCalendarGroupCalendarAllowedCalendarSharingRoleInput.schema.json' with { type: 'json' }
|
|
2807
|
+
addSchema('UserCalendarGroupCalendarAllowedCalendarSharingRoleInput', UserCalendarGroupCalendarAllowedCalendarSharingRoleInput, '@pikku/addon-microsoft-outlook')
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
import * as UserCalendarGroupCalendarAllowedCalendarSharingRoleOutput from './schemas/UserCalendarGroupCalendarAllowedCalendarSharingRoleOutput.schema.json' with { type: 'json' }
|
|
2811
|
+
addSchema('UserCalendarGroupCalendarAllowedCalendarSharingRoleOutput', UserCalendarGroupCalendarAllowedCalendarSharingRoleOutput, '@pikku/addon-microsoft-outlook')
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
import * as UserCalendarGroupCalendarGetScheduleInput from './schemas/UserCalendarGroupCalendarGetScheduleInput.schema.json' with { type: 'json' }
|
|
2815
|
+
addSchema('UserCalendarGroupCalendarGetScheduleInput', UserCalendarGroupCalendarGetScheduleInput, '@pikku/addon-microsoft-outlook')
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
import * as UserCalendarGroupCalendarGetScheduleOutput from './schemas/UserCalendarGroupCalendarGetScheduleOutput.schema.json' with { type: 'json' }
|
|
2819
|
+
addSchema('UserCalendarGroupCalendarGetScheduleOutput', UserCalendarGroupCalendarGetScheduleOutput, '@pikku/addon-microsoft-outlook')
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
import * as UserCalendarGroupCalendarPermanentDeleteInput from './schemas/UserCalendarGroupCalendarPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
2823
|
+
addSchema('UserCalendarGroupCalendarPermanentDeleteInput', UserCalendarGroupCalendarPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
import * as UserCalendarGroupCalendarGetCountInput from './schemas/UserCalendarGroupCalendarGetCountInput.schema.json' with { type: 'json' }
|
|
2827
|
+
addSchema('UserCalendarGroupCalendarGetCountInput', UserCalendarGroupCalendarGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
import * as UserCalendarGroupGetCountInput from './schemas/UserCalendarGroupGetCountInput.schema.json' with { type: 'json' }
|
|
2831
|
+
addSchema('UserCalendarGroupGetCountInput', UserCalendarGroupGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
import * as UserListCalendarInput from './schemas/UserListCalendarInput.schema.json' with { type: 'json' }
|
|
2835
|
+
addSchema('UserListCalendarInput', UserListCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2836
|
+
|
|
2837
|
+
|
|
2838
|
+
import * as UserListCalendarOutput from './schemas/UserListCalendarOutput.schema.json' with { type: 'json' }
|
|
2839
|
+
addSchema('UserListCalendarOutput', UserListCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
import * as UserCreateCalendarInput from './schemas/UserCreateCalendarInput.schema.json' with { type: 'json' }
|
|
2843
|
+
addSchema('UserCreateCalendarInput', UserCreateCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2844
|
+
|
|
2845
|
+
|
|
2846
|
+
import * as UserCreateCalendarOutput from './schemas/UserCreateCalendarOutput.schema.json' with { type: 'json' }
|
|
2847
|
+
addSchema('UserCreateCalendarOutput', UserCreateCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
import * as UserGetCalendar2Input from './schemas/UserGetCalendar2Input.schema.json' with { type: 'json' }
|
|
2851
|
+
addSchema('UserGetCalendar2Input', UserGetCalendar2Input, '@pikku/addon-microsoft-outlook')
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
import * as UserGetCalendar2Output from './schemas/UserGetCalendar2Output.schema.json' with { type: 'json' }
|
|
2855
|
+
addSchema('UserGetCalendar2Output', UserGetCalendar2Output, '@pikku/addon-microsoft-outlook')
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
import * as UserUpdateCalendar2Input from './schemas/UserUpdateCalendar2Input.schema.json' with { type: 'json' }
|
|
2859
|
+
addSchema('UserUpdateCalendar2Input', UserUpdateCalendar2Input, '@pikku/addon-microsoft-outlook')
|
|
2860
|
+
|
|
2861
|
+
|
|
2862
|
+
import * as UserUpdateCalendar2Output from './schemas/UserUpdateCalendar2Output.schema.json' with { type: 'json' }
|
|
2863
|
+
addSchema('UserUpdateCalendar2Output', UserUpdateCalendar2Output, '@pikku/addon-microsoft-outlook')
|
|
2864
|
+
|
|
2865
|
+
|
|
2866
|
+
import * as UserDeleteCalendarInput from './schemas/UserDeleteCalendarInput.schema.json' with { type: 'json' }
|
|
2867
|
+
addSchema('UserDeleteCalendarInput', UserDeleteCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
2868
|
+
|
|
2869
|
+
|
|
2870
|
+
import * as UserCalendarListCalendarPermission2Input from './schemas/UserCalendarListCalendarPermission2Input.schema.json' with { type: 'json' }
|
|
2871
|
+
addSchema('UserCalendarListCalendarPermission2Input', UserCalendarListCalendarPermission2Input, '@pikku/addon-microsoft-outlook')
|
|
2872
|
+
|
|
2873
|
+
|
|
2874
|
+
import * as UserCalendarListCalendarPermission2Output from './schemas/UserCalendarListCalendarPermission2Output.schema.json' with { type: 'json' }
|
|
2875
|
+
addSchema('UserCalendarListCalendarPermission2Output', UserCalendarListCalendarPermission2Output, '@pikku/addon-microsoft-outlook')
|
|
2876
|
+
|
|
2877
|
+
|
|
2878
|
+
import * as UserCalendarCreateCalendarPermission2Input from './schemas/UserCalendarCreateCalendarPermission2Input.schema.json' with { type: 'json' }
|
|
2879
|
+
addSchema('UserCalendarCreateCalendarPermission2Input', UserCalendarCreateCalendarPermission2Input, '@pikku/addon-microsoft-outlook')
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
import * as UserCalendarCreateCalendarPermission2Output from './schemas/UserCalendarCreateCalendarPermission2Output.schema.json' with { type: 'json' }
|
|
2883
|
+
addSchema('UserCalendarCreateCalendarPermission2Output', UserCalendarCreateCalendarPermission2Output, '@pikku/addon-microsoft-outlook')
|
|
2884
|
+
|
|
2885
|
+
|
|
2886
|
+
import * as UserCalendarGetCalendarPermission2Input from './schemas/UserCalendarGetCalendarPermission2Input.schema.json' with { type: 'json' }
|
|
2887
|
+
addSchema('UserCalendarGetCalendarPermission2Input', UserCalendarGetCalendarPermission2Input, '@pikku/addon-microsoft-outlook')
|
|
2888
|
+
|
|
2889
|
+
|
|
2890
|
+
import * as UserCalendarGetCalendarPermission2Output from './schemas/UserCalendarGetCalendarPermission2Output.schema.json' with { type: 'json' }
|
|
2891
|
+
addSchema('UserCalendarGetCalendarPermission2Output', UserCalendarGetCalendarPermission2Output, '@pikku/addon-microsoft-outlook')
|
|
2892
|
+
|
|
2893
|
+
|
|
2894
|
+
import * as UserCalendarUpdateCalendarPermission2Input from './schemas/UserCalendarUpdateCalendarPermission2Input.schema.json' with { type: 'json' }
|
|
2895
|
+
addSchema('UserCalendarUpdateCalendarPermission2Input', UserCalendarUpdateCalendarPermission2Input, '@pikku/addon-microsoft-outlook')
|
|
2896
|
+
|
|
2897
|
+
|
|
2898
|
+
import * as UserCalendarUpdateCalendarPermission2Output from './schemas/UserCalendarUpdateCalendarPermission2Output.schema.json' with { type: 'json' }
|
|
2899
|
+
addSchema('UserCalendarUpdateCalendarPermission2Output', UserCalendarUpdateCalendarPermission2Output, '@pikku/addon-microsoft-outlook')
|
|
2900
|
+
|
|
2901
|
+
|
|
2902
|
+
import * as UserCalendarDeleteCalendarPermission2Input from './schemas/UserCalendarDeleteCalendarPermission2Input.schema.json' with { type: 'json' }
|
|
2903
|
+
addSchema('UserCalendarDeleteCalendarPermission2Input', UserCalendarDeleteCalendarPermission2Input, '@pikku/addon-microsoft-outlook')
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
import * as UserCalendarCalendarPermissionGetCount2Input from './schemas/UserCalendarCalendarPermissionGetCount2Input.schema.json' with { type: 'json' }
|
|
2907
|
+
addSchema('UserCalendarCalendarPermissionGetCount2Input', UserCalendarCalendarPermissionGetCount2Input, '@pikku/addon-microsoft-outlook')
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
import * as UserCalendarListCalendarView2Input from './schemas/UserCalendarListCalendarView2Input.schema.json' with { type: 'json' }
|
|
2911
|
+
addSchema('UserCalendarListCalendarView2Input', UserCalendarListCalendarView2Input, '@pikku/addon-microsoft-outlook')
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
import * as UserCalendarListCalendarView2Output from './schemas/UserCalendarListCalendarView2Output.schema.json' with { type: 'json' }
|
|
2915
|
+
addSchema('UserCalendarListCalendarView2Output', UserCalendarListCalendarView2Output, '@pikku/addon-microsoft-outlook')
|
|
2916
|
+
|
|
2917
|
+
|
|
2918
|
+
import * as UserCalendarCalendarViewDelta2Input from './schemas/UserCalendarCalendarViewDelta2Input.schema.json' with { type: 'json' }
|
|
2919
|
+
addSchema('UserCalendarCalendarViewDelta2Input', UserCalendarCalendarViewDelta2Input, '@pikku/addon-microsoft-outlook')
|
|
2920
|
+
|
|
2921
|
+
|
|
2922
|
+
import * as UserCalendarCalendarViewDelta2Output from './schemas/UserCalendarCalendarViewDelta2Output.schema.json' with { type: 'json' }
|
|
2923
|
+
addSchema('UserCalendarCalendarViewDelta2Output', UserCalendarCalendarViewDelta2Output, '@pikku/addon-microsoft-outlook')
|
|
2924
|
+
|
|
2925
|
+
|
|
2926
|
+
import * as UserCalendarListEvent2Input from './schemas/UserCalendarListEvent2Input.schema.json' with { type: 'json' }
|
|
2927
|
+
addSchema('UserCalendarListEvent2Input', UserCalendarListEvent2Input, '@pikku/addon-microsoft-outlook')
|
|
2928
|
+
|
|
2929
|
+
|
|
2930
|
+
import * as UserCalendarListEvent2Output from './schemas/UserCalendarListEvent2Output.schema.json' with { type: 'json' }
|
|
2931
|
+
addSchema('UserCalendarListEvent2Output', UserCalendarListEvent2Output, '@pikku/addon-microsoft-outlook')
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
import * as UserCalendarCreateEvent2Input from './schemas/UserCalendarCreateEvent2Input.schema.json' with { type: 'json' }
|
|
2935
|
+
addSchema('UserCalendarCreateEvent2Input', UserCalendarCreateEvent2Input, '@pikku/addon-microsoft-outlook')
|
|
2936
|
+
|
|
2937
|
+
|
|
2938
|
+
import * as UserCalendarCreateEvent2Output from './schemas/UserCalendarCreateEvent2Output.schema.json' with { type: 'json' }
|
|
2939
|
+
addSchema('UserCalendarCreateEvent2Output', UserCalendarCreateEvent2Output, '@pikku/addon-microsoft-outlook')
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
import * as UserCalendarGetEvent2Input from './schemas/UserCalendarGetEvent2Input.schema.json' with { type: 'json' }
|
|
2943
|
+
addSchema('UserCalendarGetEvent2Input', UserCalendarGetEvent2Input, '@pikku/addon-microsoft-outlook')
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
import * as UserCalendarGetEvent2Output from './schemas/UserCalendarGetEvent2Output.schema.json' with { type: 'json' }
|
|
2947
|
+
addSchema('UserCalendarGetEvent2Output', UserCalendarGetEvent2Output, '@pikku/addon-microsoft-outlook')
|
|
2948
|
+
|
|
2949
|
+
|
|
2950
|
+
import * as UserCalendarUpdateEvent2Input from './schemas/UserCalendarUpdateEvent2Input.schema.json' with { type: 'json' }
|
|
2951
|
+
addSchema('UserCalendarUpdateEvent2Input', UserCalendarUpdateEvent2Input, '@pikku/addon-microsoft-outlook')
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
import * as UserCalendarUpdateEvent2Output from './schemas/UserCalendarUpdateEvent2Output.schema.json' with { type: 'json' }
|
|
2955
|
+
addSchema('UserCalendarUpdateEvent2Output', UserCalendarUpdateEvent2Output, '@pikku/addon-microsoft-outlook')
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
import * as UserCalendarDeleteEvent2Input from './schemas/UserCalendarDeleteEvent2Input.schema.json' with { type: 'json' }
|
|
2959
|
+
addSchema('UserCalendarDeleteEvent2Input', UserCalendarDeleteEvent2Input, '@pikku/addon-microsoft-outlook')
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
import * as UserCalendarEventListAttachment2Input from './schemas/UserCalendarEventListAttachment2Input.schema.json' with { type: 'json' }
|
|
2963
|
+
addSchema('UserCalendarEventListAttachment2Input', UserCalendarEventListAttachment2Input, '@pikku/addon-microsoft-outlook')
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
import * as UserCalendarEventListAttachment2Output from './schemas/UserCalendarEventListAttachment2Output.schema.json' with { type: 'json' }
|
|
2967
|
+
addSchema('UserCalendarEventListAttachment2Output', UserCalendarEventListAttachment2Output, '@pikku/addon-microsoft-outlook')
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
import * as UserCalendarEventCreateAttachment2Input from './schemas/UserCalendarEventCreateAttachment2Input.schema.json' with { type: 'json' }
|
|
2971
|
+
addSchema('UserCalendarEventCreateAttachment2Input', UserCalendarEventCreateAttachment2Input, '@pikku/addon-microsoft-outlook')
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
import * as UserCalendarEventCreateAttachment2Output from './schemas/UserCalendarEventCreateAttachment2Output.schema.json' with { type: 'json' }
|
|
2975
|
+
addSchema('UserCalendarEventCreateAttachment2Output', UserCalendarEventCreateAttachment2Output, '@pikku/addon-microsoft-outlook')
|
|
2976
|
+
|
|
2977
|
+
|
|
2978
|
+
import * as UserCalendarEventGetAttachment2Input from './schemas/UserCalendarEventGetAttachment2Input.schema.json' with { type: 'json' }
|
|
2979
|
+
addSchema('UserCalendarEventGetAttachment2Input', UserCalendarEventGetAttachment2Input, '@pikku/addon-microsoft-outlook')
|
|
2980
|
+
|
|
2981
|
+
|
|
2982
|
+
import * as UserCalendarEventGetAttachment2Output from './schemas/UserCalendarEventGetAttachment2Output.schema.json' with { type: 'json' }
|
|
2983
|
+
addSchema('UserCalendarEventGetAttachment2Output', UserCalendarEventGetAttachment2Output, '@pikku/addon-microsoft-outlook')
|
|
2984
|
+
|
|
2985
|
+
|
|
2986
|
+
import * as UserCalendarEventDeleteAttachment2Input from './schemas/UserCalendarEventDeleteAttachment2Input.schema.json' with { type: 'json' }
|
|
2987
|
+
addSchema('UserCalendarEventDeleteAttachment2Input', UserCalendarEventDeleteAttachment2Input, '@pikku/addon-microsoft-outlook')
|
|
2988
|
+
|
|
2989
|
+
|
|
2990
|
+
import * as UserCalendarEventAttachmentGetCount2Input from './schemas/UserCalendarEventAttachmentGetCount2Input.schema.json' with { type: 'json' }
|
|
2991
|
+
addSchema('UserCalendarEventAttachmentGetCount2Input', UserCalendarEventAttachmentGetCount2Input, '@pikku/addon-microsoft-outlook')
|
|
2992
|
+
|
|
2993
|
+
|
|
2994
|
+
import * as UserCalendarEventAttachmentCreateUploadSession2Input from './schemas/UserCalendarEventAttachmentCreateUploadSession2Input.schema.json' with { type: 'json' }
|
|
2995
|
+
addSchema('UserCalendarEventAttachmentCreateUploadSession2Input', UserCalendarEventAttachmentCreateUploadSession2Input, '@pikku/addon-microsoft-outlook')
|
|
2996
|
+
|
|
2997
|
+
|
|
2998
|
+
import * as UserCalendarEventAttachmentCreateUploadSession2Output from './schemas/UserCalendarEventAttachmentCreateUploadSession2Output.schema.json' with { type: 'json' }
|
|
2999
|
+
addSchema('UserCalendarEventAttachmentCreateUploadSession2Output', UserCalendarEventAttachmentCreateUploadSession2Output, '@pikku/addon-microsoft-outlook')
|
|
3000
|
+
|
|
3001
|
+
|
|
3002
|
+
import * as UserCalendarEventGetCalendar2Input from './schemas/UserCalendarEventGetCalendar2Input.schema.json' with { type: 'json' }
|
|
3003
|
+
addSchema('UserCalendarEventGetCalendar2Input', UserCalendarEventGetCalendar2Input, '@pikku/addon-microsoft-outlook')
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
import * as UserCalendarEventGetCalendar2Output from './schemas/UserCalendarEventGetCalendar2Output.schema.json' with { type: 'json' }
|
|
3007
|
+
addSchema('UserCalendarEventGetCalendar2Output', UserCalendarEventGetCalendar2Output, '@pikku/addon-microsoft-outlook')
|
|
3008
|
+
|
|
3009
|
+
|
|
3010
|
+
import * as UserCalendarEventListExtension2Input from './schemas/UserCalendarEventListExtension2Input.schema.json' with { type: 'json' }
|
|
3011
|
+
addSchema('UserCalendarEventListExtension2Input', UserCalendarEventListExtension2Input, '@pikku/addon-microsoft-outlook')
|
|
3012
|
+
|
|
3013
|
+
|
|
3014
|
+
import * as UserCalendarEventListExtension2Output from './schemas/UserCalendarEventListExtension2Output.schema.json' with { type: 'json' }
|
|
3015
|
+
addSchema('UserCalendarEventListExtension2Output', UserCalendarEventListExtension2Output, '@pikku/addon-microsoft-outlook')
|
|
3016
|
+
|
|
3017
|
+
|
|
3018
|
+
import * as UserCalendarEventCreateExtension2Input from './schemas/UserCalendarEventCreateExtension2Input.schema.json' with { type: 'json' }
|
|
3019
|
+
addSchema('UserCalendarEventCreateExtension2Input', UserCalendarEventCreateExtension2Input, '@pikku/addon-microsoft-outlook')
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
import * as UserCalendarEventCreateExtension2Output from './schemas/UserCalendarEventCreateExtension2Output.schema.json' with { type: 'json' }
|
|
3023
|
+
addSchema('UserCalendarEventCreateExtension2Output', UserCalendarEventCreateExtension2Output, '@pikku/addon-microsoft-outlook')
|
|
3024
|
+
|
|
3025
|
+
|
|
3026
|
+
import * as UserCalendarEventGetExtension2Input from './schemas/UserCalendarEventGetExtension2Input.schema.json' with { type: 'json' }
|
|
3027
|
+
addSchema('UserCalendarEventGetExtension2Input', UserCalendarEventGetExtension2Input, '@pikku/addon-microsoft-outlook')
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
import * as UserCalendarEventGetExtension2Output from './schemas/UserCalendarEventGetExtension2Output.schema.json' with { type: 'json' }
|
|
3031
|
+
addSchema('UserCalendarEventGetExtension2Output', UserCalendarEventGetExtension2Output, '@pikku/addon-microsoft-outlook')
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
import * as UserCalendarEventUpdateExtension2Input from './schemas/UserCalendarEventUpdateExtension2Input.schema.json' with { type: 'json' }
|
|
3035
|
+
addSchema('UserCalendarEventUpdateExtension2Input', UserCalendarEventUpdateExtension2Input, '@pikku/addon-microsoft-outlook')
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
import * as UserCalendarEventUpdateExtension2Output from './schemas/UserCalendarEventUpdateExtension2Output.schema.json' with { type: 'json' }
|
|
3039
|
+
addSchema('UserCalendarEventUpdateExtension2Output', UserCalendarEventUpdateExtension2Output, '@pikku/addon-microsoft-outlook')
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
import * as UserCalendarEventDeleteExtension2Input from './schemas/UserCalendarEventDeleteExtension2Input.schema.json' with { type: 'json' }
|
|
3043
|
+
addSchema('UserCalendarEventDeleteExtension2Input', UserCalendarEventDeleteExtension2Input, '@pikku/addon-microsoft-outlook')
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
import * as UserCalendarEventExtensionGetCount2Input from './schemas/UserCalendarEventExtensionGetCount2Input.schema.json' with { type: 'json' }
|
|
3047
|
+
addSchema('UserCalendarEventExtensionGetCount2Input', UserCalendarEventExtensionGetCount2Input, '@pikku/addon-microsoft-outlook')
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
import * as UserCalendarEventListInstance2Input from './schemas/UserCalendarEventListInstance2Input.schema.json' with { type: 'json' }
|
|
3051
|
+
addSchema('UserCalendarEventListInstance2Input', UserCalendarEventListInstance2Input, '@pikku/addon-microsoft-outlook')
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
import * as UserCalendarEventListInstance2Output from './schemas/UserCalendarEventListInstance2Output.schema.json' with { type: 'json' }
|
|
3055
|
+
addSchema('UserCalendarEventListInstance2Output', UserCalendarEventListInstance2Output, '@pikku/addon-microsoft-outlook')
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
import * as UserCalendarEventInstanceDelta2Input from './schemas/UserCalendarEventInstanceDelta2Input.schema.json' with { type: 'json' }
|
|
3059
|
+
addSchema('UserCalendarEventInstanceDelta2Input', UserCalendarEventInstanceDelta2Input, '@pikku/addon-microsoft-outlook')
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
import * as UserCalendarEventInstanceDelta2Output from './schemas/UserCalendarEventInstanceDelta2Output.schema.json' with { type: 'json' }
|
|
3063
|
+
addSchema('UserCalendarEventInstanceDelta2Output', UserCalendarEventInstanceDelta2Output, '@pikku/addon-microsoft-outlook')
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
import * as UserCalendarEventAccept2Input from './schemas/UserCalendarEventAccept2Input.schema.json' with { type: 'json' }
|
|
3067
|
+
addSchema('UserCalendarEventAccept2Input', UserCalendarEventAccept2Input, '@pikku/addon-microsoft-outlook')
|
|
3068
|
+
|
|
3069
|
+
|
|
3070
|
+
import * as UserCalendarEventCancel2Input from './schemas/UserCalendarEventCancel2Input.schema.json' with { type: 'json' }
|
|
3071
|
+
addSchema('UserCalendarEventCancel2Input', UserCalendarEventCancel2Input, '@pikku/addon-microsoft-outlook')
|
|
3072
|
+
|
|
3073
|
+
|
|
3074
|
+
import * as UserCalendarEventDecline2Input from './schemas/UserCalendarEventDecline2Input.schema.json' with { type: 'json' }
|
|
3075
|
+
addSchema('UserCalendarEventDecline2Input', UserCalendarEventDecline2Input, '@pikku/addon-microsoft-outlook')
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
import * as UserCalendarEventDismissReminder2Input from './schemas/UserCalendarEventDismissReminder2Input.schema.json' with { type: 'json' }
|
|
3079
|
+
addSchema('UserCalendarEventDismissReminder2Input', UserCalendarEventDismissReminder2Input, '@pikku/addon-microsoft-outlook')
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
import * as UserCalendarEventForward2Input from './schemas/UserCalendarEventForward2Input.schema.json' with { type: 'json' }
|
|
3083
|
+
addSchema('UserCalendarEventForward2Input', UserCalendarEventForward2Input, '@pikku/addon-microsoft-outlook')
|
|
3084
|
+
|
|
3085
|
+
|
|
3086
|
+
import * as UserCalendarEventPermanentDelete2Input from './schemas/UserCalendarEventPermanentDelete2Input.schema.json' with { type: 'json' }
|
|
3087
|
+
addSchema('UserCalendarEventPermanentDelete2Input', UserCalendarEventPermanentDelete2Input, '@pikku/addon-microsoft-outlook')
|
|
3088
|
+
|
|
3089
|
+
|
|
3090
|
+
import * as UserCalendarEventSnoozeReminder2Input from './schemas/UserCalendarEventSnoozeReminder2Input.schema.json' with { type: 'json' }
|
|
3091
|
+
addSchema('UserCalendarEventSnoozeReminder2Input', UserCalendarEventSnoozeReminder2Input, '@pikku/addon-microsoft-outlook')
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
import * as UserCalendarEventTentativelyAccept2Input from './schemas/UserCalendarEventTentativelyAccept2Input.schema.json' with { type: 'json' }
|
|
3095
|
+
addSchema('UserCalendarEventTentativelyAccept2Input', UserCalendarEventTentativelyAccept2Input, '@pikku/addon-microsoft-outlook')
|
|
3096
|
+
|
|
3097
|
+
|
|
3098
|
+
import * as UserCalendarEventGetCount2Input from './schemas/UserCalendarEventGetCount2Input.schema.json' with { type: 'json' }
|
|
3099
|
+
addSchema('UserCalendarEventGetCount2Input', UserCalendarEventGetCount2Input, '@pikku/addon-microsoft-outlook')
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
import * as UserCalendarEventDelta2Input from './schemas/UserCalendarEventDelta2Input.schema.json' with { type: 'json' }
|
|
3103
|
+
addSchema('UserCalendarEventDelta2Input', UserCalendarEventDelta2Input, '@pikku/addon-microsoft-outlook')
|
|
3104
|
+
|
|
3105
|
+
|
|
3106
|
+
import * as UserCalendarEventDelta2Output from './schemas/UserCalendarEventDelta2Output.schema.json' with { type: 'json' }
|
|
3107
|
+
addSchema('UserCalendarEventDelta2Output', UserCalendarEventDelta2Output, '@pikku/addon-microsoft-outlook')
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
|
+
import * as UserCalendarAllowedCalendarSharingRole2Input from './schemas/UserCalendarAllowedCalendarSharingRole2Input.schema.json' with { type: 'json' }
|
|
3111
|
+
addSchema('UserCalendarAllowedCalendarSharingRole2Input', UserCalendarAllowedCalendarSharingRole2Input, '@pikku/addon-microsoft-outlook')
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
import * as UserCalendarAllowedCalendarSharingRole2Output from './schemas/UserCalendarAllowedCalendarSharingRole2Output.schema.json' with { type: 'json' }
|
|
3115
|
+
addSchema('UserCalendarAllowedCalendarSharingRole2Output', UserCalendarAllowedCalendarSharingRole2Output, '@pikku/addon-microsoft-outlook')
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
import * as UserCalendarGetSchedule2Input from './schemas/UserCalendarGetSchedule2Input.schema.json' with { type: 'json' }
|
|
3119
|
+
addSchema('UserCalendarGetSchedule2Input', UserCalendarGetSchedule2Input, '@pikku/addon-microsoft-outlook')
|
|
3120
|
+
|
|
3121
|
+
|
|
3122
|
+
import * as UserCalendarGetSchedule2Output from './schemas/UserCalendarGetSchedule2Output.schema.json' with { type: 'json' }
|
|
3123
|
+
addSchema('UserCalendarGetSchedule2Output', UserCalendarGetSchedule2Output, '@pikku/addon-microsoft-outlook')
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
import * as UserCalendarPermanentDelete2Input from './schemas/UserCalendarPermanentDelete2Input.schema.json' with { type: 'json' }
|
|
3127
|
+
addSchema('UserCalendarPermanentDelete2Input', UserCalendarPermanentDelete2Input, '@pikku/addon-microsoft-outlook')
|
|
3128
|
+
|
|
3129
|
+
|
|
3130
|
+
import * as UserCalendarGetCountInput from './schemas/UserCalendarGetCountInput.schema.json' with { type: 'json' }
|
|
3131
|
+
addSchema('UserCalendarGetCountInput', UserCalendarGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3132
|
+
|
|
3133
|
+
|
|
3134
|
+
import * as UserListCalendarViewInput from './schemas/UserListCalendarViewInput.schema.json' with { type: 'json' }
|
|
3135
|
+
addSchema('UserListCalendarViewInput', UserListCalendarViewInput, '@pikku/addon-microsoft-outlook')
|
|
3136
|
+
|
|
3137
|
+
|
|
3138
|
+
import * as UserListCalendarViewOutput from './schemas/UserListCalendarViewOutput.schema.json' with { type: 'json' }
|
|
3139
|
+
addSchema('UserListCalendarViewOutput', UserListCalendarViewOutput, '@pikku/addon-microsoft-outlook')
|
|
3140
|
+
|
|
3141
|
+
|
|
3142
|
+
import * as UserCalendarViewDeltaInput from './schemas/UserCalendarViewDeltaInput.schema.json' with { type: 'json' }
|
|
3143
|
+
addSchema('UserCalendarViewDeltaInput', UserCalendarViewDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3144
|
+
|
|
3145
|
+
|
|
3146
|
+
import * as UserCalendarViewDeltaOutput from './schemas/UserCalendarViewDeltaOutput.schema.json' with { type: 'json' }
|
|
3147
|
+
addSchema('UserCalendarViewDeltaOutput', UserCalendarViewDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3148
|
+
|
|
3149
|
+
|
|
3150
|
+
import * as UserListEventInput from './schemas/UserListEventInput.schema.json' with { type: 'json' }
|
|
3151
|
+
addSchema('UserListEventInput', UserListEventInput, '@pikku/addon-microsoft-outlook')
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
import * as UserListEventOutput from './schemas/UserListEventOutput.schema.json' with { type: 'json' }
|
|
3155
|
+
addSchema('UserListEventOutput', UserListEventOutput, '@pikku/addon-microsoft-outlook')
|
|
3156
|
+
|
|
3157
|
+
|
|
3158
|
+
import * as UserCreateEventInput from './schemas/UserCreateEventInput.schema.json' with { type: 'json' }
|
|
3159
|
+
addSchema('UserCreateEventInput', UserCreateEventInput, '@pikku/addon-microsoft-outlook')
|
|
3160
|
+
|
|
3161
|
+
|
|
3162
|
+
import * as UserCreateEventOutput from './schemas/UserCreateEventOutput.schema.json' with { type: 'json' }
|
|
3163
|
+
addSchema('UserCreateEventOutput', UserCreateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
import * as UserGetEventInput from './schemas/UserGetEventInput.schema.json' with { type: 'json' }
|
|
3167
|
+
addSchema('UserGetEventInput', UserGetEventInput, '@pikku/addon-microsoft-outlook')
|
|
3168
|
+
|
|
3169
|
+
|
|
3170
|
+
import * as UserGetEventOutput from './schemas/UserGetEventOutput.schema.json' with { type: 'json' }
|
|
3171
|
+
addSchema('UserGetEventOutput', UserGetEventOutput, '@pikku/addon-microsoft-outlook')
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
import * as UserUpdateEventInput from './schemas/UserUpdateEventInput.schema.json' with { type: 'json' }
|
|
3175
|
+
addSchema('UserUpdateEventInput', UserUpdateEventInput, '@pikku/addon-microsoft-outlook')
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
import * as UserUpdateEventOutput from './schemas/UserUpdateEventOutput.schema.json' with { type: 'json' }
|
|
3179
|
+
addSchema('UserUpdateEventOutput', UserUpdateEventOutput, '@pikku/addon-microsoft-outlook')
|
|
3180
|
+
|
|
3181
|
+
|
|
3182
|
+
import * as UserDeleteEventInput from './schemas/UserDeleteEventInput.schema.json' with { type: 'json' }
|
|
3183
|
+
addSchema('UserDeleteEventInput', UserDeleteEventInput, '@pikku/addon-microsoft-outlook')
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
import * as UserEventListAttachmentInput from './schemas/UserEventListAttachmentInput.schema.json' with { type: 'json' }
|
|
3187
|
+
addSchema('UserEventListAttachmentInput', UserEventListAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
import * as UserEventListAttachmentOutput from './schemas/UserEventListAttachmentOutput.schema.json' with { type: 'json' }
|
|
3191
|
+
addSchema('UserEventListAttachmentOutput', UserEventListAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
3192
|
+
|
|
3193
|
+
|
|
3194
|
+
import * as UserEventCreateAttachmentInput from './schemas/UserEventCreateAttachmentInput.schema.json' with { type: 'json' }
|
|
3195
|
+
addSchema('UserEventCreateAttachmentInput', UserEventCreateAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
3196
|
+
|
|
3197
|
+
|
|
3198
|
+
import * as UserEventCreateAttachmentOutput from './schemas/UserEventCreateAttachmentOutput.schema.json' with { type: 'json' }
|
|
3199
|
+
addSchema('UserEventCreateAttachmentOutput', UserEventCreateAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
3200
|
+
|
|
3201
|
+
|
|
3202
|
+
import * as UserEventGetAttachmentInput from './schemas/UserEventGetAttachmentInput.schema.json' with { type: 'json' }
|
|
3203
|
+
addSchema('UserEventGetAttachmentInput', UserEventGetAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
3204
|
+
|
|
3205
|
+
|
|
3206
|
+
import * as UserEventGetAttachmentOutput from './schemas/UserEventGetAttachmentOutput.schema.json' with { type: 'json' }
|
|
3207
|
+
addSchema('UserEventGetAttachmentOutput', UserEventGetAttachmentOutput, '@pikku/addon-microsoft-outlook')
|
|
3208
|
+
|
|
3209
|
+
|
|
3210
|
+
import * as UserEventDeleteAttachmentInput from './schemas/UserEventDeleteAttachmentInput.schema.json' with { type: 'json' }
|
|
3211
|
+
addSchema('UserEventDeleteAttachmentInput', UserEventDeleteAttachmentInput, '@pikku/addon-microsoft-outlook')
|
|
3212
|
+
|
|
3213
|
+
|
|
3214
|
+
import * as UserEventAttachmentGetCountInput from './schemas/UserEventAttachmentGetCountInput.schema.json' with { type: 'json' }
|
|
3215
|
+
addSchema('UserEventAttachmentGetCountInput', UserEventAttachmentGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3216
|
+
|
|
3217
|
+
|
|
3218
|
+
import * as UserEventAttachmentCreateUploadSessionInput from './schemas/UserEventAttachmentCreateUploadSessionInput.schema.json' with { type: 'json' }
|
|
3219
|
+
addSchema('UserEventAttachmentCreateUploadSessionInput', UserEventAttachmentCreateUploadSessionInput, '@pikku/addon-microsoft-outlook')
|
|
3220
|
+
|
|
3221
|
+
|
|
3222
|
+
import * as UserEventAttachmentCreateUploadSessionOutput from './schemas/UserEventAttachmentCreateUploadSessionOutput.schema.json' with { type: 'json' }
|
|
3223
|
+
addSchema('UserEventAttachmentCreateUploadSessionOutput', UserEventAttachmentCreateUploadSessionOutput, '@pikku/addon-microsoft-outlook')
|
|
3224
|
+
|
|
3225
|
+
|
|
3226
|
+
import * as UserEventGetCalendarInput from './schemas/UserEventGetCalendarInput.schema.json' with { type: 'json' }
|
|
3227
|
+
addSchema('UserEventGetCalendarInput', UserEventGetCalendarInput, '@pikku/addon-microsoft-outlook')
|
|
3228
|
+
|
|
3229
|
+
|
|
3230
|
+
import * as UserEventGetCalendarOutput from './schemas/UserEventGetCalendarOutput.schema.json' with { type: 'json' }
|
|
3231
|
+
addSchema('UserEventGetCalendarOutput', UserEventGetCalendarOutput, '@pikku/addon-microsoft-outlook')
|
|
3232
|
+
|
|
3233
|
+
|
|
3234
|
+
import * as UserEventListExtensionInput from './schemas/UserEventListExtensionInput.schema.json' with { type: 'json' }
|
|
3235
|
+
addSchema('UserEventListExtensionInput', UserEventListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3236
|
+
|
|
3237
|
+
|
|
3238
|
+
import * as UserEventListExtensionOutput from './schemas/UserEventListExtensionOutput.schema.json' with { type: 'json' }
|
|
3239
|
+
addSchema('UserEventListExtensionOutput', UserEventListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3240
|
+
|
|
3241
|
+
|
|
3242
|
+
import * as UserEventCreateExtensionInput from './schemas/UserEventCreateExtensionInput.schema.json' with { type: 'json' }
|
|
3243
|
+
addSchema('UserEventCreateExtensionInput', UserEventCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
import * as UserEventCreateExtensionOutput from './schemas/UserEventCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
3247
|
+
addSchema('UserEventCreateExtensionOutput', UserEventCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3248
|
+
|
|
3249
|
+
|
|
3250
|
+
import * as UserEventGetExtensionInput from './schemas/UserEventGetExtensionInput.schema.json' with { type: 'json' }
|
|
3251
|
+
addSchema('UserEventGetExtensionInput', UserEventGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3252
|
+
|
|
3253
|
+
|
|
3254
|
+
import * as UserEventGetExtensionOutput from './schemas/UserEventGetExtensionOutput.schema.json' with { type: 'json' }
|
|
3255
|
+
addSchema('UserEventGetExtensionOutput', UserEventGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3256
|
+
|
|
3257
|
+
|
|
3258
|
+
import * as UserEventUpdateExtensionInput from './schemas/UserEventUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
3259
|
+
addSchema('UserEventUpdateExtensionInput', UserEventUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3260
|
+
|
|
3261
|
+
|
|
3262
|
+
import * as UserEventUpdateExtensionOutput from './schemas/UserEventUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
3263
|
+
addSchema('UserEventUpdateExtensionOutput', UserEventUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3264
|
+
|
|
3265
|
+
|
|
3266
|
+
import * as UserEventDeleteExtensionInput from './schemas/UserEventDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
3267
|
+
addSchema('UserEventDeleteExtensionInput', UserEventDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3268
|
+
|
|
3269
|
+
|
|
3270
|
+
import * as UserEventExtensionGetCountInput from './schemas/UserEventExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
3271
|
+
addSchema('UserEventExtensionGetCountInput', UserEventExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3272
|
+
|
|
3273
|
+
|
|
3274
|
+
import * as UserEventListInstanceInput from './schemas/UserEventListInstanceInput.schema.json' with { type: 'json' }
|
|
3275
|
+
addSchema('UserEventListInstanceInput', UserEventListInstanceInput, '@pikku/addon-microsoft-outlook')
|
|
3276
|
+
|
|
3277
|
+
|
|
3278
|
+
import * as UserEventListInstanceOutput from './schemas/UserEventListInstanceOutput.schema.json' with { type: 'json' }
|
|
3279
|
+
addSchema('UserEventListInstanceOutput', UserEventListInstanceOutput, '@pikku/addon-microsoft-outlook')
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
import * as UserEventInstanceDeltaInput from './schemas/UserEventInstanceDeltaInput.schema.json' with { type: 'json' }
|
|
3283
|
+
addSchema('UserEventInstanceDeltaInput', UserEventInstanceDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3284
|
+
|
|
3285
|
+
|
|
3286
|
+
import * as UserEventInstanceDeltaOutput from './schemas/UserEventInstanceDeltaOutput.schema.json' with { type: 'json' }
|
|
3287
|
+
addSchema('UserEventInstanceDeltaOutput', UserEventInstanceDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
import * as UserEventAcceptInput from './schemas/UserEventAcceptInput.schema.json' with { type: 'json' }
|
|
3291
|
+
addSchema('UserEventAcceptInput', UserEventAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
3292
|
+
|
|
3293
|
+
|
|
3294
|
+
import * as UserEventCancelInput from './schemas/UserEventCancelInput.schema.json' with { type: 'json' }
|
|
3295
|
+
addSchema('UserEventCancelInput', UserEventCancelInput, '@pikku/addon-microsoft-outlook')
|
|
3296
|
+
|
|
3297
|
+
|
|
3298
|
+
import * as UserEventDeclineInput from './schemas/UserEventDeclineInput.schema.json' with { type: 'json' }
|
|
3299
|
+
addSchema('UserEventDeclineInput', UserEventDeclineInput, '@pikku/addon-microsoft-outlook')
|
|
3300
|
+
|
|
3301
|
+
|
|
3302
|
+
import * as UserEventDismissReminderInput from './schemas/UserEventDismissReminderInput.schema.json' with { type: 'json' }
|
|
3303
|
+
addSchema('UserEventDismissReminderInput', UserEventDismissReminderInput, '@pikku/addon-microsoft-outlook')
|
|
3304
|
+
|
|
3305
|
+
|
|
3306
|
+
import * as UserEventForwardInput from './schemas/UserEventForwardInput.schema.json' with { type: 'json' }
|
|
3307
|
+
addSchema('UserEventForwardInput', UserEventForwardInput, '@pikku/addon-microsoft-outlook')
|
|
3308
|
+
|
|
3309
|
+
|
|
3310
|
+
import * as UserEventPermanentDeleteInput from './schemas/UserEventPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3311
|
+
addSchema('UserEventPermanentDeleteInput', UserEventPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3312
|
+
|
|
3313
|
+
|
|
3314
|
+
import * as UserEventSnoozeReminderInput from './schemas/UserEventSnoozeReminderInput.schema.json' with { type: 'json' }
|
|
3315
|
+
addSchema('UserEventSnoozeReminderInput', UserEventSnoozeReminderInput, '@pikku/addon-microsoft-outlook')
|
|
3316
|
+
|
|
3317
|
+
|
|
3318
|
+
import * as UserEventTentativelyAcceptInput from './schemas/UserEventTentativelyAcceptInput.schema.json' with { type: 'json' }
|
|
3319
|
+
addSchema('UserEventTentativelyAcceptInput', UserEventTentativelyAcceptInput, '@pikku/addon-microsoft-outlook')
|
|
3320
|
+
|
|
3321
|
+
|
|
3322
|
+
import * as UserEventGetCountInput from './schemas/UserEventGetCountInput.schema.json' with { type: 'json' }
|
|
3323
|
+
addSchema('UserEventGetCountInput', UserEventGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3324
|
+
|
|
3325
|
+
|
|
3326
|
+
import * as UserEventDeltaInput from './schemas/UserEventDeltaInput.schema.json' with { type: 'json' }
|
|
3327
|
+
addSchema('UserEventDeltaInput', UserEventDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3328
|
+
|
|
3329
|
+
|
|
3330
|
+
import * as UserEventDeltaOutput from './schemas/UserEventDeltaOutput.schema.json' with { type: 'json' }
|
|
3331
|
+
addSchema('UserEventDeltaOutput', UserEventDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3332
|
+
|
|
3333
|
+
|
|
3334
|
+
import * as UserListContactFolderInput from './schemas/UserListContactFolderInput.schema.json' with { type: 'json' }
|
|
3335
|
+
addSchema('UserListContactFolderInput', UserListContactFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3336
|
+
|
|
3337
|
+
|
|
3338
|
+
import * as UserListContactFolderOutput from './schemas/UserListContactFolderOutput.schema.json' with { type: 'json' }
|
|
3339
|
+
addSchema('UserListContactFolderOutput', UserListContactFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
import * as UserCreateContactFolderInput from './schemas/UserCreateContactFolderInput.schema.json' with { type: 'json' }
|
|
3343
|
+
addSchema('UserCreateContactFolderInput', UserCreateContactFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3344
|
+
|
|
3345
|
+
|
|
3346
|
+
import * as UserCreateContactFolderOutput from './schemas/UserCreateContactFolderOutput.schema.json' with { type: 'json' }
|
|
3347
|
+
addSchema('UserCreateContactFolderOutput', UserCreateContactFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3348
|
+
|
|
3349
|
+
|
|
3350
|
+
import * as UserGetContactFolderInput from './schemas/UserGetContactFolderInput.schema.json' with { type: 'json' }
|
|
3351
|
+
addSchema('UserGetContactFolderInput', UserGetContactFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
import * as UserGetContactFolderOutput from './schemas/UserGetContactFolderOutput.schema.json' with { type: 'json' }
|
|
3355
|
+
addSchema('UserGetContactFolderOutput', UserGetContactFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3356
|
+
|
|
3357
|
+
|
|
3358
|
+
import * as UserUpdateContactFolderInput from './schemas/UserUpdateContactFolderInput.schema.json' with { type: 'json' }
|
|
3359
|
+
addSchema('UserUpdateContactFolderInput', UserUpdateContactFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3360
|
+
|
|
3361
|
+
|
|
3362
|
+
import * as UserUpdateContactFolderOutput from './schemas/UserUpdateContactFolderOutput.schema.json' with { type: 'json' }
|
|
3363
|
+
addSchema('UserUpdateContactFolderOutput', UserUpdateContactFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3364
|
+
|
|
3365
|
+
|
|
3366
|
+
import * as UserDeleteContactFolderInput from './schemas/UserDeleteContactFolderInput.schema.json' with { type: 'json' }
|
|
3367
|
+
addSchema('UserDeleteContactFolderInput', UserDeleteContactFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3368
|
+
|
|
3369
|
+
|
|
3370
|
+
import * as UserContactFolderListChildFolderInput from './schemas/UserContactFolderListChildFolderInput.schema.json' with { type: 'json' }
|
|
3371
|
+
addSchema('UserContactFolderListChildFolderInput', UserContactFolderListChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3372
|
+
|
|
3373
|
+
|
|
3374
|
+
import * as UserContactFolderListChildFolderOutput from './schemas/UserContactFolderListChildFolderOutput.schema.json' with { type: 'json' }
|
|
3375
|
+
addSchema('UserContactFolderListChildFolderOutput', UserContactFolderListChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3376
|
+
|
|
3377
|
+
|
|
3378
|
+
import * as UserContactFolderCreateChildFolderInput from './schemas/UserContactFolderCreateChildFolderInput.schema.json' with { type: 'json' }
|
|
3379
|
+
addSchema('UserContactFolderCreateChildFolderInput', UserContactFolderCreateChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3380
|
+
|
|
3381
|
+
|
|
3382
|
+
import * as UserContactFolderCreateChildFolderOutput from './schemas/UserContactFolderCreateChildFolderOutput.schema.json' with { type: 'json' }
|
|
3383
|
+
addSchema('UserContactFolderCreateChildFolderOutput', UserContactFolderCreateChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3384
|
+
|
|
3385
|
+
|
|
3386
|
+
import * as UserContactFolderGetChildFolderInput from './schemas/UserContactFolderGetChildFolderInput.schema.json' with { type: 'json' }
|
|
3387
|
+
addSchema('UserContactFolderGetChildFolderInput', UserContactFolderGetChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
|
+
import * as UserContactFolderGetChildFolderOutput from './schemas/UserContactFolderGetChildFolderOutput.schema.json' with { type: 'json' }
|
|
3391
|
+
addSchema('UserContactFolderGetChildFolderOutput', UserContactFolderGetChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3392
|
+
|
|
3393
|
+
|
|
3394
|
+
import * as UserContactFolderUpdateChildFolderInput from './schemas/UserContactFolderUpdateChildFolderInput.schema.json' with { type: 'json' }
|
|
3395
|
+
addSchema('UserContactFolderUpdateChildFolderInput', UserContactFolderUpdateChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3396
|
+
|
|
3397
|
+
|
|
3398
|
+
import * as UserContactFolderUpdateChildFolderOutput from './schemas/UserContactFolderUpdateChildFolderOutput.schema.json' with { type: 'json' }
|
|
3399
|
+
addSchema('UserContactFolderUpdateChildFolderOutput', UserContactFolderUpdateChildFolderOutput, '@pikku/addon-microsoft-outlook')
|
|
3400
|
+
|
|
3401
|
+
|
|
3402
|
+
import * as UserContactFolderDeleteChildFolderInput from './schemas/UserContactFolderDeleteChildFolderInput.schema.json' with { type: 'json' }
|
|
3403
|
+
addSchema('UserContactFolderDeleteChildFolderInput', UserContactFolderDeleteChildFolderInput, '@pikku/addon-microsoft-outlook')
|
|
3404
|
+
|
|
3405
|
+
|
|
3406
|
+
import * as UserContactFolderChildFolderListContactInput from './schemas/UserContactFolderChildFolderListContactInput.schema.json' with { type: 'json' }
|
|
3407
|
+
addSchema('UserContactFolderChildFolderListContactInput', UserContactFolderChildFolderListContactInput, '@pikku/addon-microsoft-outlook')
|
|
3408
|
+
|
|
3409
|
+
|
|
3410
|
+
import * as UserContactFolderChildFolderListContactOutput from './schemas/UserContactFolderChildFolderListContactOutput.schema.json' with { type: 'json' }
|
|
3411
|
+
addSchema('UserContactFolderChildFolderListContactOutput', UserContactFolderChildFolderListContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
import * as UserContactFolderChildFolderCreateContactInput from './schemas/UserContactFolderChildFolderCreateContactInput.schema.json' with { type: 'json' }
|
|
3415
|
+
addSchema('UserContactFolderChildFolderCreateContactInput', UserContactFolderChildFolderCreateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3416
|
+
|
|
3417
|
+
|
|
3418
|
+
import * as UserContactFolderChildFolderCreateContactOutput from './schemas/UserContactFolderChildFolderCreateContactOutput.schema.json' with { type: 'json' }
|
|
3419
|
+
addSchema('UserContactFolderChildFolderCreateContactOutput', UserContactFolderChildFolderCreateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3420
|
+
|
|
3421
|
+
|
|
3422
|
+
import * as UserContactFolderChildFolderGetContactInput from './schemas/UserContactFolderChildFolderGetContactInput.schema.json' with { type: 'json' }
|
|
3423
|
+
addSchema('UserContactFolderChildFolderGetContactInput', UserContactFolderChildFolderGetContactInput, '@pikku/addon-microsoft-outlook')
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
import * as UserContactFolderChildFolderGetContactOutput from './schemas/UserContactFolderChildFolderGetContactOutput.schema.json' with { type: 'json' }
|
|
3427
|
+
addSchema('UserContactFolderChildFolderGetContactOutput', UserContactFolderChildFolderGetContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3428
|
+
|
|
3429
|
+
|
|
3430
|
+
import * as UserContactFolderChildFolderUpdateContactInput from './schemas/UserContactFolderChildFolderUpdateContactInput.schema.json' with { type: 'json' }
|
|
3431
|
+
addSchema('UserContactFolderChildFolderUpdateContactInput', UserContactFolderChildFolderUpdateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3432
|
+
|
|
3433
|
+
|
|
3434
|
+
import * as UserContactFolderChildFolderUpdateContactOutput from './schemas/UserContactFolderChildFolderUpdateContactOutput.schema.json' with { type: 'json' }
|
|
3435
|
+
addSchema('UserContactFolderChildFolderUpdateContactOutput', UserContactFolderChildFolderUpdateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3436
|
+
|
|
3437
|
+
|
|
3438
|
+
import * as UserContactFolderChildFolderDeleteContactInput from './schemas/UserContactFolderChildFolderDeleteContactInput.schema.json' with { type: 'json' }
|
|
3439
|
+
addSchema('UserContactFolderChildFolderDeleteContactInput', UserContactFolderChildFolderDeleteContactInput, '@pikku/addon-microsoft-outlook')
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
import * as UserContactFolderChildFolderContactListExtensionInput from './schemas/UserContactFolderChildFolderContactListExtensionInput.schema.json' with { type: 'json' }
|
|
3443
|
+
addSchema('UserContactFolderChildFolderContactListExtensionInput', UserContactFolderChildFolderContactListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
import * as UserContactFolderChildFolderContactListExtensionOutput from './schemas/UserContactFolderChildFolderContactListExtensionOutput.schema.json' with { type: 'json' }
|
|
3447
|
+
addSchema('UserContactFolderChildFolderContactListExtensionOutput', UserContactFolderChildFolderContactListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3448
|
+
|
|
3449
|
+
|
|
3450
|
+
import * as UserContactFolderChildFolderContactCreateExtensionInput from './schemas/UserContactFolderChildFolderContactCreateExtensionInput.schema.json' with { type: 'json' }
|
|
3451
|
+
addSchema('UserContactFolderChildFolderContactCreateExtensionInput', UserContactFolderChildFolderContactCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3452
|
+
|
|
3453
|
+
|
|
3454
|
+
import * as UserContactFolderChildFolderContactCreateExtensionOutput from './schemas/UserContactFolderChildFolderContactCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
3455
|
+
addSchema('UserContactFolderChildFolderContactCreateExtensionOutput', UserContactFolderChildFolderContactCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3456
|
+
|
|
3457
|
+
|
|
3458
|
+
import * as UserContactFolderChildFolderContactGetExtensionInput from './schemas/UserContactFolderChildFolderContactGetExtensionInput.schema.json' with { type: 'json' }
|
|
3459
|
+
addSchema('UserContactFolderChildFolderContactGetExtensionInput', UserContactFolderChildFolderContactGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3460
|
+
|
|
3461
|
+
|
|
3462
|
+
import * as UserContactFolderChildFolderContactGetExtensionOutput from './schemas/UserContactFolderChildFolderContactGetExtensionOutput.schema.json' with { type: 'json' }
|
|
3463
|
+
addSchema('UserContactFolderChildFolderContactGetExtensionOutput', UserContactFolderChildFolderContactGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
import * as UserContactFolderChildFolderContactUpdateExtensionInput from './schemas/UserContactFolderChildFolderContactUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
3467
|
+
addSchema('UserContactFolderChildFolderContactUpdateExtensionInput', UserContactFolderChildFolderContactUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3468
|
+
|
|
3469
|
+
|
|
3470
|
+
import * as UserContactFolderChildFolderContactUpdateExtensionOutput from './schemas/UserContactFolderChildFolderContactUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
3471
|
+
addSchema('UserContactFolderChildFolderContactUpdateExtensionOutput', UserContactFolderChildFolderContactUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3472
|
+
|
|
3473
|
+
|
|
3474
|
+
import * as UserContactFolderChildFolderContactDeleteExtensionInput from './schemas/UserContactFolderChildFolderContactDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
3475
|
+
addSchema('UserContactFolderChildFolderContactDeleteExtensionInput', UserContactFolderChildFolderContactDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3476
|
+
|
|
3477
|
+
|
|
3478
|
+
import * as UserContactFolderChildFolderContactExtensionGetCountInput from './schemas/UserContactFolderChildFolderContactExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
3479
|
+
addSchema('UserContactFolderChildFolderContactExtensionGetCountInput', UserContactFolderChildFolderContactExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3480
|
+
|
|
3481
|
+
|
|
3482
|
+
import * as UserContactFolderChildFolderContactPermanentDeleteInput from './schemas/UserContactFolderChildFolderContactPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3483
|
+
addSchema('UserContactFolderChildFolderContactPermanentDeleteInput', UserContactFolderChildFolderContactPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3484
|
+
|
|
3485
|
+
|
|
3486
|
+
import * as UserContactFolderChildFolderContactGetPhotoInput from './schemas/UserContactFolderChildFolderContactGetPhotoInput.schema.json' with { type: 'json' }
|
|
3487
|
+
addSchema('UserContactFolderChildFolderContactGetPhotoInput', UserContactFolderChildFolderContactGetPhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3488
|
+
|
|
3489
|
+
|
|
3490
|
+
import * as UserContactFolderChildFolderContactGetPhotoOutput from './schemas/UserContactFolderChildFolderContactGetPhotoOutput.schema.json' with { type: 'json' }
|
|
3491
|
+
addSchema('UserContactFolderChildFolderContactGetPhotoOutput', UserContactFolderChildFolderContactGetPhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3492
|
+
|
|
3493
|
+
|
|
3494
|
+
import * as UserContactFolderChildFolderContactUpdatePhotoInput from './schemas/UserContactFolderChildFolderContactUpdatePhotoInput.schema.json' with { type: 'json' }
|
|
3495
|
+
addSchema('UserContactFolderChildFolderContactUpdatePhotoInput', UserContactFolderChildFolderContactUpdatePhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3496
|
+
|
|
3497
|
+
|
|
3498
|
+
import * as UserContactFolderChildFolderContactUpdatePhotoOutput from './schemas/UserContactFolderChildFolderContactUpdatePhotoOutput.schema.json' with { type: 'json' }
|
|
3499
|
+
addSchema('UserContactFolderChildFolderContactUpdatePhotoOutput', UserContactFolderChildFolderContactUpdatePhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3500
|
+
|
|
3501
|
+
|
|
3502
|
+
import * as UserContactFolderChildFolderContactGetPhotoContentInput from './schemas/UserContactFolderChildFolderContactGetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3503
|
+
addSchema('UserContactFolderChildFolderContactGetPhotoContentInput', UserContactFolderChildFolderContactGetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3504
|
+
|
|
3505
|
+
|
|
3506
|
+
import * as UserContactFolderChildFolderContactSetPhotoContentInput from './schemas/UserContactFolderChildFolderContactSetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3507
|
+
addSchema('UserContactFolderChildFolderContactSetPhotoContentInput', UserContactFolderChildFolderContactSetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3508
|
+
|
|
3509
|
+
|
|
3510
|
+
import * as UserContactFolderChildFolderContactDeletePhotoContentInput from './schemas/UserContactFolderChildFolderContactDeletePhotoContentInput.schema.json' with { type: 'json' }
|
|
3511
|
+
addSchema('UserContactFolderChildFolderContactDeletePhotoContentInput', UserContactFolderChildFolderContactDeletePhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3512
|
+
|
|
3513
|
+
|
|
3514
|
+
import * as UserContactFolderChildFolderContactGetCountInput from './schemas/UserContactFolderChildFolderContactGetCountInput.schema.json' with { type: 'json' }
|
|
3515
|
+
addSchema('UserContactFolderChildFolderContactGetCountInput', UserContactFolderChildFolderContactGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3516
|
+
|
|
3517
|
+
|
|
3518
|
+
import * as UserContactFolderChildFolderContactDeltaInput from './schemas/UserContactFolderChildFolderContactDeltaInput.schema.json' with { type: 'json' }
|
|
3519
|
+
addSchema('UserContactFolderChildFolderContactDeltaInput', UserContactFolderChildFolderContactDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3520
|
+
|
|
3521
|
+
|
|
3522
|
+
import * as UserContactFolderChildFolderContactDeltaOutput from './schemas/UserContactFolderChildFolderContactDeltaOutput.schema.json' with { type: 'json' }
|
|
3523
|
+
addSchema('UserContactFolderChildFolderContactDeltaOutput', UserContactFolderChildFolderContactDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3524
|
+
|
|
3525
|
+
|
|
3526
|
+
import * as UserContactFolderChildFolderPermanentDeleteInput from './schemas/UserContactFolderChildFolderPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3527
|
+
addSchema('UserContactFolderChildFolderPermanentDeleteInput', UserContactFolderChildFolderPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
import * as UserContactFolderChildFolderGetCountInput from './schemas/UserContactFolderChildFolderGetCountInput.schema.json' with { type: 'json' }
|
|
3531
|
+
addSchema('UserContactFolderChildFolderGetCountInput', UserContactFolderChildFolderGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3532
|
+
|
|
3533
|
+
|
|
3534
|
+
import * as UserContactFolderChildFolderDeltaInput from './schemas/UserContactFolderChildFolderDeltaInput.schema.json' with { type: 'json' }
|
|
3535
|
+
addSchema('UserContactFolderChildFolderDeltaInput', UserContactFolderChildFolderDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3536
|
+
|
|
3537
|
+
|
|
3538
|
+
import * as UserContactFolderChildFolderDeltaOutput from './schemas/UserContactFolderChildFolderDeltaOutput.schema.json' with { type: 'json' }
|
|
3539
|
+
addSchema('UserContactFolderChildFolderDeltaOutput', UserContactFolderChildFolderDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3540
|
+
|
|
3541
|
+
|
|
3542
|
+
import * as UserContactFolderListContactInput from './schemas/UserContactFolderListContactInput.schema.json' with { type: 'json' }
|
|
3543
|
+
addSchema('UserContactFolderListContactInput', UserContactFolderListContactInput, '@pikku/addon-microsoft-outlook')
|
|
3544
|
+
|
|
3545
|
+
|
|
3546
|
+
import * as UserContactFolderListContactOutput from './schemas/UserContactFolderListContactOutput.schema.json' with { type: 'json' }
|
|
3547
|
+
addSchema('UserContactFolderListContactOutput', UserContactFolderListContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3548
|
+
|
|
3549
|
+
|
|
3550
|
+
import * as UserContactFolderCreateContactInput from './schemas/UserContactFolderCreateContactInput.schema.json' with { type: 'json' }
|
|
3551
|
+
addSchema('UserContactFolderCreateContactInput', UserContactFolderCreateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3552
|
+
|
|
3553
|
+
|
|
3554
|
+
import * as UserContactFolderCreateContactOutput from './schemas/UserContactFolderCreateContactOutput.schema.json' with { type: 'json' }
|
|
3555
|
+
addSchema('UserContactFolderCreateContactOutput', UserContactFolderCreateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3556
|
+
|
|
3557
|
+
|
|
3558
|
+
import * as UserContactFolderGetContactInput from './schemas/UserContactFolderGetContactInput.schema.json' with { type: 'json' }
|
|
3559
|
+
addSchema('UserContactFolderGetContactInput', UserContactFolderGetContactInput, '@pikku/addon-microsoft-outlook')
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
import * as UserContactFolderGetContactOutput from './schemas/UserContactFolderGetContactOutput.schema.json' with { type: 'json' }
|
|
3563
|
+
addSchema('UserContactFolderGetContactOutput', UserContactFolderGetContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3564
|
+
|
|
3565
|
+
|
|
3566
|
+
import * as UserContactFolderUpdateContactInput from './schemas/UserContactFolderUpdateContactInput.schema.json' with { type: 'json' }
|
|
3567
|
+
addSchema('UserContactFolderUpdateContactInput', UserContactFolderUpdateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3568
|
+
|
|
3569
|
+
|
|
3570
|
+
import * as UserContactFolderUpdateContactOutput from './schemas/UserContactFolderUpdateContactOutput.schema.json' with { type: 'json' }
|
|
3571
|
+
addSchema('UserContactFolderUpdateContactOutput', UserContactFolderUpdateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3572
|
+
|
|
3573
|
+
|
|
3574
|
+
import * as UserContactFolderDeleteContactInput from './schemas/UserContactFolderDeleteContactInput.schema.json' with { type: 'json' }
|
|
3575
|
+
addSchema('UserContactFolderDeleteContactInput', UserContactFolderDeleteContactInput, '@pikku/addon-microsoft-outlook')
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
import * as UserContactFolderContactListExtensionInput from './schemas/UserContactFolderContactListExtensionInput.schema.json' with { type: 'json' }
|
|
3579
|
+
addSchema('UserContactFolderContactListExtensionInput', UserContactFolderContactListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3580
|
+
|
|
3581
|
+
|
|
3582
|
+
import * as UserContactFolderContactListExtensionOutput from './schemas/UserContactFolderContactListExtensionOutput.schema.json' with { type: 'json' }
|
|
3583
|
+
addSchema('UserContactFolderContactListExtensionOutput', UserContactFolderContactListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3584
|
+
|
|
3585
|
+
|
|
3586
|
+
import * as UserContactFolderContactCreateExtensionInput from './schemas/UserContactFolderContactCreateExtensionInput.schema.json' with { type: 'json' }
|
|
3587
|
+
addSchema('UserContactFolderContactCreateExtensionInput', UserContactFolderContactCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3588
|
+
|
|
3589
|
+
|
|
3590
|
+
import * as UserContactFolderContactCreateExtensionOutput from './schemas/UserContactFolderContactCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
3591
|
+
addSchema('UserContactFolderContactCreateExtensionOutput', UserContactFolderContactCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3592
|
+
|
|
3593
|
+
|
|
3594
|
+
import * as UserContactFolderContactGetExtensionInput from './schemas/UserContactFolderContactGetExtensionInput.schema.json' with { type: 'json' }
|
|
3595
|
+
addSchema('UserContactFolderContactGetExtensionInput', UserContactFolderContactGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3596
|
+
|
|
3597
|
+
|
|
3598
|
+
import * as UserContactFolderContactGetExtensionOutput from './schemas/UserContactFolderContactGetExtensionOutput.schema.json' with { type: 'json' }
|
|
3599
|
+
addSchema('UserContactFolderContactGetExtensionOutput', UserContactFolderContactGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3600
|
+
|
|
3601
|
+
|
|
3602
|
+
import * as UserContactFolderContactUpdateExtensionInput from './schemas/UserContactFolderContactUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
3603
|
+
addSchema('UserContactFolderContactUpdateExtensionInput', UserContactFolderContactUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3604
|
+
|
|
3605
|
+
|
|
3606
|
+
import * as UserContactFolderContactUpdateExtensionOutput from './schemas/UserContactFolderContactUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
3607
|
+
addSchema('UserContactFolderContactUpdateExtensionOutput', UserContactFolderContactUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3608
|
+
|
|
3609
|
+
|
|
3610
|
+
import * as UserContactFolderContactDeleteExtensionInput from './schemas/UserContactFolderContactDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
3611
|
+
addSchema('UserContactFolderContactDeleteExtensionInput', UserContactFolderContactDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3612
|
+
|
|
3613
|
+
|
|
3614
|
+
import * as UserContactFolderContactExtensionGetCountInput from './schemas/UserContactFolderContactExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
3615
|
+
addSchema('UserContactFolderContactExtensionGetCountInput', UserContactFolderContactExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3616
|
+
|
|
3617
|
+
|
|
3618
|
+
import * as UserContactFolderContactPermanentDeleteInput from './schemas/UserContactFolderContactPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3619
|
+
addSchema('UserContactFolderContactPermanentDeleteInput', UserContactFolderContactPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3620
|
+
|
|
3621
|
+
|
|
3622
|
+
import * as UserContactFolderContactGetPhotoInput from './schemas/UserContactFolderContactGetPhotoInput.schema.json' with { type: 'json' }
|
|
3623
|
+
addSchema('UserContactFolderContactGetPhotoInput', UserContactFolderContactGetPhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
import * as UserContactFolderContactGetPhotoOutput from './schemas/UserContactFolderContactGetPhotoOutput.schema.json' with { type: 'json' }
|
|
3627
|
+
addSchema('UserContactFolderContactGetPhotoOutput', UserContactFolderContactGetPhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3628
|
+
|
|
3629
|
+
|
|
3630
|
+
import * as UserContactFolderContactUpdatePhotoInput from './schemas/UserContactFolderContactUpdatePhotoInput.schema.json' with { type: 'json' }
|
|
3631
|
+
addSchema('UserContactFolderContactUpdatePhotoInput', UserContactFolderContactUpdatePhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3632
|
+
|
|
3633
|
+
|
|
3634
|
+
import * as UserContactFolderContactUpdatePhotoOutput from './schemas/UserContactFolderContactUpdatePhotoOutput.schema.json' with { type: 'json' }
|
|
3635
|
+
addSchema('UserContactFolderContactUpdatePhotoOutput', UserContactFolderContactUpdatePhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3636
|
+
|
|
3637
|
+
|
|
3638
|
+
import * as UserContactFolderContactGetPhotoContentInput from './schemas/UserContactFolderContactGetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3639
|
+
addSchema('UserContactFolderContactGetPhotoContentInput', UserContactFolderContactGetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3640
|
+
|
|
3641
|
+
|
|
3642
|
+
import * as UserContactFolderContactSetPhotoContentInput from './schemas/UserContactFolderContactSetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3643
|
+
addSchema('UserContactFolderContactSetPhotoContentInput', UserContactFolderContactSetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3644
|
+
|
|
3645
|
+
|
|
3646
|
+
import * as UserContactFolderContactDeletePhotoContentInput from './schemas/UserContactFolderContactDeletePhotoContentInput.schema.json' with { type: 'json' }
|
|
3647
|
+
addSchema('UserContactFolderContactDeletePhotoContentInput', UserContactFolderContactDeletePhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3648
|
+
|
|
3649
|
+
|
|
3650
|
+
import * as UserContactFolderContactGetCountInput from './schemas/UserContactFolderContactGetCountInput.schema.json' with { type: 'json' }
|
|
3651
|
+
addSchema('UserContactFolderContactGetCountInput', UserContactFolderContactGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3652
|
+
|
|
3653
|
+
|
|
3654
|
+
import * as UserContactFolderContactDeltaInput from './schemas/UserContactFolderContactDeltaInput.schema.json' with { type: 'json' }
|
|
3655
|
+
addSchema('UserContactFolderContactDeltaInput', UserContactFolderContactDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3656
|
+
|
|
3657
|
+
|
|
3658
|
+
import * as UserContactFolderContactDeltaOutput from './schemas/UserContactFolderContactDeltaOutput.schema.json' with { type: 'json' }
|
|
3659
|
+
addSchema('UserContactFolderContactDeltaOutput', UserContactFolderContactDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
import * as UserContactFolderPermanentDeleteInput from './schemas/UserContactFolderPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3663
|
+
addSchema('UserContactFolderPermanentDeleteInput', UserContactFolderPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3664
|
+
|
|
3665
|
+
|
|
3666
|
+
import * as UserContactFolderGetCountInput from './schemas/UserContactFolderGetCountInput.schema.json' with { type: 'json' }
|
|
3667
|
+
addSchema('UserContactFolderGetCountInput', UserContactFolderGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3668
|
+
|
|
3669
|
+
|
|
3670
|
+
import * as UserContactFolderDeltaInput from './schemas/UserContactFolderDeltaInput.schema.json' with { type: 'json' }
|
|
3671
|
+
addSchema('UserContactFolderDeltaInput', UserContactFolderDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
import * as UserContactFolderDeltaOutput from './schemas/UserContactFolderDeltaOutput.schema.json' with { type: 'json' }
|
|
3675
|
+
addSchema('UserContactFolderDeltaOutput', UserContactFolderDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3676
|
+
|
|
3677
|
+
|
|
3678
|
+
import * as UserListContactInput from './schemas/UserListContactInput.schema.json' with { type: 'json' }
|
|
3679
|
+
addSchema('UserListContactInput', UserListContactInput, '@pikku/addon-microsoft-outlook')
|
|
3680
|
+
|
|
3681
|
+
|
|
3682
|
+
import * as UserListContactOutput from './schemas/UserListContactOutput.schema.json' with { type: 'json' }
|
|
3683
|
+
addSchema('UserListContactOutput', UserListContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3684
|
+
|
|
3685
|
+
|
|
3686
|
+
import * as UserCreateContactInput from './schemas/UserCreateContactInput.schema.json' with { type: 'json' }
|
|
3687
|
+
addSchema('UserCreateContactInput', UserCreateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3688
|
+
|
|
3689
|
+
|
|
3690
|
+
import * as UserCreateContactOutput from './schemas/UserCreateContactOutput.schema.json' with { type: 'json' }
|
|
3691
|
+
addSchema('UserCreateContactOutput', UserCreateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3692
|
+
|
|
3693
|
+
|
|
3694
|
+
import * as UserGetContactInput from './schemas/UserGetContactInput.schema.json' with { type: 'json' }
|
|
3695
|
+
addSchema('UserGetContactInput', UserGetContactInput, '@pikku/addon-microsoft-outlook')
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
import * as UserGetContactOutput from './schemas/UserGetContactOutput.schema.json' with { type: 'json' }
|
|
3699
|
+
addSchema('UserGetContactOutput', UserGetContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3700
|
+
|
|
3701
|
+
|
|
3702
|
+
import * as UserUpdateContactInput from './schemas/UserUpdateContactInput.schema.json' with { type: 'json' }
|
|
3703
|
+
addSchema('UserUpdateContactInput', UserUpdateContactInput, '@pikku/addon-microsoft-outlook')
|
|
3704
|
+
|
|
3705
|
+
|
|
3706
|
+
import * as UserUpdateContactOutput from './schemas/UserUpdateContactOutput.schema.json' with { type: 'json' }
|
|
3707
|
+
addSchema('UserUpdateContactOutput', UserUpdateContactOutput, '@pikku/addon-microsoft-outlook')
|
|
3708
|
+
|
|
3709
|
+
|
|
3710
|
+
import * as UserDeleteContactInput from './schemas/UserDeleteContactInput.schema.json' with { type: 'json' }
|
|
3711
|
+
addSchema('UserDeleteContactInput', UserDeleteContactInput, '@pikku/addon-microsoft-outlook')
|
|
3712
|
+
|
|
3713
|
+
|
|
3714
|
+
import * as UserContactListExtensionInput from './schemas/UserContactListExtensionInput.schema.json' with { type: 'json' }
|
|
3715
|
+
addSchema('UserContactListExtensionInput', UserContactListExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3716
|
+
|
|
3717
|
+
|
|
3718
|
+
import * as UserContactListExtensionOutput from './schemas/UserContactListExtensionOutput.schema.json' with { type: 'json' }
|
|
3719
|
+
addSchema('UserContactListExtensionOutput', UserContactListExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3720
|
+
|
|
3721
|
+
|
|
3722
|
+
import * as UserContactCreateExtensionInput from './schemas/UserContactCreateExtensionInput.schema.json' with { type: 'json' }
|
|
3723
|
+
addSchema('UserContactCreateExtensionInput', UserContactCreateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3724
|
+
|
|
3725
|
+
|
|
3726
|
+
import * as UserContactCreateExtensionOutput from './schemas/UserContactCreateExtensionOutput.schema.json' with { type: 'json' }
|
|
3727
|
+
addSchema('UserContactCreateExtensionOutput', UserContactCreateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3728
|
+
|
|
3729
|
+
|
|
3730
|
+
import * as UserContactGetExtensionInput from './schemas/UserContactGetExtensionInput.schema.json' with { type: 'json' }
|
|
3731
|
+
addSchema('UserContactGetExtensionInput', UserContactGetExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3732
|
+
|
|
3733
|
+
|
|
3734
|
+
import * as UserContactGetExtensionOutput from './schemas/UserContactGetExtensionOutput.schema.json' with { type: 'json' }
|
|
3735
|
+
addSchema('UserContactGetExtensionOutput', UserContactGetExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3736
|
+
|
|
3737
|
+
|
|
3738
|
+
import * as UserContactUpdateExtensionInput from './schemas/UserContactUpdateExtensionInput.schema.json' with { type: 'json' }
|
|
3739
|
+
addSchema('UserContactUpdateExtensionInput', UserContactUpdateExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3740
|
+
|
|
3741
|
+
|
|
3742
|
+
import * as UserContactUpdateExtensionOutput from './schemas/UserContactUpdateExtensionOutput.schema.json' with { type: 'json' }
|
|
3743
|
+
addSchema('UserContactUpdateExtensionOutput', UserContactUpdateExtensionOutput, '@pikku/addon-microsoft-outlook')
|
|
3744
|
+
|
|
3745
|
+
|
|
3746
|
+
import * as UserContactDeleteExtensionInput from './schemas/UserContactDeleteExtensionInput.schema.json' with { type: 'json' }
|
|
3747
|
+
addSchema('UserContactDeleteExtensionInput', UserContactDeleteExtensionInput, '@pikku/addon-microsoft-outlook')
|
|
3748
|
+
|
|
3749
|
+
|
|
3750
|
+
import * as UserContactExtensionGetCountInput from './schemas/UserContactExtensionGetCountInput.schema.json' with { type: 'json' }
|
|
3751
|
+
addSchema('UserContactExtensionGetCountInput', UserContactExtensionGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3752
|
+
|
|
3753
|
+
|
|
3754
|
+
import * as UserContactPermanentDeleteInput from './schemas/UserContactPermanentDeleteInput.schema.json' with { type: 'json' }
|
|
3755
|
+
addSchema('UserContactPermanentDeleteInput', UserContactPermanentDeleteInput, '@pikku/addon-microsoft-outlook')
|
|
3756
|
+
|
|
3757
|
+
|
|
3758
|
+
import * as UserContactGetPhotoInput from './schemas/UserContactGetPhotoInput.schema.json' with { type: 'json' }
|
|
3759
|
+
addSchema('UserContactGetPhotoInput', UserContactGetPhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3760
|
+
|
|
3761
|
+
|
|
3762
|
+
import * as UserContactGetPhotoOutput from './schemas/UserContactGetPhotoOutput.schema.json' with { type: 'json' }
|
|
3763
|
+
addSchema('UserContactGetPhotoOutput', UserContactGetPhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3764
|
+
|
|
3765
|
+
|
|
3766
|
+
import * as UserContactUpdatePhotoInput from './schemas/UserContactUpdatePhotoInput.schema.json' with { type: 'json' }
|
|
3767
|
+
addSchema('UserContactUpdatePhotoInput', UserContactUpdatePhotoInput, '@pikku/addon-microsoft-outlook')
|
|
3768
|
+
|
|
3769
|
+
|
|
3770
|
+
import * as UserContactUpdatePhotoOutput from './schemas/UserContactUpdatePhotoOutput.schema.json' with { type: 'json' }
|
|
3771
|
+
addSchema('UserContactUpdatePhotoOutput', UserContactUpdatePhotoOutput, '@pikku/addon-microsoft-outlook')
|
|
3772
|
+
|
|
3773
|
+
|
|
3774
|
+
import * as UserContactGetPhotoContentInput from './schemas/UserContactGetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3775
|
+
addSchema('UserContactGetPhotoContentInput', UserContactGetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3776
|
+
|
|
3777
|
+
|
|
3778
|
+
import * as UserContactSetPhotoContentInput from './schemas/UserContactSetPhotoContentInput.schema.json' with { type: 'json' }
|
|
3779
|
+
addSchema('UserContactSetPhotoContentInput', UserContactSetPhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3780
|
+
|
|
3781
|
+
|
|
3782
|
+
import * as UserContactDeletePhotoContentInput from './schemas/UserContactDeletePhotoContentInput.schema.json' with { type: 'json' }
|
|
3783
|
+
addSchema('UserContactDeletePhotoContentInput', UserContactDeletePhotoContentInput, '@pikku/addon-microsoft-outlook')
|
|
3784
|
+
|
|
3785
|
+
|
|
3786
|
+
import * as UserContactGetCountInput from './schemas/UserContactGetCountInput.schema.json' with { type: 'json' }
|
|
3787
|
+
addSchema('UserContactGetCountInput', UserContactGetCountInput, '@pikku/addon-microsoft-outlook')
|
|
3788
|
+
|
|
3789
|
+
|
|
3790
|
+
import * as UserContactDeltaInput from './schemas/UserContactDeltaInput.schema.json' with { type: 'json' }
|
|
3791
|
+
addSchema('UserContactDeltaInput', UserContactDeltaInput, '@pikku/addon-microsoft-outlook')
|
|
3792
|
+
|
|
3793
|
+
|
|
3794
|
+
import * as UserContactDeltaOutput from './schemas/UserContactDeltaOutput.schema.json' with { type: 'json' }
|
|
3795
|
+
addSchema('UserContactDeltaOutput', UserContactDeltaOutput, '@pikku/addon-microsoft-outlook')
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
import * as UserSendMailInput from './schemas/UserSendMailInput.schema.json' with { type: 'json' }
|
|
3799
|
+
addSchema('UserSendMailInput', UserSendMailInput, '@pikku/addon-microsoft-outlook')
|
|
3800
|
+
|
|
3801
|
+
|
|
3802
|
+
import * as CredentialSchema_microsoftOutlook from './schemas/CredentialSchema_microsoftOutlook.schema.json' with { type: 'json' }
|
|
3803
|
+
addSchema('CredentialSchema_microsoftOutlook', CredentialSchema_microsoftOutlook, '@pikku/addon-microsoft-outlook')
|
|
3804
|
+
|
|
3805
|
+
|
|
3806
|
+
import * as SecretSchema_microsoftOutlookOAuthApp from './schemas/SecretSchema_microsoftOutlookOAuthApp.schema.json' with { type: 'json' }
|
|
3807
|
+
addSchema('SecretSchema_microsoftOutlookOAuthApp', SecretSchema_microsoftOutlookOAuthApp, '@pikku/addon-microsoft-outlook')
|
|
3808
|
+
|
|
3809
|
+
|
|
3810
|
+
import * as VariableSchema_MICROSOFT_OUTLOOK_BASE_URL from './schemas/VariableSchema_MICROSOFT_OUTLOOK_BASE_URL.schema.json' with { type: 'json' }
|
|
3811
|
+
addSchema('VariableSchema_MICROSOFT_OUTLOOK_BASE_URL', VariableSchema_MICROSOFT_OUTLOOK_BASE_URL, '@pikku/addon-microsoft-outlook')
|