@superfluid-finance/sdk-core 0.3.3-dev.9b08025.0 → 0.3.3-dev.9dad1ad.0
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.
- package/CHANGELOG.md +1 -0
- package/README.md +2 -0
- package/dist/index.umd.js +943 -281
- package/dist/main/BatchCall.d.ts +6 -6
- package/dist/main/BatchCall.js +6 -6
- package/dist/main/ConstantFlowAgreementV1.d.ts +107 -16
- package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +242 -45
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/ERC20Token.d.ts +13 -11
- package/dist/main/ERC20Token.d.ts.map +1 -1
- package/dist/main/ERC20Token.js +20 -20
- package/dist/main/ERC20Token.js.map +1 -1
- package/dist/main/Framework.d.ts +5 -5
- package/dist/main/Framework.js +5 -5
- package/dist/main/Host.d.ts +2 -2
- package/dist/main/Host.js +2 -2
- package/dist/main/InstantDistributionAgreementV1.d.ts +23 -21
- package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.js +66 -66
- package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/main/Operation.d.ts +5 -5
- package/dist/main/Operation.js +5 -5
- package/dist/main/Query.d.ts +1 -1
- package/dist/main/Query.js +1 -1
- package/dist/main/SFError.d.ts +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SFError.js +2 -0
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/SuperToken.d.ts +114 -38
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +179 -106
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +348 -0
- package/dist/main/constants.d.ts +4 -0
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +7 -1
- package/dist/main/constants.js.map +1 -1
- package/dist/main/events.d.ts +14 -2
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/frameworkHelpers.d.ts +2 -2
- package/dist/main/frameworkHelpers.js +2 -2
- package/dist/main/interfaces.d.ts +62 -8
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +22 -1
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/main/pagination.d.ts +4 -4
- package/dist/main/pagination.js +2 -2
- package/dist/main/subgraph/events/events.generated.d.ts +46 -3
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +4 -3
- package/dist/main/subgraph/events/events.generated.js.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +12 -0
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +817 -5
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +184 -0
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +348 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/main/utils.d.ts +15 -13
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +29 -15
- package/dist/main/utils.js.map +1 -1
- package/dist/module/BatchCall.d.ts +6 -6
- package/dist/module/BatchCall.js +6 -6
- package/dist/module/ConstantFlowAgreementV1.d.ts +107 -16
- package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +243 -46
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/ERC20Token.d.ts +13 -11
- package/dist/module/ERC20Token.d.ts.map +1 -1
- package/dist/module/ERC20Token.js +20 -20
- package/dist/module/ERC20Token.js.map +1 -1
- package/dist/module/Framework.d.ts +5 -5
- package/dist/module/Framework.js +5 -5
- package/dist/module/Host.d.ts +2 -2
- package/dist/module/Host.js +2 -2
- package/dist/module/InstantDistributionAgreementV1.d.ts +23 -21
- package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.js +66 -66
- package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/module/Operation.d.ts +5 -5
- package/dist/module/Operation.js +5 -5
- package/dist/module/Query.d.ts +1 -1
- package/dist/module/Query.js +1 -1
- package/dist/module/SFError.d.ts +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SFError.js +2 -0
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/SuperToken.d.ts +114 -38
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +179 -106
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +348 -0
- package/dist/module/constants.d.ts +4 -0
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +6 -0
- package/dist/module/constants.js.map +1 -1
- package/dist/module/events.d.ts +14 -2
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/frameworkHelpers.d.ts +2 -2
- package/dist/module/frameworkHelpers.js +2 -2
- package/dist/module/interfaces.d.ts +62 -8
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +22 -1
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/pagination.d.ts +4 -4
- package/dist/module/pagination.js +2 -2
- package/dist/module/subgraph/events/events.generated.d.ts +46 -3
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +3 -2
- package/dist/module/subgraph/events/events.generated.js.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +12 -0
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +817 -5
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +184 -0
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +348 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/utils.d.ts +15 -13
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +27 -15
- package/dist/module/utils.js.map +1 -1
- package/package.json +9 -11
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
12
12
|
- Added `PageNumberPaging` for UI development friendly pagination API
|
|
13
13
|
- Added `AllPaging` to recursively query all results from Subgraph
|
|
14
14
|
- Added support for `TypedDocumentNode` for `SubgraphClient`
|
|
15
|
+
- Added new ACL function support: authorizing flow operator permissions and create/update/delete flow by operator
|
|
15
16
|
|
|
16
17
|
### Changed
|
|
17
18
|
- Renamed `Token` to `ERC20Token`
|
package/README.md
CHANGED
|
@@ -55,6 +55,8 @@ To get the package up and running you'll need to install the necessary dependenc
|
|
|
55
55
|
yarn install && yarn build
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
+
> NOTE: `yarn build` has a prerequisite that the contracts in `ethereum-contracts` have been built.
|
|
59
|
+
|
|
58
60
|
# Tutorial
|
|
59
61
|
|
|
60
62
|
For the best and most immersive experience of learning how to use the main sdk-core features, I would highly recommend heading over to our [interactive tutorials](https://docs.superfluid.finance/superfluid/protocol-tutorials/interactive-tutorials).
|