ldap-schema-ts-generator
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -7,2 +7,9 @@ ### Changelog | ||
### [v3.0.0](https://github.com/saostad/ldap-schema-ts-generator/compare/v2.6.0...v3.0.0) | ||
> 25 April 2020 | ||
- Breaking: Enums now generate with postfix Enum in their name [`c3c461b`](https://github.com/saostad/ldap-schema-ts-generator/commit/c3c461bbfb071e042ce4a3d28a3910963e8b570b) | ||
- doc: change log [`8c8d372`](https://github.com/saostad/ldap-schema-ts-generator/commit/8c8d3727e155ed996d653f90f84b66feb9ad8df1) | ||
#### [v2.6.0](https://github.com/saostad/ldap-schema-ts-generator/compare/v2.5.1...v2.6.0) | ||
@@ -9,0 +16,0 @@ |
@@ -33,9 +33,9 @@ "use strict"; | ||
// await generateStructuralClassesFile({ classes }); | ||
// const objectAttributes = await getSchemaAttributes({ schemaDn, options }); | ||
// const objectClasses = await getSchemaClasses({ schemaDn, options }); | ||
const objectAttributes = await index_1.getSchemaAttributes({ schemaDn, options }); | ||
const objectClasses = await index_1.getSchemaClasses({ schemaDn, options }); | ||
// await generateInterfaceFiles({ objectAttributes, objectClasses }); | ||
// await generateGraphqlTypeFiles({ | ||
// objectClasses, | ||
// objectAttributes, | ||
// }); | ||
await index_1.generateGraphqlTypeFiles({ | ||
objectClasses, | ||
objectAttributes, | ||
}); | ||
// await generateGraphqlTypeFiles<StructuralClasses>({ | ||
@@ -42,0 +42,0 @@ // objectClasses, |
@@ -11,3 +11,3 @@ "use strict"; | ||
type Query { | ||
${pascal_case_1.pascalCase(data.lDAPDisplayName)}GetAll: [${pascal_case_1.pascalCase(data.lDAPDisplayName)}] | ||
${pascal_case_1.pascalCase(data.lDAPDisplayName)}GetAll(criteria: String): [${pascal_case_1.pascalCase(data.lDAPDisplayName)}] | ||
${pascal_case_1.pascalCase(data.lDAPDisplayName)}GetByDn(dn: ID!): ${pascal_case_1.pascalCase(data.lDAPDisplayName)} | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "ldap-schema-ts-generator", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Typescript typedef and meta-data generator for LDAP Schema. It can be useful to interact from schema-aware/type-safe LDAP Client with LDAP servers like active directory.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319810