Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 36 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
},
"stability": "experimental",
"visibility": "public",
"deprecated": {
"version": "9.0.0",
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
},
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
},
"stability": "experimental",
"visibility": "public",
"deprecated": {
"version": "9.0.0",
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
},
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
},
"stability": "experimental",
"visibility": "public",
"deprecated": {
"version": "9.0.0",
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
},
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
},
"stability": "experimental",
"visibility": "public",
"deprecated": {
"version": "9.0.0",
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
},
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { Name } from '@_types/common'
* @availability serverless stability=experimental visibility=public
* @doc_tag analytics
* @doc_id delete-analytics-collection
* @deprecated 9.0.0
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { Name } from '@_types/common'
* @availability serverless stability=experimental visibility=public
* @doc_tag analytics
* @doc_id list-analytics-collection
* @deprecated 9.0.0
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { EventType } from '../_types/AnalyticsEvent'
* @doc_tag analytics
* @doc_id behavioral-analytics-collection-event
* @ext_doc_id behavioral-analytics-event-reference
* @deprecated 9.0.0
*/
export interface Request extends RequestBase {
urls: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { Name } from '@_types/common'
* @availability serverless stability=experimental visibility=public
* @doc_tag analytics
* @doc_id put-analytics-collection
* @deprecated 9.0.0
*/
export interface Request extends RequestBase {
urls: [
Expand Down