Skip to content

Commit

Permalink
update snap create program
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Dec 23, 2024
1 parent 36b10d1 commit a704a09
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@ exports[`Create program should post a program: Create program response for progr
"isInteger": false,
"name": "bankAccountNumber",
},
{
"allowedOperators": [
"$eq",
"$in",
"$ilike",
"$null",
],
"isInteger": false,
"name": "financialServiceProvider",
},
{
"allowedOperators": [
"$eq",
Expand Down Expand Up @@ -405,6 +395,16 @@ exports[`Create program should post a program: Create program response for progr
"isInteger": false,
"name": "preferredLanguage",
},
{
"allowedOperators": [
"$eq",
"$in",
"$ilike",
"$null",
],
"isInteger": false,
"name": "programFinancialServiceProviderConfigurationName",
},
{
"allowedOperators": [
"$eq",
Expand Down Expand Up @@ -1219,16 +1219,6 @@ exports[`Create program should post a program: Create program response for progr
"isInteger": false,
"name": "addressStreet",
},
{
"allowedOperators": [
"$eq",
"$in",
"$ilike",
"$null",
],
"isInteger": false,
"name": "financialServiceProvider",
},
{
"allowedOperators": [
"$eq",
Expand Down Expand Up @@ -1285,6 +1275,16 @@ exports[`Create program should post a program: Create program response for progr
"isInteger": false,
"name": "preferredLanguage",
},
{
"allowedOperators": [
"$eq",
"$in",
"$ilike",
"$null",
],
"isInteger": false,
"name": "programFinancialServiceProviderConfigurationName",
},
{
"allowedOperators": [
"$eq",
Expand Down

0 comments on commit a704a09

Please sign in to comment.