otomato-sdk 2.0.316 → 2.0.317

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.
@@ -347,11 +347,11 @@ export const TRIGGERS = {
347
347
  "HELPER": {
348
348
  "description": "Helper functions",
349
349
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/helper.webp",
350
+ "hideInLeftPanel": true,
350
351
  "TIMESTAMP": {
351
352
  "name": "Timestamp",
352
353
  "dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `Get current timestamp`\n );\n }",
353
354
  "prototype": "timestamp",
354
- "hideInLeftPanel": true,
355
355
  "description": "This helper function returns the current timestamp in milliseconds.",
356
356
  "type": 6,
357
357
  "output": "string",
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.316';
1
+ export const SDK_VERSION = '2.0.317';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -142,11 +142,11 @@ export declare const TRIGGERS: {
142
142
  HELPER: {
143
143
  description: string;
144
144
  image: string;
145
+ hideInLeftPanel: boolean;
145
146
  TIMESTAMP: {
146
147
  name: string;
147
148
  dynamicName: string;
148
149
  prototype: string;
149
- hideInLeftPanel: boolean;
150
150
  description: string;
151
151
  type: number;
152
152
  output: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.316";
1
+ export declare const SDK_VERSION = "2.0.317";
2
2
  export declare function compareVersions(v1: string, v2: string): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.316",
3
+ "version": "2.0.317",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",