kc-sdk 5.7.3621 → 5.7.3705
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -28
- package/package.json +1 -1
- package/src/kc-sdk.js +1 -1
package/README.md
CHANGED
|
@@ -1,31 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Knowledge Components
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
file with your own README.md.
|
|
3
|
+
* Knowledge Components are coding and reimbursement tools that designed to be integrated into your products.
|
|
5
4
|
|
|
6
|
-
##
|
|
5
|
+
## Knowledge Components SDK
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Use without changes
|
|
11
|
-
|
|
12
|
-
**INDIVIDUAL_CONTRIBUTOR_LICENSE.md**
|
|
13
|
-
|
|
14
|
-
Use without changes
|
|
15
|
-
|
|
16
|
-
**CONTRIBUTING.md**
|
|
17
|
-
|
|
18
|
-
This file has some portions that are required and others that can be customized.
|
|
19
|
-
Customize the Coding Standards section to mention the languages used by your project.
|
|
20
|
-
Feel free to add any rules and requirements that you would like people to follow
|
|
21
|
-
when contributing to your project.
|
|
22
|
-
|
|
23
|
-
**NOTICE.txt**
|
|
24
|
-
|
|
25
|
-
This file is needed if your project is licensed under the Apache 2.0 license.
|
|
26
|
-
If you are using this license, fill it out according to the prompts. Otherwise,
|
|
27
|
-
delete this file.
|
|
28
|
-
|
|
29
|
-
## Additional Repo Updates
|
|
30
|
-
|
|
31
|
-
Make sure that you have a project description and appropriate repository topics.
|
|
7
|
+
* The sdk is used to open and communicate with an instance of standalone knowledge Components.
|
package/package.json
CHANGED