File tree Expand file tree Collapse file tree 7 files changed +1489
-13
lines changed
Expand file tree Collapse file tree 7 files changed +1489
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " shopify-webhook-schemas" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.7 " ,
44 "description" : " " ,
55 "main" : " dist/src/index.js" ,
66 "type" : " commonjs" ,
Original file line number Diff line number Diff line change 528528 "type" : " boolean"
529529 },
530530 "return" : {
531- "type" : [
532- " null" ,
533- " string"
531+ "anyOf" : [
532+ {
533+ "type" : " null"
534+ },
535+ {
536+ "properties" : {
537+ "admin_graphql_api_id" : {
538+ "format" : " uri" ,
539+ "type" : " string"
540+ },
541+ "id" : {
542+ "type" : " integer"
543+ }
544+ },
545+ "required" : [
546+ " admin_graphql_api_id" ,
547+ " id"
548+ ],
549+ "type" : " object"
550+ }
534551 ]
535552 },
536553 "total_duties_set" : {
Original file line number Diff line number Diff line change 528528 "type" : " boolean"
529529 },
530530 "return" : {
531- "type" : [
532- " null" ,
533- " string"
531+ "anyOf" : [
532+ {
533+ "type" : " null"
534+ },
535+ {
536+ "properties" : {
537+ "admin_graphql_api_id" : {
538+ "format" : " uri" ,
539+ "type" : " string"
540+ },
541+ "id" : {
542+ "type" : " integer"
543+ }
544+ },
545+ "required" : [
546+ " admin_graphql_api_id" ,
547+ " id"
548+ ],
549+ "type" : " object"
550+ }
534551 ]
535552 },
536553 "total_duties_set" : {
Original file line number Diff line number Diff line change 528528 "type" : " boolean"
529529 },
530530 "return" : {
531- "type" : [
532- " null" ,
533- " string"
531+ "anyOf" : [
532+ {
533+ "type" : " null"
534+ },
535+ {
536+ "properties" : {
537+ "admin_graphql_api_id" : {
538+ "format" : " uri" ,
539+ "type" : " string"
540+ },
541+ "id" : {
542+ "type" : " integer"
543+ }
544+ },
545+ "required" : [
546+ " admin_graphql_api_id" ,
547+ " id"
548+ ],
549+ "type" : " object"
550+ }
534551 ]
535552 },
536553 "total_duties_set" : {
Original file line number Diff line number Diff line change 528528 "type" : " boolean"
529529 },
530530 "return" : {
531- "type" : [
532- " null" ,
533- " string"
531+ "anyOf" : [
532+ {
533+ "type" : " null"
534+ },
535+ {
536+ "properties" : {
537+ "admin_graphql_api_id" : {
538+ "format" : " uri" ,
539+ "type" : " string"
540+ },
541+ "id" : {
542+ "type" : " integer"
543+ }
544+ },
545+ "required" : [
546+ " admin_graphql_api_id" ,
547+ " id"
548+ ],
549+ "type" : " object"
550+ }
534551 ]
535552 },
536553 "total_duties_set" : {
You can’t perform that action at this time.
0 commit comments