@schemastore/bxci.schema-1.0.1 0.0.1 → 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 +9 -13
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# Type definitions for bxci.schema-1.0.1
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @schemastore/bxci.schema-1.0.1
|
|
7
|
+
yarn add @schemastore/bxci.schema-1.0.1
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
3
11
|
|
|
4
|
-
# Summary
|
|
5
12
|
This package contains type definitions for bxci.schema-1.0.1.
|
|
6
13
|
|
|
7
|
-
##
|
|
8
|
-
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import * as bxci_schema_1_0_1 from '@schemastore/bxci.schema-1.0.1';
|
|
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.1)
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:19 GMT
|
|
12
28
|
* 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,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;
|
|
32
|
-
};
|
|
26
|
+
export type OutputHelmUpdatesProperties1 = {
|
|
27
|
+
[k: string]: unknown | undefined;
|
|
28
|
+
};
|
|
33
29
|
|
|
34
30
|
/**
|
|
35
31
|
* CI configuration for Amdocs Bill Experience projects
|
|
@@ -95,7 +91,7 @@ export interface BxciSchema10 {
|
|
|
95
91
|
* Custom environment variables to be added to the pipeline
|
|
96
92
|
*/
|
|
97
93
|
environment?: {
|
|
98
|
-
[k: string]: unknown;
|
|
94
|
+
[k: string]: unknown | undefined;
|
|
99
95
|
};
|
|
100
96
|
/**
|
|
101
97
|
* Jenkins environment variables that are passed to the Docker container
|
|
@@ -122,7 +118,7 @@ export interface BxciSchema10 {
|
|
|
122
118
|
* Build timeout in seconds
|
|
123
119
|
*/
|
|
124
120
|
timeout?: number;
|
|
125
|
-
[k: string]: unknown;
|
|
121
|
+
[k: string]: unknown | undefined;
|
|
126
122
|
}
|
|
127
123
|
/**
|
|
128
124
|
* Adds a Static Analysis stage for CheckMarx. See https://www.jenkins.io/doc/pipeline/steps/checkmarx/ for all the configuration options.
|
|
@@ -177,7 +173,7 @@ export interface Stage {
|
|
|
177
173
|
* Specifies in which branches this stage will be executed
|
|
178
174
|
*/
|
|
179
175
|
branch?: string;
|
|
180
|
-
[k: string]: unknown;
|
|
176
|
+
[k: string]: unknown | undefined;
|
|
181
177
|
};
|
|
182
178
|
}
|
|
183
179
|
/**
|
|
@@ -193,7 +189,7 @@ export interface OutputDocker {
|
|
|
193
189
|
*/
|
|
194
190
|
image_name: string;
|
|
195
191
|
publish?: OutputDockerPublish;
|
|
196
|
-
[k: string]: unknown;
|
|
192
|
+
[k: string]: unknown | undefined;
|
|
197
193
|
}
|
|
198
194
|
/**
|
|
199
195
|
* Docker publishing information. If not present, the image won't be published
|
|
@@ -211,7 +207,7 @@ export interface OutputDockerPublish {
|
|
|
211
207
|
* Jenkins credentials ID for publishing into the specified Docker registry
|
|
212
208
|
*/
|
|
213
209
|
credentials: string;
|
|
214
|
-
[k: string]: unknown;
|
|
210
|
+
[k: string]: unknown | undefined;
|
|
215
211
|
}
|
|
216
212
|
/**
|
|
217
213
|
* Configuration for generating a Helm chart
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/bxci.schema-1.0.1",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/bxci.schema-1.0.1",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"
|
|
10
|
+
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
}
|
|
12
|
+
"typesPublisherContentHash": "99ee394be27224391a726f2a9910100bd3a1af5879c72671e24bc1351d62b6d6",
|
|
13
|
+
"version": "0.0.3"
|
|
14
|
+
}
|