-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #786 from danskernesdigitalebibliotek/release/2023…
…-50-0 Release/2023 50 0
- Loading branch information
Showing
15 changed files
with
91 additions
and
24 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.docker/wiremock/fbs/mappings/fbs-availability-31ef8b31-c7f7-4463-89e9-1b1f9875864b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"id" : "31ef8b31-c7f7-4463-89e9-1b1f9875864b", | ||
"name" : "FBS availability", | ||
"request" : { | ||
"urlPath" : "/external/agencyid/catalog/availability/v3", | ||
"method" : "GET" | ||
}, | ||
"response" : { | ||
"status" : 200, | ||
"body" : "[\n {\n \"available\": true,\n \"recordId\": \"52557240\",\n \"reservable\": true,\n \"reservations\": 2\n },\n {\n \"available\": true,\n \"recordId\": \"52643414\",\n \"reservable\": true,\n \"reservations\": 2\n }\n]", | ||
"headers" : { } | ||
}, | ||
"uuid" : "31ef8b31-c7f7-4463-89e9-1b1f9875864b", | ||
"persistent" : true, | ||
"priority" : 5, | ||
"insertionIndex" : 2, | ||
"postServeActions" : [ ] | ||
} |
18 changes: 18 additions & 0 deletions
18
.docker/wiremock/fbs/mappings/fbs-holdings-a530c110-c4a9-42f4-a06f-9390744b8b00.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"id" : "a530c110-c4a9-42f4-a06f-9390744b8b00", | ||
"name" : "FBS holdings", | ||
"request" : { | ||
"urlPath" : "/external/agencyid/catalog/holdings/v3", | ||
"method" : "GET" | ||
}, | ||
"response" : { | ||
"status" : 200, | ||
"body" : "[\n {\n \"recordId\": \"52557240\",\n \"reservable\": false,\n \"reservations\": 0,\n \"holdings\": []\n },\n {\n \"recordId\": \"52643414\",\n \"reservable\": false,\n \"reservations\": 0,\n \"holdings\": []\n }\n]\n", | ||
"headers" : { } | ||
}, | ||
"uuid" : "a530c110-c4a9-42f4-a06f-9390744b8b00", | ||
"persistent" : true, | ||
"priority" : 5, | ||
"insertionIndex" : 16, | ||
"postServeActions" : [ ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { Option } from "../Dropdown/Dropdown"; | ||
|
||
export type Periods = { | ||
interestPeriods: Option[]; | ||
defaultInterestPeriod: Option; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters