Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/gapi.client.admin/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for non-npm package Admin SDK reports_v1 1.0
// Type definitions for non-npm package Admin SDK API reports_v1 1.0
// Project: http://developers.google.com/admin-sdk/
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
Expand Down
2 changes: 1 addition & 1 deletion types/gapi.client.analyticsdata/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Type definitions for non-npm package Google Analytics Data API v1alpha 1.0
// Project: https://developers.google.com/analytics/trusted-testing/analytics-data/
// Project: https://developers.google.com/analytics/devguides/reporting/data/v1/
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
// Declan Vong <https://github.com/declanvong>
Expand Down
2 changes: 1 addition & 1 deletion types/gapi.client.jobs/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for non-npm package Cloud Talent Solution API v3 3.0
// Type definitions for non-npm package Cloud Talent Solution API v4 4.0
// Project: https://cloud.google.com/talent-solution/job-search/docs/
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
Expand Down
2 changes: 1 addition & 1 deletion types/gapi.client.reseller/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for non-npm package Workspace Reseller API v1 1.0
// Type definitions for non-npm package Google Workspace Reseller API v1 1.0
// Project: https://developers.google.com/google-apps/reseller/
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
Expand Down
12 changes: 12 additions & 0 deletions types/gapi.client.tasks/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Type definitions for non-npm package Tasks API v1 1.0
// Project: https://developers.google.com/tasks
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
// Declan Vong <https://github.com/declanvong>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
// In case of any problems please open issue in https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/new

/// <reference types="@maxim_mazurok/gapi.client.tasks" />
6 changes: 6 additions & 0 deletions types/gapi.client.tasks/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.tasks": "latest"
}
}
16 changes: 16 additions & 0 deletions types/gapi.client.tasks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": []
},
"files": ["index.d.ts"]
}
6 changes: 6 additions & 0 deletions types/gapi.client.tasks/tslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false
}
}
12 changes: 12 additions & 0 deletions types/gapi.client.workflowexecutions/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Type definitions for non-npm package Workflow Executions API v1beta 1.0
// Project: https://cloud.google.com/workflows
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
// Nick Amoscato <https://github.com/namoscato>
// Declan Vong <https://github.com/declanvong>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
// In case of any problems please open issue in https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/new

/// <reference types="@maxim_mazurok/gapi.client.workflowexecutions" />
6 changes: 6 additions & 0 deletions types/gapi.client.workflowexecutions/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.workflowexecutions": "latest"
}
}
16 changes: 16 additions & 0 deletions types/gapi.client.workflowexecutions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": []
},
"files": ["index.d.ts"]
}
6 changes: 6 additions & 0 deletions types/gapi.client.workflowexecutions/tslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false
}
}