Skip to content

Commit bcaffd1

Browse files
wanlin31copybara-github
authored andcommitted
chore: test all possible actions needed
PiperOrigin-RevId: 834389615
1 parent e98d9ea commit bcaffd1

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
export {BaseUrlParameters, setDefaultBaseUrls} from './_base_url';
87
export * from './batches';
98
export * from './caches';

src/node/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
export {BaseUrlParameters, setDefaultBaseUrls} from '../_base_url.js';
87
export * from '../batches.js';
98
export * from '../caches.js';

src/node/node_client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
import {GoogleAuthOptions} from 'google-auth-library';
87

98
import {ApiClient} from '../_api_client.js';

src/web/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
export {BaseUrlParameters, setDefaultBaseUrls} from '../_base_url.js';
87
export * from '../batches.js';
98
export * from '../caches.js';

src/web/web_client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
76
import {ApiClient} from '../_api_client.js';
87
import {getBaseUrl} from '../_base_url.js';
98
import {Batches} from '../batches.js';

0 commit comments

Comments
 (0)