@fossa-app/bridge 0.1.6 → 0.1.8

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 (265) hide show
  1. package/dist/Models/ApiModels.d.ts +199 -0
  2. package/dist/Models/ApiModels.js +350 -0
  3. package/dist/Models/ApiModels.js.map +1 -0
  4. package/dist/Services/Clients/BranchClient.d.ts +16 -0
  5. package/dist/Services/Clients/BranchClient.js +54 -0
  6. package/dist/Services/Clients/BranchClient.js.map +1 -0
  7. package/dist/Services/Clients/CompanyClient.d.ts +13 -0
  8. package/dist/Services/Clients/CompanyClient.js +38 -0
  9. package/dist/Services/Clients/CompanyClient.js.map +1 -0
  10. package/dist/Services/Clients/CompanyLicenseClient.d.ts +10 -0
  11. package/dist/Services/Clients/CompanyLicenseClient.js +30 -0
  12. package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -0
  13. package/dist/Services/Clients/CompanySettingsClient.d.ts +13 -0
  14. package/dist/Services/Clients/CompanySettingsClient.js +38 -0
  15. package/dist/Services/Clients/CompanySettingsClient.js.map +1 -0
  16. package/dist/Services/Clients/DepartmentClient.d.ts +16 -0
  17. package/dist/Services/Clients/DepartmentClient.js +54 -0
  18. package/dist/Services/Clients/DepartmentClient.js.map +1 -0
  19. package/dist/Services/Clients/EmployeeClient.d.ts +18 -0
  20. package/dist/Services/Clients/EmployeeClient.js +63 -0
  21. package/dist/Services/Clients/EmployeeClient.js.map +1 -0
  22. package/dist/Services/Clients/IdentityClient.d.ts +9 -0
  23. package/dist/Services/Clients/IdentityClient.js +26 -0
  24. package/dist/Services/Clients/IdentityClient.js.map +1 -0
  25. package/dist/Services/Clients/SystemLicenseClient.d.ts +9 -0
  26. package/dist/Services/Clients/SystemLicenseClient.js +26 -0
  27. package/dist/Services/Clients/SystemLicenseClient.js.map +1 -0
  28. package/dist/Services/Endpoints.d.ts +10 -0
  29. package/dist/Services/Endpoints.js +14 -0
  30. package/dist/Services/Endpoints.js.map +1 -0
  31. package/dist/Services/IHttpTransport.d.ts +6 -0
  32. package/dist/Services/IHttpTransport.js +3 -0
  33. package/dist/Services/IHttpTransport.js.map +1 -0
  34. package/dist/Services/UrlHelpers.d.ts +25 -0
  35. package/dist/Services/UrlHelpers.js +103 -0
  36. package/dist/Services/UrlHelpers.js.map +1 -0
  37. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.d.ts +125 -0
  38. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js +1371 -0
  39. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js.map +1 -0
  40. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.d.ts +27 -0
  41. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js +172 -0
  42. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js.map +1 -0
  43. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.d.ts +59 -0
  44. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js +194 -0
  45. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js.map +1 -0
  46. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.d.ts +129 -0
  47. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js +428 -0
  48. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js.map +1 -0
  49. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.d.ts +27 -0
  50. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js +165 -0
  51. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js.map +1 -0
  52. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.d.ts +3 -0
  53. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js +27 -0
  54. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js.map +1 -0
  55. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.d.ts +66 -0
  56. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js +271 -0
  57. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js.map +1 -0
  58. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.d.ts +121 -0
  59. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js +231 -0
  60. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js.map +1 -0
  61. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.d.ts +8 -0
  62. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js +192 -0
  63. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js.map +1 -0
  64. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.d.ts +9 -0
  65. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js +26 -0
  66. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js.map +1 -0
  67. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.d.ts +70 -0
  68. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js +812 -0
  69. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js.map +1 -0
  70. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.d.ts +65 -0
  71. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js +345 -0
  72. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js.map +1 -0
  73. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.d.ts +18 -0
  74. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js +143 -0
  75. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js.map +1 -0
  76. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.d.ts +63 -0
  77. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js +322 -0
  78. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js.map +1 -0
  79. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.d.ts +11 -0
  80. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js +60 -0
  81. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js.map +1 -0
  82. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.d.ts +12 -0
  83. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js +178 -0
  84. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js.map +1 -0
  85. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.d.ts +31 -0
  86. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js +109 -0
  87. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js.map +1 -0
  88. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.d.ts +7 -0
  89. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js +53 -0
  90. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js.map +1 -0
  91. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.d.ts +12 -0
  92. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js +38 -0
  93. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js.map +1 -0
  94. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.d.ts +30 -0
  95. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js +185 -0
  96. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js.map +1 -0
  97. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.d.ts +45 -0
  98. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js +33 -0
  99. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js.map +1 -0
  100. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.d.ts +10 -0
  101. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js +152 -0
  102. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js.map +1 -0
  103. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.d.ts +29 -0
  104. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js +148 -0
  105. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js.map +1 -0
  106. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.d.ts +143 -0
  107. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js +1404 -0
  108. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js.map +1 -0
  109. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.d.ts +3 -0
  110. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js +52 -0
  111. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js.map +1 -0
  112. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.d.ts +25 -0
  113. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js +104 -0
  114. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js.map +1 -0
  115. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.d.ts +178 -0
  116. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js +1525 -0
  117. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js.map +1 -0
  118. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.d.ts +12 -0
  119. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js +141 -0
  120. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js.map +1 -0
  121. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.d.ts +52 -0
  122. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js +355 -0
  123. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js.map +1 -0
  124. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.d.ts +39 -0
  125. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js +246 -0
  126. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js.map +1 -0
  127. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.d.ts +3 -0
  128. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js +18 -0
  129. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js.map +1 -0
  130. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.d.ts +20 -0
  131. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js +87 -0
  132. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js.map +1 -0
  133. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.d.ts +32 -0
  134. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js +128 -0
  135. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js.map +1 -0
  136. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.d.ts +29 -0
  137. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js +127 -0
  138. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js.map +1 -0
  139. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.d.ts +38 -0
  140. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js +186 -0
  141. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js.map +1 -0
  142. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.d.ts +12 -0
  143. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js +56 -0
  144. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js.map +1 -0
  145. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.d.ts +119 -0
  146. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js +529 -0
  147. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js.map +1 -0
  148. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.d.ts +10 -0
  149. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js +144 -0
  150. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js.map +1 -0
  151. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.d.ts +38 -0
  152. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js +191 -0
  153. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js.map +1 -0
  154. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.d.ts +164 -0
  155. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js +1501 -0
  156. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js.map +1 -0
  157. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.d.ts +18 -0
  158. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js +129 -0
  159. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js.map +1 -0
  160. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.d.ts +190 -0
  161. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js +1931 -0
  162. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js.map +1 -0
  163. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.d.ts +59 -0
  164. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js +677 -0
  165. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js.map +1 -0
  166. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.d.ts +85 -0
  167. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js +390 -0
  168. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js.map +1 -0
  169. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.d.ts +40 -0
  170. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js +204 -0
  171. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js.map +1 -0
  172. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.d.ts +121 -0
  173. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js +367 -0
  174. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js.map +1 -0
  175. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.d.ts +15 -0
  176. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js +138 -0
  177. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js.map +1 -0
  178. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.d.ts +35 -0
  179. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js +210 -0
  180. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js.map +1 -0
  181. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.d.ts +19 -0
  182. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js +72 -0
  183. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js.map +1 -0
  184. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.d.ts +51 -0
  185. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js +205 -0
  186. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js.map +1 -0
  187. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.d.ts +2 -0
  188. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js +8 -0
  189. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js.map +1 -0
  190. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.d.ts +32 -0
  191. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js +170 -0
  192. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js.map +1 -0
  193. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.d.ts +243 -0
  194. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js +903 -0
  195. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js.map +1 -0
  196. package/package.json +5 -2
  197. package/.build.ps1 +0 -308
  198. package/.gitattributes +0 -43
  199. package/.github/dependabot.yml +0 -38
  200. package/.github/release-drafter.yml +0 -52
  201. package/.github/workflows/cicd.yml +0 -87
  202. package/.github/workflows/lint.yml +0 -34
  203. package/.github/workflows/release-drafter.yml +0 -27
  204. package/Bridge.slnx +0 -8
  205. package/Directory.Build.props +0 -25
  206. package/Images/Icon.png +0 -0
  207. package/build.ps1 +0 -11
  208. package/dotnet-tools.json +0 -27
  209. package/format.ps1 +0 -11
  210. package/gig.ps1 +0 -17
  211. package/global.json +0 -6
  212. package/lint.ps1 +0 -20
  213. package/pack.ps1 +0 -11
  214. package/publish.ps1 +0 -11
  215. package/restore.ps1 +0 -11
  216. package/src/Bridge/Bridge.fsproj +0 -26
  217. package/src/Bridge/Models/ApiModels.fs +0 -142
  218. package/src/Bridge/Services/Clients/BranchClient.fs +0 -46
  219. package/src/Bridge/Services/Clients/CompanyClient.fs +0 -24
  220. package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +0 -17
  221. package/src/Bridge/Services/Clients/CompanySettingsClient.fs +0 -24
  222. package/src/Bridge/Services/Clients/DepartmentClient.fs +0 -48
  223. package/src/Bridge/Services/Clients/EmployeeClient.fs +0 -71
  224. package/src/Bridge/Services/Clients/IdentityClient.fs +0 -11
  225. package/src/Bridge/Services/Clients/SystemLicenseClient.fs +0 -11
  226. package/src/Bridge/Services/Endpoints.fs +0 -13
  227. package/src/Bridge/Services/IHttpTransport.fs +0 -10
  228. package/src/Bridge/Services/UrlHelpers.fs +0 -18
  229. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json +0 -98
  230. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  231. package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +0 -357
  232. package/src/Bridge/obj/Bridge.fsproj.nuget.g.props +0 -29
  233. package/src/Bridge/obj/Bridge.fsproj.nuget.g.targets +0 -2
  234. package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +0 -31
  235. package/src/Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  236. package/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs +0 -20
  237. package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +0 -14
  238. package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +0 -1
  239. package/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml +0 -6
  240. package/src/Bridge/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  241. package/src/Bridge/obj/project.assets.json +0 -501
  242. package/src/Directory.Build.props +0 -23
  243. package/test.ps1 +0 -11
  244. package/tests/Bridge.Tests/Bridge.Tests.fsproj +0 -19
  245. package/tests/Bridge.Tests/Main.fs +0 -7
  246. package/tests/Bridge.Tests/UrlHelpersTests.fs +0 -33
  247. package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  248. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
  249. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.deps.json +0 -819
  250. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.runtimeconfig.json +0 -14
  251. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  252. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +0 -712
  253. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props +0 -30
  254. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets +0 -11
  255. package/tests/Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  256. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date +0 -0
  257. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs +0 -19
  258. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
  259. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +0 -1
  260. package/tests/Bridge.Tests/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  261. package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
  262. package/tests/Bridge.Tests/obj/project.assets.json +0 -2144
  263. package/trigger.ps1 +0 -32
  264. package/tsconfig.json +0 -18
  265. package/version.ps1 +0 -11
@@ -0,0 +1,199 @@
1
+ import { Record } from "../fable_modules/fable-library-ts.5.0.0-rc.1/Types.ts";
2
+ import { Nullable, IComparable, IEquatable } from "../fable_modules/fable-library-ts.5.0.0-rc.1/Util.ts";
3
+ import { TypeInfo } from "../fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.ts";
4
+ import { int32 } from "../fable_modules/fable-library-ts.5.0.0-rc.1/Int32.ts";
5
+ import { int64 } from "../fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.ts";
6
+ export declare class AddressModel extends Record implements IEquatable<AddressModel>, IComparable<AddressModel> {
7
+ readonly Line1: string;
8
+ readonly Line2: string;
9
+ readonly City: string;
10
+ readonly Subdivision: string;
11
+ readonly PostalCode: string;
12
+ readonly CountryCode: string;
13
+ constructor(Line1: string, Line2: string, City: string, Subdivision: string, PostalCode: string, CountryCode: string);
14
+ }
15
+ export declare function AddressModel_$reflection(): TypeInfo;
16
+ export declare class IdentityClientRetrievalModel extends Record implements IEquatable<IdentityClientRetrievalModel> {
17
+ readonly ClientId: Nullable<string>;
18
+ readonly ClientName: string;
19
+ readonly TenantId: Nullable<string>;
20
+ constructor(ClientId: Nullable<string>, ClientName: string, TenantId: Nullable<string>);
21
+ }
22
+ export declare function IdentityClientRetrievalModel_$reflection(): TypeInfo;
23
+ export declare class BranchModificationModel extends Record implements IEquatable<BranchModificationModel>, IComparable<BranchModificationModel> {
24
+ readonly Name: string;
25
+ readonly TimeZoneId: string;
26
+ readonly Address: AddressModel;
27
+ constructor(Name: string, TimeZoneId: string, Address: AddressModel);
28
+ }
29
+ export declare function BranchModificationModel_$reflection(): TypeInfo;
30
+ export declare class BranchQueryRequestModel extends Record implements IEquatable<BranchQueryRequestModel> {
31
+ readonly Id: any;
32
+ readonly Search: string;
33
+ readonly PageNumber: Nullable<int32>;
34
+ readonly PageSize: Nullable<int32>;
35
+ constructor(Id: any, Search: string, PageNumber: Nullable<int32>, PageSize: Nullable<int32>);
36
+ }
37
+ export declare function BranchQueryRequestModel_$reflection(): TypeInfo;
38
+ export declare class BranchRetrievalModel extends Record implements IEquatable<BranchRetrievalModel> {
39
+ readonly Id: Nullable<int64>;
40
+ readonly CompanyId: Nullable<int64>;
41
+ readonly Name: string;
42
+ readonly TimeZoneId: string;
43
+ readonly Address: AddressModel;
44
+ constructor(Id: Nullable<int64>, CompanyId: Nullable<int64>, Name: string, TimeZoneId: string, Address: AddressModel);
45
+ }
46
+ export declare function BranchRetrievalModel_$reflection(): TypeInfo;
47
+ export declare class CompanyEntitlementsModel extends Record implements IEquatable<CompanyEntitlementsModel> {
48
+ readonly CompanyId: Nullable<int64>;
49
+ readonly MaximumBranchCount: Nullable<int32>;
50
+ readonly MaximumEmployeeCount: Nullable<int32>;
51
+ readonly MaximumDepartmentCount: Nullable<int32>;
52
+ constructor(CompanyId: Nullable<int64>, MaximumBranchCount: Nullable<int32>, MaximumEmployeeCount: Nullable<int32>, MaximumDepartmentCount: Nullable<int32>);
53
+ }
54
+ export declare function CompanyEntitlementsModel_$reflection(): TypeInfo;
55
+ export declare class CompanyModificationModel extends Record implements IEquatable<CompanyModificationModel>, IComparable<CompanyModificationModel> {
56
+ readonly Name: string;
57
+ readonly CountryCode: string;
58
+ constructor(Name: string, CountryCode: string);
59
+ }
60
+ export declare function CompanyModificationModel_$reflection(): TypeInfo;
61
+ export declare class CompanyRetrievalModel extends Record implements IEquatable<CompanyRetrievalModel> {
62
+ readonly Id: Nullable<int64>;
63
+ readonly Name: string;
64
+ readonly CountryCode: string;
65
+ constructor(Id: Nullable<int64>, Name: string, CountryCode: string);
66
+ }
67
+ export declare function CompanyRetrievalModel_$reflection(): TypeInfo;
68
+ export declare class CompanySettingsModificationModel extends Record implements IEquatable<CompanySettingsModificationModel>, IComparable<CompanySettingsModificationModel> {
69
+ readonly ColorSchemeId: string;
70
+ constructor(ColorSchemeId: string);
71
+ }
72
+ export declare function CompanySettingsModificationModel_$reflection(): TypeInfo;
73
+ export declare class CompanySettingsRetrievalModel extends Record implements IEquatable<CompanySettingsRetrievalModel> {
74
+ readonly Id: Nullable<int64>;
75
+ readonly CompanyId: Nullable<int64>;
76
+ readonly ColorSchemeId: string;
77
+ constructor(Id: Nullable<int64>, CompanyId: Nullable<int64>, ColorSchemeId: string);
78
+ }
79
+ export declare function CompanySettingsRetrievalModel_$reflection(): TypeInfo;
80
+ export declare class CountryModel extends Record implements IEquatable<CountryModel>, IComparable<CountryModel> {
81
+ readonly Name: string;
82
+ readonly Code: string;
83
+ constructor(Name: string, Code: string);
84
+ }
85
+ export declare function CountryModel_$reflection(): TypeInfo;
86
+ export declare class DepartmentModificationModel extends Record implements IEquatable<DepartmentModificationModel> {
87
+ readonly Name: string;
88
+ readonly ParentDepartmentId: Nullable<int64>;
89
+ readonly ManagerId: Nullable<int64>;
90
+ constructor(Name: string, ParentDepartmentId: Nullable<int64>, ManagerId: Nullable<int64>);
91
+ }
92
+ export declare function DepartmentModificationModel_$reflection(): TypeInfo;
93
+ export declare class DepartmentQueryRequestModel extends Record implements IEquatable<DepartmentQueryRequestModel> {
94
+ readonly Id: any;
95
+ readonly Search: string;
96
+ readonly PageNumber: Nullable<int32>;
97
+ readonly PageSize: Nullable<int32>;
98
+ constructor(Id: any, Search: string, PageNumber: Nullable<int32>, PageSize: Nullable<int32>);
99
+ }
100
+ export declare function DepartmentQueryRequestModel_$reflection(): TypeInfo;
101
+ export declare class DepartmentRetrievalModel extends Record implements IEquatable<DepartmentRetrievalModel> {
102
+ readonly Id: Nullable<int64>;
103
+ readonly Name: string;
104
+ readonly ParentDepartmentId: Nullable<int64>;
105
+ readonly ManagerId: Nullable<int64>;
106
+ constructor(Id: Nullable<int64>, Name: string, ParentDepartmentId: Nullable<int64>, ManagerId: Nullable<int64>);
107
+ }
108
+ export declare function DepartmentRetrievalModel_$reflection(): TypeInfo;
109
+ export declare class EmployeeManagementModel extends Record implements IEquatable<EmployeeManagementModel> {
110
+ readonly AssignedBranchId: Nullable<int64>;
111
+ readonly AssignedDepartmentId: Nullable<int64>;
112
+ readonly ReportsToId: Nullable<int64>;
113
+ readonly JobTitle: string;
114
+ constructor(AssignedBranchId: Nullable<int64>, AssignedDepartmentId: Nullable<int64>, ReportsToId: Nullable<int64>, JobTitle: string);
115
+ }
116
+ export declare function EmployeeManagementModel_$reflection(): TypeInfo;
117
+ export declare class EmployeeModificationModel extends Record implements IEquatable<EmployeeModificationModel>, IComparable<EmployeeModificationModel> {
118
+ readonly FirstName: string;
119
+ readonly LastName: string;
120
+ readonly FullName: string;
121
+ constructor(FirstName: string, LastName: string, FullName: string);
122
+ }
123
+ export declare function EmployeeModificationModel_$reflection(): TypeInfo;
124
+ export declare class EmployeePagingRequestModel extends Record implements IEquatable<EmployeePagingRequestModel> {
125
+ readonly Search: string;
126
+ readonly PageNumber: Nullable<int32>;
127
+ readonly PageSize: Nullable<int32>;
128
+ constructor(Search: string, PageNumber: Nullable<int32>, PageSize: Nullable<int32>);
129
+ }
130
+ export declare function EmployeePagingRequestModel_$reflection(): TypeInfo;
131
+ export declare class EmployeeQueryRequestModel extends Record implements IEquatable<EmployeeQueryRequestModel> {
132
+ readonly Id: any;
133
+ readonly Search: string;
134
+ readonly PageNumber: Nullable<int32>;
135
+ readonly PageSize: Nullable<int32>;
136
+ readonly ReportsToId: Nullable<int64>;
137
+ readonly TopLevelOnly: Nullable<boolean>;
138
+ constructor(Id: any, Search: string, PageNumber: Nullable<int32>, PageSize: Nullable<int32>, ReportsToId: Nullable<int64>, TopLevelOnly: Nullable<boolean>);
139
+ }
140
+ export declare function EmployeeQueryRequestModel_$reflection(): TypeInfo;
141
+ export declare class EmployeeRetrievalModel extends Record implements IEquatable<EmployeeRetrievalModel> {
142
+ readonly Id: Nullable<int64>;
143
+ readonly CompanyId: Nullable<int64>;
144
+ readonly AssignedBranchId: Nullable<int64>;
145
+ readonly AssignedDepartmentId: Nullable<int64>;
146
+ readonly ReportsToId: Nullable<int64>;
147
+ readonly JobTitle: string;
148
+ readonly FirstName: string;
149
+ readonly LastName: string;
150
+ readonly FullName: string;
151
+ constructor(Id: Nullable<int64>, CompanyId: Nullable<int64>, AssignedBranchId: Nullable<int64>, AssignedDepartmentId: Nullable<int64>, ReportsToId: Nullable<int64>, JobTitle: string, FirstName: string, LastName: string, FullName: string);
152
+ }
153
+ export declare function EmployeeRetrievalModel_$reflection(): TypeInfo;
154
+ export declare class TimeZoneModel extends Record implements IEquatable<TimeZoneModel> {
155
+ readonly Id: string;
156
+ readonly Name: string;
157
+ readonly CountryCode: string;
158
+ readonly CurrentOffset: Nullable<number>;
159
+ constructor(Id: string, Name: string, CountryCode: string, CurrentOffset: Nullable<number>);
160
+ }
161
+ export declare function TimeZoneModel_$reflection(): TypeInfo;
162
+ export declare class PartyModel extends Record implements IEquatable<PartyModel>, IComparable<PartyModel> {
163
+ readonly LongName: string;
164
+ readonly ShortName: string;
165
+ constructor(LongName: string, ShortName: string);
166
+ }
167
+ export declare function PartyModel_$reflection(): TypeInfo;
168
+ export declare class LicenseTermsModel extends Record implements IEquatable<LicenseTermsModel> {
169
+ readonly Licensor: PartyModel;
170
+ readonly Licensee: PartyModel;
171
+ readonly NotBefore: Nullable<Date>;
172
+ readonly NotAfter: Nullable<Date>;
173
+ constructor(Licensor: PartyModel, Licensee: PartyModel, NotBefore: Nullable<Date>, NotAfter: Nullable<Date>);
174
+ }
175
+ export declare function LicenseTermsModel_$reflection(): TypeInfo;
176
+ export declare class LicenseResponseModel$1<TEntitlementsModel> extends Record implements IEquatable<LicenseResponseModel$1<TEntitlementsModel>> {
177
+ readonly Terms: LicenseTermsModel;
178
+ readonly Entitlements: TEntitlementsModel;
179
+ constructor(Terms: LicenseTermsModel, Entitlements: TEntitlementsModel);
180
+ }
181
+ export declare function LicenseResponseModel$1_$reflection(gen0: TypeInfo): TypeInfo;
182
+ export declare class PagingResponseModel$1<T> extends Record implements IEquatable<PagingResponseModel$1<T>> {
183
+ readonly PageNumber: Nullable<int32>;
184
+ readonly PageSize: Nullable<int32>;
185
+ readonly Items: any;
186
+ readonly TotalItems: Nullable<int64>;
187
+ readonly TotalPages: Nullable<int64>;
188
+ constructor(PageNumber: Nullable<int32>, PageSize: Nullable<int32>, Items: any, TotalItems: Nullable<int64>, TotalPages: Nullable<int64>);
189
+ }
190
+ export declare function PagingResponseModel$1_$reflection(gen0: TypeInfo): TypeInfo;
191
+ export declare class SystemEntitlementsModel extends Record implements IEquatable<SystemEntitlementsModel> {
192
+ readonly EnvironmentName: string;
193
+ readonly EnvironmentKind: string;
194
+ readonly Countries: any;
195
+ readonly TimeZones: any;
196
+ readonly MaximumCompanyCount: Nullable<int32>;
197
+ constructor(EnvironmentName: string, EnvironmentKind: string, Countries: any, TimeZones: any, MaximumCompanyCount: Nullable<int32>);
198
+ }
199
+ export declare function SystemEntitlementsModel_$reflection(): TypeInfo;
@@ -0,0 +1,350 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SystemEntitlementsModel = exports.PagingResponseModel$1 = exports.LicenseResponseModel$1 = exports.LicenseTermsModel = exports.PartyModel = exports.TimeZoneModel = exports.EmployeeRetrievalModel = exports.EmployeeQueryRequestModel = exports.EmployeePagingRequestModel = exports.EmployeeModificationModel = exports.EmployeeManagementModel = exports.DepartmentRetrievalModel = exports.DepartmentQueryRequestModel = exports.DepartmentModificationModel = exports.CountryModel = exports.CompanySettingsRetrievalModel = exports.CompanySettingsModificationModel = exports.CompanyRetrievalModel = exports.CompanyModificationModel = exports.CompanyEntitlementsModel = exports.BranchRetrievalModel = exports.BranchQueryRequestModel = exports.BranchModificationModel = exports.IdentityClientRetrievalModel = exports.AddressModel = void 0;
4
+ exports.AddressModel_$reflection = AddressModel_$reflection;
5
+ exports.IdentityClientRetrievalModel_$reflection = IdentityClientRetrievalModel_$reflection;
6
+ exports.BranchModificationModel_$reflection = BranchModificationModel_$reflection;
7
+ exports.BranchQueryRequestModel_$reflection = BranchQueryRequestModel_$reflection;
8
+ exports.BranchRetrievalModel_$reflection = BranchRetrievalModel_$reflection;
9
+ exports.CompanyEntitlementsModel_$reflection = CompanyEntitlementsModel_$reflection;
10
+ exports.CompanyModificationModel_$reflection = CompanyModificationModel_$reflection;
11
+ exports.CompanyRetrievalModel_$reflection = CompanyRetrievalModel_$reflection;
12
+ exports.CompanySettingsModificationModel_$reflection = CompanySettingsModificationModel_$reflection;
13
+ exports.CompanySettingsRetrievalModel_$reflection = CompanySettingsRetrievalModel_$reflection;
14
+ exports.CountryModel_$reflection = CountryModel_$reflection;
15
+ exports.DepartmentModificationModel_$reflection = DepartmentModificationModel_$reflection;
16
+ exports.DepartmentQueryRequestModel_$reflection = DepartmentQueryRequestModel_$reflection;
17
+ exports.DepartmentRetrievalModel_$reflection = DepartmentRetrievalModel_$reflection;
18
+ exports.EmployeeManagementModel_$reflection = EmployeeManagementModel_$reflection;
19
+ exports.EmployeeModificationModel_$reflection = EmployeeModificationModel_$reflection;
20
+ exports.EmployeePagingRequestModel_$reflection = EmployeePagingRequestModel_$reflection;
21
+ exports.EmployeeQueryRequestModel_$reflection = EmployeeQueryRequestModel_$reflection;
22
+ exports.EmployeeRetrievalModel_$reflection = EmployeeRetrievalModel_$reflection;
23
+ exports.TimeZoneModel_$reflection = TimeZoneModel_$reflection;
24
+ exports.PartyModel_$reflection = PartyModel_$reflection;
25
+ exports.LicenseTermsModel_$reflection = LicenseTermsModel_$reflection;
26
+ exports.LicenseResponseModel$1_$reflection = LicenseResponseModel$1_$reflection;
27
+ exports.PagingResponseModel$1_$reflection = PagingResponseModel$1_$reflection;
28
+ exports.SystemEntitlementsModel_$reflection = SystemEntitlementsModel_$reflection;
29
+ const Types_ts_1 = require("../fable_modules/fable-library-ts.5.0.0-rc.1/Types.js");
30
+ const Reflection_ts_1 = require("../fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js");
31
+ class AddressModel extends Types_ts_1.Record {
32
+ constructor(Line1, Line2, City, Subdivision, PostalCode, CountryCode) {
33
+ super();
34
+ this.Line1 = Line1;
35
+ this.Line2 = Line2;
36
+ this.City = City;
37
+ this.Subdivision = Subdivision;
38
+ this.PostalCode = PostalCode;
39
+ this.CountryCode = CountryCode;
40
+ }
41
+ }
42
+ exports.AddressModel = AddressModel;
43
+ function AddressModel_$reflection() {
44
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.AddressModel", [], AddressModel, () => [["Line1", Reflection_ts_1.string_type], ["Line2", Reflection_ts_1.string_type], ["City", Reflection_ts_1.string_type], ["Subdivision", Reflection_ts_1.string_type], ["PostalCode", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
45
+ }
46
+ class IdentityClientRetrievalModel extends Types_ts_1.Record {
47
+ constructor(ClientId, ClientName, TenantId) {
48
+ super();
49
+ this.ClientId = ClientId;
50
+ this.ClientName = ClientName;
51
+ this.TenantId = TenantId;
52
+ }
53
+ }
54
+ exports.IdentityClientRetrievalModel = IdentityClientRetrievalModel;
55
+ function IdentityClientRetrievalModel_$reflection() {
56
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.IdentityClientRetrievalModel", [], IdentityClientRetrievalModel, () => [["ClientId", (0, Reflection_ts_1.option_type)((0, Reflection_ts_1.class_type)("System.Guid"))], ["ClientName", Reflection_ts_1.string_type], ["TenantId", (0, Reflection_ts_1.option_type)((0, Reflection_ts_1.class_type)("System.Guid"))]]);
57
+ }
58
+ class BranchModificationModel extends Types_ts_1.Record {
59
+ constructor(Name, TimeZoneId, Address) {
60
+ super();
61
+ this.Name = Name;
62
+ this.TimeZoneId = TimeZoneId;
63
+ this.Address = Address;
64
+ }
65
+ }
66
+ exports.BranchModificationModel = BranchModificationModel;
67
+ function BranchModificationModel_$reflection() {
68
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchModificationModel", [], BranchModificationModel, () => [["Name", Reflection_ts_1.string_type], ["TimeZoneId", Reflection_ts_1.string_type], ["Address", AddressModel_$reflection()]]);
69
+ }
70
+ class BranchQueryRequestModel extends Types_ts_1.Record {
71
+ constructor(Id, Search, PageNumber, PageSize) {
72
+ super();
73
+ this.Id = Id;
74
+ this.Search = Search;
75
+ this.PageNumber = PageNumber;
76
+ this.PageSize = PageSize;
77
+ }
78
+ }
79
+ exports.BranchQueryRequestModel = BranchQueryRequestModel;
80
+ function BranchQueryRequestModel_$reflection() {
81
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchQueryRequestModel", [], BranchQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
82
+ }
83
+ class BranchRetrievalModel extends Types_ts_1.Record {
84
+ constructor(Id, CompanyId, Name, TimeZoneId, Address) {
85
+ super();
86
+ this.Id = Id;
87
+ this.CompanyId = CompanyId;
88
+ this.Name = Name;
89
+ this.TimeZoneId = TimeZoneId;
90
+ this.Address = Address;
91
+ }
92
+ }
93
+ exports.BranchRetrievalModel = BranchRetrievalModel;
94
+ function BranchRetrievalModel_$reflection() {
95
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.BranchRetrievalModel", [], BranchRetrievalModel, () => [["Id", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["CompanyId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["Name", Reflection_ts_1.string_type], ["TimeZoneId", Reflection_ts_1.string_type], ["Address", AddressModel_$reflection()]]);
96
+ }
97
+ class CompanyEntitlementsModel extends Types_ts_1.Record {
98
+ constructor(CompanyId, MaximumBranchCount, MaximumEmployeeCount, MaximumDepartmentCount) {
99
+ super();
100
+ this.CompanyId = CompanyId;
101
+ this.MaximumBranchCount = MaximumBranchCount;
102
+ this.MaximumEmployeeCount = MaximumEmployeeCount;
103
+ this.MaximumDepartmentCount = MaximumDepartmentCount;
104
+ }
105
+ }
106
+ exports.CompanyEntitlementsModel = CompanyEntitlementsModel;
107
+ function CompanyEntitlementsModel_$reflection() {
108
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyEntitlementsModel", [], CompanyEntitlementsModel, () => [["CompanyId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["MaximumBranchCount", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["MaximumEmployeeCount", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["MaximumDepartmentCount", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
109
+ }
110
+ class CompanyModificationModel extends Types_ts_1.Record {
111
+ constructor(Name, CountryCode) {
112
+ super();
113
+ this.Name = Name;
114
+ this.CountryCode = CountryCode;
115
+ }
116
+ }
117
+ exports.CompanyModificationModel = CompanyModificationModel;
118
+ function CompanyModificationModel_$reflection() {
119
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyModificationModel", [], CompanyModificationModel, () => [["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
120
+ }
121
+ class CompanyRetrievalModel extends Types_ts_1.Record {
122
+ constructor(Id, Name, CountryCode) {
123
+ super();
124
+ this.Id = Id;
125
+ this.Name = Name;
126
+ this.CountryCode = CountryCode;
127
+ }
128
+ }
129
+ exports.CompanyRetrievalModel = CompanyRetrievalModel;
130
+ function CompanyRetrievalModel_$reflection() {
131
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanyRetrievalModel", [], CompanyRetrievalModel, () => [["Id", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type]]);
132
+ }
133
+ class CompanySettingsModificationModel extends Types_ts_1.Record {
134
+ constructor(ColorSchemeId) {
135
+ super();
136
+ this.ColorSchemeId = ColorSchemeId;
137
+ }
138
+ }
139
+ exports.CompanySettingsModificationModel = CompanySettingsModificationModel;
140
+ function CompanySettingsModificationModel_$reflection() {
141
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanySettingsModificationModel", [], CompanySettingsModificationModel, () => [["ColorSchemeId", Reflection_ts_1.string_type]]);
142
+ }
143
+ class CompanySettingsRetrievalModel extends Types_ts_1.Record {
144
+ constructor(Id, CompanyId, ColorSchemeId) {
145
+ super();
146
+ this.Id = Id;
147
+ this.CompanyId = CompanyId;
148
+ this.ColorSchemeId = ColorSchemeId;
149
+ }
150
+ }
151
+ exports.CompanySettingsRetrievalModel = CompanySettingsRetrievalModel;
152
+ function CompanySettingsRetrievalModel_$reflection() {
153
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CompanySettingsRetrievalModel", [], CompanySettingsRetrievalModel, () => [["Id", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["CompanyId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ColorSchemeId", Reflection_ts_1.string_type]]);
154
+ }
155
+ class CountryModel extends Types_ts_1.Record {
156
+ constructor(Name, Code) {
157
+ super();
158
+ this.Name = Name;
159
+ this.Code = Code;
160
+ }
161
+ }
162
+ exports.CountryModel = CountryModel;
163
+ function CountryModel_$reflection() {
164
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.CountryModel", [], CountryModel, () => [["Name", Reflection_ts_1.string_type], ["Code", Reflection_ts_1.string_type]]);
165
+ }
166
+ class DepartmentModificationModel extends Types_ts_1.Record {
167
+ constructor(Name, ParentDepartmentId, ManagerId) {
168
+ super();
169
+ this.Name = Name;
170
+ this.ParentDepartmentId = ParentDepartmentId;
171
+ this.ManagerId = ManagerId;
172
+ }
173
+ }
174
+ exports.DepartmentModificationModel = DepartmentModificationModel;
175
+ function DepartmentModificationModel_$reflection() {
176
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentModificationModel", [], DepartmentModificationModel, () => [["Name", Reflection_ts_1.string_type], ["ParentDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ManagerId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)]]);
177
+ }
178
+ class DepartmentQueryRequestModel extends Types_ts_1.Record {
179
+ constructor(Id, Search, PageNumber, PageSize) {
180
+ super();
181
+ this.Id = Id;
182
+ this.Search = Search;
183
+ this.PageNumber = PageNumber;
184
+ this.PageSize = PageSize;
185
+ }
186
+ }
187
+ exports.DepartmentQueryRequestModel = DepartmentQueryRequestModel;
188
+ function DepartmentQueryRequestModel_$reflection() {
189
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentQueryRequestModel", [], DepartmentQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
190
+ }
191
+ class DepartmentRetrievalModel extends Types_ts_1.Record {
192
+ constructor(Id, Name, ParentDepartmentId, ManagerId) {
193
+ super();
194
+ this.Id = Id;
195
+ this.Name = Name;
196
+ this.ParentDepartmentId = ParentDepartmentId;
197
+ this.ManagerId = ManagerId;
198
+ }
199
+ }
200
+ exports.DepartmentRetrievalModel = DepartmentRetrievalModel;
201
+ function DepartmentRetrievalModel_$reflection() {
202
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.DepartmentRetrievalModel", [], DepartmentRetrievalModel, () => [["Id", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["Name", Reflection_ts_1.string_type], ["ParentDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ManagerId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)]]);
203
+ }
204
+ class EmployeeManagementModel extends Types_ts_1.Record {
205
+ constructor(AssignedBranchId, AssignedDepartmentId, ReportsToId, JobTitle) {
206
+ super();
207
+ this.AssignedBranchId = AssignedBranchId;
208
+ this.AssignedDepartmentId = AssignedDepartmentId;
209
+ this.ReportsToId = ReportsToId;
210
+ this.JobTitle = JobTitle;
211
+ }
212
+ }
213
+ exports.EmployeeManagementModel = EmployeeManagementModel;
214
+ function EmployeeManagementModel_$reflection() {
215
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeManagementModel", [], EmployeeManagementModel, () => [["AssignedBranchId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["AssignedDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["JobTitle", Reflection_ts_1.string_type]]);
216
+ }
217
+ class EmployeeModificationModel extends Types_ts_1.Record {
218
+ constructor(FirstName, LastName, FullName) {
219
+ super();
220
+ this.FirstName = FirstName;
221
+ this.LastName = LastName;
222
+ this.FullName = FullName;
223
+ }
224
+ }
225
+ exports.EmployeeModificationModel = EmployeeModificationModel;
226
+ function EmployeeModificationModel_$reflection() {
227
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeModificationModel", [], EmployeeModificationModel, () => [["FirstName", Reflection_ts_1.string_type], ["LastName", Reflection_ts_1.string_type], ["FullName", Reflection_ts_1.string_type]]);
228
+ }
229
+ class EmployeePagingRequestModel extends Types_ts_1.Record {
230
+ constructor(Search, PageNumber, PageSize) {
231
+ super();
232
+ this.Search = Search;
233
+ this.PageNumber = PageNumber;
234
+ this.PageSize = PageSize;
235
+ }
236
+ }
237
+ exports.EmployeePagingRequestModel = EmployeePagingRequestModel;
238
+ function EmployeePagingRequestModel_$reflection() {
239
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeePagingRequestModel", [], EmployeePagingRequestModel, () => [["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
240
+ }
241
+ class EmployeeQueryRequestModel extends Types_ts_1.Record {
242
+ constructor(Id, Search, PageNumber, PageSize, ReportsToId, TopLevelOnly) {
243
+ super();
244
+ this.Id = Id;
245
+ this.Search = Search;
246
+ this.PageNumber = PageNumber;
247
+ this.PageSize = PageSize;
248
+ this.ReportsToId = ReportsToId;
249
+ this.TopLevelOnly = TopLevelOnly;
250
+ }
251
+ }
252
+ exports.EmployeeQueryRequestModel = EmployeeQueryRequestModel;
253
+ function EmployeeQueryRequestModel_$reflection() {
254
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeQueryRequestModel", [], EmployeeQueryRequestModel, () => [["Id", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [Reflection_ts_1.int64_type])], ["Search", Reflection_ts_1.string_type], ["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["TopLevelOnly", (0, Reflection_ts_1.option_type)(Reflection_ts_1.bool_type)]]);
255
+ }
256
+ class EmployeeRetrievalModel extends Types_ts_1.Record {
257
+ constructor(Id, CompanyId, AssignedBranchId, AssignedDepartmentId, ReportsToId, JobTitle, FirstName, LastName, FullName) {
258
+ super();
259
+ this.Id = Id;
260
+ this.CompanyId = CompanyId;
261
+ this.AssignedBranchId = AssignedBranchId;
262
+ this.AssignedDepartmentId = AssignedDepartmentId;
263
+ this.ReportsToId = ReportsToId;
264
+ this.JobTitle = JobTitle;
265
+ this.FirstName = FirstName;
266
+ this.LastName = LastName;
267
+ this.FullName = FullName;
268
+ }
269
+ }
270
+ exports.EmployeeRetrievalModel = EmployeeRetrievalModel;
271
+ function EmployeeRetrievalModel_$reflection() {
272
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.EmployeeRetrievalModel", [], EmployeeRetrievalModel, () => [["Id", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["CompanyId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["AssignedBranchId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["AssignedDepartmentId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["ReportsToId", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["JobTitle", Reflection_ts_1.string_type], ["FirstName", Reflection_ts_1.string_type], ["LastName", Reflection_ts_1.string_type], ["FullName", Reflection_ts_1.string_type]]);
273
+ }
274
+ class TimeZoneModel extends Types_ts_1.Record {
275
+ constructor(Id, Name, CountryCode, CurrentOffset) {
276
+ super();
277
+ this.Id = Id;
278
+ this.Name = Name;
279
+ this.CountryCode = CountryCode;
280
+ this.CurrentOffset = CurrentOffset;
281
+ }
282
+ }
283
+ exports.TimeZoneModel = TimeZoneModel;
284
+ function TimeZoneModel_$reflection() {
285
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.TimeZoneModel", [], TimeZoneModel, () => [["Id", Reflection_ts_1.string_type], ["Name", Reflection_ts_1.string_type], ["CountryCode", Reflection_ts_1.string_type], ["CurrentOffset", (0, Reflection_ts_1.option_type)((0, Reflection_ts_1.class_type)("System.TimeSpan"))]]);
286
+ }
287
+ class PartyModel extends Types_ts_1.Record {
288
+ constructor(LongName, ShortName) {
289
+ super();
290
+ this.LongName = LongName;
291
+ this.ShortName = ShortName;
292
+ }
293
+ }
294
+ exports.PartyModel = PartyModel;
295
+ function PartyModel_$reflection() {
296
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.PartyModel", [], PartyModel, () => [["LongName", Reflection_ts_1.string_type], ["ShortName", Reflection_ts_1.string_type]]);
297
+ }
298
+ class LicenseTermsModel extends Types_ts_1.Record {
299
+ constructor(Licensor, Licensee, NotBefore, NotAfter) {
300
+ super();
301
+ this.Licensor = Licensor;
302
+ this.Licensee = Licensee;
303
+ this.NotBefore = NotBefore;
304
+ this.NotAfter = NotAfter;
305
+ }
306
+ }
307
+ exports.LicenseTermsModel = LicenseTermsModel;
308
+ function LicenseTermsModel_$reflection() {
309
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.LicenseTermsModel", [], LicenseTermsModel, () => [["Licensor", PartyModel_$reflection()], ["Licensee", PartyModel_$reflection()], ["NotBefore", (0, Reflection_ts_1.option_type)((0, Reflection_ts_1.class_type)("System.DateTimeOffset"))], ["NotAfter", (0, Reflection_ts_1.option_type)((0, Reflection_ts_1.class_type)("System.DateTimeOffset"))]]);
310
+ }
311
+ class LicenseResponseModel$1 extends Types_ts_1.Record {
312
+ constructor(Terms, Entitlements) {
313
+ super();
314
+ this.Terms = Terms;
315
+ this.Entitlements = Entitlements;
316
+ }
317
+ }
318
+ exports.LicenseResponseModel$1 = LicenseResponseModel$1;
319
+ function LicenseResponseModel$1_$reflection(gen0) {
320
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.LicenseResponseModel`1", [gen0], LicenseResponseModel$1, () => [["Terms", LicenseTermsModel_$reflection()], ["Entitlements", gen0]]);
321
+ }
322
+ class PagingResponseModel$1 extends Types_ts_1.Record {
323
+ constructor(PageNumber, PageSize, Items, TotalItems, TotalPages) {
324
+ super();
325
+ this.PageNumber = PageNumber;
326
+ this.PageSize = PageSize;
327
+ this.Items = Items;
328
+ this.TotalItems = TotalItems;
329
+ this.TotalPages = TotalPages;
330
+ }
331
+ }
332
+ exports.PagingResponseModel$1 = PagingResponseModel$1;
333
+ function PagingResponseModel$1_$reflection(gen0) {
334
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.PagingResponseModel`1", [gen0], PagingResponseModel$1, () => [["PageNumber", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["PageSize", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)], ["Items", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyCollection`1", [gen0])], ["TotalItems", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)], ["TotalPages", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int64_type)]]);
335
+ }
336
+ class SystemEntitlementsModel extends Types_ts_1.Record {
337
+ constructor(EnvironmentName, EnvironmentKind, Countries, TimeZones, MaximumCompanyCount) {
338
+ super();
339
+ this.EnvironmentName = EnvironmentName;
340
+ this.EnvironmentKind = EnvironmentKind;
341
+ this.Countries = Countries;
342
+ this.TimeZones = TimeZones;
343
+ this.MaximumCompanyCount = MaximumCompanyCount;
344
+ }
345
+ }
346
+ exports.SystemEntitlementsModel = SystemEntitlementsModel;
347
+ function SystemEntitlementsModel_$reflection() {
348
+ return (0, Reflection_ts_1.record_type)("Fossa.Bridge.Models.SystemEntitlementsModel", [], SystemEntitlementsModel, () => [["EnvironmentName", Reflection_ts_1.string_type], ["EnvironmentKind", Reflection_ts_1.string_type], ["Countries", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [CountryModel_$reflection()])], ["TimeZones", (0, Reflection_ts_1.class_type)("System.Collections.Generic.IReadOnlyList`1", [TimeZoneModel_$reflection()])], ["MaximumCompanyCount", (0, Reflection_ts_1.option_type)(Reflection_ts_1.int32_type)]]);
349
+ }
350
+ //# sourceMappingURL=ApiModels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiModels.js","sourceRoot":"","sources":["../../fable_output/Models/ApiModels.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { IHttpTransport } from "../IHttpTransport.ts";
2
+ import { TypeInfo } from "../../fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.ts";
3
+ import { BranchModificationModel, BranchQueryRequestModel } from "../../Models/ApiModels.ts";
4
+ import { int64 } from "../../fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.ts";
5
+ export declare class BranchClient {
6
+ readonly transport: IHttpTransport;
7
+ constructor(transport: IHttpTransport);
8
+ }
9
+ export declare function BranchClient_$reflection(): TypeInfo;
10
+ export declare function BranchClient_$ctor_Z7C557C0(transport: IHttpTransport): BranchClient;
11
+ export declare function BranchClient__GetBranchesAsync_15548E80(_: BranchClient, query: BranchQueryRequestModel): any;
12
+ export declare function BranchClient__GetBranchAsync_Z524259C1(_: BranchClient, id: int64): any;
13
+ export declare function BranchClient__CreateBranchAsync_4D6FA665(_: BranchClient, model: BranchModificationModel): any;
14
+ export declare function BranchClient__UpdateBranchAsync_281DC87A(_: BranchClient, id: int64, model: BranchModificationModel): any;
15
+ export declare function BranchClient__DeleteBranchAsync_Z524259C1(_: BranchClient, id: int64): any;
16
+ export declare function BranchClient__buildUrl_15548E80(this$: BranchClient, queryParams: BranchQueryRequestModel): string;