forked from Healthy-Stellar/Healthy-Stellar-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
25 lines (25 loc) · 816 Bytes
/
Copy pathopenapitools.json
File metadata and controls
25 lines (25 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"packageName": "@medchain/sdk",
"packageVersion": "1.0.0",
"projectName": "medchain-sdk",
"moduleName": "medchain",
"apiDocumentationUrl": "https://docs.medchain.io/api",
"author": "MedChain Team",
"description": "Auto-generated TypeScript SDK for MedChain Healthcare API",
"license": "ISC",
"npmRepository": "https://registry.npmjs.org",
"supportsES6": true,
"typescriptThreePlus": true,
"npmName": "@medchain/sdk",
"hideGenerationTimestamp": false,
"disallowAdditionalPropertiesIfNotPresent": false,
"enumPropertyNaming": "UPPERCASE",
"allowUnicodeIdentifiers": false,
"prependFormOrBodyParameters": false,
"usePromiseAPI": true,
"useAxios": true,
"withInterfaces": true,
"maxModelLiterals": 100,
"modelPropertyNaming": "camelCase",
"enumUnknownDefaultCase": true
}