@taskmagic/piece-adalo
Advanced tools
Comparing version 1.0.6 to 10.0.7
{ | ||
"name": "@taskmagic/piece-adalo", | ||
"version": "1.0.6", | ||
"version": "10.0.7", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"axios": "^1.6.0", | ||
"axios": "1.6.7", | ||
"dayjs": "1.11.9", | ||
@@ -11,7 +11,7 @@ "is-base64": "1.1.0", | ||
"nanoid": "3.3.6", | ||
"semver": "7.5.4", | ||
"@taskmagic/pieces-common": "0.2.5", | ||
"@taskmagic/pieces-framework": "0.7.3", | ||
"@taskmagic/shared": "0.10.29", | ||
"tslib": "2.6.2" | ||
"semver": "7.6.0", | ||
"@activepieces/pieces-common": "0.2.13", | ||
"@activepieces/pieces-framework": "0.7.31", | ||
"@activepieces/shared": "0.10.106", | ||
"tslib": "1.14.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "main": "./src/index.js", |
@@ -1,8 +0,8 @@ | ||
export declare const adaloAuth: import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const adaloAuth: import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>; | ||
export declare const adalo: import("@taskmagic/pieces-framework").Piece<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const adalo: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>>; |
@@ -5,4 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_framework_2 = require("@taskmagic/pieces-framework"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const add_1 = require("./lib/actions/add"); | ||
@@ -13,2 +12,4 @@ const delete_1 = require("./lib/actions/delete"); | ||
const update_1 = require("./lib/actions/update"); | ||
const new_record_1 = require("./lib/triggers/new-record"); | ||
const updated_record_1 = require("./lib/triggers/updated-record"); | ||
exports.adaloAuth = pieces_framework_1.PieceAuth.CustomAuth({ | ||
@@ -29,3 +30,3 @@ description: ` | ||
props: { | ||
appId: pieces_framework_2.Property.ShortText({ | ||
appId: pieces_framework_1.Property.ShortText({ | ||
displayName: 'App ID', | ||
@@ -68,4 +69,7 @@ description: 'Enter the ID of our app', | ||
], | ||
triggers: [], | ||
triggers: [ | ||
new_record_1.newRecord, | ||
updated_record_1.updatedRecord | ||
], | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -1,7 +0,7 @@ | ||
export declare const createAdaloCollectionRecord: import("@taskmagic/pieces-framework").IAction<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const createAdaloCollectionRecord: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>, { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@taskmagic/pieces-framework").ObjectProperty<true>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@activepieces/pieces-framework").ObjectProperty<true>; | ||
}>; |
@@ -5,4 +5,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const index_1 = require("../common/index"); | ||
@@ -9,0 +9,0 @@ exports.createAdaloCollectionRecord = (0, pieces_framework_1.createAction)({ |
@@ -1,7 +0,7 @@ | ||
export declare const deleteAdaloCollectionRecord: import("@taskmagic/pieces-framework").IAction<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const deleteAdaloCollectionRecord: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>, { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
}>; |
@@ -5,4 +5,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const index_1 = require("../common/index"); | ||
@@ -9,0 +9,0 @@ exports.deleteAdaloCollectionRecord = (0, pieces_framework_1.createAction)({ |
@@ -1,7 +0,7 @@ | ||
export declare const fetchAdaloCollectionRecord: import("@taskmagic/pieces-framework").IAction<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const fetchAdaloCollectionRecord: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>, { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
}>; |
@@ -5,4 +5,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const index_1 = require("../common/index"); | ||
@@ -9,0 +9,0 @@ exports.fetchAdaloCollectionRecord = (0, pieces_framework_1.createAction)({ |
@@ -1,9 +0,9 @@ | ||
export declare const findAdaloCollectionRecord: import("@taskmagic/pieces-framework").IAction<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const findAdaloCollectionRecord: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>, { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
searchKey: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
searchValue: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
limit: import("@taskmagic/pieces-framework").NumberProperty<false>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
searchKey: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
searchValue: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
limit: import("@activepieces/pieces-framework").NumberProperty<false>; | ||
}>; |
@@ -5,5 +5,5 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_framework_2 = require("@taskmagic/pieces-framework"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const pieces_framework_2 = require("@activepieces/pieces-framework"); | ||
const index_1 = require("../common/index"); | ||
@@ -10,0 +10,0 @@ exports.findAdaloCollectionRecord = (0, pieces_framework_1.createAction)({ |
@@ -1,8 +0,8 @@ | ||
export declare const updateAdaloCollectionRecord: import("@taskmagic/pieces-framework").IAction<import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
export declare const updateAdaloCollectionRecord: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>, { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@taskmagic/pieces-framework").ObjectProperty<true>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@activepieces/pieces-framework").ObjectProperty<true>; | ||
}>; |
@@ -5,4 +5,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const index_1 = require("../common/index"); | ||
@@ -9,0 +9,0 @@ exports.updateAdaloCollectionRecord = (0, pieces_framework_1.createAction)({ |
@@ -1,11 +0,11 @@ | ||
import { HttpMethod } from '@taskmagic/pieces-common'; | ||
import { HttpMethod } from '@activepieces/pieces-common'; | ||
export declare const adaloCommon: { | ||
collectionId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@taskmagic/pieces-framework").ObjectProperty<true>; | ||
adaloAPIRequest: (token: string, method: HttpMethod, appId: string, collectionId: string, body?: object, query?: string) => Promise<import("@taskmagic/pieces-common").HttpMessageBody>; | ||
adaloAuth: import("@taskmagic/pieces-framework").CustomAuthProperty<true, { | ||
appId: import("@taskmagic/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@taskmagic/pieces-framework").SecretTextProperty<true>; | ||
collectionId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
recordId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
fields: import("@activepieces/pieces-framework").ObjectProperty<true>; | ||
adaloAPIRequest: (token: string, method: HttpMethod, appId: string, collectionId: string, body?: object, query?: string) => Promise<any>; | ||
adaloAuth: import("@activepieces/pieces-framework").CustomAuthProperty<{ | ||
appId: import("@activepieces/pieces-framework").ShortTextProperty<true>; | ||
APIKey: import("@activepieces/pieces-framework").SecretTextProperty<true>; | ||
}>; | ||
}; |
@@ -5,5 +5,5 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const pieces_common_1 = require("@taskmagic/pieces-common"); | ||
const pieces_common_1 = require("@activepieces/pieces-common"); | ||
const index_1 = require("../../index"); | ||
const pieces_framework_1 = require("@taskmagic/pieces-framework"); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
exports.adaloCommon = { | ||
@@ -10,0 +10,0 @@ collectionId: pieces_framework_1.Property.ShortText({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38547
32
573
+ Added@activepieces/pieces-common@0.2.13(transitive)
+ Added@activepieces/pieces-framework@0.7.300.7.31(transitive)
+ Added@activepieces/shared@0.10.1040.10.1050.10.106(transitive)
+ Addedaxios@1.6.7(transitive)
+ Addedsemver@7.6.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@taskmagic/pieces-common@0.2.5
- Removed@taskmagic/pieces-framework@0.7.3
- Removed@taskmagic/shared@0.10.29
- Removed@taskmagic/pieces-framework@0.7.3(transitive)
- Removed@taskmagic/shared@0.10.29(transitive)
- Removedaxios@1.7.8(transitive)
- Removedsemver@7.5.4(transitive)
- Removedtslib@2.6.12.6.2(transitive)
Updatedaxios@1.6.7
Updatedsemver@7.6.0
Updatedtslib@1.14.1