Skip to content

Commit 2f932b1

Browse files
committed
Version bumps
1 parent 96478cb commit 2f932b1

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

components/zoom/actions/add-meeting-registrant/add-meeting-registrant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "zoom-add-meeting-registrant",
55
name: "Add Meeting Registrant",
66
description: "Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate)",
7-
version: "0.3.2",
7+
version: "0.3.3",
88
type: "action",
99
props: {
1010
app,

components/zoom/actions/add-webinar-registrant/add-webinar-registrant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "zoom-add-webinar-registrant",
55
name: "Add Webinar Registrant",
66
description: "Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).",
7-
version: "0.3.2",
7+
version: "0.3.3",
88
type: "action",
99
props: {
1010
app,

components/zoom/actions/create-meeting/create-meeting.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-create-meeting",
66
name: "Create Meeting",
77
description: "Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
type: "action",
1010
props: {
1111
zoom: {

components/zoom/actions/create-user/create-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-create-user",
66
name: "Create User",
77
description: "Creates a new user in your account.",
8-
version: "0.2.3",
8+
version: "0.2.4",
99
type: "action",
1010
props: {
1111
zoom: {

components/zoom/actions/delete-user/delete-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-delete-user",
66
name: "Delete User",
77
description: "Disassociates (unlinks) a user from the associated account or permanently deletes a user.",
8-
version: "0.2.3",
8+
version: "0.2.4",
99
type: "action",
1010
props: {
1111
zoom: {

components/zoom/actions/get-meeting-details/get-meeting-details.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-get-meeting-details",
66
name: "Get Meeting Details",
77
description: "Retrieves the details of a meeting.",
8-
version: "0.3.3",
8+
version: "0.3.4",
99
type: "action",
1010
props: {
1111
zoom: {

components/zoom/actions/get-webinar-details/get-webinar-details.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "zoom-get-webinar-details",
55
name: "Get Webinar Details",
66
description: "Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).",
7-
version: "0.3.2",
7+
version: "0.3.3",
88
type: "action",
99
props: {
1010
app,

components/zoom/actions/list-channels/list-channels.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-list-channels",
66
name: "List Channels",
77
description: "List a user's chat channels.",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
type: "action",
1010
props: {
1111
zoom: {

components/zoom/actions/list-past-meeting-participants/list-past-meeting-participants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "zoom-list-past-meeting-participants",
55
name: "List Past Meeting Participants",
66
description: "Retrieve information on participants from a past meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/pastMeetingParticipants).",
7-
version: "0.2.2",
7+
version: "0.2.3",
88
type: "action",
99
props: {
1010
app,

components/zoom/actions/list-past-webinar-qa/list-past-webinar-qa.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-list-past-webinar-qa",
66
name: "List Past Webinar Q&A",
77
description: "The feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions. Use this API to list Q&A of a specific Webinar.",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
type: "action",
1010
props: {
1111
zoom: {

0 commit comments

Comments
 (0)