Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/wp-api/consentAll.get"

Index

Type aliases

RequestRouteConsentAllGet

RequestRouteConsentAllGet: RouteRequestInterface

ResponseRouteConsentAllGetEntity

ResponseRouteConsentAllGetEntity: { blocker?: number; blocker_thumbnail?: BlockerDefinition["visualThumbnail"] & { id: number }; button_clicked: ClickableButtonsNamed; context: string; created: string; custom_bypass?: "geolocation"; decision: ConsentProps["groups"]; decision_labels: string[]; design_version: number; dnt: boolean; forwarded?: number; forwarded_blocker: boolean; id: number; ipv4?: string; ipv4_hash: string; ipv6?: string; ipv6_hash: string; plugin_version: string; previous_decision: ConsentProps["groups"]; revision_hash: string; revision_independent_hash: string; tcf_string?: string; url_imprint: string; url_privacy_policy: string; user_country?: string; uuid: string; viewed_page: string; viewport_height: number; viewport_width: number }

Type declaration

  • Optional blocker?: number
  • Optional blocker_thumbnail?: BlockerDefinition["visualThumbnail"] & { id: number }
  • button_clicked: ClickableButtonsNamed
  • context: string
  • created: string
  • Optional custom_bypass?: "geolocation"
  • decision: ConsentProps["groups"]
  • decision_labels: string[]
  • design_version: number
  • dnt: boolean
  • Optional forwarded?: number
  • forwarded_blocker: boolean
  • id: number
  • Optional ipv4?: string
  • ipv4_hash: string
  • Optional ipv6?: string
  • ipv6_hash: string
  • plugin_version: string
  • previous_decision: ConsentProps["groups"]
  • revision_hash: string
  • revision_independent_hash: string
  • Optional tcf_string?: string
  • url_imprint: string
  • url_privacy_policy: string
  • Optional user_country?: string
  • uuid: string
  • viewed_page: string
  • viewport_height: number
  • viewport_width: number

Object literals

Const locationRestConsentAllGet

locationRestConsentAllGet: object

method

method: GET = RouteHttpVerb.GET

path

path: string = "/consent/all"

Generated using TypeDoc