Use object instead of strictObject for httpd schema checking
modified httpd-client/index.ts
@@ -25,7 +25,7 @@ import type {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,7 +57,7 @@ export interface Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,14 +70,14 @@ export interface NodeInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,9 +95,9 @@ export interface NodeStats {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified httpd-client/lib/project.ts
@@ -17,7 +17,7 @@ import {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,20 +57,20 @@ export interface Project {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +83,7 @@ export interface Activity {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,7 +95,7 @@ export interface Blob {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -109,7 +109,7 @@ interface TreeEntry {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,12 +129,12 @@ export interface Tree {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,7 +148,7 @@ export interface Remote {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -162,7 +162,7 @@ export interface DiffResponse {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/project/comment.ts
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -21,9 +21,9 @@ export interface Comment {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/project/commit.ts
@@ -1,12 +1,12 @@
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,12 +19,12 @@ export interface CommitHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,7 +33,7 @@ interface AdditionHunkLine {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@ interface DeletionHunkLine {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +58,7 @@ interface ContextHunkLine {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,7 +78,7 @@ interface ChangesetHunk {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,9 +92,9 @@ export interface DiffAddedDeletedModifiedChangeset {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,7 +111,7 @@ interface DiffCopiedMovedChangeset {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,13 +129,13 @@ export interface Diff {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,7 +148,7 @@ export interface Commit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,9 +159,9 @@ export interface Commits {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/project/issue.ts
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -9,8 +9,8 @@ export type IssueState =
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -26,9 +26,9 @@ export interface Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,7 +41,7 @@ export interface IssueCreated {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/project/patch.ts
@@ -8,7 +8,7 @@ import {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -21,17 +21,17 @@ export type PatchState =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,8 +45,8 @@ export interface Merge {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -61,10 +61,10 @@ interface CodeLocation {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -76,7 +76,7 @@ interface CodeComment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,8 +92,8 @@ export interface Review {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -112,9 +112,9 @@ export interface Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,9 +136,9 @@ export interface Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/session.ts
@@ -2,7 +2,7 @@ import type { Fetcher, RequestOptions } from "./fetcher.js";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -14,7 +14,7 @@ interface Session {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified httpd-client/lib/shared.ts
@@ -1,11 +1,11 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|