This commit is contained in:
himanshu8443
2025-06-15 21:29:40 +05:30
commit 3f3e12f5df
299 changed files with 18729 additions and 0 deletions

15
dist/protonMovies/index.js vendored Normal file
View File

@@ -0,0 +1,15 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.protonMovies = void 0;
const protonCatalog_1 = require("./protonCatalog");
const protonGetPosts_1 = require("./protonGetPosts");
const protonGetMeta_1 = require("./protonGetMeta");
const protonGetStream_1 = require("./protonGetStream");
exports.protonMovies = {
catalog: protonCatalog_1.protonCatalogList,
genres: protonCatalog_1.protonGenresList,
GetMetaData: protonGetMeta_1.protonGetInfo,
GetHomePosts: protonGetPosts_1.protonGetPosts,
GetStream: protonGetStream_1.protonGetStream,
GetSearchPosts: protonGetPosts_1.protonGetPostsSearch,
};