@activepieces/piece-zoom 0.4.4 → 0.4.6
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 +2 -2
- package/src/i18n/fr.json +8 -8
- package/src/i18n/zh.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zoom",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/shared": "0.20.0",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/fr.json
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"\n 1. Go to [marketplace.zoom.us](https://marketplace.zoom.us/) and log in to your account.\n 2. In the upper-right corner, click **Develop** then **Build App**.\n 3. Select **General App**.\n 4. Copy the Client ID and Client Secret.Add Redirect URL and press continue.\n 5. Go to **Scopes** from left side bar and add **meeting:write:meeting** and **meeting:write:registrant** as scopes.": "\n 1. Go to [marketplace.zoom.us](https://marketplace.zoom.us/) and log in to your account.\n 2. In the upper-right corner, click **Develop** then **Build App**.\n 3. Select **General App**.\n 4. Copy the Client ID and Client Secret.Add Redirect URL and press continue.\n 5. Go to **Scopes** from left side bar and add **meeting:write:meeting** and **meeting:write:registrant** as scopes.",
|
|
5
5
|
"Create Zoom Meeting": "Créer une réunion de zoom",
|
|
6
6
|
"Create Zoom Meeting Registrant": "Créer une réunion de zoom",
|
|
7
|
-
"Custom API Call": "Appel API personnalisé",
|
|
7
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
8
8
|
"Create a new Zoom Meeting": "Créer une nouvelle réunion de zoom",
|
|
9
9
|
"Create and submit a user's registration to a meeting.": "Créez et soumettez l'inscription d'un utilisateur à une réunion.",
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
11
11
|
"Meeting's topic": "Sujet de la réunion",
|
|
12
12
|
"Start Time": "Start Time",
|
|
13
13
|
"Duration (in Minutes)": "Durée (en minutes)",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"Body": "Corps",
|
|
43
43
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
44
44
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
45
|
-
"Timeout (in seconds)": "Délai d'
|
|
45
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
46
46
|
"The meeting's topic": "Le sujet de la réunion",
|
|
47
47
|
"Meeting start date-time": "Date de début de la réunion",
|
|
48
48
|
"Duration of the meeting": "Durée de la réunion",
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"Evaluator/Recommender": "Évaluateur/Recommandeur",
|
|
95
95
|
"Influencer": "Influenceur",
|
|
96
96
|
"Not involved": "Non impliqué",
|
|
97
|
-
"GET": "
|
|
98
|
-
"POST": "
|
|
97
|
+
"GET": "GET",
|
|
98
|
+
"POST": "POST",
|
|
99
99
|
"PATCH": "PATCH",
|
|
100
|
-
"PUT": "
|
|
101
|
-
"DELETE": "
|
|
102
|
-
"HEAD": "
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "DELETE",
|
|
102
|
+
"HEAD": "HEAD"
|
|
103
103
|
}
|
package/src/i18n/zh.json
CHANGED