@etherisc/gif-next 0.0.2-a4051e9-983 → 0.0.2-a419a2f-980

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 (235) hide show
  1. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  2. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  3. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  4. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  5. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  6. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  7. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  8. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  10. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  11. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +2 -2
  12. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  13. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
  14. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  15. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  16. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +40 -24
  17. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  18. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +21 -13
  19. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  20. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  21. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  22. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  23. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +3 -3
  24. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  25. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +2 -2
  26. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  27. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +44 -49
  28. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  29. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +2 -2
  30. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  31. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  32. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +2 -2
  33. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  34. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +2 -2
  35. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  36. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +2 -2
  37. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  38. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2 -2
  39. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  40. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  41. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  42. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  44. package/artifacts/contracts/instance/Instance.sol/Instance.json +2 -2
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  46. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +4 -4
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  48. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +2 -2
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  50. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  52. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +2 -2
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  54. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +2 -2
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  56. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2 -2
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  59. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  60. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  61. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  62. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  63. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  64. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  65. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  66. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  68. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  69. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  70. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  71. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +2 -2
  72. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  73. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
  74. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  75. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  76. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  77. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  78. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  79. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +2 -2
  80. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  81. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +2 -2
  82. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  83. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  84. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +2 -2
  85. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  86. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +84 -84
  87. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  88. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +43 -43
  89. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  90. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  91. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  92. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  93. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  94. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +2 -2
  95. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  96. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +2 -2
  97. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  98. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +18 -18
  99. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  100. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +10 -10
  101. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  102. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  103. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +2 -2
  104. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  105. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +76 -76
  106. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  107. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +39 -39
  108. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  109. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  110. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  111. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  112. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  113. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  114. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  115. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +56 -56
  116. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  117. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +29 -29
  118. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  119. package/artifacts/contracts/product/PricingService.sol/PricingService.json +38 -38
  120. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  121. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +20 -20
  122. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  123. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  124. package/artifacts/contracts/product/RiskService.sol/RiskService.json +2 -2
  125. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  126. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +2 -2
  127. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  128. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  129. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  130. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  131. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  132. package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
  133. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  134. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2 -2
  135. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  136. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
  137. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  138. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
  139. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  140. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  141. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +2 -2
  142. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  143. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +2 -2
  144. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  145. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  146. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  147. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  148. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +70 -70
  149. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  150. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +36 -36
  151. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  152. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  153. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  154. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  155. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  156. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  157. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  158. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  159. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  160. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  161. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  162. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  163. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  164. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  165. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  166. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  167. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  168. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  169. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  170. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  171. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  172. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  173. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  174. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  175. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  176. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  177. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  178. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +2 -2
  179. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  180. package/artifacts/contracts/staking/Staking.sol/Staking.json +2 -2
  181. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  182. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  183. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +2 -2
  184. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  185. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
  186. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  187. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +20 -20
  188. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  189. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +11 -11
  190. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  191. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
  192. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  193. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
  194. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  195. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  196. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  197. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  198. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  199. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  200. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  201. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  202. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  203. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  204. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  205. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  206. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  207. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  208. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  209. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  210. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  211. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  212. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  213. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  214. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  215. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  216. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  217. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  218. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  219. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  220. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  221. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  222. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  223. package/contracts/distribution/DistributionService.sol +1 -1
  224. package/contracts/examples/fire/FirePool.sol +5 -7
  225. package/contracts/examples/fire/FireProduct.sol +0 -3
  226. package/contracts/instance/InstanceAdmin.sol +3 -3
  227. package/contracts/instance/InstanceService.sol +3 -1
  228. package/contracts/pool/BundleService.sol +28 -15
  229. package/contracts/product/ApplicationService.sol +8 -6
  230. package/contracts/product/ClaimService.sol +16 -8
  231. package/contracts/product/PolicyService.sol +15 -7
  232. package/contracts/product/PricingService.sol +4 -1
  233. package/contracts/shared/ComponentService.sol +11 -1
  234. package/contracts/staking/StakingService.sol +14 -0
  235. package/package.json +1 -1
@@ -22,7 +22,7 @@ import {IRegistry} from "../registry/IRegistry.sol";
22
22
  import {IRegistryService} from "../registry/IRegistryService.sol";
23
23
  import {KEEP_STATE} from "../type/StateId.sol";
24
24
  import {NftId} from "../type/NftId.sol";
25
- import {ObjectType, REGISTRY, COMPONENT, DISTRIBUTION, INSTANCE, ORACLE, POOL, PRODUCT} from "../type/ObjectType.sol";
25
+ import {ObjectType, REGISTRY, BUNDLE, COMPONENT, DISTRIBUTION, DISTRIBUTOR, INSTANCE, ORACLE, POOL, PRODUCT} from "../type/ObjectType.sol";
26
26
  import {RoleId} from "../type/RoleId.sol";
27
27
  import {TokenHandlerDeployerLib} from "../shared/TokenHandlerDeployerLib.sol";
28
28
 
@@ -220,6 +220,7 @@ contract ComponentService is
220
220
  // TODO re-enable once role granting is stable and fixed
221
221
  // restricted()
222
222
  {
223
+ _checkNftType(productNftId, PRODUCT());
223
224
  _changeTargetBalance(INCREASE, instanceStore, productNftId, AmountLib.zero(), feeAmount);
224
225
  }
225
226
 
@@ -230,6 +231,7 @@ contract ComponentService is
230
231
  // TODO re-enable once role granting is stable and fixed
231
232
  // restricted()
232
233
  {
234
+ _checkNftType(productNftId, PRODUCT());
233
235
  _changeTargetBalance(DECREASE, instanceStore, productNftId, AmountLib.zero(), feeAmount);
234
236
  }
235
237
 
@@ -312,6 +314,7 @@ contract ComponentService is
312
314
  // TODO re-enable once role granting is stable and fixed
313
315
  // restricted()
314
316
  {
317
+ _checkNftType(distributionNftId, DISTRIBUTION());
315
318
  _changeTargetBalance(INCREASE, instanceStore, distributionNftId, amount, feeAmount);
316
319
  }
317
320
 
@@ -327,6 +330,7 @@ contract ComponentService is
327
330
  // TODO re-enable once role granting is stable and fixed
328
331
  // restricted()
329
332
  {
333
+ _checkNftType(distributionNftId, DISTRIBUTION());
330
334
  _changeTargetBalance(DECREASE, instanceStore, distributionNftId, amount, feeAmount);
331
335
  }
332
336
 
@@ -343,6 +347,7 @@ contract ComponentService is
343
347
  // TODO re-enable once role granting is stable and fixed
344
348
  // restricted()
345
349
  {
350
+ _checkNftType(distributorNftId, DISTRIBUTOR());
346
351
  _changeTargetBalance(INCREASE, instanceStore, distributorNftId, amount, feeAmount);
347
352
  }
348
353
 
@@ -357,6 +362,7 @@ contract ComponentService is
357
362
  // TODO re-enable once role granting is stable and fixed
358
363
  // restricted()
359
364
  {
365
+ _checkNftType(distributorNftId, DISTRIBUTOR());
360
366
  _changeTargetBalance(DECREASE, instanceStore, distributorNftId, amount, feeAmount);
361
367
  }
362
368
 
@@ -485,6 +491,7 @@ contract ComponentService is
485
491
  // TODO re-enable once role granting is stable and fixed
486
492
  // restricted()
487
493
  {
494
+ _checkNftType(poolNftId, POOL());
488
495
  _changeTargetBalance(INCREASE, instanceStore, poolNftId, amount, feeAmount);
489
496
  }
490
497
 
@@ -499,6 +506,7 @@ contract ComponentService is
499
506
  // TODO re-enable once role granting is stable and fixed
500
507
  // restricted()
501
508
  {
509
+ _checkNftType(poolNftId, POOL());
502
510
  _changeTargetBalance(DECREASE, instanceStore, poolNftId, amount, feeAmount);
503
511
  }
504
512
 
@@ -515,6 +523,7 @@ contract ComponentService is
515
523
  // TODO re-enable once role granting is stable and fixed
516
524
  // restricted()
517
525
  {
526
+ _checkNftType(bundleNftId, BUNDLE());
518
527
  _changeTargetBalance(INCREASE, instanceStore, bundleNftId, amount, feeAmount);
519
528
  }
520
529
 
@@ -529,6 +538,7 @@ contract ComponentService is
529
538
  // TODO re-enable once role granting is stable and fixed
530
539
  // restricted()
531
540
  {
541
+ _checkNftType(bundleNftId, BUNDLE());
532
542
  _changeTargetBalance(DECREASE, instanceStore, bundleNftId, amount, feeAmount);
533
543
  }
534
544
 
@@ -58,6 +58,7 @@ contract StakingService is
58
58
  virtual
59
59
  restricted()
60
60
  {
61
+ _checkNftType(instanceNftId, INSTANCE());
61
62
  _getStakingServiceStorage()._staking.setLockingPeriod(
62
63
  instanceNftId,
63
64
  lockingPeriod);
@@ -69,6 +70,7 @@ contract StakingService is
69
70
  virtual
70
71
  restricted()
71
72
  {
73
+ _checkNftType(instanceNftId, INSTANCE());
72
74
  _getStakingServiceStorage()._staking.setRewardRate(
73
75
  instanceNftId,
74
76
  rewardRate);
@@ -81,6 +83,7 @@ contract StakingService is
81
83
  restricted()
82
84
  returns (Amount newBalance)
83
85
  {
86
+ _checkNftType(instanceNftId, INSTANCE());
84
87
  return _refillRewardReserves(instanceNftId, rewardProvider, dipAmount);
85
88
  }
86
89
 
@@ -102,6 +105,7 @@ contract StakingService is
102
105
  restricted()
103
106
  returns (Amount newBalance)
104
107
  {
108
+ _checkNftType(instanceNftId, INSTANCE());
105
109
  // update reward reserve book keeping
106
110
  StakingServiceStorage storage $ = _getStakingServiceStorage();
107
111
  newBalance = $._staking.withdrawRewardReserves(instanceNftId, dipAmount);
@@ -172,6 +176,8 @@ contract StakingService is
172
176
  restricted()
173
177
  onlyNftOwner(stakeNftId)
174
178
  {
179
+ _checkNftType(stakeNftId, STAKE());
180
+
175
181
  StakingServiceStorage storage $ = _getStakingServiceStorage();
176
182
  address stakeOwner = msg.sender;
177
183
 
@@ -202,6 +208,8 @@ contract StakingService is
202
208
  NftId newStakeNftId
203
209
  )
204
210
  {
211
+ _checkNftType(stakeNftId, STAKE());
212
+
205
213
  StakingServiceStorage storage $ = _getStakingServiceStorage();
206
214
  // TODO implement
207
215
  }
@@ -214,6 +222,8 @@ contract StakingService is
214
222
  virtual
215
223
  restricted()
216
224
  {
225
+ _checkNftType(stakeNftId, STAKE());
226
+
217
227
  StakingServiceStorage storage $ = _getStakingServiceStorage();
218
228
  $._staking.updateRewards(stakeNftId);
219
229
 
@@ -227,6 +237,8 @@ contract StakingService is
227
237
  restricted()
228
238
  onlyNftOwner(stakeNftId)
229
239
  {
240
+ _checkNftType(stakeNftId, STAKE());
241
+
230
242
  StakingServiceStorage storage $ = _getStakingServiceStorage();
231
243
  address stakeOwner = msg.sender;
232
244
 
@@ -244,6 +256,8 @@ contract StakingService is
244
256
  restricted()
245
257
  onlyNftOwner(stakeNftId)
246
258
  {
259
+ _checkNftType(stakeNftId, STAKE());
260
+
247
261
  StakingServiceStorage storage $ = _getStakingServiceStorage();
248
262
  address stakeOwner = msg.sender;
249
263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etherisc/gif-next",
3
- "version": "0.0.2-a4051e9-983",
3
+ "version": "0.0.2-a419a2f-980",
4
4
  "description": "This is the repository for the next version of the Generic Insurance Framework (GIF) smart contracts. ",
5
5
  "main": "index.js",
6
6
  "scripts": {