@maxim_mazurok/gapi.client.dataplex-v1 0.0.20250708 → 0.0.20250722

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
  3. package/readme.md +0 -3
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dataplex.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250708
12
+ // Revision: 20250722
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
1176
1176
  interface GoogleCloudDataplexV1EntryLink {
1177
1177
  /** Output only. The time when the Entry Link was created. */
1178
1178
  createTime?: string;
1179
- /** Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: `projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}. */
1179
+ /** Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link. For example: Entry link between synonym terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/synonym Entry link between related terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/related Entry link between glossary terms and data assets: projects/dataplex-types/locations/global/entryLinkTypes/definition */
1180
1180
  entryLinkType?: string;
1181
1181
  /** Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references. */
1182
1182
  entryReferences?: GoogleCloudDataplexV1EntryLinkEntryReference[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataplex-v1",
3
- "version": "0.0.20250708",
3
+ "version": "0.0.20250722",
4
4
  "description": "TypeScript typings for Cloud Dataplex API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -50,9 +50,6 @@ var client_id = '',
50
50
  scope = [
51
51
  // See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
52
52
  'https://www.googleapis.com/auth/cloud-platform',
53
-
54
- // View your data across Google Cloud services and see the email address of your Google Account
55
- 'https://www.googleapis.com/auth/cloud-platform.read-only',
56
53
  ],
57
54
  immediate = true;
58
55
  // ...