This repository was archived by the owner on Dec 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 110110 },
111111 "chat_token" : {
112112 "description" : " The token to be used for authenticating the client for chat." ,
113- "type" : " string" ,
113+ "type" : [
114+ " null" ,
115+ " string"
116+ ],
114117 "sensitive" : 1
115118 },
116119 "chat_user_id" : {
117120 "description" : " The unique identifier for the chat user." ,
118- "type" : " string"
121+ "type" : [
122+ " null" ,
123+ " string"
124+ ]
119125 },
120126 "contact_info" : {
121127 "description" : " Advertiser's contact information." ,
Original file line number Diff line number Diff line change 114114 },
115115 "chat_token" : {
116116 "description" : " The token to be used for authenticating the client for chat." ,
117- "type" : " string" ,
117+ "type" : [
118+ " null" ,
119+ " string"
120+ ],
118121 "sensitive" : 1
119122 },
120123 "chat_user_id" : {
121124 "description" : " The unique identifier for the chat user." ,
122- "type" : " string"
125+ "type" : [
126+ " null" ,
127+ " string"
128+ ]
123129 },
124130 "contact_info" : {
125131 "description" : " Advertiser's contact information." ,
Original file line number Diff line number Diff line change 122122 },
123123 "chat_token" : {
124124 "description" : " The token to be used for authenticating the client for chat." ,
125- "type" : " string" ,
125+ "type" : [
126+ " null" ,
127+ " string"
128+ ],
126129 "sensitive" : 1
127130 },
128131 "chat_user_id" : {
129132 "description" : " The unique identifier for the chat user." ,
130- "type" : " string"
133+ "type" : [
134+ " null" ,
135+ " string"
136+ ]
131137 },
132138 "contact_info" : {
133139 "description" : " Advertiser's contact information." ,
You can’t perform that action at this time.
0 commit comments