@@ -74702,11 +74702,11 @@ type B2CAppHistoryRecord {
7470274702 isMicrophoneAllowed: Boolean
7470374703 isCameraAllowed: Boolean
7470474704 isSpeakerSelectionAllowed: Boolean
74705+ isPushNotificationsAllowed: Boolean
74706+ isVoipNotificationsAllowed: Boolean
7470574707 isBleBeaconBgAllowed: Boolean
7470674708 isBleCentralBgAllowed: Boolean
7470774709 isBlePeripheralBgAllowed: Boolean
74708- isPushNotificationsAllowed: Boolean
74709- isVoipNotificationsAllowed: Boolean
7471074710 id: ID!
7471174711 v: Int
7471274712 createdAt: String
@@ -74829,16 +74829,16 @@ input B2CAppHistoryRecordWhereInput {
7482974829 isCameraAllowed_not: Boolean
7483074830 isSpeakerSelectionAllowed: Boolean
7483174831 isSpeakerSelectionAllowed_not: Boolean
74832+ isPushNotificationsAllowed: Boolean
74833+ isPushNotificationsAllowed_not: Boolean
74834+ isVoipNotificationsAllowed: Boolean
74835+ isVoipNotificationsAllowed_not: Boolean
7483274836 isBleBeaconBgAllowed: Boolean
7483374837 isBleBeaconBgAllowed_not: Boolean
7483474838 isBleCentralBgAllowed: Boolean
7483574839 isBleCentralBgAllowed_not: Boolean
7483674840 isBlePeripheralBgAllowed: Boolean
7483774841 isBlePeripheralBgAllowed_not: Boolean
74838- isPushNotificationsAllowed: Boolean
74839- isPushNotificationsAllowed_not: Boolean
74840- isVoipNotificationsAllowed: Boolean
74841- isVoipNotificationsAllowed_not: Boolean
7484274842 id: ID
7484374843 id_not: ID
7484474844 id_in: [ID]
@@ -74976,16 +74976,16 @@ enum SortB2CAppHistoryRecordsBy {
7497674976 isCameraAllowed_DESC
7497774977 isSpeakerSelectionAllowed_ASC
7497874978 isSpeakerSelectionAllowed_DESC
74979+ isPushNotificationsAllowed_ASC
74980+ isPushNotificationsAllowed_DESC
74981+ isVoipNotificationsAllowed_ASC
74982+ isVoipNotificationsAllowed_DESC
7497974983 isBleBeaconBgAllowed_ASC
7498074984 isBleBeaconBgAllowed_DESC
7498174985 isBleCentralBgAllowed_ASC
7498274986 isBleCentralBgAllowed_DESC
7498374987 isBlePeripheralBgAllowed_ASC
7498474988 isBlePeripheralBgAllowed_DESC
74985- isPushNotificationsAllowed_ASC
74986- isPushNotificationsAllowed_DESC
74987- isVoipNotificationsAllowed_ASC
74988- isVoipNotificationsAllowed_DESC
7498974989 id_ASC
7499074990 id_DESC
7499174991 v_ASC
@@ -75023,11 +75023,11 @@ input B2CAppHistoryRecordUpdateInput {
7502375023 isMicrophoneAllowed: Boolean
7502475024 isCameraAllowed: Boolean
7502575025 isSpeakerSelectionAllowed: Boolean
75026+ isPushNotificationsAllowed: Boolean
75027+ isVoipNotificationsAllowed: Boolean
7502675028 isBleBeaconBgAllowed: Boolean
7502775029 isBleCentralBgAllowed: Boolean
7502875030 isBlePeripheralBgAllowed: Boolean
75029- isPushNotificationsAllowed: Boolean
75030- isVoipNotificationsAllowed: Boolean
7503175031 v: Int
7503275032 createdAt: String
7503375033 updatedAt: String
@@ -75064,11 +75064,11 @@ input B2CAppHistoryRecordCreateInput {
7506475064 isMicrophoneAllowed: Boolean
7506575065 isCameraAllowed: Boolean
7506675066 isSpeakerSelectionAllowed: Boolean
75067+ isPushNotificationsAllowed: Boolean
75068+ isVoipNotificationsAllowed: Boolean
7506775069 isBleBeaconBgAllowed: Boolean
7506875070 isBleCentralBgAllowed: Boolean
7506975071 isBlePeripheralBgAllowed: Boolean
75070- isPushNotificationsAllowed: Boolean
75071- isVoipNotificationsAllowed: Boolean
7507275072 v: Int
7507375073 createdAt: String
7507475074 updatedAt: String
@@ -75185,6 +75185,14 @@ type B2CApp {
7518575185 """
7518675186 isSpeakerSelectionAllowed: Boolean
7518775187
75188+ """ Controls whether the mini-app can use “push notifications” device permission
75189+ """
75190+ isPushNotificationsAllowed: Boolean
75191+
75192+ """ Controls whether the mini-app can use “voip notifications” device permission
75193+ """
75194+ isVoipNotificationsAllowed: Boolean
75195+
7518875196 """ Controls whether the mini-app can use “ble beacon bg” device permission
7518975197 """
7519075198 isBleBeaconBgAllowed: Boolean
@@ -75196,14 +75204,6 @@ type B2CApp {
7519675204 """ Controls whether the mini-app can use “ble peripheral bg” device permission
7519775205 """
7519875206 isBlePeripheralBgAllowed: Boolean
75199-
75200- """ Controls whether the mini-app can use “push notifications” device permission
75201- """
75202- isPushNotificationsAllowed: Boolean
75203-
75204- """ Controls whether the mini-app can use “voip notifications” device permission
75205- """
75206- isVoipNotificationsAllowed: Boolean
7520775207 id: ID!
7520875208 v: Int
7520975209 createdAt: String
@@ -75343,16 +75343,16 @@ input B2CAppWhereInput {
7534375343 isCameraAllowed_not: Boolean
7534475344 isSpeakerSelectionAllowed: Boolean
7534575345 isSpeakerSelectionAllowed_not: Boolean
75346+ isPushNotificationsAllowed: Boolean
75347+ isPushNotificationsAllowed_not: Boolean
75348+ isVoipNotificationsAllowed: Boolean
75349+ isVoipNotificationsAllowed_not: Boolean
7534675350 isBleBeaconBgAllowed: Boolean
7534775351 isBleBeaconBgAllowed_not: Boolean
7534875352 isBleCentralBgAllowed: Boolean
7534975353 isBleCentralBgAllowed_not: Boolean
7535075354 isBlePeripheralBgAllowed: Boolean
7535175355 isBlePeripheralBgAllowed_not: Boolean
75352- isPushNotificationsAllowed: Boolean
75353- isPushNotificationsAllowed_not: Boolean
75354- isVoipNotificationsAllowed: Boolean
75355- isVoipNotificationsAllowed_not: Boolean
7535675356 id: ID
7535775357 id_not: ID
7535875358 id_in: [ID]
@@ -75476,16 +75476,16 @@ enum SortB2CAppsBy {
7547675476 isCameraAllowed_DESC
7547775477 isSpeakerSelectionAllowed_ASC
7547875478 isSpeakerSelectionAllowed_DESC
75479+ isPushNotificationsAllowed_ASC
75480+ isPushNotificationsAllowed_DESC
75481+ isVoipNotificationsAllowed_ASC
75482+ isVoipNotificationsAllowed_DESC
7547975483 isBleBeaconBgAllowed_ASC
7548075484 isBleBeaconBgAllowed_DESC
7548175485 isBleCentralBgAllowed_ASC
7548275486 isBleCentralBgAllowed_DESC
7548375487 isBlePeripheralBgAllowed_ASC
7548475488 isBlePeripheralBgAllowed_DESC
75485- isPushNotificationsAllowed_ASC
75486- isPushNotificationsAllowed_DESC
75487- isVoipNotificationsAllowed_ASC
75488- isVoipNotificationsAllowed_DESC
7548975489 id_ASC
7549075490 id_DESC
7549175491 v_ASC
@@ -75524,11 +75524,11 @@ input B2CAppUpdateInput {
7552475524 isMicrophoneAllowed: Boolean
7552575525 isCameraAllowed: Boolean
7552675526 isSpeakerSelectionAllowed: Boolean
75527+ isPushNotificationsAllowed: Boolean
75528+ isVoipNotificationsAllowed: Boolean
7552775529 isBleBeaconBgAllowed: Boolean
7552875530 isBleCentralBgAllowed: Boolean
7552975531 isBlePeripheralBgAllowed: Boolean
75530- isPushNotificationsAllowed: Boolean
75531- isVoipNotificationsAllowed: Boolean
7553275532 v: Int
7553375533 createdAt: String
7553475534 updatedAt: String
@@ -75563,11 +75563,11 @@ input B2CAppCreateInput {
7556375563 isMicrophoneAllowed: Boolean
7556475564 isCameraAllowed: Boolean
7556575565 isSpeakerSelectionAllowed: Boolean
75566+ isPushNotificationsAllowed: Boolean
75567+ isVoipNotificationsAllowed: Boolean
7556675568 isBleBeaconBgAllowed: Boolean
7556775569 isBleCentralBgAllowed: Boolean
7556875570 isBlePeripheralBgAllowed: Boolean
75569- isPushNotificationsAllowed: Boolean
75570- isVoipNotificationsAllowed: Boolean
7557175571 v: Int
7557275572 createdAt: String
7557375573 updatedAt: String
@@ -93975,6 +93975,11 @@ input SendVoIPCallStartMessageData {
9397593975 """
9397693976 callId: String!
9397793977
93978+ """
93979+ Meta information which helps you identify call. Not used right now. Will be sent to you server on answer button press.
93980+ """
93981+ callMeta: JSON
93982+
9397893983 """
9397993984 If you want your B2CApp to handle incoming VoIP call, provide this argument.
9398093985 """
@@ -106950,6 +106955,9 @@ type Mutation {
106950106955 },
106951106956 "codec": {
106952106957 "required": false
106958+ },
106959+ "callStatusToken": {
106960+ "required": false
106953106961 }
106954106962 }
106955106963 },
@@ -108424,14 +108432,20 @@ type Mutation {
108424108432
108425108433 `{
108426108434 "code": "BAD_USER_INPUT",
108427- "type": "APP_NOT_FOUND ",
108428- "message": "Unable to find B2CApp. "
108435+ "type": "CALL_DATA_NOT_PROVIDED ",
108436+ "message": "\"b2cAppCallData\" or \"nativeCallData\" or both should be provided "
108429108437 }`
108430108438
108431108439 `{
108432108440 "code": "BAD_USER_INPUT",
108433- "type": "CALL_DATA_NOT_PROVIDED",
108434- "message": "\"b2cAppCallData\" or \"nativeCallData\" or both should be provided"
108441+ "type": "INVALID_CALL_ID",
108442+ "message": "\"callId\" contains invalid characters or does not has length between 1 and 300"
108443+ }`
108444+
108445+ `{
108446+ "code": "BAD_USER_INPUT",
108447+ "type": "INVALID_CALL_META",
108448+ "message": "\"callMeta\" exceeds maximum length of 1000"
108435108449 }`
108436108450 """
108437108451 sendVoIPCallStartMessage(data: SendVoIPCallStartMessageInput!): SendVoIPCallStartMessageOutput
0 commit comments