1
1
diff --git a/generator/data/openapi.yml b/generator/data/openapi.yml
2
- index 81a975a..a7d9cd9 100644
2
+ index 81a975a..647ae7e 100644
3
3
--- a/generator/data/openapi.yml
4
4
+++ b/generator/data/openapi.yml
5
5
@@ -705,7 +705,7 @@ paths:
@@ -57,7 +57,64 @@ index 81a975a..a7d9cd9 100644
57
57
properties:
58
58
credential_definition_id:
59
59
pattern: ^([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}):3:CL:(([1-9][0-9]*)|([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}:2:.+:[0-9.]+)):(.+)?$
60
- @@ -7394,6 +7397,8 @@ components:
60
+ @@ -6111,18 +6114,14 @@ components:
61
+ type: object
62
+ properties:
63
+ from:
64
+ - maximum: 18446744073709551615
65
+ minimum: 0
66
+ type: integer
67
+ description: Earliest time of interest in non-revocation interval
68
+ - format: int32
69
+ example: 1640995199
70
+ to:
71
+ - maximum: 18446744073709551615
72
+ minimum: 0
73
+ type: integer
74
+ description: Latest time of interest in non-revocation interval
75
+ - format: int32
76
+ example: 1640995199
77
+ IndyProofReqPredSpec:
78
+ required:
79
+ @@ -6168,18 +6167,14 @@ components:
80
+ type: object
81
+ properties:
82
+ from:
83
+ - maximum: 18446744073709551615
84
+ minimum: 0
85
+ type: integer
86
+ description: Earliest time of interest in non-revocation interval
87
+ - format: int32
88
+ example: 1640995199
89
+ to:
90
+ - maximum: 18446744073709551615
91
+ minimum: 0
92
+ type: integer
93
+ description: Latest time of interest in non-revocation interval
94
+ - format: int32
95
+ example: 1640995199
96
+ IndyProofRequest:
97
+ type: object
98
+ @@ -6217,18 +6212,14 @@ components:
99
+ type: object
100
+ properties:
101
+ from:
102
+ - maximum: 18446744073709551615
103
+ minimum: 0
104
+ type: integer
105
+ description: Earliest time of interest in non-revocation interval
106
+ - format: int32
107
+ example: 1640995199
108
+ to:
109
+ - maximum: 18446744073709551615
110
+ minimum: 0
111
+ type: integer
112
+ description: Latest time of interest in non-revocation interval
113
+ - format: int32
114
+ example: 1640995199
115
+ IndyProofRequestedProof:
116
+ type: object
117
+ @@ -7394,6 +7385,8 @@ components:
61
118
example: 0
62
119
RevRegResult:
63
120
type: object
@@ -66,15 +123,15 @@ index 81a975a..a7d9cd9 100644
66
123
properties:
67
124
result:
68
125
$ref: '#/components/schemas/IssuerRevRegRecord'
69
- @@ -7545,6 +7550 ,7 @@ components:
126
+ @@ -7545,6 +7538 ,7 @@ components:
70
127
SchemaSendResult:
71
128
required:
72
129
- schema_id
73
130
+ - schema
74
131
type: object
75
132
properties:
76
133
schema:
77
- @@ -7683,10 +7689 ,7 @@ components:
134
+ @@ -7683,10 +7677 ,7 @@ components:
78
135
mechanism:
79
136
type: string
80
137
time:
@@ -85,31 +142,31 @@ index 81a975a..a7d9cd9 100644
85
142
example: 1640995199
86
143
TAAInfo:
87
144
type: object
88
- @@ -7831,6 +7834 ,7 @@ components:
145
+ @@ -7831,6 +7822 ,7 @@ components:
89
146
example: 2021-12-31 23:59:59+00:00
90
147
TxnOrCredentialDefinitionSendResult:
91
148
type: object
92
149
+ additionalProperties: false
93
150
properties:
94
151
sent:
95
152
$ref: '#/components/schemas/CredentialDefinitionSendResult'
96
- @@ -7841,6 +7845 ,7 @@ components:
153
+ @@ -7841,6 +7833 ,7 @@ components:
97
154
- $ref: '#/components/schemas/TransactionRecord'
98
155
TxnOrPublishRevocationsResult:
99
156
type: object
100
157
+ additionalProperties: false
101
158
properties:
102
159
sent:
103
160
$ref: '#/components/schemas/PublishRevocations'
104
- @@ -7851,6 +7856 ,7 @@ components:
161
+ @@ -7851,6 +7844 ,7 @@ components:
105
162
- $ref: '#/components/schemas/TransactionRecord'
106
163
TxnOrRevRegResult:
107
164
type: object
108
165
+ additionalProperties: false
109
166
properties:
110
167
sent:
111
168
$ref: '#/components/schemas/RevRegResult'
112
- @@ -7861,6 +7867 ,7 @@ components:
169
+ @@ -7861,6 +7855 ,7 @@ components:
113
170
- $ref: '#/components/schemas/TransactionRecord'
114
171
TxnOrSchemaSendResult:
115
172
type: object
0 commit comments