@google-analytics/data 4.12.0 → 5.0.0
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/CHANGELOG.md +23 -0
- package/README.md +2 -2
- package/build/protos/google/analytics/data/v1alpha/analytics_data_api.proto +1 -1
- package/build/protos/google/analytics/data/v1alpha/data.proto +1 -1
- package/build/protos/google/analytics/data/v1beta/analytics_data_api.proto +1 -1
- package/build/protos/google/analytics/data/v1beta/data.proto +1 -1
- package/build/protos/protos.d.ts +1 -1
- package/build/protos/protos.js +1 -1
- package/build/protos/protos.json +0 -3
- package/build/src/index.js +1 -1
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +8 -7
- package/build/src/v1alpha/alpha_analytics_data_client.js +307 -79
- package/build/src/v1alpha/alpha_analytics_data_proto_list.json +4 -0
- package/build/src/v1alpha/gapic_metadata.json +175 -0
- package/build/src/v1alpha/index.js +1 -1
- package/build/src/v1beta/beta_analytics_data_client.d.ts +6 -5
- package/build/src/v1beta/beta_analytics_data_client.js +254 -60
- package/build/src/v1beta/beta_analytics_data_proto_list.json +4 -0
- package/build/src/v1beta/gapic_metadata.json +137 -0
- package/build/src/v1beta/index.js +1 -1
- package/package.json +16 -16
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "1.0",
|
|
3
|
+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
|
|
4
|
+
"language": "typescript",
|
|
5
|
+
"protoPackage": "google.analytics.data.v1beta",
|
|
6
|
+
"libraryPackage": "@google-analytics/data",
|
|
7
|
+
"services": {
|
|
8
|
+
"BetaAnalyticsData": {
|
|
9
|
+
"clients": {
|
|
10
|
+
"grpc": {
|
|
11
|
+
"libraryClient": "BetaAnalyticsDataClient",
|
|
12
|
+
"rpcs": {
|
|
13
|
+
"RunReport": {
|
|
14
|
+
"methods": [
|
|
15
|
+
"runReport"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"RunPivotReport": {
|
|
19
|
+
"methods": [
|
|
20
|
+
"runPivotReport"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"BatchRunReports": {
|
|
24
|
+
"methods": [
|
|
25
|
+
"batchRunReports"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"BatchRunPivotReports": {
|
|
29
|
+
"methods": [
|
|
30
|
+
"batchRunPivotReports"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"GetMetadata": {
|
|
34
|
+
"methods": [
|
|
35
|
+
"getMetadata"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"RunRealtimeReport": {
|
|
39
|
+
"methods": [
|
|
40
|
+
"runRealtimeReport"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"CheckCompatibility": {
|
|
44
|
+
"methods": [
|
|
45
|
+
"checkCompatibility"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"QueryAudienceExport": {
|
|
49
|
+
"methods": [
|
|
50
|
+
"queryAudienceExport"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"GetAudienceExport": {
|
|
54
|
+
"methods": [
|
|
55
|
+
"getAudienceExport"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"CreateAudienceExport": {
|
|
59
|
+
"methods": [
|
|
60
|
+
"createAudienceExport"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"ListAudienceExports": {
|
|
64
|
+
"methods": [
|
|
65
|
+
"listAudienceExports",
|
|
66
|
+
"listAudienceExportsStream",
|
|
67
|
+
"listAudienceExportsAsync"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"grpc-fallback": {
|
|
73
|
+
"libraryClient": "BetaAnalyticsDataClient",
|
|
74
|
+
"rpcs": {
|
|
75
|
+
"RunReport": {
|
|
76
|
+
"methods": [
|
|
77
|
+
"runReport"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"RunPivotReport": {
|
|
81
|
+
"methods": [
|
|
82
|
+
"runPivotReport"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"BatchRunReports": {
|
|
86
|
+
"methods": [
|
|
87
|
+
"batchRunReports"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"BatchRunPivotReports": {
|
|
91
|
+
"methods": [
|
|
92
|
+
"batchRunPivotReports"
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
"GetMetadata": {
|
|
96
|
+
"methods": [
|
|
97
|
+
"getMetadata"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"RunRealtimeReport": {
|
|
101
|
+
"methods": [
|
|
102
|
+
"runRealtimeReport"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"CheckCompatibility": {
|
|
106
|
+
"methods": [
|
|
107
|
+
"checkCompatibility"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"QueryAudienceExport": {
|
|
111
|
+
"methods": [
|
|
112
|
+
"queryAudienceExport"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"GetAudienceExport": {
|
|
116
|
+
"methods": [
|
|
117
|
+
"getAudienceExport"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"CreateAudienceExport": {
|
|
121
|
+
"methods": [
|
|
122
|
+
"createAudienceExport"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"ListAudienceExports": {
|
|
126
|
+
"methods": [
|
|
127
|
+
"listAudienceExports",
|
|
128
|
+
"listAudienceExportsStream",
|
|
129
|
+
"listAudienceExportsAsync"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google-analytics/data",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Data client for Node.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
"test": "c8 mocha build/test"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"google-gax": "^
|
|
48
|
+
"google-gax": "^5.0.0-rc.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@types/mocha": "^
|
|
52
|
-
"@types/node": "^
|
|
53
|
-
"@types/sinon": "^17.0.
|
|
54
|
-
"c8": "^
|
|
55
|
-
"gapic-tools": "^0.
|
|
56
|
-
"gts": "^
|
|
57
|
-
"jsdoc": "^4.0.
|
|
51
|
+
"@types/mocha": "^10.0.10",
|
|
52
|
+
"@types/node": "^22.13.9",
|
|
53
|
+
"@types/sinon": "^17.0.4",
|
|
54
|
+
"c8": "^10.1.3",
|
|
55
|
+
"gapic-tools": "^1.0.0",
|
|
56
|
+
"gts": "^6.0.2",
|
|
57
|
+
"jsdoc": "^4.0.4",
|
|
58
58
|
"jsdoc-fresh": "^3.0.0",
|
|
59
59
|
"jsdoc-region-tag": "^3.0.0",
|
|
60
|
-
"linkinator": "
|
|
61
|
-
"long": "^5.
|
|
62
|
-
"mocha": "^
|
|
63
|
-
"pack-n-play": "^
|
|
64
|
-
"sinon": "^
|
|
65
|
-
"typescript": "^5.
|
|
60
|
+
"linkinator": "^6.1.2",
|
|
61
|
+
"long": "^5.3.1",
|
|
62
|
+
"mocha": "^11.1.0",
|
|
63
|
+
"pack-n-play": "^3.0.0",
|
|
64
|
+
"sinon": "^19.0.2",
|
|
65
|
+
"typescript": "^5.8.2"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
68
|
+
"node": ">=18"
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-analytics-data"
|
|
71
71
|
}
|