otomato-sdk 2.0.457 → 2.0.458
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/dist/src/constants/version.js +1 -1
- package/dist/types/src/constants/version.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types/examples/Chains/OasisWETHBalanceTrigger.d.ts +0 -1
- package/dist/types/examples/Chains/OasisWETHTransferTrigger.d.ts +0 -1
- package/dist/types/examples/Chains/create-workflow-on-abstract.d.ts +0 -1
- package/dist/types/examples/Chains/oasis-accumulated-finance-apy-trigger.d.ts +0 -1
- package/dist/types/examples/Chains/oasis-accumulated-finance-tvl-trigger.d.ts +0 -1
- package/dist/types/examples/Chains/oasis-weth-balance-trigger.d.ts +0 -1
- package/dist/types/examples/Chains/oasis-wrose-transfer-trigger.d.ts +0 -1
- package/dist/types/examples/UseCases/LendingAggregator/lending-aggregator-2-protocols.d.ts +0 -4
- package/dist/types/examples/UseCases/LendingAggregator/stop-lending-aggregator-2-protocols.d.ts +0 -7
- package/dist/types/examples/UseCases/Notifications/GetNotifiedWhenICanBorrowOnFluid.d.ts +0 -1
- package/dist/types/examples/UseCases/Polymarket/BTCHourlyMarket.d.ts +0 -0
- package/dist/types/examples/test.d.ts +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.458";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/examples/UseCases/LendingAggregator/stop-lending-aggregator-2-protocols.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*************************************
|
|
2
|
-
* File: stop-lending-aggregator.ts
|
|
3
|
-
*************************************/
|
|
4
|
-
/*************************************
|
|
5
|
-
* 3. Build the 'Stop Lending Aggregator' Workflow
|
|
6
|
-
*************************************/
|
|
7
|
-
export declare function stopLendingAggregator(): Promise<void>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|