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