Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ test/fixtures
build/
docs/
protos/
packages/
17 changes: 17 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
extends: [require.resolve('gts')],
rules: {
"@typescript-eslint/no-explicit-any": "error"
},
parserOptions: {
project: true
},
overrides: [
{
files: ["**/samples/**/*.ts", "**/samples/**/*.js"],
rules: {
"no-console": "off"
}
}
]
};
6 changes: 0 additions & 6 deletions packages/gapic-node-processing/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/gapic-node-processing/.eslintrc.json

This file was deleted.

5 changes: 2 additions & 3 deletions packages/gapic-node-processing/src/combine-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/* eslint-disable @typescript-eslint/no-explicit-any */
import {Dirent} from 'fs';
import {LibraryConfig} from './library';

Expand Down Expand Up @@ -197,9 +198,7 @@ export function setOnlyDefaultSystemTests(
defaultVersion: string,
filePaths: FilePaths[],
) {
const systemTestRegex = new RegExp(
'system-test/fixtures/sample/src',
);
const systemTestRegex = new RegExp('system-test/fixtures/sample/src');

for (let i = filePaths.length - 1; i >= 0; i--) {
const filePathObj = filePaths[i];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/* eslint-disable @typescript-eslint/no-explicit-any */
import yargs = require('yargs');
import {combineLibraries} from '../combine-libraries';
import {generateIndexTs} from '../generate-index';
Expand Down
1 change: 1 addition & 0 deletions packages/gapic-node-processing/src/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/* eslint-disable @typescript-eslint/no-explicit-any */
import {Dirent} from 'fs';
import * as fs from 'fs/promises';
import * as path from 'path';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/gapic-node-processing/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/gts/tsconfig-google.json",
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
Expand Down
7 changes: 0 additions & 7 deletions packages/google-ads-admanager/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/google-ads-admanager/.eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/google-ads-admanager/protos/protos.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
98 changes: 94 additions & 4 deletions packages/google-ads-admanager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ const NetworkServiceClient = v1.NetworkServiceClient;
type NetworkServiceClient = v1.NetworkServiceClient;
const OperatingSystemServiceClient = v1.OperatingSystemServiceClient;
type OperatingSystemServiceClient = v1.OperatingSystemServiceClient;
const OperatingSystemVersionServiceClient = v1.OperatingSystemVersionServiceClient;
type OperatingSystemVersionServiceClient = v1.OperatingSystemVersionServiceClient;
const OperatingSystemVersionServiceClient =
v1.OperatingSystemVersionServiceClient;
type OperatingSystemVersionServiceClient =
v1.OperatingSystemVersionServiceClient;
const OrderServiceClient = v1.OrderServiceClient;
type OrderServiceClient = v1.OrderServiceClient;
const PlacementServiceClient = v1.PlacementServiceClient;
Expand All @@ -103,7 +105,95 @@ type TeamServiceClient = v1.TeamServiceClient;
const UserServiceClient = v1.UserServiceClient;
type UserServiceClient = v1.UserServiceClient;

export {v1, AdBreakServiceClient, AdReviewCenterAdServiceClient, AdUnitServiceClient, ApplicationServiceClient, AudienceSegmentServiceClient, BandwidthGroupServiceClient, BrowserLanguageServiceClient, BrowserServiceClient, CmsMetadataKeyServiceClient, CmsMetadataValueServiceClient, CompanyServiceClient, ContactServiceClient, ContentBundleServiceClient, ContentLabelServiceClient, ContentServiceClient, CreativeTemplateServiceClient, CustomFieldServiceClient, CustomTargetingKeyServiceClient, CustomTargetingValueServiceClient, DeviceCapabilityServiceClient, DeviceCategoryServiceClient, DeviceManufacturerServiceClient, EntitySignalsMappingServiceClient, GeoTargetServiceClient, LineItemServiceClient, MobileCarrierServiceClient, MobileDeviceServiceClient, MobileDeviceSubmodelServiceClient, NetworkServiceClient, OperatingSystemServiceClient, OperatingSystemVersionServiceClient, OrderServiceClient, PlacementServiceClient, PrivateAuctionDealServiceClient, PrivateAuctionServiceClient, ProgrammaticBuyerServiceClient, ReportServiceClient, RoleServiceClient, SiteServiceClient, TaxonomyCategoryServiceClient, TeamServiceClient, UserServiceClient};
export default {v1, AdBreakServiceClient, AdReviewCenterAdServiceClient, AdUnitServiceClient, ApplicationServiceClient, AudienceSegmentServiceClient, BandwidthGroupServiceClient, BrowserLanguageServiceClient, BrowserServiceClient, CmsMetadataKeyServiceClient, CmsMetadataValueServiceClient, CompanyServiceClient, ContactServiceClient, ContentBundleServiceClient, ContentLabelServiceClient, ContentServiceClient, CreativeTemplateServiceClient, CustomFieldServiceClient, CustomTargetingKeyServiceClient, CustomTargetingValueServiceClient, DeviceCapabilityServiceClient, DeviceCategoryServiceClient, DeviceManufacturerServiceClient, EntitySignalsMappingServiceClient, GeoTargetServiceClient, LineItemServiceClient, MobileCarrierServiceClient, MobileDeviceServiceClient, MobileDeviceSubmodelServiceClient, NetworkServiceClient, OperatingSystemServiceClient, OperatingSystemVersionServiceClient, OrderServiceClient, PlacementServiceClient, PrivateAuctionDealServiceClient, PrivateAuctionServiceClient, ProgrammaticBuyerServiceClient, ReportServiceClient, RoleServiceClient, SiteServiceClient, TaxonomyCategoryServiceClient, TeamServiceClient, UserServiceClient};
export {
v1,
AdBreakServiceClient,
AdReviewCenterAdServiceClient,
AdUnitServiceClient,
ApplicationServiceClient,
AudienceSegmentServiceClient,
BandwidthGroupServiceClient,
BrowserLanguageServiceClient,
BrowserServiceClient,
CmsMetadataKeyServiceClient,
CmsMetadataValueServiceClient,
CompanyServiceClient,
ContactServiceClient,
ContentBundleServiceClient,
ContentLabelServiceClient,
ContentServiceClient,
CreativeTemplateServiceClient,
CustomFieldServiceClient,
CustomTargetingKeyServiceClient,
CustomTargetingValueServiceClient,
DeviceCapabilityServiceClient,
DeviceCategoryServiceClient,
DeviceManufacturerServiceClient,
EntitySignalsMappingServiceClient,
GeoTargetServiceClient,
LineItemServiceClient,
MobileCarrierServiceClient,
MobileDeviceServiceClient,
MobileDeviceSubmodelServiceClient,
NetworkServiceClient,
OperatingSystemServiceClient,
OperatingSystemVersionServiceClient,
OrderServiceClient,
PlacementServiceClient,
PrivateAuctionDealServiceClient,
PrivateAuctionServiceClient,
ProgrammaticBuyerServiceClient,
ReportServiceClient,
RoleServiceClient,
SiteServiceClient,
TaxonomyCategoryServiceClient,
TeamServiceClient,
UserServiceClient,
};
export default {
v1,
AdBreakServiceClient,
AdReviewCenterAdServiceClient,
AdUnitServiceClient,
ApplicationServiceClient,
AudienceSegmentServiceClient,
BandwidthGroupServiceClient,
BrowserLanguageServiceClient,
BrowserServiceClient,
CmsMetadataKeyServiceClient,
CmsMetadataValueServiceClient,
CompanyServiceClient,
ContactServiceClient,
ContentBundleServiceClient,
ContentLabelServiceClient,
ContentServiceClient,
CreativeTemplateServiceClient,
CustomFieldServiceClient,
CustomTargetingKeyServiceClient,
CustomTargetingValueServiceClient,
DeviceCapabilityServiceClient,
DeviceCategoryServiceClient,
DeviceManufacturerServiceClient,
EntitySignalsMappingServiceClient,
GeoTargetServiceClient,
LineItemServiceClient,
MobileCarrierServiceClient,
MobileDeviceServiceClient,
MobileDeviceSubmodelServiceClient,
NetworkServiceClient,
OperatingSystemServiceClient,
OperatingSystemVersionServiceClient,
OrderServiceClient,
PlacementServiceClient,
PrivateAuctionDealServiceClient,
PrivateAuctionServiceClient,
ProgrammaticBuyerServiceClient,
ReportServiceClient,
RoleServiceClient,
SiteServiceClient,
TaxonomyCategoryServiceClient,
TeamServiceClient,
UserServiceClient,
};
import * as protos from '../protos/protos';
export {protos};
Loading
Loading