@glowlabs-org/utils 0.0.5 → 0.0.6

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 (173) hide show
  1. package/.github/workflows/publish.yml +25 -0
  2. package/dist/constants/index.js.map +1 -0
  3. package/dist/default-values/gca-to-server-urls.js.map +1 -0
  4. package/dist/index.d.ts +3 -0
  5. package/dist/index.js +4 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/tsconfig.tsbuildinfo +1 -0
  8. package/dist/types/AuditCompleted.js.map +1 -0
  9. package/dist/types/AuditInherited.js.map +1 -0
  10. package/{lib/esm → dist}/types/Device.js.map +1 -1
  11. package/dist/types/DuplicatedButPastAuditCompleted.js.map +1 -0
  12. package/{lib/cjs → dist}/types/Farm.js.map +1 -1
  13. package/{lib/cjs → dist}/types/FarmStatus.js.map +1 -1
  14. package/dist/types/GCAAndServerUrl.js.map +1 -0
  15. package/dist/types/GCAServerResponse.js.map +1 -0
  16. package/dist/types/GetEquipmentDataHandlerParams.js.map +1 -0
  17. package/dist/types/PayoutWalletAndSplit.js.map +1 -0
  18. package/dist/types/PayoutWalletAndSplitWithRewardSplits.js.map +1 -0
  19. package/dist/types/RewardSplit.js.map +1 -0
  20. package/{lib/cjs → dist}/types/RewardSplits.js.map +1 -1
  21. package/dist/types/SlotRange.js.map +1 -0
  22. package/dist/types/WeekAndSlotRange.js.map +1 -0
  23. package/dist/types/index.js.map +1 -0
  24. package/{lib/cjs → dist}/types/stashed-Farm.js.map +1 -1
  25. package/package.json +10 -17
  26. package/src/constants/index.ts +1 -0
  27. package/{lib/esm/default-values/gca-to-server-urls.js → src/default-values/gca-to-server-urls.ts} +2 -2
  28. package/src/index.ts +3 -0
  29. package/src/types/AuditCompleted.ts +3 -0
  30. package/src/types/AuditInherited.ts +3 -0
  31. package/src/types/Device.ts +3 -0
  32. package/src/types/DuplicatedButPastAuditCompleted.ts +4 -0
  33. package/src/types/Farm.ts +22 -0
  34. package/src/types/FarmStatus.ts +12 -0
  35. package/src/types/GCAAndServerUrl.ts +5 -0
  36. package/src/types/GCAServerResponse.ts +4 -0
  37. package/src/types/GetEquipmentDataHandlerParams.ts +3 -0
  38. package/src/types/PayoutWalletAndSplit.ts +5 -0
  39. package/src/types/PayoutWalletAndSplitWithRewardSplits.ts +6 -0
  40. package/src/types/RewardSplit.ts +3 -0
  41. package/src/types/RewardSplits.ts +4 -0
  42. package/src/types/SlotRange.ts +3 -0
  43. package/src/types/WeekAndSlotRange.ts +4 -0
  44. package/src/types/stashed-Farm.ts +22 -0
  45. package/tsconfig.json +31 -0
  46. package/lib/cjs/constants/index.js +0 -5
  47. package/lib/cjs/constants/index.js.map +0 -1
  48. package/lib/cjs/default-values/gca-to-server-urls.js.map +0 -1
  49. package/lib/cjs/index.d.ts +0 -3
  50. package/lib/cjs/index.js +0 -23
  51. package/lib/cjs/index.js.map +0 -1
  52. package/lib/cjs/lib/create-weekly-report/index.d.ts +0 -43
  53. package/lib/cjs/lib/create-weekly-report/index.js +0 -177
  54. package/lib/cjs/lib/create-weekly-report/index.js.map +0 -1
  55. package/lib/cjs/lib/create-weekly-report/utils/hash-leaf.d.ts +0 -7
  56. package/lib/cjs/lib/create-weekly-report/utils/hash-leaf.js +0 -16
  57. package/lib/cjs/lib/create-weekly-report/utils/hash-leaf.js.map +0 -1
  58. package/lib/cjs/package.json +0 -1
  59. package/lib/cjs/types/AuditCompleted.js +0 -4
  60. package/lib/cjs/types/AuditCompleted.js.map +0 -1
  61. package/lib/cjs/types/AuditInherited.js +0 -4
  62. package/lib/cjs/types/AuditInherited.js.map +0 -1
  63. package/lib/cjs/types/Device.js +0 -4
  64. package/lib/cjs/types/Device.js.map +0 -1
  65. package/lib/cjs/types/DuplicatedButPastAuditCompleted.js +0 -3
  66. package/lib/cjs/types/DuplicatedButPastAuditCompleted.js.map +0 -1
  67. package/lib/cjs/types/Farm.js +0 -3
  68. package/lib/cjs/types/FarmStatus.js +0 -3
  69. package/lib/cjs/types/GCAAndServerUrl.js +0 -3
  70. package/lib/cjs/types/GCAAndServerUrl.js.map +0 -1
  71. package/lib/cjs/types/GCAServerResponse.js +0 -3
  72. package/lib/cjs/types/GCAServerResponse.js.map +0 -1
  73. package/lib/cjs/types/GetEquipmentDataHandlerParams.js +0 -4
  74. package/lib/cjs/types/GetEquipmentDataHandlerParams.js.map +0 -1
  75. package/lib/cjs/types/PayoutWalletAndSplit.js +0 -3
  76. package/lib/cjs/types/PayoutWalletAndSplit.js.map +0 -1
  77. package/lib/cjs/types/PayoutWalletAndSplitWithRewardSplits.js +0 -3
  78. package/lib/cjs/types/PayoutWalletAndSplitWithRewardSplits.js.map +0 -1
  79. package/lib/cjs/types/RewardSplit.js +0 -4
  80. package/lib/cjs/types/RewardSplit.js.map +0 -1
  81. package/lib/cjs/types/RewardSplits.js +0 -3
  82. package/lib/cjs/types/SlotRange.js +0 -4
  83. package/lib/cjs/types/SlotRange.js.map +0 -1
  84. package/lib/cjs/types/WeekAndSlotRange.js +0 -3
  85. package/lib/cjs/types/WeekAndSlotRange.js.map +0 -1
  86. package/lib/cjs/types/index.js +0 -31
  87. package/lib/cjs/types/index.js.map +0 -1
  88. package/lib/cjs/types/stashed-Farm.js +0 -3
  89. package/lib/esm/constants/index.d.ts +0 -1
  90. package/lib/esm/constants/index.js.map +0 -1
  91. package/lib/esm/default-values/gca-to-server-urls.d.ts +0 -0
  92. package/lib/esm/default-values/gca-to-server-urls.js.map +0 -1
  93. package/lib/esm/index.d.ts +0 -3
  94. package/lib/esm/index.js +0 -5
  95. package/lib/esm/index.js.map +0 -1
  96. package/lib/esm/lib/create-weekly-report/index.d.ts +0 -43
  97. package/lib/esm/lib/create-weekly-report/index.js +0 -170
  98. package/lib/esm/lib/create-weekly-report/index.js.map +0 -1
  99. package/lib/esm/lib/create-weekly-report/utils/hash-leaf.d.ts +0 -7
  100. package/lib/esm/lib/create-weekly-report/utils/hash-leaf.js +0 -12
  101. package/lib/esm/lib/create-weekly-report/utils/hash-leaf.js.map +0 -1
  102. package/lib/esm/package.json +0 -1
  103. package/lib/esm/types/AuditCompleted.d.ts +0 -3
  104. package/lib/esm/types/AuditCompleted.js.map +0 -1
  105. package/lib/esm/types/AuditInherited.d.ts +0 -6
  106. package/lib/esm/types/AuditInherited.js.map +0 -1
  107. package/lib/esm/types/Device.d.ts +0 -5
  108. package/lib/esm/types/DuplicatedButPastAuditCompleted.d.ts +0 -8
  109. package/lib/esm/types/DuplicatedButPastAuditCompleted.js.map +0 -1
  110. package/lib/esm/types/Farm.d.ts +0 -20
  111. package/lib/esm/types/Farm.js.map +0 -1
  112. package/lib/esm/types/FarmStatus.d.ts +0 -14
  113. package/lib/esm/types/FarmStatus.js.map +0 -1
  114. package/lib/esm/types/GCAAndServerUrl.d.ts +0 -5
  115. package/lib/esm/types/GCAAndServerUrl.js.map +0 -1
  116. package/lib/esm/types/GCAServerResponse.d.ts +0 -6
  117. package/lib/esm/types/GCAServerResponse.js.map +0 -1
  118. package/lib/esm/types/GetEquipmentDataHandlerParams.d.ts +0 -5
  119. package/lib/esm/types/GetEquipmentDataHandlerParams.js.map +0 -1
  120. package/lib/esm/types/PayoutWalletAndSplit.d.ts +0 -17
  121. package/lib/esm/types/PayoutWalletAndSplit.js.map +0 -1
  122. package/lib/esm/types/PayoutWalletAndSplitWithRewardSplits.d.ts +0 -15
  123. package/lib/esm/types/PayoutWalletAndSplitWithRewardSplits.js.map +0 -1
  124. package/lib/esm/types/RewardSplit.d.ts +0 -5
  125. package/lib/esm/types/RewardSplit.js.map +0 -1
  126. package/lib/esm/types/RewardSplits.d.ts +0 -2
  127. package/lib/esm/types/RewardSplits.js.map +0 -1
  128. package/lib/esm/types/SlotRange.d.ts +0 -4
  129. package/lib/esm/types/SlotRange.js.map +0 -1
  130. package/lib/esm/types/WeekAndSlotRange.d.ts +0 -5
  131. package/lib/esm/types/WeekAndSlotRange.js.map +0 -1
  132. package/lib/esm/types/index.js.map +0 -1
  133. package/lib/esm/types/stashed-Farm.d.ts +0 -20
  134. package/lib/esm/types/stashed-Farm.js.map +0 -1
  135. /package/{lib/cjs → dist}/constants/index.d.ts +0 -0
  136. /package/{lib/esm → dist}/constants/index.js +0 -0
  137. /package/{lib/cjs → dist}/default-values/gca-to-server-urls.d.ts +0 -0
  138. /package/{lib/cjs → dist}/default-values/gca-to-server-urls.js +0 -0
  139. /package/{lib/cjs → dist}/types/AuditCompleted.d.ts +0 -0
  140. /package/{lib/esm → dist}/types/AuditCompleted.js +0 -0
  141. /package/{lib/cjs → dist}/types/AuditInherited.d.ts +0 -0
  142. /package/{lib/esm → dist}/types/AuditInherited.js +0 -0
  143. /package/{lib/cjs → dist}/types/Device.d.ts +0 -0
  144. /package/{lib/esm → dist}/types/Device.js +0 -0
  145. /package/{lib/cjs → dist}/types/DuplicatedButPastAuditCompleted.d.ts +0 -0
  146. /package/{lib/esm → dist}/types/DuplicatedButPastAuditCompleted.js +0 -0
  147. /package/{lib/cjs → dist}/types/Farm.d.ts +0 -0
  148. /package/{lib/esm → dist}/types/Farm.js +0 -0
  149. /package/{lib/cjs → dist}/types/FarmStatus.d.ts +0 -0
  150. /package/{lib/esm → dist}/types/FarmStatus.js +0 -0
  151. /package/{lib/cjs → dist}/types/GCAAndServerUrl.d.ts +0 -0
  152. /package/{lib/esm → dist}/types/GCAAndServerUrl.js +0 -0
  153. /package/{lib/cjs → dist}/types/GCAServerResponse.d.ts +0 -0
  154. /package/{lib/esm → dist}/types/GCAServerResponse.js +0 -0
  155. /package/{lib/cjs → dist}/types/GetEquipmentDataHandlerParams.d.ts +0 -0
  156. /package/{lib/esm → dist}/types/GetEquipmentDataHandlerParams.js +0 -0
  157. /package/{lib/cjs → dist}/types/PayoutWalletAndSplit.d.ts +0 -0
  158. /package/{lib/esm → dist}/types/PayoutWalletAndSplit.js +0 -0
  159. /package/{lib/cjs → dist}/types/PayoutWalletAndSplitWithRewardSplits.d.ts +0 -0
  160. /package/{lib/esm → dist}/types/PayoutWalletAndSplitWithRewardSplits.js +0 -0
  161. /package/{lib/cjs → dist}/types/RewardSplit.d.ts +0 -0
  162. /package/{lib/esm → dist}/types/RewardSplit.js +0 -0
  163. /package/{lib/cjs → dist}/types/RewardSplits.d.ts +0 -0
  164. /package/{lib/esm → dist}/types/RewardSplits.js +0 -0
  165. /package/{lib/cjs → dist}/types/SlotRange.d.ts +0 -0
  166. /package/{lib/esm → dist}/types/SlotRange.js +0 -0
  167. /package/{lib/cjs → dist}/types/WeekAndSlotRange.d.ts +0 -0
  168. /package/{lib/esm → dist}/types/WeekAndSlotRange.js +0 -0
  169. /package/{lib/cjs → dist}/types/index.d.ts +0 -0
  170. /package/{lib/esm → dist}/types/index.js +0 -0
  171. /package/{lib/cjs → dist}/types/stashed-Farm.d.ts +0 -0
  172. /package/{lib/esm → dist}/types/stashed-Farm.js +0 -0
  173. /package/{lib/esm/types/index.d.ts → src/types/index.ts} +0 -0
@@ -0,0 +1,25 @@
1
+ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
+ # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
+
4
+ name: Node.js Package
5
+
6
+ on:
7
+ push:
8
+ branches: [master]
9
+ release:
10
+ types: [created]
11
+
12
+ jobs:
13
+ publish-npm:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v3
17
+ - uses: actions/setup-node@v3
18
+ with:
19
+ node-version: 18
20
+ registry-url: https://registry.npmjs.org/
21
+ env:
22
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
23
+ - run: npm install
24
+ - run: npm run build
25
+ - run: npm publish
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAW,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gca-to-server-urls.js","sourceRoot":"","sources":["../../src/default-values/gca-to-server-urls.ts"],"names":[],"mappings":";AAAA,+DAA+D;AAE/D,sDAAsD;AACtD,QAAQ;AACR,4DAA4D;AAC5D,gBAAgB;AAChB,QAAQ;AAER,kDAAkD"}
@@ -0,0 +1,3 @@
1
+ export * from "./types/index";
2
+ export * from "./constants/index";
3
+ export { createWeeklyReport } from "./lib/create-weekly-report/index";
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ export * from "./types/index";
2
+ export * from "./constants/index";
3
+ export { createWeeklyReport } from "./lib/create-weekly-report/index";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC"}
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.es2023.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/typescript/lib/lib.es2023.array.d.ts","../node_modules/typescript/lib/lib.es2023.collection.d.ts","../node_modules/typescript/lib/lib.es2023.intl.d.ts","../node_modules/typescript/lib/lib.esnext.array.d.ts","../node_modules/typescript/lib/lib.esnext.collection.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/typescript/lib/lib.esnext.string.d.ts","../node_modules/typescript/lib/lib.esnext.promise.d.ts","../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../node_modules/typescript/lib/lib.esnext.object.d.ts","../node_modules/typescript/lib/lib.esnext.regexp.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/types/AuditCompleted.ts","../src/types/AuditInherited.ts","../src/types/Device.ts","../src/types/DuplicatedButPastAuditCompleted.ts","../src/types/FarmStatus.ts","../src/types/RewardSplit.ts","../src/types/RewardSplits.ts","../src/types/SlotRange.ts","../src/types/Farm.ts","../src/types/GCAServerResponse.ts","../src/types/GetEquipmentDataHandlerParams.ts","../src/types/PayoutWalletAndSplit.ts","../src/types/PayoutWalletAndSplitWithRewardSplits.ts","../src/types/WeekAndSlotRange.ts","../src/types/index.ts","../src/constants/index.ts","../node_modules/@ethersproject/bytes/lib/index.d.ts","../node_modules/@ethersproject/bignumber/lib/bignumber.d.ts","../node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts","../node_modules/@ethersproject/bignumber/lib/index.d.ts","../node_modules/@ethersproject/abi/lib/fragments.d.ts","../node_modules/@ethersproject/abi/lib/coders/abstract-coder.d.ts","../node_modules/@ethersproject/abi/lib/abi-coder.d.ts","../node_modules/@ethersproject/properties/lib/index.d.ts","../node_modules/@ethersproject/abi/lib/interface.d.ts","../node_modules/@ethersproject/abi/lib/index.d.ts","../node_modules/@ethersproject/networks/lib/types.d.ts","../node_modules/@ethersproject/networks/lib/index.d.ts","../node_modules/@ethersproject/transactions/lib/index.d.ts","../node_modules/@ethersproject/web/lib/index.d.ts","../node_modules/@ethersproject/abstract-provider/lib/index.d.ts","../node_modules/@ethersproject/abstract-signer/lib/index.d.ts","../node_modules/@ethersproject/contracts/lib/index.d.ts","../node_modules/@ethersproject/logger/lib/index.d.ts","../node_modules/@ethersproject/wordlists/lib/wordlist.d.ts","../node_modules/@ethersproject/wordlists/lib/wordlists.d.ts","../node_modules/@ethersproject/wordlists/lib/index.d.ts","../node_modules/@ethersproject/hdnode/lib/index.d.ts","../node_modules/@ethersproject/signing-key/lib/index.d.ts","../node_modules/@ethersproject/json-wallets/lib/crowdsale.d.ts","../node_modules/@ethersproject/json-wallets/lib/inspect.d.ts","../node_modules/@ethersproject/json-wallets/lib/keystore.d.ts","../node_modules/@ethersproject/json-wallets/lib/index.d.ts","../node_modules/@ethersproject/wallet/lib/index.d.ts","../node_modules/@ethersproject/constants/lib/addresses.d.ts","../node_modules/@ethersproject/constants/lib/bignumbers.d.ts","../node_modules/@ethersproject/constants/lib/hashes.d.ts","../node_modules/@ethersproject/constants/lib/strings.d.ts","../node_modules/@ethersproject/constants/lib/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@ethersproject/providers/lib/formatter.d.ts","../node_modules/@ethersproject/providers/lib/base-provider.d.ts","../node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts","../node_modules/@ethersproject/providers/lib/websocket-provider.d.ts","../node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts","../node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts","../node_modules/@ethersproject/providers/lib/ankr-provider.d.ts","../node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts","../node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts","../node_modules/@ethersproject/providers/lib/fallback-provider.d.ts","../node_modules/@ethersproject/providers/lib/ipc-provider.d.ts","../node_modules/@ethersproject/providers/lib/infura-provider.d.ts","../node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts","../node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts","../node_modules/@ethersproject/providers/lib/pocket-provider.d.ts","../node_modules/@ethersproject/providers/lib/web3-provider.d.ts","../node_modules/@ethersproject/providers/lib/index.d.ts","../node_modules/@ethersproject/address/lib/index.d.ts","../node_modules/@ethersproject/base64/lib/base64.d.ts","../node_modules/@ethersproject/base64/lib/index.d.ts","../node_modules/@ethersproject/basex/lib/index.d.ts","../node_modules/@ethersproject/hash/lib/id.d.ts","../node_modules/@ethersproject/hash/lib/namehash.d.ts","../node_modules/@ethersproject/hash/lib/message.d.ts","../node_modules/@ethersproject/hash/lib/typed-data.d.ts","../node_modules/@ethersproject/hash/lib/index.d.ts","../node_modules/@ethersproject/keccak256/lib/index.d.ts","../node_modules/@ethersproject/sha2/lib/types.d.ts","../node_modules/@ethersproject/sha2/lib/sha2.d.ts","../node_modules/@ethersproject/sha2/lib/index.d.ts","../node_modules/@ethersproject/solidity/lib/index.d.ts","../node_modules/@ethersproject/random/lib/random.d.ts","../node_modules/@ethersproject/random/lib/shuffle.d.ts","../node_modules/@ethersproject/random/lib/index.d.ts","../node_modules/@ethersproject/rlp/lib/index.d.ts","../node_modules/@ethersproject/strings/lib/bytes32.d.ts","../node_modules/@ethersproject/strings/lib/idna.d.ts","../node_modules/@ethersproject/strings/lib/utf8.d.ts","../node_modules/@ethersproject/strings/lib/index.d.ts","../node_modules/@ethersproject/units/lib/index.d.ts","../node_modules/ethers/lib/utils.d.ts","../node_modules/ethers/lib/_version.d.ts","../node_modules/ethers/lib/ethers.d.ts","../node_modules/ethers/lib/index.d.ts","../src/lib/create-weekly-report/utils/hash-leaf.ts","../node_modules/merkletreejs/dist/Base.d.ts","../node_modules/merkletreejs/dist/MerkleTree.d.ts","../node_modules/merkletreejs/dist/MerkleMountainRange.d.ts","../node_modules/merkletreejs/dist/IncrementalMerkleTree.d.ts","../node_modules/merkletreejs/dist/MerkleSumTree.d.ts","../node_modules/merkletreejs/dist/index.d.ts","../node_modules/abitype/dist/types/register.d.ts","../node_modules/abitype/dist/types/types.d.ts","../node_modules/abitype/dist/types/abi.d.ts","../node_modules/abitype/dist/types/errors.d.ts","../node_modules/abitype/dist/types/narrow.d.ts","../node_modules/abitype/dist/types/utils.d.ts","../node_modules/abitype/dist/types/human-readable/types/signatures.d.ts","../node_modules/abitype/dist/types/human-readable/formatAbiParameter.d.ts","../node_modules/abitype/dist/types/human-readable/formatAbiParameters.d.ts","../node_modules/abitype/dist/types/human-readable/formatAbiItem.d.ts","../node_modules/abitype/dist/types/human-readable/formatAbi.d.ts","../node_modules/abitype/dist/types/human-readable/types/utils.d.ts","../node_modules/abitype/dist/types/human-readable/types/structs.d.ts","../node_modules/abitype/dist/types/human-readable/parseAbi.d.ts","../node_modules/abitype/dist/types/human-readable/parseAbiItem.d.ts","../node_modules/abitype/dist/types/human-readable/parseAbiParameter.d.ts","../node_modules/abitype/dist/types/human-readable/parseAbiParameters.d.ts","../node_modules/abitype/dist/types/human-readable/errors/abiItem.d.ts","../node_modules/abitype/dist/types/human-readable/errors/abiParameter.d.ts","../node_modules/abitype/dist/types/human-readable/errors/signature.d.ts","../node_modules/abitype/dist/types/human-readable/errors/splitParameters.d.ts","../node_modules/abitype/dist/types/human-readable/errors/struct.d.ts","../node_modules/abitype/dist/types/exports/index.d.ts","../node_modules/webauthn-p256/_types/types.d.ts","../node_modules/webauthn-p256/_types/credential.d.ts","../node_modules/webauthn-p256/_types/publicKey.d.ts","../node_modules/webauthn-p256/_types/sign.d.ts","../node_modules/webauthn-p256/_types/utils.d.ts","../node_modules/webauthn-p256/_types/verify.d.ts","../node_modules/webauthn-p256/_types/index.d.ts","../node_modules/viem/_types/errors/utils.d.ts","../node_modules/viem/_types/accounts/utils/parseAccount.d.ts","../node_modules/viem/_types/types/utils.d.ts","../node_modules/@scure/bip32/lib/index.d.ts","../node_modules/viem/_types/types/account.d.ts","../node_modules/viem/_types/types/misc.d.ts","../node_modules/viem/_types/account-abstraction/types/entryPointVersion.d.ts","../node_modules/viem/_types/experimental/eip7702/types/authorization.d.ts","../node_modules/viem/_types/types/eip4844.d.ts","../node_modules/viem/_types/types/fee.d.ts","../node_modules/viem/_types/types/kzg.d.ts","../node_modules/viem/_types/types/log.d.ts","../node_modules/viem/_types/types/transaction.d.ts","../node_modules/viem/_types/types/contract.d.ts","../node_modules/viem/_types/types/multicall.d.ts","../node_modules/viem/_types/account-abstraction/types/userOperation.d.ts","../node_modules/viem/_types/account-abstraction/types/rpc.d.ts","../node_modules/viem/_types/types/withdrawal.d.ts","../node_modules/viem/_types/types/block.d.ts","../node_modules/viem/_types/experimental/eip7702/types/rpc.d.ts","../node_modules/viem/_types/types/proof.d.ts","../node_modules/viem/_types/types/rpc.d.ts","../node_modules/viem/_types/types/eip1193.d.ts","../node_modules/viem/_types/clients/transports/createTransport.d.ts","../node_modules/viem/_types/errors/base.d.ts","../node_modules/viem/_types/errors/fee.d.ts","../node_modules/viem/_types/utils/signature/recoverAddress.d.ts","../node_modules/viem/_types/utils/data/concat.d.ts","../node_modules/viem/_types/utils/data/isHex.d.ts","../node_modules/viem/_types/errors/data.d.ts","../node_modules/viem/_types/utils/data/pad.d.ts","../node_modules/viem/_types/errors/encoding.d.ts","../node_modules/viem/_types/utils/data/size.d.ts","../node_modules/viem/_types/utils/data/trim.d.ts","../node_modules/viem/_types/utils/encoding/fromHex.d.ts","../node_modules/viem/_types/utils/encoding/toHex.d.ts","../node_modules/viem/_types/utils/encoding/toBytes.d.ts","../node_modules/viem/_types/errors/cursor.d.ts","../node_modules/viem/_types/utils/cursor.d.ts","../node_modules/viem/_types/utils/encoding/toRlp.d.ts","../node_modules/viem/_types/utils/hash/keccak256.d.ts","../node_modules/viem/_types/experimental/eip7702/utils/hashAuthorization.d.ts","../node_modules/viem/_types/experimental/eip7702/utils/recoverAuthorizationAddress.d.ts","../node_modules/viem/_types/types/stateOverride.d.ts","../node_modules/viem/_types/errors/request.d.ts","../node_modules/viem/_types/errors/rpc.d.ts","../node_modules/viem/_types/utils/promise/createBatchScheduler.d.ts","../node_modules/viem/_types/utils/promise/withRetry.d.ts","../node_modules/viem/_types/utils/rpc/socket.d.ts","../node_modules/viem/_types/utils/buildRequest.d.ts","../node_modules/viem/_types/errors/estimateGas.d.ts","../node_modules/viem/_types/errors/transaction.d.ts","../node_modules/viem/_types/utils/transaction/getTransactionType.d.ts","../node_modules/viem/_types/utils/blob/blobsToCommitments.d.ts","../node_modules/viem/_types/utils/blob/blobsToProofs.d.ts","../node_modules/viem/_types/utils/hash/sha256.d.ts","../node_modules/viem/_types/utils/blob/commitmentToVersionedHash.d.ts","../node_modules/viem/_types/utils/blob/commitmentsToVersionedHashes.d.ts","../node_modules/viem/_types/errors/blob.d.ts","../node_modules/viem/_types/utils/blob/toBlobs.d.ts","../node_modules/viem/_types/utils/blob/toBlobSidecars.d.ts","../node_modules/viem/_types/experimental/eip7702/utils/serializeAuthorizationList.d.ts","../node_modules/viem/_types/errors/address.d.ts","../node_modules/viem/_types/errors/chain.d.ts","../node_modules/viem/_types/errors/node.d.ts","../node_modules/viem/_types/utils/lru.d.ts","../node_modules/viem/_types/utils/address/isAddress.d.ts","../node_modules/viem/_types/utils/transaction/assertTransaction.d.ts","../node_modules/viem/_types/utils/transaction/serializeAccessList.d.ts","../node_modules/viem/_types/utils/transaction/serializeTransaction.d.ts","../node_modules/viem/_types/accounts/utils/sign.d.ts","../node_modules/viem/_types/accounts/utils/signTransaction.d.ts","../node_modules/viem/_types/errors/account.d.ts","../node_modules/viem/_types/utils/chain/assertCurrentChain.d.ts","../node_modules/viem/_types/utils/errors/getTransactionError.d.ts","../node_modules/viem/_types/utils/formatters/formatter.d.ts","../node_modules/viem/_types/utils/formatters/transactionRequest.d.ts","../node_modules/viem/_types/utils/transaction/assertRequest.d.ts","../node_modules/viem/_types/actions/public/getChainId.d.ts","../node_modules/viem/_types/actions/wallet/sendRawTransaction.d.ts","../node_modules/viem/_types/actions/wallet/sendTransaction.d.ts","../node_modules/viem/_types/utils/errors/getNodeError.d.ts","../node_modules/viem/_types/utils/errors/getEstimateGasError.d.ts","../node_modules/viem/_types/actions/public/estimateGas.d.ts","../node_modules/viem/_types/errors/block.d.ts","../node_modules/viem/_types/utils/formatters/transaction.d.ts","../node_modules/viem/_types/utils/formatters/block.d.ts","../node_modules/viem/_types/actions/public/getBlock.d.ts","../node_modules/viem/_types/actions/public/getTransactionCount.d.ts","../node_modules/viem/_types/actions/wallet/prepareTransactionRequest.d.ts","../node_modules/viem/_types/actions/public/getGasPrice.d.ts","../node_modules/viem/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts","../node_modules/viem/_types/actions/public/estimateFeesPerGas.d.ts","../node_modules/viem/_types/types/chain.d.ts","../node_modules/viem/_types/errors/abi.d.ts","../node_modules/viem/_types/utils/data/slice.d.ts","../node_modules/viem/_types/utils/hash/hashSignature.d.ts","../node_modules/viem/_types/utils/hash/normalizeSignature.d.ts","../node_modules/viem/_types/utils/hash/toSignature.d.ts","../node_modules/viem/_types/utils/hash/toSignatureHash.d.ts","../node_modules/viem/_types/utils/hash/toFunctionSelector.d.ts","../node_modules/viem/_types/utils/address/getAddress.d.ts","../node_modules/viem/_types/utils/encoding/fromBytes.d.ts","../node_modules/viem/_types/utils/abi/decodeAbiParameters.d.ts","../node_modules/viem/_types/utils/abi/formatAbiItem.d.ts","../node_modules/viem/_types/utils/abi/decodeErrorResult.d.ts","../node_modules/viem/_types/errors/contract.d.ts","../node_modules/viem/_types/utils/abi/getAbiItem.d.ts","../node_modules/viem/_types/utils/abi/decodeFunctionResult.d.ts","../node_modules/viem/_types/utils/abi/encodeAbiParameters.d.ts","../node_modules/viem/_types/utils/abi/encodeDeployData.d.ts","../node_modules/viem/_types/utils/abi/encodeFunctionData.d.ts","../node_modules/viem/_types/utils/chain/getChainContractAddress.d.ts","../node_modules/viem/_types/utils/errors/getCallError.d.ts","../node_modules/viem/_types/errors/stateOverride.d.ts","../node_modules/viem/_types/utils/stateOverride.d.ts","../node_modules/viem/_types/actions/public/call.d.ts","../node_modules/viem/_types/errors/ccip.d.ts","../node_modules/viem/_types/utils/ccip.d.ts","../node_modules/viem/_types/utils/ens/encodedLabelToLabelhash.d.ts","../node_modules/viem/_types/utils/ens/namehash.d.ts","../node_modules/viem/_types/utils/ens/encodeLabelhash.d.ts","../node_modules/viem/_types/utils/ens/labelhash.d.ts","../node_modules/viem/_types/utils/ens/packetToBytes.d.ts","../node_modules/viem/_types/utils/errors/getContractError.d.ts","../node_modules/viem/_types/actions/public/readContract.d.ts","../node_modules/viem/_types/actions/ens/getEnsAddress.d.ts","../node_modules/viem/_types/types/ens.d.ts","../node_modules/viem/_types/errors/ens.d.ts","../node_modules/viem/_types/utils/ens/avatar/utils.d.ts","../node_modules/viem/_types/utils/ens/avatar/parseAvatarRecord.d.ts","../node_modules/viem/_types/actions/ens/getEnsText.d.ts","../node_modules/viem/_types/actions/ens/getEnsAvatar.d.ts","../node_modules/viem/_types/actions/ens/getEnsName.d.ts","../node_modules/viem/_types/actions/ens/getEnsResolver.d.ts","../node_modules/viem/_types/types/filter.d.ts","../node_modules/viem/_types/actions/public/createBlockFilter.d.ts","../node_modules/viem/_types/errors/log.d.ts","../node_modules/viem/_types/utils/hash/toEventSelector.d.ts","../node_modules/viem/_types/utils/abi/encodeEventTopics.d.ts","../node_modules/viem/_types/actions/public/createContractEventFilter.d.ts","../node_modules/viem/_types/actions/public/createEventFilter.d.ts","../node_modules/viem/_types/actions/public/createPendingTransactionFilter.d.ts","../node_modules/viem/_types/actions/public/estimateContractGas.d.ts","../node_modules/viem/_types/actions/public/getBalance.d.ts","../node_modules/viem/_types/actions/public/getBlobBaseFee.d.ts","../node_modules/viem/_types/utils/promise/withCache.d.ts","../node_modules/viem/_types/actions/public/getBlockNumber.d.ts","../node_modules/viem/_types/actions/public/getBlockTransactionCount.d.ts","../node_modules/viem/_types/actions/public/getCode.d.ts","../node_modules/viem/_types/utils/abi/decodeEventLog.d.ts","../node_modules/viem/_types/utils/formatters/log.d.ts","../node_modules/viem/_types/actions/public/getLogs.d.ts","../node_modules/viem/_types/actions/public/getContractEvents.d.ts","../node_modules/viem/_types/errors/eip712.d.ts","../node_modules/viem/_types/actions/public/getEip712Domain.d.ts","../node_modules/viem/_types/utils/formatters/feeHistory.d.ts","../node_modules/viem/_types/actions/public/getFeeHistory.d.ts","../node_modules/viem/_types/actions/public/getFilterChanges.d.ts","../node_modules/viem/_types/actions/public/getFilterLogs.d.ts","../node_modules/viem/_types/utils/formatters/proof.d.ts","../node_modules/viem/_types/actions/public/getProof.d.ts","../node_modules/viem/_types/actions/public/getStorageAt.d.ts","../node_modules/viem/_types/actions/public/getTransaction.d.ts","../node_modules/viem/_types/utils/formatters/transactionReceipt.d.ts","../node_modules/viem/_types/actions/public/getTransactionConfirmations.d.ts","../node_modules/viem/_types/actions/public/getTransactionReceipt.d.ts","../node_modules/viem/_types/actions/public/multicall.d.ts","../node_modules/viem/_types/actions/wallet/writeContract.d.ts","../node_modules/viem/_types/actions/public/simulateContract.d.ts","../node_modules/viem/_types/actions/public/uninstallFilter.d.ts","../node_modules/viem/_types/utils/signature/hashMessage.d.ts","../node_modules/viem/_types/utils/data/isBytesEqual.d.ts","../node_modules/viem/_types/actions/public/verifyHash.d.ts","../node_modules/viem/_types/actions/public/verifyMessage.d.ts","../node_modules/viem/_types/types/typedData.d.ts","../node_modules/viem/_types/utils/typedData.d.ts","../node_modules/viem/_types/utils/signature/hashTypedData.d.ts","../node_modules/viem/_types/actions/public/verifyTypedData.d.ts","../node_modules/viem/_types/utils/observe.d.ts","../node_modules/viem/_types/clients/transports/fallback.d.ts","../node_modules/viem/_types/types/transport.d.ts","../node_modules/viem/_types/utils/poll.d.ts","../node_modules/viem/_types/actions/public/watchBlockNumber.d.ts","../node_modules/viem/_types/actions/public/waitForTransactionReceipt.d.ts","../node_modules/viem/_types/utils/stringify.d.ts","../node_modules/viem/_types/actions/public/watchBlocks.d.ts","../node_modules/viem/_types/actions/public/watchContractEvent.d.ts","../node_modules/viem/_types/actions/public/watchEvent.d.ts","../node_modules/viem/_types/actions/public/watchPendingTransactions.d.ts","../node_modules/viem/_types/utils/siwe/types.d.ts","../node_modules/viem/_types/utils/siwe/validateSiweMessage.d.ts","../node_modules/viem/_types/actions/siwe/verifySiweMessage.d.ts","../node_modules/viem/_types/clients/decorators/public.d.ts","../node_modules/viem/_types/actions/wallet/addChain.d.ts","../node_modules/viem/_types/actions/wallet/deployContract.d.ts","../node_modules/viem/_types/actions/wallet/getAddresses.d.ts","../node_modules/viem/_types/actions/wallet/getPermissions.d.ts","../node_modules/viem/_types/actions/wallet/requestAddresses.d.ts","../node_modules/viem/_types/actions/wallet/requestPermissions.d.ts","../node_modules/viem/_types/accounts/utils/signMessage.d.ts","../node_modules/viem/_types/actions/wallet/signMessage.d.ts","../node_modules/viem/_types/actions/wallet/signTransaction.d.ts","../node_modules/viem/_types/accounts/utils/signTypedData.d.ts","../node_modules/viem/_types/actions/wallet/signTypedData.d.ts","../node_modules/viem/_types/actions/wallet/switchChain.d.ts","../node_modules/viem/_types/actions/wallet/watchAsset.d.ts","../node_modules/viem/_types/clients/decorators/wallet.d.ts","../node_modules/viem/_types/clients/createClient.d.ts","../node_modules/viem/_types/account-abstraction/accounts/types.d.ts","../node_modules/viem/_types/utils/nonceManager.d.ts","../node_modules/viem/_types/accounts/utils/signAuthorization.d.ts","../node_modules/viem/_types/accounts/types.d.ts","../node_modules/viem/_types/actions/getContract.d.ts","../node_modules/viem/_types/actions/test/dumpState.d.ts","../node_modules/viem/_types/actions/test/getAutomine.d.ts","../node_modules/viem/_types/actions/test/getTxpoolContent.d.ts","../node_modules/viem/_types/actions/test/getTxpoolStatus.d.ts","../node_modules/viem/_types/actions/test/impersonateAccount.d.ts","../node_modules/viem/_types/actions/test/increaseTime.d.ts","../node_modules/viem/_types/actions/test/inspectTxpool.d.ts","../node_modules/viem/_types/actions/test/loadState.d.ts","../node_modules/viem/_types/actions/test/mine.d.ts","../node_modules/viem/_types/actions/test/reset.d.ts","../node_modules/viem/_types/actions/test/revert.d.ts","../node_modules/viem/_types/actions/test/sendUnsignedTransaction.d.ts","../node_modules/viem/_types/actions/test/setBalance.d.ts","../node_modules/viem/_types/actions/test/setBlockGasLimit.d.ts","../node_modules/viem/_types/actions/test/setBlockTimestampInterval.d.ts","../node_modules/viem/_types/actions/test/setCode.d.ts","../node_modules/viem/_types/actions/test/setCoinbase.d.ts","../node_modules/viem/_types/actions/test/setIntervalMining.d.ts","../node_modules/viem/_types/actions/test/setMinGasPrice.d.ts","../node_modules/viem/_types/actions/test/setNextBlockBaseFeePerGas.d.ts","../node_modules/viem/_types/actions/test/setNextBlockTimestamp.d.ts","../node_modules/viem/_types/actions/test/setNonce.d.ts","../node_modules/viem/_types/actions/test/setStorageAt.d.ts","../node_modules/viem/_types/actions/test/stopImpersonatingAccount.d.ts","../node_modules/viem/_types/clients/decorators/test.d.ts","../node_modules/viem/_types/clients/createTestClient.d.ts","../node_modules/viem/_types/actions/test/dropTransaction.d.ts","../node_modules/viem/_types/actions/test/snapshot.d.ts","../node_modules/viem/_types/actions/test/removeBlockTimestampInterval.d.ts","../node_modules/viem/_types/actions/test/setAutomine.d.ts","../node_modules/viem/_types/actions/test/setLoggingEnabled.d.ts","../node_modules/viem/_types/actions/test/setRpcUrl.d.ts","../node_modules/viem/_types/clients/transports/custom.d.ts","../node_modules/viem/_types/errors/transport.d.ts","../node_modules/viem/_types/utils/promise/withTimeout.d.ts","../node_modules/viem/_types/utils/rpc/http.d.ts","../node_modules/viem/_types/clients/transports/http.d.ts","../node_modules/viem/_types/clients/createPublicClient.d.ts","../node_modules/viem/_types/clients/createWalletClient.d.ts","../node_modules/viem/_types/utils/rpc/webSocket.d.ts","../node_modules/viem/_types/clients/transports/webSocket.d.ts","../node_modules/viem/_types/constants/abis.d.ts","../node_modules/viem/_types/constants/address.d.ts","../node_modules/viem/_types/constants/contracts.d.ts","../node_modules/viem/_types/constants/unit.d.ts","../node_modules/viem/_types/constants/number.d.ts","../node_modules/viem/_types/constants/bytes.d.ts","../node_modules/viem/_types/constants/strings.d.ts","../node_modules/viem/_types/utils/abi/decodeDeployData.d.ts","../node_modules/viem/_types/utils/abi/decodeFunctionData.d.ts","../node_modules/viem/_types/utils/abi/encodeErrorResult.d.ts","../node_modules/viem/_types/utils/abi/prepareEncodeFunctionData.d.ts","../node_modules/viem/_types/utils/abi/encodeFunctionResult.d.ts","../node_modules/viem/_types/utils/abi/parseEventLogs.d.ts","../node_modules/viem/_types/utils/data/isBytes.d.ts","../node_modules/viem/_types/utils/address/getContractAddress.d.ts","../node_modules/viem/_types/utils/transaction/getSerializedTransactionType.d.ts","../node_modules/viem/_types/utils/signature/compactSignatureToSignature.d.ts","../node_modules/viem/_types/utils/signature/parseCompactSignature.d.ts","../node_modules/viem/_types/utils/signature/parseSignature.d.ts","../node_modules/viem/_types/utils/signature/recoverMessageAddress.d.ts","../node_modules/viem/_types/utils/signature/recoverPublicKey.d.ts","../node_modules/viem/_types/utils/signature/serializeSignature.d.ts","../node_modules/viem/_types/utils/signature/recoverTransactionAddress.d.ts","../node_modules/viem/_types/utils/signature/recoverTypedDataAddress.d.ts","../node_modules/viem/_types/utils/signature/signatureToCompactSignature.d.ts","../node_modules/viem/_types/utils/signature/serializeCompactSignature.d.ts","../node_modules/viem/_types/utils/address/isAddressEqual.d.ts","../node_modules/viem/_types/utils/signature/verifyHash.d.ts","../node_modules/viem/_types/utils/signature/verifyMessage.d.ts","../node_modules/viem/_types/utils/signature/verifyTypedData.d.ts","../node_modules/viem/_types/utils/signature/isErc6492Signature.d.ts","../node_modules/viem/_types/utils/signature/parseErc6492Signature.d.ts","../node_modules/viem/_types/utils/signature/serializeErc6492Signature.d.ts","../node_modules/viem/_types/utils/blob/sidecarsToVersionedHashes.d.ts","../node_modules/viem/_types/utils/blob/fromBlobs.d.ts","../node_modules/viem/_types/utils/kzg/defineKzg.d.ts","../node_modules/viem/_types/utils/kzg/setupKzg.d.ts","../node_modules/viem/_types/utils/chain/defineChain.d.ts","../node_modules/viem/_types/utils/chain/extractChain.d.ts","../node_modules/viem/_types/utils/abi/encodePacked.d.ts","../node_modules/viem/_types/utils/unit/formatUnits.d.ts","../node_modules/viem/_types/utils/unit/formatEther.d.ts","../node_modules/viem/_types/utils/unit/formatGwei.d.ts","../node_modules/viem/_types/utils/encoding/fromRlp.d.ts","../node_modules/viem/_types/utils/hash/toEventSignature.d.ts","../node_modules/viem/_types/utils/hash/toFunctionSignature.d.ts","../node_modules/viem/_types/utils/hash/toEventHash.d.ts","../node_modules/viem/_types/utils/hash/toFunctionHash.d.ts","../node_modules/viem/_types/utils/signature/toPrefixedMessage.d.ts","../node_modules/viem/_types/utils/hash/isHash.d.ts","../node_modules/viem/_types/utils/hash/ripemd160.d.ts","../node_modules/viem/_types/utils/unit/parseUnits.d.ts","../node_modules/viem/_types/utils/unit/parseEther.d.ts","../node_modules/viem/_types/utils/unit/parseGwei.d.ts","../node_modules/viem/_types/utils/transaction/parseTransaction.d.ts","../node_modules/viem/_types/index.d.ts","../src/lib/create-weekly-report/index.ts","../src/index.ts","../src/default-values/gca-to-server-urls.ts","../src/types/GCAAndServerUrl.ts","../src/types/stashed-Farm.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","17edc026abf73c5c2dd508652d63f68ec4efd9d4856e3469890d27598209feb5",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"0c162c45dc88a6505540dc80a7d484350cfef5567d551da793b86f6af7c43f77","signature":"e665a62e1114dc637d2845154166b2e73d6647f183ab726ea86e5ad983890839"},{"version":"2544f9d71aee36c932a274e685ad5ecfccc2de569caf4dd299b61b59f7123eb7","signature":"cdb3cca19c218cec54fa559fe447eb65c120a88e27df211e11c3a687c1332121"},{"version":"096e150c294f710a8ae82072fda3f91627aec2a10100271cdd10f0ace4a4e974","signature":"a004582ac32d21d85a14c4cf35afeab6c8777deaa5a46fbb008be068c25a5905"},{"version":"5548262cc96599c7d6af98ec3b5f346587dfda09d1e8c4ab4ed2d548e0bf5085","signature":"c3f964b6a5f6845253388b9fd5d129ff6700abc51cd866e24fffc2b3a58aa8a0"},{"version":"d90824658cc60c2980ec6f0f1ac475ac185833a64a27df4e4ee5624c94b068f2","signature":"af7638dbd96492434a694d0a2b61253ac43fa427116d48fdf9c16c3ab6d9b6a2"},{"version":"4f1d4335e418b9d8f4a2a56e0769011e588538add5a964583a86918abb4614c3","signature":"6444449201cb038dec8e7864acbbac3459350fc1e62a8ba7c0f4d5dde87bd509"},{"version":"0f4fe1b367bad70a3a2d2b4c65e803cfb388b5d3085e0864cdc2d60f61e3da46","signature":"7e8317b29f16de6442f939af0a99559762246e336efabb5e95f055158c417ab7"},{"version":"cb7e520fcc8856eb8961527e16b14631a06dca07697c7ae0b3028b20494b6c15","signature":"a709a51b4cca90117c4b37ac4091a770d0157e1a77ea2fcaeaa62efcdee791c9"},{"version":"393290eb413aa600a38c68391150630ede9fe24ad3038044ff3ed6d43db32bdd","signature":"8ecb5e61b39282791cfef31e5e56e6593d0037aec0a903d1544e3687584fe775"},{"version":"cfd63feca3340bc4f4e4d8ceb9b3ae15d0e632bb1c0a7c9aff87d2c73971bab4","signature":"6c093f166eae1a5ff4ffdbdc742e06b38ff374f7fe05ab8bbbdcddaa140164ee"},{"version":"de4070200d1d52bb4dca56aa86775d5d4ce37d259dec9cab32e1fbef431e46d5","signature":"969265e2431e8dffed206a44c7cf00651e64fea52c9f3764b0a4bba7f0a0cd1f"},{"version":"5d156398ba275946f9ffe2c460a5f4d1bee3bba3e54328b4cd4ab2e8ac364c99","signature":"e49acab96f0747f9941dea0baa88ca9a31fb998e8554981c14db15d619933281"},{"version":"6d260ac66acd6fb815447e56758c3815154eaeb80ec20133e26d9dd6b695a294","signature":"64f5773b981d83e5dc6b9d5023d68f5665db4a22c8eec5de9c7b791de2d7bc43"},{"version":"707814ef4a79922b8cdba58bdfc3ee1bc03e98be27fe27722396f8149ab3a01e","signature":"7b972f23c21e0362c11318aa52469f0d0ee7bbb42dc93847fab9015380645d41"},"2f6087deda284618220232c5bfb70638651d30ef7ea0ba142960b9e1d82d7edb",{"version":"1cdfe881f9695337f36af9b839bc2e8419ded12981625943fafd90587f95499d","signature":"0493b8305392a60bf646afbebb8cd1f6385b2dd6033bf465591467d2e5c2a9cf"},"691732c9f7b276b9692e5b37735fca2962d323f3c6b01ffb81d76ed8df8917e0","c8757e7dcea280e5dd2b29dd0fb873b5692b1ac66d96b38ecbaa3bd2b85570d8","883c2e5229997a91f51959fcf6dea6e0c588c393a748ecb5914bac36da166ae0","eb589f99701ed5e876f7aff403ac119e33a6d52714055489d53e59f7747e5bc1","312503903820a9c7fc623a118d75151408a92a00e05121b2c365efc8c1fdf812","eed0a68866f4c9770dee7e9e7cc2ef347dd7ef795b2633dc25ae97345fa0525c","cd0349cd951ce6ed20b1137862e8389542b4c1c1969a66685415e14ae2f5c46b","8077ed85d83daedc53807df293f785557813c1c985ce139fad12c8275302b665","a411772216ef28156ba5670fb652964529a9f68fab7c9185586bc2a2eae3ad35","25595e7e1d164d97264b695c833afbe037a4283c74b1aa5cc1965327ed077600","afaaa91d7154a55c42aad47b832d6d2dbaff5349f84a88f51ac27b8367ab40d7","a5c4fcac0c69dc0e23e58f2a6705fa35063e0dc4865733a0d349c74b565359fe","85a6a5a1a6df5df5f1a868abf94a19a51b93ccece40decbdd36fcae7e7ff846d","da16c71ec97c57fc391d2d5909c35202e633f078fef7a7ea64170a7ec75ec2c7","c80c253336798723cb8f73d294625364c1b440d460ad1ec4f071841364d51969","c1c9bece70a6e2964071b2aceefbcd482d07f2b7b50918617e0cb481b47f9195","d65efadd574753abe02904fec039385cb160bee61d119ff0771b9330965d9fba","cbf7134a04e8aa5c23cb5988720bb40e07ce20bca96dc3f119d181b7a6a9ee1e","31bdbdc4a7be6e6c47108ebe0a7bbf92476ac7fddaad3b02c476c10885c782be","0c86a5f6de65d0e4eb899a99c5b213d286e9392eafd9e5ab4536cf84e9a3d481","849716b54ffe64372ffb5b0368ced712999307ba21f1aa0fdeb9daf2a6b09780","9b83c37b0bdacceff3a6733f2a58b3b4d956ac9656c2d3286c182c8d973e7ddb","41640a7b69177e472546d1931f762401102baee8ae9d07d2d94dd8e01305c999","7313f66811aa794c04fefc8aed4b643b457860dfd395e7df1c209b7a656a7c3f","9ce48a4c73a49b833b6cc3ba825c5e2d43edf2570e208d467be5798fbff0a35f","4a5ddbab7b075d91a9c3f458daabd084891ed41878adf620dbd0f09fd8b56af2","37023c02ad5939d04b6319073611488f51632eb5d3051f45245e5ca7ffc8150b","69ede591950932e5554a5796f626015fca8aaa8fd38f70df61d7125ff212665f","4bc9676a5bd0330081c4d252d8a0c9a8ee0f0f693776a42ae46b2a67c0f30b50","a59ec55c07001e1984a290db5970a259ba8752a44d9aa5e6df95327a89aa8859","c05e1bf1ea24d5584208222a96b0191681a507e8836e163b12e6322a2562a274","cc0e7ae632d38d8ef6cc04d7b206ae71aaf0ce9f29e4c1cf38f5e358379fa608","8cc06a59c90f0b927c193e8ad156980a67cda9927559aa47b97f8db160e3d20b","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"9d8f6e55f5a038f4dca0cacd6566f9b82c576eee35c694b89230e9dec1895a77","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"452e8a437aa57fe832dece2a5d3ea8dd0ab1de03ca778d09798c56ece0a29e80","affectsGlobalScope":true},{"version":"3f7e8289e54b7d4679549ec10d46439b87575ca21943df66912242356ed41125","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"e42ff8873448b83eca19b417f748f6927cba16124dd9ea0b8fdef9e3c4407118","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"21fcdcb618236f0feaca7e511e2da10c19970f86e09c934cef2d45b340ad92b5","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"b33379077284c9e55d2410d814b71b15522c5f71f9e93e15a8c3c41d463b00f6",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","209ba5ef932230190146c5334fb0c406623fb6c2119264248019889122ef3440","d1907ce08cc80c8b51cf230d15298b4b512fb37de1852987e290e9c2eab691b5","a37f553c97dd0473d646ad0dedfe09f550045643694a055a5f3fac83863639da","427a3ea035fc94a7ef6daf3e7b94f8a032412eec870170cfda9bba8a734cc399","6abcef1796724df2629c70ad6e321eb1e1f3960746a3a5f5c2ef19b4bddf3e20","81b75dd85da0ec7587e709949703a8bf1e99c74ba80073bd3753a3e7b9fc932b","28db2f43e6472e8dd53f3908509d4c3db419143e56040189c014e8f9e7c652b8","308dffcc02527f676c6a0558c0b99c990bf4d6cc8d4e5c346acbc8dd68652e3d","51380a4cbe3bb8409784e378c805ea8fc7f2d11768bd7d229102726b981e485f","289b63ea64efb6b50d7d68bcf3180a297a117c18d67accad712a336ec92c07b4","76e5a7da4209a201add0a63931d8390b3b021d01c80048b950dffc580ce16543","5b0433a9b6b2578864a145a50ed5aeb76e0e80c45310710d0fd2994a3c62d42d","356f5beacde1ac8df1a08c7a6e57db785252356c70fc086f9aa8ec95cb570c87","1ffa3bce6c9f40d2fe458aed53df42fc8cd05df835bd915b0af97d2d1d016991","89f4783d49b23135e63925de63361d011e02e022f17e8692b824ddf94f52134d","9fce45c4d516fba47d1b142025857b2ba116205a097a7e31cfeeb07509cd9242","c666c1a460144510b37639ec762efeef3b4604d7a96730c6b6b75780d10fe790","8219f7d3ad85ae8707901401710e5c870c27adae0adbf41b5c3a9fd98b322149","958184b6fae016765003cce2ae0b6dc3b18fb10ef1759742fc36bfe81a2cafac","941fb0a14ed357f58d8fd815a5c28729f59499065af500817d335eec9336e44e","079fa6936ef611297f6485b5a67e5457b848ae0ce5ca924bcffbb146dbd77cd9","bede61fa7672a5ca191125df32d5601069d2bd4d458c965fa139f91aaecc9b91","fb3fce5d297c12595b2301d1c39352cbc0d162e6bfd55fc31edf8c8e28b78cac","223f0342baa9ce216b2768c7944433256cc96b38014d5c5a25fe633ca9c3b6ed","2bfbd35239fd18e4c8740f1c4b8a8a9bfe7c111645747bd1dd6f5c7b294e418d","c78c47cecd2b6cb6554c7c695fe90b939a1c4f40a1a076e242b451a0b3f1f523","03304daca5bb7c1c66071ae8e9c22d390d44afeb95c8605056dd46e14c81473b","29f732947c0ee0ea0a35c3b9bdeb38608661bdbd4cde06d21fcab676a1762a09","876f706d3ebe0ea592bb966a1aa2e4ffe36d498b65460202b354b1dd9871eaec","e4eae6d4d23d8fec2795b0852bd613b0fe864f2ac02f8c7ffd798890026f000f","46d1c6cf1fb2f415d41482aec551ce4710a3dac6193ad146b27d0aa752e9f138","799dde75a16b32af7b178195f6bf7d24eb44723e457e653af932929ed75b677b","b19a369fa84b016b894ae8a9da1753c79d01e86bf4e5e5452a2a609fc42edffc","5ecba29a53412774bbcbc314f5608688c0d259bd539a34721858538871690aee","2a8172b7b016ea984d3539402021d04a819b8b1dff7b637fdd806a90ea418409","200695fdcbfaaf8f4f211ff652a7a1b8cbdbc1b0f17d11d83f2e7ba6af156426","05ec57924483b085ed9371c0ec903fef3168ac2b849ec8bdc4ff98dec17d32cb","d5e23166d60ee8bfd6f213785fa72413f8a64024237717c8bacff71a02a4c52e","5b23b42aa90e68810bce6a9f2444a85e6282262d206d931c8d26bec32d7d0372","934be59ffa800c4caece8305ad4d11b2aae3e8c5f935ce79961d9b4bbcdde5d5","f58ef1550fbfed7db69f0ee862dca6d39bf1a206ebd1a78339d5989fd4a6eb00","eeab37e23f3f304ca833389f6286a4812f6be94bad18f3d24b7e35b86d6a6308","faea0f722003212c5722e8358561859b8a2dbef0f9b952317eca769a2416afc7","c0a88ff330f1b9fb6cc7d3b409bc8e454e2ee9306ec94896beafa4795460bfcf",{"version":"29b77398781f3fd7edf0d9f4c9957b2b30b1a749208d604ac1c9c70113879d5a","signature":"7d5945621a6c981c87acdd7f159eff22f2ad78553e3f1cce1fd5100d357301b0"},"492603a2f1e54f67e2ff49a75ab7c27301dd6901b3bbe5133771ca3bd98e37ec","b4fb4b9e0e4eb160d9e0fa60e5aa7e4ba730471fe95924ded83b1e66556b3aa1","4ff4d68bab8b74000ff762fb81ed11836c36c58243f6bffe325bee5c0ecbfc7c","7ed09bbbe3f4a13a63a63b15aa90f6374685289b7c53501b1d7131481bbb9c7b","746e69dc62193e26176290637dc0846dcaa601e434a0fd4d52f51d90ea2be0fa","c02d4247661d5f537b6abce20c26b4f1b895c472518bec71c5ce1c20187c8e89","b166e33cf8226ac8781899da244397e77e5b6528271339ce26ece0c2c7242d7f","a623d5cf7925e72dbf4602862499564389c7c3dc0ce049733cc0ec756a846667","36937caeca5fa1cf0156ceaf2adf79314e9e56562e2bbc10e959841cc814f44b","63634c0855e639ea7f609613d799bbb0dc774ec9f3242bc272c5567dc5ccd485","592f06c425ab27b4bafec624ef5b153cbdde9ac58f7113100a2da1c4309d1309","19c8ab51b4b07c529d95cd4d5c8d100a68dca247ec83a5097d35106fd8a7acca","bec1d0ac62cee9b4d1ea8b64c4798c59c1726668b76d06b68a206e0cb0ac76a6","fb4f06b2af9ee4b2d2be8c964b0a8f6dd260be9048488ffcf04eb5c0fcb8bf61","f185055f36d76e2df5eeb87ae1148a25a125be2bff2095e1bd39c1c7ce85a640","948a56ec8bfbbf20ad2496f49f451cfeb878cfcd6156032c0769b603f3ed8f18","979fdebc12d30becce6a15e68d99bc8a2a470a8dcf0898ac9e2d241a7e531940","1824ad7d4259910646279d667e517334c0aa24d5c810e8ea6da756fc2e02372f","989e9060e220ff86025044ba3c867a83512a655b7cf6253b2bd682192debf390","8b1feb568c859feb59236e9723b7a86e2ff8f9a8f2012366ffd1798164dc2798","8fab988b0129e674afc0bc0e95329b4052cf027f5d5b5b3e6e92d055b5ba88ef","4fe56d524ab24c225668803c1792945053e648b4e8fa4e50fa35594495b56732","2652931b8f7dca9a57f21aeb25b5d46851dcf17e4d5ed54b9b57d5d26e647680","d364c8df7d52199f5d011b4ded96f36dd114b984f5ee2e50ffe7d30ac1ab4bba","408f9eb3c7a3533bf5f07e0cde110a5ee0702864795ee6727792520fe60320b6","ba79eb15c36ff23e352ef608ceb7f9f0f278b15ad42512c05eedbe78f228e0e4","4cd233c6af471432253a67ae4f3b43c85e58a71418d98c3e162a1dac975c68f6","aa77c7d8ddc961e8192bcaa92da140e1205f8aee78bfadead5f52b8844d7d05c","37e37d3a525a207efab5458069fd9a27a174d2dc3af729702c81729ca03a349f","32a0f07e2cedd8202bf5cbd40321c93bdfd7692a1592c4f859f0fe26cce962f0","d531417bfdf92fd187a3518565dd8cbd733669dc2c3fed9a387bbc7fdb3741dc","6ba794b0e290825b3869e05c4ce9e0efdc9d68eb34d8434d61b2aa798a224c4e","9bd5fdf6909864b3a3cb198cf8a01a7779936d9e2f15554c5513b7306e235f4f","976cc1f58ff3f255fdb41bdaf18430246a1024f38741fc0d048edb30ad7f5099","4a82d200fce0dd902da81b36928ae5c3a366770bea8b52f39936f7f11432f879","46c1ab579dd5d88d2a6435859aa8439d27f3f249848a4a8ab650f77135ace7b6","a2e86477a12540ef9e439245b959b2d8b96d674d5215d154ff22ad26141f4cfb","29150e44771dac0aeb711badc04e08fccd01b46efc560bd6e01b96d746a3f26c","e09f096004d70d6e98f5e5fee165849b3944f706861cdeffce5339dfd8426db5","1ddd1ca692a6c656ade0a85c9a722b3679b3d0bf113b699908e0325cf3537dbe","3f65f5227b381c0ef479bc4ba3166d176e9eed4b6e2ba87050a732e183fd23e3","48c022acf7a664fc81a3296858f08e2f70fdd57404f2ccc88bb951dc94311939","7fbc4600e6ef98e81e3c44329fd0cf7c53eda75cf666b17a6e4666e93e1b0159","0a7c25930355abdf0926057044de0c8f910a3196af6126282dd2186898a7d13f","007dfb1f314277f6e211fec9c5f62fd182e3bb76f1fe1f165228a259ae0b91b8","a6aa3bd9c165acb07db158897587581d7b081ce4271579b720a94f95c8c487d5","904714e49891cc1e136cf104f4bc9adfc846be9bd28ac55e101145a0d8103b30","9b8ba907ff8c52756b1a0aeac192a22591ac9431ac688cddad8111c8fd5124a3","821cd355c3a39039d595fb21bb3b00583bff3e63768c364f815a5ab5eab59524","3fede259ef5c9dd9a97e662da9f6774dbc82f390d29563319b658ebd7f958135","d74e6cdb7ac0a4d675d598a09c8deed53dcb11a4e32e344ad6a831663bfb60dd","a665f20b2b8d1306f9d2e2baa4ac4bee5b9f95ed9832d0105439575c333a055f","ed94531f5270503b60d1938fd4929ce0b719e402862c49fe624eb660f75cc901","b9c9c9352d6606fe440735ccad134563017fc5aff8dcd418c58f778437339f06","dbdb8a4e782070649f8ead4297f24653359b0318ea1cb0a028df76196a30df3f","ce004b97a7dc80ebf54d7d67374f83ac9bd1f1149fd490cd0960f1653d64b84c","d09f6a6dab49823b554255030c4ee8d49a2a993bd02f2cff2e444b2627dffc5a","35c6081d0c246583d33f452afa7877652db95b9b9393520b2fc3753795a1bb8c","1656729c523c9d2afce85625ae8e930594058a48cf490cf348e68c30f27945fc","1065c8e64bf4876e3f9caa626f4f71fe64b755edfd23db5ceca6accd9c313f1c","0717c1a24cd66da2d50833ba78f89d994d1ebe494e0105ac67caa1e1a32a298d","cf4bdd9324f9116bf29daf9add3fefe4e609be0dc3bdba1759cf1a6654047726","0b59bc43ab08b3bb00a8a4978683c872fe4c6c3206bc68316ff7a3cbe70d75b0","d3763a4abd763d825a766d636661ee3ec52fa8477eb63c243b8dcd033ba23789","f4377e81d50af3f689cc5dd2005be3b79dfbbcb3f5a0301c843e8daf1cc9ddda","ac1e8ae42e98e9a296d467169321f4cf8802643302f619b025117c4ed5a2d200","6641f18545bf0ce6aaa467607f6a19a2896c4a6965deffd9c8f586f00950f494","27c66f434db3a00fb5b286c88582f2da3a85a2108cdfafe9bf63fa6df206aa2a","e2ef2006aa0a9b806063cb510989bafad85e71f21cd7e25783b8876203594dc7","5683b6c327ab05195ba14856985488b486117687e3f1b94991e787b25fd6cbb0","32d08e56282b632a4ff2aabf97d8e2ca72c872e99453de231684f0347a46c41c","f26ba893d9cda649365c19c9929d53ba069d829caa98dea1ad3c90374704cf54","0f9bfdd25e2e13e6adf81d98a2909fe1a7ade6cdcd380bc7c9a259effaf3c295","4179d52fc45e3c72cab28cedf19d10a915522d5f3f83979e61213137bfc794e9","665222ab0b8547fa189b3b4bef8598ca271e552339f871fcd4d7e86f979b8145","2748451f1cb5d1594fec48577685ef0cdefea02fea292873b9ab74aa47ff57ad","cece3e0e89f3e9a526ce76bf9bf3aab41bf83a58d625558a671f9058b5e822e6","11854416213ad2da216b2c09af4a4b16129e051a25ed8f3148ac5e62814341bd","5f03bcd31cb6649a36edd547407ab86887ec3c41347c03f52179bc58017fda13","48ff4dab14889a41f5b0b94aacb853b96f8778888167625a42ba7a45250a15b7","92c35a5a8200e9d5a30c9e36eb7db062b3ca1e03309bd0ec3416714695cc6dca","657e5c36539693988464477fb47f7aedfa8a487fd95606671156d52adab81101","e3e20ed4715775989c0ee8c2be8e657503503ba75c03defe13b99dc317baf3e7","c2f1b0272966ba4ec45818b50813210e3abaa993664e26db5617df45672e49aa","6faca0f0e857cab15c7ec26f36dc28b73730b184ce942a25654bbcf4ece22f59","40273b09b5738abd52321b86f426893ef84f9da766f2206207c4d9bd6c5b7f35","4ab90837f0df1a6c8039689ea77d7d28a06eb1bbf2bc129c271e8a6c01a0f391","feb97b762be4c11750abbdcf7eafd94bdd04b05d2ad4c4e5f21b923213175ab7","18f4b53d394a133c3b32d514678052e1bb85ae030c6404c3b7e254ef2fa7d728","0d7db9b74a017be10aa36509dd2ae4499260381aabc6772feef677fa16f3a1f4","e59ef219cec3c3faab54d5cb12222a04d3e095c84abf94088920c1584832ce43","786c15fcfa8b821410e278a740f9dc81c44546259d1cc0143646876a0c030cc0","99ea681335aa97ba7618ac3db69a2e2da87da7faf8a39f822030ec4db96ca023","d7169a2b449d5b8e309edd84624649d04b746be48fe93b2e69bb7a85653b1e97","c462479720ea1932e5adc0bd4808be8ee2c83488be1012bf48f4bbb532b63758","d72479ce8210c21451cadef350179fbf3729c0e29005aca2d7e0c6ad031a4afa","d0e0354d3d4ac41cb7a67c10ca59652f8cba9eeb0929fcc878e492691f73d02a","9e8cbec0dabed8a1d03ab57736738a202df26cfbe180db391347df78a0509fa4","fbe06770551602ccc8e240a24793a8268b1bce44de38c26a7710f7bf1702f9b5","e4859560e5d635efa084427db27d6e31780eb570c2a567e95ed12f3828199710","6f29c691b977d5fdebefbc109c896fa863e95ae4464d959cc1506f45ad01da8e","72bfff3c2e5d04586176ce37855637826e76b8b4422cbb842740b1d49a138432","d7aeffb82f803488ad4f918929a3a980e387c64c395ea793f6167c9704d4502a","2ede90710bab4dcdef47b532a8b3a1d63b7c366b058e95c705e9d9634f29f445","887a73b0167b36d4aed6d2549b19c4bcc6f2f50248b20d4d10ee2a10ef0516e8","d5e5bec490256e96a14ee3ee62df234b39130673a78c7cc23cbbd62daa5bb09a","e1654470227365a820804931d846c6a63a7f51f89bca85d7e22612f43a6d2add","62c9a85d5dc9da38e54f1d802b7b62b82170f3a4571e3c992f1db09f60dce051","56e14052acc507ace03e94e8ec6cc22c84a65db751f11ca20349a4ea396f72ab","1c7dde9d6e45e71504fd8ba6a9c29db164e7a8040bc1782c2a80a3098d0a86c8","cba008b7f9f3e3d610f95b7eb3dcd664a4b8786bd7c5cf48530e6acd036ec501","d742f86f826cd1d46f45cc6c106cf34077b10239da02393fc2b6a6490bb4059a","e9ce8ab614cd43c203bdeedd6fb230c64d62dc240c7384d962fe39bdb0ed16d2","639e7fd024205c3c4af58bb193c1d7790618fcb8b70e9b15068c647ab729ee3a","2c26bbcb3898665e821d93f28d9c4b7d712ca23743d8a7a9d89e2aec794bdf40","c0e0fc040511ce5af4e546fabe949945c67507cf1f1bc7211448f2e6832bf0bc","efde11c7023ae346edbca75fc233a2027be195389d950d008f096e9a6d8a9fd4","e6f70e3c94d2b1d7c5112ad6df2dd7c2ae5dc81bc89510bbdd4478614cf80594","146e5c86d78b4a7ff6dcaf9835b3a6a639dd414d21a30c69df5183bca5596d15","713472b1fbf211215a59f78d2b351a77b06d441d7bb7e69c45fe49f8d4784333","2e24d2d878e6b0e745d3814ccb2186520c6ffc6b3ee3facc329741c100ff42ae","b1dcb886b03955cb52ada9b74a8706b2038a3b028e1bd4b41343d6dec6cc9160","00b9f288c0a241fb4316737af41e0ff0e64be1c03c90640bc3a9f1449742ca9b","d9f5c7419d04f5b0682db3d10bd3cfb084ddf728f945bc735836ea7139ab3bea","7f70f7d51c3232d6e7546bc8f9d6b91df3a9e001de4c755771dd052d9fbc9a07","c69ba619eead785919c9af73f214e8491836b12f824b9923badbb54905e653db","c6c694fe37d60819f29e998c03d875609d07a2f3d2a280d096474823384bff70","1a176b3032ec0fab791c658844c3c1d3df8fbe985b194858c8b31d736781942a","e8957ac616d196b7b30ec28059ea6975a83bdc8c36a576357bb7e268b335e15c","8f237a7e4a784207960e92ec924fb6036703bbf1867f3eda5ad175d50b312a2c","ea87e08b2a990ff767bcdc40e99eff30028d98af8d401f14b08974223c58c06a","389a2c2135dd3de1844b996d661ef3a5ffb978356994841fca0f0a99b1728e28","a582c8844a6809984a681db3997068d5d8144bee3f889c5240c559c5502c165a","e0494aecf0482850786831665c0f976125882c17084022efc6f8a51443b3a7f4","ede7ecc62da0236596749292448b282d9c5e846c95e107d6e87720204b792250","557981373fbd676739d62fb4aa7b601a639bfb39f7b563ab2c9a2350aa5d7298","078045f76bc547eeae562dde79c81e2565be6fecbdbbc4bfbd03fd16cfcad523","04783d0830346173973d5283d10b91fd7d6c1c0aaacd93a95455ddedaac4fc0d","6185cad87bf4da80c49a2f7a06af8e3e47eab0bfb31a9bf49520989b1b86056d","c002bfb107918122bba26d8d0736f293b22866dadc501f9ce27def3230233be5","131906682a56016d19849546fc5f9e0076b4e35bc2c5af362d79a50998215d4d","ee0c30ecd200ed26166dc9f9ca3f502e5584d61912f894563c7db45292b5833b","64248331a3a1c684ca70489fb8a94e48c5ca8bf86a5fb99179341edda11370ad","fa2d827d435777dbfc4a41a70d836b6a401bea8f77903cc22f939425f9da0b8b","8a59602dc83ec951feaf5cb7125393d3ebe38914c921e07ca0383a63857435d8","0654c77e8427f5125066d551e5f7c273735a92f4e7a2be6f12daf46ffa92ec3c","6f2a826f77810913e18a6a5ac87e5783f600961d4d7bc20315db13f69e2280de","14e3d141c66a44d32beff51678ba0abd236e18c520b12678a73936e78955cae2","bcc4218ae8d2f99608412f5917a663c7c764da0dd63be12d01ec49bf0148fe70","4136928c1cc5825cd17ecce5ae4a1671cf0047679e452d4886cfb33e74fed5c7","21f4388f6d904f8b0d17565fb331eb25d0f2af0704ed7d6247af4cc9631f7c67","546b944e81166843668e7b7a1153ccd1e565834ffc29e1df38aa6d26de9e1c81","47babc7ab6a3990895b389d6651d1841a17d7c7a9a57f86c0d72fe8d9230230f","f8d0e96fe8f2cbb5e617eec5f198ab78e13ba2c66176ad202b287aa3cc667e23","1375b2b59bde71a963ff2cb306eceea05060ded0b7cbcdaf1206e4e8245e605a","f5dcef5516ecd8836256359ed4b9c6bb8c73fcce697d1c343b11ee8e7fd15a8a","e55a68bbc963c9520f0492892d642fa145d34a351d483cd144a11e3346c18cfb","da14f80dc904a20fe5a98009f117d8f977ad6d50fdab685e75d6b38322ea56cb","ca90e5e191954b9b8c43ed5d5bc787107c071315c4acaae515e7d918e8814e15","8ef0c5c7cba59cbccd0ac5e17ec42dc4a8250cd267f9cdb08a4dcb1a099068ad","63ed74c721b55f614bef2b233b03c7e56377b0e38ea16f1dc3fc57a06ce2ca8e","57b3caa3ba40034d9b19cfc8f24259745b58d7f50d091b5b7dfd6f4e820e5399","b30336ed279a38bc62e5678bf19efaf6f414bfbca31e4550932d59d810d654d5","1f142b1a6a8b7b29da43a88c8a5f6bbad28f7cf1b67457596ab6d71bed584e8a","a203895f2d4b51c8799af4a17e6d72657c6dfdc4a08ab338970e257e5e083d85","c67a3535fe218dac271adc4d9c91cabbcf99d09081dc3fe3567e3a354bf632e2","7670372101b08f0d0a2a8cf4d107d969df407a74cba20e9f3991b50d9d3c590c","324c0b50e53b8b0dd54dc0f50f0154e3e6fb17608df73de0803b5e9a532cf2e2","fe831d90ec6b5e04075ae831936f1e2049cce2473ad1aecf3d5ee37d66ea84cc","93b5102a702eb62880ae6fb3be2eb6910694ccf77a2e9063eb5d94bd0b2b32b2","0cb25d82f88175135d0827f552720abae64eb9863cba71e0b6ea6e76cf0da3d2","d0622e1a5d9ee2b4b8a1a6db2c0f02fc34f4f865d7ece6ec86800074210d2f4d","5300e082fe9398613c3b5a4975df67318951c46b4a033d159bbe082793ca2c3a","be05176f0f7347f4a9faed9a400c182f107b7499d79f4c6e67ec3d830ed6cde9","498b8e59b7659c0ce11ce3323bd0d23c923e21c7290e5bd96ce0f3ca639fb4fe","740bf9b794f8fcecb6c3761598372f16a7835dddb4c163a21ae0c7f472dc6bd3","12816e95a6bc1b4a98195c0e6747b33cfd178f0424579a3eb21b49911283f79a","ccc9e8f887951895386cafcff62aff2617397584ce48ca891646b901272b9d12","bffc26bac30d45f1e5fea885f17cafb6a943bcc21fd1122c71b9fe466ece8fdf","3f2a3b143fafe71c581c13fc479dba5b0b7ff34993f87b9085d87575b53fc993","81580d0db97bc8f13bcf79cc7a97e9606cca948df6f0b26e3084d5db0a41089e","fd4ddb3d82b68edf2f7dd1b10ca66c5b108007c46067d0dfac4167a4492577cb","8c5414d8170f8fca7d8cdf74dba186370e35cc895c3e25f10ce42fff3ef9b49d","f7397e35202baed485b20a7a9df4ec29acd034f06a24c652557a6f1071c13bea","c96415ec4a5ff2202c8f5db2b8163a605100b6b47435c5b31d8280e06233958e","93b1c61409fbf44c4e666937c0cacb36d006b9901a53a2750e520f6ba9b1fcc2","981af6a24b8e1531dd933ff6df096a7a50dfd79f24c5e5be1134b684465a807d","d3b51ab522194f5ffd145f57fc2b2017e35d11593a8a5468fd3da7767dba0d57","47bf53f3991735879e5f41d8cfab687cc424cb775a0022b1d0fd55c78ff415ea","7c682517ded1d1e4ce341feb36a731499ed7241ee93de83aa2010d4f7add0555","f68e3a3eba1a531a71c8cb53bedafae2c25c376c147e3bc6ec96613a5de9dc84","d34648e4d5c8ccbcb2f5ccb5fa039e3be364ec95b0ef3a3750891e204c4bc3cf","367ef08f1d0de5ec4d4786cb8a1b8a17abf395bb0c5f8d151ec10fb66a2ce50e","ede4a9299b475e71baffcfd20b9b5056f77b8da69e7c824692fa7601be181ce7","c92c476c4463a4a96da5ed77010afd4bfa94944e298359bbff940cdde33c5f16","a484890e7212977036ce5965e7ca7b49e53436a66906a29093f91d4e02260fdf","4ea2003d86a9c68928ef069ce548c3e6ae35cbcb34184a71f1c566dde2160cf8","f727d3e75bfc036625d6920c725a3e4cbc564eef78f47d6b68c6351bb480d799","a87fcc9011e8a5e244d6e9af4902c315670aa852fa75dc82ae7cb62f98233a1a","120b21a1468deb4be0874bb633c86a1ac4df8919947d22b4762a773d9682a668","90afaa269677aeb839cc0e7479e0c3152248e4c8b440954b66a0e13fff08d64b","458858857e06dc9112fe9faadfc3d8b3e2828f9070cf8f0dfb7150b6252f021a","fb1d37cbc97a4d199bdf61878f4fc9f9ed2141df5f63c6a09d42fa810be09fee","2b881659708008e1c27269e1eb8dc476af0c2ab2f1fbf50f6e5f8cb6758d8b1f","8c1378ea91091dd8df605073dfdceb888d0d65541beb8a15e10d41c16f92d1c8","d57b6b6e55782dd990869f766f3dd0b63f030fd3a424a06ed5e1f62bc37bb90b","8f8c6a79e620f8a63952de19f38927f7da119cd0a5408d7289532f68b8017d98","bdf518ed49e9ad6926ecaee24a183828a23a061a1dfac8788cfc09da02a0bf91","e6a983cd47050921af05988b1d868cae48d23652ebedb6967d04fb139cb4fdfb","a596c59c86d9c14242e3e54b9defe180c55844baf641524672d98996a170dc79","69870c54caf722bc568fd348b5e813500e964d820c7482bdb82d94d5aa6f19ed","504ffacc3312189dad74385206715390bd98e424aff384f67b21331bd16cf7e3","ce18bf2256a88ac05869a1131a314f07f43c7a0e0675cc1e8000adc318b3f823","ed93611af4d148d789edfc67fd414195505a89691438ee261fa65d55bd66da0c","58ed0a6574485bcf18d4d775084258ed49f7b92ac9f8735488d19ab14bc6db88","02aeaa95c9b6125f8b6e5bcc16fc6df7d8f2bf945801defb73e1c13e1fe57c51","e6a214b21397bc966e36b92e7ba2986f33d2f68c9c194935937b0455f3b71c29","fe995eb8b806358aebf1e963824ea181b2fa9cc52e2dc4022eec67730b742753","52db5fc6d8fa0809b2110d96434a06ad26776677e825a10f93fe133497f6c93b","7a604944e45b35dc79983b128a7087816a6e9ca6d9c5d02d4a31e88dd50b9c39","5801a8d11b9f8611ca7aecc1da934757fad745de2aaa620643ade9d98774922d","204ef1918267feb2040caad874caebd9bbf4f018367517750eeae16d880b0698","336748521fda8616bfd62560b7d5f37e6158531bbe16f2252b76827c2c6cd9ff","c4117a326ced8cc18ed60273de14f4c5e78a53cf2c59092f6278a8afca8d9ced","34787d4cfe21491065b9e8c3038a66c78747dc97b171b1201ff3913f2181e5c8","fe4c08b22b011d68b3625c665cc302f77bb8aed4b35853a53e3efaf082bc8e83","743e3303fed6823026dba4b34833ee6b59779678fd7daf64e1e9049114016b1a","7caae0b58bdfbedfbdd1a2f5b41779a08cbf62d62f7be63cd70cc71fb97165a0","b611b2a0b82dc6e520bc8c6698c0bf4481aba89c4923450f0753c062e4754c7e","e61edd9cf6dd20c0bec59e9d85151fd928c9fcb170273a7924ff5eaeade6c8bf","dcbc3cecf73f68c9d63280f3c9747bc6140b1eb9d8b5e5f04de58ea67c564a70","b1ae559a876cc54bbf319cccb4de11341916f78d58b2a9a5fc605d9f73b5111e","7b86682a3abdade9ceed5cfb5503097496223b93fc257de6795c4736efa841c1","07afa56980800740ec44e0b2e08d37d31c3ba1bcff58417ab7c26478bc37e4ac","02b6175908b56ca273252e8f734cde6cbc88c298384f4b397e63e41240184dc9","59fdde76b9d1518ee3a6711b14dc0b7582b7f9cf702c0cb8acc0bda3aef9e1bd","0a20f875729ca5de76aa486ba9cbb1913e349ae2d7d1c2e1ad3b45e142ca815d","477b09f880a9f9364b68fe02e237f3779fbffb0761bfbc3f77fa895ca49c44ce","172cefe60bc9010603369a95cbf3c4b42e424c2b8867cf1edd43dcfdbc50d88b","666732d3b18e0ae093bc48e5cd08380a7fcc64c06b7d8d0b4899567c5de7f5cb","be789dbab62f36a20dcb50cf0e67d0ef6b3e3cac17bc0aa9bb30bbe51756ea63","202596f2a7cba63ba07d482e8af95b70ee54da4c177643afdeed07bf28c5997a","d1658de6ff4ccce2e9cfd8b11722a6279bd3524644d0b65e3e8fc6b69b5ca49a","a8fe7e449e8650b0aeef7c8e08e8c937daaf66bfc3adac997b9dec96292c1f77","4091c43b763549c33d662afe79d75c078622bef954d4a473eca6aef8c251c169","c053eaf725501dab89f243c1425c5ba73f01f6e4b3f263bf330505708080f315","175cdf7e9b2d7178e5b73a4f3dea1f02abe320f6585ee8a6c16991c92e4220e8","402c1b5455a8fa4f474bf64354f72af7c01e4ad9b1685e3063216b95167a3fdc","df38d6066bcf7ef916b9e971e9c92d3f54c12a21235fa5694062bb57f6a028c2","5990d3194dafd93fc7a9e51032d11a57756c31fdcd88fac3b9be08af303972c5","987562ea1c31f04677cd3b46cbd4cdc6363f6178dbfd4db2a0788fe22947b8a5","0de5e8597a103c005b774f8892352a5f123a5e272924fe967b7d82305113bc4d","16185bd9e115626e25bca46fb8238f9ef3706c22b62ce940ae66c4e4cfde0df9","5711b07fe1b6426486276dd67efdee7ec4e70bcfdcaf39c6626594bbd7d51c34","7f81c91c6febbd59728630098f6f2b1e4afeba6af9128645634520d5681096a1","269296ab0ca6cc30fad3ccb911b1ff589d4a2c6ea7077c26c7ea5fe650103d6e","a49ef7664e1afe51062e193f0008ed621d8a3af547d994123ca44dbbb68c75a2","165ee417439a725fbd0a04278830c1056354556188d6000e5dc8ecd12cd3cb10","9539893a03d2cf718e8c38adf1a845ec0183ab455c8b257c64cd6727f57b0e1c","5e0f0b5968cb81b81847619fb6643f364d0eeb630e575fd0029d22c1171b3a37","45fb63c6d3a608b091c3baaaafe97de027a061e2f10813aa97d003b654417ed9","9a1bce80c36643bbc3e66c7db014c849b81a1d2d3ebfa69000f03e64545566a0","f438823b9ca13c413beaee87829111be171b305995bcf71d67ddd941de6dd999","623e7ec6876645a7e93a1a67506f3852b8e5e79ba3cb4c9a90ff8a24d3377a12","0ddba574bf51b1e47c502caa07ff96528b0c49878c2521ceb322a94557a824ee","3111b876a50a391cac841049c1683d20bf7d83eb05d5ff10b0a49689ca0dc49c","de84187571b3fb57d7d47f3199fe75845d024fa2c4aeb0a8bca8a281e37e9b62","4e302b950595396f49e539c733b44c52b77a9d3b85cc7c6fd24fcc7df1e30031","668eb6f044ef3e07635b3da9b29413de381299f80fdeb90e3ba5bea910d9d588","f75b6da37adf4f4fcb1b3e6e30099d345bfcfcc2024dc304bf6eaf40ed477c5a","39701d3533318e98924f5e5a4fb0ea5b49527853ae63e78e26190955c1ba4d62","30cb04bc8d380ecb7053659c2b42b48f87ffd05af3abe9f7b4783e07777a8d96","96847849b0b8472d06b023c7f6fd630cb5cb3e6129bf16c6ce58a931084c1d04","f15bb0a6bb20f0a494969d93f68c02a8e8076717fe7dcda6db06ab9e31041c22","84e3928255909a8e580fca688a15fbedef5c190e5d1a8da1dcd99afb6a40e617","90805f9a9d127d00f13f1a1760bae9d4b12f186a6baa9046aa4ef56f5e65c302","a69abca4388cc76962773b4c869d5d34781cf0be92853d7bec53eac7a2f75c60","471b5d5986eff907c7f4b7047b54c15648495f94e219a27fd8cc91f35fa0e970","75cc2a2e33c7d3fe1574d9c93712950b5556dd4af48a1d1e5a657c66ff2eedf9","05c44f2a752cfbef15a81e90bc63eb96efcd3d07dd9b378df5a150a06775a2fb","9699ff431424e42dfeeb6417ea7b4d1ed66fc6bfc530748dfedebd2683fcc1b6","496197b06b51aeae8323da87d042ed2224e654994a3d9b5e3350df9c9576dc50","9d744f7d5a08aa240bceb2755dc8c6ee681cad5e818009162e69ae915bba6b77","86b7e0f835e2d550541c27e03abf5270a42f5876e1e915568289142b317a0ffd","ac6990a9034baddaf28cb15200bd2f0a46efb118d08f4d341abc16669ad577a1","9ea556bb7cbfb90e8ceeb384753adb5e19ef7fb8c9ce2516b8926a4953187dcc","0e07fb22607b2eda1883d4521080a5a29ef90714c1ae598e53eae0b94bf1bd10","52cb5d5beedcff01d5b851653cfdbe9a8e8e953a8462a357e71d93eee3ed760b","ba6d810e67aef7d6ed15cdd8223d5a207a111077c88d99ce7af5fe959a079803","3e02766c76edcd0486eeecad81ca4982a532a80293d71a8d94973e89feb5be2b","34e45896ae4bd8f3b44772aae2989adf64febd060810a9e08fc72b07778e58bd","629c1e0ff6e6cafc19315b2785888b19e9b039ff3546d86defe3f7ba6305bc7d","5668bff27e260e0a51ee72b7e0f6e69bba542b8a69f553c30d86e124adf479dd","1b4262a15a86e72e78d7fdbb6a6d20e8794f7fa4aa7c54f0b18ac7270e4fab08","9334b283bedfcd488ccb33b3e942905c86fa163e919653a5379eb8f28a2d5f7d","f3f62eb4cf38d86cc7f56d0879b49656a21f2eef4fd0acef3936889327d7f256","e32c5cb1819686336a2101f31b91c2e8e06f8f8311abd1195c203b81b62247b0","683734687779547527b05fdcef60947f6fc51758185d788531e9ac7bde84fd6f","1df375435c44c94f1bce343de4ff81b8c82e644d6b33a801bc6cf4beceb76b71","fed5b5c20508c5f84a929161f452dbf769cc2d2ee1371b94ddc2feb418a0cf70","76755db046290dad61362d95c03b440a0feaf507edfb5744304c7f98c81faccc","e16841ad044e21c48c6065627566a2ac216e067cc34b9ad3b47312d208d9a262","7150b4a18287da2e25c68a12bd0cff78f6141a2425a27431a10cd4a91cb9626b","214a581fbe6902059a64de2bd75c56b6030c6388c29de93c4296380a99c04e4a","78b758d401e53f5319bc143ebdc7714ebe0f1e94fc3906d5e93816e5736bf299","ce50872ae30242ed1ce2ddb9d9226c85f17098e901bc456cfc365887ab553127","cae86d70eabc661dff2f46f34018ff4840228f01709c8399a9c012711dfe5292","77b463688f41048f449fa30b45393b81fd6dfe3eb71f7734c1a6d580373b6a12","b6ccce9156aa85ca2e836bc572d4697800739ab008b0a6ae9bfa0361b8baa04c","07dcca6e9f155b79d087216735842ab1f7c020ce41f095507afdffecbac06a03","1fab3bc9db401033ed6ef6dca9114b3a0a875b475b6c1b2ce52efddf3c4fa130","269b37626ed3fc5d6aff2b3103bfecdb86ab69e5fe28933b63a17ac83a547ede","1ef3cc7b03643e330cf9bcaeb42257a19f573bfafdaf51e2e45e52c19e20c3ff","e05f14953944c6b7f9c8a51c5739cad11e7ea4e441fd5659cbc3a5ebdc28bcfb","98fe9a0d3adc98c4aadc97a5bcb8c9589525e16e82e6714333e0315d1ff40a12","941c51312144ba38e2d86c081d212bc1f22f64eeb1dc342a1c7aeaaece7a7770","8d204669e89ac66eb2fa93e17daf42dc9fa33b3d865158327819df72f4fa3f1f","4f66c595621f6dd5c693d12c122def1c9eac9c48ace86deeb7c1a0fe54d63c61","6b26f80f079695a24ca28f6b19bb074ddb70cd79bc837ae8437e54ac8727aa14","1686e8b2a3bca066aafbb9bea2ac249e7205af7e6b878955741c66b3a4eaba63","f974c4abba2e7ae62cc358c6c1589df489406ef517a48355cbcc5f09cf11d8a8","949ab063079fbbcbf8a96c093b9cc465f83fd2ce49f4558492d6f95065cb201d","2d1c8bc1708e58c9aa73d71f89dc69d45fd00ed42841d022bbffa467c88464f4","55c3e286e757f731c3b80c1e6d4a567bcc6d5d512438016240e7da573a554dc3","33cb723eea3ced280f163fa717045e233b801081a64509d4d59b47620fde9ef5","8c357660e14e4ae047c44211f7d024d48eacf3d5ad6ac805095a436a4d3e268c","e67731d353b0f48ec4c7b1cee2358e2b7b6ea56c86775f2f3c07029b73b8bf06","e2eccdc38e22cc3882939c7fca91570a8379112c03f6206986e0bd78afeed21c","58a60f1ff614a331f5de62b4a629b5f41066430f7b72f65ec27f0cf841403c9e","bade739298ee5cd485966b3f2812cd94ed23be0bd8991624bde84db9e41e4240","4289204445b85c740954797654b504406befd2168731ec18efffb3ea22674a5c","e8ac4073fe7b469e55e1fc7b1540363d5a99b507839135fc97cfe5f2d0e36595","0f45169be3f2e0eb418bb1d5d480aa8fca7375af0b6e51dfccc3afbf77d9ef12","25699fd6154aa1d8ad42dd7739ebe65e15277c0f44d15ce6826cc43bde4ea5bf","d4fabc6a3e3110ed60c84e9ec6712265afe268601f3462198b57aa4359745c33","802353808bbaf39f8ce455fc7c459d39f13a2fefcf6f18a78c9ea0c61be089eb","a057b62631a72f836a8faa37332f03324b9610bf1bd7781fd6f93be063cd10f5","76c5f9421476e8762a83f970028b5b7e9ac13fade254d40c04c188f87be8fd7b","6378e4cad97066c62bf7bdd7fb6e2310f6a43cdf7aba950a2d37b4b0772c0554","3b6fddf2afbdf36f7bb869ccdeaffac8d53759e527e3425a6b8df4dca616d1fd","e88588861f78985ee212de6a72e45b445e5e04286b4ce1eb1d28d72bb781e269","22b9f52673fc11b687471594d6080d4319999e4d98903679a4ba94d24b056426","3d594041401ac69433c4a2ee492d356db4706adddd4f8201e7e5f542e58173b2","806aa43416ea1f5265e1cf94168fd4902348762aa8114dc53c131cff9f87b5ec","f27757e22127417f5daddd0ad4be81d5a743c95576d8c957ce39ef02a6cc1ec0","383679ac9fe44ffb52057dc5ad7ee2e4a90a3f4abbe9a1cf186d9a2cee617965","b299b4992c5b87bce95884e66d4543a7b906e10b9ee056158fbd11adffa1c331",{"version":"0b9daa661ad7554d3107d06d11a1117a668f07a621afe656aa84404062f79ff4","signature":"02da2438b019d7480e90a8fcadf95a989b3c76495562f39b411f8b64ff8ecbb7"},"59f98fa8973ed265b9ca8d02d85cfcc1fa92deb09fa53d8ec05f99ef48229d80",{"version":"16a1cd27165d40c88b166b1491dded1e044c3c5b31b810aee79f24e3f271ee26","signature":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},{"version":"f9adee707aefce258103c723f04785c5b0714cc1e7922a915405cd958bbb0eff","signature":"6b16ae9072bbcdc7ead76bcbcefa57778470b4bc524d07f2b582c23bb9a7c55f"},{"version":"393290eb413aa600a38c68391150630ede9fe24ad3038044ff3ed6d43db32bdd","signature":"8ecb5e61b39282791cfef31e5e56e6593d0037aec0a903d1544e3687584fe775"}],"root":[[73,88],258,[606,610]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":true,"jsx":1,"module":99,"noErrorTruncation":true,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[89,93,94],[89,92],[92],[93,95,97],[89,92,93,94,95,96],[89,92,96,100,101,102],[89,92,96,103],[89],[232],[89,90],[90,91],[117,118,119,120],[89,92,98,101,103,104],[235,236,237,238],[104],[89,104,109],[89,96,104],[89,104,112,113,114],[89,96,104,110],[99],[100,102,214,217,218],[100,102,218],[92,96,100,101,103,213,214],[100,218],[100,103,215],[92,101,103],[100,103,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229],[100,216],[213,216],[89,96,100,101,102,103,104,215],[100,102,214,216],[100,215,216],[245,246],[241,242],[89,241],[249,250,251],[89,103,104,109,110,111,115],[107,108],[106],[107],[122],[162],[163,168,197],[164,169,175,176,183,194,205],[164,165,175,183],[166,206],[167,168,176,184],[168,194,202],[169,171,175,183],[162,170],[171,172],[175],[173,175],[162,175],[175,176,177,194,205],[175,176,177,190,194,197],[160,163,210],[171,175,178,183,194,205],[175,176,178,179,183,194,202,205],[178,180,194,202,205],[122,123,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],[175,181],[182,205,210],[171,175,183,194],[184],[185],[162,186],[122,123,162,163,164,165,166,167,168,169,170,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211],[188],[189],[175,190,191],[190,192,206,208],[163,175,194,195,196,197],[163,194,196],[194,195],[197],[198],[122,194],[175,200,201],[200,201],[168,183,194,202],[203],[183,204],[163,178,189,205],[168,206],[194,207],[182,208],[209],[163,168,175,177,186,194,205,208,210],[194,211],[265,266],[266],[265,267,268,269,270,272,273,274,275,278,279,280,281,282,283,284,285,286],[268],[267,268,271],[267,268],[267,274],[267,271,273],[266,267,271],[266,267,272],[266,267,271,276,277],[266,267,269,271,276,277],[266,267],[266,267,271,276],[265,266,267,271,277],[265,266,267],[89,92,101,104,105,106,109,116,121,230,254,255],[256],[89,96,98,101,102,106,110,111,115,116,231,233,234,239,240,243,244,247,248,252,253],[213],[259],[213,259],[260,261,262,263],[132,136,205],[132,194,205],[127],[129,132,202,205],[183,202],[127,213],[129,132,183,205],[124,125,128,131,163,175,194,205],[132,139],[124,130],[132,153,154],[128,132,163,197,205,213],[163,213],[153,163,213],[126,127,213],[132],[126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159],[132,147],[132,139,140],[130,132,140,141],[131],[124,127,132],[132,136,140,141],[136],[130,132,135,205],[124,129,132,139],[163,194],[127,132,153,163,210,213],[287,294,297,300,301,310,470,503],[504],[300,301,310],[287,297,300,301,306,307,308,309],[287,297,299,300,302,307,347,364,470,504,505,506],[287,295,507],[295,300,330],[295,297,300,302,336,365],[295,300,365,466],[295,300,307,335,347,364,365],[287,295,300,365,470,472],[287,295,297,318,328,330,388,403,406,407,415,418,420,503],[295,297,318,388,422,425,426,503],[287,295,297,318,330,388,407,418,420,503],[287,297,318,330,388,403,406,407,415,418,420,503],[287,295,297,308,318,388,420,435,438,448,463,464,482,503,507],[287,295,296,297,300,313,318,330,338,341,344,371,372,388,401,403,405,406,407,408,410,503,507],[295,318,344,388,430,503],[287,295,308,313,318,330,344,388,430,434,503],[287,295,297,308,313,318,330,344,388,430,434,503],[287,296,297,308,318,378,388,406,419,503,507],[295,304,313,318,320,384,385,386,388,503],[287,296,297,313,318,330,337,338,344,371,372,377,388,503,507],[295,299,313,318,320,329,344,382,384,385,388,503],[287,295,313,318,330,344,388,503],[295,318,344,388,503,507],[295,297,300,313,318,330,344,379,381,388,503,507],[295,318,344,388,441,503],[295,300,313,318,329,330,344,388,503],[295,318,329,344,388,503,507],[287,295,300,313,318,330,344,388,503],[287,295,300,306,308,313,318,388,402,447,503],[287,295,297,300,318,420,449,503],[304,313,318,330,344,388,451,503],[287,295,300,306,313,318,344,388,430,445,446,503],[287,295,306,313,318,344,388,430,445,446,503],[287,295,300,306,308,313,318,330,344,388,434,445,446,503],[287,295,300,313,315,318,330,344,388,455,503],[295,297,300,313,318,330,344,380,388,503],[295,300,318,388,442,458,459,503],[287,295,313,318,329,330,344,388,503,507],[295,300,318,344,346,388,459,503,605],[287,295,308,309,318,388,403,406,407,411,419,420,503],[287,297,308,318,388,403,406,411,419,503],[287,295,296,297,299,300,307,308,318,388,403,406,411,419,463,503],[287,295,297,300,318,323,330,388,405,411,467,503],[287,295,297,300,318,388,466,468,503],[287,295,300,318,388,468,470,472,503],[295,300,307,318,342,382,388,458,461,474,478,503],[295,318,388,442,476,477,503],[295,313,318,382,388,476,477,480,503],[287,295,306,308,313,318,388,474,476,480,503],[295,300,318,388,474,476,480,503],[295,297,300,318,388,466,468,486,503],[295,299,300,318,344,388,534],[295,299,318,344,388,534],[287,295,299,316,318,344,388,534],[287,295,299,318,344,388,534],[295,299,316,318,344,388,534],[295,299,300,318,344,371,388,534],[287,295,299,300,318,344,388,534],[295,318,330,344,388,503,507],[287,295,297,300,308,318,375,388,503,507],[287,295,318,344,388,396,503,507],[295,317,318,344,388,503,507],[287,296,297,299,305,307,318,347,367,371,372,378,382,383,387,388,503,507],[287,295,318,344,388,503,507],[295,297,317,318,344,388,503,507],[295,300,307,318,344,388,503],[295,296,297,299,300,305,318,337,344,366,367,368,369,371,372,373,374,384,388,503,507],[295,296,299,300,318,330,344,388,495,503,507],[295,296,297,299,305,307,318,330,344,366,368,371,372,373,388,503,507],[287,295,296,299,300,318,323,344,367,388,470,471,480,498,503,507],[287,295,296,297,299,300,308,318,367,371,375,388,406,419,464,503,507],[287,295,296,297,299,317,318,388,413,488,502,507],[287,295,297,299,317,318,388,488,503],[287,295,297,299,317,318,388,503,507,533],[287,295,297,299,317,318,388,502,503,507],[287,299,304,308,313,318,373,374,378,382,383,384,385,386,387,388,411,420,421,426,427,428,429,430,431,435,436,437,438,439,440,442,443,444,447,448,450,452,453,454,456,457,458,460,461,462,464,465,469,473,478,479,481,482,483,484,487,503],[299,316,318,388,503,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,534,535],[287,308,318,373,374,375,384,388,463,489,490,491,492,493,494,496,497,499,500,501,503,507],[295,317,388,503],[295,318],[295,318,388],[295,318,542,544],[295,300,316,318,343,542,548],[287,300,319],[319],[300,319],[319,388],[287,300,319,388,400,411],[287,319],[319,378,388,507],[297,319],[319,338],[300,307,313,319,375,388,507],[287],[287,297,300],[287,300],[295,300,302,322,330,331,334,335],[287,295,297,300,302,321,336],[295,302],[287,297,299,300,303,304,305,306,307,308,309,311,312,313,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,334,335,338,339,340,342,345,346,347,348,349,350,351,352,354,355,357,358,359,361,362,363,364,368,371,372,373,374,375,378,379,380,381,382,383,384,385,386,387,388,389,390,395,396,397,398,400,401,402,403,404,405,406,407,409,411,413,415,417,419,420,421,422,423,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,442,443,444,445,446,447,448,450,452,453,454,456,457,458,459,460,461,462,463,464,465,466,468,469,470,471,472,473,475,476,478,479,480,481,482,483,484,488,489,490,491,492,493,494,496,497,499,500,501,502,503,505,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,545,546,547,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604],[287,297,298,507],[287,300,307,312],[287,297,299,304,307,318,364,381,384,387,503],[287,297,300,307],[287,297,300,311,313,316],[300],[297],[287,297,300,308,313,317],[287,297,300,307,507],[287,300,308],[287,297,308],[287,297,300,304,306,307,313,314,315],[287,297,300,302,303,304,305,306],[297,318,475],[287,297],[287,295,300,327,328,330,331,333,389,390,396,397],[287,295,300,308,389,398],[287,295,297,300,308,389,395,398,399],[287,295,297,300,308,389,398,399,433],[287,295,297,300,308,389,390,395,398,399],[287,295,297,300,308,389,398,402],[287,295,300,322,325,327,330,357,361,389,390],[287,295,297,300,308,322,389,404],[287,295,297,300,308,322,395,399,402,404],[287,295,297,300,308,331,335,389,399,402,404,432,433],[287,295,297,300,308,322,389,395,399,402,404],[287,295,297,300,308,389,402,404],[287,295,300,322,325,330,357,361,389],[287,295,308,389],[287,295,297,300,308,323,361,389,395],[287,295,306,308,316,445],[287,295,297,300,308,322,389,395,399,402],[287,295,331,335,361],[287,295,300,322,325,331,334,335,390,396,563],[287,295,360],[287,295,357],[295,300,305,330,331],[295,300,330,350],[295,300,351],[295,300,330,331,333],[295,300,303,351],[295,297,300,303,305,348,349,354],[295,300,327,330,331,333,353],[295,317,339,340,341,342,343],[287,295,300,318,339,388,411,412,503],[295,358,388],[297,388],[295,388],[358,388],[295,300,332],[295,300],[295,300,323,331],[295,300,324],[295,300,323],[295,300,323,324,327],[295,300,328,329,330],[295,300,326,327,328,331],[295,300,319,326,330,331,333,334],[295,300,323,325,329,330],[295,300,325,326,329],[295,318,388,422,424,503],[287,295,318,388,420,422,423,503],[295,330,331,335,414],[295,322,330,331,335,414],[295,300,331,416,417],[295,376,388,401,411],[287,295,401],[295,345,376,378,388,507],[297,319,359,375],[295,346,375,376,388,507],[295,297,300,313,316,370,380,388],[295,304,316],[295,297],[295,297,306,316],[295,297,315,316],[295,297,307,313,316,370,388],[295,297,307,316,370,388],[295,331,335],[295,300,323,327],[295,300,323,330,331],[295],[394],[295,394],[393],[287,295,390,394],[287,295,392],[287,295,391,393],[295,305],[295,585],[287,297,503],[295,316,339,543],[295,316,341],[343],[295,300,330,331],[295,300,335],[287,295,300,330,335,404,470,471],[295,300,390],[287,295,297,300,398,580],[287,295,300],[287,295,300,321,466],[295,300,323,329],[287,295,300,307,321,335,364,571],[287,295,300,321,470,472],[295,300,329],[295,300,329,330],[295,300,322,330],[287,295,300,321,396,576],[287,295,300,396,569,576],[287,295,300,396,470,573,576],[287,297,485],[316,324,330,338,357,409],[295,296,297,346,357,359,375,388],[295,307,319,353,357,358,359,361],[295,297,307,329,346,390,605],[295,297,307,346,605],[295,297,300,307,323,325,329,334,346,357,361,362,565,593],[295,300,307,334,346,357,361],[295,297,300,307,322,330,334,346,347,348,349,352,355,356,362,363],[287,295,300,327,330,361,470,472],[590],[295,601],[288],[288,289,290,291,292,293],[87,88,606],[87,257,258,264,605],[257],[74],[77,79,80],[73,74,76],[75],[77,80],[78],[80],[73,74,75,76,77,78,79,80,81,82,83,84,85,86]],"referencedMap":[[95,1],[94,2],[93,3],[98,4],[97,5],[103,6],[104,7],[231,2],[232,8],[233,9],[234,8],[90,8],[91,10],[92,11],[118,3],[121,12],[105,13],[239,14],[237,8],[238,15],[110,16],[112,17],[115,18],[114,19],[240,8],[100,20],[219,21],[220,22],[215,23],[221,24],[222,25],[223,25],[214,26],[230,27],[225,21],[224,28],[226,29],[216,30],[227,24],[228,22],[218,31],[229,28],[217,32],[247,33],[248,8],[243,34],[242,35],[111,8],[249,8],[252,36],[251,8],[101,2],[253,3],[116,37],[109,38],[107,39],[108,40],[122,41],[123,41],[162,42],[163,43],[164,44],[165,45],[166,46],[167,47],[168,48],[169,49],[170,50],[171,51],[172,51],[174,52],[173,53],[175,54],[176,55],[177,56],[161,57],[178,58],[179,59],[180,60],[213,61],[181,62],[182,63],[183,64],[184,65],[185,66],[186,67],[187,68],[188,69],[189,70],[190,71],[191,71],[192,72],[194,73],[196,74],[195,75],[197,76],[198,77],[199,78],[200,79],[201,80],[202,81],[203,82],[204,83],[205,84],[206,85],[207,86],[208,87],[209,88],[210,89],[211,90],[267,91],[268,92],[287,93],[282,94],[283,95],[284,96],[285,94],[286,94],[275,97],[274,98],[272,99],[273,100],[278,101],[279,102],[280,102],[281,102],[271,103],[277,104],[276,105],[270,106],[256,107],[257,108],[254,109],[259,110],[262,111],[261,112],[263,112],[260,112],[264,113],[139,114],[149,115],[138,114],[159,116],[130,117],[129,118],[158,110],[152,119],[157,120],[132,121],[146,122],[131,123],[155,124],[127,125],[126,126],[156,127],[128,128],[133,129],[137,129],[160,130],[150,131],[141,132],[142,133],[144,134],[140,135],[143,136],[153,110],[135,137],[136,138],[145,139],[125,140],[148,131],[147,129],[154,141],[504,142],[301,143],[311,144],[310,145],[507,146],[296,147],[365,148],[506,149],[495,150],[366,151],[498,152],[421,153],[427,154],[428,155],[429,155],[426,156],[508,157],[411,158],[431,159],[435,160],[436,161],[437,159],[438,162],[387,163],[378,164],[386,165],[439,166],[440,167],[382,168],[442,169],[443,170],[373,171],[444,172],[448,173],[450,174],[452,175],[453,176],[454,177],[385,167],[447,178],[456,179],[457,172],[458,180],[460,181],[383,182],[461,183],[462,184],[420,185],[464,186],[465,159],[468,187],[469,188],[473,189],[479,190],[478,191],[481,192],[482,193],[483,193],[484,194],[487,195],[535,196],[509,196],[510,197],[511,198],[512,197],[513,199],[514,197],[515,199],[516,196],[517,197],[537,197],[518,197],[519,200],[520,201],[538,197],[521,199],[522,197],[523,197],[524,202],[525,199],[526,197],[539,197],[527,197],[528,197],[529,197],[530,199],[540,197],[531,202],[536,197],[532,199],[489,203],[490,204],[491,205],[492,206],[384,207],[493,208],[494,209],[374,210],[375,211],[496,212],[497,213],[499,214],[500,203],[501,206],[463,215],[503,216],[546,217],[534,218],[547,219],[488,220],[533,221],[502,222],[318,223],[541,224],[475,225],[545,226],[549,227],[389,228],[367,229],[357,229],[353,230],[379,230],[412,228],[358,231],[401,232],[332,229],[324,229],[449,233],[326,230],[423,229],[345,234],[320,229],[432,229],[359,229],[339,229],[340,235],[409,236],[346,237],[542,229],[295,238],[302,239],[314,240],[336,241],[337,242],[356,243],[605,244],[299,245],[313,246],[388,247],[308,248],[317,249],[303,250],[304,251],[430,252],[305,253],[306,254],[300,251],[309,255],[315,240],[316,256],[338,239],[307,257],[476,258],[470,259],[312,250],[398,260],[557,261],[400,262],[445,263],[558,264],[403,265],[404,266],[405,267],[559,268],[434,269],[406,270],[561,271],[589,272],[399,273],[402,274],[562,275],[560,276],[396,277],[564,278],[361,279],[576,280],[348,281],[349,281],[351,282],[352,283],[584,284],[583,285],[355,286],[354,287],[344,288],[413,289],[368,290],[587,291],[588,292],[407,293],[333,294],[322,295],[563,295],[467,296],[323,295],[325,297],[327,298],[390,299],[328,295],[397,300],[329,301],[593,302],[331,303],[330,304],[334,284],[425,305],[424,306],[416,295],[414,298],[417,307],[415,308],[418,309],[408,310],[419,311],[377,312],[376,313],[369,314],[381,315],[451,316],[370,317],[446,318],[455,319],[380,320],[459,321],[371,321],[391,322],[599,323],[335,324],[392,325],[600,324],[350,324],[596,326],[433,327],[594,328],[597,326],[395,329],[595,328],[393,330],[394,331],[585,332],[586,333],[505,334],[474,317],[477,325],[341,325],[441,325],[342,325],[543,325],[544,335],[343,336],[548,337],[566,338],[466,339],[472,340],[580,341],[567,148],[581,342],[568,148],[321,343],[569,344],[570,345],[572,346],[573,347],[575,348],[582,343],[571,349],[574,338],[598,350],[577,351],[578,352],[579,353],[485,238],[486,354],[410,355],[480,325],[372,356],[362,357],[565,358],[347,359],[604,360],[363,361],[364,362],[471,363],[591,364],[592,364],[590,325],[602,365],[603,365],[601,325],[289,366],[294,367],[290,366],[291,366],[292,366],[293,366],[607,368],[606,369],[258,370],[76,371],[81,372],[77,373],[82,374],[84,375],[85,372],[79,376],[86,377],[87,378],[610,372]]},"version":"5.5.4"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditCompleted.js","sourceRoot":"","sources":["../../src/types/AuditCompleted.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditInherited.js","sourceRoot":"","sources":["../../src/types/AuditInherited.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -1 +1 @@
1
- {"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../src/types/Device.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
1
+ {"version":3,"file":"Device.js","sourceRoot":"","sources":["../../src/types/Device.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DuplicatedButPastAuditCompleted.js","sourceRoot":"","sources":["../../src/types/DuplicatedButPastAuditCompleted.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"Farm.js","sourceRoot":"","sources":["../../../src/types/Farm.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Farm.js","sourceRoot":"","sources":["../../src/types/Farm.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"FarmStatus.js","sourceRoot":"","sources":["../../../src/types/FarmStatus.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FarmStatus.js","sourceRoot":"","sources":["../../src/types/FarmStatus.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCAAndServerUrl.js","sourceRoot":"","sources":["../../src/types/GCAAndServerUrl.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCAServerResponse.js","sourceRoot":"","sources":["../../src/types/GCAServerResponse.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetEquipmentDataHandlerParams.js","sourceRoot":"","sources":["../../src/types/GetEquipmentDataHandlerParams.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PayoutWalletAndSplit.js","sourceRoot":"","sources":["../../src/types/PayoutWalletAndSplit.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PayoutWalletAndSplitWithRewardSplits.js","sourceRoot":"","sources":["../../src/types/PayoutWalletAndSplitWithRewardSplits.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RewardSplit.js","sourceRoot":"","sources":["../../src/types/RewardSplit.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -1 +1 @@
1
- {"version":3,"file":"RewardSplits.js","sourceRoot":"","sources":["../../../src/types/RewardSplits.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"RewardSplits.js","sourceRoot":"","sources":["../../src/types/RewardSplits.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SlotRange.js","sourceRoot":"","sources":["../../src/types/SlotRange.ts"],"names":[],"mappings":"AAAA,4GAA4G"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WeekAndSlotRange.js","sourceRoot":"","sources":["../../src/types/WeekAndSlotRange.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,mCAAmC,CAAC;AAClD,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stashed-Farm.js","sourceRoot":"","sources":["../../../src/types/stashed-Farm.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"stashed-Farm.js","sourceRoot":"","sources":["../../src/types/stashed-Farm.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,23 +1,17 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
7
- "build": "npm run build:cjs && npm run build:esm",
8
- "build:cjs": "tsc -p ./tsconfig.build.json --module commonjs --outDir ./lib/cjs && node postbuild-cjs.mjs",
9
- "build:esm": "tsc -p ./tsconfig.build.json --module es2015 --outDir ./lib/esm && node postbuild-esm.mjs"
7
+ "build": "tsc"
10
8
  },
11
9
  "keywords": [],
12
10
  "author": "",
13
11
  "license": "ISC",
14
12
  "type": "module",
15
- "main": "./lib/cjs/index.js",
16
- "types": "./lib/esm/index.d.ts",
17
- "module": "./lib/esm/index.js",
18
- "files": [
19
- "lib"
20
- ],
13
+ "main": "dist/index.js",
14
+ "types": "dist/index.d.ts",
21
15
  "publishConfig": {
22
16
  "access": "public"
23
17
  },
@@ -25,15 +19,14 @@
25
19
  "type": "git",
26
20
  "url": "https://github.com/glowlabs-org/glow-utils"
27
21
  },
28
- "sideEffects": false,
29
- "exports": {
30
- "types": "./lib/esm/index.d.ts",
31
- "import": "./lib/esm/index.js",
32
- "require": "./lib/cjs/index.js"
33
- },
34
22
  "engines": {
35
23
  "node": ">=16"
36
24
  },
25
+ "dependencies": {
26
+ "ethers": "^5.7.2",
27
+ "merkletreejs": "^0.3.11",
28
+ "viem": "^2.19.7"
29
+ },
37
30
  "peerDependencies": {
38
31
  "ethers": "5.x.x",
39
32
  "merkletreejs": "^0.3.11",
@@ -42,7 +35,7 @@
42
35
  "devDependencies": {
43
36
  "@types/node": "^20.10.5",
44
37
  "ethers": "^5.7.2",
45
- "typescript": "^5.3.3",
38
+ "typescript": "^5.5.4",
46
39
  "viem": "^2.19.7"
47
40
  }
48
41
  }
@@ -0,0 +1 @@
1
+ export const GENESIS_TIMESTAMP: number = 1700352000;
@@ -1,9 +1,9 @@
1
- "use strict";
2
1
  // import { GCAAndServerUrl } from "src/types/GCAAndServerUrl";
2
+
3
3
  // export const gcaToServerUrls: GCAAndServerUrl[] = [
4
4
  // {
5
5
  // gca:"0xB2d687b199ee40e6113CD490455cC81eC325C496",
6
6
  // urls:
7
7
  // }
8
+
8
9
  //TODO: Later when DD more robust testing is added
9
- //# sourceMappingURL=gca-to-server-urls.js.map
package/src/index.ts ADDED
@@ -0,0 +1,3 @@
1
+ export * from "./types/index";
2
+ export * from "./constants/index";
3
+ export { createWeeklyReport } from "./lib/create-weekly-report/index";
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface AuditCompleted { week: number, }
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface AuditInherited { originalAuditCompleteWeek: number, oldFarmId: bigint, weekAuditWasInherited: number, slotRangeActiveInWeekInherited: [number, number], }
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface Device { PublicKey: Array<number>, powerOutputs: Array<number>, impactRates: Array<number>, }
@@ -0,0 +1,4 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { AuditInherited } from "./AuditInherited";
3
+
4
+ export interface DuplicatedButPastAuditCompleted { weekDuplicated: number, slotRangeActiveInWeekDuplicated: [number, number], originalWeekAuditCompletedOrInherited: number, newFarmId: bigint, ifWasAlsoAuditInheritedInOnboardingWeek: AuditInherited | null, }
@@ -0,0 +1,22 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { FarmStatus } from "./FarmStatus";
3
+ import type { RewardSplits } from "./RewardSplits";
4
+ import type { SlotRange } from "./SlotRange";
5
+
6
+ export interface Farm {
7
+ hexlifiedPublicKey: string;
8
+ carbonCreditsProduced: number;
9
+ powerOutputs: Array<number>;
10
+ impactRates: Array<number>;
11
+ weeklyPayment: number;
12
+ rollingImpactPoints: number;
13
+ powerOutput: number;
14
+ shortId: bigint;
15
+ protocolFee: number;
16
+ rewardSplits: RewardSplits | null;
17
+ status: FarmStatus;
18
+ protocolFeePaymentHash: string | null;
19
+ weeksAndSlotRangesToInvertPowerMap: Record<number, Array<SlotRange>> | null;
20
+ weeksAndSlotsToInvalidatePowerMap: Record<number, Array<SlotRange>> | null;
21
+ timestampAuditedComplete: bigint | null;
22
+ }
@@ -0,0 +1,12 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { AuditCompleted } from "./AuditCompleted";
3
+ import type { AuditInherited } from "./AuditInherited";
4
+ import type { DuplicatedButPastAuditCompleted } from "./DuplicatedButPastAuditCompleted";
5
+
6
+ export type FarmStatus =
7
+ | { AuditCompleted: AuditCompleted }
8
+ | { AuditInherited: AuditInherited }
9
+ | { Banned: number }
10
+ | { Duplicate: number }
11
+ | { DuplicateWithPastAuditCompleted: DuplicatedButPastAuditCompleted }
12
+ | "Unassigned";
@@ -0,0 +1,5 @@
1
+ export type GCAAndServerUrl = {
2
+ gca: `0x${string}`;
3
+ urls: string[];
4
+ notes?: string[];
5
+ };
@@ -0,0 +1,4 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { Device } from "./Device";
3
+
4
+ export interface GCAServerResponse { Devices: Array<Device>, TimeslotOffset: bigint, signature: Array<number>, }
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface GetEquipmentDataHandlerParams { url: string, weekNumber: number, withFullData: boolean | null, }
@@ -0,0 +1,5 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { FarmStatus } from "./FarmStatus";
3
+ import type { SlotRange } from "./SlotRange";
4
+
5
+ export interface PayoutWalletAndSplit { short_id: bigint, payout_wallet: string, auditor: string, auditor_percenage_glow_weight: number, auditor_percentage_usdc_weight: number, glow_weight: number, comments: Array<string> | null, payment_tx_hash: string | null, protocol_fee_paid_week: number, status: FarmStatus | null, weeks_and_slot_ranges_to_invert_power_map: Record<number, Array<SlotRange>> | null, weeks_and_slots_to_invalidate_power_map: Record<number, Array<SlotRange>> | null, timestamp_audited_completed: bigint | null, }
@@ -0,0 +1,6 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { FarmStatus } from "./FarmStatus";
3
+ import type { RewardSplits } from "./RewardSplits";
4
+ import type { SlotRange } from "./SlotRange";
5
+
6
+ export interface PayoutWalletAndSplitWithRewardSplits { short_id: bigint, reward_splits: RewardSplits | null, glow_weight: number, comments: Array<string> | null, payment_tx_hash: string | null, protocol_fee_paid_week: number, status: FarmStatus | null, weeks_and_slot_ranges_to_invert_power_map: Record<number, Array<SlotRange>> | null, weeks_and_slots_to_invalidate_power_map: Record<number, Array<SlotRange>> | null, timestamp_audited_completed: bigint | null, }
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface RewardSplit { walletAddress: string, glowSplitPercent: number, usdgSplitPercent: number, }
@@ -0,0 +1,4 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ import type { RewardSplit } from "./RewardSplit";
3
+
4
+ export type RewardSplits = Array<RewardSplit>;
@@ -0,0 +1,3 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+
3
+ export interface SlotRange { start_slot: number, end_slot: number, }