diff --git a/assets/openapi.json b/assets/openapi.json index 3ae04496..50d4fca1 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -1857,6 +1857,9 @@ "version" ] }, + "client_status": { + "$ref": "#/components/schemas/ClientStatus" + }, "status": { "$ref": "#/components/schemas/Status" }, @@ -1867,6 +1870,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -1874,6 +1878,23 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + } + }, "Relationship": { "type": "object", "properties": { @@ -3867,20 +3888,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - } - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object" @@ -4310,6 +4317,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "required": [ @@ -4360,9 +4370,14 @@ "maxFriends": { "type": "integer", "default": 5000 + }, + "maxBio": { + "type": "integer", + "default": 190 } }, "required": [ + "maxBio", "maxFriends", "maxGuilds", "maxUsername" @@ -6243,6 +6258,42 @@ } } }, + "RequestGuildMembersSchema": { + "type": "object", + "properties": { + "guild_id": { + "type": "string" + }, + "query": { + "type": "string" + }, + "limit": { + "type": "integer" + }, + "presences": { + "type": "boolean" + }, + "user_ids": { + "anyOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "string" + } + ] + }, + "nonce": { + "type": "string" + } + }, + "required": [ + "guild_id" + ] + }, "RoleModifySchema": { "type": "object", "properties": { @@ -6544,7 +6595,6 @@ "nullable": true }, "bio": { - "maxLength": 1024, "type": "string" }, "accent_color": { diff --git a/assets/schemas.json b/assets/schemas.json index 79288118..a3db68f8 100644 --- a/assets/schemas.json +++ b/assets/schemas.json @@ -1965,6 +1965,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -1976,6 +1979,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -1983,6 +1987,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -4011,21 +4033,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -4471,6 +4478,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -6803,6 +6813,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -6814,6 +6827,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -6821,6 +6835,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -8849,21 +8881,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -9309,6 +9326,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -11586,6 +11606,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -11597,6 +11620,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -11604,6 +11628,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -13632,21 +13674,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -14092,6 +14119,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -16347,6 +16377,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -16358,6 +16391,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -16365,6 +16399,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -18393,21 +18445,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -18853,6 +18890,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -21130,6 +21170,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -21141,6 +21184,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -21148,6 +21192,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -23176,21 +23238,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -23636,6 +23683,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -25905,6 +25955,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -25916,6 +25969,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -25923,6 +25977,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -27951,21 +28023,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -28411,6 +28468,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -30710,6 +30770,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -30721,6 +30784,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -30728,6 +30792,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -32756,21 +32838,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -33216,6 +33283,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -35479,6 +35549,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -35490,6 +35563,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -35497,6 +35571,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -37525,21 +37617,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -37985,6 +38062,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -40251,6 +40331,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -40262,6 +40345,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -40269,6 +40353,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -42297,21 +42399,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -42757,6 +42844,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -45035,6 +45125,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -45046,6 +45139,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -45053,6 +45147,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -47081,21 +47193,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -47541,6 +47638,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -49822,6 +49922,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -49833,6 +49936,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -49840,6 +49944,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -51868,21 +51990,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -52328,6 +52435,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -54591,6 +54701,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -54602,6 +54715,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -54609,6 +54723,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -56637,21 +56769,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -57097,6 +57214,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -59462,6 +59582,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -59473,6 +59596,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -59480,6 +59604,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -61508,21 +61650,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -61968,6 +62095,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -64243,6 +64373,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -64254,6 +64387,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -64261,6 +64395,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -66289,21 +66441,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -66749,6 +66886,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -69024,6 +69164,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -69035,6 +69178,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -69042,6 +69186,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -71070,21 +71232,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -71530,6 +71677,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -73800,6 +73950,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -73811,6 +73964,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -73818,6 +73972,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -75846,21 +76018,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -76306,6 +76463,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -78612,6 +78772,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -78623,6 +78786,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -78630,6 +78794,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -80658,21 +80840,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -81118,6 +81285,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -83393,6 +83563,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -83404,6 +83577,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -83411,6 +83585,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -85439,21 +85631,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -85899,6 +86076,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -88165,6 +88345,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -88176,6 +88359,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -88183,6 +88367,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -90211,21 +90413,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -90671,6 +90858,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -92940,6 +93130,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -92951,6 +93144,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -92958,6 +93152,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -94986,21 +95198,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -95446,6 +95643,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -97724,6 +97924,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -97735,6 +97938,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -97742,6 +97946,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -99770,21 +99992,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -100230,6 +100437,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -102496,6 +102706,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -102507,6 +102720,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -102514,6 +102728,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -104542,21 +104774,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -105002,6 +105219,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -107268,6 +107488,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -107279,6 +107502,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -107286,6 +107510,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -109314,21 +109556,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -109774,6 +110001,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -112059,6 +112289,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -112070,6 +112303,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -112077,6 +112311,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -114105,21 +114357,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -114565,6 +114802,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -116834,6 +117074,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -116845,6 +117088,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -116852,6 +117096,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -118880,21 +119142,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -119340,6 +119587,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -121669,6 +121919,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -121680,6 +121933,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -121687,6 +121941,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -123715,21 +123987,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -124175,6 +124432,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -126463,6 +126723,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -126474,6 +126737,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -126481,6 +126745,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -128509,21 +128791,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -128969,6 +129236,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -131398,6 +131668,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -131409,6 +131682,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -131416,6 +131690,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -133444,21 +133736,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -133904,6 +134181,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -136191,6 +136471,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -136202,6 +136485,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -136209,6 +136493,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -138237,21 +138539,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -138697,6 +138984,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -140994,6 +141284,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -141005,6 +141298,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -141012,6 +141306,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -143040,21 +143352,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -143500,6 +143797,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -145779,6 +146079,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -145790,6 +146093,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -145797,6 +146101,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -147825,21 +148147,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -148285,6 +148592,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -150570,6 +150880,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -150581,6 +150894,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -150588,6 +150902,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -152616,21 +152948,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -153076,6 +153393,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -155351,6 +155671,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -155362,6 +155685,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -155369,6 +155693,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -157397,21 +157739,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -157857,6 +158184,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -160120,6 +160450,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -160131,6 +160464,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -160138,6 +160472,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -162166,21 +162518,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -162626,6 +162963,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -165026,6 +165366,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -165037,6 +165380,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -165044,6 +165388,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -167072,21 +167434,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -167532,6 +167879,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -169786,6 +170136,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -169797,6 +170150,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -169804,6 +170158,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -171832,21 +172204,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -172292,6 +172649,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -174689,6 +175049,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -174700,6 +175063,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -174707,6 +175071,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -176735,21 +177117,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -177195,6 +177562,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -179461,6 +179831,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -179472,6 +179845,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -179479,6 +179853,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -181507,21 +181899,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -181967,6 +182344,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -184241,6 +184621,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -184252,6 +184635,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -184259,6 +184643,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -186287,21 +186689,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -186747,6 +187134,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -189014,6 +189404,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -189025,6 +189418,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -189032,6 +189426,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -191060,21 +191472,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -191520,6 +191917,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -193787,6 +194187,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -193798,6 +194201,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -193805,6 +194209,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -195833,21 +196255,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -196293,6 +196700,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -198595,6 +199005,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -198606,6 +199019,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -198613,6 +199027,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -200641,21 +201073,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -201101,6 +201518,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -203368,6 +203788,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -203379,6 +203802,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -203386,6 +203810,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -205414,21 +205856,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -205874,6 +206301,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -208140,6 +208570,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -208151,6 +208584,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -208158,6 +208592,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -210186,21 +210638,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -210646,6 +211083,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -212934,6 +213374,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -212945,6 +213388,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -212952,6 +213396,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -214980,21 +215442,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -215440,6 +215887,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -215492,10 +215942,15 @@ "maxFriends": { "type": "integer", "default": 5000 + }, + "maxBio": { + "type": "integer", + "default": 190 } }, "additionalProperties": false, "required": [ + "maxBio", "maxFriends", "maxGuilds", "maxUsername" @@ -217716,6 +218171,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -217727,6 +218185,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -217734,6 +218193,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -219762,21 +220239,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -220222,6 +220684,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -222492,6 +222957,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -222503,6 +222971,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -222510,6 +222979,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -224538,21 +225025,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -224998,6 +225470,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -227342,6 +227817,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -227353,6 +227831,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -227360,6 +227839,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -229388,21 +229885,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -229848,6 +230330,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -232114,6 +232599,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -232125,6 +232613,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -232132,6 +232621,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -234160,21 +234667,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -234620,6 +235112,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -236886,6 +237381,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -236897,6 +237395,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -236904,6 +237403,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -238932,21 +239449,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -239392,6 +239894,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -241655,6 +242160,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -241666,6 +242174,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -241673,6 +242182,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -243701,21 +244228,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -244161,6 +244673,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -246430,6 +246945,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -246441,6 +246959,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -246448,6 +246967,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -248476,21 +249013,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -248936,6 +249458,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -251215,6 +251740,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -251226,6 +251754,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -251233,6 +251762,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -253261,21 +253808,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -253721,6 +254253,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -255984,6 +256519,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -255995,6 +256533,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -256002,6 +256541,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -258030,21 +258587,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -258490,6 +259032,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -260802,6 +261347,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -260813,6 +261361,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -260820,6 +261369,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -262848,21 +263415,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -263308,6 +263860,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -265605,6 +266160,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -265616,6 +266174,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -265623,6 +266182,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -267651,21 +268228,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -268111,6 +268673,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -270374,6 +270939,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -270385,6 +270953,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -270392,6 +270961,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -272420,21 +273007,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -272880,6 +273452,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -275168,6 +275743,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -275179,6 +275757,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -275186,6 +275765,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -277214,21 +277811,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -277674,6 +278256,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -280057,6 +280642,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -280068,6 +280656,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -280075,6 +280664,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -282103,21 +282710,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -282563,6 +283155,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -284825,6 +285420,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -284836,6 +285434,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -284843,6 +285442,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -286871,21 +287488,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -287331,6 +287933,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -289632,6 +290237,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -289643,6 +290251,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -289650,6 +290259,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -291678,21 +292305,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -292138,6 +292750,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -294427,6 +295042,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -294438,6 +295056,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -294445,6 +295064,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -296473,21 +297110,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -296933,6 +297555,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -299274,6 +299899,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -299285,6 +299913,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -299292,6 +299921,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -301320,21 +301967,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -301780,6 +302412,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -304043,6 +304678,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -304054,6 +304692,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -304061,6 +304700,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -306089,21 +306746,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -306549,6 +307191,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -308820,6 +309465,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -308831,6 +309479,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -308838,6 +309487,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -310866,21 +311533,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -311326,6 +311978,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -313587,6 +314242,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -313598,6 +314256,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -313605,6 +314264,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -315633,21 +316310,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -316093,6 +316755,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -318360,6 +319025,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -318371,6 +319039,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -318378,6 +319047,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -320406,21 +321093,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -320866,6 +321538,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -323133,6 +323808,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -323144,6 +323822,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -323151,6 +323830,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -325179,21 +325876,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -325639,6 +326321,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -327992,6 +328677,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -328003,6 +328691,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -328010,6 +328699,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -330038,21 +330745,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -330498,6 +331190,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -332765,6 +333460,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -332776,6 +333474,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -332783,6 +333482,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -334811,21 +335528,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -335271,6 +335973,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -337570,6 +338275,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -337581,6 +338289,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -337588,6 +338297,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -339616,21 +340343,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -340076,6 +340788,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -342347,6 +343062,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -342358,6 +343076,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -342365,6 +343084,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -344393,21 +345130,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -344853,6 +345575,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -347114,6 +347839,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -347125,6 +347853,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -347132,6 +347861,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -349160,21 +349907,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -349620,6 +350352,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -351887,6 +352622,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -351898,6 +352636,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -351905,6 +352644,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -353933,21 +354690,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -354393,6 +355135,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -356671,6 +357416,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -356682,6 +357430,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -356689,6 +357438,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -358717,21 +359484,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -359177,6 +359929,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -361469,6 +362224,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -361480,6 +362238,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -361487,6 +362246,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -363515,21 +364292,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -363975,6 +364737,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -366238,6 +367003,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -366249,6 +367017,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -366256,6 +367025,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -368284,21 +369071,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -368744,6 +369516,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -371010,6 +371785,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -371021,6 +371799,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -371028,6 +371807,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -373056,21 +373853,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -373516,6 +374298,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -375811,6 +376596,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -375822,6 +376610,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -375829,6 +376618,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -377857,21 +378664,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -378317,6 +379109,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -380580,6 +381375,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -380591,6 +381389,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -380598,6 +381397,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -382626,21 +383443,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -383086,6 +383888,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -385428,6 +386233,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -385439,6 +386247,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -385446,6 +386255,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -387474,21 +388301,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -387934,6 +388746,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -390204,6 +391019,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -390215,6 +391033,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -390222,6 +391041,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -392250,21 +393087,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -392710,6 +393532,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -394973,6 +395798,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -394984,6 +395812,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -394991,6 +395820,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -397019,21 +397866,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -397479,6 +398311,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -399742,6 +400577,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -399753,6 +400591,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -399760,6 +400599,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -401788,21 +402645,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -402248,6 +403090,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -404518,6 +405363,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -404529,6 +405377,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -404536,6 +405385,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -406564,21 +407431,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -407024,6 +407876,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -409291,6 +410146,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -409302,6 +410160,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -409309,6 +410168,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -411337,21 +412214,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -411797,6 +412659,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -414060,6 +414925,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -414071,6 +414939,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -414078,6 +414947,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -416106,21 +416993,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -416566,6 +417438,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -418904,6 +419779,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -418915,6 +419793,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -418922,6 +419801,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -420950,21 +421847,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -421410,6 +422292,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -423684,6 +424569,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -423695,6 +424583,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -423702,6 +424591,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -425730,21 +426637,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -426190,6 +427082,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -428465,6 +429360,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -428476,6 +429374,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -428483,6 +429382,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -430511,21 +431428,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -430971,6 +431873,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -433296,6 +434201,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -433307,6 +434215,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -433314,6 +434223,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -435342,21 +436269,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -435802,6 +436714,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -438086,6 +439001,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -438097,6 +439015,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -438104,6 +439023,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -440132,21 +441069,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -440592,6 +441514,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -442882,6 +443807,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -442893,6 +443821,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -442900,6 +443829,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -444928,21 +445875,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -445388,6 +446320,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -447672,6 +448607,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -447683,6 +448621,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -447690,6 +448629,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -449718,21 +450675,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -450178,6 +451120,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -452441,6 +453386,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -452452,6 +453400,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -452459,6 +453408,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -454487,21 +455454,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -454947,6 +455899,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -457238,6 +458193,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -457249,6 +458207,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -457256,6 +458215,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -459284,21 +460261,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -459744,6 +460706,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -462047,6 +463012,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -462058,6 +463026,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -462065,6 +463034,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -464093,21 +465080,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -464553,6 +465525,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -466810,6 +467785,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -466821,6 +467799,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -466828,6 +467807,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -468856,21 +469853,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -469316,6 +470298,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -471583,6 +472568,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -471594,6 +472582,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -471601,6 +472590,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -473629,21 +474636,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -474089,6 +475081,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -476352,6 +477347,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -476363,6 +477361,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -476370,6 +477369,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -478398,21 +479415,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -478858,6 +479860,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -481128,6 +482133,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -481139,6 +482147,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -481146,6 +482155,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -483174,21 +484201,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -483634,6 +484646,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -486108,6 +487123,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -486119,6 +487137,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -486126,6 +487145,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -488154,21 +489191,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -488614,6 +489636,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -490868,6 +491893,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -490879,6 +491907,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -490886,6 +491915,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -492914,21 +493961,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -493374,6 +494406,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -495728,6 +496763,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -495739,6 +496777,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -495746,6 +496785,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -497774,21 +498831,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -498234,6 +499276,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -500491,6 +501536,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -500502,6 +501550,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -500509,6 +501558,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -502537,21 +503604,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -502997,6 +504049,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -505254,6 +506309,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -505265,6 +506323,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -505272,6 +506331,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -507300,21 +508377,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -507760,6 +508822,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -510017,6 +511082,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -510028,6 +511096,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -510035,6 +511104,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -512063,21 +513150,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -512523,6 +513595,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -514880,6 +515955,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -514891,6 +515969,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -514898,6 +515977,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -516926,21 +518023,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -517386,6 +518468,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -519641,6 +520726,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -519652,6 +520740,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -519659,6 +520748,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -521687,21 +522794,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -522147,6 +523239,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -524402,6 +525497,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -524413,6 +525511,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -524420,6 +525519,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -526448,21 +527565,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -526908,6 +528010,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -529163,6 +530268,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -529174,6 +530282,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -529181,6 +530290,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -531209,21 +532336,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -531669,6 +532781,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -533926,6 +535041,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -533937,6 +535055,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -533944,6 +535063,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -535972,21 +537109,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -536432,6 +537554,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -538689,6 +539814,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -538700,6 +539828,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -538707,6 +539836,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -540735,21 +541882,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -541195,6 +542327,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -543452,6 +544587,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -543463,6 +544601,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -543470,6 +544609,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -545498,21 +546655,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -545958,6 +547100,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -548215,6 +549360,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -548226,6 +549374,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -548233,6 +549382,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -550261,21 +551428,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -550721,6 +551873,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -552978,6 +554133,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -552989,6 +554147,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -552996,6 +554155,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -555024,21 +556201,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -555484,6 +556646,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -557805,6 +558970,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -557816,6 +558984,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -557823,6 +558992,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -559851,21 +561038,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -560311,6 +561483,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -562568,6 +563743,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -562579,6 +563757,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -562586,6 +563765,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -564614,21 +565811,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -565074,6 +566256,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -567331,6 +568516,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -567342,6 +568530,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -567349,6 +568538,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -569377,21 +570584,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -569837,6 +571029,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -572094,6 +573289,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -572105,6 +573303,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -572112,6 +573311,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -574140,21 +575357,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -574600,6 +575802,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -576904,6 +578109,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -576915,6 +578123,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -576922,6 +578131,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -578950,21 +580177,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -579410,6 +580622,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -581903,6 +583118,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -581914,6 +583132,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -581921,6 +583140,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -583949,21 +585186,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -584409,6 +585631,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -586666,6 +587891,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -586677,6 +587905,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -586684,6 +587913,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -588712,21 +589959,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -589172,6 +590404,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -591429,6 +592664,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -591440,6 +592678,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -591447,6 +592686,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -593475,21 +594732,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -593935,6 +595177,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -596192,6 +597437,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -596203,6 +597451,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -596210,6 +597459,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -598238,21 +599505,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -598698,6 +599950,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -600955,6 +602210,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -600966,6 +602224,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -600973,6 +602232,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -603001,21 +604278,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -603461,6 +604723,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -605744,6 +607009,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -605755,6 +607023,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -605762,6 +607031,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -607790,21 +609077,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -608250,6 +609522,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -610507,6 +611782,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -610518,6 +611796,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -610525,6 +611804,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -612553,21 +613850,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -613013,6 +614295,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -615268,6 +616553,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -615279,6 +616567,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -615286,6 +616575,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -617314,21 +618621,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -617774,6 +619066,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -620052,6 +621347,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -620063,6 +621361,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -620070,6 +621369,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -622098,21 +623415,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -622558,6 +623860,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -624829,6 +626134,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -624840,6 +626148,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -624847,6 +626156,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -626875,21 +628202,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -627335,6 +628647,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -629725,6 +631040,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -629736,6 +631054,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -629743,6 +631062,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -631771,21 +633108,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -632231,6 +633553,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -634512,6 +635837,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -634523,6 +635851,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -634530,6 +635859,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -636558,21 +637905,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -637018,6 +638350,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -639293,6 +640628,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -639304,6 +640642,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -639311,6 +640650,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -641339,21 +642696,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -641799,6 +643141,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -644066,6 +645411,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -644077,6 +645425,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -644084,6 +645433,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -646112,21 +647479,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -646572,6 +647924,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -648839,6 +650194,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -648850,6 +650208,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -648857,6 +650216,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -650885,21 +652262,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -651345,6 +652707,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -653599,6 +654964,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -653610,6 +654978,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -653617,6 +654986,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -655645,21 +657032,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -656105,6 +657477,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -658374,6 +659749,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -658385,6 +659763,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -658392,6 +659771,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -660420,21 +661817,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -660880,6 +662262,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -663146,6 +664531,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -663157,6 +664545,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -663164,6 +664553,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -665192,21 +666599,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -665652,6 +667044,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -667933,6 +669328,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -667944,6 +669342,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -667951,6 +669350,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -669979,21 +671396,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -670439,6 +671841,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -672724,6 +674129,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -672735,6 +674143,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -672742,6 +674151,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -674770,21 +676197,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -675230,6 +676642,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -677494,6 +678909,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -677505,6 +678923,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -677512,6 +678931,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -679540,21 +680977,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -680000,6 +681422,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -682263,6 +683688,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -682274,6 +683702,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -682281,6 +683710,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -684309,21 +685756,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -684769,6 +686201,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -687032,6 +688467,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -687043,6 +688481,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -687050,6 +688489,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -689078,21 +690535,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -689538,6 +690980,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, @@ -691807,6 +693252,9 @@ "version" ] }, + "client_status": { + "$ref": "#/definitions/ClientStatus" + }, "status": { "$ref": "#/definitions/Status" }, @@ -691818,6 +693266,7 @@ "required": [ "activities", "client_info", + "client_status", "id", "session_id", "status", @@ -691825,6 +693274,24 @@ "user_id" ] }, + "ClientStatus": { + "type": "object", + "properties": { + "desktop": { + "type": "string" + }, + "mobile": { + "type": "string" + }, + "web": { + "type": "string" + }, + "embedded": { + "type": "string" + } + }, + "additionalProperties": false + }, "Relationship": { "type": "object", "properties": { @@ -693853,21 +695320,6 @@ "code" ] }, - "ClientStatus": { - "type": "object", - "properties": { - "desktop": { - "type": "string" - }, - "mobile": { - "type": "string" - }, - "web": { - "type": "string" - } - }, - "additionalProperties": false - }, "Snowflake": { "description": "A container for useful snowflake-related methods.", "type": "object", @@ -694313,6 +695765,9 @@ }, "is_primary": { "type": "boolean" + }, + "icon": { + "type": "string" } }, "additionalProperties": false, diff --git a/src/gateway/opcodes/RequestGuildMembers.ts b/src/gateway/opcodes/RequestGuildMembers.ts index 9a966752..d294f4d3 100644 --- a/src/gateway/opcodes/RequestGuildMembers.ts +++ b/src/gateway/opcodes/RequestGuildMembers.ts @@ -64,7 +64,7 @@ export async function onRequestGuildMembers(this: WebSocket, { d }: Payload) { ...whereQuery, guild_id, }, - relations: ["users", "roles"], + relations: ["user", "roles"], }; if (limit) memberFind.take = Math.abs(Number(limit || 100)); const members = await Member.find(memberFind);