Skip to content

Commit

Permalink
Update MTKruto
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Jun 28, 2024
1 parent 7a2b779 commit 30b7ff4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions allowed_methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ export const ALLOWED_METHODS = [
"startVideoChat",
"answerPreCheckoutQuery",
"refundStarPayment",
"approveJoinRequest",
"approveJoinRequests",
"declineJoinRequest",
"declineJoinRequests",
] as const;

export type AllowedMethod = (typeof ALLOWED_METHODS)[number];
Expand Down
10 changes: 5 additions & 5 deletions client/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ export type {
VideoChat,
VideoChatActive,
VideoChatScheduled,
} from "https://deno.land/x/mtkruto@0.2.20/mod.ts";
export { cleanObject } from "https://deno.land/x/mtkruto@0.2.20/utilities/0_object.ts";
export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.2.20/utilities/1_misc.ts";
export { Composer } from "https://deno.land/x/mtkruto@0.2.20/client/1_composer.ts";
export { resolve } from "https://deno.land/x/mtkruto@0.2.20/client/0_utilities.ts";
} from "https://deno.land/x/mtkruto@0.2.21/mod.ts";
export { cleanObject } from "https://deno.land/x/mtkruto@0.2.21/utilities/0_object.ts";
export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.2.21/utilities/1_misc.ts";
export { Composer } from "https://deno.land/x/mtkruto@0.2.21/client/1_composer.ts";
export { resolve } from "https://deno.land/x/mtkruto@0.2.21/client/0_utilities.ts";
export type { AllowedMethod } from "../allowed_methods.ts";
export { transform } from "../transform.ts";

0 comments on commit 30b7ff4

Please sign in to comment.