@namcaodev/postman-codegen
Version:
Auto generate all file typescript, query options, mutation options of tanstack query from postman json
18 lines (17 loc) • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IGNORE_CHECK_STRING = exports.LIMIT_PROCESS_GEN_ZOD_FILE = exports.QUICK_TYPE_SPECIAL_CHARACTERS = exports.BASE_POSTMAN_DOCUMENT_API_URL = void 0;
exports.BASE_POSTMAN_DOCUMENT_API_URL = "https://api.postman.com/collections";
exports.QUICK_TYPE_SPECIAL_CHARACTERS = [
"api",
"id",
"http",
"url",
"json",
"xml",
"html",
"sql",
"sms",
];
exports.LIMIT_PROCESS_GEN_ZOD_FILE = 5;
exports.IGNORE_CHECK_STRING = "// eslint-disable" + "\n" + "// @ts-nocheck" + "\n";