@etherisc/gif-next 0.0.2-f2df3e2-873 → 0.0.2-f398177-971

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. package/artifacts/contracts/components/Component.sol/Component.dbg.json +1 -1
  2. package/artifacts/contracts/components/Component.sol/Component.json +37 -6
  3. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.json +44 -13
  5. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +1 -1
  6. package/artifacts/contracts/components/IComponent.sol/IComponent.json +37 -6
  7. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +44 -13
  9. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +55 -24
  11. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +52 -21
  13. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  14. package/artifacts/contracts/components/Pool.sol/Pool.json +55 -24
  15. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  16. package/artifacts/contracts/components/Product.sol/Product.json +52 -21
  17. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  18. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +2 -2
  19. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +1 -1
  20. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  21. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +252 -2210
  22. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  23. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +21 -38
  24. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  25. package/artifacts/contracts/instance/Instance.sol/Instance.json +346 -2685
  26. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +67 -49
  28. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  29. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
  30. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  31. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +219 -53
  32. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  33. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +59 -220
  34. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  35. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +32 -117
  36. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  37. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2788 -0
  38. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
  39. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +2 -2
  40. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.json +37 -13
  42. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  43. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  44. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  45. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +2 -2
  46. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  47. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +2 -2
  48. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  49. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  50. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  51. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  52. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  53. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  54. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  55. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  56. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  57. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +75 -217
  58. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  59. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +33 -66
  60. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +155 -133
  62. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  63. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +35 -64
  64. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +1 -1
  65. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +463 -119
  66. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  67. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +109 -42
  68. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  69. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +181 -399
  70. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  71. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +81 -94
  72. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  73. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +11 -145
  74. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +1 -1
  75. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +79 -30
  76. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +1 -1
  77. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +229 -88
  78. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  79. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +23 -273
  80. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +40 -326
  82. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  83. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +265 -32
  84. package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.dbg.json +4 -0
  85. package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.json +510 -0
  86. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  87. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +5 -13
  88. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +1 -1
  89. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +213 -443
  90. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  91. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +74 -75
  92. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  93. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +439 -54
  94. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  95. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +84 -37
  96. package/artifacts/contracts/instance/service/PricingService.sol/PricingService.dbg.json +4 -0
  97. package/artifacts/contracts/instance/service/PricingService.sol/PricingService.json +1004 -0
  98. package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.json +688 -0
  100. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
  101. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +55 -31
  102. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
  103. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +22 -35
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  106. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +5 -13
  108. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  109. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  110. package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
  111. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +1 -1
  112. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +2 -2
  113. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  114. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +17 -25
  115. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  116. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +21 -34
  117. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
  118. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +2 -2
  119. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  120. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +10 -23
  121. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  122. package/artifacts/contracts/{instance → shared}/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +3 -3
  123. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  124. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  125. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  126. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +0 -13
  127. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  128. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +69 -9
  129. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  130. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +0 -13
  131. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  132. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  133. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  134. package/artifacts/contracts/shared/IService.sol/IService.json +5 -13
  135. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  136. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  137. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +6 -19
  138. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  139. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +80 -26
  140. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  141. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +14 -27
  142. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  143. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +6 -19
  144. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  145. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  146. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  147. package/artifacts/contracts/shared/Service.sol/Service.json +5 -13
  148. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  149. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
  150. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  151. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  152. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  153. package/artifacts/contracts/test/TestFee.sol/TestFee.json +2 -2
  154. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  155. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +6 -19
  156. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  157. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  158. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  159. package/artifacts/contracts/test/TestService.sol/TestService.json +17 -25
  160. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  161. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  162. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  163. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  164. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  165. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +1 -1
  166. package/artifacts/contracts/types/Amount.sol/AmountLib.json +100 -4
  167. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  168. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  169. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  170. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +2 -2
  171. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  172. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +2 -2
  173. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  174. package/artifacts/contracts/types/Fee.sol/FeeLib.json +42 -18
  175. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  176. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +2 -2
  177. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  178. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +2 -2
  179. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  180. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +2 -2
  181. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  182. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  183. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
  184. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  185. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +2 -2
  186. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  187. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +2 -2
  188. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  189. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +2 -2
  190. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  191. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  192. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +1 -1
  193. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  194. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  195. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  196. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  197. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  198. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  199. package/contracts/components/Component.sol +21 -2
  200. package/contracts/components/Distribution.sol +5 -4
  201. package/contracts/components/IComponent.sol +16 -2
  202. package/contracts/components/IPoolComponent.sol +7 -6
  203. package/contracts/components/IProductComponent.sol +5 -4
  204. package/contracts/components/Pool.sol +8 -8
  205. package/contracts/components/Product.sol +21 -17
  206. package/contracts/instance/IInstance.sol +28 -53
  207. package/contracts/instance/IInstanceService.sol +15 -10
  208. package/contracts/instance/Instance.sol +90 -171
  209. package/contracts/instance/InstanceAccessManager.sol +35 -21
  210. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  211. package/contracts/instance/InstanceReader.sol +56 -5
  212. package/contracts/instance/InstanceService.sol +96 -266
  213. package/contracts/instance/InstanceStore.sol +212 -0
  214. package/contracts/instance/ObjectManager.sol +1 -1
  215. package/contracts/instance/base/ComponentService.sol +47 -20
  216. package/contracts/instance/base/KeyValueStore.sol +0 -31
  217. package/contracts/instance/base/Lifecycle.sol +7 -4
  218. package/contracts/instance/module/IComponents.sol +3 -3
  219. package/contracts/instance/module/IDistribution.sol +3 -2
  220. package/contracts/instance/module/IPolicy.sol +5 -5
  221. package/contracts/instance/service/ApplicationService.sol +58 -227
  222. package/contracts/instance/service/BundleService.sol +65 -119
  223. package/contracts/instance/service/ClaimService.sol +232 -34
  224. package/contracts/instance/service/DistributionService.sol +51 -134
  225. package/contracts/instance/service/IApplicationService.sol +5 -21
  226. package/contracts/instance/service/IBundleService.sol +32 -10
  227. package/contracts/instance/service/IClaimService.sol +37 -39
  228. package/contracts/instance/service/IDistributionService.sol +10 -22
  229. package/contracts/instance/service/IPolicyService.sol +15 -72
  230. package/contracts/instance/service/IPoolService.sol +18 -3
  231. package/contracts/instance/service/IPricingService.sol +37 -0
  232. package/contracts/instance/service/PolicyService.sol +112 -277
  233. package/contracts/instance/service/PoolService.sol +121 -21
  234. package/contracts/instance/service/PricingService.sol +275 -0
  235. package/contracts/instance/service/PricingServiceManager.sol +51 -0
  236. package/contracts/instance/service/ProductService.sol +10 -10
  237. package/contracts/registry/IRegistryService.sol +0 -2
  238. package/contracts/registry/RegistryService.sol +14 -10
  239. package/contracts/shared/IPolicyHolder.sol +23 -9
  240. package/contracts/shared/IRegistryLinked.sol +0 -1
  241. package/contracts/shared/IService.sol +2 -0
  242. package/contracts/shared/NftOwnable.sol +0 -2
  243. package/contracts/shared/PolicyHolder.sol +30 -17
  244. package/contracts/shared/Registerable.sol +10 -9
  245. package/contracts/shared/RegistryLinked.sol +0 -5
  246. package/contracts/shared/TokenHandler.sol +4 -2
  247. package/contracts/types/Amount.sol +44 -0
  248. package/contracts/types/Fee.sol +7 -6
  249. package/contracts/types/ObjectType.sol +5 -1
  250. package/package.json +1 -1
  251. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  252. /package/contracts/{instance → shared}/AccessManagerUpgradeableInitializeable.sol +0 -0
@@ -132,64 +132,6 @@
132
132
  "name": "ErrorIPolicyServicePolicyNotActive",
133
133
  "type": "error"
134
134
  },
135
- {
136
- "inputs": [
137
- {
138
- "internalType": "NftId",
139
- "name": "policyNftId",
140
- "type": "uint96"
141
- },
142
- {
143
- "internalType": "uint256",
144
- "name": "premiumPaidAmount",
145
- "type": "uint256"
146
- }
147
- ],
148
- "name": "ErrorIPolicyServicePremiumAlreadyPaid",
149
- "type": "error"
150
- },
151
- {
152
- "inputs": [
153
- {
154
- "internalType": "NftId",
155
- "name": "policyNftId",
156
- "type": "uint96"
157
- },
158
- {
159
- "internalType": "uint256",
160
- "name": "expectedPremiumAmount",
161
- "type": "uint256"
162
- },
163
- {
164
- "internalType": "uint256",
165
- "name": "recalculatedPremiumAmount",
166
- "type": "uint256"
167
- }
168
- ],
169
- "name": "ErrorIPolicyServicePremiumMismatch",
170
- "type": "error"
171
- },
172
- {
173
- "inputs": [
174
- {
175
- "internalType": "NftId",
176
- "name": "policyNftId",
177
- "type": "uint96"
178
- },
179
- {
180
- "internalType": "uint256",
181
- "name": "premiumAmount",
182
- "type": "uint256"
183
- },
184
- {
185
- "internalType": "uint256",
186
- "name": "premiumPaidAmount",
187
- "type": "uint256"
188
- }
189
- ],
190
- "name": "ErrorIPolicyServicePremiumNotFullyPaid",
191
- "type": "error"
192
- },
193
135
  {
194
136
  "inputs": [
195
137
  {
@@ -243,32 +185,32 @@
243
185
  "inputs": [
244
186
  {
245
187
  "internalType": "NftId",
246
- "name": "policyNftId",
188
+ "name": "applicationNftId",
247
189
  "type": "uint96"
248
190
  },
249
191
  {
250
- "internalType": "Amount",
251
- "name": "sumInsured",
192
+ "internalType": "NftId",
193
+ "name": "expectedProductNftId",
252
194
  "type": "uint96"
253
195
  },
254
196
  {
255
- "internalType": "Amount",
256
- "name": "payoutsIncludingClaimAmount",
197
+ "internalType": "NftId",
198
+ "name": "actualProductNftId",
257
199
  "type": "uint96"
258
200
  }
259
201
  ],
260
- "name": "ErrorPolicyServiceClaimExceedsSumInsured",
202
+ "name": "ErrorPolicyServicePolicyProductMismatch",
261
203
  "type": "error"
262
204
  },
263
205
  {
264
206
  "inputs": [
265
207
  {
266
208
  "internalType": "NftId",
267
- "name": "policyNftId",
209
+ "name": "applicationNftId",
268
210
  "type": "uint96"
269
211
  }
270
212
  ],
271
- "name": "ErrorPolicyServicePolicyNotOpen",
213
+ "name": "ErrorPolicyServicePolicyStateNotApplied",
272
214
  "type": "error"
273
215
  },
274
216
  {
@@ -279,168 +221,93 @@
279
221
  "type": "uint96"
280
222
  },
281
223
  {
282
- "internalType": "NftId",
283
- "name": "expectedProduct",
284
- "type": "uint96"
285
- },
286
- {
287
- "internalType": "NftId",
288
- "name": "actualProduct",
224
+ "internalType": "Amount",
225
+ "name": "premiumPaidAmount",
289
226
  "type": "uint96"
290
227
  }
291
228
  ],
292
- "name": "ErrorPolicyServicePolicyProductMismatch",
229
+ "name": "ErrorPolicyServicePremiumAlreadyPaid",
293
230
  "type": "error"
294
231
  },
295
232
  {
296
- "anonymous": false,
297
233
  "inputs": [
298
234
  {
299
- "indexed": false,
300
- "internalType": "address",
301
- "name": "authority",
302
- "type": "address"
303
- }
304
- ],
305
- "name": "AuthorityUpdated",
306
- "type": "event"
307
- },
308
- {
309
- "anonymous": false,
310
- "inputs": [
311
- {
312
- "indexed": false,
313
235
  "internalType": "NftId",
314
236
  "name": "policyNftId",
315
237
  "type": "uint96"
316
238
  },
317
239
  {
318
- "indexed": false,
319
- "internalType": "ClaimId",
320
- "name": "claimId",
321
- "type": "uint16"
322
- }
323
- ],
324
- "name": "LogPolicyServiceClaimClosed",
325
- "type": "event"
326
- },
327
- {
328
- "anonymous": false,
329
- "inputs": [
330
- {
331
- "indexed": false,
332
- "internalType": "NftId",
333
- "name": "policyNftId",
240
+ "internalType": "Amount",
241
+ "name": "expectedPremiumAmount",
334
242
  "type": "uint96"
335
243
  },
336
244
  {
337
- "indexed": false,
338
- "internalType": "ClaimId",
339
- "name": "claimId",
340
- "type": "uint16"
341
- },
342
- {
343
- "indexed": false,
344
245
  "internalType": "Amount",
345
- "name": "confirmedAmount",
246
+ "name": "recalculatedPremiumAmount",
346
247
  "type": "uint96"
347
248
  }
348
249
  ],
349
- "name": "LogPolicyServiceClaimConfirmed",
350
- "type": "event"
250
+ "name": "ErrorPolicyServicePremiumMismatch",
251
+ "type": "error"
351
252
  },
352
253
  {
353
- "anonymous": false,
354
254
  "inputs": [
355
255
  {
356
- "indexed": false,
357
256
  "internalType": "NftId",
358
257
  "name": "policyNftId",
359
258
  "type": "uint96"
360
259
  },
361
260
  {
362
- "indexed": false,
363
- "internalType": "ClaimId",
364
- "name": "claimId",
365
- "type": "uint16"
366
- }
367
- ],
368
- "name": "LogPolicyServiceClaimDeclined",
369
- "type": "event"
370
- },
371
- {
372
- "anonymous": false,
373
- "inputs": [
374
- {
375
- "indexed": false,
376
- "internalType": "NftId",
377
- "name": "policyNftId",
261
+ "internalType": "Amount",
262
+ "name": "premiumAmount",
378
263
  "type": "uint96"
379
264
  },
380
265
  {
381
- "indexed": false,
382
- "internalType": "ClaimId",
383
- "name": "claimId",
384
- "type": "uint16"
385
- },
386
- {
387
- "indexed": false,
388
266
  "internalType": "Amount",
389
- "name": "claimAmount",
267
+ "name": "premiumPaidAmount",
390
268
  "type": "uint96"
391
269
  }
392
270
  ],
393
- "name": "LogPolicyServiceClaimSubmitted",
394
- "type": "event"
271
+ "name": "ErrorPolicyServicePremiumNotFullyPaid",
272
+ "type": "error"
395
273
  },
396
274
  {
397
- "anonymous": false,
398
275
  "inputs": [
399
276
  {
400
- "indexed": false,
401
277
  "internalType": "NftId",
402
278
  "name": "policyNftId",
403
279
  "type": "uint96"
404
280
  },
405
281
  {
406
- "indexed": false,
407
- "internalType": "PayoutId",
408
- "name": "payoutId",
409
- "type": "uint24"
282
+ "internalType": "Amount",
283
+ "name": "expectedPremiumAmount",
284
+ "type": "uint96"
410
285
  },
411
286
  {
412
- "indexed": false,
413
287
  "internalType": "Amount",
414
- "name": "amount",
288
+ "name": "transferredPremiumAmount",
415
289
  "type": "uint96"
416
290
  }
417
291
  ],
418
- "name": "LogPolicyServicePayoutCreated",
419
- "type": "event"
292
+ "name": "ErrorPolicyServiceTransferredPremiumMismatch",
293
+ "type": "error"
294
+ },
295
+ {
296
+ "inputs": [],
297
+ "name": "ErrorServiceNotImplemented",
298
+ "type": "error"
420
299
  },
421
300
  {
422
301
  "anonymous": false,
423
302
  "inputs": [
424
303
  {
425
304
  "indexed": false,
426
- "internalType": "NftId",
427
- "name": "policyNftId",
428
- "type": "uint96"
429
- },
430
- {
431
- "indexed": false,
432
- "internalType": "PayoutId",
433
- "name": "payoutId",
434
- "type": "uint24"
435
- },
436
- {
437
- "indexed": false,
438
- "internalType": "Amount",
439
- "name": "amount",
440
- "type": "uint96"
305
+ "internalType": "address",
306
+ "name": "authority",
307
+ "type": "address"
441
308
  }
442
309
  ],
443
- "name": "LogPolicyServicePayoutProcessed",
310
+ "name": "AuthorityUpdated",
444
311
  "type": "event"
445
312
  },
446
313
  {
@@ -482,17 +349,17 @@
482
349
  "type": "uint256"
483
350
  },
484
351
  {
485
- "internalType": "uint256",
352
+ "internalType": "Amount",
486
353
  "name": "sumInsuredAmount",
487
- "type": "uint256"
354
+ "type": "uint96"
488
355
  }
489
356
  ],
490
357
  "name": "calculateRequiredCollateral",
491
358
  "outputs": [
492
359
  {
493
- "internalType": "uint256",
360
+ "internalType": "Amount",
494
361
  "name": "collateralAmount",
495
- "type": "uint256"
362
+ "type": "uint96"
496
363
  }
497
364
  ],
498
365
  "stateMutability": "pure",
@@ -511,24 +378,6 @@
511
378
  "stateMutability": "nonpayable",
512
379
  "type": "function"
513
380
  },
514
- {
515
- "inputs": [
516
- {
517
- "internalType": "NftId",
518
- "name": "policyNftId",
519
- "type": "uint96"
520
- },
521
- {
522
- "internalType": "ClaimId",
523
- "name": "claimId",
524
- "type": "uint16"
525
- }
526
- ],
527
- "name": "closeClaim",
528
- "outputs": [],
529
- "stateMutability": "nonpayable",
530
- "type": "function"
531
- },
532
381
  {
533
382
  "inputs": [
534
383
  {
@@ -570,63 +419,6 @@
570
419
  "stateMutability": "nonpayable",
571
420
  "type": "function"
572
421
  },
573
- {
574
- "inputs": [
575
- {
576
- "internalType": "NftId",
577
- "name": "policyNftId",
578
- "type": "uint96"
579
- },
580
- {
581
- "internalType": "ClaimId",
582
- "name": "claimId",
583
- "type": "uint16"
584
- },
585
- {
586
- "internalType": "Amount",
587
- "name": "confirmedAmount",
588
- "type": "uint96"
589
- }
590
- ],
591
- "name": "confirmClaim",
592
- "outputs": [],
593
- "stateMutability": "nonpayable",
594
- "type": "function"
595
- },
596
- {
597
- "inputs": [
598
- {
599
- "internalType": "NftId",
600
- "name": "policyNftId",
601
- "type": "uint96"
602
- },
603
- {
604
- "internalType": "ClaimId",
605
- "name": "claimId",
606
- "type": "uint16"
607
- },
608
- {
609
- "internalType": "Amount",
610
- "name": "amount",
611
- "type": "uint96"
612
- },
613
- {
614
- "internalType": "bytes",
615
- "name": "data",
616
- "type": "bytes"
617
- }
618
- ],
619
- "name": "createPayout",
620
- "outputs": [
621
- {
622
- "internalType": "PayoutId",
623
- "name": "payoutId",
624
- "type": "uint24"
625
- }
626
- ],
627
- "stateMutability": "nonpayable",
628
- "type": "function"
629
- },
630
422
  {
631
423
  "inputs": [
632
424
  {
@@ -640,24 +432,6 @@
640
432
  "stateMutability": "nonpayable",
641
433
  "type": "function"
642
434
  },
643
- {
644
- "inputs": [
645
- {
646
- "internalType": "NftId",
647
- "name": "policyNftId",
648
- "type": "uint96"
649
- },
650
- {
651
- "internalType": "ClaimId",
652
- "name": "claimId",
653
- "type": "uint16"
654
- }
655
- ],
656
- "name": "declineClaim",
657
- "outputs": [],
658
- "stateMutability": "nonpayable",
659
- "type": "function"
660
- },
661
435
  {
662
436
  "inputs": [
663
437
  {
@@ -773,19 +547,6 @@
773
547
  "stateMutability": "view",
774
548
  "type": "function"
775
549
  },
776
- {
777
- "inputs": [],
778
- "name": "getRegistryAddress",
779
- "outputs": [
780
- {
781
- "internalType": "address",
782
- "name": "",
783
- "type": "address"
784
- }
785
- ],
786
- "stateMutability": "view",
787
- "type": "function"
788
- },
789
550
  {
790
551
  "inputs": [],
791
552
  "name": "getVersion",
@@ -837,24 +598,6 @@
837
598
  "stateMutability": "nonpayable",
838
599
  "type": "function"
839
600
  },
840
- {
841
- "inputs": [
842
- {
843
- "internalType": "NftId",
844
- "name": "policyNftId",
845
- "type": "uint96"
846
- },
847
- {
848
- "internalType": "PayoutId",
849
- "name": "payoutId",
850
- "type": "uint24"
851
- }
852
- ],
853
- "name": "processPayout",
854
- "outputs": [],
855
- "stateMutability": "nonpayable",
856
- "type": "function"
857
- },
858
601
  {
859
602
  "inputs": [
860
603
  {
@@ -868,35 +611,6 @@
868
611
  "stateMutability": "nonpayable",
869
612
  "type": "function"
870
613
  },
871
- {
872
- "inputs": [
873
- {
874
- "internalType": "NftId",
875
- "name": "policyNftId",
876
- "type": "uint96"
877
- },
878
- {
879
- "internalType": "Amount",
880
- "name": "claimAmount",
881
- "type": "uint96"
882
- },
883
- {
884
- "internalType": "bytes",
885
- "name": "claimData",
886
- "type": "bytes"
887
- }
888
- ],
889
- "name": "submitClaim",
890
- "outputs": [
891
- {
892
- "internalType": "ClaimId",
893
- "name": "claimId",
894
- "type": "uint16"
895
- }
896
- ],
897
- "stateMutability": "nonpayable",
898
- "type": "function"
899
- },
900
614
  {
901
615
  "inputs": [
902
616
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/0097d743c9f1859f51a737077ba376b2.json"
3
+ "buildInfo": "../../../../build-info/9ad7e5cd40fc44ac9661107a4e6da944.json"
4
4
  }