@testream/go-reporter 1.0.0 → 1.0.1
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/dist/cli/index.js +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -136,7 +136,6 @@ interface UploadTestRunOptions {
|
|
|
136
136
|
appName?: string;
|
|
137
137
|
appVersion?: string;
|
|
138
138
|
testType?: string;
|
|
139
|
-
apiUrl?: string;
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
interface SourceSnippetOptions {
|
|
@@ -186,7 +185,6 @@ interface GoConversionResult {
|
|
|
186
185
|
type GoUploadOptions = UploadTestRunOptions;
|
|
187
186
|
interface GoReporterOptions extends GoConversionOptions {
|
|
188
187
|
apiKey?: string;
|
|
189
|
-
apiUrl?: string;
|
|
190
188
|
uploadEnabled?: boolean;
|
|
191
189
|
failOnUploadError?: boolean;
|
|
192
190
|
branch?: string;
|