@schemastore/bozr 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/index.d.ts +15 -12
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) Florian
|
|
3
|
+
Copyright (c) Florian Imdahl. All rights reserved.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
This package contains type definitions for bozr.
|
|
6
6
|
|
|
7
7
|
## Details
|
|
8
|
-
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/
|
|
8
|
+
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/bozr.
|
|
9
9
|
|
|
10
10
|
## Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, Feb 24, 2023, 11:23:30 GMT
|
|
12
12
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -23,7 +23,7 @@ export type Bozr = {
|
|
|
23
23
|
ignore?: string;
|
|
24
24
|
calls: {
|
|
25
25
|
args?: {
|
|
26
|
-
[k: string]:
|
|
26
|
+
[k: string]: unknown;
|
|
27
27
|
};
|
|
28
28
|
on: {
|
|
29
29
|
method: "GET" | "POST" | "PUT" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "CONNECT" | "TRACE";
|
|
@@ -32,15 +32,15 @@ export type Bozr = {
|
|
|
32
32
|
Accept?: "application/json" | "application/xml" | "text/xml" | "text/csv";
|
|
33
33
|
"Content-Type"?: "application/json" | "application/xml" | "text/xml" | "text/csv";
|
|
34
34
|
Authorization?: string;
|
|
35
|
-
[k: string]:
|
|
35
|
+
[k: string]: unknown;
|
|
36
36
|
};
|
|
37
37
|
params?: {
|
|
38
|
-
[k: string]:
|
|
38
|
+
[k: string]: unknown;
|
|
39
39
|
};
|
|
40
40
|
body?:
|
|
41
41
|
| string
|
|
42
42
|
| {
|
|
43
|
-
[k: string]:
|
|
43
|
+
[k: string]: unknown;
|
|
44
44
|
};
|
|
45
45
|
bodyFile?: string;
|
|
46
46
|
};
|
|
@@ -107,28 +107,31 @@ export type Bozr = {
|
|
|
107
107
|
| 511;
|
|
108
108
|
contentType?: string;
|
|
109
109
|
headers?: {
|
|
110
|
-
[k: string]:
|
|
110
|
+
[k: string]: unknown;
|
|
111
111
|
};
|
|
112
112
|
body?: {
|
|
113
|
-
[k: string]:
|
|
113
|
+
[k: string]: unknown;
|
|
114
114
|
};
|
|
115
115
|
exactBody?: {
|
|
116
|
-
[k: string]:
|
|
116
|
+
[k: string]: unknown;
|
|
117
117
|
};
|
|
118
118
|
bodyPath?: {
|
|
119
|
-
[k: string]:
|
|
119
|
+
[k: string]: unknown;
|
|
120
120
|
};
|
|
121
121
|
bodySchemaFile?: string;
|
|
122
122
|
bodySchema?: string;
|
|
123
123
|
bodySchemaURI?: string;
|
|
124
|
-
|
|
124
|
+
/**
|
|
125
|
+
* @minItems 1
|
|
126
|
+
*/
|
|
127
|
+
absent?: [unknown, ...unknown[]];
|
|
125
128
|
};
|
|
126
129
|
remember?: {
|
|
127
130
|
bodyPath?: {
|
|
128
|
-
[k: string]:
|
|
131
|
+
[k: string]: unknown;
|
|
129
132
|
};
|
|
130
133
|
headers?: {
|
|
131
|
-
[k: string]:
|
|
134
|
+
[k: string]: unknown;
|
|
132
135
|
};
|
|
133
136
|
};
|
|
134
137
|
}[];
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "Florian
|
|
2
|
+
"author": "Florian Imdahl <git@ffflorian.de>",
|
|
3
3
|
"dependencies": {},
|
|
4
4
|
"description": "TypeScript definitions for bozr.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.d.ts",
|
|
7
7
|
"name": "@schemastore/bozr",
|
|
8
|
-
"repository": "https://github.com/ffflorian/schemastore-updater/tree/
|
|
8
|
+
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/bozr",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"typesPublisherContentHash": "
|
|
10
|
+
"typesPublisherContentHash": "5fd916be29cf515909c42c4c965c221635040a245398dc627e5327b9fd383d3d",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"version": "1.0.
|
|
12
|
+
"version": "1.0.6",
|
|
13
13
|
"typeScriptVersion": "2.2"
|
|
14
14
|
}
|