File tree Expand file tree Collapse file tree 6 files changed +2
-32
lines changed Expand file tree Collapse file tree 6 files changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,6 @@ const nodePlugins = [
48
48
{
49
49
src : 'src/protos' ,
50
50
dest : 'dist/exp/src'
51
- } ,
52
- {
53
- // Copy into generated source files to support API Extractor
54
- src : 'src/protos/firestore_proto_api.d.ts' ,
55
- dest : 'dist/exp/firestore/src/protos'
56
51
}
57
52
]
58
53
} ) ,
Original file line number Diff line number Diff line change @@ -49,11 +49,6 @@ const nodePlugins = [
49
49
{
50
50
src : 'src/protos' ,
51
51
dest : 'dist/lite/src'
52
- } ,
53
- {
54
- // Copy into generated source files to support API Extractor
55
- src : 'src/protos/firestore_proto_api.d.ts' ,
56
- dest : 'dist/lite/firestore/src/protos'
57
52
}
58
53
]
59
54
} ) ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const argv = yargs.options({
28
28
input : {
29
29
type : 'string' ,
30
30
demandOption : true ,
31
- desc : 'The location of the index.ts file'
31
+ desc : 'The location of the index.d. ts file'
32
32
} ,
33
33
output : {
34
34
type : 'string' ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import * as fs from 'fs';
26
26
* - Constructors are made private or protected if marked with
27
27
* `@hideconstructor`/`@hideconstructor protected`.
28
28
*
29
- * This function is meant to operate on DTS files generated by API explorer
29
+ * This function is meant to operate on DTS files generated by API extractor
30
30
* and extracts out the API that is relevant for third-party SDK consumers.
31
31
*
32
32
* @param inputLocation The file path to the .d.ts produced by API explorer.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -696,7 +696,6 @@ export interface ProjectsDatabasesDocumentsWriteNamedParameters {
696
696
$Xgafv ?: ProjectsDatabasesDocumentsApiClient$Xgafv ;
697
697
}
698
698
export abstract class ProjectsDatabasesDocumentsApiClient {
699
- private constructor ( ) ;
700
699
abstract batchGet (
701
700
database : string ,
702
701
$requestBody : BatchGetDocumentsRequest ,
@@ -1121,7 +1120,6 @@ export interface ProjectsDatabasesIndexesListNamedParameters {
1121
1120
pageToken ?: string ;
1122
1121
}
1123
1122
export abstract class ProjectsDatabasesIndexesApiClient {
1124
- private constructor ( ) ;
1125
1123
abstract create (
1126
1124
parent : string ,
1127
1125
$requestBody : Index ,
You can’t perform that action at this time.
0 commit comments