Skip to content

Commit

Permalink
Merge pull request #29 from SiftScience/API-6605
Browse files Browse the repository at this point in the history
Added $verification_phone_number
vincent-sift authored Aug 18, 2022
2 parents 506f4d6 + 6b9b957 commit 94b9456
Showing 13 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Sift/Schema/add_item_to_cart.json
Original file line number Diff line number Diff line change
@@ -43,6 +43,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/add_promotion.json
Original file line number Diff line number Diff line change
@@ -41,6 +41,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/content_status.json
Original file line number Diff line number Diff line change
@@ -43,6 +43,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/create_account.json
Original file line number Diff line number Diff line change
@@ -82,6 +82,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/create_content.json
Original file line number Diff line number Diff line change
@@ -82,6 +82,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/custom_event.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/flag_content.json
Original file line number Diff line number Diff line change
@@ -34,6 +34,9 @@
{ "$ref": "ComplexTypes/browser.json" },
{ "type": "null" }
]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/login.json
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/remove_item_from_cart.json
Original file line number Diff line number Diff line change
@@ -43,6 +43,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/transaction.json
Original file line number Diff line number Diff line change
@@ -119,6 +119,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/update_account.json
Original file line number Diff line number Diff line change
@@ -81,6 +81,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
3 changes: 3 additions & 0 deletions Sift/Schema/update_order.json
Original file line number Diff line number Diff line change
@@ -93,6 +93,9 @@
},
"$keyless_user_id": {
"type": [ "string", "null" ]
},
"$verification_phone_number": {
"type": [ "string", "null" ]
}
}
}
2 changes: 1 addition & 1 deletion Sift/Sift.csproj
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<Authors>Sift, Gary Lee</Authors>
<AssemblyTitle>Sift</AssemblyTitle>
<AssemblyName>Sift</AssemblyName>
<VersionPrefix>0.9.1</VersionPrefix>
<VersionPrefix>0.9.2</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
<TargetFramework>netstandard2.0</TargetFramework>

0 comments on commit 94b9456

Please sign in to comment.