diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index d26a23d3..0d398ffb 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -54,7 +54,7 @@ "provides":[ { "id":"feesfines", - "version":"17.4", + "version":"18.1", "handlers":[ { "methods":[ diff --git a/ramls/accountdata.json b/ramls/accountdata.json index 8c86f85a..83f08a32 100644 --- a/ramls/accountdata.json +++ b/ramls/accountdata.json @@ -14,16 +14,6 @@ "javaType": "org.folio.rest.domain.MonetaryValue", "type": "number" }, - "dateCreated": { - "description": "Date and time the account of the fine/fee was created", - "type": "string", - "format": "date-time" - }, - "dateUpdated": { - "description": "Date and time the account of the fine/fee was updated", - "type": "string", - "format": "date-time" - }, "status": { "description": "Overall status of the fee/fine", "type": "object", diff --git a/ramls/examples/account.sample b/ramls/examples/account.sample index cc7403bf..71798fbf 100644 --- a/ramls/examples/account.sample +++ b/ramls/examples/account.sample @@ -1,8 +1,6 @@ { "amount": 15.0, "remaining": 15.0, - "dateCreated": "2018-01-31T00:00:01Z", - "dateUpdated": "2018-01-31T00:00:01Z", "status": { "name": "Open" }, @@ -36,4 +34,4 @@ "overdueFinePolicyId": "f6f6aa71-33de-4af8-a066-2d29756f2e26", "lostItemFeePolicyId": "952967a2-ce04-4eb8-a47c-e003ca6d4c31", "processId": "2294ddf3-9a30-4efd-a0a4-b2743915944f" -} \ No newline at end of file +} diff --git a/ramls/examples/account_collection.sample b/ramls/examples/account_collection.sample index 7e22848a..4d70bc62 100644 --- a/ramls/examples/account_collection.sample +++ b/ramls/examples/account_collection.sample @@ -2,8 +2,6 @@ "accounts" : [ { "amount": 15.0, "remaining": 15.0, - "dateCreated": "2018-01-31T00:00:01Z", - "dateUpdated": "2018-01-31T00:00:01Z", "status": { "name": "Open" },