@schemastore/bxci.schema-1.0 0.0.2 → 0.0.3
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/README.md +22 -6
- package/index.d.ts +3 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# Type definitions for bxci.schema-1.0
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @schemastore/bxci.schema-1.0
|
|
7
|
+
yarn add @schemastore/bxci.schema-1.0
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
3
11
|
|
|
4
|
-
# Summary
|
|
5
12
|
This package contains type definitions for bxci.schema-1.0.
|
|
6
13
|
|
|
7
|
-
##
|
|
8
|
-
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import * as bxci_schema_1_0 from '@schemastore/bxci.schema-1.0';
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Note
|
|
21
|
+
|
|
22
|
+
The definitions were auto-generated by [schemastore-updater](https://github.com/ffflorian/schemastore-updater) using [`json-schema-to-typescript`](https://www.npmjs.com/package/json-schema-to-typescript).
|
|
9
23
|
|
|
10
24
|
## Additional Details
|
|
11
|
-
|
|
25
|
+
|
|
26
|
+
* [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/bxci.schema-1.0)
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:19 GMT
|
|
12
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -23,13 +23,9 @@ export type OutputHelmUpdatesProperties = {
|
|
|
23
23
|
*/
|
|
24
24
|
value?: string;
|
|
25
25
|
} & OutputHelmUpdatesProperties1;
|
|
26
|
-
export type OutputHelmUpdatesProperties1 =
|
|
27
|
-
|
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
| {
|
|
31
|
-
[k: string]: unknown | undefined;
|
|
32
|
-
};
|
|
26
|
+
export type OutputHelmUpdatesProperties1 = {
|
|
27
|
+
[k: string]: unknown | undefined;
|
|
28
|
+
};
|
|
33
29
|
|
|
34
30
|
/**
|
|
35
31
|
* CI configuration for Amdocs Bill Experience projects
|
package/package.json
CHANGED
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"scripts": {},
|
|
10
10
|
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"typesPublisherContentHash": "
|
|
13
|
-
"version": "0.0.
|
|
12
|
+
"typesPublisherContentHash": "f2c17eda48d3fd16a127fb38b6cd419834c8cb97e03b430f811c93023ff2b7f5",
|
|
13
|
+
"version": "0.0.3"
|
|
14
14
|
}
|