This commit is contained in:
Maxim Mazurok
2022-09-13 09:55:01 +10:00
committed by GitHub
parent dff062cc2a
commit cddad43701
232 changed files with 1880 additions and 106 deletions

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Google Cloud Data Catalog API v1 0.0
// Project: https://cloud.google.com/data-catalog/docs/
// 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.datacatalog-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datacatalog-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Google Cloud Data Catalog API v1beta1 0.0
// Project: https://cloud.google.com/data-catalog/docs/
// 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.datacatalog-v1beta1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datacatalog-v1beta1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datacatalog-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datacatalog" />
/// <reference types="@maxim_mazurok/gapi.client.datacatalog-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datacatalog": "latest"
"@maxim_mazurok/gapi.client.datacatalog-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Dataflow API v1b3 0.0
// Project: https://cloud.google.com/dataflow
// 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.dataflow-v1b3" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataflow-v1b3": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.dataflow-v1b3 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.dataflow" />
/// <reference types="@maxim_mazurok/gapi.client.dataflow-v1b3" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataflow": "latest"
"@maxim_mazurok/gapi.client.dataflow-v1b3": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Data Fusion API v1 0.0
// Project: https://cloud.google.com/data-fusion/docs
// 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.datafusion-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datafusion-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Data Fusion API v1beta1 0.0
// Project: https://cloud.google.com/data-fusion/docs
// 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.datafusion-v1beta1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datafusion-v1beta1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datafusion-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datafusion" />
/// <reference types="@maxim_mazurok/gapi.client.datafusion-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datafusion": "latest"
"@maxim_mazurok/gapi.client.datafusion-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Data Labeling API v1beta1 0.0
// Project: https://cloud.google.com/data-labeling/docs/
// 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.datalabeling-v1beta1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datalabeling-v1beta1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datalabeling-v1beta1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datalabeling" />
/// <reference types="@maxim_mazurok/gapi.client.datalabeling-v1beta1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datalabeling": "latest"
"@maxim_mazurok/gapi.client.datalabeling-v1beta1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Database Migration API v1 0.0
// Project: https://cloud.google.com/database-migration/
// 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.datamigration-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datamigration-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Database Migration API v1beta1 0.0
// Project: https://cloud.google.com/database-migration/
// 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.datamigration-v1beta1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datamigration-v1beta1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datamigration-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datamigration" />
/// <reference types="@maxim_mazurok/gapi.client.datamigration-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datamigration": "latest"
"@maxim_mazurok/gapi.client.datamigration-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Data pipelines API v1 0.0
// Project: https://cloud.google.com/dataflow/docs/guides/data-pipelines
// 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.datapipelines-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datapipelines-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datapipelines-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datapipelines" />
/// <reference types="@maxim_mazurok/gapi.client.datapipelines-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datapipelines": "latest"
"@maxim_mazurok/gapi.client.datapipelines-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Dataplex API v1 0.0
// Project: https://cloud.google.com/dataplex/docs
// 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.dataplex-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataplex-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.dataplex-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.dataplex" />
/// <reference types="@maxim_mazurok/gapi.client.dataplex-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataplex": "latest"
"@maxim_mazurok/gapi.client.dataplex-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Dataproc API v1 0.0
// Project: https://cloud.google.com/dataproc/
// 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.dataproc-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataproc-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.dataproc-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.dataproc" />
/// <reference types="@maxim_mazurok/gapi.client.dataproc-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dataproc": "latest"
"@maxim_mazurok/gapi.client.dataproc-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Datastore API v1 0.0
// Project: https://cloud.google.com/datastore/
// 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.datastore-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastore-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Datastore API v1beta1 0.0
// Project: https://cloud.google.com/datastore/
// 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.datastore-v1beta1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastore-v1beta1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Datastore API v1beta3 0.0
// Project: https://cloud.google.com/datastore/
// 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.datastore-v1beta3" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastore-v1beta3": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datastore-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datastore" />
/// <reference types="@maxim_mazurok/gapi.client.datastore-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastore": "latest"
"@maxim_mazurok/gapi.client.datastore-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Datastream API v1 0.0
// Project: https://cloud.google.com/datastream/
// 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.datastream-v1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastream-v1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Datastream API v1alpha1 0.0
// Project: https://cloud.google.com/datastream/
// 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.datastream-v1alpha1" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastream-v1alpha1": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.datastream-v1 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.datastream" />
/// <reference types="@maxim_mazurok/gapi.client.datastream-v1" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.datastream": "latest"
"@maxim_mazurok/gapi.client.datastream-v1": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Deployment Manager V2 API alpha 0.0
// Project: https://cloud.google.com/deployment-manager
// 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.deploymentmanager-alpha" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.deploymentmanager-alpha": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Deployment Manager V2 API v2 0.0
// Project: https://cloud.google.com/deployment-manager
// 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.deploymentmanager-v2" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.deploymentmanager-v2": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Cloud Deployment Manager V2 API v2beta 0.0
// Project: https://cloud.google.com/deployment-manager
// 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.deploymentmanager-v2beta" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.deploymentmanager-v2beta": "latest"
}
}

View File

@@ -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"]
}

View File

@@ -0,0 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"npm-naming": false
}
}

View File

@@ -6,7 +6,6 @@
// 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
// DEPRECATED, use @types/gapi.client.deploymentmanager-v2 instead; see https://github.com/Maxim-Mazurok/google-api-typings-generator/issues/652 for details
/// <reference types="@maxim_mazurok/gapi.client.deploymentmanager" />
/// <reference types="@maxim_mazurok/gapi.client.deploymentmanager-v2" />

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.deploymentmanager": "latest"
"@maxim_mazurok/gapi.client.deploymentmanager-v2": "latest"
}
}

View File

@@ -0,0 +1,12 @@
// Type definitions for non-npm package Campaign Manager 360 API v3.5 0.0
// Project: https://developers.google.com/doubleclick-advertisers/
// 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.dfareporting-v3.5" />

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@maxim_mazurok/gapi.client.dfareporting-v3.5": "latest"
}
}

Some files were not shown because too many files have changed in this diff Show More