@activepieces/piece-zoom 0.5.0 → 0.5.1
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/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zoom",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
6
7
|
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
9
10
|
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
10
12
|
"mime-types": "2.1.35",
|
|
11
13
|
"nanoid": "3.3.8",
|
|
12
14
|
"semver": "7.6.0",
|
|
13
15
|
"socket.io-client": "4.8.1",
|
|
14
16
|
"zod": "4.1.13",
|
|
15
|
-
"@activepieces/pieces-common": "0.11.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.11.3",
|
|
18
|
+
"@activepieces/pieces-framework": "0.25.1",
|
|
19
|
+
"@activepieces/shared": "0.34.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
|
@@ -38,10 +38,12 @@
|
|
|
38
38
|
"Method": "Method",
|
|
39
39
|
"Headers": "Headers",
|
|
40
40
|
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body Type": "Body Type",
|
|
41
42
|
"Body": "Body",
|
|
42
43
|
"Response is Binary ?": "Response is Binary ?",
|
|
43
44
|
"No Error on Failure": "No Error on Failure",
|
|
44
45
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
46
|
+
"Follow redirects": "Follow redirects",
|
|
45
47
|
"The meeting's topic": "The meeting's topic",
|
|
46
48
|
"Meeting start date-time": "Meeting start date-time",
|
|
47
49
|
"Duration of the meeting": "Duration of the meeting",
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
"The registrant's purchasing time frame.": "The registrant's purchasing time frame.",
|
|
69
71
|
"The registrant's role in the purchase process.": "The registrant's role in the purchase process.",
|
|
70
72
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
71
|
-
"Enable for files like PDFs, images, etc
|
|
73
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
72
74
|
"Local": "Local",
|
|
73
75
|
"Cloud": "Cloud",
|
|
74
76
|
"None": "None",
|
|
@@ -98,5 +100,8 @@
|
|
|
98
100
|
"PATCH": "PATCH",
|
|
99
101
|
"PUT": "PUT",
|
|
100
102
|
"DELETE": "DELETE",
|
|
101
|
-
"HEAD": "HEAD"
|
|
103
|
+
"HEAD": "HEAD",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Form Data",
|
|
106
|
+
"Raw": "Raw"
|
|
102
107
|
}
|