@0x/json-schemas
Advanced tools
Comparing version 5.3.5 to 5.4.0
@@ -878,3 +878,81 @@ export declare const schemas: { | ||
}; | ||
v4SignatureSchema: { | ||
"id": string; | ||
"properties": { | ||
"signatureType": { | ||
"enum": number[]; | ||
}; | ||
"v": { | ||
"enum": number[]; | ||
}; | ||
"r": { | ||
"$ref": string; | ||
}; | ||
"s": { | ||
"$ref": string; | ||
}; | ||
}; | ||
"required": string[]; | ||
"type": string; | ||
}; | ||
v4RfqOrderSchema: { | ||
"id": string; | ||
"properties": { | ||
"maker": { | ||
"$ref": string; | ||
}; | ||
"taker": { | ||
"$ref": string; | ||
}; | ||
"txOrigin": { | ||
"$ref": string; | ||
}; | ||
"makerAmount": { | ||
"$ref": string; | ||
}; | ||
"takerAmount": { | ||
"$ref": string; | ||
}; | ||
"makerToken": { | ||
"$ref": string; | ||
}; | ||
"takerToken": { | ||
"$ref": string; | ||
}; | ||
"salt": { | ||
"$ref": string; | ||
}; | ||
"expiry": { | ||
"$ref": string; | ||
}; | ||
"chainId": { | ||
"type": string; | ||
}; | ||
"verifyingContract": { | ||
"$ref": string; | ||
}; | ||
"pool": { | ||
"$ref": string; | ||
}; | ||
}; | ||
"required": string[]; | ||
"type": string; | ||
}; | ||
v4RfqSignedOrderSchema: { | ||
"id": string; | ||
"allOf": ({ | ||
"$ref": string; | ||
"properties"?: undefined; | ||
"required"?: undefined; | ||
} | { | ||
"properties": { | ||
"signature": { | ||
"$ref": string; | ||
}; | ||
}; | ||
"required": string[]; | ||
"$ref"?: undefined; | ||
})[]; | ||
}; | ||
}; | ||
//# sourceMappingURL=schemas.d.ts.map |
@@ -46,2 +46,5 @@ "use strict"; | ||
const txDataSchema = require("../schemas/tx_data_schema.json"); | ||
const v4RfqOrderSchema = require("../schemas/v4_rfq_order_schema.json"); | ||
const v4RfqSignedOrderSchema = require("../schemas/v4_rfq_signed_order_schema.json"); | ||
const v4SignatureSchema = require("../schemas/v4_signature_schema.json"); | ||
const wholeNumberSchema = require("../schemas/whole_number_schema.json"); | ||
@@ -95,3 +98,6 @@ const zeroExTransactionSchema = require("../schemas/zero_ex_transaction_schema.json"); | ||
wholeNumberSchema, | ||
v4SignatureSchema, | ||
v4RfqOrderSchema, | ||
v4RfqSignedOrderSchema, | ||
}; | ||
//# sourceMappingURL=schemas.js.map |
{ | ||
"name": "@0x/json-schemas", | ||
"version": "5.3.5", | ||
"version": "5.4.0", | ||
"engines": { | ||
@@ -73,3 +73,3 @@ "node": ">=6.12" | ||
}, | ||
"gitHead": "11b7546f43cea98553a2ba32f4060a376c5bee61" | ||
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
87335
64
2759
1