Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion types/consumer-data-standards/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rules": {
"@definitelytyped/no-const-enum": "off"
"@definitelytyped/no-const-enum": "off",
"@typescript-eslint/no-empty-interface": "off"
}
}
2,654 changes: 441 additions & 2,213 deletions types/consumer-data-standards/admin/index.d.ts

Large diffs are not rendered by default.

7,127 changes: 2,019 additions & 5,108 deletions types/consumer-data-standards/banking/index.d.ts

Large diffs are not rendered by default.

1,374 changes: 166 additions & 1,208 deletions types/consumer-data-standards/common/index.d.ts

Large diffs are not rendered by default.

219 changes: 50 additions & 169 deletions types/consumer-data-standards/dcr/index.d.ts

Large diffs are not rendered by default.

6,442 changes: 2,245 additions & 4,197 deletions types/consumer-data-standards/energy/index.d.ts

Large diffs are not rendered by default.

79 changes: 2 additions & 77 deletions types/consumer-data-standards/energy_sdh/index.d.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/consumer-data-standards/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as admin from "./admin";
import * as banking from "./banking";
import * as common from "./common";
import * as dcr1 from "./dcr";
import * as dcr from "./dcr";
import * as energy from "./energy";
import * as energy_sdh from "./energy_sdh";
import * as register from "./register";
import * as telco from "./telco";

export { admin, banking, common, dcr1, energy, energy_sdh, register, telco };
export { admin, banking, common, dcr, energy, energy_sdh, register, telco };
2 changes: 1 addition & 1 deletion types/consumer-data-standards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/consumer-data-standards",
"version": "7.3.9999",
"version": "7.4.9999",
"nonNpm": true,
"nonNpmDescription": "consumer-data-standards-browser",
"projects": [
Expand Down
Loading