addedOutput schema / properties / agreement / anyOf
Added value: +[
+ {
+ "properties": {
+ "approvedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "discountRate": {
+ "type": "string"
+ },
+ "envelopeId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "expiresAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fileName": {
+ "type": "string"
+ },
+ "generatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "granteeName": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "instrumentType": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "pipelineStatus": {
+ "type": "string"
+ },
+ "progressApproved": {
+ "type": "integer"
+ },
+ "progressTotal": {
+ "type": "integer"
+ },
+ "purchaseAmount": {
+ "type": "string"
+ },
+ "roundId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sentAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "signedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stakeholderId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stakeholderName": {
+ "type": "string"
+ },
+ "stakeholderType": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "CAP_TABLE_AGREEMENT_STATUS_UNSPECIFIED",
+ "CAP_TABLE_AGREEMENT_STATUS_DRAFT",
+ "CAP_TABLE_AGREEMENT_STATUS_PENDING",
+ "CAP_TABLE_AGREEMENT_STATUS_GENERATING",
+ "CAP_TABLE_AGREEMENT_STATUS_SENT",
+ "CAP_TABLE_AGREEMENT_STATUS_PARTIALLY_APPROVED",
+ "CAP_TABLE_AGREEMENT_STATUS_SIGNED",
+ "CAP_TABLE_AGREEMENT_STATUS_COMPLETED",
+ "CAP_TABLE_AGREEMENT_STATUS_APPROVED",
+ "CAP_TABLE_AGREEMENT_STATUS_VOID",
+ "CAP_TABLE_AGREEMENT_STATUS_DECLINED",
+ "CAP_TABLE_AGREEMENT_STATUS_EXPIRED",
+ "CAP_TABLE_AGREEMENT_STATUS_FAILED"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "CAP_TABLE_AGREEMENT_TYPE_UNSPECIFIED",
+ "CAP_TABLE_AGREEMENT_TYPE_SAFE",
+ "CAP_TABLE_AGREEMENT_TYPE_OPTION",
+ "CAP_TABLE_AGREEMENT_TYPE_RSU",
+ "CAP_TABLE_AGREEMENT_TYPE_RSA",
+ "CAP_TABLE_AGREEMENT_TYPE_FAST",
+ "CAP_TABLE_AGREEMENT_TYPE_BOARD_CONSENT",
+ "CAP_TABLE_AGREEMENT_TYPE_CONVERTIBLE_LOAN",
+ "CAP_TABLE_AGREEMENT_TYPE_VENTURE_DEBT",
+ "CAP_TABLE_AGREEMENT_TYPE_OTHER"
+ ],
+ "type": "string"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "valuationCap": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / agreement / properties
Removed value: -{
- "approvedAt": {
- "format": "date-time",
- "type": "string"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "discountRate": {
- "type": "string"
- },
- "envelopeId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "expiresAt": {
- "format": "date-time",
- "type": "string"
- },
- "fileName": {
- "type": "string"
- },
- "generatedAt": {
- "format": "date-time",
- "type": "string"
- },
- "granteeName": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "instrumentType": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "pipelineStatus": {
- "type": "string"
- },
- "progressApproved": {
- "type": "integer"
- },
- "progressTotal": {
- "type": "integer"
- },
- "purchaseAmount": {
- "type": "string"
- },
- "roundId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "sentAt": {
- "format": "date-time",
- "type": "string"
- },
- "signedAt": {
- "format": "date-time",
- "type": "string"
- },
- "stakeholderId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "stakeholderName": {
- "type": "string"
- },
- "stakeholderType": {
- "type": "string"
- },
- "status": {
- "enum": [
- "CAP_TABLE_AGREEMENT_STATUS_UNSPECIFIED",
- "CAP_TABLE_AGREEMENT_STATUS_DRAFT",
- "CAP_TABLE_AGREEMENT_STATUS_PENDING",
- "CAP_TABLE_AGREEMENT_STATUS_GENERATING",
- "CAP_TABLE_AGREEMENT_STATUS_SENT",
- "CAP_TABLE_AGREEMENT_STATUS_PARTIALLY_APPROVED",
- "CAP_TABLE_AGREEMENT_STATUS_SIGNED",
- "CAP_TABLE_AGREEMENT_STATUS_COMPLETED",
- "CAP_TABLE_AGREEMENT_STATUS_APPROVED",
- "CAP_TABLE_AGREEMENT_STATUS_VOID",
- "CAP_TABLE_AGREEMENT_STATUS_DECLINED",
- "CAP_TABLE_AGREEMENT_STATUS_EXPIRED",
- "CAP_TABLE_AGREEMENT_STATUS_FAILED"
- ],
- "type": "string"
- },
- "type": {
- "enum": [
- "CAP_TABLE_AGREEMENT_TYPE_UNSPECIFIED",
- "CAP_TABLE_AGREEMENT_TYPE_SAFE",
- "CAP_TABLE_AGREEMENT_TYPE_OPTION",
- "CAP_TABLE_AGREEMENT_TYPE_RSU",
- "CAP_TABLE_AGREEMENT_TYPE_RSA",
- "CAP_TABLE_AGREEMENT_TYPE_FAST",
- "CAP_TABLE_AGREEMENT_TYPE_BOARD_CONSENT",
- "CAP_TABLE_AGREEMENT_TYPE_CONVERTIBLE_LOAN",
- "CAP_TABLE_AGREEMENT_TYPE_VENTURE_DEBT",
- "CAP_TABLE_AGREEMENT_TYPE_OTHER"
- ],
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- },
- "valuationCap": {
- "type": "string"
- }
-}
removedOutput schema / properties / agreement / type
Removed value: -"object"
addedOutput schema / properties / signatureBlock / anyOf
Added value: +[
+ {
+ "properties": {
+ "companyAddress": {
+ "type": "string"
+ },
+ "companyEmail": {
+ "type": "string"
+ },
+ "companySignerName": {
+ "type": "string"
+ },
+ "companySignerTitle": {
+ "type": "string"
+ },
+ "investorAddress": {
+ "type": "string"
+ },
+ "investorEmail": {
+ "type": "string"
+ },
+ "investorTitle": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / signatureBlock / properties
Removed value: -{
- "companyAddress": {
- "type": "string"
- },
- "companyEmail": {
- "type": "string"
- },
- "companySignerName": {
- "type": "string"
- },
- "companySignerTitle": {
- "type": "string"
- },
- "investorAddress": {
- "type": "string"
- },
- "investorEmail": {
- "type": "string"
- },
- "investorTitle": {
- "type": "string"
- }
-}
removedOutput schema / properties / signatureBlock / type
Removed value: -"object"