Skip to content

Commit f56593e

Browse files
committed
CIRCSTORE-605 roll back all changes.
1 parent b35f0aa commit f56593e

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

descriptors/ModuleDescriptor-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
},
197197
{
198198
"id": "request-storage",
199-
"version": "6.3",
199+
"version": "6.2",
200200
"handlers": [
201201
{
202202
"methods": ["GET"],

ramls/request.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,6 @@
151151
"retrievalServicePointName": {
152152
"description": "Item's location primary service point name",
153153
"type": "string"
154-
},
155-
"loanTypeId": {
156-
"description": "Item's temporary loan type, if any, otherwise item's permanent loan type",
157-
"type": "string",
158-
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
159-
},
160-
"loanTypeName": {
161-
"description": "Name of item's temporary loan type, if any, otherwise name of item's permanent loan type",
162-
"type": "string"
163154
}
164155
},
165156
"additionalProperties": false

0 commit comments

Comments
 (0)