File tree Expand file tree Collapse file tree
gapi.client.analyticsdata
gapi.client.workflowexecutions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 1+ {
2+ "private" : true ,
3+ "dependencies" : {
4+ "@maxim_mazurok/gapi.client.tasks" : " latest"
5+ }
6+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " dtslint/dt.json" ,
3+ "rules" : {
4+ "npm-naming" : false
5+ }
6+ }
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 1+ {
2+ "private" : true ,
3+ "dependencies" : {
4+ "@maxim_mazurok/gapi.client.workflowexecutions" : " latest"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments