@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.0.20230210 → 0.0.20230224
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.
- package/index.d.ts +9 -3
- package/package.json +1 -1
- package/tests.ts +17 -5
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://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230224
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1146,6 +1146,12 @@ declare namespace gapi.client {
|
|
|
1146
1146
|
/** The hash value. */
|
|
1147
1147
|
value?: string;
|
|
1148
1148
|
}
|
|
1149
|
+
interface IdentifierHelper {
|
|
1150
|
+
/** The field that is set in the API proto. */
|
|
1151
|
+
field?: string;
|
|
1152
|
+
/** Contains a URI which is vendor-specific. Example: The artifact repository URL of an image. */
|
|
1153
|
+
genericUri?: string;
|
|
1154
|
+
}
|
|
1149
1155
|
interface Installation {
|
|
1150
1156
|
/** Output only. The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages. */
|
|
1151
1157
|
architecture?: string;
|
|
@@ -1551,13 +1557,13 @@ declare namespace gapi.client {
|
|
|
1551
1557
|
version?: number;
|
|
1552
1558
|
}
|
|
1553
1559
|
interface Product {
|
|
1554
|
-
/** Contains a URI which is vendor-specific. Example: The artifact repository URL of an image. */
|
|
1555
|
-
genericUri?: string;
|
|
1556
1560
|
/**
|
|
1557
1561
|
* Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the
|
|
1558
1562
|
* context of the current document.
|
|
1559
1563
|
*/
|
|
1560
1564
|
id?: string;
|
|
1565
|
+
/** Helps in identifying the underlying product. */
|
|
1566
|
+
identifierHelper?: IdentifierHelper;
|
|
1561
1567
|
/** Name of the product. */
|
|
1562
1568
|
name?: string;
|
|
1563
1569
|
}
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230224
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -243,8 +243,11 @@ gapi.load('client', async () => {
|
|
|
243
243
|
languageCode: "Test string",
|
|
244
244
|
longDescription: "Test string",
|
|
245
245
|
product: {
|
|
246
|
-
genericUri: "Test string",
|
|
247
246
|
id: "Test string",
|
|
247
|
+
identifierHelper: {
|
|
248
|
+
field: "Test string",
|
|
249
|
+
genericUri: "Test string",
|
|
250
|
+
},
|
|
248
251
|
name: "Test string",
|
|
249
252
|
},
|
|
250
253
|
publisher: {
|
|
@@ -562,8 +565,11 @@ gapi.load('client', async () => {
|
|
|
562
565
|
languageCode: "Test string",
|
|
563
566
|
longDescription: "Test string",
|
|
564
567
|
product: {
|
|
565
|
-
genericUri: "Test string",
|
|
566
568
|
id: "Test string",
|
|
569
|
+
identifierHelper: {
|
|
570
|
+
field: "Test string",
|
|
571
|
+
genericUri: "Test string",
|
|
572
|
+
},
|
|
567
573
|
name: "Test string",
|
|
568
574
|
},
|
|
569
575
|
publisher: {
|
|
@@ -2583,8 +2589,11 @@ gapi.load('client', async () => {
|
|
|
2583
2589
|
languageCode: "Test string",
|
|
2584
2590
|
longDescription: "Test string",
|
|
2585
2591
|
product: {
|
|
2586
|
-
genericUri: "Test string",
|
|
2587
2592
|
id: "Test string",
|
|
2593
|
+
identifierHelper: {
|
|
2594
|
+
field: "Test string",
|
|
2595
|
+
genericUri: "Test string",
|
|
2596
|
+
},
|
|
2588
2597
|
name: "Test string",
|
|
2589
2598
|
},
|
|
2590
2599
|
publisher: {
|
|
@@ -2902,8 +2911,11 @@ gapi.load('client', async () => {
|
|
|
2902
2911
|
languageCode: "Test string",
|
|
2903
2912
|
longDescription: "Test string",
|
|
2904
2913
|
product: {
|
|
2905
|
-
genericUri: "Test string",
|
|
2906
2914
|
id: "Test string",
|
|
2915
|
+
identifierHelper: {
|
|
2916
|
+
field: "Test string",
|
|
2917
|
+
genericUri: "Test string",
|
|
2918
|
+
},
|
|
2907
2919
|
name: "Test string",
|
|
2908
2920
|
},
|
|
2909
2921
|
publisher: {
|