Skip to content

[gapi.client.*] Bulk update Google API namespace#49915

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
Maxim-Mazurok:gapi-update
Dec 12, 2020
Merged

[gapi.client.*] Bulk update Google API namespace#49915
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
Maxim-Mazurok:gapi-update

Conversation

@Maxim-Mazurok
Copy link
Copy Markdown
Contributor

@Maxim-Mazurok Maxim-Mazurok commented Dec 3, 2020

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tslint.json should be present and it shouldn't have any additional or disabling of rules. Just content as { "extends": "dtslint/dt.json" }. If for reason the some rule need to be disabled, disable it for that line using // tslint:disable-next-line [ruleName] and not for whole package so that the need for disabling can be reviewed.
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.
  • If you are making substantial changes, consider adding a tslint.json containing { "extends": "dtslint/dt.json" }. If for reason the any rule need to be disabled, disable it for that line using // tslint:disable-next-line [ruleName] and not for whole package so that the need for disabling can be reviewed.

Related to: Maxim-Mazurok/google-api-typings-generator#408 and microsoft/DefinitelyTyped-tools#183

@Maxim-Mazurok Maxim-Mazurok marked this pull request as ready for review December 3, 2020 04:17
@typescript-bot typescript-bot added The CI failed When GH Actions fails New Definition This PR creates a new definition package. Edits multiple packages Untested Change This PR does not touch tests labels Dec 3, 2020
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Dec 3, 2020

@Maxim-Mazurok Thank you for submitting this PR!

This is a live comment which I will keep updated.

6 packages in this PR

Code Reviews

This PR adds a new definition, so it needs to be reviewed by a DT maintainer before it can be merged.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Only a DT maintainer can approve changes when there are new packages added

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 49915,
  "author": "Maxim-Mazurok",
  "headCommitAbbrOid": "e7c6d43",
  "headCommitOid": "e7c6d43ce2fba5fb3db8bf6a88b502c5589fcca4",
  "lastPushDate": "2020-12-04T01:59:20.000Z",
  "lastActivityDate": "2020-12-12T02:43:32.000Z",
  "maintainerBlessed": false,
  "mergeOfferDate": "2020-12-12T02:39:12.000Z",
  "mergeRequestDate": "2020-12-12T02:43:32.000Z",
  "mergeRequestUser": "Maxim-Mazurok",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "gapi.client.admin",
      "kind": "edit",
      "files": [
        {
          "path": "types/gapi.client.admin/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gapi.client.analyticsdata",
      "kind": "edit",
      "files": [
        {
          "path": "types/gapi.client.analyticsdata/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gapi.client.jobs",
      "kind": "edit",
      "files": [
        {
          "path": "types/gapi.client.jobs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gapi.client.reseller",
      "kind": "edit",
      "files": [
        {
          "path": "types/gapi.client.reseller/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gapi.client.tasks",
      "kind": "add",
      "files": [
        {
          "path": "types/gapi.client.tasks/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/gapi.client.tasks/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/gapi.client.tasks/tsconfig.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/gapi.client.tasks/tslint.json",
          "kind": "package-meta",
          "suspect": "not the required form"
        }
      ],
      "owners": [],
      "addedOwners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gapi.client.workflowexecutions",
      "kind": "add",
      "files": [
        {
          "path": "types/gapi.client.workflowexecutions/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/gapi.client.workflowexecutions/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/gapi.client.workflowexecutions/tsconfig.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/gapi.client.workflowexecutions/tslint.json",
          "kind": "package-meta",
          "suspect": "not the required form"
        }
      ],
      "owners": [],
      "addedOwners": [
        "Maxim-Mazurok",
        "namoscato",
        "declanvong"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "rbuckton",
      "date": "2020-12-12T02:38:23.000Z",
      "isMaintainer": true
    }
  ],
  "ciResult": "pass"
}

@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @namoscato @declanvong — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot
Copy link
Copy Markdown
Contributor

@Maxim-Mazurok The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Dec 4, 2020
@typescript-bot
Copy link
Copy Markdown
Contributor

Hey @Maxim-Mazurok,

😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you.

@Maxim-Mazurok
Copy link
Copy Markdown
Contributor Author

No tests are necessary since these are only reference packages to actual types.

@typescript-bot typescript-bot added the Check Config Changes a module config files label Dec 11, 2020
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Dec 12, 2020
@typescript-bot
Copy link
Copy Markdown
Contributor

@Maxim-Mazurok Everything looks good here. Great job! I am ready to merge this PR (at e7c6d43) on your behalf.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@Maxim-Mazurok
Copy link
Copy Markdown
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit f6adebd into DefinitelyTyped:master Dec 12, 2020
@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.admin@1.0.3 to npm.

@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.analyticsdata@1.0.1 to npm.

@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.jobs@4.0.0 to npm.

@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.reseller@1.0.3 to npm.

@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.tasks@1.0.3 to npm.

@typescript-bot
Copy link
Copy Markdown
Contributor

I just published @types/gapi.client.workflowexecutions@1.0.0 to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Check Config Changes a module config files Edits multiple packages Maintainer Approved New Definition This PR creates a new definition package. Self Merge This PR can now be self-merged by the PR author or an owner Untested Change This PR does not touch tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants