Skip to content

Commit c6199cb

Browse files
authored
adding 0.2.2 (#3)
Co-authored-by: will ezrine <[email protected]>
1 parent afb31f4 commit c6199cb

File tree

17 files changed

+406
-84
lines changed

17 files changed

+406
-84
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Use of this SDK is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).
1+
Use of this SDK is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).

accounts/accounts.cjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,26 @@ class HttpReceiver {
747747

748748
const type = "module";
749749
const name = "@zoom/rivet";
750-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
750+
const author = "Zoom Communications, Inc.";
751+
const contributors = [
752+
{
753+
name: "James Coon",
754+
755+
url: "https://www.npmjs.com/~jcoon97"
756+
},
757+
{
758+
name: "Will Ezrine",
759+
760+
url: "https://www.npmjs.com/~wezrine"
761+
},
762+
{
763+
name: "Tommy Gaessler",
764+
765+
url: "https://www.npmjs.com/~tommygaessler"
766+
}
767+
];
751768
const packageManager = "[email protected]";
752-
const version = "0.2.1";
769+
const version = "0.2.2";
753770
const scripts = {
754771
test: "vitest",
755772
"test:coverage": "vitest --coverage",
@@ -795,6 +812,7 @@ var packageJson = {
795812
type: type,
796813
name: name,
797814
author: author,
815+
contributors: contributors,
798816
packageManager: packageManager,
799817
version: version,
800818
scripts: scripts,

accounts/accounts.mjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,26 @@ class HttpReceiver {
745745

746746
const type = "module";
747747
const name = "@zoom/rivet";
748-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
748+
const author = "Zoom Communications, Inc.";
749+
const contributors = [
750+
{
751+
name: "James Coon",
752+
753+
url: "https://www.npmjs.com/~jcoon97"
754+
},
755+
{
756+
name: "Will Ezrine",
757+
758+
url: "https://www.npmjs.com/~wezrine"
759+
},
760+
{
761+
name: "Tommy Gaessler",
762+
763+
url: "https://www.npmjs.com/~tommygaessler"
764+
}
765+
];
749766
const packageManager = "[email protected]";
750-
const version = "0.2.1";
767+
const version = "0.2.2";
751768
const scripts = {
752769
test: "vitest",
753770
"test:coverage": "vitest --coverage",
@@ -793,6 +810,7 @@ var packageJson = {
793810
type: type,
794811
name: name,
795812
author: author,
813+
contributors: contributors,
796814
packageManager: packageManager,
797815
version: version,
798816
scripts: scripts,

chatbot/chatbot.cjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,26 @@ class ProductClient {
825825

826826
const type = "module";
827827
const name = "@zoom/rivet";
828-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
828+
const author = "Zoom Communications, Inc.";
829+
const contributors = [
830+
{
831+
name: "James Coon",
832+
833+
url: "https://www.npmjs.com/~jcoon97"
834+
},
835+
{
836+
name: "Will Ezrine",
837+
838+
url: "https://www.npmjs.com/~wezrine"
839+
},
840+
{
841+
name: "Tommy Gaessler",
842+
843+
url: "https://www.npmjs.com/~tommygaessler"
844+
}
845+
];
829846
const packageManager = "[email protected]";
830-
const version = "0.2.1";
847+
const version = "0.2.2";
831848
const scripts = {
832849
test: "vitest",
833850
"test:coverage": "vitest --coverage",
@@ -873,6 +890,7 @@ var packageJson = {
873890
type: type,
874891
name: name,
875892
author: author,
893+
contributors: contributors,
876894
packageManager: packageManager,
877895
version: version,
878896
scripts: scripts,

chatbot/chatbot.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,4 +848,4 @@ declare class ChatbotClient<ReceiverType extends Receiver = HttpReceiver, Option
848848
protected initEventProcessor(endpoints: ChatbotEndpoints): ChatbotEventProcessor;
849849
}
850850

851-
export { type Actions, type Alert, ApiResponseError, type Attachment, AwsLambdaReceiver, AwsReceiverRequestError, type CardContent, type ChannelSelect, ChatbotClient, ChatbotEventProcessor, type ChatbotOptions, type CheckboxGroup, ClientCredentialsRawResponseError, type CommandReplyContext, CommonHttpRequestError, ConsoleLogger, type DatePicker, type DeleteChatbotMessagePathParams, type DeleteChatbotMessageQueryParams, type DeleteChatbotMessageResponse, type Divider, type EditChatbotMessagePathParams, type EditChatbotMessageRequestBody, type EditChatbotMessageResponse, type Fields, type File, type Footer, HTTPReceiverConstructionError, HTTPReceiverPortNotNumberError, HTTPReceiverRequestError, type Header, HttpReceiver, type HttpReceiverOptions, type Input, type LinkUnfurlsPathParams, type LinkUnfurlsRequestBody, LogLevel, type Logger, type MemberSelect, type Message, type MultipleImage, type MultiplePages, OAuthInstallerNotInitializedError, OAuthStateVerificationFailedError, OAuthTokenDoesNotExistError, OAuthTokenFetchFailedError, OAuthTokenRawResponseError, OAuthTokenRefreshFailedError, ProductClientConstructionError, type Progress, type RadioGroup, type Receiver, ReceiverInconsistentStateError, type ReceiverInitOptions, ReceiverOAuthFlowError, S2SRawResponseError, type Sections, type SendChatbotMessagesRequestBody, type SendChatbotMessagesResponse, type StateStore, type StaticSelect, StatusCode, type Style, type SubHeader, type SwitchGroup, type Textarea, type TimePicker, type TokenStore, type VideoPlayer, isCoreError, isStateStore };
851+
export { type Actions, type Alert, ApiResponseError, type Attachment, AwsLambdaReceiver, AwsReceiverRequestError, type BotInstalledEvent, type BotNotification, type CardContent, type ChannelSelect, ChatbotClient, ChatbotEventProcessor, type ChatbotOptions, type CheckboxGroup, ClientCredentialsRawResponseError, type CommandReplyContext, CommonHttpRequestError, ConsoleLogger, type DatePicker, type DeleteChatbotMessagePathParams, type DeleteChatbotMessageQueryParams, type DeleteChatbotMessageResponse, type Divider, type EditChatbotMessagePathParams, type EditChatbotMessageRequestBody, type EditChatbotMessageResponse, type Fields, type File, type Footer, HTTPReceiverConstructionError, HTTPReceiverPortNotNumberError, HTTPReceiverRequestError, type Header, HttpReceiver, type HttpReceiverOptions, type Input, type InteractiveMessageActions, type InteractiveMessageEditable, type InteractiveMessageFieldsEditable, type InteractiveMessageSelect, type LinkUnfurlsPathParams, type LinkUnfurlsRequestBody, LogLevel, type Logger, type MemberSelect, type Message, type MultipleImage, type MultiplePages, OAuthInstallerNotInitializedError, OAuthStateVerificationFailedError, OAuthTokenDoesNotExistError, OAuthTokenFetchFailedError, OAuthTokenRawResponseError, OAuthTokenRefreshFailedError, ProductClientConstructionError, type Progress, type RadioGroup, type Receiver, ReceiverInconsistentStateError, type ReceiverInitOptions, ReceiverOAuthFlowError, S2SRawResponseError, type Sections, type SendChatbotMessagesRequestBody, type SendChatbotMessagesResponse, type StateStore, type StaticSelect, StatusCode, type Style, type SubHeader, type SwitchGroup, type TeamChatLinkShared, type Textarea, type TimePicker, type TokenStore, type VideoPlayer, isCoreError, isStateStore };

chatbot/chatbot.mjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,26 @@ class ProductClient {
823823

824824
const type = "module";
825825
const name = "@zoom/rivet";
826-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
826+
const author = "Zoom Communications, Inc.";
827+
const contributors = [
828+
{
829+
name: "James Coon",
830+
831+
url: "https://www.npmjs.com/~jcoon97"
832+
},
833+
{
834+
name: "Will Ezrine",
835+
836+
url: "https://www.npmjs.com/~wezrine"
837+
},
838+
{
839+
name: "Tommy Gaessler",
840+
841+
url: "https://www.npmjs.com/~tommygaessler"
842+
}
843+
];
827844
const packageManager = "[email protected]";
828-
const version = "0.2.1";
845+
const version = "0.2.2";
829846
const scripts = {
830847
test: "vitest",
831848
"test:coverage": "vitest --coverage",
@@ -871,6 +888,7 @@ var packageJson = {
871888
type: type,
872889
name: name,
873890
author: author,
891+
contributors: contributors,
874892
packageManager: packageManager,
875893
version: version,
876894
scripts: scripts,

meetings/meetings.cjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,26 @@ class HttpReceiver {
747747

748748
const type = "module";
749749
const name = "@zoom/rivet";
750-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
750+
const author = "Zoom Communications, Inc.";
751+
const contributors = [
752+
{
753+
name: "James Coon",
754+
755+
url: "https://www.npmjs.com/~jcoon97"
756+
},
757+
{
758+
name: "Will Ezrine",
759+
760+
url: "https://www.npmjs.com/~wezrine"
761+
},
762+
{
763+
name: "Tommy Gaessler",
764+
765+
url: "https://www.npmjs.com/~tommygaessler"
766+
}
767+
];
751768
const packageManager = "[email protected]";
752-
const version = "0.2.1";
769+
const version = "0.2.2";
753770
const scripts = {
754771
test: "vitest",
755772
"test:coverage": "vitest --coverage",
@@ -795,6 +812,7 @@ var packageJson = {
795812
type: type,
796813
name: name,
797814
author: author,
815+
contributors: contributors,
798816
packageManager: packageManager,
799817
version: version,
800818
scripts: scripts,

meetings/meetings.mjs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,26 @@ class HttpReceiver {
745745

746746
const type = "module";
747747
const name = "@zoom/rivet";
748-
const author = "Zoom Developers <[email protected]> (https://developers.zoom.us)";
748+
const author = "Zoom Communications, Inc.";
749+
const contributors = [
750+
{
751+
name: "James Coon",
752+
753+
url: "https://www.npmjs.com/~jcoon97"
754+
},
755+
{
756+
name: "Will Ezrine",
757+
758+
url: "https://www.npmjs.com/~wezrine"
759+
},
760+
{
761+
name: "Tommy Gaessler",
762+
763+
url: "https://www.npmjs.com/~tommygaessler"
764+
}
765+
];
749766
const packageManager = "[email protected]";
750-
const version = "0.2.1";
767+
const version = "0.2.2";
751768
const scripts = {
752769
test: "vitest",
753770
"test:coverage": "vitest --coverage",
@@ -793,6 +810,7 @@ var packageJson = {
793810
type: type,
794811
name: name,
795812
author: author,
813+
contributors: contributors,
796814
packageManager: packageManager,
797815
version: version,
798816
scripts: scripts,

0 commit comments

Comments
 (0)