Skip to content

Commit

Permalink
Auto commit to autodocs-wix-site-media-backend from WixDocs Server
Browse files Browse the repository at this point in the history
  • Loading branch information
wix-docs-feds committed May 5, 2024
1 parent fbb04c2 commit 76d9f16
Showing 1 changed file with 175 additions and 0 deletions.
175 changes: 175 additions & 0 deletions wix-site-media-backend/wix-site-media-backend/Events.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2902,6 +2902,130 @@
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorIdentificationData",
"members": [
{
"name": "anonymousVisitorId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a site visitor that has not logged in to the site."
},
{
"name": "appId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of an app."
},
{
"name": "identityType",
"readOnly": true,
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "Supported values:\n- `'ANONYMOUS_VISITOR'`\n- `'APP'`\n- `'MEMBER'`\n- `'UNKNOWN'`\n- `'WIX_USER'`"
},
{
"name": "memberId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a site visitor that has logged in to the site."
},
{
"name": "wixUserId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a Wix user (site owner, contributor, etc.)."
}
],
"extra": {
"oneOfGroups": [
{
"name": "oneOfIdentificationDataIdOneOf",
"members": [
"anonymousVisitorId",
"appId",
"memberId",
"wixUserId"
]
}
]
},
"docs": {
"description": [
""
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorIdentificationDataIdOneOf",
"members": [
{
"name": "anonymousVisitorId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a site visitor that has not logged in to the site."
},
{
"name": "appId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of an app."
},
{
"name": "memberId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a site visitor that has logged in to the site."
},
{
"name": "wixUserId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "ID of a Wix user (site owner, contributor, etc.)."
}
],
"docs": {
"description": [
""
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorIdentityInfo",
"members": [
Expand Down Expand Up @@ -3407,6 +3531,57 @@
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorMessageEnvelope",
"members": [
{
"name": "data",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "Stringify payload."
},
{
"name": "eventType",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "Event type."
},
{
"name": "identity",
"optional": true,
"type": [
{
"referenceType": "wix-site-media-backend.Events.mediaSiteMediaV1FileDescriptorIdentificationData",
"displayName": "IdentificationData"
}
],
"doc": "The identification type and identity data."
},
{
"name": "instanceId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "App instance ID."
}
],
"docs": {
"description": [
""
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorModel3D",
"members": [
Expand Down

0 comments on commit 76d9f16

Please sign in to comment.