From 4ec31ca250008a6010b6f1d7c224c2bc27cd5c9f Mon Sep 17 00:00:00 2001 From: Samarpan Date: Thu, 15 Jul 2021 03:12:08 +0530 Subject: [PATCH] fix(core): update readme gh-0 --- packages/core/README.md | 7 +------ services/audit-service/README.md | 12 ++++++------ services/authentication-service/README.md | 12 ++++++------ services/bpmn-service/README.md | 12 ++++++------ services/chat-service/CHANGELOG.md | 2 +- services/chat-service/README.md | 12 ++++++------ services/chat-service/package-lock.json | 2 +- services/chat-service/package.json | 6 +++++- services/in-mail-service/README.md | 12 ++++++------ services/notification-service/README.md | 12 ++++++------ 10 files changed, 44 insertions(+), 45 deletions(-) diff --git a/packages/core/README.md b/packages/core/README.md index 5311824b52..9b438b86e1 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -2,8 +2,6 @@ [![LoopBack](https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png)](http://loopback.io/) - - ## Overview `@sourceloop/core` is the [application core](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/) for the `sourceloop`. It contains @@ -21,13 +19,10 @@ * sequence handlers * utilities -that are used throughout the service catalog. +that are used throughout the service catalog. ### Installation ```bash npm install @sourcelooop/core ``` - - - diff --git a/services/audit-service/README.md b/services/audit-service/README.md index fcbec19500..89ba1feefe 100644 --- a/services/audit-service/README.md +++ b/services/audit-service/README.md @@ -133,12 +133,12 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response #### API Details diff --git a/services/authentication-service/README.md b/services/authentication-service/README.md index 0e2d4e832b..db5e14af67 100644 --- a/services/authentication-service/README.md +++ b/services/authentication-service/README.md @@ -168,12 +168,12 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response #### API Details diff --git a/services/bpmn-service/README.md b/services/bpmn-service/README.md index fdeb7dcbc1..4289e5d98e 100644 --- a/services/bpmn-service/README.md +++ b/services/bpmn-service/README.md @@ -168,12 +168,12 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response ### API Details diff --git a/services/chat-service/CHANGELOG.md b/services/chat-service/CHANGELOG.md index 3419dce268..6669c4198d 100644 --- a/services/chat-service/CHANGELOG.md +++ b/services/chat-service/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 2.0.0 (2021-07-14) +## 1.0.0 (2021-07-14) * fix(core): fix facades bearer verifier to decouple from auth service (#253) ([cb30528](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/cb30528)), closes [#253](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/253) * docs(all-services): fix readme of all services (#245) ([b8937fa](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/b8937fa)), closes [#245](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/245) [#211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/211) diff --git a/services/chat-service/README.md b/services/chat-service/README.md index 5b2d09ddb1..3f748d2750 100644 --- a/services/chat-service/README.md +++ b/services/chat-service/README.md @@ -136,11 +136,11 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response #### API Details diff --git a/services/chat-service/package-lock.json b/services/chat-service/package-lock.json index 6c1ac80022..515a6caf0c 100644 --- a/services/chat-service/package-lock.json +++ b/services/chat-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/chat-service", - "version": "2.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/chat-service/package.json b/services/chat-service/package.json index 35e78d8d17..5fb635be34 100644 --- a/services/chat-service/package.json +++ b/services/chat-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/chat-service", - "version": "2.0.0", + "version": "1.0.0", "description": "chat-service", "keywords": [ "loopback-extension", @@ -89,5 +89,9 @@ "nyc": "^15.1.0", "source-map-support": "^0.5.19", "typescript": "~4.2.4" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" } } diff --git a/services/in-mail-service/README.md b/services/in-mail-service/README.md index 8b3e192627..67baa457a0 100644 --- a/services/in-mail-service/README.md +++ b/services/in-mail-service/README.md @@ -126,12 +126,12 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response #### API Details diff --git a/services/notification-service/README.md b/services/notification-service/README.md index bb618bba79..9593a62c0e 100644 --- a/services/notification-service/README.md +++ b/services/notification-service/README.md @@ -315,12 +315,12 @@ Authorization: Bearer where is a JWT token signed using JWT issu ### Common Responses -200: Successful Response. Response body varies w.r.t API
-401: Unauthorized: The JWT token is missing or invalid
-403: Forbidden : Not allowed to execute the concerned API
-404: Entity Not Found
-400: Bad Request (Error message varies w.r.t API)
-201: No content: Empty Response
+200: Successful Response. Response body varies w.r.t API +401: Unauthorized: The JWT token is missing or invalid +403: Forbidden : Not allowed to execute the concerned API +404: Entity Not Found +400: Bad Request (Error message varies w.r.t API) +201: No content: Empty Response ## API's Details