Skip to content

Commit e7c6d43

Browse files
committed
bulk update gapi.client.*
1 parent a1097f6 commit e7c6d43

12 files changed

Lines changed: 84 additions & 4 deletions

File tree

types/gapi.client.admin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for non-npm package Admin SDK reports_v1 1.0
1+
// Type definitions for non-npm package Admin SDK API reports_v1 1.0
22
// Project: http://developers.google.com/admin-sdk/
33
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
44
// Nick Amoscato <https://github.com/namoscato>

types/gapi.client.analyticsdata/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Type definitions for non-npm package Google Analytics Data API v1alpha 1.0
2-
// Project: https://developers.google.com/analytics/trusted-testing/analytics-data/
2+
// Project: https://developers.google.com/analytics/devguides/reporting/data/v1/
33
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
44
// Nick Amoscato <https://github.com/namoscato>
55
// Declan Vong <https://github.com/declanvong>

types/gapi.client.jobs/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for non-npm package Cloud Talent Solution API v3 3.0
1+
// Type definitions for non-npm package Cloud Talent Solution API v4 4.0
22
// Project: https://cloud.google.com/talent-solution/job-search/docs/
33
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
44
// Nick Amoscato <https://github.com/namoscato>

types/gapi.client.reseller/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for non-npm package Workspace Reseller API v1 1.0
1+
// Type definitions for non-npm package Google Workspace Reseller API v1 1.0
22
// Project: https://developers.google.com/google-apps/reseller/
33
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
44
// Nick Amoscato <https://github.com/namoscato>

types/gapi.client.tasks/index.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Type definitions for non-npm package Tasks API v1 1.0
2+
// Project: https://developers.google.com/tasks
3+
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
4+
// Nick Amoscato <https://github.com/namoscato>
5+
// Declan Vong <https://github.com/declanvong>
6+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7+
// TypeScript Version: 2.8
8+
9+
// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
10+
// In case of any problems please open issue in https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/new
11+
12+
/// <reference types="@maxim_mazurok/gapi.client.tasks" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"private": true,
3+
"dependencies": {
4+
"@maxim_mazurok/gapi.client.tasks": "latest"
5+
}
6+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"lib": ["es6"],
5+
"noImplicitAny": true,
6+
"noImplicitThis": true,
7+
"strictNullChecks": true,
8+
"strictFunctionTypes": true,
9+
"noEmit": true,
10+
"forceConsistentCasingInFileNames": true,
11+
"baseUrl": "../",
12+
"typeRoots": ["../"],
13+
"types": []
14+
},
15+
"files": ["index.d.ts"]
16+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "dtslint/dt.json",
3+
"rules": {
4+
"npm-naming": false
5+
}
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Type definitions for non-npm package Workflow Executions API v1beta 1.0
2+
// Project: https://cloud.google.com/workflows
3+
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
4+
// Nick Amoscato <https://github.com/namoscato>
5+
// Declan Vong <https://github.com/declanvong>
6+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7+
// TypeScript Version: 2.8
8+
9+
// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
10+
// In case of any problems please open issue in https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/new
11+
12+
/// <reference types="@maxim_mazurok/gapi.client.workflowexecutions" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"private": true,
3+
"dependencies": {
4+
"@maxim_mazurok/gapi.client.workflowexecutions": "latest"
5+
}
6+
}

0 commit comments

Comments
 (0)