Skip to content

Commit c98d75c

Browse files
committed
logs
1 parent 2ae4001 commit c98d75c

File tree

20 files changed

+233
-214
lines changed

20 files changed

+233
-214
lines changed

docs/api/README.md

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,15 @@ Accept: application/json
420420
"$userID": {
421421
".pattern": "^[0-9]{16}$"
422422
}
423-
},
424-
"transactions": [
425-
{
426-
"id": "string",
427-
"description": "string",
428-
"script": "string"
429-
}
430-
]
431-
}
423+
}
424+
},
425+
"transactions": [
426+
{
427+
"id": "string",
428+
"description": "string",
429+
"script": "string"
430+
}
431+
]
432432
}
433433
}
434434
```
@@ -494,15 +494,15 @@ Accept: application/json
494494
"$userID": {
495495
".pattern": "^[0-9]{16}$"
496496
}
497-
},
498-
"transactions": [
499-
{
500-
"id": "string",
501-
"description": "string",
502-
"script": "string"
503-
}
504-
]
505-
}
497+
}
498+
},
499+
"transactions": [
500+
{
501+
"id": "string",
502+
"description": "string",
503+
"script": "string"
504+
}
505+
]
506506
}
507507
],
508508
"hasMore": true,
@@ -5820,15 +5820,15 @@ Schema data structure for ledger schemas
58205820
"$userID": {
58215821
".pattern": "^[0-9]{16}$"
58225822
}
5823-
},
5824-
"transactions": [
5825-
{
5826-
"id": "string",
5827-
"description": "string",
5828-
"script": "string"
5829-
}
5830-
]
5831-
}
5823+
}
5824+
},
5825+
"transactions": [
5826+
{
5827+
"id": "string",
5828+
"description": "string",
5829+
"script": "string"
5830+
}
5831+
]
58325832
}
58335833

58345834
```
@@ -5868,15 +5868,15 @@ and
58685868
"$userID": {
58695869
".pattern": "^[0-9]{16}$"
58705870
}
5871-
},
5872-
"transactions": [
5873-
{
5874-
"id": "string",
5875-
"description": "string",
5876-
"script": "string"
5877-
}
5878-
]
5879-
}
5871+
}
5872+
},
5873+
"transactions": [
5874+
{
5875+
"id": "string",
5876+
"description": "string",
5877+
"script": "string"
5878+
}
5879+
]
58805880
}
58815881
}
58825882

@@ -5907,15 +5907,15 @@ and
59075907
"$userID": {
59085908
".pattern": "^[0-9]{16}$"
59095909
}
5910-
},
5911-
"transactions": [
5912-
{
5913-
"id": "string",
5914-
"description": "string",
5915-
"script": "string"
5916-
}
5917-
]
5918-
}
5910+
}
5911+
},
5912+
"transactions": [
5913+
{
5914+
"id": "string",
5915+
"description": "string",
5916+
"script": "string"
5917+
}
5918+
]
59195919
}
59205920
],
59215921
"hasMore": true,
@@ -5951,15 +5951,15 @@ and
59515951
"$userID": {
59525952
".pattern": "^[0-9]{16}$"
59535953
}
5954-
},
5955-
"transactions": [
5956-
{
5957-
"id": "string",
5958-
"description": "string",
5959-
"script": "string"
5960-
}
5961-
]
5962-
}
5954+
}
5955+
},
5956+
"transactions": [
5957+
{
5958+
"id": "string",
5959+
"description": "string",
5960+
"script": "string"
5961+
}
5962+
]
59635963
}
59645964
],
59655965
"hasMore": true,

docs/events/CommittedTransactions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
"postCommitEffectiveVolumes": {
114114
"$ref": "#/$defs/PostCommitVolumes"
115115
},
116+
"template": {
117+
"type": "string"
118+
},
116119
"reverted": {
117120
"type": "boolean"
118121
},
@@ -129,7 +132,8 @@
129132
"postings",
130133
"metadata",
131134
"timestamp",
132-
"id"
135+
"id",
136+
"template"
133137
]
134138
},
135139
"Volumes": {

docs/events/InsertedSchema.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@
140140
"type": "string",
141141
"format": "date-time",
142142
"title": "Normalized date"
143-
<<<<<<< HEAD:docs/events/InsertedSchema.json
144-
=======
145143
},
146144
"TransactionTemplate": {
147145
"properties": {
@@ -168,23 +166,6 @@
168166
"$ref": "#/$defs/TransactionTemplate"
169167
},
170168
"type": "object"
171-
},
172-
"UpdatedSchema": {
173-
"properties": {
174-
"ledger": {
175-
"type": "string"
176-
},
177-
"schema": {
178-
"$ref": "#/$defs/Schema"
179-
}
180-
},
181-
"additionalProperties": false,
182-
"type": "object",
183-
"required": [
184-
"ledger",
185-
"schema"
186-
]
187-
>>>>>>> 4a8518f7 (wip):docs/events/UpdatedSchema.json
188169
}
189170
}
190171
}

docs/events/RevertedTransaction.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
"postCommitEffectiveVolumes": {
108108
"$ref": "#/$defs/PostCommitVolumes"
109109
},
110+
"template": {
111+
"type": "string"
112+
},
110113
"reverted": {
111114
"type": "boolean"
112115
},
@@ -123,7 +126,8 @@
123126
"postings",
124127
"metadata",
125128
"timestamp",
126-
"id"
129+
"id",
130+
"template"
127131
]
128132
},
129133
"Volumes": {

0 commit comments

Comments
 (0)