@metadaoproject/futarchy 0.7.0-alpha.1 → 0.7.0-alpha.2

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.
@@ -44,7 +44,9 @@ export type LaunchInitializedEvent = IdlEvents<LaunchpadProgram>["LaunchInitiali
44
44
  export type LaunchRefundedEvent = IdlEvents<LaunchpadProgram>["LaunchRefundedEvent"];
45
45
  export type LaunchStartedEvent = IdlEvents<LaunchpadProgram>["LaunchStartedEvent"];
46
46
  export type LaunchCloseEvent = IdlEvents<LaunchpadProgram>["LaunchCloseEvent"];
47
- export type LaunchpadEvent = LaunchClaimEvent | LaunchCompletedEvent | LaunchFundedEvent | LaunchInitializedEvent | LaunchRefundedEvent | LaunchStartedEvent | LaunchCloseEvent;
47
+ export type FundingRecordApprovalSetEvent = IdlEvents<LaunchpadProgram>["FundingRecordApprovalSetEvent"];
48
+ export type LaunchClaimAdditionalTokenAllocationEvent = IdlEvents<LaunchpadProgram>["LaunchClaimAdditionalTokenAllocationEvent"];
49
+ export type LaunchpadEvent = LaunchClaimEvent | LaunchCompletedEvent | LaunchFundedEvent | LaunchInitializedEvent | LaunchRefundedEvent | LaunchStartedEvent | LaunchCloseEvent | FundingRecordApprovalSetEvent | LaunchClaimAdditionalTokenAllocationEvent;
48
50
  export type CollectFeesEvent = IdlEvents<FutarchyProgram>["CollectFeesEvent"];
49
51
  export type InitializeDaoEvent = IdlEvents<FutarchyProgram>["InitializeDaoEvent"];
50
52
  export type UpdateDaoEvent = IdlEvents<FutarchyProgram>["UpdateDaoEvent"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metadaoproject/futarchy",
3
- "version": "0.7.0-alpha.1",
3
+ "version": "0.7.0-alpha.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",