otomato-sdk 2.0.557 → 2.0.558
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/Blocks.js +1 -3
- package/dist/src/constants/version.js +1 -1
- package/dist/types/examples/Script/aave-supply-rate-multiplier.d.ts +1 -0
- package/dist/types/examples/Script/inline-script.d.ts +1 -0
- package/dist/types/examples/UseCases/X/aave-hack-email.d.ts +1 -0
- package/dist/types/src/constants/Blocks.d.ts +0 -2
- package/dist/types/src/constants/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -14694,7 +14694,6 @@ export const ACTIONS = {
|
|
|
14694
14694
|
"SCRIPT": {
|
|
14695
14695
|
"description": "Execute a custom script",
|
|
14696
14696
|
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp",
|
|
14697
|
-
"comingSoon": true,
|
|
14698
14697
|
"SCRIPT": {
|
|
14699
14698
|
"name": "Script",
|
|
14700
14699
|
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `<div>Executes a custom script</div>`\n );\n }",
|
|
@@ -14703,8 +14702,7 @@ export const ACTIONS = {
|
|
|
14703
14702
|
"parameters": [],
|
|
14704
14703
|
"examples": [],
|
|
14705
14704
|
"blockId": 100037,
|
|
14706
|
-
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp"
|
|
14707
|
-
"comingSoon": true
|
|
14705
|
+
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp"
|
|
14708
14706
|
}
|
|
14709
14707
|
},
|
|
14710
14708
|
"HTTP_REQUEST": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -5276,7 +5276,6 @@ export declare const ACTIONS: {
|
|
|
5276
5276
|
SCRIPT: {
|
|
5277
5277
|
description: string;
|
|
5278
5278
|
image: string;
|
|
5279
|
-
comingSoon: boolean;
|
|
5280
5279
|
SCRIPT: {
|
|
5281
5280
|
name: string;
|
|
5282
5281
|
dynamicName: string;
|
|
@@ -5286,7 +5285,6 @@ export declare const ACTIONS: {
|
|
|
5286
5285
|
examples: never[];
|
|
5287
5286
|
blockId: number;
|
|
5288
5287
|
image: string;
|
|
5289
|
-
comingSoon: boolean;
|
|
5290
5288
|
};
|
|
5291
5289
|
};
|
|
5292
5290
|
HTTP_REQUEST: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.558";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|