@kohost/api-client 7.7.0 → 7.8.0

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 (239) hide show
  1. package/dist/lib/bills.d.ts +74 -0
  2. package/dist/lib/bills.js +83 -0
  3. package/dist/lib/bills.js.map +1 -0
  4. package/dist/lib/deviceNotifications.js +1 -4
  5. package/dist/lib/deviceNotifications.js.map +1 -1
  6. package/dist/lib/index.d.ts +4 -0
  7. package/dist/lib/index.js +27 -2
  8. package/dist/lib/index.js.map +1 -1
  9. package/dist/lib/kfcStatsWindow.d.ts +37 -0
  10. package/dist/lib/kfcStatsWindow.js +46 -0
  11. package/dist/lib/kfcStatsWindow.js.map +1 -0
  12. package/dist/lib/lowerBoundTable.d.ts +11 -0
  13. package/dist/lib/lowerBoundTable.js +28 -0
  14. package/dist/lib/lowerBoundTable.js.map +1 -0
  15. package/dist/lib/money.d.ts +61 -0
  16. package/dist/lib/money.js +80 -0
  17. package/dist/lib/money.js.map +1 -0
  18. package/dist/lib/policy-resolvers.js +5 -4
  19. package/dist/lib/policy-resolvers.js.map +1 -1
  20. package/dist/lib/ticketRichText.d.ts +35 -0
  21. package/dist/lib/ticketRichText.js +86 -0
  22. package/dist/lib/ticketRichText.js.map +1 -0
  23. package/dist/models/bill.d.ts +17 -0
  24. package/dist/models/bill.js +37 -0
  25. package/dist/models/bill.js.map +1 -0
  26. package/dist/models/billingCategory.d.ts +17 -0
  27. package/dist/models/billingCategory.js +22 -0
  28. package/dist/models/billingCategory.js.map +1 -0
  29. package/dist/models/index.d.ts +2 -1
  30. package/dist/models/index.js +5 -3
  31. package/dist/models/index.js.map +1 -1
  32. package/dist/models/organization.js +4 -0
  33. package/dist/models/organization.js.map +1 -1
  34. package/dist/models/ticket.js +5 -0
  35. package/dist/models/ticket.js.map +1 -1
  36. package/dist/schemas/bill.d.ts +255 -0
  37. package/dist/schemas/bill.js +248 -0
  38. package/dist/schemas/bill.js.map +1 -0
  39. package/dist/schemas/billingCategory.d.ts +46 -0
  40. package/dist/schemas/billingCategory.js +38 -0
  41. package/dist/schemas/billingCategory.js.map +1 -0
  42. package/dist/schemas/definitions.d.ts +3 -3
  43. package/dist/schemas/definitions.js +4 -1
  44. package/dist/schemas/definitions.js.map +1 -1
  45. package/dist/schemas/index.d.ts +2 -1
  46. package/dist/schemas/index.js +3 -2
  47. package/dist/schemas/organization.d.ts +112 -1
  48. package/dist/schemas/organization.js +93 -0
  49. package/dist/schemas/organization.js.map +1 -1
  50. package/dist/schemas/property.d.ts +32 -0
  51. package/dist/schemas/property.js +26 -0
  52. package/dist/schemas/property.js.map +1 -1
  53. package/dist/schemas/ticket.d.ts +381 -3
  54. package/dist/schemas/ticket.js +419 -1
  55. package/dist/schemas/ticket.js.map +1 -1
  56. package/dist/useCases/acknowledgeCostDivergence.d.ts +39 -0
  57. package/dist/useCases/acknowledgeCostDivergence.js +47 -0
  58. package/dist/useCases/acknowledgeCostDivergence.js.map +1 -0
  59. package/dist/useCases/addBillLine.d.ts +36 -0
  60. package/dist/useCases/addBillLine.js +47 -0
  61. package/dist/useCases/addBillLine.js.map +1 -0
  62. package/dist/useCases/addStaffFunctionMember.d.ts +39 -0
  63. package/dist/useCases/addStaffFunctionMember.js +47 -0
  64. package/dist/useCases/addStaffFunctionMember.js.map +1 -0
  65. package/dist/useCases/cancelWorkItem.d.ts +39 -0
  66. package/dist/useCases/cancelWorkItem.js +47 -0
  67. package/dist/useCases/cancelWorkItem.js.map +1 -0
  68. package/dist/useCases/clearWorkItemNoCharge.d.ts +39 -0
  69. package/dist/useCases/clearWorkItemNoCharge.js +47 -0
  70. package/dist/useCases/clearWorkItemNoCharge.js.map +1 -0
  71. package/dist/useCases/createBill.d.ts +27 -0
  72. package/dist/useCases/createBill.js +47 -0
  73. package/dist/useCases/createBill.js.map +1 -0
  74. package/dist/useCases/createBillingCategory.d.ts +27 -0
  75. package/dist/useCases/createBillingCategory.js +47 -0
  76. package/dist/useCases/createBillingCategory.js.map +1 -0
  77. package/dist/useCases/decideApproval.d.ts +39 -0
  78. package/dist/useCases/decideApproval.js +47 -0
  79. package/dist/useCases/decideApproval.js.map +1 -0
  80. package/dist/useCases/deleteBill.d.ts +36 -0
  81. package/dist/useCases/deleteBill.js +47 -0
  82. package/dist/useCases/deleteBill.js.map +1 -0
  83. package/dist/useCases/deleteStaffUser.d.ts +36 -0
  84. package/dist/useCases/deleteStaffUser.js +47 -0
  85. package/dist/useCases/deleteStaffUser.js.map +1 -0
  86. package/dist/useCases/describeBill.d.ts +36 -0
  87. package/dist/useCases/describeBill.js +47 -0
  88. package/dist/useCases/describeBill.js.map +1 -0
  89. package/dist/useCases/describeConciergeFacilitiesViewer.d.ts +27 -0
  90. package/dist/useCases/describeConciergeFacilitiesViewer.js +47 -0
  91. package/dist/useCases/describeConciergeFacilitiesViewer.js.map +1 -0
  92. package/dist/useCases/describeConciergeStatsFilters.d.ts +27 -0
  93. package/dist/useCases/describeConciergeStatsFilters.js +47 -0
  94. package/dist/useCases/describeConciergeStatsFilters.js.map +1 -0
  95. package/dist/useCases/describeConciergeStatsHeatmap.d.ts +27 -0
  96. package/dist/useCases/describeConciergeStatsHeatmap.js +47 -0
  97. package/dist/useCases/describeConciergeStatsHeatmap.js.map +1 -0
  98. package/dist/useCases/describeConciergeStatsSummary.d.ts +27 -0
  99. package/dist/useCases/describeConciergeStatsSummary.js +47 -0
  100. package/dist/useCases/describeConciergeStatsSummary.js.map +1 -0
  101. package/dist/useCases/describeConciergeStatsTickets.d.ts +27 -0
  102. package/dist/useCases/describeConciergeStatsTickets.js +47 -0
  103. package/dist/useCases/describeConciergeStatsTickets.js.map +1 -0
  104. package/dist/useCases/describeConciergeWorkspaceFilters.d.ts +27 -0
  105. package/dist/useCases/describeConciergeWorkspaceFilters.js +47 -0
  106. package/dist/useCases/describeConciergeWorkspaceFilters.js.map +1 -0
  107. package/dist/useCases/describeOrganizationBill.d.ts +36 -0
  108. package/dist/useCases/describeOrganizationBill.js +47 -0
  109. package/dist/useCases/describeOrganizationBill.js.map +1 -0
  110. package/dist/useCases/describeSelfAccess.d.ts +27 -0
  111. package/dist/useCases/describeSelfAccess.js +47 -0
  112. package/dist/useCases/describeSelfAccess.js.map +1 -0
  113. package/dist/useCases/describeStaffFunctions.d.ts +27 -0
  114. package/dist/useCases/describeStaffFunctions.js +47 -0
  115. package/dist/useCases/describeStaffFunctions.js.map +1 -0
  116. package/dist/useCases/describeTicketStatsFilters.d.ts +27 -0
  117. package/dist/useCases/describeTicketStatsFilters.js +47 -0
  118. package/dist/useCases/describeTicketStatsFilters.js.map +1 -0
  119. package/dist/useCases/describeTicketStatsHeatmap.d.ts +27 -0
  120. package/dist/useCases/describeTicketStatsHeatmap.js +47 -0
  121. package/dist/useCases/describeTicketStatsHeatmap.js.map +1 -0
  122. package/dist/useCases/describeTicketStatsSummary.d.ts +27 -0
  123. package/dist/useCases/describeTicketStatsSummary.js +47 -0
  124. package/dist/useCases/describeTicketStatsSummary.js.map +1 -0
  125. package/dist/useCases/describeTicketStatsTickets.d.ts +27 -0
  126. package/dist/useCases/describeTicketStatsTickets.js +47 -0
  127. package/dist/useCases/describeTicketStatsTickets.js.map +1 -0
  128. package/dist/useCases/editCostEntry.d.ts +39 -0
  129. package/dist/useCases/editCostEntry.js +47 -0
  130. package/dist/useCases/editCostEntry.js.map +1 -0
  131. package/dist/useCases/index.d.ts +57 -0
  132. package/dist/useCases/index.js +116 -2
  133. package/dist/useCases/index.js.map +1 -1
  134. package/dist/useCases/listBillingCategories.d.ts +27 -0
  135. package/dist/useCases/listBillingCategories.js +47 -0
  136. package/dist/useCases/listBillingCategories.js.map +1 -0
  137. package/dist/useCases/listBills.d.ts +27 -0
  138. package/dist/useCases/listBills.js +47 -0
  139. package/dist/useCases/listBills.js.map +1 -0
  140. package/dist/useCases/listConciergeUninvoicedCosts.d.ts +27 -0
  141. package/dist/useCases/listConciergeUninvoicedCosts.js +47 -0
  142. package/dist/useCases/listConciergeUninvoicedCosts.js.map +1 -0
  143. package/dist/useCases/listConciergeWorkspaceBills.d.ts +27 -0
  144. package/dist/useCases/listConciergeWorkspaceBills.js +47 -0
  145. package/dist/useCases/listConciergeWorkspaceBills.js.map +1 -0
  146. package/dist/useCases/listConciergeWorkspaceTickets.d.ts +27 -0
  147. package/dist/useCases/listConciergeWorkspaceTickets.js +47 -0
  148. package/dist/useCases/listConciergeWorkspaceTickets.js.map +1 -0
  149. package/dist/useCases/listEligibleApprovers.d.ts +36 -0
  150. package/dist/useCases/listEligibleApprovers.js +47 -0
  151. package/dist/useCases/listEligibleApprovers.js.map +1 -0
  152. package/dist/useCases/listFacilitiesStaffIds.d.ts +27 -0
  153. package/dist/useCases/listFacilitiesStaffIds.js +47 -0
  154. package/dist/useCases/listFacilitiesStaffIds.js.map +1 -0
  155. package/dist/useCases/listKohostStaff.d.ts +27 -0
  156. package/dist/useCases/listKohostStaff.js +47 -0
  157. package/dist/useCases/listKohostStaff.js.map +1 -0
  158. package/dist/useCases/listOrganizationBills.d.ts +27 -0
  159. package/dist/useCases/listOrganizationBills.js +47 -0
  160. package/dist/useCases/listOrganizationBills.js.map +1 -0
  161. package/dist/useCases/markBillPaid.d.ts +36 -0
  162. package/dist/useCases/markBillPaid.js +47 -0
  163. package/dist/useCases/markBillPaid.js.map +1 -0
  164. package/dist/useCases/markBillSent.d.ts +36 -0
  165. package/dist/useCases/markBillSent.js +47 -0
  166. package/dist/useCases/markBillSent.js.map +1 -0
  167. package/dist/useCases/previewBill.d.ts +36 -0
  168. package/dist/useCases/previewBill.js +47 -0
  169. package/dist/useCases/previewBill.js.map +1 -0
  170. package/dist/useCases/recordCostActual.d.ts +39 -0
  171. package/dist/useCases/recordCostActual.js +47 -0
  172. package/dist/useCases/recordCostActual.js.map +1 -0
  173. package/dist/useCases/recordCostEntry.d.ts +36 -0
  174. package/dist/useCases/recordCostEntry.js +47 -0
  175. package/dist/useCases/recordCostEntry.js.map +1 -0
  176. package/dist/useCases/reinstateCostEntry.d.ts +39 -0
  177. package/dist/useCases/reinstateCostEntry.js +47 -0
  178. package/dist/useCases/reinstateCostEntry.js.map +1 -0
  179. package/dist/useCases/removeBillLine.d.ts +39 -0
  180. package/dist/useCases/removeBillLine.js +47 -0
  181. package/dist/useCases/removeBillLine.js.map +1 -0
  182. package/dist/useCases/removeStaffFunctionMember.d.ts +39 -0
  183. package/dist/useCases/removeStaffFunctionMember.js +47 -0
  184. package/dist/useCases/removeStaffFunctionMember.js.map +1 -0
  185. package/dist/useCases/requestApproval.d.ts +36 -0
  186. package/dist/useCases/requestApproval.js +47 -0
  187. package/dist/useCases/requestApproval.js.map +1 -0
  188. package/dist/useCases/rescheduleWorkItem.d.ts +39 -0
  189. package/dist/useCases/rescheduleWorkItem.js +47 -0
  190. package/dist/useCases/rescheduleWorkItem.js.map +1 -0
  191. package/dist/useCases/scheduleWorkItem.d.ts +36 -0
  192. package/dist/useCases/scheduleWorkItem.js +47 -0
  193. package/dist/useCases/scheduleWorkItem.js.map +1 -0
  194. package/dist/useCases/setCostVendorInvoice.d.ts +39 -0
  195. package/dist/useCases/setCostVendorInvoice.js +47 -0
  196. package/dist/useCases/setCostVendorInvoice.js.map +1 -0
  197. package/dist/useCases/setUserSuperAdmin.d.ts +36 -0
  198. package/dist/useCases/setUserSuperAdmin.js +47 -0
  199. package/dist/useCases/setUserSuperAdmin.js.map +1 -0
  200. package/dist/useCases/setWorkItemNoCharge.d.ts +39 -0
  201. package/dist/useCases/setWorkItemNoCharge.js +47 -0
  202. package/dist/useCases/setWorkItemNoCharge.js.map +1 -0
  203. package/dist/useCases/updateBill.d.ts +36 -0
  204. package/dist/useCases/updateBill.js +47 -0
  205. package/dist/useCases/updateBill.js.map +1 -0
  206. package/dist/useCases/updateBillLine.d.ts +39 -0
  207. package/dist/useCases/updateBillLine.js +47 -0
  208. package/dist/useCases/updateBillLine.js.map +1 -0
  209. package/dist/useCases/updateBillingCategory.d.ts +36 -0
  210. package/dist/useCases/updateBillingCategory.js +47 -0
  211. package/dist/useCases/updateBillingCategory.js.map +1 -0
  212. package/dist/useCases/updateOrganizationBillingAddress.d.ts +36 -0
  213. package/dist/useCases/updateOrganizationBillingAddress.js +47 -0
  214. package/dist/useCases/updateOrganizationBillingAddress.js.map +1 -0
  215. package/dist/useCases/updateOrganizationBillingContacts.d.ts +36 -0
  216. package/dist/useCases/updateOrganizationBillingContacts.js +47 -0
  217. package/dist/useCases/updateOrganizationBillingContacts.js.map +1 -0
  218. package/dist/useCases/updateOrganizationTaxExempt.d.ts +36 -0
  219. package/dist/useCases/updateOrganizationTaxExempt.js +47 -0
  220. package/dist/useCases/updateOrganizationTaxExempt.js.map +1 -0
  221. package/dist/useCases/updateStaffUser.d.ts +36 -0
  222. package/dist/useCases/updateStaffUser.js +47 -0
  223. package/dist/useCases/updateStaffUser.js.map +1 -0
  224. package/dist/useCases/voidBill.d.ts +36 -0
  225. package/dist/useCases/voidBill.js +47 -0
  226. package/dist/useCases/voidBill.js.map +1 -0
  227. package/dist/useCases/writeOffCostEntry.d.ts +39 -0
  228. package/dist/useCases/writeOffCostEntry.js +47 -0
  229. package/dist/useCases/writeOffCostEntry.js.map +1 -0
  230. package/dist/validate.d.ts +25 -8
  231. package/dist/validate.js +9 -4
  232. package/dist/validate.js.map +1 -1
  233. package/package.json +9 -8
  234. package/dist/models/order.d.ts +0 -17
  235. package/dist/models/order.js +0 -33
  236. package/dist/models/order.js.map +0 -1
  237. package/dist/schemas/order.d.ts +0 -186
  238. package/dist/schemas/order.js +0 -157
  239. package/dist/schemas/order.js.map +0 -1
@@ -6,6 +6,7 @@ import { ValidateAuthCommand } from "./validateAuth.js";
6
6
  import { SelectOrganizationCommand } from "./selectOrganization.js";
7
7
  import { ListMyOrganizationsCommand } from "./listMyOrganizations.js";
8
8
  import { DescribeSelfCommand } from "./describeSelf.js";
9
+ import { DescribeSelfAccessCommand } from "./describeSelfAccess.js";
9
10
  import { DescribeUserCommand } from "./describeUser.js";
10
11
  import { CreateUserCommand } from "./createUser.js";
11
12
  import { ListUsersCommand } from "./listUsers.js";
@@ -55,6 +56,10 @@ import { DeleteDepartmentCommand } from "./deleteDepartment.js";
55
56
  import { CreateDepartmentCommand } from "./createDepartment.js";
56
57
  import { UpdateDepartmentCommand } from "./updateDepartment.js";
57
58
  import { DescribeTicketStatsCommand } from "./describeTicketStats.js";
59
+ import { DescribeTicketStatsSummaryCommand } from "./describeTicketStatsSummary.js";
60
+ import { DescribeTicketStatsTicketsCommand } from "./describeTicketStatsTickets.js";
61
+ import { DescribeTicketStatsHeatmapCommand } from "./describeTicketStatsHeatmap.js";
62
+ import { DescribeTicketStatsFiltersCommand } from "./describeTicketStatsFilters.js";
58
63
  import { CreateTicketCommand } from "./createTicket.js";
59
64
  import { CreateTicketMessageCommand } from "./createTicketMessage.js";
60
65
  import { DeleteTicketCommand } from "./deleteTicket.js";
@@ -79,9 +84,20 @@ import { DescribeMyOrganizationCommand } from "./describeMyOrganization.js";
79
84
  import { CreateOrganizationCommand } from "./createOrganization.js";
80
85
  import { UpdateOrganizationCommand } from "./updateOrganization.js";
81
86
  import { UpdateOrganizationFeaturesCommand } from "./updateOrganizationFeatures.js";
87
+ import { UpdateOrganizationBillingAddressCommand } from "./updateOrganizationBillingAddress.js";
88
+ import { UpdateOrganizationBillingContactsCommand } from "./updateOrganizationBillingContacts.js";
89
+ import { UpdateOrganizationTaxExemptCommand } from "./updateOrganizationTaxExempt.js";
82
90
  import { DeleteOrganizationCommand } from "./deleteOrganization.js";
83
91
  import { DescribeOrganizationCommand } from "./describeOrganization.js";
84
92
  import { ListOrganizationsCommand } from "./listOrganizations.js";
93
+ import { DescribeConciergeStatsSummaryCommand } from "./describeConciergeStatsSummary.js";
94
+ import { DescribeConciergeStatsFiltersCommand } from "./describeConciergeStatsFilters.js";
95
+ import { DescribeConciergeStatsTicketsCommand } from "./describeConciergeStatsTickets.js";
96
+ import { DescribeConciergeStatsHeatmapCommand } from "./describeConciergeStatsHeatmap.js";
97
+ import { ListConciergeWorkspaceBillsCommand } from "./listConciergeWorkspaceBills.js";
98
+ import { ListConciergeWorkspaceTicketsCommand } from "./listConciergeWorkspaceTickets.js";
99
+ import { DescribeConciergeWorkspaceFiltersCommand } from "./describeConciergeWorkspaceFilters.js";
100
+ import { ListConciergeUninvoicedCostsCommand } from "./listConciergeUninvoicedCosts.js";
85
101
  import { ListPropertiesCommand } from "./listProperties.js";
86
102
  import { ListPropertyCredentialsCommand } from "./listPropertyCredentials.js";
87
103
  import { ListMyPropertiesCommand } from "./listMyProperties.js";
@@ -118,6 +134,23 @@ import { ListVendorsCommand } from "./listVendors.js";
118
134
  import { DeleteVendorCommand } from "./deleteVendor.js";
119
135
  import { CreateVendorCommand } from "./createVendor.js";
120
136
  import { UpdateVendorCommand } from "./updateVendor.js";
137
+ import { ListBillingCategoriesCommand } from "./listBillingCategories.js";
138
+ import { CreateBillingCategoryCommand } from "./createBillingCategory.js";
139
+ import { UpdateBillingCategoryCommand } from "./updateBillingCategory.js";
140
+ import { ListBillsCommand } from "./listBills.js";
141
+ import { DescribeBillCommand } from "./describeBill.js";
142
+ import { PreviewBillCommand } from "./previewBill.js";
143
+ import { ListOrganizationBillsCommand } from "./listOrganizationBills.js";
144
+ import { DescribeOrganizationBillCommand } from "./describeOrganizationBill.js";
145
+ import { CreateBillCommand } from "./createBill.js";
146
+ import { UpdateBillCommand } from "./updateBill.js";
147
+ import { DeleteBillCommand } from "./deleteBill.js";
148
+ import { AddBillLineCommand } from "./addBillLine.js";
149
+ import { UpdateBillLineCommand } from "./updateBillLine.js";
150
+ import { RemoveBillLineCommand } from "./removeBillLine.js";
151
+ import { MarkBillSentCommand } from "./markBillSent.js";
152
+ import { MarkBillPaidCommand } from "./markBillPaid.js";
153
+ import { VoidBillCommand } from "./voidBill.js";
121
154
  import { CreateAutomationCommand } from "./createAutomation.js";
122
155
  import { ListAutomationsCommand } from "./listAutomations.js";
123
156
  import { DescribeAutomationCommand } from "./describeAutomation.js";
@@ -146,14 +179,45 @@ import { DeleteServerCommand } from "./deleteServer.js";
146
179
  import { DescribeServerCommand } from "./describeServer.js";
147
180
  import { ListServersCommand } from "./listServers.js";
148
181
  import { UpdateServerCommand } from "./updateServer.js";
182
+ import { ScheduleWorkItemCommand } from "./scheduleWorkItem.js";
183
+ import { RescheduleWorkItemCommand } from "./rescheduleWorkItem.js";
184
+ import { CancelWorkItemCommand } from "./cancelWorkItem.js";
185
+ import { SetWorkItemNoChargeCommand } from "./setWorkItemNoCharge.js";
186
+ import { ClearWorkItemNoChargeCommand } from "./clearWorkItemNoCharge.js";
187
+ import { RecordCostEntryCommand } from "./recordCostEntry.js";
188
+ import { EditCostEntryCommand } from "./editCostEntry.js";
189
+ import { RecordCostActualCommand } from "./recordCostActual.js";
190
+ import { SetCostVendorInvoiceCommand } from "./setCostVendorInvoice.js";
191
+ import { WriteOffCostEntryCommand } from "./writeOffCostEntry.js";
192
+ import { ReinstateCostEntryCommand } from "./reinstateCostEntry.js";
193
+ import { AcknowledgeCostDivergenceCommand } from "./acknowledgeCostDivergence.js";
194
+ import { RequestApprovalCommand } from "./requestApproval.js";
195
+ import { DecideApprovalCommand } from "./decideApproval.js";
196
+ import { ListEligibleApproversCommand } from "./listEligibleApprovers.js";
197
+ import { DescribeConciergeFacilitiesViewerCommand } from "./describeConciergeFacilitiesViewer.js";
198
+ import { ListKohostStaffCommand } from "./listKohostStaff.js";
199
+ import { SetUserSuperAdminCommand } from "./setUserSuperAdmin.js";
200
+ import { UpdateStaffUserCommand } from "./updateStaffUser.js";
201
+ import { DeleteStaffUserCommand } from "./deleteStaffUser.js";
202
+ import { DescribeStaffFunctionsCommand } from "./describeStaffFunctions.js";
203
+ import { ListFacilitiesStaffIdsCommand } from "./listFacilitiesStaffIds.js";
204
+ import { AddStaffFunctionMemberCommand } from "./addStaffFunctionMember.js";
205
+ import { RemoveStaffFunctionMemberCommand } from "./removeStaffFunctionMember.js";
149
206
  //#region .generated/useCases/index.ts
150
207
  var useCases_exports = /* @__PURE__ */ __exportAll({
208
+ AcknowledgeCostDivergenceCommand: () => AcknowledgeCostDivergenceCommand,
209
+ AddBillLineCommand: () => AddBillLineCommand,
210
+ AddStaffFunctionMemberCommand: () => AddStaffFunctionMemberCommand,
151
211
  AutoAssociateDiscoveredDevicesCommand: () => AutoAssociateDiscoveredDevicesCommand,
152
212
  BulkUpdateIssueCommand: () => BulkUpdateIssueCommand,
213
+ CancelWorkItemCommand: () => CancelWorkItemCommand,
153
214
  CheckVerificationCodeCommand: () => CheckVerificationCodeCommand,
215
+ ClearWorkItemNoChargeCommand: () => ClearWorkItemNoChargeCommand,
154
216
  CopyIssueRoutingCommand: () => CopyIssueRoutingCommand,
155
217
  CreateApiKeyCommand: () => CreateApiKeyCommand,
156
218
  CreateAutomationCommand: () => CreateAutomationCommand,
219
+ CreateBillCommand: () => CreateBillCommand,
220
+ CreateBillingCategoryCommand: () => CreateBillingCategoryCommand,
157
221
  CreateCategoryCommand: () => CreateCategoryCommand,
158
222
  CreateDefaultAutomationsCommand: () => CreateDefaultAutomationsCommand,
159
223
  CreateDepartmentCommand: () => CreateDepartmentCommand,
@@ -176,7 +240,9 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
176
240
  CreateTimeSheetTimeEntryCommand: () => CreateTimeSheetTimeEntryCommand,
177
241
  CreateUserCommand: () => CreateUserCommand,
178
242
  CreateVendorCommand: () => CreateVendorCommand,
243
+ DecideApprovalCommand: () => DecideApprovalCommand,
179
244
  DeleteAutomationCommand: () => DeleteAutomationCommand,
245
+ DeleteBillCommand: () => DeleteBillCommand,
180
246
  DeleteCategoryCommand: () => DeleteCategoryCommand,
181
247
  DeleteDepartmentCommand: () => DeleteDepartmentCommand,
182
248
  DeleteDeviceCommand: () => DeleteDeviceCommand,
@@ -190,6 +256,7 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
190
256
  DeleteServerCommand: () => DeleteServerCommand,
191
257
  DeleteSessionCommand: () => DeleteSessionCommand,
192
258
  DeleteSpaceCommand: () => DeleteSpaceCommand,
259
+ DeleteStaffUserCommand: () => DeleteStaffUserCommand,
193
260
  DeleteSystemCommand: () => DeleteSystemCommand,
194
261
  DeleteTicketCommand: () => DeleteTicketCommand,
195
262
  DeleteTimeSheetCommand: () => DeleteTimeSheetCommand,
@@ -198,7 +265,14 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
198
265
  DeleteUserCredentialCommand: () => DeleteUserCredentialCommand,
199
266
  DeleteVendorCommand: () => DeleteVendorCommand,
200
267
  DescribeAutomationCommand: () => DescribeAutomationCommand,
268
+ DescribeBillCommand: () => DescribeBillCommand,
201
269
  DescribeCategoryCommand: () => DescribeCategoryCommand,
270
+ DescribeConciergeFacilitiesViewerCommand: () => DescribeConciergeFacilitiesViewerCommand,
271
+ DescribeConciergeStatsFiltersCommand: () => DescribeConciergeStatsFiltersCommand,
272
+ DescribeConciergeStatsHeatmapCommand: () => DescribeConciergeStatsHeatmapCommand,
273
+ DescribeConciergeStatsSummaryCommand: () => DescribeConciergeStatsSummaryCommand,
274
+ DescribeConciergeStatsTicketsCommand: () => DescribeConciergeStatsTicketsCommand,
275
+ DescribeConciergeWorkspaceFiltersCommand: () => DescribeConciergeWorkspaceFiltersCommand,
202
276
  DescribeDepartmentCommand: () => DescribeDepartmentCommand,
203
277
  DescribeDeviceCommand: () => DescribeDeviceCommand,
204
278
  DescribeDeviceConfigCommand: () => DescribeDeviceConfigCommand,
@@ -208,39 +282,56 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
208
282
  DescribeMyOrganizationCommand: () => DescribeMyOrganizationCommand,
209
283
  DescribeMyPasskeyRegistrationsCommand: () => DescribeMyPasskeyRegistrationsCommand,
210
284
  DescribeOrgNotificationDefaultsCommand: () => DescribeOrgNotificationDefaultsCommand,
285
+ DescribeOrganizationBillCommand: () => DescribeOrganizationBillCommand,
211
286
  DescribeOrganizationCommand: () => DescribeOrganizationCommand,
212
287
  DescribePolicyCommand: () => DescribePolicyCommand,
213
288
  DescribePropertyCommand: () => DescribePropertyCommand,
214
289
  DescribePushVapidPublicKeyCommand: () => DescribePushVapidPublicKeyCommand,
215
290
  DescribeSOSCommand: () => DescribeSOSCommand,
291
+ DescribeSelfAccessCommand: () => DescribeSelfAccessCommand,
216
292
  DescribeSelfCommand: () => DescribeSelfCommand,
217
293
  DescribeServerCommand: () => DescribeServerCommand,
218
294
  DescribeSessionCommand: () => DescribeSessionCommand,
219
295
  DescribeSpaceCommand: () => DescribeSpaceCommand,
296
+ DescribeStaffFunctionsCommand: () => DescribeStaffFunctionsCommand,
220
297
  DescribeSystemCommand: () => DescribeSystemCommand,
221
298
  DescribeTicketCommand: () => DescribeTicketCommand,
222
299
  DescribeTicketFiltersCommand: () => DescribeTicketFiltersCommand,
223
300
  DescribeTicketStatsCommand: () => DescribeTicketStatsCommand,
301
+ DescribeTicketStatsFiltersCommand: () => DescribeTicketStatsFiltersCommand,
302
+ DescribeTicketStatsHeatmapCommand: () => DescribeTicketStatsHeatmapCommand,
303
+ DescribeTicketStatsSummaryCommand: () => DescribeTicketStatsSummaryCommand,
304
+ DescribeTicketStatsTicketsCommand: () => DescribeTicketStatsTicketsCommand,
224
305
  DescribeTimeSheetCommand: () => DescribeTimeSheetCommand,
225
306
  DescribeTimeSheetStatsCommand: () => DescribeTimeSheetStatsCommand,
226
307
  DescribeUserCommand: () => DescribeUserCommand,
227
308
  DescribeVendorCommand: () => DescribeVendorCommand,
309
+ EditCostEntryCommand: () => EditCostEntryCommand,
228
310
  EmailUserAccountSetupCommand: () => EmailUserAccountSetupCommand,
229
311
  GetApiKeyCommand: () => GetApiKeyCommand,
230
312
  LeaveTicketCommand: () => LeaveTicketCommand,
231
313
  ListAutomationsCommand: () => ListAutomationsCommand,
314
+ ListBillingCategoriesCommand: () => ListBillingCategoriesCommand,
315
+ ListBillsCommand: () => ListBillsCommand,
232
316
  ListCameraStreamPreviewsCommand: () => ListCameraStreamPreviewsCommand,
233
317
  ListCategoriesCommand: () => ListCategoriesCommand,
318
+ ListConciergeUninvoicedCostsCommand: () => ListConciergeUninvoicedCostsCommand,
319
+ ListConciergeWorkspaceBillsCommand: () => ListConciergeWorkspaceBillsCommand,
320
+ ListConciergeWorkspaceTicketsCommand: () => ListConciergeWorkspaceTicketsCommand,
234
321
  ListDepartmentsCommand: () => ListDepartmentsCommand,
235
322
  ListDeviceCredentialsCommand: () => ListDeviceCredentialsCommand,
236
323
  ListDevicesCommand: () => ListDevicesCommand,
237
324
  ListDiscoveredDevicesCommand: () => ListDiscoveredDevicesCommand,
325
+ ListEligibleApproversCommand: () => ListEligibleApproversCommand,
326
+ ListFacilitiesStaffIdsCommand: () => ListFacilitiesStaffIdsCommand,
238
327
  ListIntegrationsCommand: () => ListIntegrationsCommand,
239
328
  ListIssuesCommand: () => ListIssuesCommand,
329
+ ListKohostStaffCommand: () => ListKohostStaffCommand,
240
330
  ListMyOrganizationsCommand: () => ListMyOrganizationsCommand,
241
331
  ListMyPropertiesCommand: () => ListMyPropertiesCommand,
242
332
  ListMyPushSubscriptionsCommand: () => ListMyPushSubscriptionsCommand,
243
333
  ListMyTimeSheetsCommand: () => ListMyTimeSheetsCommand,
334
+ ListOrganizationBillsCommand: () => ListOrganizationBillsCommand,
244
335
  ListOrganizationsCommand: () => ListOrganizationsCommand,
245
336
  ListPoliciesCommand: () => ListPoliciesCommand,
246
337
  ListPropertiesCommand: () => ListPropertiesCommand,
@@ -256,21 +347,38 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
256
347
  ListUsersCommand: () => ListUsersCommand,
257
348
  ListVendorsCommand: () => ListVendorsCommand,
258
349
  LogoutUserCommand: () => LogoutUserCommand,
350
+ MarkBillPaidCommand: () => MarkBillPaidCommand,
351
+ MarkBillSentCommand: () => MarkBillSentCommand,
259
352
  MergeIssueCommand: () => MergeIssueCommand,
260
353
  MoveDeviceCommand: () => MoveDeviceCommand,
354
+ PreviewBillCommand: () => PreviewBillCommand,
355
+ RecordCostActualCommand: () => RecordCostActualCommand,
356
+ RecordCostEntryCommand: () => RecordCostEntryCommand,
357
+ ReinstateCostEntryCommand: () => ReinstateCostEntryCommand,
358
+ RemoveBillLineCommand: () => RemoveBillLineCommand,
359
+ RemoveStaffFunctionMemberCommand: () => RemoveStaffFunctionMemberCommand,
360
+ RequestApprovalCommand: () => RequestApprovalCommand,
361
+ RescheduleWorkItemCommand: () => RescheduleWorkItemCommand,
261
362
  RevokeApiKeyCommand: () => RevokeApiKeyCommand,
262
363
  RotateApiKeyCommand: () => RotateApiKeyCommand,
263
364
  RunAutomationCommand: () => RunAutomationCommand,
365
+ ScheduleWorkItemCommand: () => ScheduleWorkItemCommand,
264
366
  SelectOrganizationCommand: () => SelectOrganizationCommand,
265
367
  SendNotificationCommand: () => SendNotificationCommand,
266
368
  SendVerificationCodeCommand: () => SendVerificationCodeCommand,
369
+ SetCostVendorInvoiceCommand: () => SetCostVendorInvoiceCommand,
267
370
  SetDeviceCommand: () => SetDeviceCommand,
268
371
  SetDevicesCommand: () => SetDevicesCommand,
372
+ SetUserSuperAdminCommand: () => SetUserSuperAdminCommand,
373
+ SetWorkItemNoChargeCommand: () => SetWorkItemNoChargeCommand,
269
374
  StartSOSCommand: () => StartSOSCommand,
270
375
  StopSOSCommand: () => StopSOSCommand,
271
376
  SubscribePushDeviceCommand: () => SubscribePushDeviceCommand,
272
377
  UnsubscribePushDeviceCommand: () => UnsubscribePushDeviceCommand,
273
378
  UpdateAutomationCommand: () => UpdateAutomationCommand,
379
+ UpdateBillCommand: () => UpdateBillCommand,
380
+ UpdateBillLineCommand: () => UpdateBillLineCommand,
381
+ UpdateBillingCategoryCommand: () => UpdateBillingCategoryCommand,
274
382
  UpdateCategoryCommand: () => UpdateCategoryCommand,
275
383
  UpdateDepartmentCommand: () => UpdateDepartmentCommand,
276
384
  UpdateDeviceCommand: () => UpdateDeviceCommand,
@@ -279,14 +387,18 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
279
387
  UpdateIssueCommand: () => UpdateIssueCommand,
280
388
  UpdateMessageReadStatusCommand: () => UpdateMessageReadStatusCommand,
281
389
  UpdateOrgNotificationDefaultsCommand: () => UpdateOrgNotificationDefaultsCommand,
390
+ UpdateOrganizationBillingAddressCommand: () => UpdateOrganizationBillingAddressCommand,
391
+ UpdateOrganizationBillingContactsCommand: () => UpdateOrganizationBillingContactsCommand,
282
392
  UpdateOrganizationCommand: () => UpdateOrganizationCommand,
283
393
  UpdateOrganizationFeaturesCommand: () => UpdateOrganizationFeaturesCommand,
394
+ UpdateOrganizationTaxExemptCommand: () => UpdateOrganizationTaxExemptCommand,
284
395
  UpdatePolicyCommand: () => UpdatePolicyCommand,
285
396
  UpdatePropertyCommand: () => UpdatePropertyCommand,
286
397
  UpdatePropertyFeaturesCommand: () => UpdatePropertyFeaturesCommand,
287
398
  UpdateSelfCommand: () => UpdateSelfCommand,
288
399
  UpdateServerCommand: () => UpdateServerCommand,
289
400
  UpdateSpaceCommand: () => UpdateSpaceCommand,
401
+ UpdateStaffUserCommand: () => UpdateStaffUserCommand,
290
402
  UpdateSystemCommand: () => UpdateSystemCommand,
291
403
  UpdateTicketCommand: () => UpdateTicketCommand,
292
404
  UpdateTimeSheetCommand: () => UpdateTimeSheetCommand,
@@ -294,9 +406,11 @@ var useCases_exports = /* @__PURE__ */ __exportAll({
294
406
  UpdateUserCommand: () => UpdateUserCommand,
295
407
  UpdateVendorCommand: () => UpdateVendorCommand,
296
408
  UpsertDiscoveredDeviceCommand: () => UpsertDiscoveredDeviceCommand,
297
- ValidateAuthCommand: () => ValidateAuthCommand
409
+ ValidateAuthCommand: () => ValidateAuthCommand,
410
+ VoidBillCommand: () => VoidBillCommand,
411
+ WriteOffCostEntryCommand: () => WriteOffCostEntryCommand
298
412
  });
299
413
  //#endregion
300
- export { AutoAssociateDiscoveredDevicesCommand, BulkUpdateIssueCommand, CheckVerificationCodeCommand, CopyIssueRoutingCommand, CreateApiKeyCommand, CreateAutomationCommand, CreateCategoryCommand, CreateDefaultAutomationsCommand, CreateDepartmentCommand, CreateDeviceCommand, CreateDeviceCredentialCommand, CreateDiscoveredDeviceAssociationCommand, CreateDiscoveredDeviceAssociationMapCommand, CreateDiscoveredDeviceCommand, CreateIssueCommand, CreateOrganizationCommand, CreatePolicyCommand, CreatePropertyCommand, CreatePwaHandoffTokenCommand, CreateServerCommand, CreateSpaceCommand, CreateSystemCommand, CreateTicketCommand, CreateTicketMessageCommand, CreateTimeSheetCommand, CreateTimeSheetTimeEntryCommand, CreateUserCommand, CreateVendorCommand, DeleteAutomationCommand, DeleteCategoryCommand, DeleteDepartmentCommand, DeleteDeviceCommand, DeleteDeviceCredentialCommand, DeleteDiscoveredDeviceCommand, DeleteIssueCommand, DeleteMediaFileCommand, DeleteOrganizationCommand, DeletePolicyCommand, DeletePropertyCommand, DeleteServerCommand, DeleteSessionCommand, DeleteSpaceCommand, DeleteSystemCommand, DeleteTicketCommand, DeleteTimeSheetCommand, DeleteTimeSheetTimeEntryCommand, DeleteUserCommand, DeleteUserCredentialCommand, DeleteVendorCommand, DescribeAutomationCommand, DescribeCategoryCommand, DescribeDepartmentCommand, DescribeDeviceCommand, DescribeDeviceConfigCommand, DescribeDiscoveredDeviceCommand, DescribeIssueCommand, DescribeMyAuthCommand, DescribeMyOrganizationCommand, DescribeMyPasskeyRegistrationsCommand, DescribeOrgNotificationDefaultsCommand, DescribeOrganizationCommand, DescribePolicyCommand, DescribePropertyCommand, DescribePushVapidPublicKeyCommand, DescribeSOSCommand, DescribeSelfCommand, DescribeServerCommand, DescribeSessionCommand, DescribeSpaceCommand, DescribeSystemCommand, DescribeTicketCommand, DescribeTicketFiltersCommand, DescribeTicketStatsCommand, DescribeTimeSheetCommand, DescribeTimeSheetStatsCommand, DescribeUserCommand, DescribeVendorCommand, EmailUserAccountSetupCommand, GetApiKeyCommand, LeaveTicketCommand, ListAutomationsCommand, ListCameraStreamPreviewsCommand, ListCategoriesCommand, ListDepartmentsCommand, ListDeviceCredentialsCommand, ListDevicesCommand, ListDiscoveredDevicesCommand, ListIntegrationsCommand, ListIssuesCommand, ListMyOrganizationsCommand, ListMyPropertiesCommand, ListMyPushSubscriptionsCommand, ListMyTimeSheetsCommand, ListOrganizationsCommand, ListPoliciesCommand, ListPropertiesCommand, ListPropertyCredentialsCommand, ListServersCommand, ListSessionsCommand, ListSpacesCommand, ListSystemsCommand, ListTicketLocationsCommand, ListTicketsCommand, ListTimeSheetsCommand, ListUserSpacesCommand, ListUsersCommand, ListVendorsCommand, LogoutUserCommand, MergeIssueCommand, MoveDeviceCommand, RevokeApiKeyCommand, RotateApiKeyCommand, RunAutomationCommand, SelectOrganizationCommand, SendNotificationCommand, SendVerificationCodeCommand, SetDeviceCommand, SetDevicesCommand, StartSOSCommand, StopSOSCommand, SubscribePushDeviceCommand, UnsubscribePushDeviceCommand, UpdateAutomationCommand, UpdateCategoryCommand, UpdateDepartmentCommand, UpdateDeviceCommand, UpdateDeviceCredentialCommand, UpdateDiscoveredDeviceCommand, UpdateIssueCommand, UpdateMessageReadStatusCommand, UpdateOrgNotificationDefaultsCommand, UpdateOrganizationCommand, UpdateOrganizationFeaturesCommand, UpdatePolicyCommand, UpdatePropertyCommand, UpdatePropertyFeaturesCommand, UpdateSelfCommand, UpdateServerCommand, UpdateSpaceCommand, UpdateSystemCommand, UpdateTicketCommand, UpdateTimeSheetCommand, UpdateTimeSheetTimeEntryCommand, UpdateUserCommand, UpdateVendorCommand, UpsertDiscoveredDeviceCommand, ValidateAuthCommand, useCases_exports };
414
+ export { AcknowledgeCostDivergenceCommand, AddBillLineCommand, AddStaffFunctionMemberCommand, AutoAssociateDiscoveredDevicesCommand, BulkUpdateIssueCommand, CancelWorkItemCommand, CheckVerificationCodeCommand, ClearWorkItemNoChargeCommand, CopyIssueRoutingCommand, CreateApiKeyCommand, CreateAutomationCommand, CreateBillCommand, CreateBillingCategoryCommand, CreateCategoryCommand, CreateDefaultAutomationsCommand, CreateDepartmentCommand, CreateDeviceCommand, CreateDeviceCredentialCommand, CreateDiscoveredDeviceAssociationCommand, CreateDiscoveredDeviceAssociationMapCommand, CreateDiscoveredDeviceCommand, CreateIssueCommand, CreateOrganizationCommand, CreatePolicyCommand, CreatePropertyCommand, CreatePwaHandoffTokenCommand, CreateServerCommand, CreateSpaceCommand, CreateSystemCommand, CreateTicketCommand, CreateTicketMessageCommand, CreateTimeSheetCommand, CreateTimeSheetTimeEntryCommand, CreateUserCommand, CreateVendorCommand, DecideApprovalCommand, DeleteAutomationCommand, DeleteBillCommand, DeleteCategoryCommand, DeleteDepartmentCommand, DeleteDeviceCommand, DeleteDeviceCredentialCommand, DeleteDiscoveredDeviceCommand, DeleteIssueCommand, DeleteMediaFileCommand, DeleteOrganizationCommand, DeletePolicyCommand, DeletePropertyCommand, DeleteServerCommand, DeleteSessionCommand, DeleteSpaceCommand, DeleteStaffUserCommand, DeleteSystemCommand, DeleteTicketCommand, DeleteTimeSheetCommand, DeleteTimeSheetTimeEntryCommand, DeleteUserCommand, DeleteUserCredentialCommand, DeleteVendorCommand, DescribeAutomationCommand, DescribeBillCommand, DescribeCategoryCommand, DescribeConciergeFacilitiesViewerCommand, DescribeConciergeStatsFiltersCommand, DescribeConciergeStatsHeatmapCommand, DescribeConciergeStatsSummaryCommand, DescribeConciergeStatsTicketsCommand, DescribeConciergeWorkspaceFiltersCommand, DescribeDepartmentCommand, DescribeDeviceCommand, DescribeDeviceConfigCommand, DescribeDiscoveredDeviceCommand, DescribeIssueCommand, DescribeMyAuthCommand, DescribeMyOrganizationCommand, DescribeMyPasskeyRegistrationsCommand, DescribeOrgNotificationDefaultsCommand, DescribeOrganizationBillCommand, DescribeOrganizationCommand, DescribePolicyCommand, DescribePropertyCommand, DescribePushVapidPublicKeyCommand, DescribeSOSCommand, DescribeSelfAccessCommand, DescribeSelfCommand, DescribeServerCommand, DescribeSessionCommand, DescribeSpaceCommand, DescribeStaffFunctionsCommand, DescribeSystemCommand, DescribeTicketCommand, DescribeTicketFiltersCommand, DescribeTicketStatsCommand, DescribeTicketStatsFiltersCommand, DescribeTicketStatsHeatmapCommand, DescribeTicketStatsSummaryCommand, DescribeTicketStatsTicketsCommand, DescribeTimeSheetCommand, DescribeTimeSheetStatsCommand, DescribeUserCommand, DescribeVendorCommand, EditCostEntryCommand, EmailUserAccountSetupCommand, GetApiKeyCommand, LeaveTicketCommand, ListAutomationsCommand, ListBillingCategoriesCommand, ListBillsCommand, ListCameraStreamPreviewsCommand, ListCategoriesCommand, ListConciergeUninvoicedCostsCommand, ListConciergeWorkspaceBillsCommand, ListConciergeWorkspaceTicketsCommand, ListDepartmentsCommand, ListDeviceCredentialsCommand, ListDevicesCommand, ListDiscoveredDevicesCommand, ListEligibleApproversCommand, ListFacilitiesStaffIdsCommand, ListIntegrationsCommand, ListIssuesCommand, ListKohostStaffCommand, ListMyOrganizationsCommand, ListMyPropertiesCommand, ListMyPushSubscriptionsCommand, ListMyTimeSheetsCommand, ListOrganizationBillsCommand, ListOrganizationsCommand, ListPoliciesCommand, ListPropertiesCommand, ListPropertyCredentialsCommand, ListServersCommand, ListSessionsCommand, ListSpacesCommand, ListSystemsCommand, ListTicketLocationsCommand, ListTicketsCommand, ListTimeSheetsCommand, ListUserSpacesCommand, ListUsersCommand, ListVendorsCommand, LogoutUserCommand, MarkBillPaidCommand, MarkBillSentCommand, MergeIssueCommand, MoveDeviceCommand, PreviewBillCommand, RecordCostActualCommand, RecordCostEntryCommand, ReinstateCostEntryCommand, RemoveBillLineCommand, RemoveStaffFunctionMemberCommand, RequestApprovalCommand, RescheduleWorkItemCommand, RevokeApiKeyCommand, RotateApiKeyCommand, RunAutomationCommand, ScheduleWorkItemCommand, SelectOrganizationCommand, SendNotificationCommand, SendVerificationCodeCommand, SetCostVendorInvoiceCommand, SetDeviceCommand, SetDevicesCommand, SetUserSuperAdminCommand, SetWorkItemNoChargeCommand, StartSOSCommand, StopSOSCommand, SubscribePushDeviceCommand, UnsubscribePushDeviceCommand, UpdateAutomationCommand, UpdateBillCommand, UpdateBillLineCommand, UpdateBillingCategoryCommand, UpdateCategoryCommand, UpdateDepartmentCommand, UpdateDeviceCommand, UpdateDeviceCredentialCommand, UpdateDiscoveredDeviceCommand, UpdateIssueCommand, UpdateMessageReadStatusCommand, UpdateOrgNotificationDefaultsCommand, UpdateOrganizationBillingAddressCommand, UpdateOrganizationBillingContactsCommand, UpdateOrganizationCommand, UpdateOrganizationFeaturesCommand, UpdateOrganizationTaxExemptCommand, UpdatePolicyCommand, UpdatePropertyCommand, UpdatePropertyFeaturesCommand, UpdateSelfCommand, UpdateServerCommand, UpdateSpaceCommand, UpdateStaffUserCommand, UpdateSystemCommand, UpdateTicketCommand, UpdateTimeSheetCommand, UpdateTimeSheetTimeEntryCommand, UpdateUserCommand, UpdateVendorCommand, UpsertDiscoveredDeviceCommand, ValidateAuthCommand, VoidBillCommand, WriteOffCostEntryCommand, useCases_exports };
301
415
 
302
416
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../.generated/useCases/index.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport { CreatePwaHandoffTokenCommand } from \"./createPwaHandoffToken.js\";\nexport { LogoutUserCommand } from \"./logoutUser.js\";\nexport { DescribeMyAuthCommand } from \"./describeMyAuth.js\";\nexport { ValidateAuthCommand } from \"./validateAuth.js\";\nexport { SelectOrganizationCommand } from \"./selectOrganization.js\";\nexport { ListMyOrganizationsCommand } from \"./listMyOrganizations.js\";\nexport { DescribeSelfCommand } from \"./describeSelf.js\";\nexport { DescribeUserCommand } from \"./describeUser.js\";\nexport { CreateUserCommand } from \"./createUser.js\";\nexport { ListUsersCommand } from \"./listUsers.js\";\nexport { UpdateSelfCommand } from \"./updateSelf.js\";\nexport { UpdateUserCommand } from \"./updateUser.js\";\nexport { DeleteUserCommand } from \"./deleteUser.js\";\nexport { CreateApiKeyCommand } from \"./createApiKey.js\";\nexport { GetApiKeyCommand } from \"./getApiKey.js\";\nexport { RotateApiKeyCommand } from \"./rotateApiKey.js\";\nexport { RevokeApiKeyCommand } from \"./revokeApiKey.js\";\nexport { SendVerificationCodeCommand } from \"./sendVerificationCode.js\";\nexport { CheckVerificationCodeCommand } from \"./checkVerificationCode.js\";\nexport { ListUserSpacesCommand } from \"./listUserSpaces.js\";\nexport { DescribeMyPasskeyRegistrationsCommand } from \"./describeMyPasskeyRegistrations.js\";\nexport { DeleteUserCredentialCommand } from \"./deleteUserCredential.js\";\nexport { CreatePolicyCommand } from \"./createPolicy.js\";\nexport { ListPoliciesCommand } from \"./listPolicies.js\";\nexport { UpdatePolicyCommand } from \"./updatePolicy.js\";\nexport { DeletePolicyCommand } from \"./deletePolicy.js\";\nexport { DescribePolicyCommand } from \"./describePolicy.js\";\nexport { ListSpacesCommand } from \"./listSpaces.js\";\nexport { UpdateSpaceCommand } from \"./updateSpace.js\";\nexport { CreateSpaceCommand } from \"./createSpace.js\";\nexport { DescribeSpaceCommand } from \"./describeSpace.js\";\nexport { DeleteSpaceCommand } from \"./deleteSpace.js\";\nexport { CreateDeviceCommand } from \"./createDevice.js\";\nexport { CreateDeviceCredentialCommand } from \"./createDeviceCredential.js\";\nexport { ListDevicesCommand } from \"./listDevices.js\";\nexport { ListDeviceCredentialsCommand } from \"./listDeviceCredentials.js\";\nexport { ListCameraStreamPreviewsCommand } from \"./listCameraStreamPreviews.js\";\nexport { DescribeDeviceCommand } from \"./describeDevice.js\";\nexport { UpdateDeviceCommand } from \"./updateDevice.js\";\nexport { UpdateDeviceCredentialCommand } from \"./updateDeviceCredential.js\";\nexport { SetDeviceCommand } from \"./setDevice.js\";\nexport { DeleteDeviceCommand } from \"./deleteDevice.js\";\nexport { DeleteDeviceCredentialCommand } from \"./deleteDeviceCredential.js\";\nexport { MoveDeviceCommand } from \"./moveDevice.js\";\nexport { DescribeDeviceConfigCommand } from \"./describeDeviceConfig.js\";\nexport { CreateCategoryCommand } from \"./createCategory.js\";\nexport { DeleteCategoryCommand } from \"./deleteCategory.js\";\nexport { DescribeCategoryCommand } from \"./describeCategory.js\";\nexport { ListCategoriesCommand } from \"./listCategories.js\";\nexport { UpdateCategoryCommand } from \"./updateCategory.js\";\nexport { DescribeDepartmentCommand } from \"./describeDepartment.js\";\nexport { ListDepartmentsCommand } from \"./listDepartments.js\";\nexport { DeleteDepartmentCommand } from \"./deleteDepartment.js\";\nexport { CreateDepartmentCommand } from \"./createDepartment.js\";\nexport { UpdateDepartmentCommand } from \"./updateDepartment.js\";\nexport { DescribeTicketStatsCommand } from \"./describeTicketStats.js\";\nexport { CreateTicketCommand } from \"./createTicket.js\";\nexport { CreateTicketMessageCommand } from \"./createTicketMessage.js\";\nexport { DeleteTicketCommand } from \"./deleteTicket.js\";\nexport { ListTicketLocationsCommand } from \"./listTicketLocations.js\";\nexport { DescribeTicketFiltersCommand } from \"./describeTicketFilters.js\";\nexport { DescribeTicketCommand } from \"./describeTicket.js\";\nexport { ListTicketsCommand } from \"./listTickets.js\";\nexport { UpdateMessageReadStatusCommand } from \"./updateMessageReadStatus.js\";\nexport { UpdateTicketCommand } from \"./updateTicket.js\";\nexport { LeaveTicketCommand } from \"./leaveTicket.js\";\nexport { CreateDiscoveredDeviceAssociationMapCommand } from \"./createDiscoveredDeviceAssociationMap.js\";\nexport { AutoAssociateDiscoveredDevicesCommand } from \"./autoAssociateDiscoveredDevices.js\";\nexport { CreateDiscoveredDeviceCommand } from \"./createDiscoveredDevice.js\";\nexport { ListDiscoveredDevicesCommand } from \"./listDiscoveredDevices.js\";\nexport { UpdateDiscoveredDeviceCommand } from \"./updateDiscoveredDevice.js\";\nexport { DeleteDiscoveredDeviceCommand } from \"./deleteDiscoveredDevice.js\";\nexport { DescribeDiscoveredDeviceCommand } from \"./describeDiscoveredDevice.js\";\nexport { UpsertDiscoveredDeviceCommand } from \"./upsertDiscoveredDevice.js\";\nexport { CreateDiscoveredDeviceAssociationCommand } from \"./createDiscoveredDeviceAssociation.js\";\nexport { ListIntegrationsCommand } from \"./listIntegrations.js\";\nexport { DescribeMyOrganizationCommand } from \"./describeMyOrganization.js\";\nexport { CreateOrganizationCommand } from \"./createOrganization.js\";\nexport { UpdateOrganizationCommand } from \"./updateOrganization.js\";\nexport { UpdateOrganizationFeaturesCommand } from \"./updateOrganizationFeatures.js\";\nexport { DeleteOrganizationCommand } from \"./deleteOrganization.js\";\nexport { DescribeOrganizationCommand } from \"./describeOrganization.js\";\nexport { ListOrganizationsCommand } from \"./listOrganizations.js\";\nexport { ListPropertiesCommand } from \"./listProperties.js\";\nexport { ListPropertyCredentialsCommand } from \"./listPropertyCredentials.js\";\nexport { ListMyPropertiesCommand } from \"./listMyProperties.js\";\nexport { CreatePropertyCommand } from \"./createProperty.js\";\nexport { DeletePropertyCommand } from \"./deleteProperty.js\";\nexport { UpdatePropertyCommand } from \"./updateProperty.js\";\nexport { DescribePropertyCommand } from \"./describeProperty.js\";\nexport { UpdatePropertyFeaturesCommand } from \"./updatePropertyFeatures.js\";\nexport { EmailUserAccountSetupCommand } from \"./emailUserAccountSetup.js\";\nexport { DeleteMediaFileCommand } from \"./deleteMediaFile.js\";\nexport { DescribeTimeSheetStatsCommand } from \"./describeTimeSheetStats.js\";\nexport { ListMyTimeSheetsCommand } from \"./listMyTimeSheets.js\";\nexport { DescribeTimeSheetCommand } from \"./describeTimeSheet.js\";\nexport { ListTimeSheetsCommand } from \"./listTimeSheets.js\";\nexport { CreateTimeSheetCommand } from \"./createTimeSheet.js\";\nexport { DeleteTimeSheetCommand } from \"./deleteTimeSheet.js\";\nexport { UpdateTimeSheetCommand } from \"./updateTimeSheet.js\";\nexport { CreateTimeSheetTimeEntryCommand } from \"./createTimeSheetTimeEntry.js\";\nexport { DeleteTimeSheetTimeEntryCommand } from \"./deleteTimeSheetTimeEntry.js\";\nexport { UpdateTimeSheetTimeEntryCommand } from \"./updateTimeSheetTimeEntry.js\";\nexport { StartSOSCommand } from \"./startSOS.js\";\nexport { StopSOSCommand } from \"./stopSOS.js\";\nexport { DescribeSOSCommand } from \"./describeSOS.js\";\nexport { DescribeIssueCommand } from \"./describeIssue.js\";\nexport { ListIssuesCommand } from \"./listIssues.js\";\nexport { DeleteIssueCommand } from \"./deleteIssue.js\";\nexport { CreateIssueCommand } from \"./createIssue.js\";\nexport { UpdateIssueCommand } from \"./updateIssue.js\";\nexport { MergeIssueCommand } from \"./mergeIssue.js\";\nexport { CopyIssueRoutingCommand } from \"./copyIssueRouting.js\";\nexport { BulkUpdateIssueCommand } from \"./bulkUpdateIssue.js\";\nexport { DescribeVendorCommand } from \"./describeVendor.js\";\nexport { ListVendorsCommand } from \"./listVendors.js\";\nexport { DeleteVendorCommand } from \"./deleteVendor.js\";\nexport { CreateVendorCommand } from \"./createVendor.js\";\nexport { UpdateVendorCommand } from \"./updateVendor.js\";\nexport { CreateAutomationCommand } from \"./createAutomation.js\";\nexport { ListAutomationsCommand } from \"./listAutomations.js\";\nexport { DescribeAutomationCommand } from \"./describeAutomation.js\";\nexport { UpdateAutomationCommand } from \"./updateAutomation.js\";\nexport { DeleteAutomationCommand } from \"./deleteAutomation.js\";\nexport { CreateDefaultAutomationsCommand } from \"./createDefaultAutomations.js\";\nexport { RunAutomationCommand } from \"./runAutomation.js\";\nexport { SendNotificationCommand } from \"./sendNotification.js\";\nexport { DescribeOrgNotificationDefaultsCommand } from \"./describeOrgNotificationDefaults.js\";\nexport { UpdateOrgNotificationDefaultsCommand } from \"./updateOrgNotificationDefaults.js\";\nexport { ListMyPushSubscriptionsCommand } from \"./listMyPushSubscriptions.js\";\nexport { DescribePushVapidPublicKeyCommand } from \"./describePushVapidPublicKey.js\";\nexport { SubscribePushDeviceCommand } from \"./subscribePushDevice.js\";\nexport { UnsubscribePushDeviceCommand } from \"./unsubscribePushDevice.js\";\nexport { ListSessionsCommand } from \"./listSessions.js\";\nexport { DescribeSessionCommand } from \"./describeSession.js\";\nexport { DeleteSessionCommand } from \"./deleteSession.js\";\nexport { SetDevicesCommand } from \"./setDevices.js\";\nexport { CreateSystemCommand } from \"./createSystem.js\";\nexport { DeleteSystemCommand } from \"./deleteSystem.js\";\nexport { DescribeSystemCommand } from \"./describeSystem.js\";\nexport { ListSystemsCommand } from \"./listSystems.js\";\nexport { UpdateSystemCommand } from \"./updateSystem.js\";\nexport { CreateServerCommand } from \"./createServer.js\";\nexport { DeleteServerCommand } from \"./deleteServer.js\";\nexport { DescribeServerCommand } from \"./describeServer.js\";\nexport { ListServersCommand } from \"./listServers.js\";\nexport { UpdateServerCommand } from \"./updateServer.js\";\n"],"mappings":""}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../.generated/useCases/index.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport { CreatePwaHandoffTokenCommand } from \"./createPwaHandoffToken.js\";\nexport { LogoutUserCommand } from \"./logoutUser.js\";\nexport { DescribeMyAuthCommand } from \"./describeMyAuth.js\";\nexport { ValidateAuthCommand } from \"./validateAuth.js\";\nexport { SelectOrganizationCommand } from \"./selectOrganization.js\";\nexport { ListMyOrganizationsCommand } from \"./listMyOrganizations.js\";\nexport { DescribeSelfCommand } from \"./describeSelf.js\";\nexport { DescribeSelfAccessCommand } from \"./describeSelfAccess.js\";\nexport { DescribeUserCommand } from \"./describeUser.js\";\nexport { CreateUserCommand } from \"./createUser.js\";\nexport { ListUsersCommand } from \"./listUsers.js\";\nexport { UpdateSelfCommand } from \"./updateSelf.js\";\nexport { UpdateUserCommand } from \"./updateUser.js\";\nexport { DeleteUserCommand } from \"./deleteUser.js\";\nexport { CreateApiKeyCommand } from \"./createApiKey.js\";\nexport { GetApiKeyCommand } from \"./getApiKey.js\";\nexport { RotateApiKeyCommand } from \"./rotateApiKey.js\";\nexport { RevokeApiKeyCommand } from \"./revokeApiKey.js\";\nexport { SendVerificationCodeCommand } from \"./sendVerificationCode.js\";\nexport { CheckVerificationCodeCommand } from \"./checkVerificationCode.js\";\nexport { ListUserSpacesCommand } from \"./listUserSpaces.js\";\nexport { DescribeMyPasskeyRegistrationsCommand } from \"./describeMyPasskeyRegistrations.js\";\nexport { DeleteUserCredentialCommand } from \"./deleteUserCredential.js\";\nexport { CreatePolicyCommand } from \"./createPolicy.js\";\nexport { ListPoliciesCommand } from \"./listPolicies.js\";\nexport { UpdatePolicyCommand } from \"./updatePolicy.js\";\nexport { DeletePolicyCommand } from \"./deletePolicy.js\";\nexport { DescribePolicyCommand } from \"./describePolicy.js\";\nexport { ListSpacesCommand } from \"./listSpaces.js\";\nexport { UpdateSpaceCommand } from \"./updateSpace.js\";\nexport { CreateSpaceCommand } from \"./createSpace.js\";\nexport { DescribeSpaceCommand } from \"./describeSpace.js\";\nexport { DeleteSpaceCommand } from \"./deleteSpace.js\";\nexport { CreateDeviceCommand } from \"./createDevice.js\";\nexport { CreateDeviceCredentialCommand } from \"./createDeviceCredential.js\";\nexport { ListDevicesCommand } from \"./listDevices.js\";\nexport { ListDeviceCredentialsCommand } from \"./listDeviceCredentials.js\";\nexport { ListCameraStreamPreviewsCommand } from \"./listCameraStreamPreviews.js\";\nexport { DescribeDeviceCommand } from \"./describeDevice.js\";\nexport { UpdateDeviceCommand } from \"./updateDevice.js\";\nexport { UpdateDeviceCredentialCommand } from \"./updateDeviceCredential.js\";\nexport { SetDeviceCommand } from \"./setDevice.js\";\nexport { DeleteDeviceCommand } from \"./deleteDevice.js\";\nexport { DeleteDeviceCredentialCommand } from \"./deleteDeviceCredential.js\";\nexport { MoveDeviceCommand } from \"./moveDevice.js\";\nexport { DescribeDeviceConfigCommand } from \"./describeDeviceConfig.js\";\nexport { CreateCategoryCommand } from \"./createCategory.js\";\nexport { DeleteCategoryCommand } from \"./deleteCategory.js\";\nexport { DescribeCategoryCommand } from \"./describeCategory.js\";\nexport { ListCategoriesCommand } from \"./listCategories.js\";\nexport { UpdateCategoryCommand } from \"./updateCategory.js\";\nexport { DescribeDepartmentCommand } from \"./describeDepartment.js\";\nexport { ListDepartmentsCommand } from \"./listDepartments.js\";\nexport { DeleteDepartmentCommand } from \"./deleteDepartment.js\";\nexport { CreateDepartmentCommand } from \"./createDepartment.js\";\nexport { UpdateDepartmentCommand } from \"./updateDepartment.js\";\nexport { DescribeTicketStatsCommand } from \"./describeTicketStats.js\";\nexport { DescribeTicketStatsSummaryCommand } from \"./describeTicketStatsSummary.js\";\nexport { DescribeTicketStatsTicketsCommand } from \"./describeTicketStatsTickets.js\";\nexport { DescribeTicketStatsHeatmapCommand } from \"./describeTicketStatsHeatmap.js\";\nexport { DescribeTicketStatsFiltersCommand } from \"./describeTicketStatsFilters.js\";\nexport { CreateTicketCommand } from \"./createTicket.js\";\nexport { CreateTicketMessageCommand } from \"./createTicketMessage.js\";\nexport { DeleteTicketCommand } from \"./deleteTicket.js\";\nexport { ListTicketLocationsCommand } from \"./listTicketLocations.js\";\nexport { DescribeTicketFiltersCommand } from \"./describeTicketFilters.js\";\nexport { DescribeTicketCommand } from \"./describeTicket.js\";\nexport { ListTicketsCommand } from \"./listTickets.js\";\nexport { UpdateMessageReadStatusCommand } from \"./updateMessageReadStatus.js\";\nexport { UpdateTicketCommand } from \"./updateTicket.js\";\nexport { LeaveTicketCommand } from \"./leaveTicket.js\";\nexport { CreateDiscoveredDeviceAssociationMapCommand } from \"./createDiscoveredDeviceAssociationMap.js\";\nexport { AutoAssociateDiscoveredDevicesCommand } from \"./autoAssociateDiscoveredDevices.js\";\nexport { CreateDiscoveredDeviceCommand } from \"./createDiscoveredDevice.js\";\nexport { ListDiscoveredDevicesCommand } from \"./listDiscoveredDevices.js\";\nexport { UpdateDiscoveredDeviceCommand } from \"./updateDiscoveredDevice.js\";\nexport { DeleteDiscoveredDeviceCommand } from \"./deleteDiscoveredDevice.js\";\nexport { DescribeDiscoveredDeviceCommand } from \"./describeDiscoveredDevice.js\";\nexport { UpsertDiscoveredDeviceCommand } from \"./upsertDiscoveredDevice.js\";\nexport { CreateDiscoveredDeviceAssociationCommand } from \"./createDiscoveredDeviceAssociation.js\";\nexport { ListIntegrationsCommand } from \"./listIntegrations.js\";\nexport { DescribeMyOrganizationCommand } from \"./describeMyOrganization.js\";\nexport { CreateOrganizationCommand } from \"./createOrganization.js\";\nexport { UpdateOrganizationCommand } from \"./updateOrganization.js\";\nexport { UpdateOrganizationFeaturesCommand } from \"./updateOrganizationFeatures.js\";\nexport { UpdateOrganizationBillingAddressCommand } from \"./updateOrganizationBillingAddress.js\";\nexport { UpdateOrganizationBillingContactsCommand } from \"./updateOrganizationBillingContacts.js\";\nexport { UpdateOrganizationTaxExemptCommand } from \"./updateOrganizationTaxExempt.js\";\nexport { DeleteOrganizationCommand } from \"./deleteOrganization.js\";\nexport { DescribeOrganizationCommand } from \"./describeOrganization.js\";\nexport { ListOrganizationsCommand } from \"./listOrganizations.js\";\nexport { DescribeConciergeStatsSummaryCommand } from \"./describeConciergeStatsSummary.js\";\nexport { DescribeConciergeStatsFiltersCommand } from \"./describeConciergeStatsFilters.js\";\nexport { DescribeConciergeStatsTicketsCommand } from \"./describeConciergeStatsTickets.js\";\nexport { DescribeConciergeStatsHeatmapCommand } from \"./describeConciergeStatsHeatmap.js\";\nexport { ListConciergeWorkspaceBillsCommand } from \"./listConciergeWorkspaceBills.js\";\nexport { ListConciergeWorkspaceTicketsCommand } from \"./listConciergeWorkspaceTickets.js\";\nexport { DescribeConciergeWorkspaceFiltersCommand } from \"./describeConciergeWorkspaceFilters.js\";\nexport { ListConciergeUninvoicedCostsCommand } from \"./listConciergeUninvoicedCosts.js\";\nexport { ListPropertiesCommand } from \"./listProperties.js\";\nexport { ListPropertyCredentialsCommand } from \"./listPropertyCredentials.js\";\nexport { ListMyPropertiesCommand } from \"./listMyProperties.js\";\nexport { CreatePropertyCommand } from \"./createProperty.js\";\nexport { DeletePropertyCommand } from \"./deleteProperty.js\";\nexport { UpdatePropertyCommand } from \"./updateProperty.js\";\nexport { DescribePropertyCommand } from \"./describeProperty.js\";\nexport { UpdatePropertyFeaturesCommand } from \"./updatePropertyFeatures.js\";\nexport { EmailUserAccountSetupCommand } from \"./emailUserAccountSetup.js\";\nexport { DeleteMediaFileCommand } from \"./deleteMediaFile.js\";\nexport { DescribeTimeSheetStatsCommand } from \"./describeTimeSheetStats.js\";\nexport { ListMyTimeSheetsCommand } from \"./listMyTimeSheets.js\";\nexport { DescribeTimeSheetCommand } from \"./describeTimeSheet.js\";\nexport { ListTimeSheetsCommand } from \"./listTimeSheets.js\";\nexport { CreateTimeSheetCommand } from \"./createTimeSheet.js\";\nexport { DeleteTimeSheetCommand } from \"./deleteTimeSheet.js\";\nexport { UpdateTimeSheetCommand } from \"./updateTimeSheet.js\";\nexport { CreateTimeSheetTimeEntryCommand } from \"./createTimeSheetTimeEntry.js\";\nexport { DeleteTimeSheetTimeEntryCommand } from \"./deleteTimeSheetTimeEntry.js\";\nexport { UpdateTimeSheetTimeEntryCommand } from \"./updateTimeSheetTimeEntry.js\";\nexport { StartSOSCommand } from \"./startSOS.js\";\nexport { StopSOSCommand } from \"./stopSOS.js\";\nexport { DescribeSOSCommand } from \"./describeSOS.js\";\nexport { DescribeIssueCommand } from \"./describeIssue.js\";\nexport { ListIssuesCommand } from \"./listIssues.js\";\nexport { DeleteIssueCommand } from \"./deleteIssue.js\";\nexport { CreateIssueCommand } from \"./createIssue.js\";\nexport { UpdateIssueCommand } from \"./updateIssue.js\";\nexport { MergeIssueCommand } from \"./mergeIssue.js\";\nexport { CopyIssueRoutingCommand } from \"./copyIssueRouting.js\";\nexport { BulkUpdateIssueCommand } from \"./bulkUpdateIssue.js\";\nexport { DescribeVendorCommand } from \"./describeVendor.js\";\nexport { ListVendorsCommand } from \"./listVendors.js\";\nexport { DeleteVendorCommand } from \"./deleteVendor.js\";\nexport { CreateVendorCommand } from \"./createVendor.js\";\nexport { UpdateVendorCommand } from \"./updateVendor.js\";\nexport { ListBillingCategoriesCommand } from \"./listBillingCategories.js\";\nexport { CreateBillingCategoryCommand } from \"./createBillingCategory.js\";\nexport { UpdateBillingCategoryCommand } from \"./updateBillingCategory.js\";\nexport { ListBillsCommand } from \"./listBills.js\";\nexport { DescribeBillCommand } from \"./describeBill.js\";\nexport { PreviewBillCommand } from \"./previewBill.js\";\nexport { ListOrganizationBillsCommand } from \"./listOrganizationBills.js\";\nexport { DescribeOrganizationBillCommand } from \"./describeOrganizationBill.js\";\nexport { CreateBillCommand } from \"./createBill.js\";\nexport { UpdateBillCommand } from \"./updateBill.js\";\nexport { DeleteBillCommand } from \"./deleteBill.js\";\nexport { AddBillLineCommand } from \"./addBillLine.js\";\nexport { UpdateBillLineCommand } from \"./updateBillLine.js\";\nexport { RemoveBillLineCommand } from \"./removeBillLine.js\";\nexport { MarkBillSentCommand } from \"./markBillSent.js\";\nexport { MarkBillPaidCommand } from \"./markBillPaid.js\";\nexport { VoidBillCommand } from \"./voidBill.js\";\nexport { CreateAutomationCommand } from \"./createAutomation.js\";\nexport { ListAutomationsCommand } from \"./listAutomations.js\";\nexport { DescribeAutomationCommand } from \"./describeAutomation.js\";\nexport { UpdateAutomationCommand } from \"./updateAutomation.js\";\nexport { DeleteAutomationCommand } from \"./deleteAutomation.js\";\nexport { CreateDefaultAutomationsCommand } from \"./createDefaultAutomations.js\";\nexport { RunAutomationCommand } from \"./runAutomation.js\";\nexport { SendNotificationCommand } from \"./sendNotification.js\";\nexport { DescribeOrgNotificationDefaultsCommand } from \"./describeOrgNotificationDefaults.js\";\nexport { UpdateOrgNotificationDefaultsCommand } from \"./updateOrgNotificationDefaults.js\";\nexport { ListMyPushSubscriptionsCommand } from \"./listMyPushSubscriptions.js\";\nexport { DescribePushVapidPublicKeyCommand } from \"./describePushVapidPublicKey.js\";\nexport { SubscribePushDeviceCommand } from \"./subscribePushDevice.js\";\nexport { UnsubscribePushDeviceCommand } from \"./unsubscribePushDevice.js\";\nexport { ListSessionsCommand } from \"./listSessions.js\";\nexport { DescribeSessionCommand } from \"./describeSession.js\";\nexport { DeleteSessionCommand } from \"./deleteSession.js\";\nexport { SetDevicesCommand } from \"./setDevices.js\";\nexport { CreateSystemCommand } from \"./createSystem.js\";\nexport { DeleteSystemCommand } from \"./deleteSystem.js\";\nexport { DescribeSystemCommand } from \"./describeSystem.js\";\nexport { ListSystemsCommand } from \"./listSystems.js\";\nexport { UpdateSystemCommand } from \"./updateSystem.js\";\nexport { CreateServerCommand } from \"./createServer.js\";\nexport { DeleteServerCommand } from \"./deleteServer.js\";\nexport { DescribeServerCommand } from \"./describeServer.js\";\nexport { ListServersCommand } from \"./listServers.js\";\nexport { UpdateServerCommand } from \"./updateServer.js\";\nexport { ScheduleWorkItemCommand } from \"./scheduleWorkItem.js\";\nexport { RescheduleWorkItemCommand } from \"./rescheduleWorkItem.js\";\nexport { CancelWorkItemCommand } from \"./cancelWorkItem.js\";\nexport { SetWorkItemNoChargeCommand } from \"./setWorkItemNoCharge.js\";\nexport { ClearWorkItemNoChargeCommand } from \"./clearWorkItemNoCharge.js\";\nexport { RecordCostEntryCommand } from \"./recordCostEntry.js\";\nexport { EditCostEntryCommand } from \"./editCostEntry.js\";\nexport { RecordCostActualCommand } from \"./recordCostActual.js\";\nexport { SetCostVendorInvoiceCommand } from \"./setCostVendorInvoice.js\";\nexport { WriteOffCostEntryCommand } from \"./writeOffCostEntry.js\";\nexport { ReinstateCostEntryCommand } from \"./reinstateCostEntry.js\";\nexport { AcknowledgeCostDivergenceCommand } from \"./acknowledgeCostDivergence.js\";\nexport { RequestApprovalCommand } from \"./requestApproval.js\";\nexport { DecideApprovalCommand } from \"./decideApproval.js\";\nexport { ListEligibleApproversCommand } from \"./listEligibleApprovers.js\";\nexport { DescribeConciergeFacilitiesViewerCommand } from \"./describeConciergeFacilitiesViewer.js\";\nexport { ListKohostStaffCommand } from \"./listKohostStaff.js\";\nexport { SetUserSuperAdminCommand } from \"./setUserSuperAdmin.js\";\nexport { UpdateStaffUserCommand } from \"./updateStaffUser.js\";\nexport { DeleteStaffUserCommand } from \"./deleteStaffUser.js\";\nexport { DescribeStaffFunctionsCommand } from \"./describeStaffFunctions.js\";\nexport { ListFacilitiesStaffIdsCommand } from \"./listFacilitiesStaffIds.js\";\nexport { AddStaffFunctionMemberCommand } from \"./addStaffFunctionMember.js\";\nexport { RemoveStaffFunctionMemberCommand } from \"./removeStaffFunctionMember.js\";\n"],"mappings":""}
@@ -0,0 +1,27 @@
1
+ export interface ListBillingCategoriesCommandConfig {
2
+ data?: Record<string, unknown> | null;
3
+ headers?: Record<string, string> | null;
4
+ query?: Record<string, unknown> | null;
5
+ }
6
+ export interface ListBillingCategoriesCommandRequestConfig {
7
+ method: "get";
8
+ url: string;
9
+ data: Record<string, unknown> | null;
10
+ params: Record<string, unknown> | null;
11
+ headers: Record<string, string> | null;
12
+ [key: string]: unknown;
13
+ }
14
+ /**
15
+ *
16
+ */
17
+ export declare class ListBillingCategoriesCommand {
18
+ url: string;
19
+ data: Record<string, unknown> | null;
20
+ query: Record<string, unknown> | null;
21
+ headers: Record<string, string> | null;
22
+ config: ListBillingCategoriesCommandRequestConfig;
23
+ static params: readonly [];
24
+ static url: string;
25
+ static method: "get";
26
+ constructor(commandConfig: ListBillingCategoriesCommandConfig, options?: Record<string, unknown>);
27
+ }
@@ -0,0 +1,47 @@
1
+ //#region .generated/useCases/listBillingCategories.ts
2
+ /**
3
+ *
4
+ */
5
+ var ListBillingCategoriesCommand = class ListBillingCategoriesCommand {
6
+ url;
7
+ data;
8
+ query;
9
+ headers;
10
+ config;
11
+ static params = [];
12
+ static url = "/billing-categories";
13
+ static method = "get";
14
+ constructor(commandConfig, options = {}) {
15
+ const pathParams = ListBillingCategoriesCommand.params;
16
+ let { data, query, headers } = commandConfig ?? {};
17
+ if (typeof data === "undefined") data = null;
18
+ if (typeof query === "undefined") query = null;
19
+ if (typeof headers === "undefined") headers = null;
20
+ let url = ListBillingCategoriesCommand.url;
21
+ if (pathParams && data) for (const param of pathParams) {
22
+ const urlParam = ":" + param;
23
+ url = url.replace(urlParam, data[param]);
24
+ }
25
+ const missingParams = url.match(/:[a-zA-Z0-9]+/g);
26
+ if (missingParams) {
27
+ const missing = missingParams.map((param) => param.replace(":", ""));
28
+ throw new Error("Missing parameters: " + missing.join(", "));
29
+ }
30
+ this.url = url;
31
+ this.data = data;
32
+ this.query = query;
33
+ this.headers = headers;
34
+ this.config = {
35
+ method: ListBillingCategoriesCommand.method,
36
+ url,
37
+ data,
38
+ params: query,
39
+ headers,
40
+ ...options
41
+ };
42
+ }
43
+ };
44
+ //#endregion
45
+ export { ListBillingCategoriesCommand };
46
+
47
+ //# sourceMappingURL=listBillingCategories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listBillingCategories.js","names":[],"sources":["../../.generated/useCases/listBillingCategories.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface ListBillingCategoriesCommandConfig {\n data?: Record<string, unknown> | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface ListBillingCategoriesCommandRequestConfig {\n method: \"get\";\n url: string;\n data: Record<string, unknown> | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n * \n */\nexport class ListBillingCategoriesCommand {\n url: string;\n data: Record<string, unknown> | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: ListBillingCategoriesCommandRequestConfig;\n\n static params = [] as const;\n static url = \"/billing-categories\";\n static method = \"get\" as const;\n\n constructor(commandConfig: ListBillingCategoriesCommandConfig, options: Record<string, unknown> = {}) {\n const pathParams = ListBillingCategoriesCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = ListBillingCategoriesCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: ListBillingCategoriesCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;AAoBA,IAAa,+BAAb,MAAa,6BAA6B;CACxC;CACA;CACA;CACA;CACA;CAEA,OAAO,SAAS,CAAC;CACjB,OAAO,MAAM;CACb,OAAO,SAAS;CAEhB,YAAY,eAAmD,UAAmC,CAAC,GAAG;EACpG,MAAM,aAAa,6BAA6B;EAEhD,IAAI,EAAE,MAAM,OAAO,YAAY,iBAAiB,CAAC;EAEjD,IAAI,OAAO,SAAS,aAAa,OAAO;EACxC,IAAI,OAAO,UAAU,aAAa,QAAQ;EAC1C,IAAI,OAAO,YAAY,aAAa,UAAU;EAG9C,IAAI,MAAc,6BAA6B;EAE/C,IAAI,cAAc,MAChB,KAAK,MAAM,SAAS,YAAY;GAC9B,MAAM,WAAW,MAAM;GACvB,MAAM,IAAI,QAAQ,UAAW,KAAgC,MAAM;EACrE;EAIF,MAAM,gBAAgB,IAAI,MAAM,gBAAgB;EAChD,IAAI,eAAe;GACjB,MAAM,UAAU,cAAc,KAAK,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;GACnE,MAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;EAC7D;EAEA,KAAK,MAAM;EACX,KAAK,OAAO;EACZ,KAAK,QAAQ;EACb,KAAK,UAAU;EAEf,KAAK,SAAS;GACZ,QAAQ,6BAA6B;GAChC;GACC;GACN,QAAQ;GACC;GACT,GAAG;EACL;CACF;AACF"}
@@ -0,0 +1,27 @@
1
+ export interface ListBillsCommandConfig {
2
+ data?: Record<string, unknown> | null;
3
+ headers?: Record<string, string> | null;
4
+ query?: Record<string, unknown> | null;
5
+ }
6
+ export interface ListBillsCommandRequestConfig {
7
+ method: "get";
8
+ url: string;
9
+ data: Record<string, unknown> | null;
10
+ params: Record<string, unknown> | null;
11
+ headers: Record<string, string> | null;
12
+ [key: string]: unknown;
13
+ }
14
+ /**
15
+ *
16
+ */
17
+ export declare class ListBillsCommand {
18
+ url: string;
19
+ data: Record<string, unknown> | null;
20
+ query: Record<string, unknown> | null;
21
+ headers: Record<string, string> | null;
22
+ config: ListBillsCommandRequestConfig;
23
+ static params: readonly [];
24
+ static url: string;
25
+ static method: "get";
26
+ constructor(commandConfig: ListBillsCommandConfig, options?: Record<string, unknown>);
27
+ }
@@ -0,0 +1,47 @@
1
+ //#region .generated/useCases/listBills.ts
2
+ /**
3
+ *
4
+ */
5
+ var ListBillsCommand = class ListBillsCommand {
6
+ url;
7
+ data;
8
+ query;
9
+ headers;
10
+ config;
11
+ static params = [];
12
+ static url = "/bills";
13
+ static method = "get";
14
+ constructor(commandConfig, options = {}) {
15
+ const pathParams = ListBillsCommand.params;
16
+ let { data, query, headers } = commandConfig ?? {};
17
+ if (typeof data === "undefined") data = null;
18
+ if (typeof query === "undefined") query = null;
19
+ if (typeof headers === "undefined") headers = null;
20
+ let url = ListBillsCommand.url;
21
+ if (pathParams && data) for (const param of pathParams) {
22
+ const urlParam = ":" + param;
23
+ url = url.replace(urlParam, data[param]);
24
+ }
25
+ const missingParams = url.match(/:[a-zA-Z0-9]+/g);
26
+ if (missingParams) {
27
+ const missing = missingParams.map((param) => param.replace(":", ""));
28
+ throw new Error("Missing parameters: " + missing.join(", "));
29
+ }
30
+ this.url = url;
31
+ this.data = data;
32
+ this.query = query;
33
+ this.headers = headers;
34
+ this.config = {
35
+ method: ListBillsCommand.method,
36
+ url,
37
+ data,
38
+ params: query,
39
+ headers,
40
+ ...options
41
+ };
42
+ }
43
+ };
44
+ //#endregion
45
+ export { ListBillsCommand };
46
+
47
+ //# sourceMappingURL=listBills.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listBills.js","names":[],"sources":["../../.generated/useCases/listBills.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface ListBillsCommandConfig {\n data?: Record<string, unknown> | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface ListBillsCommandRequestConfig {\n method: \"get\";\n url: string;\n data: Record<string, unknown> | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n * \n */\nexport class ListBillsCommand {\n url: string;\n data: Record<string, unknown> | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: ListBillsCommandRequestConfig;\n\n static params = [] as const;\n static url = \"/bills\";\n static method = \"get\" as const;\n\n constructor(commandConfig: ListBillsCommandConfig, options: Record<string, unknown> = {}) {\n const pathParams = ListBillsCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = ListBillsCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: ListBillsCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;AAoBA,IAAa,mBAAb,MAAa,iBAAiB;CAC5B;CACA;CACA;CACA;CACA;CAEA,OAAO,SAAS,CAAC;CACjB,OAAO,MAAM;CACb,OAAO,SAAS;CAEhB,YAAY,eAAuC,UAAmC,CAAC,GAAG;EACxF,MAAM,aAAa,iBAAiB;EAEpC,IAAI,EAAE,MAAM,OAAO,YAAY,iBAAiB,CAAC;EAEjD,IAAI,OAAO,SAAS,aAAa,OAAO;EACxC,IAAI,OAAO,UAAU,aAAa,QAAQ;EAC1C,IAAI,OAAO,YAAY,aAAa,UAAU;EAG9C,IAAI,MAAc,iBAAiB;EAEnC,IAAI,cAAc,MAChB,KAAK,MAAM,SAAS,YAAY;GAC9B,MAAM,WAAW,MAAM;GACvB,MAAM,IAAI,QAAQ,UAAW,KAAgC,MAAM;EACrE;EAIF,MAAM,gBAAgB,IAAI,MAAM,gBAAgB;EAChD,IAAI,eAAe;GACjB,MAAM,UAAU,cAAc,KAAK,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;GACnE,MAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;EAC7D;EAEA,KAAK,MAAM;EACX,KAAK,OAAO;EACZ,KAAK,QAAQ;EACb,KAAK,UAAU;EAEf,KAAK,SAAS;GACZ,QAAQ,iBAAiB;GACpB;GACC;GACN,QAAQ;GACC;GACT,GAAG;EACL;CACF;AACF"}
@@ -0,0 +1,27 @@
1
+ export interface ListConciergeUninvoicedCostsCommandConfig {
2
+ data?: Record<string, unknown> | null;
3
+ headers?: Record<string, string> | null;
4
+ query?: Record<string, unknown> | null;
5
+ }
6
+ export interface ListConciergeUninvoicedCostsCommandRequestConfig {
7
+ method: "get";
8
+ url: string;
9
+ data: Record<string, unknown> | null;
10
+ params: Record<string, unknown> | null;
11
+ headers: Record<string, string> | null;
12
+ [key: string]: unknown;
13
+ }
14
+ /**
15
+ * Cross-org OneBill reconciliation pool: every resolved cost not yet on a bill, grouped per KFC-enabled org and classified billable/waiting/review.
16
+ */
17
+ export declare class ListConciergeUninvoicedCostsCommand {
18
+ url: string;
19
+ data: Record<string, unknown> | null;
20
+ query: Record<string, unknown> | null;
21
+ headers: Record<string, string> | null;
22
+ config: ListConciergeUninvoicedCostsCommandRequestConfig;
23
+ static params: readonly [];
24
+ static url: string;
25
+ static method: "get";
26
+ constructor(commandConfig: ListConciergeUninvoicedCostsCommandConfig, options?: Record<string, unknown>);
27
+ }
@@ -0,0 +1,47 @@
1
+ //#region .generated/useCases/listConciergeUninvoicedCosts.ts
2
+ /**
3
+ * Cross-org OneBill reconciliation pool: every resolved cost not yet on a bill, grouped per KFC-enabled org and classified billable/waiting/review.
4
+ */
5
+ var ListConciergeUninvoicedCostsCommand = class ListConciergeUninvoicedCostsCommand {
6
+ url;
7
+ data;
8
+ query;
9
+ headers;
10
+ config;
11
+ static params = [];
12
+ static url = "/concierge/uninvoiced-costs";
13
+ static method = "get";
14
+ constructor(commandConfig, options = {}) {
15
+ const pathParams = ListConciergeUninvoicedCostsCommand.params;
16
+ let { data, query, headers } = commandConfig ?? {};
17
+ if (typeof data === "undefined") data = null;
18
+ if (typeof query === "undefined") query = null;
19
+ if (typeof headers === "undefined") headers = null;
20
+ let url = ListConciergeUninvoicedCostsCommand.url;
21
+ if (pathParams && data) for (const param of pathParams) {
22
+ const urlParam = ":" + param;
23
+ url = url.replace(urlParam, data[param]);
24
+ }
25
+ const missingParams = url.match(/:[a-zA-Z0-9]+/g);
26
+ if (missingParams) {
27
+ const missing = missingParams.map((param) => param.replace(":", ""));
28
+ throw new Error("Missing parameters: " + missing.join(", "));
29
+ }
30
+ this.url = url;
31
+ this.data = data;
32
+ this.query = query;
33
+ this.headers = headers;
34
+ this.config = {
35
+ method: ListConciergeUninvoicedCostsCommand.method,
36
+ url,
37
+ data,
38
+ params: query,
39
+ headers,
40
+ ...options
41
+ };
42
+ }
43
+ };
44
+ //#endregion
45
+ export { ListConciergeUninvoicedCostsCommand };
46
+
47
+ //# sourceMappingURL=listConciergeUninvoicedCosts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listConciergeUninvoicedCosts.js","names":[],"sources":["../../.generated/useCases/listConciergeUninvoicedCosts.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface ListConciergeUninvoicedCostsCommandConfig {\n data?: Record<string, unknown> | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface ListConciergeUninvoicedCostsCommandRequestConfig {\n method: \"get\";\n url: string;\n data: Record<string, unknown> | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n * Cross-org OneBill reconciliation pool: every resolved cost not yet on a bill, grouped per KFC-enabled org and classified billable/waiting/review.\n */\nexport class ListConciergeUninvoicedCostsCommand {\n url: string;\n data: Record<string, unknown> | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: ListConciergeUninvoicedCostsCommandRequestConfig;\n\n static params = [] as const;\n static url = \"/concierge/uninvoiced-costs\";\n static method = \"get\" as const;\n\n constructor(commandConfig: ListConciergeUninvoicedCostsCommandConfig, options: Record<string, unknown> = {}) {\n const pathParams = ListConciergeUninvoicedCostsCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = ListConciergeUninvoicedCostsCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: ListConciergeUninvoicedCostsCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;AAoBA,IAAa,sCAAb,MAAa,oCAAoC;CAC/C;CACA;CACA;CACA;CACA;CAEA,OAAO,SAAS,CAAC;CACjB,OAAO,MAAM;CACb,OAAO,SAAS;CAEhB,YAAY,eAA0D,UAAmC,CAAC,GAAG;EAC3G,MAAM,aAAa,oCAAoC;EAEvD,IAAI,EAAE,MAAM,OAAO,YAAY,iBAAiB,CAAC;EAEjD,IAAI,OAAO,SAAS,aAAa,OAAO;EACxC,IAAI,OAAO,UAAU,aAAa,QAAQ;EAC1C,IAAI,OAAO,YAAY,aAAa,UAAU;EAG9C,IAAI,MAAc,oCAAoC;EAEtD,IAAI,cAAc,MAChB,KAAK,MAAM,SAAS,YAAY;GAC9B,MAAM,WAAW,MAAM;GACvB,MAAM,IAAI,QAAQ,UAAW,KAAgC,MAAM;EACrE;EAIF,MAAM,gBAAgB,IAAI,MAAM,gBAAgB;EAChD,IAAI,eAAe;GACjB,MAAM,UAAU,cAAc,KAAK,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;GACnE,MAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;EAC7D;EAEA,KAAK,MAAM;EACX,KAAK,OAAO;EACZ,KAAK,QAAQ;EACb,KAAK,UAAU;EAEf,KAAK,SAAS;GACZ,QAAQ,oCAAoC;GACvC;GACC;GACN,QAAQ;GACC;GACT,GAAG;EACL;CACF;AACF"}