Adjust VSTP message types to use CIF schedule types. Bump version
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
package upstreamApi
|
||||
|
||||
type MsgData struct {
|
||||
Data VstpMsg `json:"VSTPCIFMsgV1,omitempty"`
|
||||
Data VstpMsg `json:"VSTPCIFMsgV1,omitempty"`
|
||||
Timestamp int64 `json:"timestamp,omitempty"`
|
||||
}
|
||||
|
||||
type VstpMsg struct {
|
||||
CIFMsg Schedule `json:"schedule,omitempty"`
|
||||
CIFMsg JsonScheduleV1 `json:"schedule,omitempty"`
|
||||
}
|
||||
|
||||
// Redundant Types:
|
||||
type Schedule struct {
|
||||
TransactionType string `json:"transaction_type,omitempty"`
|
||||
ScheduleStartDate string `json:"schedule_start_date,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user